:root {
    --black: #151A1A;
    --white: #ffffff;
    --green: #2edd6b;
    --gray: #575757;
    --gray2: #ececec;
    --gray3: #c0c0c0;
    --gray4: #848484;
    --light-gray: #bfbfbf;
    --main: #4F88B6;
    --main2: #0F193E;
}

@font-face {
    font-family: Optika;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/Optika-Regular.otf);
    font-display: swap;
}


body {
    font-family: Optika, FontAwesome;

}

.hidden {
    display: none;
}

/*scroll*/
::-webkit-scrollbar {
    width: 4px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 40px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--main);
    /*border-radius: 3px;*/
}


a img, a, a:active, a:focus {
    outline: none !important;
}

*:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0rem #fff, /* use site bg color to create whitespace for faux focus ring */ 0 0 0 .0rem #069 !important; /* faux focus ring color */
}

.hv-50 {
    height: 50vh;
    overflow-y: scroll;
}

a:hover, a:active {
    text-decoration: unset;
}

.w-24 {
    width: 24px;
}

.w-22 {
    width: 22px;
}

.w-40 {
    width: 60px;
}

.w-110 {
    width: 110%;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.lh-26 {
    line-height: 26px;
}

.lh-20 {
    line-height: 20px;
}

p {
    margin-bottom: 0;
}

.line-through {
    text-decoration: line-through;
    text-decoration-color: red;
}

.green {
    color: #4FCD5C !important;
}

.red {
    color: #FF4B4B !important;
}

.orange {
    color: #F45A02 !important;
}

.main {
    color: var(--main);
}

.main2 {
    color: var(--main2);
}

.bg-main2 {
    background-color: var(--main2);
}

.bg-brown {
    /*background-color: #eadccc;*/
    background-color: #c69c6d87;
}

.btn-info {
    background-color: #5c85b1;
    border: 1px solid #5c85b1;
    border-radius: 3px;
}

.btn-outline-info {
    color: #5c85b1;
    border: 1px solid #5c85b1;
    border-radius: 3px;
}

.container-fluid {
    width: 95% !important;
}

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

.gray {
    color: var(--gray);
}

.gray2 {
    color: var(--gray2);
}

.gray3 {
    color: var(--gray3);
}

.gray4 {
    color: var(--gray4);
}

.light-gray {
    color: var(--light-gray);
}

.footer-social {
    width: 1.4vw;
    height: 1.4vw;
    background-color: white;
    border-radius: 50%;
}

#nw-ft-whatsapp2 {
    float: left;
    width: 100px;
    position: fixed;
    bottom: 18px;
    z-index: 10;
}

.footer-social:hover {
    background-color: var(--main);
}

.black {
    color: black;
}

.bg-black {
    background-color: black;
}


.br-20 {
    border-radius: 20px;
}

.b-t-g3 {
    border-top: 1px solid var(--gray3);
}

.hide {
    display: none;
}

.bg-gray-select, .bg-gray-select:focus.bg-gray-select:active, .bg-gray-select option {
    background-color: #e2e2e2;
}

.select2-selection__placeholder {
    font-family: FontAwesome, Graphik;
}

.bolder {
    font-weight: 900;
}


.cursor {
    cursor: pointer;
}


.fs-130 {
    font-size: 130px;
}

.fs-110 {
    font-size: 110px;
}

.fs-100 {
    font-size: 100px;
}

.fs-80 {
    font-size: 80px;
}

.fs-70 {
    font-size: 70px;
}

.fs-60 {
    font-size: 60px;
}

.fs-50 {
    font-size: 50px;
}

.fs-40 {
    font-size: 40px;
}

