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


/********** Header **********/
header .navbar-brand img {
   max-height: 45px;
   width: 100%;
}
header .navbar-nav .nav-item.letstalk .nav-link {
   padding: 0;
}
/********** Header End **********/


/********** Breadcrumb **********/
.bread_team_img {
   background: linear-gradient(#0000006e, #0000008a), url(..//images/breadcrumb/breadcrumb-8.jpg);
   background-size: cover;
}
/********** Breadcrumb End **********/


/********** Our Team **********/
.our_team_section .swiper-button-prev,
.our_team_section .swiper-button-next {
   transform: rotate(180deg);
}
/********** Our Team End **********/


/********** Footer **********/
.contact_info .details {
   display: flex;
   align-items: center;
}
.contact_info .details p {
   margin-bottom: 0;
}
body .contact_info .icon {
   min-width: 37px;
}
/********** Footer End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   /* body #menu .container {
      width: 100%;
   } */
   /***** Header End *****/
}
/********** 1199px and below End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   body header .navbar-brand img {
      max-height: 32px;
   }
   body .menu {
      right: 33px;
      top: 15px;
   }
   body .menu img {
      width: 30px;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   /* body #menu .container {
      display: block;
   }
   body #menu a.navbar-brand img {
      max-height: 40px;
   }
   body .navbar-toggle {
      margin-top: 18px;
   }
   body .navbar-default .navbar-toggle .icon-bar {
      background-color: #ddd;
   } */
   /***** Header End *****/


   /***** Our Team *****/
   .reverse-mobile > div:first-child {
      order: 2;
   }
   .reverse-mobile > div:last-child {
      order: 1;
   }
   /***** Our Team End *****/
}
/********** 767px and below End **********/
