@media only screen and (max-width:767px) {
    
    #detail-slider .slide {
	height:200px;
	overflow: hidden;
}

    
	
	 .contenedor-slide .carousel-item {
	height: 250px;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height:250px;
	border: 0;
} 
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: visible;
}
	
	
	
	.footer-links{
	text-align:center;
	}
.footer-links a{
	display:block;
	margin:0 !important;

	
	}
.footer-social-area{
	text-align:center;
	}
#header.affix {
	top: 0;
	padding:10px;

}
body {
	font-size:0.875rem;

}
.header {
	padding: 6px 0;
	margin: 0 auto;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1);
	position: absolute;
	top: 20px;
	right: 8px;
}
.navbar-brand {
	height: auto;
	width: 80px;
	display: block;
	/* z-index: 99; */
	position: absolute;
	/* margin: 0 auto; */
	left: 0 !important;
	top: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	line-height: inherit;
	white-space: nowrap;
	position: relative;
	padding-left: 0;
	float: left;
	margin: 0;
}

.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
	padding-right: 0;
	padding-left: 0;
	
}
.navbar-collapse {
	margin-top: 20px;
}
	
	.navbar .button.mr-auto {
	float:right;
	margin: 0 !important;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0px;
}
.topbar-right {
	/* margin: 0 auto; */
	position: absolute;
	right: 72px;
	top: 19px;
	/* left: auto; */
}
.section-header {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 77px 0 !important;
}
.header-content {
	max-width: 100%;
	margin: 0  !important;

}

.section-header img{
	max-width:100%;
	margin:0 auto;
}
.header-content{
	max-width:100%;
	margin:0 auto;
	top:50px;
}
.header-content .form-group{
	padding-bottom:10px;
}
.image-box {
	position: relative;
	margin-bottom: 20px;

	
}
#postsCarousel img{
	max-width:100%;
	margin:0 auto;
}
.footer img{
	max-width:100%;
	margin:0 auto;
}
.footer-logo{
	
	margin:0 auto;
	
}
.footer-logo img{
	max-width:100%;
	margin:0 auto;
	
}
.section-greenheader .title h4 {
	font-size: 25px;
	
}

.footer-links a {
	
	font-size: 15px;
}
.about-info h3 {
	font-size: 25px;
	
}

.map-box{
	top:185px;
	position: relative;
	margin-bottom: 20px;
}
.news-box {
	
	position: relative;
	margin-bottom: 20px;

	
}
#clientlogoslider .owl-prev {
	left:0px !important;
}
#clientlogoslider .owl-next {
	right:0px !important;
}

}


@media only screen and (min-width: 768px) and (max-width: 990px) {
    
    #detail-slider .slide {
	height:388px;
	overflow: hidden;
}


.select_box::after {
	padding: 0 1px;
	
}

#clientlogoslider .owl-prev {
	left:0px !important;
}
#clientlogoslider .owl-next {
	right:0px !important;
}



}
@media only screen and (min-width: 991px) and (max-width: 1024px) {

}


 @media (min-width: 768px)and (max-width: 991px) {
	  .contenedor-slide .carousel-item {
	height: 400px;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height:400px;
	border: 0;
}
	 
 }
  @media (min-width: 992px)and (max-width: 1024px) {
	 .contenedor-slide .carousel-item {
	height: 400px;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height:400px;
	border: 0;
} 
  }