.fs-30 {
    font-size: 30px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fsvw-8 {
    font-size: 0.8vw;
}

.fsvw-1 {
    font-size: 1vw;
}

.fsvw-1-4 {
    font-size: 1.4vw;
}

.fsvw-2 {
    font-size: 2vw;
}

.fsvw-3 {
    font-size: 3vw;
}

.fsvw-3-4 {
    font-size: 3.4vw;
}

.fsvw-5-1 {
    font-size: 5.1vw;
}

.bold {
    font-weight: bold;
}

.bbg-1 {
    border-bottom: 1px solid #e2e2e2;
}

.w-20 {
    width: 20px;
}

.wvw-1-2 {
    width: 1.2vw;
}

.wvw-8 {
    width: 8vw;
}

.iti__country-list {
    color: black !important;
}

.iti__selected-dial-code {
    display: none;
}

.upper-case {
    text-transform: uppercase;
}

/*nav*/


.nav-link {
    color: unset;
}

.navbar-nav {
    border-bottom: 1px solid #ffffff73;
    width: 60%;
    min-width: 720px;
    justify-content: space-between;
}

.bl-1 {
    border-left: 1px solid white;
}

.nav {
    position: fixed;
    width: 100%;
    z-index: 3;
    transition: all 0.5s;
    background: linear-gradient(180deg, rgb(0 7 33) 0%, rgba(255, 255, 255, 0) 100%);
}

.wmax-200 {
    max-width: 85px;
}

.light-nav {
    background: unset;
    background-color: white;
}

.navbar-nav a span {
    color: white;
}

.nav-icons {
    z-index: 5;
}

.light-nav a, .light-nav i, .light-nav a span {
    color: #0e1737 !important;
}

.light-nav .bl-1 {

    border-left: 1px solid #0e1737;

}


.w-logo {
    filter: brightness(0) invert(1);
}

.light-nav .w-logo {
    filter: unset;
}

.light-nav .nav-icons img {
    filter: brightness(0.1);
}

.light-nav .nav-icons div {
    color: black !important;
}

.side-menu-p-t {
    padding-top: 100px;
}

.side-menu a:hover span, .dropdown-side-menu:hover > span {
    color: var(--main);
    font-weight: bold;
}

.dropdown-sub-side-menu {
    display: none;
}

.dropdown-side-menu:hover .dropdown-sub-side-menu, .dropdown-sub-side-menu:hover {
    display: block;
}

.dropdown-sub-side-menu2 {
    display: none;
}

.dropdown-side-menu2:hover .dropdown-sub-side-menu2, .dropdown-sub-side-menu2:hover {
    display: block;
}

.dropdown-side-menu2 {
    position: relative;
}


.dropdown-sub-side-menu2 {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid var(--gray2);
    padding-left: 8%;
    left: 98%;
    width: 103%;
    z-index: 4;
}

/*side-menu*/

.side-menu {
    width: 0;
    min-height: 100vh;
    position: fixed;
    z-index: 2;
    transition: all 0.5s;
    top: 0;
    right: 0;
}

.r-0 {
    right: 0;
}

.side-menu-over-lay {
    background-color: var(--main);
    opacity: 0.5;
}

.w-50-100 {
    width: 50%;
}

.w-50-0 {
    width: 50%;
}

.a-hover:hover {
    color: var(--main);
}


/*intro*/

#intro {
    overflow-x: hidden;
}

