

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/






body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    /*height: 200vh;*/
    position: relative;
}

    body:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    body.offcanvas-menu:before {
        opacity: 1;
        z-index: 1002;
        visibility: visible;
    }

p {
    color: black;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* ==================== MOBIL MENU ==================== */

.site-mobile-menu .site-mobile-menu-close span {
    font-size: 2.5em !important;
}


.site-mobile-menu .site-logo a {
    text-decoration:none;
}

.site-mobile-menu .site-logo a img{
    height:auto;
    width:65%;
}


/* ==================== HEADER TOP BAR ==================== */

#HeaderTopBar .container-fluid {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

#HeaderTopBar {
    padding: .5rem 0;
    background: #17ab4b;
}

    #HeaderTopBar .Left a {
        color: #fff;
        font-weight: 500;
        font-size: 0.9em;
        text-decoration:none;
    }

    #HeaderTopBar .Right {
        text-align:right;
    }

    #HeaderTopBar .Right a {
        color: #fff;
        font-weight: 600;
        font-size: 1.1em;
        text-decoration: none;
    }


@media only screen and (max-width:1550px) {
    #HeaderTopBar .container-fluid {
        width: 95% !important;
    }
}


@media only screen and (max-width:1480px) {
    #HeaderTopBar .container-fluid {
        width: 100% !important;
    }

    #HeaderTopBar .Left a {
        font-size: 1.3em;
        margin-left: 10px;
    }


    #HeaderTopBar .Right a {
        font-size: 1.2em;
    }
}



/* ==================== HEADER NAVBAR ==================== */

header {
    padding:1.5rem 0 !important;
}

.site-navbar .container-fluid {
    width: 85% !important;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 1rem;
}

    .site-navbar .toggle-button {
        position: absolute;
        right: 0px;
    }

    .site-navbar .site-logo {
        position: absolute;
        z-index: 3;
    }

    .site-navbar .site-logo {
        position: absolute;
        z-index: 3;
    }

    .site-navbar .site-logo a{
        text-decoration:none;
    }

        .site-navbar .site-logo a img {
            height: 85px;
            width: auto;
        }

@media only screen and (max-width:1700px) {

    .site-navbar .site-logo a img {
        height: 80px;
        width: auto;
    }
}


@media only screen and (max-width:1550px) {

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

}

@media only screen and (max-width:1480px) {

    .site-navbar .container-fluid {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1300px) {
    .site-navbar .site-logo a img {
        height: 60px;
        width: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .site-navbar .site-logo a img {
        height: 60px;
        width: auto;
    }
}


@media (max-width: 991.98px) {

    .site-navbar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        .site-navbar .site-logo {
            float: left;
            position: relative;
        }
}

@media only screen and (max-width: 780px) {

    header {
        padding: 1rem 0 !important;
    }

    .site-navbar .container-fluid {
        width: 98% !important;
    }

    .site-navbar .site-logo a img {
        height: 53px;
        width: auto;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

    .site-navbar .site-navigation .site-menu .active {
        color: #007bff !important;
    }

    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
    }

    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
    }

        .site-navbar .site-navigation .site-menu > li > a {
            font-family: 'Roboto', sans-serif;
            font-size: 1.1em;
            letter-spacing: 0.5px;
            margin-left: 9px;
            margin-right: 9px;
            padding: 20px 0px;
            color: #20386a !important;
            font-weight: 500;
            display: inline-block;
            text-decoration: none !important;
        }

@media only screen and (max-width:1480px) {

    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 1.05em;
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 1300px) {
    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 1em;
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 1em;
        padding: 20px 0px;
        margin-left: 7px;
        margin-right: 7px;
    }
}


            .site-navbar .site-navigation .site-menu > li > a:hover {
                color: #007bff;
            }

    .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
    }

        .site-navbar .site-navigation .site-menu .has-children > a {
            position: relative;
            padding-right: 20px;
        }

            .site-navbar .site-navigation .site-menu .has-children > a:before {
                position: absolute;
                content: "\e313";
                font-size: 16px;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'icomoon';
            }

        .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            position: absolute;
            text-align: left;
            border-top: 2px solid #64b449;
            -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            padding: 0px 0;
            margin-top: 20px;
            margin-left: 0px;
            background: #fff;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                position: absolute;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    display: none;
                    bottom: 100%;
                    left: 20%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    border-color: rgba(136, 183, 213, 0);
                    border-bottom-color: #fff;
                    border-width: 10px;
                    margin-left: -10px;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                text-transform: none;
                letter-spacing: normal;
                -webkit-transition: 0s all;
                -o-transition: 0s all;
                transition: 0s all;
                color: #20386a !important;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                    color: #007bff !important;
                    background: #f8f9fa;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 200px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                    font-family: 'Roboto', sans-serif;
                    font-size: 1em;
                    padding: 9px 20px;
                    display: block;
                    color: #14387F;
                    font-weight: 400;
                }

