:root {
    --font-color: #2a3a92;
    --font-color-rgba: rgba(42, 58, 146, 1);
    --main-color: #147dab;
    --main-color-rgba: rgba(27, 168, 229, 1);
    --main-color-rgba-50: rgba(27, 168, 229, 0.5);
    --main-color-hover: #0f8fbc;
    --box-title-color: #147dab;
    --box-title-color-hover: #0f8fbc;
    --box-title-color-rgba-10: rgba(27, 168, 229, 0.1);
    --main-background: #F7FBFF;
    --main-font-hover: #49baeb;
    --main-default: #1BA9E6;
    --main-default-hover: #0F8FBC;
    --main-default-box: rgba(199, 234, 249);
    --carousel-background-btn: #1AA8E5;
    --font-new-color: #177DAB;
    --h3-color: #2A3A92;
}

header .navbar-brand img {
    width: 210px;
    margin-top: 30px;
    margin-left: 0;
}

.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_mnasati/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_mnasati/icon/arrow-left.png);
}

.addresses_items .box .item_header svg {
    display: none !important;
}

.addresses_items.mnasati .box {
    background-size: cover !important;
    background: url(../img_cartley/flag/bg.png) center;
    box-shadow: none !important;
}

.addresses_items.mnasati .box .item_header h2 {
    padding-top: 15px;
    margin-bottom: 5px;
}

.talk_about_scn div.img_box {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.addresses_items .box .item_body .d-flex.location {
    background-image: url("../img_mnasati/contact/location.png");
}

.addresses_items .box .item_body .mobile_num {
    background-image: url("../img_mnasati/contact/mobile.png");
}

footer {
    background-color: #1D2E73;
}

.footer_ttl,
.footer_links_list .link_item.active {
    color: #1ba9e6 !important
}

.gr_bg_scn .sm_ttl,
.title_divider {
    color: #147aa7 !important
}

@media screen and (max-width:425px) {
    header .navbar-brand img {
        height: 12px !important;
    }
}