.intro-overlay {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    background: #0F193E;
    background: linear-gradient(0deg, rgba(15, 25, 62, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(15, 25, 62, 1) 100%);
}

.dropdown-menu {
    margin-top: -3px;
}

.pointer {
    cursor: pointer;
}

.nav-item:hover .dropdown-menu, .dropdown-menu:hover {
    display: block;
}
.social-c {
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    border-radius: 50px;
}
.social-c:has() {
    width: 35px;
    height: 35px;
    border: 1px solid var(--main);
    display: flex;
    border-radius: 50px;
    color: var(--main);
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-title:before {
    content: '';
    width: 80px;
    height: 2px;
    background-color: var(--main);
    display: inline-block;
    position: relative;
    top: -5px;
}

/* HTML: <div class="triangle"></div> */
.triangle {
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #2c3862;
    position: absolute;
    width: 30px;
    display: none;
    left: calc(50% - 15px);
    margin-top: 22px;
}

.service-active {
    background-color: #2c3862;
}

.service-active .triangle {
    display: block;
}

.sub-title:before, .sub-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: white;
    display: inline-block;
    position: relative;
    top: -5px;
}

.b-main {
    border: 1px solid var(--main);
}

.s-divider {
    width: 3px;
    height: 100px;
    background-color: var(--main);
}


.btn-primary {
    background-color: var(--main);
    outline: unset;
    border: unset;
}

/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active {*/
/*    background-color: #8d704f !important;*/
/*    outline: unset;*/
/*    border: unset;*/
/*}*/


.navbar .active {
    border-bottom: 1px solid var(--main);

}

.active > a {
    color: var(--main) !important;
}

/*blog card*/

.bcg-1 {
    border-radius: 50px;
    border: 1px solid var(--main);
}

.wpx-15 {
    width: 15px;
}

.blog-card a:hover {
    color: var(--main);
}

.bgcc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all 0.5s;
}

.bgcc1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bgcc2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bgcc:hover {
    background-size: 120% auto;
    transition: all 0.5s;
}

.underline-title:after {
    content: '';
    height: 3px;
    background-color: var(--main);
    width: 10vw;
    position: absolute;
    margin-top: 2.8vw;
    right: calc(50% - 5vw);
}

.underline-title-select {
    border-bottom: 2px solid var(--main);

}

.underline-title2 {
    height: 3px;
    background-color: var(--main);
    width: 10vw;
}

.min-250 {
    min-height: 250px;
}


.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.five-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 92px;
}

.date-badge {
    bottom: 40px;
    left: 20px;
    background: #ffffff96;
    color: black;
}

.zoom {
    display: inline-block; /* change the default display type to inline-block */
    overflow: hidden; /* hide the overflow */

}

.zoom img {
    transition: all .2s ease;
}

.zoom:hover img {

    vertical-align: middle;
    transform: scale(1.2);
}

.form-control::placeholder {
    color: var(--gray3);
    opacity: 1; /* Firefox */
}

.contact-page .form-control::placeholder {
    color: var(--main);
    opacity: 1; /* Firefox */
}

.parsley-errors-list {
    list-style: none;
    padding: 7px;
    color: red;
}

.parsley-required {
    /*color: white;*/
    font-size: 12px;
}

.form-control {

    background-color: unset;
    /*border: unset;*/
    /*border-bottom: 1px solid #ced4da;*/
    outline: unset;
    /*border-radius: unset;*/
    color: black;
}

.form-control:active, .form-control:focus {

    /*background-color: unset;*/
    /*border: unset;*/
    /*border-bottom: 1px solid #ced4da;*/
    /*outline: unset;*/
    /*border-radius: unset;*/
    /*color: white;*/
}

.contact-page .form-control {

    background-color: unset;
    border: unset;
    border-bottom: 1px solid var(--main);
    outline: unset;
    border-radius: unset;
    color: white;
}

.contact-page .form-control:active, .contact-page .form-control:focus, .contact-page .form-control {

    background-color: unset;
    /*border: unset;*/
    /*border-bottom: 1px solid var(--main);*/
    outline: unset;
    /*border-radius: unset;*/
    color: black !important;
}

.wmd-50 {
    width: 50%;
}

/*branches*/

.map .btn-outline-dark:hover, .map .btn-outline-dark:focus, .map .btn-outline-dark:active, .active-map {
    background-color: var(--main) !important;
    border: 1px solid var(--main) !important;
    color: white !important;
}

.map .btn-outline-dark {
    min-width: 9vw;
}


/*home*/
.bg-g {
    background-color: #f6f6f7;
}

.bg-gray2 {
    background-color: #e2e2e2;
}

.min-350 {
    min-height: 18vw;
}

.bg-black-50 {
    background-color: #00000050;
}

