@media screen and (max-width: 1200px) {
.services .bord{
    display:none;
}
.services .active{
border:none;
}

.services .active.bolt:after {
	display:none;
}

.services .active.bolt:before{
	display: none;
}
}


@media screen and (max-width: 992px) {
    .single-blog-post, .margin-small {
    margin-bottom: 30px;
}
 .aboutimg {
    margin-bottom: 30px;
}
	.services .active.bolt:before, .services .active.bolt:after{
		display:none;
	}
    .white-bg { display: none;}    
	.sta .box-container {
		width: 100%;
		text-align: center;
	}
	.sta .box-container .inner {
		text-align: center;
		float: none;
		max-width: 100%;
		margin-bottom: 15px;		
	}
	.welcome h1 {
		font-size: 6rem;
        line-height: 7rem;
	}
	.welcome p {
		font-size: 2.1rem;
	}
	#footer .inside .social {
		padding-bottom: 45px;
	}
	#footer .inside {
		height: 100%;
	}
	#about .content {
			padding: 40px 0px 60px 0px;
			margin-top: 0px;
			text-align: center;
	}
    #about .modal .content p {
        padding: 0px;
        width: 90%;
        margin: 0 auto;
    }    
	.mobile-center {
		text-align: center;
	}
	.m-margin {
		margin-bottom: 45px;
	}
	.navbar .navbar-nav>li {
		padding: 15px 8px;
	}
    .welcome {
        margin-top: 60px;
    }    
}
@media screen and (min-width: 576px) and (max-width: 992px) {
	#about .content {
			text-align: center;
	}
	.content p {
		max-width: 450px;
		margin: 0 auto;
	}
     #about .modal .content p {
         max-width: 100%;
    }
	.welcome p {
		max-width: 450px;
		margin: 0 auto;
	}
	.content .tab-content p {
		max-width: 100%;;
		margin: 0px;
	}    
}
@media screen and (max-width: 992px), only screen and (width : 1024px) and (orientation : landscape) {
	header, .sta-bg {
		background-attachment: scroll;
	}
}
@media screen and (max-width: 768px) {
	.navbar .navbar-nav>li {
		padding: 8px 5px;	
        border-bottom: 1px solid #4c77a0;
	}
    .navbar .navbar-nav>li:first-child {
        border-top: 1px solid #4c77a0;
    }
    .navbar.affix .navbar-nav>li {
        border: none;
    }
	.navbar .navbar-collapse, .navbar .navbar-form {
		text-align: center;
        box-shadow: none;
	}
	#contact-form form textarea {
		width:100%;
	}
	#contact-form form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form textarea {
		width: 100%;
	}
    .columns {
        width: 100%;
    }  
    .content-with-graphics.left .content, .content-with-graphics.right .content {
        flex-direction: column-reverse;
    }
    .content-with-graphics .content .text-content {
        text-align: center;
        padding-top: 40px;
    }
    .img-padding {
        padding: 0px;
		width: 90%;
    }
    .nav-tabs>li {
        width: 100%;
    }
    .nav-tabs li > a {    
        width: 100%;
        border-left: 1px solid #c9d2dd;
    }
}
@media screen and (max-width: 600px) {
	#newsletter form input[type=submit] {
		margin-top: 30px;
	}
	#contact-us.sta h3, #newsletter.sta h3 {
		font-size: 4rem;
        line-height: 5rem;
	}
    .panel-default>.panel-heading a:before {
        display:none;
    }
    .panel-body {
        padding: 0px 20px 30px 20px;
    }
    .panel-default>.panel-heading a {
        padding: 30px 20px;
    }    
}
  @media(min-width:481px) and (max-width:767px) {
  .camera_caption h1 {
        font-size: 35px;
        line-height: 50px;
    }
   .camera_caption h5 {
        font-size: 18px;
    }
    #stats span {
    font-size: 4rem;
    line-height: 7rem;
}
 }
@media (max-width: 480px) {
    #stats span {
    font-size: 4rem;
    line-height: 7rem;
}
.about-list .about_box {
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 12px 0;
}
    #footer .inside .social{
        padding-bottom:0px;
        padding-top:20px;
    }
    .theme-heading h3{
        font-size:20px;
    }
       .camera_caption h1 {
        font-size: 22px;
        line-height: 50px;
    }
   .camera_caption h5 {
        font-size: 16px;
    }
    #about {
        margin-top: -120px;
    }
  
	header {
		height: 760px;
	}

	#footer .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
}

@media (max-width: 380px) {
	.logo a img {
		width: 80%;
	}
}


@media (max-width: 280px) {
	.social i {
    padding: 7px;
    width: 38px;
    height: 38px;
	}
	.welcome h1 {
		font-size: 2rem;
	}
}