/* Responsive Css */


@media only screen and (max-width: 1799px){
  .dueal-section.alternat-3{
    padding-left: 0px;
    padding-right: 0px;
  }

}


@media only screen and (max-width: 1499px){



}


@media only screen and (max-width: 1399px){


}


@media only screen and (max-width: 1299px){


}



@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .dueal-section .testimonial-content,
  .dueal-section.alternat-3 .content_block_three .content-box{
    margin: 0px;
  }

  .dueal-section .image-layer-1,
  .dueal-section .image-layer-2{
    display: none;
  }

  .dueal-section.service-page{
    padding-bottom: 120px;
    overflow: hidden;
  }

}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){
  .dueal-section.alternat-3 .content_block_three .content-box{
    margin-bottom: 30px;
  }

  .dueal-section.alternat-3 .content_block_three .content-box .sec-title h2{
    color: #fff;
  }

  .dueal-section.service-page .bg-color{
    width: 100%;
  }

  .dueal-section .hiring-content{
    margin: 0px 0px 30px 0px;
  }

  .dueal-section.service-page{
    padding-bottom: 90px;
  }

  .dueal-section .hiring-content h2,
  .dueal-section .hiring-content p{
    color: #fff;
  }

  .dueal-section .bg-color{
    width: 100%;
  }

}


@media only screen and (max-width: 767px){

  .sec-title h2{
    font-size: 36px;
    line-height: 44px;
  }

  .dueal-section,
  .dueal-section .outer-container{
    padding: 70px 0px;
  }

  .dueal-section .dots-style-one .owl-dots{
    display: none;
  }

  .dueal-section.alternat-3{
    padding: 0px;
  }

  .dueal-section.service-page{
    padding: 60px 0px 40px 0px;
  }

}

@media only screen and (max-width: 599px){

  .pagination li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

}






@media only screen and (max-width: 991px){ 

  .footer-bottom .bottom-inner .copyright p {
    font-size: 13px;
}

.footer-column-bx {
    padding-left: 20px;
}

.apply-now-bx {
  margin-top: 30px;
}
.contact-section .info-box {
  margin-top: 0px !important;
}
}


@media only screen and (max-width: 675px){ 

  .banner-carousel .slide-item {
        padding: 45px 0px 30px 5px;
        /*padding: 0;*/
    }

  .banner-carousel .slide-item .bg-layer{ 

    width: 100%;
    height: 230px;

  }


  .page-title .page-bg {
     width: 100%;
    height: 230px;
}

.page-title {
        padding: 30px 0 !important;
    }
        .page-title {
        padding-top: 30px !important;
    }

    .banner-carousel .content-box h2 {
        font-size: 20px ;
        line-height: 45px;
    }

    .page-title .content-box {
    position: relative;
    display: inline-block;
    padding: 21px 17px !important;
    z-index: 1;
}

.page-title h1 {
        font-size: 30px !important;
        line-height: 20px !important;
    }

    .page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 12px !important;
    line-height: 26px;
    color: var(--text-color-white);
    margin: 0px 2px;
}

    .banner-carousel .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 9px;
  line-height: 20px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 2px 10px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}


.banner-carousel .content-box p{
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  .welcome-section .tab-btns li{
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 50%;
  font-size: 17px !important;
  line-height: 24px;
  font-family: var(--title-font);
  color: #fff;
  padding: 12px 16px;
  font-weight: 500;
  border-radius: 60px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  transition: all 500ms ease;
}
  
.banner-carousel .content-box h2{
 
  margin-bottom: 2px;
 
}


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 13px;
  line-height: 10px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color) !important;
  text-align: center;
  border-radius: 50px;
  padding: 13px 20px;
  z-index: 1;
  transition: all 0.5s ease-in-out 0.0s;
}

.theme-btn span:before {
    position: absolute;
    content: '\e901';
    font-family: 'icomoon';
    font-size: 10px;
    top: 4px;
    right: 1px;
    font-weight: 400;
}

.banner-style-four .slide-item .banner-btn-two {
  display: none;
}

 .main-header .logo-box img{
      max-width: 75%;
  }




  .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon {
  margin-right: 15px !important;
  display: inline-block;
}


.pbmit-ihbox-style-3 .pbmit-element-title {
    font-size: 17px;
    line-height: 19px;
    margin: 0;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-box-number {
    font-size: 17px;
    line-height: 20px;
    padding-right: 0px;
    position: relative;
    color: var(--text-color-gray);
}

.main-footer .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #dddddd;
}


.contact-section .info-box h3 {
    
    font-size: 20px !important;
    line-height: 25px;
   
    margin-bottom: 18px !important;
}

.contact-section .info-box {
    position: relative;
    padding: 34px 40px 34px 40px !important;
    border-radius: 10px;
    margin-top: 60px;
    background: var(--theme-color);
}
.contact-section .info-box .single-item .icon-box {
 
    width: 59px !important;
    height: 59px !important;
    line-height: 47px !important;
   
}

.contact-section .info-box .single-item {
 
    margin-bottom: 10px !important;
}

}

@media only screen and (max-width: 600px){ 

  .about-style-three .video_block_two .image-2 {
    display: none;
  }

}



@media only screen and (max-width: 490px){ 
    .footer-bottom .bottom-inner .copyright p {
        font-size: 12px;
        padding-right: 0px;
    }



}



@media only screen and (max-width: 425px){ 
   
    .banner-carousel .content-box h2 {
        font-size: 17px;
        line-height: 45px;
    }

}





