:root {
    --web-blue: #044576;
    --web-grey: #eeeeee;
    --web-orange: #ffc600;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1d2025;
    margin: 0px;
}

h1 {
    font-weight: 500;
}

h2 {
    font-size: 36px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid var(--web-orange);
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: var(--web-orange);
}

    .main-btn:hover {
        color: var(--web-orange);
        border-color: #07294d;
        background-color: #07294d;
    }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

    .preloader .color-1 {
        background-color: var(--web-orange) !important;
    }

.rubix-cube {
    border: 1px solid #FFF;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .rubix-cube .layer {
        width: 14px;
        height: 14px;
        background-color: #07294d;
        border: 1px solid #FFF;
        position: absolute;
    }

    .rubix-cube .layer-1 {
        left: 0px;
        top: 0px;
        -webkit-animation: rubixcube4 2s infinite linear;
        animation: rubixcube4 2s infinite linear;
    }

    .rubix-cube .layer-2 {
        left: 16px;
        top: 0px;
        -webkit-animation: rubixcube3 2s infinite linear;
        animation: rubixcube3 2s infinite linear;
    }

    .rubix-cube .layer-3 {
        left: 32px;
        top: 0px;
    }

    .rubix-cube .layer-4 {
        left: 0px;
        top: 16px;
        -webkit-animation: rubixcube5 2s infinite linear;
        animation: rubixcube5 2s infinite linear;
    }

    .rubix-cube .layer-5 {
        left: 16px;
        top: 16px;
        -webkit-animation: rubixcube2 2s infinite linear;
        animation: rubixcube2 2s infinite linear;
    }

    .rubix-cube .layer-6 {
        left: 32px;
        top: 16px;
        -webkit-animation: rubixcube1 2s infinite linear;
        animation: rubixcube1 2s infinite linear;
    }

    .rubix-cube .layer-7 {
        left: 0px;
        top: 32px;
        -webkit-animation: rubixcube6 2s infinite linear;
        animation: rubixcube6 2s infinite linear;
    }

    .rubix-cube .layer-8 {
        left: 16px;
        top: 32px;
        -webkit-animation: rubixcube7 2s infinite linear;
        animation: rubixcube7 2s infinite linear;
    }

.header-top {
    background-color: #005596;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-contact ul {
}

    .header-contact ul li {
        display: inline-block;
        margin-right: 45px;
    }

        .header-contact ul li:last-child {
            margin-right: 0;
        }

        .header-contact ul li span {
            color: #dee2e6;
            font-size: 15px;
            font-weight: 400;
            margin-left: 5px;
        }

            .header-contact ul li span a {
                color: #dee2e6;
            }

                .header-contact ul li span a:hover {
                    color: var(--web-orange);
                }

        .header-contact ul li i {
            color: var(--web-orange);
            font-size: 16px;
        }

.header-opening-time p {
    color: #dee2e6;
    font-size: 15px;
    font-weight: 400;
}

.header-logo-support {
    border-bottom: 1px solid #cecece;
}

.support-button .support .cont p {
    font-size: 13px;
}

.support-button .button {
    margin-left: 60px;
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 2px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}

.navigation .navbar {
    padding: 0;
}

    .navigation .navbar .navbar-nav {
    }

        .navigation .navbar .navbar-nav li {
            margin-right: 40px;
            position: relative;
        }

            .navigation .navbar .navbar-nav li:last-child {
                margin-right: 0;
            }

            .navigation .navbar .navbar-nav li a {
                font-size: 14px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 700;
                color: #07294d;
                text-transform: uppercase;
                -webkit-transition: all 0.4s linear;
                transition: all 0.1s linear;
                padding: 12px 0;
            }

        .navigation .navbar .navbar-nav > li > a.active,
        .navigation .navbar .navbar-nav > li > a:hover {
            color: var(--web-orange);
        }

.navbar .navbar-toggler {
    padding: 2px 0px;
    margin: 5px 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
}

    .navbar .navbar-toggler:focus {
        box-shadow: none;
    }


    .navbar .navbar-toggler .icon-bar {
        width: 30px;
        height: 2px;
        background-color: #dee2e6;
        display: block;
        margin: 5px 0;
        position: relative;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
        top: 7px;
    }

    .navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(134deg);
        transform: rotate(134deg);
        top: -7px;
    }

