@font-face {
    font-family: ProximaNova-Regular;
    src: url("/assets-home/font/proxima_ssv/ProximaNova-Regular.otf");
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('/assets-home/font/proxima_ssv/Proxima Nova Thin.otf');
    font-display: swap
}

@font-face {
    font-family: 'MontrealSerial Bold';
    src: url('/assets-home/font/proxima_ssv/montreal-serial-bold.ttf');
    font-display: swap
}

header {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 100
}

body.offcanvas-active {
    overflow: hidden
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s, width;
    opacity: 1;
    width: 100%;
    visibility: visible
}

.navbar-bg {
    background-color: #fff !important;
    height: 65px
}

.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    font-family: "ProximaNova-Regular", Sans-serif;
    font-size: 13px;
    font-weight: 500
}

.navbar-dark .navbar-brand {
    color: #000 !important
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 0 15px #ddd, 0 0 20px #ccc
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .4rem 1rem !important;
    clear: both;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: "ProximaNova-Regular", Sans-serif !important
}

.sidebar .text,
.sidebar ul li,
.sidebar ul li a,
.site-title {
    font-family: "ProximaNova-Regular", Sans-serif
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0b5dc1 !important
}

.only-mob-tab {
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between
}

@media all and (max-width:991px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: none;
        text-align: center;
        max-width: 220px;
        margin: auto
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid,
    .offcanvas-header {
        display: block
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0)
    }

    .vertical-center-container {
        text-align: center;
        height: 100% !important
    }

    .vertical-center-sec {
        vertical-align: middle;
        margin: 105px auto auto;
        text-align: center;
        width: 100%
    }

    .only-desk {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.side-btn,
.sidebar {
    transition: left .4s
}

.logo-new2,
.sidebar ul .feat-show.show2,
.sidebar ul .qsg-show.show8,
.sidebar ul .serv-show.show1 {
    display: block
}

.close {
    height: 40px;
    background-color: #777;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer
}

@media all and (min-width:350px) and (max-width:768px) {
    .vertical-center-container {
        height: 100% !important
    }
}

.side-btn {
    position: absolute;
    left: 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer
}

@media (max-width:768px) {
    .side-btn {
        left: 0
    }
}

.side-btn.click {
    left: 260px
}

.side-btn span {
    color: #000;
    font-size: 28px;
    line-height: 45px
}

.side-btn.click span:before {
    content: '\f00d'
}

.sidebar {
    position: fixed;
    width: 252px;
    height: 100%;
    left: -252px;
    top: 0;
    background: #fff
}

.sidebar.show2 {
    left: 0
}

.sidebar .text {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #fff;
    letter-spacing: 1px
}

.sidebar ul {
    background: #fff;
    width: 100%;
    list-style: none;
    padding-top: 19px
}

.sidebar ul li {
    line-height: 27px
}

.sidebar ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: initial;
    cursor: pointer;
    padding: 8px 0 !important
}

.sidebar ul li.active1 a {
    color: #000;
    background: #fff;
    border-left-color: #000 !important
}

.sidebar ul li a:hover {
    color: #ea9747;
    text-decoration: underline !important;
    background: #fff
}

.sidebar ul ul {
    position: static;
    display: none;
    padding-left: 0 !important
}

.sidebar ul ul li {
    line-height: 42px;
    border-bottom: none
}

.sidebar ul ul li a {
    font-size: 11px;
    color: #000;
    text-transform: uppercase
}

.sidebar ul li.active1 ul li a {
    color: #000;
    font-weight: 600;
    background: #fff;
    border-left-color: transparent
}

.sidebar ul ul li a:hover {
    color: #000 !important;
    background: #fff !important
}

.sidebar ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform .4s
}

.sidebar ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg)
}

.logo-new2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    width: 54%;
    height: auto
}

.site-title {
    font-size: 19px;
    margin: 14px 88px
}

@media (min-width:768px) and (max-width:1024px) {
    .only-mob-tab {
        background-color: #fff;
        height: 15%
    }
}

@media (min-width:992px) {
    .only-mob-tab {
        display: none;
        visibility: hidden;
        opacity: 0
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: contents
    }
}

.btn-close {
    color: #fff;
    margin-top: 7px;
    font-size: 12px;
    position: relative;
    right: 7px
}

.offcanvas-header {
    display: none
}

@media (min-width:350px) and (max-width:1024px) {
    .togglemargin {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .site-title {
        font-family: "ProximaNova-Regular", Sans-serif;
        font-size: 16px;
        margin: 0
    }

    .only-mob-tab {
        background-color: #fff;
        height: 15%
    }

    .header__icon,
    .header__icon.header__icon--menu.focus-inset {
        fill: none;
        vertical-align: middle;
        transition: transform .25s;
        will-change: transform;
        position: absolute
    }

    .togglemargin {
        font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif !important;
        color: #567f88;
        font-size: 16px;
        letter-spacing: .05em;
        text-transform: initial;
        line-height: 52px !important
    }

    .header__icon.header__icon--menu.focus-inset {
        margin-left: 21px;
        margin-top: 7px
    }

    .header__icon {
        height: 1.25rem;
        width: 1.25rem;
        margin-left: -23px;
        margin-top: -7px
    }

    .icon-close {
        position: relative;
        width: 0;
        height: 0
    }

    .offcanvas-header {
        color: #567f88;
        position: relative;
        transform: translate(-100%);
        z-index: 100;
        left: 59px;
        top: 15px;
        padding: 0;
        background-color: rgb(238 238 238);
        border-radius: 50px;
        height: 33px;
        width: 33px;
        overflow-x: hidden
    }
}

@media only screen and (max-device-width:480px) {
    .icon-hamburger {
        display: block;
        position: absolute;
        top: 0;
        opacity: 1;
        transform: scale(1);
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: var(--duration-default);
        stroke-width: calc(calc(1.5px* 2) - .4px);
        display: flex
    }
}

@media (max-width:991px) {
    .offcanvas-header {
        display: block
    }
}