/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
.df-aCenter {
   display: flex;
   align-items: center;
   justify-content: center;
}
/********** 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 .navbar-custom .navbar-brand.logo-image img {
   width: 250px;
   height: 40px;
   object-fit: contain;
}
/********** Header End **********/


/********** Our Services **********/
.tabs .our-service .card .card-icon {
   width: unset;
   height: unset;
   background-color: unset;
   display: flex;
   align-items: center;
   margin-bottom: 15px;
}
.tabs .our-service .card .card-icon .far,
.tabs .our-service .card .card-icon .fas {
   min-width: 4.5rem;
   min-height: 4.5rem;
   border-radius: 50%;
   background-color: #00c9db;
   margin-right: 15px;
}
.tabs .our-service .card .card-icon .card-title {
   text-align: left;
}
/********** Our Services End **********/


/********** Footer **********/
body .footer .logo-image img {
   width: 250px;
   height: 40px;
   object-fit: contain;
   object-position: left;
   margin-bottom: 20px;
}
.footer a.turquoise {
   margin-left: 10px;
   text-decoration: none;
}
.footer a:hover {
   color: #ffffff;
}
/********** Footer End **********/


/********** Contact Us Page **********/
.contact-bg.form {
   background: url(../images/contact-bg.jpg) center bottom no-repeat;
}
.contact-bg.form,
.contact-bg.form h2,
.contact-bg.form a {
   color: #2f2c3d;
}
/********** Contact Us Page 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 **********/