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


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   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 .logo {
   display: flex;
}
body .logo h4 {
   margin-right: 5px;
}
/********** Header End **********/


/********** Why Choose Us **********/
body .about-us .services .item {
   display: flex;
}
body .about-us .services .item img {
   width: 70px;
   height: 70px;
}
body .about-us {
   padding: 140px 0px 180px 0px;
   margin-top: 0;
}
body .our-services .first-bar .filled-bar {
   width: 100%;
}
body .our-services .first-bar span {
   left: 92%;
}
/********** Why Choose Us End **********/


/********** Offer **********/
body .our-portfolio {
   margin-bottom: 80px;
}
/********** Offer **********/


/********** Portfolio **********/
body .our-portfolio .section-heading h2 {
   margin-bottom: 140px;
}
body .our-portfolio .showed-content img {
   max-width: 100%;
}
body .our-portfolio .item:hover .hidden-content {
   top: -120px;
}
/********** Portfolio **********/


/********** Contact **********/
body .phone-info h4:not(:last-child) {
   margin-bottom: 15px;
}
body .phone-info h4 span {
   display: flex;
   align-items: center;
}
body .phone-info h4 span i {
   margin-left: 0;
   min-width: 46px;
}
body .phone-info h4 span a {
   font-size: 20px;
   font-weight: 700;
   color: #fff;
}
/********** Contact 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 **********/