:root {
    --font-color: #01114f;
    --font-color-rgba: rgba(1, 17, 79, 1);
    --main-color: #ef042d;
    --main-color-rgba: rgba(239, 4, 45, 1);
    --main-color-rgba-50: rgba(239, 4, 45, 0.5);
    --main-color-hover: #be0928;
    --box-title-color: #01114f;
    --box-title-color-hover: #121f4e;
    --box-title-color-rgba-10: rgba(1, 17, 79, 0.1);
    --main-background: #f2f2f6;
    --main-default: #ef042d;
    --main-default-hover: #be0928;
    --main-default-box: #f6b7c2;
    --main-font-hover: #e93c59;
    --carousel-background-btn: #ef042d;

}
header .navbar-brand img {
    height: 70px;
}
.talk_about_scn .main_img {
    width: 100% !important;
    display: block;
    margin: -150px 30px 0 !important;
}
.talk_about_scn div.img_box {
    width: 130%;
    margin: 0;
}
.talk_about_scn .box {
    padding: 40px 30px 0px !important;
}

.main_section.talk_about_scn .box_desc {
    position: relative;
    z-index: 9;
    color: #9198a0;
}
.custom-owl-nav .owl-nav button.owl-next:before,
.brand_name_scn .owl-carousel .owl-nav button.owl-next:before,
.home-partner-carousel .owl-nav button.owl-next::before {
    background-image: url(../img_cartley/icon/arrow-right.png);
}
.custom-owl-nav .owl-nav button.owl-prev:before,
.brand_name_scn .owl-carousel .owl-nav button.owl-prev:before,
.home-partner-carousel .owl-nav button.owl-prev::before {
    background-image: url(../img_cartley/icon/arrow-left.png);
}
.domain_host.follup_scn img {
    position: static;
    top: 0px;
}
.addresses_items .box .item_header svg {
    display: none !important;
}
.addresses_items.cartley .box {
    background-size: cover !important;
    background: url(../img_cartley/flag/bg.png) center;
    box-shadow: none !important;
}

.addresses_items.cartley .box .item_header h2 {
    padding-top: 15px;
    margin-bottom: 5px;
}
footer {
    background-color: #01114f !important;
}

.addresses_items .box .item_body .d-flex.location{
    background-image: url("../img_cartley/contact/location.png");
}
.addresses_items .box .item_body .mobile_num{
    background-image: url("../img_cartley/contact/mobile.png");
}
@media (max-width: 991px) {
    header .navbar-brand img {
        width: auto !important;
        height: 35px !important;
    }
}
@media screen and (max-width: 767px) {
    .talk_about_scn div.img_box {
        margin: auto;
        margin-top: -20%;
        margin-bottom: 20px;
        width: 100%;
    }
}
