@media screen and (max-width: 1500px){
  .slider-banner.inner-banner .container{
      max-width: 1000px;
  }
  .inner-banner .banner-slider {
    top: 100px;
    left: 80px;
    right: 80px;
    bottom: 80px;
  }
}
@media screen and (max-width: 1200px){
  .bannerImgOuter {
      position: relative;
      height: auto;
  }
  footer{
    padding: 40px 0px 20px;
  }
  .slider-banner{
    height: 50vh;
  }
  .inner-banner:after{
    height: 50%;
  }
}
@media screen and (max-width: 1024px){
  .footer-col.footer-col-sec:nth-child(2){
    margin: 0;
  }
  footer{
    padding: 50px;
  }
  .footer-col {
      width: 30%;
  }
  .section-column-row{
    flex-wrap: wrap;
  }
  .box-col{
    width: calc(100% / 2 - 12px);
  }
}
@media screen and (max-width: 900px){
  .navbar-toggler{
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler .bi.bi-list{
    line-height: normal;
  }
  .navbar-collapse{
    display: none;
  }
  .navbar-collapse.collapse.show{
    display: flex;
  }
  .navbar-collapse.collapse.show {
    display: flex;
    position: absolute;
    top: 68px;
    background: #fff;
    width: max-content;
    right: 0;
    padding: 20px;
  }
  #menu-main-menu{
    flex-direction: column;
      gap: 15px;
  }
  .nav-link{
    color: #161c2e;
  }
  .slider-banner{
    padding: 100px 0 0;
  }
  .slider-content h1{
     font-size: 30px;
      line-height: 45px;
  }
  /*.banner-slider{
    height: 300px;
  }*/
  .inner-content{
    width: 90%;
  }
  .info-content p{
    font-size: 20px;
    line-height: 25px;
  }
  .about-content h2, .our-team-heading h2{
    font-size: 30px;
  }
  .about-content{
    width: 100%;
      margin-bottom: 20px;
  }
  .about-img{
    width: 100%;
    height: 100%;
  }
  .tabs-outer{
    align-items: center;
  }
  .our-team-heading{
    width: 100%;
  }
  .our-team-client-logo{
    grid-template-columns: repeat(5, 1fr);
      gap: 25px;
  }
  .our-team {
      padding: 50px 0;
  }
  .section-row{
    gap: 30px;
      margin-left: 0;
  }
  .image-col{
    height: 360px;
  }
  footer {
        padding: 40px 0 20px;
        border-radius: unset;
    }
    .copywright{
      margin-top: 50px;
    padding: 15px 0 0;
    }

    .team-logos-outer{
      grid-template-columns: repeat(5, 1fr);
    }
  .inner-banner .banner-slider {
      top: 75px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        border-radius: unset !important;
  }
  .contact-form-row{
    flex-direction: column;
    gap: 15px;
  }
  .form-content, .contact-form{
    width: 100%;
  }
  
}
@media screen and (max-width: 600px){
  .slider-banner{
    padding: 100px 0 50px;
  }
  .banner-slider{
    border-radius: 20px !important;
  }
  .slider-content h1{
    font-size: 43px;
    line-height: 55px;
    text-align: left;
    margin-bottom: 30px;
  }
  .info-content::after, .info-content::before{
    left: -50px;
    width: 100px;
    height: 100px;
    top: 0;
  }
  .info-content::before{
    top: unset;
    left: unset;
    right: -40px;
    bottom: -40px;
  }
  .inner-content{
    width: 100%;
  }
  .about-us-content {
    padding: 50px 0 0;
  }
  .nav_tabs {
    display: flex;
    width: 100%;
  }
  .tab-content {
    width: 100%;
  }
  .our-team-client-logo {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .custom-criteria-row{
    gap: 15px;
  }
  .criteria-col{
    padding: 15px;
    width: 100%;
  }
  .criteria-col span{
    width: 50px;
    height: 50px;
  }
  .criteria-content h3{
    font-size: 20px;
  }
  .criteria-content p, .criteria-col ul li{
    font-size: 16px;
    line-height: 24px;
  }
  .our-team-heading{
    margin-bottom: 30px;
  }
  .contact-us-outer .our-team-heading{
    margin-bottom: 0 !important;
  }
  .form-outer form p{
    width: 100%;
  }
  footer{
    padding: 20px;
    border-top-left-radius: 30px;
      border-top-right-radius: 30px;
  }
  .footer-col{
    width: 100%;
  }
  .footer-row{
    gap: 25px;
  }
  .info-content{
    padding: 50px 0;
  }
  .info-content p{
    font-size: 17px;
  }
  .about-content h2, .our-team-heading h2{
    font-size: 29px;
    font-weight: 600;
  }
  .our-team-client-logo{
    display: none;
  }
  .ourteamLogoSlider{
      display: block !important;
  }
  .our-teamOuter .our-team-heading{
    margin-bottom: 30px;
  }
  .criteria-col span{
    padding: 10px;
  }
  #about_us .about-content p{
    margin: 20px 0;
  }
  .footerMobile{
    display: block;
  }
  .socilalMobileHide{
    display: none;
  }
  .brand-logo{
    width: 165px;
  }
  .navbar-collapse.collapse.show{
    background-color: #151515;
  }
  .custom-section{
    padding: 50px 0 50px;
  }
  .section-title h2{
    font-size: 32px;
    line-height: 42px;
    text-align: left;
  }
  .section-row{
    flex-wrap: wrap;
    gap: 20px;
  }
  .slider-content{
    width: 100%;
    margin: 0;
  }
  .section-content p{
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
  }
  .image-col{
    height: 200px;
  }
  .patner-section{
    padding: 50px 0;
  }
  .box-col{
    width: 100%;
  }
  .patner-section hr {
    margin: 50px 0 50px;
  }
  footer{
    border-radius: unset;
    padding: 40px 0 10px;
  }
  .footer-row {
        gap: 15px;
        flex-wrap: wrap;
    }
    .footer-logo {
      width: 185px;
      margin-bottom: 20px;
  }
  .get-touch-form h2 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 20px;
    }
    .form-input{
      width: 80%;
    }
  .copywright {
        margin-top: 20px;
        padding: 15px 0 0;
        text-align: left;
    }
    .section-content.section-content-sec,
    .section-content.section-contebt-third{
      width: 100%;
    }
    .section-content.section-content-sec p{
      font-size: 15px;
      line-height: 28px;
    }
    .team-logos-outer{
      grid-template-columns: repeat(3, 1fr);
      row-gap: 15px;
      column-gap: 20px;
    }
    .empower-content-col{
      width: 90%;
    }
    .empower-content-col,
    .empoer-content ul{
      width: 100%;
    }
    .js-ag-active .pointer{
      width: 50px;
      height: 50px;
    }
    .empowerSliderOuter{
      width: 90%;
    }
    .empower-content-col {
        width: 90% !important;
        margin: 0 !important;
        margin-left: auto !important;
    }
    .empoer-content ul{
      padding: 15px 15px 15px 30px;
    }
    .inner-banner.slider-banner .slider-content h1{
      font-size: 35px;
      text-align: center;
      margin: 0;
    }
    .logo-col{
      height: 65px;
    }
    .slider-content-outer:nth-child(2) .slider-content-box .pointer{
      width: 50px;
      height: 50px;
    }
    .empoer-content h2{
      font-size: 35px;
    }
    .section-content.section-content-sec p{
      text-align: left;
    }
    .form-content h2{
      font-size: 35px;
      line-height: 40px;
    }
	.page-template-home .slider-banner{
/*		height: calc(100vh - 60px);*/
height: 100vh;
	}
  .container-third .section-title,
  .container-third .section-column-row,
  .container-third .box-col{
    width: 100%;
  }
  .container-third .box-col p{
    margin-top: 15px;
  }
  .section-content{
    width: 100% !important;
  }
  ul.section-content{
    padding-left: 20px !important;
  }
  .slider-banner{
    height: 100vh;
  }
	.slider-content h1 br,
.section-title h2 span br,
.section-title h2 br{
	display: none;
}

	.page-template-about-us .slider-content h1, .page-template-criteria .slider-content h1{
		font-size: 50px;
    line-height: 70px;
	}
	.section-content p{
		font-size: 17px;
	}
	.section-title h2{
		font-family: var(--font-semibold);
	}
	.logo-col:nth-child(15) {
    grid-column-start: unset;
}
}