/* Media Queries
/* ----------------------------------- */



@media only screen and (min-width: 1024px) {

}
@media only screen and (max-width:1439px) {

}
@media(max-width:1366px){

}
@media only screen and (max-width:1239px) {	
 
}
@media (max-width:1279px){
  
}
@media only screen and (max-width:1200px) {
  
}
@media(max-width:1199px){
	
}

@media (max-width:1170px){
	
}
@media only screen and (max-width: 1100px) {
    .client-logo-wrap .row > div{flex: 0 0 25%; max-width: 25%;}
}
@media(min-width:1025px){
.mobile-menu-wrap{display: none !important;}
}
@media(max-width:1024px){
	.mobile-hide-header li{display: none !important;}
    .mobile-hide-header li:first-child{display: block !important;}
    .burgerbutton {display: block;}
}
@media only screen and (max-width: 1023px) {
    
	
}

@media only screen and (max-width:991px) {
    .mobile-image{position: static !important;}
}

@media(min-width: 768px){
}	
@media (max-width: 767px) {
    .mobile-image{position: static !important;}
    .welcome-list li{margin-bottom: 8px !important;}
    .faqswrapper .faq-item h3{font-size: 24px; font-weight: 500;}
    .faq-title h3{font-size: 24px;}
    .faq-title.active h3{margin-bottom: 20px; font-size: 20px;}
    .faq-content{font-size: 16px;}
    .faqswrapper .faq-item{padding: 20px 0;}
    .faqswrapper .faq-item .faq-title{padding-right: 40px;}
    .faqswrapper .faq-item .faq-content{padding-right: 40px;}
    .get-in-touch-form .form-group input, .get-in-touch-form .form-group textarea, .get-in-touch-form .form-group select{height:49px; border-radius: 8px; border: 1px solid #D0D0D0; padding: 10px 15px;}
    .get-in-touch-form .form-group textarea{height: 127px;}
    .client-logo-wrap .row > div{flex: 0 0 50%; max-width: 50%;}
    .client-logo-wrap .row > div .client-logo-box{height: 120px;}
}
@media only screen and (min-width:640px){

}

@media only screen and (max-width:639px) {
	
}
@media(max-width:479px){
    .burgerbutton{top: 27px;}
	.client-logo-wrap .row > div{flex: 0 0 100%; max-width: 100%;}
}
@media(max-width:380px){
  
}

@media only screen and (max-width:450px) {}