.bgcb {

    height: 35vw;
    background-size: 50%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.btn-dark {
    background-color: black;
}

.slick-next {
    right: 50px;
}

.slick-prev {
    left: 50px;
    z-index: 4;
}

.slick-prev:before, .slick-next:before {
    font-size: 45px;
    color: #ffffff75;
}

.slick-dots li.slick-active button:before {
    color: var(--main);
}

.slick-dots {
    bottom: 8%;
    right: 25%;
}

.slick-dots li button:before {
    color: white;
    font-size: 16px;
}

.offer-slider {
    margin-bottom: 0 !important;
}

.no-filter {
    filter: unset !important;
}

/*footer*/
.footer {
    background: var(--main2);
    color: white;
}

.footer a {
    color: white;
}

.iti {
    width: 100%;
}

.scrollup {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    position: fixed;
    bottom: 27px;
    right: 29px;
    display: none;
    text-indent: -9999px;

    background: var(--main) url('../img/scroll-top-arrow.png') no-repeat 15px 16px;
    z-index: 99;
}

a:hover {
    color: var(--main);
}

.footer-divider {
    width: 100%;
    height: 2px;
    background-color: var(--gray2);
}

.frbg {
    border-right: 1px solid #232323;
}

.brightness {
    background-color: rgba(0, 0, 0, 0.41);
}

.h-200 {
    height: 100%;
}

/*news*/
.page-cover {
    height: 50vh;
    background-size: cover!important;
}

/*about*/
.btg-1 {
    border-top: 1px solid var(--gray4);
}

.btbb-1 {
    /*border-top: 1px solid var(--gray4);*/
    border-bottom: 1px solid var(--gray4);
}

.video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/*service*/
.service-card {
    border-radius: 10px;
    background: white;
}

.service-button {
    position: relative;
    margin-top: -25px;
}

.service-title {
    background: var(--main);
    border-radius: 10px 10px 0 0;
}


@media (max-width: 1600px) {

    .fsvw-8, .nav-link {
        font-size: 14px;
    }

    .fsvw-1 {
        font-size: 18px !important;
    }

    .fsvw-1-2 {
        font-size: 19px;
    }

    .fsvw-1-2 p {
        font-size: 19px;
    }

    .fsvw-1-4 {
        font-size: 24px;
    }


    .fsvw-2 {
        font-size: 26px;
    }

    .fsvw-3 {
        font-size: 28px;
    }

    .fsvw-3-4 {
        font-size: 30px;
    }

    .footer-social {
        height: 25px;
        width: 25px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 85%;
        max-width: unset;
    }
}

@media (max-width: 1200px) {
    .w-50-100 {
        width: 100%;
    }

    .underline-title:after, .underline-contact2:before {
        margin-top: 40px;
    }


    .fsvw-5-1 {
        font-size: 28px;
    }

}

@media (max-width: 991px) {
    .h-200 {
        height: 500px;
    }
    .light-nav .bl-1 {
        border-left: unset
    }
}




@media (max-width: 900px) {
    .video {
        width: auto;
        height: 100vh;
    }

    .w-50-100 {
        width: 100%;
    }

    .w-50-0 {
        width: 0;
    }
}

@media (min-width: 768px) {
    .scrollup {
        bottom: 27px;
    }


}

@media (max-width: 767px) {
    .dropdown-sub-side-menu2 {
        position: unset;
    }

    .wmd-50 {
        width: 100%;
    }

}

@media (max-width: 700px) {
    .w-24 {
        width: 20px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 20px;
        color: #ffffff75;
    }

    .slick-dots li button:before {
        color: white;
        font-size: 8px;
    }

    .slick-dots {
        right: unset;
    }
}

@media (max-width: 500px) {

    .fsvw-8, .nav-link {
        font-size: 14px;
    }

    .fsvw-1 {
        font-size: 16px !important;
    }

    .fsvw-1-2 {
        font-size: 16px;
    }

    .fsvw-1-2 p {
        font-size: 16px;
    }

    .fsvw-1-4 {
        font-size: 18px;
    }


    .fsvw-2 {
        font-size: 20px;
    }

    .fsvw-3 {
        font-size: 21px;
    }

    .fsvw-3-4 {
        font-size: 22px;
    }

    .fsvw-5-1 {
        font-size: 24px;
    }

    .underline-title:after, .underline-contact2:before {
        margin-top: 30px;
    }
}


@media (max-width: 400px) {


    .w-24 {
        width: 15px;
    }

    .fsvw-8 {
        font-size: 14px !important;
    }
}




