@media only screen and (max-width: 1399px) {
  .bannerLeft img{
    object-position: -250px bottom;
  }
  .bannerRight{
    left: 55%;
  }
}


@media only screen and (max-width: 1199px) {
  #mainBanner h1{
    font-size: 30px;
  }

  .bannerLeft img{
    height: 500px;
    object-position: -200px bottom;
  }

  .bannerRight{
    max-width: 400px;
  }

}

@media only screen and (max-width: 991px) {

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar li:last-child a {
    padding-right: 20px;
}

  /* .navbar.showMobNavbar ul{
    display: block;
  }

  .showMobNavbar{
    background: #000;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
  } */


  #mainBanner .carousel-content{
    margin-top: 20px;
  }

  #mainBanner h1 {
    font-size: 26px;
}

.common-heading h2{
  font-size: 20px;
  line-height: inherit;
}
.common-heading{
  margin-bottom: 0;
}

#mainBanner .carousel-content p {
  padding: 0;
  font-size: 14px;
  max-width: 70%;
  margin: 30px auto;
}

.btn {
  padding: 5px 10px;
  font-size: 14px;
}

  h2 br {
    display: none;
  }
  #hero {
    margin-bottom: 80px;
  }
  #about {
    margin-bottom: 80px;
  }
  .wwr-sec {
    margin-bottom: 80px;
    padding: 40px 0;
  }
  .Principles-sec {
    margin-bottom: 80px;
    padding: 60px 0;
  }
  #team {
    padding:0px;
    margin-bottom: 80px;
  }
  #team .member .pic {
    height: 338px;
  }
  .Workflow-sec {
    margin-bottom: 80px;
  }

  #header {
    top: 10px;
}

#about-sec{
  text-align: center;
}

.about-sec-banner{
  margin-bottom: 40px;
}

.solutionsLeft{
  order: 2;
  margin-top: 30px;
}
#solutions-sec .row{
  align-items: flex-start;
}

.explainVideo{
  height: 500px;
}

.serCards{
  width: 80%;
}
.sBanner{
  order: 1;
  text-align: center !important;
}

.bannerLeft img{
  height: 600px;
  object-position: center top;
}

.mobBanner{
  display: block !important;
}

.deskBanner{
  display: none !important;
}
.bannerLeft::after{
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.bannerRight{
  width: 100%;
  max-width: 100%;
  left: 0;
  text-align: center;
}

#mainBanner .owl-theme .owl-nav{
  display: none;
}

}

@media only screen and (max-width: 767px) {

  #mainBanner .carousel-content {
    max-width: 100%;
    margin-left: inherit;
    margin-top: 20px;
    text-align: center;
}

.bannerLeft img{
   margin: auto;
}

.bannerRight{
  margin: auto;
  margin-bottom: 50px;
}

  #hero h2 {
    font-size: 44px;
  }
  #hero p {
    font-size: 18px;
  }
  #hero .btn-reach {
    font-size: 18px;
  }
  #hero {
    margin-bottom: 50px;
  }
  h2 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
  }
  .abt-sub-btn {
    margin-top: 30px;
  }
  .btn-service {
    font-size: 18px;
  }
  #about {
    margin-bottom: 50px;
  }
  .wwr-sec {
    margin-bottom: 50px;
  }
  .Principles-inner-box {
    margin-bottom: 20px;
  }
  .Principles-sec {
    margin-bottom: 50px;
    padding: 60px 0;
  }
  #team {
    margin-bottom: 50px;
  }
  section#logo-sec {
    padding: 60px 0px;
  }
  #about-us {
    margin: 100px 0px 50px 0px;
  }
  #testimonial-sec {
    margin-bottom: 50px;
  }
  .Workflow-sec {
    margin-bottom: 50px;
  }
  .footer-cu-sec-align, .footer-Links-sec-align {
    justify-content: start;
  }
  .footer-aboutus-sec, .footer-Links-sec, .footer-cu-sec {
    margin-bottom: 0px;
  }

  img.hero-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .hero-container::before {
    bottom: 0px;
}

.explainVideo{
  height: auto;
}

.container, .container-sm{
  max-width: 90%;
}

.owl-theme .owl-nav [class*=owl-]{
  width: 40px;
    height: 40px;
}

section{
  padding: 40px 0;
}

#header .logo img{
  height: 40px;
}
.servicesPage section{
  padding: 20px 0 !important;
}

}

@media only screen and (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }
  #hero p {
    font-size: 16px;
  }
  #hero .btn-reach {
    font-size: 16px;
  }
  h2 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  #about {
    margin-bottom: 40px;
  }
  .wwr-sec {
    margin-bottom: 40px;
  }
  .Principles-sec {
    margin-bottom: 40px;
    padding: 10px 0;
  }
  #team {
    margin-bottom: 40px;
  }
  section#logo-sec {
    padding: 50px 0px;
  }
  #about-us {
    margin: 150px 0px 40px 0px;
}
  #testimonial-sec {
    margin-bottom: 40px;
  }
  .Workflow-sec {
    margin-bottom: 40px;
  }
  p.test {
    border-bottom:none;
  }
  .common-heading.text-center {
    margin-bottom: 30px;
}
  .Workflow-inner-box {
    padding: 0px;
  }
  #services-sec {
    margin-bottom: 40px;
  }
  #about p {
    text-align: justify;
}

#hero {
  height: 90vh;
}
#about-us p {
  text-align: justify;
}
.footer-bt-sec p {
  text-align: center;
}
.logo {
  width: 30%;
}
.hero-container::before {
  bottom: 86px;
}

ul.servicesList li{
  width: 100%;
}

.copy-rights p{
  text-align: center;
  font-size: 12px;
}

.socialIcon{
  text-align: center;
  margin-top: 20px;
}

.sBanner img{
  border-radius: 20px;
}


}

@media only screen and (max-width: 420px) {

}