/**
* Template Name: Arsha - v4.9.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Roboto";
    color: var(--text-primary);
    background: #EEF6F8;
    min-height: 100vh;
}

a {
    color: var(--text-primary);
    text-decoration: none;
}

    a:hover {
        color: var(--text-primary);
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto";
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    /*background: #37517e;*/
}

    /*#preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);*/
        /*border: 6px solid #37517e;*/
        /*border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--background-secondary);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: var(--text-light);
        line-height: 0;
    }

    .back-to-top:hover {
        background: var(--background-secondary-hover);
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
}

    #header.header-scrolled,
    #header.header-inner-pages {
        background: rgba(40, 58, 90, 0.9);
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 49px;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        gap: 38px;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }
        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 14px;
            font-weight: 400;
            color: var(--text-primary);
            white-space: nowrap;
            position: relative;
            transition: 0.3s;
            cursor: pointer;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: var(--text-secondary);
        }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        padding: 8px 18px;
        height: 45px;
        border-radius: 12px;
        background: var(--background-secondary);
        color: var(--text-light);
        font-weight: 700;
        transition: .3s ease-in-out;
    }

        .navbar .getstarted:hover,
        .navbar .getstarted:focus:hover {
            color: var(--text-light);
            background: var(--background-secondary-hover);
        }

    .navbar .dropdown ul {
        width: 188px;
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: var(--background-light);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: 0.3s;
        border-radius: 12px;
    }

        .navbar .dropdown ul li {
            width: 100%;
        }

        .navbar .dropdown ul a {
            padding: 16px 18px;
            font-size: 14px;
            text-transform: none;
            font-weight: 400;
            color: var(--text-primary);
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #FFF;
                background-color: var(--text-secondary);
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

.multilanguage {
    left: 1.75rem !important;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.navbar .dropdown-inbox ul {
    width: 388px;
    display: block;
    position: absolute;
    left: -2rem;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--background-light);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    border-radius: 12px;
}

    .navbar .dropdown-inbox ul li {
        width: 100%;
    }

    .navbar .dropdown-inbox ul a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        font-weight: 400;
        color: var(--text-primary);
    }

        .navbar .dropdown-inbox ul a i {
            font-size: 12px;
        }

        .navbar .dropdown-inbox ul a:hover,
        .navbar .dropdown-inbox ul .active:hover,
        .navbar .dropdown-inbox ul li:hover > a {
            color: var(--text-light);
            background-color: var(--text-secondary);
        }

.navbar .dropdown-inbox:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown-inbox .dropdown-inbox ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown-inbox .dropdown-inbox:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown-inbox .dropdown-inbox ul {
        left: -90%;
    }

    .navbar .dropdown-inbox .dropdown-inbox:hover > ul {
        left: -100%;
    }
}

.navbar .dropdown-language ul {
    width: 253px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--background-light);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    border-radius: 12px;
}

    .navbar .dropdown-language ul li {
        width: 100%;
    }

    .navbar .dropdown-language ul a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        font-weight: 400;
        color: var(--text-primary);
    }

        .navbar .dropdown-language ul a i {
            font-size: 12px;
        }

        .navbar .dropdown-language ul a:hover,
        .navbar .dropdown-language ul .active:hover,
        .navbar .dropdown-language ul li:hover > a {
            color: var(--text-light);
            background-color: var(--text-secondary);
        }

.navbar .dropdown-language:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown-language .dropdown-language ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown-language .dropdown-language:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown-language .dropdown-language ul {
        left: -90%;
    }

    .navbar .dropdown-language .dropdown-language:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: var(--text-primary);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: var(--text-light);
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 25px;
        right: 15px;
        color: var(--text-light);
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: var(--background-light);
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #37517e;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #47b2e4;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
        color: #37517e;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: var(--background-light);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #47b2e4;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 45px 0 60px;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #37517e;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #47b2e4;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--text-secondary);
    margin-top: auto;
}  

    #footer .footer-top {
        padding: 35px 0 35px 0;
        background: var(--background-light);
    }

        #footer .footer-top .footer-contact .footer-logo img {
            margin-bottom: 37px;
        }

            #footer .footer-top .footer-contact .desc {
                color: #777;
                font-size: 14px;
                line-height: 21px;
            }

        #footer .footer-links h5 {
            font-weight: 500;
            line-height: 34px;
        }

            #footer .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-links ul li {
                    display: flex;
                    align-items: center;
                    font-size: 16px;
                    color: var(--text-primary);
                }

                    #footer .footer-links ul li:first-child {
                        padding-top: 0;
                    }

    #footer .footer-links ul a {
        color: #777;
        transition: 0.3s;
        display: inline-block;
        line-height: 28px;
    }

                    #footer .footer-links ul a:hover {
                        text-decoration: none;
                        color: var(--text-secondary);
                    }

    #footer .footer-links p,
    #footer .footer-links span {
        color: #777;
        font-size: 16px;
    }

    #footer .footer-links .address {
        line-height: 28px;
    }

    #footer .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
        color: var(--text-light);
    }

    #footer .footer-payment h5 {
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    #footer .paymentmethod {
        display: flex;
        align-items: center;
        gap: 10px 43px;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    #footer .copyright {
        float: left;
    }

    #footer .copyright span {
        font-weight: 300;
        font-size: 15px;
    }

        #footer .credits a {
            transition: 0.3s;
        }