
        body {
            font-family: "Open Sans", sans-serif;
            color: #444444;
        }

        a {
            color: #3b4ef8;
        }

        a:hover {
            color: #6c7afa;
            text-decoration: none;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "Krub", sans-serif;
        }

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

header{
    background-color: white;
    z-index:99;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar {
    padding: 0px 10px 0px 30px;
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24.5px;
    height: 80px;
}

.navbar-brand img {
    width: 193;
    height: 70px;
}

.navbar-nav .nav-item .active {
    color: #007bff !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #007bff;
}

.navbar-toggler {
    border-color: rgb(0, 0, 0);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(81, 82, 81)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav .nav-item .nav-link {
    color: #221638;
    font-size: 16.5px;
}

.navbar-nav>.nav-item .nav-link {
    margin-right: 20px;
    font-size: 18px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #007bff;
}

.navbar-nav .dropdown-menu {
    box-sizing: border-box;
    padding: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px 12px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -3px;
    margin-left: 0px;
}

/* for the responsive design */

.offcanvas-header {
    display: none;
}

@media (max-width: 992px) {

    .offcanvas-header {
        padding:15px;
        padding-bottom:15px;
        display:flex;
        align-items:center;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    .offcanvas-header div:first-child{
        flex-grow:4;
        font-size:33px;
    }

    .offcanvas-header .btn-close {
        width:45px;
        height:45px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        background-color: white;
        transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .navbar-brand img {
        width: 193;
        height: 70px;
    }

    .navbar {
        padding: 0px 20px 0px 20px;
        margin-top: 0;
    }

    .navbar-nav .nav-item {
        background-color: #ffffff;
        font-weight: 500;
        padding: 10px;
        /* border-bottom: 2px dashed #007bff; */
    }

    .navbar-nav .nav-item .nav-link {
        color: #221638;
        font-size:25px;
        padding-left: 14px;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 20px;
        padding: 10px;
    }

    .dropdown-submenu>.dropdown-menu {
        margin: 0 10px;
    }

}

/* for the dropdown over hover */

@media (min-width:992px) {

    .navbar .nav-item:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        position:absolute;
        left:-60px;
    }

}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #404040;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #3b3b3b;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #545454;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #007bff;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #007bff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #007bff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

/* scroll to top */

.to-top {
    background:#007bff;
    position: fixed;
    bottom: 16px;
    right:32px;
    width:50px;
    height:50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:32px;
    color:#fff;
    text-decoration: none;
    opacity:0;
    pointer-events: none;
    transition: all .4s;
  }
  
  .to-top.quick {
    bottom:32px;
    pointer-events: auto;
    opacity:1;
  }

  .to-top:hover{
     text-decoration:none;
     color:#fff;
  }