.slider-cont {
    position: relative;
    z-index: 5;
}

    .slider-cont h1 {
        font-size: 60px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #fff;
        padding-bottom: 25px;
    }

    .slider-cont p {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding-bottom: 50px;
    }

    .slider-cont ul {
    }

        .slider-cont ul li {
            display: inline-block;
            margin-right: 15px;
        }

            .slider-cont ul li:last-child {
                margin-right: 0;
            }

.color-1 {
    background-color: #4886ff;
}

#about-part {
    position: relative;
}

.about-bg {
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

    .about-bg::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgb(255,255,255);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255,255,255,0)), to(rgba(255,255,255,1)));
        background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
    }

.about-cont p {
    padding-top: 15px;
}

footer, footer p {
    color: #fff;
}

    footer ul {
        list-style-type: none;
    }

.footer-top {
    background-color: #005596;
}

.footer-title h6 {
    font-size: 18px;
    color: #005595;
    background-color: rgba(255,255,255,0.96);
    border-radius: 2px;
    padding: 5px 17px;
    display: inline-block;
}

.footer-link ul li {
    margin: 5px 0;
}

    .footer-link ul li a {
        color: #fff;
        font-size: 15px;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

        .footer-link ul li a:hover {
            color: var(--web-orange);
        }

            .footer-link ul li a:hover i {
                margin-right: 15px;
            }

.footer-copyright {
    background-color: #044576;
}

    .footer-copyright .copyright p {
        color: #fff;
    }

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--web-orange);
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    cursor: pointer;
}

    .back-to-top:hover {
        color: #fff;
        background-color: #021d3a;
    }

.category-2-items .singel-items {
    position: relative;
}

    .category-2-items .singel-items .items-image {
        position: relative;
    }

        .category-2-items .singel-items .items-image img {
            width: 100%;
            border-radius: 5px;
        }

        .category-2-items .singel-items .items-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(7, 41, 77, 0.6);
            border-radius: 5px;
        }

    .category-2-items .singel-items .items-cont {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .category-2-items .singel-items .items-cont h5 {
            color: #fff;
            font-size: 15px;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .category-2-items .singel-items .items-cont span {
            font-size: 14px;
            color: #fff;
        }

        .category-2-items .singel-items .items-cont h5:hover {
            color: var(--web-orange);
        }

.gray-bg {
    background: #edf0f2;
}

[data-overlay] {
    position: relative;
}

    [data-overlay]::before {
        opacity: 0.8;
        background: #07294d none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

[data-overlay="4"]::before {
    opacity: 0.4;
}

.page-banner-cont {
    position: relative;
    z-index: 1;
}

    .page-banner-cont h2 {
        font-size: 52px;
        color: #fff;
        padding-bottom: 15px;
    }

    .page-banner-cont .breadcrumb {
        margin: 0;
        background: none;
        padding: 0;
    }

        .page-banner-cont .breadcrumb .breadcrumb-item {
            color: var(--web-orange);
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 2px;
        }

            .page-banner-cont .breadcrumb .breadcrumb-item a {
                color: #fff;
            }

    .page-banner-cont .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
        content: "/";
        font-size: 18px;
    }

.text-justify {
    text-align: justify;
}

.img-pay-meth {
    height: 40px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

table.table-no-wrap tr th, table.table-no-wrap tr td {
    white-space: nowrap;
}

.fa-spin-fast {
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
}

@media (max-width: 768px) {
    .footer-title h6 {
        display: block;
    }

    .navigation {
        background-color: #044576;
    }

        .navigation .navbar .navbar-nav li {
            margin-right: 0;
        }

            .navigation .navbar .navbar-nav li a {
                color: #dee2e6;
                padding: 10px 0;
            }

    .single-slider {
        padding-bottom: 200px;
        padding-top: 100px;
    }


    #about-part {
        padding-bottom: 170px;
        padding-top: 15px;
    }

    .support-button .support, .support-button .button {
        margin-left: 0;
        float: none !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 13px;
        text-align: center;
    }

    .main-btn {
        padding: 0 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 45px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .slider-cont h1 {
        font-size: 30px;
    }

    .slider-cont p {
        font-size: 16px;
        font-weight: 400;
    }

    .about-bg {
        width: 100%;
    }

    .navigation.sticky {
        background-color: #044576;
    }

    .page-banner-cont h2 {
        font-size: 35px;
    }

    .header-contact ul li span a {
        font-weight: bold;
    }
}