@media only screen and (max-width:1480px) {

    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
        font-size: 0.95em;
        padding: 9px 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
        font-size: 0.9em;
        padding: 9px 20px;
    }
}

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                        background: #f8f9fa;
                        color: #14387F;
                        font-weight: 600;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                    content: "\e315";
                    right: 20px;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                    left: 100%;
                    top: 0;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                    background: #f8f9fa;
                    color: #ced4da;
                }

        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
            color: #007bff;
        }

        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
            cursor: pointer;
        }

            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
                margin-top: 0px;
                visibility: visible;
                opacity: 1;
            }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            color: #14387F !important;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: #14387F !important;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .nav-link.active {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        color: #14387F !important;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    height: auto !important;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .sticky-wrapper .site-navbar {
        background: #fff;
    }

        .sticky-wrapper .site-navbar .site-logo a {
            color: #fff;
        }

        .sticky-wrapper .site-navbar ul li a {
            /* color: rgba(255, 255, 255, 0.7) !important;*/
            color: #14387F;
            font-weight: 400;
        }

            .sticky-wrapper .site-navbar ul li a.active {
                color: #fff !important;
            }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #fff;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #007bff;
        }

        .sticky-wrapper.is-sticky .site-navbar ul li a {
            color: #14387F;
            font-weight: 600;
        }

            .sticky-wrapper.is-sticky .site-navbar ul li a.active {
                color: #007bff !important;
            }

    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }


    /* -------------- OFFER LINK ----------------- */

#ChangeOfferLink {
    background: linear-gradient(to right bottom, #20386a, #0B81C2);
    margin-left: 12%;
    border-radius: 50px;
}

    #ChangeOfferLink a {
        font-size:1em;
        padding: 13px 20px;
        color: #fff !important;
        font-weight: 600;
        letter-spacing:2px;
    }



@media only screen and (max-width: 1700px) {
    #ChangeOfferLink {
        margin-left: 8% !important;
    }
}

@media only screen and (max-width: 1300px) {
    #ChangeOfferLink {
        margin-left: 4% !important;
    }

        #ChangeOfferLink a {
            font-size: 0.95em;
            padding: 11px 14px;
            letter-spacing: 1px;
        }
}

@media only screen and (max-width: 1200px) {
    #ChangeOfferLink {
        margin-left: 1% !important;
    }
}


@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}



@media only screen and (max-width: 680px) {
    #ChangeOfferLink {
        margin-top: 10px;
        font-size: 1em;
        margin-left: 0px !important;
        text-align: center;
    }
}



/* ================== FOOTER SECTION ========================= */

