/* Generated from Admin → Website Settings → Advanced → Custom CSS on 2026-02-23 20:34:43 */
.working-hours .single-opening
 {
    display: flex;
    justify-content: space-between;
}
.working-hours .single-opening p {
    margin-bottom: 15px;
    color: #fff;
    font-family: var(--font-primary);
}
.check-wrapper-area .single-check
{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0px;
}
.check-wrapper-area .single-check i {
    color: rgb(32, 40, 45);
}
.check-wrapper-area .single-check p {
    color: rgb(28, 37, 57);
    font-size: 16px;
    margin: 0px;
}
.home-about-us .call-area.contact-phone-layout-3 .icon {
    border-radius: 15px !important;
}
.home-about-us .call-area.contact-phone-layout-3 h6 {
   font-family: "Red Hat Display", serif;
}
.home-about-us .call-area::after {
    content: "";
    position: absolute;
    height: 70px;
    width: 1px;
    right: -20px;
    background: rgb(235, 235, 235);
}
.home-about-us .about-us-left .small-image {
    position: absolute;
    right: 30px;
    bottom: 40px;
    max-width: 211px;
    animation: 5s linear 0s infinite normal none running jump-2;
}
.home-about-us .about-us-left .counter-about-area {
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    padding: 50px 33px;
    background: rgb(32, 40, 45);
    border-radius: 15px;
    color: #fff;
}
.home-about-us .about-us-left .counter-about-area .title {
    font-size: 48px;
    margin-bottom: 5px;
}
.home-about-us .about-us-left .counter-about-area * {
    color: #fff;
}
.business-goal .large-thumbnail {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
    max-width: 440px;
    margin-left: auto;
}
.business-goal .small-thumbnail {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    max-width: 301px;
    z-index: 10;
}
.home-map-area .container {
   background: #FFFFFF; 
   box-shadow: 30px 0px 60px rgba(128, 128, 128, 0.1); 
   border-radius: 10px; 
   overflow: hidden;
}
.header-working-time p {
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.header-working-time i {
   margin-right: 3px;
}
.contact-area-wrapper {
    background: #20282D;
    padding: 90px 60px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}
.header--sticky.sticky .logo {
   padding-top: 16px !important;
}

@media only screen and (max-width: 575px) {
   .home-about-us .about-us-left .counter-about-area {
      padding: 20px;
      left: 6px;
   }
}

@media (max-width: 767px) {
   .about-us-right {
      padding-top: 80px;
   }
}

@media only screen and (min-width: 768px) {
   .about-us-left {
      padding-left: 77px;
      padding-right: 77px;
   }
   .about-us-right {
      padding-top: 50px;
      padding-left: 40px;
   }
}
