/*--------------------------------------------------------------
15. Media queries
--------------------------------------------------------------*/
@media only screen and (min-device-width: 1400px) and (max-device-width: 1600px){ 
   

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

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


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


}

@media only screen and (max-width: 992px) {
 .primary-footer {
    padding: 55px 0;
}
.services-box{
    margin-bottom: 30px;
}
.navbar-collapse {
    background-color: #fff;
    padding: 30px 30px;
}
.new-header .nav-link{
    color: #212529;
}
.custom-header2 .nav-link{
    color: #ebebeb !important;
}

.custom-header2 .navbar-collapse{
    background-color: inherit !important;
}
.mobile-mar{
	    margin-top: 19px;
}
.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-link.active::before {
    transform: scale3d(1,1,1);
    display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: none;
}
.hero {
    background-position: bottom right;
    padding-top: 10rem;
    padding-bottom: 18rem;
}
.what-we-do {
    margin-top: -11rem;
}
.service-box-100 {
    height: 90%;
}

.services-box {
    height: 299px;
}
}
@media only screen and (max-width: 800px) {

}
@media (min-width: 992px){

}

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

}
@media only screen and (max-width: 640px) {
  
.middle {
    padding: 0px 15px;
}
.f-title {
    margin-bottom: 12px;
}
.footer-details {
    margin-top: 0px;
}
.ad-icon, .ac-icon{
	width: 20px;
}
.accordion-button {
    font-size: 18px !important;
    padding: 16px 24px 18px;
}
.idustries-box{
	margin-bottom: 30px;
	height: auto;
}
.services-des{
min-height: auto;
}
.hero {
    background-position: bottom right;
    padding-top: 9rem;
    padding-bottom: 4rem;
}
.what-we-do {
    margin-top: 0rem;
}
.hero-title {
    font-size: 38px;
}
.service-accordition .accordion-button {
    font-size: 22px !important;
    padding: 20px 24px;
}
.sec-bg-text {
    font-size: 20px;
    line-height: 30px;
}
.title {
    font-size: 30px;
}
.contact-box-padding , .contact-box{
    padding: 20px 20px;
}
.services-des {
    min-height: auto;
}
.services-box{
height: auto;
}
}
    

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

}
@media (min-width: 576px){

}

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

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

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

}







