/* iPhone 5 Portrait*/
@media (max-width : 380px) {



}



/* Custom, iPhone Retina (480px and below) */

@media (max-width : 480px) {

}



/* Extra Small Devices, Phones (481px to 767px) */

@media (min-width : 481px) and (max-width: 767px) {

}



/** All Small Devices Except Portrait Tablet **/

@media (max-width: 767px){
	
	.vc_video-bg iframe{
		display: none;
	}	
	.home-hero-360 .hero-outline-btn a,
	.service-hero-360 .hero-outline-btn a{
		margin-left: 0;
	}
	.home-hero-360 .hero-buttons .wpb_wrapper,
	.service-hero-360 .hero-buttons .wpb_wrapper{
		text-align: center;
	}
	p:last-child {
		margin-bottom: 0;
	}
	.home-hero-360 .vc_btn3-container.vc_btn3-inline,
	.service-hero-360 .vc_btn3-container.vc_btn3-inline{
		display: block;
		margin-left: 0;
	}
	.vc_section-flex > .container,
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1600073857201{
		width: 100%;
	}
	.nav-container .bg--dark {
		background: #384f5d !important;
	}
	.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline{
		width: 100% !important;
	}
	.vc_pie_chart.vc_ready {
		margin-top: 40px;
	}
	.page h2 {
		font-size: 35px !important;
	}
}



/* All Mobile And Small Devices(800px and below) */

@media (max-width: 800px) {



}



/* For Apple iPad */

@media (min-device-width: 768px) and (max-device-width: 1024px){



}



/* Small Devices, Tablets (768px to 991px) */

@media (min-width : 768px){
	body>.nav-container{
		    min-height: unset !important;
	}
	.min-height-156{
		min-height: 156px;
	}
}
@media (min-width : 768px) and (max-width: 991px) {



}



@media (min-width : 768px) and (max-width: 1280px) {



}

/* General Styles for 1280 pixel and below */

@media (max-width: 1280px){

}

@media (min-width: 991px){
	.menu-horizontal li:not(:last-child) {
		margin-right: 1em;
	}
	.bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*=primary]) {
		border-color:  #f1b21e;
	}
	.nav-container .bar.pos-fixed.bg--dark {
		background: #384f5d;
	}
}

/* All Mobile And Small Devices(Below 991px (SM & XS in bootstrap)) */

@media (max-width: 991px) {



}



/* Medium Devices, Desktops  (992px to 1199px) */

@media (min-width : 992px) and (max-width: 1199px) {

}



/* All Small Devices and Small Screens (1200px and below)*/

@media (max-width : 1200px) {

}



/* Large Devices, Wide Screens (1200px and above)*/

@media (min-width : 1200px) {

}



/* Laptop Screen */

@media (min-width: 1281px) and (max-width: 1440px){

}

