/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .navbar-light .navbar-brand {
        width: 68%;
    }

    p {
        font-size: .9rem;
    }


    .home h1 {
        margin-top: 120px;
    }

    .home .next-arrow {
        right: -20px;
        opacity: 0.6;
    }
    .home .prev-arrow {
        left: -20px;
        opacity: 0.6;
    }

    .home .testimonial-title::before {
        right: 70%;
    } 

    .home .testimonial-title::after {
        left: 70%;
    }
  
}

/* Small devices (landscape phones upto 767px) */
@media (max-width: 767px) {
  
}


/* Small devices (landscape phones upto 767px) */
@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-item {
        text-align: center;
        border-right: 1px solid transparent;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
    .home .testimonial-title::before {
        right: 61%;
    }

    .home .testimonial-title::after {
        left: 61%;
    }
 }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
    .home .testimonial-title::before {
        right: 58%;
    }

    .home .testimonial-title::after {
        left: 58%;
    }
 }

/* Large devices (desktops and laptop) */
@media (max-width: 1199px) {
   

    img {
        max-width: 100%;
        height: auto;
    }

    .service .bottom-img,
    .team .bottom-img,
    .about .bottom-img ,
    .home .bottom-img,
    .contact .bottom-img {
        position: static;
      }

      .team .main-content p {
        padding-bottom: 0px;
      }

      .contact address {
        margin-top: 20px;
    }
 }

 @media (min-width: 1200px) and (max-width: 1399px) { 
    .container {
        max-width: 90%;
    }

    .bottom-img {
        display: block !important;
    }

    .home .bottom-img {
        transform: scale(1.1);
        transform-origin: right bottom;
    }

}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


  h1 {
      margin-top: 100px;
  }


 }

 @media (min-width: 1400px) {

    .container {
        max-width: 80%;
    }

    .logo {
        padding-top: 1.5rem;
    }

    h1 {
        padding-top: 40px;
        font-size: 37px;
    }

    body.home { 
        background: url(../images/home-bg-large.png) no-repeat center center/cover;
    }
    body.about { 
        background: url(../images/about-bg-large.png) no-repeat center center/cover;
    }
    body.team { 
        background: url(../images/team-bg-large.png) no-repeat center center/cover;
        background-position-y: 30%;
        /* background-size: 38%; */
    }
    body.service { 
        background: url(../images/service-bg-large.png) no-repeat center center/cover;
    }
    body.contact { 
        background: url(../images/contact-bg-large.png) no-repeat center center/cover;
    }


    .team .col-xl-5,
    .about .main-content .col-xl-5,
    .home .col-xl-5 {
       max-width: 38%;
   }

   .about p {
       padding-bottom: 280px;
   }

   .team p {
       padding-bottom: 350px !important;
   }

   .service h1 {
    font-size: 35px;
}

.contact .left-content {
    padding-bottom: 200px;
}

   
  

 }

