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


/********** Logo **********/
.header-logo img,
.header-logo-2 img,
.footer-section .widget-head img {
   max-height: 25px;
}
/********** Logo End **********/


/********** Footer **********/
.project-area .project-card-items .project-image .project-content {
   transform: translateX(0);
   right: 0;
   padding-right: 15px;
}
.project-area.custom-project .project-card-items .project-image .project-content h4 {
   color: #ffffff;
   text-align: right;
}
.project-area.custom-project .project-card-items .project-image .project-content p {
   text-align: right;
}
/********** Footer **********/


/********** Footer **********/
.our-info-sec li {
   display: flex;
   color: #ffffff;
}
.our-info-sec li i {
   margin-top: 5px;
}
/********** Footer End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   body .offcanvas__info:not(.custom-style) .mean-nav .mean-last {
      display: none;
   }
   /***** Header End *****/
}
/********** 1199px and below 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;
   } */
   /***** 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 *****/
}
/********** 767px and below End **********/
