:root {
    --theme-color: #B68C5A;
    --theme-color2: #012242;
    --theme-color3: #002f56;
    --theme-color4: #003960;
    --theme-color5: #003e68;
    --theme-color6: #004972;
    --theme-color7: #00567c;
    --theme-color8: #dfe6ed;


    --title-color: #011C1A;
    --body-color: #868686;
    --smoke-color: #FFF6EE;
    --smoke-color2: #F5F5F5;
    --black-color: #000000;
    --black-color2: #121212;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --dark-color: #021526;
    --title-font: "Playfair Display", serif;
    --body-font: "Poppins", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 30px;
    --section-space: 80px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

.th-btn>.box-icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: var(--white-color);
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    -webkit-transition: .4s;
    transition: .4s;
    /* position: absolute;
  top: 5px;
  right: 5px; */
    color: var(--theme-color);
}

.th-btn {
    left: 5px;
    padding: 15px 10px;
    align-items: center;
    gap: 10px;
}

.th-btn.btn-secondary {
    background: var(--white-color);
    color: var(--black-color);
    left: 5px;
    padding: 15px 10px;
    align-items: center;
    gap: 10px;
}

.th-btn>.box-icon i {
    margin-left: 0px;
}

.th-btn:hover .box-icon {
    background: var(--theme-color);
    color: var(--white-color);
}

.th-btn .box-icon i {
    font-size: 2em;
    margin-top: 8px;
}


.th-btn.btn-secondary .box-icon {
    background: var(--theme-color);
}

.btn-secondary:before {
    background-color: var(--theme-color);
}

.btn-secondary:after {
    background-color: var(--theme-color);
}

.th-btn.btn-secondary:hover {
    color: var(--white-color);
}

.th-btn.btn-secondary .box-icon {
    color: var(--white-color);
}

.th-btn.btn-secondary:hover .box-icon {
    color: var(--theme-color);
    background: var(--white-color);
}

.service-card {
    border-radius: 0px;
    border-bottom: 0px
}

.service-card::before {
    border-radius: 0px;
}

.service-card .box-icon {
    border-radius: 0%;
    box-shadow: unset;
    background: transparent;
}

.service-card h3 {
    color: var(--white-color);
}

.service-card:hover .box-icon {
    background: transparent;
}

.service-card:hover {
    transform: translateY(0.1px);
}

.th-btn-icon {
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: var(--white-color);
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    -webkit-transition: .4s;
    transition: .4s;
    color: var(--theme-color);
}

.et_pb_row_2 {
    background-color: var(--theme-color2);
    border-radius: 10px;
}

.et_pb_row_2.et_pb_row {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.et_pb_section_6.et_pb_section {
    background-color: var(--theme-color2) !important;
}

.et_pb_number_counter_4.et_pb_number_counter .percent p,
.et_pb_text_25 h3 {
    color: var(--white-color) !important;
}

.et_pb_column_28 {
    background-color: var(--theme-color) !important;
}

.et_pb_column_28 p {
    color: var(--white-color) !important;
}

.widget_title {
    color: var(--theme-color) !important;
}

.footer-text {
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
}

.info-box {
    margin-bottom: 5px;
}

.footer-default .th-widget-about .th-social a {
    --icon-size: 30px;
}

.bg-theme3 {
    background-color: var(--theme-color3) !important;
}

.bg-theme4 {
    background-color: var(--theme-color4) !important;
}

.bg-theme5 {
    background-color: var(--theme-color5) !important;
}

.bg-theme6 {
    background-color: var(--theme-color6) !important;
}

.bg-theme7 {
    background-color: var(--theme-color7) !important;
}

.bg-theme8 {
    background-color: var(--theme-color8) !important;
}

div.et_pb_section.et_pb_section_4 {
    background-image: linear-gradient(90deg, var(--theme-color8) 41%, var(--theme-color) 41%) !important;
}

@media only screen and (max-width: 980px) {
    div.et_pb_section.et_pb_section_4 {
        background-image: linear-gradient(90deg, var(--theme-color) 41%, var(--theme-color) 41%) !important;
    }
}

.has-box-shadow-overlay {
    border-radius: 50px;
    overflow: hidden;
}

.service-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    width: 100%;
}

.service-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateY(0);
}

#service-detail {
    scroll-margin-top: 170px;
}

#expertis {
    scroll-margin-top: 400px;
}

#service-detail p {
    color: var(--white-color);
}

.et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
    vertical-align: middle;
}

.et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_1 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_2 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_3 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_3 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_4 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_4 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_5 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_5 .et_pb_main_blurb_image .et-pb-icon,
.et_pb_blurb_6 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.et_pb_blurb_6 .et_pb_main_blurb_image .et-pb-icon {
    border-right-width: 0px;
}

.et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_3 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_4 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_5 .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_blurb_6 .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 30px;
}

.et_pb_main_blurb_image {
    background: var(--theme-color2);
    border-radius: 50px;
    padding: 10px;
}

.et_pb_blurb_container>h4 {
    padding-bottom: 0px;
}

.th-menu-wrapper .mobile-logo {
    background-color: rgba(0, 0, 0, 0.7);
}
