/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .header_section.sticky-active .logo-black {
   display: block;
}
body .header_section.sticky-active .logo-white {
   display: none;
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
body .header_section.sticky-active .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: #0C0C0C;
} */
body .banner-content img {
   max-height: 700px;
   min-height: unset;
   object-fit: contain;
}
/********** Header End **********/


/********** Achivements **********/
body .features-row {
   padding-bottom: 160px;
}
body .phone-col {
   margin-bottom: 0;
}
/********** Achivements End **********/


/********** Newsletter **********/
body .news-row {
   padding: 0px 15px;
}
/********** Newsletter End **********/


/********** Why Choose Us **********/
.why-us-wrap .inner {
   display: flex;
   align-items: center;
}
.why-us-wrap .inner h5 {
   margin-bottom: 0;
}
body .chose {
   padding-bottom: 100px;
}
body .chose-detail {
   margin-top: 0;
}
body .chose .iphones-5s {
   margin-top: 90px;
}
/********** Why Choose Us End **********/


/********** Portfolio **********/
.portfolio-sec .owl-carousel .owl-item img {
   height: 300px;
   object-fit: cover;
}
/********** Portfolio End **********/


/********** Testimonial **********/
.review-sec {
   padding-bottom: 160px;
}
.review-sec .owl-carousel .owl-item .person img {
   border-radius: 100px;
}
body .phone-reviwe {
   margin-bottom: 0;
}
/********** Testimonial End **********/


/********** Partner **********/
body .logo-partner {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}
body .logo-partner img {
   margin: 5px 10px;
   max-height: 67px;
   filter: invert(1) brightness(100) grayscale(1);
   opacity: 0.7;
}
/********** Partner End **********/


/********** Footer **********/
body .footer-content {
   padding: 30px 0;
}
/********** Footer End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   /* body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   body .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::before,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::after {
      background-color: #0C0C0C;
   } */
   body .banner-content {
      max-width: 576px;
   }
   /***** Header End *****/


   /***** Why Choose Us *****/
   body .chose .iphones-5s {
      margin-top: 0;
   }
   /***** Why Choose Us End *****/
   
   body .phone-col,
   body .chose .iphones-5s,
   body .phone-reviwe {
      max-width: 576px;
      margin: auto;
      margin-top: 0;
   }

   /***** Achivements *****/
   body .features-row > .row > div:not(.phone-col) {
      order: 1;
      margin-top: 50px;
   }
   /***** Achivements End *****/
}
/********** 991px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Header *****/
   body .content h1 {
      line-height: 63px;
   }
   /***** Header End *****/
}
/********** 576px and below End **********/