:root {
    --primary-color: #eb691e;
    --secondary-color: #163e72;
}
.header-logo img {
    height: 60px;
}
.header-2::before {
    background-color: #ffffff;
}
.header-2::after {
    background-color: #ffffff;
}
.header-2 {
    width: 100%;
    top: 0px;
    left: 0px;
}
.header-2 .main-button .arrow-btn {
    background-color: var(--secondary-color);
    color: #ffffff;
}
.header-2 .main-button .theme-btn {
    background-color: var(--secondary-color);
    color: #ffffff;
}
.header-main .header-right .main-button:hover .theme-btn,
.header-main .header-right .main-button:hover .arrow-btn {
    background-color: var(--primary-color);
    color: #ffffff;
}
.section-title h6 {
    color: var(--primary-color);
}
.footer-link li {
    display: flex;
    gap: 10px;
    align-items: baseline;
    color: #fff;
}
.footer-link li a {
    color: #fff !important;
}
.single-footer-widget p {
    color: #fff;
}
.footer-widget-wrapper.style-2::before {
    content: none;
}
.footer-widget-wrapper {
    padding: 40px 0 40px;
}
.footer-bottom .footer-bottom-wrapper {
    padding: 4px 0;
}
section.counter-section-2.section-padding.bg-cover {
    padding: 0px;
}
.counter-section-2 .counter-box {
    padding: 60px 0px;
}
.section-padding {
    padding: 80px 0;
}
.hero-2 {
    padding: 180px 0 80px;
}
.footer-bottom .footer-bottom-wrapper p a {
    color: #ffffff;
}
.footer-bottom-wrapper p {
    color: #fff;
}
.footer-widget-wrapper .single-footer-widget .list-area li a {
    color: #fff;
}
.footer-widget-wrapper .single-footer-widget .list-area li a:hover {
    color: #bcbcbc;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--primary-color);
}
.breadcrumb-wrapper .page-heading {
    padding: 200px 0 100px;
}
#services .service-content {
    background: #fff;
    border-radius: 10px;
}
@media(min-width:768px) {
    #services .service-content {
        min-height: 200px;
    }
}
.service-image .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-image .icon i {
    color: #fff;
    font-size: 32px;
}
.footer-section-2 {
    background-color: var(--secondary-color);
}
.footer-bottom {
    background-color: var(--primary-color);
}
.counter-section-2:before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #163e72c7, #eb691ea8);
    width: 100%;
    display: flex;
    height: 100%;
}
.offcanvas__logo a img {
    height: 60px;
}
@media(max-width:768px) {
    .breadcrumb-wrapper .page-heading {
        padding: 160px 0 70px;
    }
}
.service-box-items-2 {
    border: 1px solid #fcfcfc;
    border-radius: 10px;
    background: #fff;
}
/* --------------------------------- */
.choose-us-section-2,
.choose-wrapper-2 {
    overflow: visible !important;
    position: relative;
}
.choose-image-sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    height: fit-content;
    z-index: 10;
}
.choose-image-sticky-wrapper .parallax-image.wow {
    visibility: visible !important;
    animation-fill-mode: both;
}
.parallax-image {
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
    .header-2 .main-button {
        display: block;
    }
}
.hero-2 .hero-content {
    max-width: 100%;
    margin-left: 0px;
}
.header-main .main-menu ul li {
    margin-inline-end: 25px;
}
.hero-image::after {
    content: "";
    position: absolute;
    background-image: url('../images/banner-logo.png');
    width: 85px;
    height: 120px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -84px;
}
.banner-logo-2::after {
    content: "";
    position: absolute;
    background-image: url('../images/banner-logo-1.png');
    width: 90px;
    height: 120px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: contain;
    left: 12%;
    top: 95px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-logo-2::after {
        left: 8%;
    }
}
@media(max-width:768px) {
    .hero-image::after {
        right: 0;
        top: -212%;
    }
    .banner-logo-2::after {
        left: 4%;
        top: 95px;
    }
}
@media (min-width: 400px) and (max-width: 450px) {
    .hero-image::after {
        right: 0;
        top: -200%;
    }
}
.service-box-items-2 .service-image .icon-text.icon-text-a1 {
    bottom: 20px;
    left: 94px;
    height: 72px;
    line-height: 26px;
}