footer {
    background:linear-gradient(to right bottom, #20386a, #0B81C2);
    width: 100%;
    color: #fff;
}

    footer .FooterTop .container-fluid {
        width: 85%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    footer .FooterTop .FooterLogo {
        position:relative;
        width:100%;
        height:180px;
        box-shadow: 1px 1px 5px 5px #20386a;
        background: #fff;
        border-radius: 10px;
        padding:2%;
        display:flex;
        justify-content:center;
        align-items:center;
    }


    footer .FooterTop .FooterLogo img {
        max-width: 80%;
        height:auto;
    }

    footer .FooterTop .SocialMedia {
        padding-top: 50px;
    }

        footer .FooterTop .SocialMedia a span {
            font-size: 1.8em;
            color: #fff;
        }

    footer .FooterTop ul {
        list-style: none;
        padding-left: 0px;
        padding-top: 10px;
    }

        footer .FooterTop ul li {
            padding-top: 3px;
        }

            footer .FooterTop ul li a {
                font-size: 0.9em;
                color: #fff;
                transition: 0.1s ease all;
            }

                footer .FooterTop ul li a:hover {
                    font-weight: bold;
                    transition: 0.2s ease all;
                }


    footer .FooterTop .ContactUs {
        padding-top: 10px;
    }

        footer .FooterTop .ContactUs a {
            display: block;
            margin-top: 10px;
            font-size: 1em;
            color: #fff;
            transition: 0.1s ease all;
        }

            footer .FooterTop .ContactUs a:hover {
                font-weight: bold;
                transition: 0.2s ease all;
            }

@media only screen and (max-width: 1490px) {

    footer .FooterTop .container-fluid {
        width: 97%;
    }

    footer .FooterTop .FooterLogo {
        height: 160px;
        padding: 1%;
    }
}

@media only screen and (max-width: 1000px) {

    footer .FooterTop .FooterLogoContent {
        display: block !important;
        text-align: center;
        padding-bottom: 50px !important;
    }
}



@media only screen and (max-width: 680px) {

    footer .FooterTop .FooterLogoContent {
        padding-bottom: 20px !important;
    }

    footer .FooterTop .SocialMedia {
        padding-top: 50px !important;
    }
}




footer .FooterDown .container-fluid {
    width: 80%;
    border-top: 1px solid #fff;
}

footer .FooterDown .CopyRight p {
    font-size: 1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .FooterDown .Document a {
    font-size: 1em;
    color: #fff;
    transition: 0.1s ease all;
}

    footer .FooterDown .Document a:hover {
        font-weight: bold;
        transition: 0.2s ease all;
    }

@media only screen and (max-width: 1490px) {

    footer .FooterDown .container-fluid {
        width: 97%;
    }
}

@media only screen and (max-width: 680px) {

    footer .FooterDown {
        padding-bottom: 50px !important;
    }

        footer .FooterDown .Left, .Right {
            text-align: center;
        }

        footer .FooterDown .CopyRight p {
            font-size: 1em;
            color: #fff;
            display: inline-block;
            justify-content: center;
            align-items: center;
        }
}



/* ================== ALL HEADER BACKGROUND ========================= */


#AllHeader {
    width: 100%;
    height: 250px;
    position: relative;
}


    #AllHeader .Box {
        width: 100%;
        height: 100%;
    }

        #AllHeader .Box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #AllHeader .Text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        #AllHeader .Text h1 {
            font-family: 'Roboto', sans-serif;
            font-size: 2.9em;
            color: #fff;
            text-align: center;
        }

        #AllHeader .Text .Breadcumb {
            text-align: center;
            padding-top: 10px;
        }

            #AllHeader .Text .Breadcumb a, span {
                font-size: 1.1em;
                color: #fff;
            }

                #AllHeader .Text .Breadcumb a:first-child {
                    font-weight: bold;
                }


@media only screen and (max-width:1480px) {

    #AllHeader .Text h1 {
        font-size: 2.9em;
    }

    #AllHeader .Text .Breadcumb a, span {
        font-size: 1em;
    }
}

@media only screen and (max-width: 680px) {

    #AllHeader .Text h1 {
        font-size: 2.3em;
    }
}




/* ==============  Whatsapp Button ============== */

#WhatsappSection #WhatsappMessage {
    opacity: 0;
    transition: 0.5s ease all;
}

#WhatsappSection #WhatsappMessage {
    opacity: 1;
    /* transition: 0.5s ease all;*/
}

@media only screen and (max-width: 680px) {

    #WhatsappSection img {
        width: 60px !important;
    }


    #WhatsappSection:hover #WhatsappMessage {
        opacity: 0;
        display: none;
    }
}
