body {
    font-family: 'Proxima Nova', Arial, sans-serif;
    line-height: 28px;
    color: #696E77;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.1em
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    color: #2d2d2d;
    clear: both;
    line-height: 1.2;
    margin: 0 0 15px
}

h1,
.h1 {
    font-size: 48px;
    font-weight: 900
}

h2,
.h2 {
    font-size: 36px;
    font-weight: 700
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 22px
}

h5,
.h5 {
    font-size: 18px
}

h6,
.h6 {
    font-size: 16px
}

img {
    width: auto;
    max-width: 100%;
    height: auto
}

a,
button {
    text-decoration: none;
    font-weight: 400 !important
}

label {
    margin-bottom: 0
}

#header {
    position: relative;
    z-index: 1030
}

#header .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    -webkit-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid #fff0;
    z-index: 1001
}

#header .header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms
}

@media (max-width:991px) {
    #header .header-container:not(.container) .header-nav-main {
        padding: 0 .75rem
    }
}

#header .container {
    position: relative
}

@media (max-width:767px) {
    #header .container {
        width: 100%
    }
}

#header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 100%
}

#header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#header .header-column .header-row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

#header .header-column .header-extra-info {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

#header .header-column .header-extra-info li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 25px
}

#header .header-column .header-extra-info li .feature-box p {
    margin: 0
}

#header .header-column .header-extra-info li .feature-box small {
    position: relative;
    top: -4px;
    font-size: 80%
}

#header.header-no-min-height .header-body {
    min-height: 0 !important
}

#header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ededed;
    min-height: 51px;
    z-index: 4
}

#header .header-top::after {
    clear: both;
    content: "";
    display: block
}

#header .header-top p {
    font-size: .9em;
    margin: 0;
    padding: 0
}

#header .header-top p .fa,
#header .header-top p .fas,
#header .header-top p .far,
#header .header-top p .fal,
#header .header-top p .fab,
#header .header-top p .icons {
    position: relative;
    top: 1px
}

#header .header-top .header-search {
    margin-left: 10px;
    margin-right: 0
}

#header .header-top .header-nav-top {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px
}

#header .header-top.header-top-no-min-height {
    min-height: 0
}

#header .header-top.header-top-colored {
    border-top: 5px solid #CCC;
    border-bottom: 0;
    color: #FFF
}

#header .header-top.header-top-colored p,
#header .header-top.header-top-colored a,
#header .header-top.header-top-colored span {
    color: #FFF
}

#header .header-top.header-top-colored .form-control {
    border: 0
}

#header .header-top.header-top-style-2 {
    background: #f6f6f6
}

#header .header-top.header-top-style-4 {
    background: #E4E6ED;
    border-bottom: 0
}

#header .header-logo {
    margin: 16px 0;
    margin: 1rem 0
}

#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0
}

#header .header-nav {
    padding: 16px 0;
    padding: 1rem 0;
    min-height: 70px
}

#header .header-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span {
    color: #999;
    font-size: .9em;
    padding: 6px 10px;
    display: inline-block
}

#header .header-nav-top .nav>li>a .fa,
#header .header-nav-top .nav>li>a .fas,
#header .header-nav-top .nav>li>a .far,
#header .header-nav-top .nav>li>a .fal,
#header .header-nav-top .nav>li>a .fab,
#header .header-nav-top .nav>li>a .icons,
#header .header-nav-top .nav>li>span .fa,
#header .header-nav-top .nav>li>span .fas,
#header .header-nav-top .nav>li>span .far,
#header .header-nav-top .nav>li>span .fal,
#header .header-nav-top .nav>li>span .fab,
#header .header-nav-top .nav>li>span .icons {
    margin-right: 3px
}

#header .header-nav-top .nav>li>a {
    text-decoration: none
}

#header .header-nav-top .nav>li>a:hover,
#header .header-nav-top .nav>li>a a:focus {
    background: #EEE
}

#header .header-nav-top .nav>li.nav-item.dropdown.show .nav-link {
    background: #EEE
}

#header .header-nav-top .nav>li.open>.dropdown-menu-toggle {
    border-radius: 4px 4px 0 0
}

#header .header-nav-top .dropdown .dropdown-item {
    font-size: .8em
}

#header .header-nav-top .dropdown-menu {
    border-color: #EEE;
    margin-top: -2px;
    border-radius: 4px 0 4px 4px;
    padding: 0
}

#header .header-nav-top .dropdown-menu a {
    color: #999;
    padding: 6px 12px;
    font-size: .9em
}

#header .header-nav-top .flag {
    margin-right: 2px;
    position: relative;
    top: -1px
}

#header .header-search {
    margin-left: 16px;
    margin-left: 1rem
}

#header .header-search .form-control {
    border-radius: 20px;
    font-size: .9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 170px
}

#header .header-search .btn-light {
    background: #fff0;
    border: 0 none;
    color: #CCC;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

#header .header-search .btn-light:hover {
    color: #000
}

#header .header-social-icons {
    margin-left: 16px;
    margin-left: 1rem
}

#header .header-btn-collapse-nav {
    background: #CCC;
    color: #FFF;
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem
}

#header.header-narrow .header-body {
    min-height: 0
}

#header.header-narrow .header-logo {
    margin-top: 0;
    margin-bottom: 0
}

#header.header-narrow .header-nav {
    padding-top: 0;
    padding-bottom: 0
}

#header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important
}

@media (max-width:767px) {
    #header.has-nav-bar .header-search {
        display: block !important;
        visibility: hidden
    }
}

html:not(.boxed) #header.header-full-width .header-container {
    width: 100%;
    max-width: none
}

html #header.header-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute
}

html #header.header-transparent .header-body {
    position: relative;
    top: 0;
    background: #fff0;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

html #header.header-transparent .header-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

html.sticky-header-enabled #header.header-transparent:not(.header-transparent-not-fixed) .header-body {
    position: fixed
}

html.sticky-header-active #header.header-transparent .header-body {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

html.sticky-header-active #header.header-transparent .header-body:before {
    opacity: 1
}

html #header.header-semi-transparent,
html #header.header-semi-transparent-light {
    min-height: 0 !important;
    width: 100%;
    position: absolute
}

html #header.header-semi-transparent .header-body,
html #header.header-semi-transparent-light .header-body {
    position: relative;
    top: 0;
    background: #fff0;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

html #header.header-semi-transparent .header-body:before,
html #header.header-semi-transparent-light .header-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-bottom: 0;
    opacity: .3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

html.sticky-header-enabled #header.header-semi-transparent .header-body {
    position: fixed
}

html.sticky-header-active #header.header-semi-transparent .header-body {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

html.sticky-header-active #header.header-semi-transparent .header-body:before {
    opacity: .8
}

html #header.header-semi-transparent-light .header-body:before {
    opacity: .1;
    background: #FFF
}

html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
    position: fixed
}

html.sticky-header-active #header.header-semi-transparent-light .header-body {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
    border-bottom: 1px solid #f1f1f1;
    opacity: .9
}

html #header.header-transparent-bottom-border .header-body {
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: #e9e9e9;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / .1);
    box-shadow: 0 0 3px rgb(0 0 0 / .1)
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
    background: transparent !important
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-transparent .header-nav-main:after,
html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent .header-nav-main:after,
html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent-light .header-nav-main:after {
    background: transparent !important
}

@media (min-width:992px) {
    #header .header-nav-main nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    #header .header-nav-main nav>ul>li {
        margin-left: 2px
    }

    #header .header-nav-main nav>ul>li>a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: normal;
        color: #CCC;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        padding: .5rem .9rem;
        text-transform: uppercase
    }

    #header .header-nav-main nav>ul>li>a:active {
        background-color: #fff0;
        text-decoration: none;
        color: #CCC
    }

    #header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-caret-down {
        display: none
    }

    #header .header-nav-main nav>ul>li>a.dropdown-toggle:after {
        border-color: #CCC #fff0 #fff0 #fff0;
        border-width: .24rem;
        margin-left: .255em;
        margin-right: 0
    }

    #header .header-nav-main nav>ul>li>a.active {
        background: #CCC;
        color: #FFF
    }

    #header .header-nav-main nav>ul>li>a.active.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }

    #header .header-nav-main nav>ul>li.open>a,
    #header .header-nav-main nav>ul>li:hover>a {
        background: #CCC;
        color: #FFF
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius: 0 4px 4px;
        border: 0;
        border-top: 3px solid #CCC;
        -webkit-box-shadow: 0 20px 45px rgb(0 0 0 / .08);
        box-shadow: 0 20px 45px rgb(0 0 0 / .08);
        margin: 0;
        min-width: 200px;
        padding: 5px;
        text-align: left
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f4f4f4;
        color: #777;
        font-size: .8em;
        font-weight: 400;
        padding: 6px 20px 6px 8px;
        position: relative;
        text-transform: none
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:hover,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:focus,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a.active,
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:active {
        background-color: #f8f9fa
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a .fa-caret-down {
        display: none
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>a:after {
        border-color: #fff0 #fff0 #fff0 #CCC;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: " ";
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        left: 100%;
        display: block;
        margin-top: -8px;
        margin-left: -1px;
        border-radius: 4px;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu {
        top: 0;
        opacity: 1
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse>a:after {
        border-color: #fff0 #CCC #fff0 #fff0;
        border-width: 4px 4px 4px 4px
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse>.dropdown-menu {
        left: auto;
        right: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 0
    }

    #header .header-nav-main nav>ul>li.dropdown.open>a,
    #header .header-nav-main nav>ul>li.dropdown:hover>a {
        border-radius: 4px 4px 0 0;
        position: relative
    }

    #header .header-nav-main nav>ul>li.dropdown.open>a:before,
    #header .header-nav-main nav>ul>li.dropdown:hover>a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        border-bottom: 5px solid #CCC
    }

    #header .header-nav-main nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav-main nav>ul>li.dropdown:hover>.dropdown-menu {
        top: auto;
        display: block;
        opacity: 1
    }

    #header .header-nav-main nav>ul>li.dropdown-mega {
        position: static
    }

    #header .header-nav-main nav>ul>li.dropdown-mega>.dropdown-menu {
        border-radius: 4px;
        left: 15px;
        right: 15px;
        width: auto
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-content {
        padding: 1.6rem
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title {
        color: #333;
        display: block;
        font-size: .9em;
        font-weight: 600;
        margin-top: 20px;
        padding-bottom: 10px;
        text-transform: uppercase
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title:first-child {
        margin-top: 0
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li>a {
        border: 0 none;
        border-radius: 4px;
        color: #777;
        display: block;
        font-size: .8em;
        font-weight: 400;
        margin: 0 0 3px -8px;
        padding: 3px 8px;
        text-shadow: none;
        text-transform: none;
        text-decoration: none
    }

    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li:hover>a {
        background: #f4f4f4
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-shop>.dropdown-item {
        padding: .5rem .8rem
    }

    #header .header-nav-main.header-nav-main-no-arrows nav>ul>li a.dropdown-toggle {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    #header .header-nav-main.header-nav-main-no-arrows nav>ul>li a.dropdown-toggle:after {
        display: none
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li>a {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu {
        border-radius: 0
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        border-radius: 0
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown-mega>.dropdown-menu {
        border-radius: 0
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li>a {
        border-radius: 0
    }

    #header .header-nav-main.header-nav-main-dark nav>ul>li>a {
        color: #444
    }

    #header .header-nav-main a>.thumb-info-preview {
        position: absolute;
        display: block;
        left: 100%;
        opacity: 0;
        border: 0;
        padding-left: 10px;
        background: #fff0;
        overflow: visible;
        margin-top: 15px;
        top: -10000px;
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    #header .header-nav-main a>.thumb-info-preview .thumb-info-wrapper {
        background: #FFF;
        display: block;
        border-radius: 4px;
        border: 0;
        -webkit-box-shadow: 0 20px 45px rgb(0 0 0 / .08);
        box-shadow: 0 20px 45px rgb(0 0 0 / .08);
        margin: 0;
        padding: 4px;
        text-align: left;
        width: 190px
    }

    #header .header-nav-main a>.thumb-info-preview .thumb-info-image {
        -webkit-transition: all 6s linear 0s;
        transition: all 6s linear 0s;
        width: 182px;
        height: 136px;
        min-height: 0
    }

    #header .header-nav-main a:hover>.thumb-info-preview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
        opacity: 1;
        margin-top: -5px
    }

    #header .header-nav-main .dropdown-reverse a>.thumb-info-preview {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        right: 100%;
        left: auto;
        padding-left: 0;
        margin-right: 10px
    }

    #header .header-nav-main .dropdown-reverse a:hover>.thumb-info-preview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    #header .header-nav.header-nav-stripe {
        padding: 0
    }

    #header .header-nav.header-nav-stripe .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-top: -1px;
        min-height: 0
    }

    #header .header-nav.header-nav-stripe nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #header .header-nav.header-nav-stripe nav>ul>li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    #header .header-nav.header-nav-stripe nav>ul>li>a {
        background: #fff0;
        padding: 0 .9rem;
        margin: 1px 0 0;
        height: 100%;
        color: #444;
        min-height: 90px
    }

    #header .header-nav.header-nav-stripe nav>ul>li>a.dropdown-toggle:after {
        border-color: #444 #fff0 #fff0 #fff0
    }

    #header .header-nav.header-nav-stripe nav>ul>li>a.active {
        color: #CCC;
        background: #fff0
    }

    #header .header-nav.header-nav-stripe nav>ul>li>a.active.dropdown-toggle:after {
        border-color: #CCC #fff0 #fff0 #fff0
    }

    #header .header-nav.header-nav-stripe nav>ul>li:hover>a,
    #header .header-nav.header-nav-stripe nav>ul>li:hover>a.active,
    #header .header-nav.header-nav-stripe nav>ul>li.open>a,
    #header .header-nav.header-nav-stripe nav>ul>li.open>a.active {
        color: #FFF;
        padding-bottom: 0
    }

    #header .header-nav.header-nav-stripe nav>ul>li:hover>a.dropdown-toggle:after,
    #header .header-nav.header-nav-stripe nav>ul>li:hover>a.active.dropdown-toggle:after,
    #header .header-nav.header-nav-stripe nav>ul>li.open>a.dropdown-toggle:after,
    #header .header-nav.header-nav-stripe nav>ul>li.open>a.active.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }

    #header .header-nav.header-nav-stripe nav>ul>li.dropdown.open>a:before,
    #header .header-nav.header-nav-stripe nav>ul>li.dropdown:hover>a:before {
        content: none
    }

    #header .header-nav.header-nav-stripe nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-stripe nav>ul>li.dropdown:hover>.dropdown-menu {
        top: 100%;
        left: 0;
        margin-top: 1px
    }

    #header .header-nav.header-nav-stripe.header-nav-main-dark nav>ul>li:hover>a {
        color: #FFF !important
    }

    #header .header-nav.header-nav-top-line {
        padding: 0
    }

    #header .header-nav.header-nav-top-line .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        min-height: 0;
        margin-top: 0
    }

    #header .header-nav.header-nav-top-line nav>ul>li>a,
    #header .header-nav.header-nav-top-line nav>ul>li:hover>a {
        position: relative;
        background: transparent !important;
        color: #444;
        padding: 0 .9rem;
        margin: 1px 0 0;
        min-height: 70px;
        height: 100%
    }

    #header .header-nav.header-nav-top-line nav>ul>li>a:before,
    #header .header-nav.header-nav-top-line nav>ul>li:hover>a:before {
        content: "";
        position: absolute;
        background: #CCC;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0;
        opacity: 0
    }

    #header .header-nav.header-nav-top-line nav>ul>li:hover>a:before,
    #header .header-nav.header-nav-top-line nav>ul>li.open>a:before {
        opacity: 1
    }

    #header .header-nav.header-nav-top-line nav>ul>li>a.dropdown-toggle:after {
        border-color: #444 #fff0 #fff0 #fff0
    }

    #header .header-nav.header-nav-top-line nav>ul>li>a.active {
        color: #CCC;
        background: #fff0
    }

    #header .header-nav.header-nav-top-line nav>ul>li>a.active:before {
        opacity: 1
    }

    #header .header-nav.header-nav-top-line nav>ul>li>a.active.dropdown-toggle:after {
        border-color: #CCC #fff0 #fff0 #fff0
    }

    #header .header-nav.header-nav-top-line nav>ul>li.dropdown>a:before {
        border-bottom: 0
    }

    #header .header-nav.header-nav-top-line nav>ul>li.dropdown.open>.dropdown-menu,
    #header .header-nav.header-nav-top-line nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: 0
    }

    #header .header-nav.header-nav-dark-dropdown {
        padding: 0
    }

    #header .header-nav.header-nav-dark-dropdown .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        min-height: 0;
        margin-top: 0
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li>a,
    #header .header-nav.header-nav-dark-dropdown nav>ul>li:hover>a {
        background: transparent !important;
        color: #444;
        margin: 1px 0 0;
        min-height: 70px;
        height: 100%;
        padding: 0 .9rem
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li>a.dropdown-toggle:after {
        border-color: #444 #fff0 #fff0 #fff0
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li>a.active {
        color: #CCC
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li>a.active.dropdown-toggle:after {
        color: #CCC
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li.dropdown>a:before {
        border-bottom: 0
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li.dropdown li a {
        border-bottom-color: #2a2a2a
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li.dropdown .dropdown-menu {
        background: #1e1e1e;
        margin-top: 0
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li.dropdown .dropdown-menu>li>a {
        color: #969696
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li.dropdown .dropdown-menu>li>a:hover,
    #header .header-nav.header-nav-dark-dropdown nav>ul>li.dropdown .dropdown-menu>li>a:focus {
        background: #282828
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-title {
        color: #ababab
    }

    #header .header-nav.header-nav-dark-dropdown nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li:hover>a {
        background: #282828
    }

    #header .header-nav-main {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important
    }

    #header .header-nav-bar {
        background: #F4F4F4;
        z-index: 1
    }
}

@media (min-width:992px) {

    #header.header-narrow .header-nav.header-nav-stripe nav>ul>li>a,
    #header.header-narrow .header-nav.header-nav-dark-dropdown nav>ul>li>a,
    #header.header-narrow .header-nav.header-nav-top-line nav>ul>li>a {
        min-height: 70px
    }
}

@media (min-width:992px) {
    #header .header-nav-main.header-nav-main-light nav>ul>li>a {
        color: #FFF
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li>a.active {
        color: #CCC;
        background: #FFF
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li>a.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.open>a,
    #header .header-nav-main.header-nav-main-light nav>ul>li.active>a,
    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>a {
        background: #FFF
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.open>a.dropdown-toggle:after,
    #header .header-nav-main.header-nav-main-light nav>ul>li.active>a.dropdown-toggle:after,
    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>a.dropdown-toggle:after {
        border-color: #CCC #fff0 #fff0 #fff0
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.open>.dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav>ul>li.active>.dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>.dropdown-menu {
        border-top-color: #FFF;
        -webkit-box-shadow: 0 20px 25px rgb(0 0 0 / .05);
        box-shadow: 0 20px 25px rgb(0 0 0 / .05)
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.open>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav>ul>li.active>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
        border-top-color: #FFF
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.active>a {
        background: #FFF
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.active>a.dropdown-toggle:after {
        border-color: #CCC #fff0 #fff0 #fff0
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.dropdown.open>a:before,
    #header .header-nav-main.header-nav-main-light nav>ul>li.dropdown:hover>a:before {
        border-bottom-color: #FFF
    }

    #header .header-nav-main.header-nav-main-light .dropdown-menu>li>a:hover,
    #header .header-nav-main.header-nav-main-light .dropdown-menu>li>a:focus {
        background: #f5f5f5
    }
}

@media (min-width:992px) {

    #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-menu li a,
    #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-mega-sub-nav li a {
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu li a,
    #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover .dropdown-mega-sub-nav li a {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0)
    }

    #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-top-line .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-dark-dropdown .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width:992px) {
    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu>.dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0
    }

    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu:hover>.dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse>.dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0
    }

    #header .header-nav-main-sub-effect-1 nav>ul>li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover>.dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media (max-width:991px) {
    #header .header-nav-main {
        position: absolute;
        background: #fff0;
        width: 100%;
        top: 100%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    #header .header-nav-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: #FFF;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #header .header-nav-main nav {
        max-height: 50vh;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px
    }

    #header .header-nav-main nav.collapsing {
        overflow-y: hidden
    }

    #header .header-nav-main nav::-webkit-scrollbar {
        width: 5px
    }

    #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: rgb(204 204 204 / .5)
    }

    #header .header-nav-main nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .8rem 0
    }

    #header .header-nav-main nav>ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative
    }

    #header .header-nav-main nav>ul li a {
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
        padding: 7px 8px;
        margin: 1px 0;
        border-radius: 4px;
        text-align: left
    }

    #header .header-nav-main nav>ul li a .fa-caret-down {
        line-height: 35px;
        min-height: 38px;
        min-width: 30px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 0
    }

    #header .header-nav-main nav>ul li a.dropdown-toggle:after {
        content: none
    }

    #header .header-nav-main nav>ul li a:active {
        background-color: #f8f9fa;
        color: inherit
    }

    #header .header-nav-main nav>ul li.dropdown .dropdown-menu {
        background: #fff0;
        padding: 0;
        margin: 0;
        font-size: 13px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        clear: both;
        display: none;
        float: none;
        position: static
    }

    #header .header-nav-main nav>ul li.dropdown .dropdown-menu li.dropdown-submenu.opened>.dropdown-menu {
        display: block;
        margin-left: 20px
    }

    #header .header-nav-main nav>ul li.dropdown.opened>.dropdown-menu {
        display: block;
        margin-left: 20px
    }

    #header .header-nav-main nav>ul li.dropdown-mega .dropdown-mega-sub-title {
        margin-top: 10px;
        display: block;
        text-align: left
    }

    #header .header-nav-main nav>ul li.dropdown-mega .dropdown-mega-sub-nav {
        margin: 0 0 0 20px;
        padding: 0;
        list-style: none
    }

    #header .header-nav-main nav>ul li.dropdown-mega .dropdown-mega-sub-nav>li>a {
        display: block;
        text-decoration: none
    }

    #header .header-nav-main nav>ul li:last-child {
        border-bottom: 0
    }

    #header .header-nav-main nav>ul>li>a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px;
        color: #CCC
    }

    #header .header-nav-main nav>ul>li>a:active {
        color: #CCC
    }

    #header .header-nav-main nav>ul>li>a.active {
        color: #FFF;
        background: #CCC
    }

    #header .header-nav-main nav>ul>li>a.active:focus,
    #header .header-nav-main nav>ul>li>a.active:hover {
        color: #FFF;
        background: #CCC
    }

    #header .header-nav-main nav .not-included {
        margin: 0
    }

    #header .header-nav-main a>.thumb-info-preview {
        display: none !important
    }

    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1
    }

    #header.header-transparent .header-nav-main:before,
    #header.header-semi-transparent .header-nav-main:before,
    #header.header-semi-transparent-light .header-nav-main:before {
        width: calc(100% - 30px);
        border-radius: 4px
    }

    #header.header-transparent .header-nav-main nav,
    #header.header-semi-transparent .header-nav-main nav,
    #header.header-semi-transparent-light .header-nav-main nav {
        padding: 0 30px
    }

    #header.header-transparent .header-nav-main nav::-webkit-scrollbar-thumb,
    #header.header-semi-transparent .header-nav-main nav::-webkit-scrollbar-thumb,
    #header.header-semi-transparent-light .header-nav-main nav::-webkit-scrollbar-thumb {
        border-color: #fff0
    }

    #header.header-transparent .header-body:before {
        border-bottom: none !important
    }

    #header.header-semi-transparent-light .header-body:before {
        border-bottom: none !important
    }

    #header .header-nav.header-nav-stripe {
        min-height: 90px
    }

    #header .header-nav.header-nav-top-line {
        min-height: 70px
    }

    #header .header-nav.header-nav-dark-dropdown {
        min-height: 70px
    }
}

@media (min-width:992px) {
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav>ul>li>a {
        color: #FFF
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav>ul>li>a.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav>ul>li>a.active {
        color: #CCC
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav>ul>li>a.active.dropdown-toggle:after {
        border-color: #CCC #fff0 #fff0 #fff0
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav>ul>li.open>a.active,
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav>ul>li:hover>a.active {
        color: #FFF
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav>ul>li.open>a.active.dropdown-toggle:after,
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav>ul>li:hover>a.active.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }

    html #header.header-semi-transparent .header-nav-main nav>ul>li>a {
        color: #FFF
    }

    html #header.header-semi-transparent .header-nav-main nav>ul>li>a.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }

    html #header.header-semi-transparent .header-nav-main nav>ul>li>a.active {
        color: #CCC
    }

    html #header.header-semi-transparent .header-nav-main nav>ul>li>a.active.dropdown-toggle:after {
        border-color: #CCC #fff0 #fff0 #fff0
    }

    html #header.header-semi-transparent .header-nav-main nav>ul>li.open>a.active,
    html #header.header-semi-transparent .header-nav-main nav>ul>li:hover>a.active {
        color: #FFF
    }

    html #header.header-semi-transparent .header-nav-main nav>ul>li.open>a.active.dropdown-toggle:after,
    html #header.header-semi-transparent .header-nav-main nav>ul>li:hover>a.active.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li>a {
        color: #FFF
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li>a.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li>a.active {
        color: #CCC
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li>a.active.dropdown-toggle:after {
        border-color: #CCC #fff0 #fff0 #fff0
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li.open>a.active,
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li:hover>a.active {
        color: #FFF
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li.open>a.active.dropdown-toggle:after,
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li:hover>a.active.dropdown-toggle:after {
        border-color: #FFF #fff0 #fff0 #fff0
    }
}

@media (min-width:992px) {
    #header .header-body {
        height: auto !important
    }
}

@media (max-width:991px) {
    #header .header-logo img {
        z-index: 1
    }

    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header.header-narrow .header-nav.header-nav-stripe {
        min-height: 70px
    }
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin label {
    font-size: 14.4px;
    font-size: .9rem;
    color: #777
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
    padding: 0;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0)
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .fa-user {
    margin-right: 5px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
    margin-bottom: 10px;
    display: block
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .sign-up-info,
#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .log-in-info {
    text-align: center;
    display: block;
    font-size: 14.4px;
    font-size: .9rem
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
    display: block
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.signin .signup-form,
#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
    display: none
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
    display: none
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
    display: block
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
    display: none
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.recover .signin-form,
#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
    display: none
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
    display: block
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.recover .recover-form p {
    font-size: 14.4px;
    font-size: .9rem
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
    max-width: 55px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
    display: block;
    padding-top: 7px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
    display: block;
    font-size: 12px
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
    margin: 0 0 0 25px;
    text-align: left
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
    list-style: none;
    margin: 6px 0 0;
    padding: 0
}

#header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
    text-decoration: none
}

@media (max-width:991px) {
    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin {
        margin-right: 0
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
        display: none
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
        display: block !important;
        margin: 0 !important;
        padding: 0 10px 0 10px;
        width: 100%;
        right: 0
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 5px;
        padding-bottom: 0
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
        display: none
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
        margin: 15px 0 !important
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
        margin: 15px 0 0 0 !important
    }

    #header .header-nav-main nav>ul>li.dropdown-mega.dropdown-mega-signin.logged .list-account-options>li>a {
        line-height: 35px
    }
}

.page-header {
    background-color: #2d3436;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #384045;
    margin: 0 0 35px 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left
}

.page-header .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.page-header .breadcrumb>li {
    display: inline-block;
    font-size: .85em;
    text-transform: uppercase;
    text-shadow: none
}

.page-header .breadcrumb>li+li:before {
    color: inherit;
    opacity: .5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px
}

.page-header h1 {
    border-bottom: 5px solid #CCC;
    color: #fafafa;
    display: inline-block;
    font-size: 45px;
    font-weight: 900;
    line-height: 50px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative
}

.page-header h1 span {
    color: #999da3;
    display: block;
    font-size: .6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0
}

.page-header-no-title-border h1 {
    border: 0
}

.page-header.parallax {
    margin: 0 0 35px;
    padding: 180px 0 60px
}

.page-header-center {
    text-align: center
}

.page-header-center .breadcrumb {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0
}

.page-header-custom-background {
    padding: 45px 0;
    background-repeat: repeat;
    background-color: #fff0;
    border-top: 0;
    border-bottom: 0
}

.page-header-custom-background h1 {
    color: #FFF;
    border: 0
}

.page-header-custom-background h1 span {
    color: #FFF;
    opacity: .7
}

.page-header-custom-background .breadcrumb {
    text-align: right;
    float: right
}

@media (max-width:991px) {
    .page-header-custom-background .breadcrumb {
        padding: 18px 0 0;
        text-align: left;
        float: none
    }
}

.page-header-custom-background .breadcrumb li.active {
    color: #FFF;
    opacity: .7
}

.page-header-custom-background .breadcrumb a {
    color: #FFF
}

@media (min-width:992px) {

    .page-header-more-padding .breadcrumb-valign-mid,
    .page-header-custom-background .breadcrumb-valign-mid,
    .page-header-float-breadcrumb .breadcrumb-valign-mid {
        text-align: right
    }

    .page-header-more-padding.page-header-reverse .breadcrumb-valign-mid,
    .page-header-custom-background.page-header-reverse .breadcrumb-valign-mid,
    .page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
        text-align: left
    }
}

@media (max-width:991px) {
    .page-header .breadcrumb {
        float: none !important;
        position: static !important
    }

    .page-header .breadcrumb-valign-mid {
        margin-top: 15px
    }

    .page-header-reverse .breadcrumb-valign-mid {
        margin-top: 0;
        margin-bottom: 15px
    }
}

@media (max-width:575px) {
    .page-header h1 {
        font-size: 26px;
        line-height: 26px
    }
}

.parallax {
    background-color: #fff0;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
    clear: both
}

.parallax blockquote {
    border: 0;
    padding: 0 10%
}

.parallax blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px
}

.parallax blockquote p {
    font-size: 24px;
    line-height: 30px
}

.parallax blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    left: -5px
}

.parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important
}

.slider-container {
    background: #171717;
    height: 500px;
    overflow: hidden;
    width: 100%;
    direction: ltr
}

.slider-container .tparrows {
    border-radius: 6px
}

.slider-container .slider-single-slide .tparrows {
    display: none
}

.slider-container .top-label {
    color: #FFF;
    font-size: 24px;
    font-weight: 300
}

.slider-container .main-label {
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .15)
}

.slider-container .featured-label {
    color: #FFF;
    font-size: 52px;
    line-height: 52px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgb(0 0 0 / .15)
}

.slider-container .bottom-label {
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300
}

.slider-container .blackboard-text {
    color: #BAB9BE;
    font-size: 46px;
    line-height: 46px;
    text-transform: uppercase
}

.slider-container .btn.btn-lg.btn-slider-action {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 19.2px 28.8px;
    padding: 1.2rem 1.8rem
}

.slider-container .top-label-dark,
.slider-container .main-label-dark,
.slider-container .bottom-label-dark {
    color: #333
}

.slider-container .tp-caption-dark a {
    color: #333
}

.slider-container .tp-caption-dark a:hover {
    color: #333
}

.slider-container .tp-caption-overlay {
    background: #000;
    padding: 10px
}

.slider-container .tp-caption-overlay-opacity {
    background: rgb(0 0 0 / .4);
    padding: 10px
}

.slider-container .tp-opacity-overlay {
    background: rgb(0 0 0 / .75)
}

.slider-container.transparent {
    background-color: #fff0
}

.slider-container.light {
    background-color: #EAEAEA
}

.slider-container.light .tp-bannershadow {
    opacity: .05;
    top: 0;
    bottom: auto;
    z-index: 1000
}

.slider-container.light .featured-label,
.slider-container.light .top-label,
.slider-container.light .main-label,
.slider-container.light .bottom-label {
    color: #333
}

.slider-container.light .tp-caption a {
    color: #333
}

.slider-container.light .tp-caption a:hover {
    color: #333
}

.tparrows.tparrows-carousel {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    padding: 20px 0
}

.tparrows.tparrows-carousel.tp-leftarrow {
    right: auto !important;
    left: -30px !important;
    border-radius: 0 4px 4px 0
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px
}

.tparrows.tparrows-carousel.tp-rightarrow {
    right: -60px !important;
    left: auto !important;
    border-radius: 4px 0 0 4px
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 1px
}

html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: 0 !important
}

.hesperiden-custom {
    padding: 10px 0 !important
}

.hesperiden-custom .tp-tab {
    border: 0 !important
}

.slider-with-overlay {
    position: relative
}

.slider-with-overlay .slider-container {
    z-index: auto
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-box .feature-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #CCC;
    border-radius: 100%;
    color: #FFF;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 7px;
    text-align: center;
    padding: .8em;
    height: 1px;
    min-width: 2.7em;
    min-height: 2.7em
}

.feature-box .feature-box-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 15px
}

.feature-box.align-items-center .feature-box-icon {
    top: 0
}

.feature-box.feature-box-style-3 h4 {
    color: #1d2127
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border: 1px solid #CCC;
    background: #fff0;
    line-height: 32px
}

.feature-box.feature-box-style-3 .feature-box-icon .fa,
.feature-box.feature-box-style-3 .feature-box-icon .fas,
.feature-box.feature-box-style-3 .feature-box-icon .far,
.feature-box.feature-box-style-3 .feature-box-icon .fal,
.feature-box.feature-box-style-3 .feature-box-icon .fab,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #CCC
}

.section-block {
    padding: 60px 0;
    background-color: #fff
}

.section-block-grey {
    padding: 60px 0;
    background-color: #f9f9f9
}

.section-heading {
    margin-bottom: 10px
}

.section-heading span {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #136fa0;
    line-height: 200%;
    margin-bottom: 10px
}

.section-heading h2 {
    font-size: 42px;
    color: #111;
    margin-bottom: 10px
}

.section-heading h2,
.section-heading h3 {
    position: relative;
    font-weight: 700;
    line-height: 140%
}

.section-heading-line {
    margin: 15px auto 5px
}

.section-heading-line,
.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #136fa0;
    border-radius: 25%
}

.section-heading p {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
    line-height: 160%;
    padding-top: 15px;
    margin-bottom: 0
}

.item-featured {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.item-featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    -webkit-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -khtml-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.item-holder {
    padding: 20px;
    border: 1px solid #e7e7e7;
    position: relative;
    z-index: 99;
    text-align: center
}

.item-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -khtml-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s
}

.item-title:before {
    width: 26px;
    height: 3px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.item-title {
    font-size: 24px;
    line-height: 1.2
}

.divider1 {
    position: relative;
    padding-bottom: 12px
}

.divider1:before {
    content: '';
    width: 31px;
    height: 5px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #ea1414;
    position: absolute;
    bottom: 0;
    left: 0
}

.item-title a {
    color: inherit
}

.item-content {
    -webkit-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -khtml-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all 0.4s cubic-bezier(.39, .575, .565, 1) 0s
}

.item-content ul {
    padding: 0;
    margin: 0
}

.item-content ul li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0
}

.btn-footer-up {
    display: inline-block;
    font-size: 12px;
    color: #3c4349;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -40px;
    text-align: center;
    transition: all .9s
}

.btn-footer-up:focus,
.btn-footer-up:hover {
    text-decoration: none
}

.btn-footer-up span {
    color: #f06000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    background: #3c4349
}

.btn-footer-up i {
    font-size: 50px;
    line-height: 60px
}

.footer .btn-card {
    width: 100%;
    display: block
}

.btn.btn-card {
    color: #fff;
    font-size: 12px;
    background: #63696d;
    margin: 0 0 15px;
    padding: 12px 0
}

.subfooter {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
    background: #2d3337
}

.subfooter,
.subfooter a {
    color: #9ea1a4
}

footer {
    position: relative
}

@media (min-width:768px) {
    .footer .btn-card {
        width: 160px;
        display: block
    }
}

.btn.btn-card {
    color: #fff;
    font-size: 12px;
    background: #63696d;
    margin: 0 0 15px;
    padding: 12px 0
}

.btn {
    font-size: 13px;
    padding: 8px 15px;
    transition: all .15s ease-out;
    box-shadow: 1px 2px 3px rgb(0 0 0 / .2);
    font-weight: 700;
    text-transform: uppercase
}

.footer h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff
}

.footer ul {
    margin: 0;
    padding: 0 0 15px
}

.footer ul li {
    list-style: none;
    display: block;
    padding: 5px 0
}

.footer ul li a.phone {
    font-size: 32px
}

.uix-logo-pmi {
    width: 166px;
    margin-bottom: 15px
}

.uix-logo-pmi img {
    max-width: 100%;
    display: block
}

.border-top {
    border-top: 1px solid #ececec
}

.case-block {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin: 15px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / .16)
}

.case-block img {
    width: 100%
}

.case-block-inner {
    padding: 25px
}

.case-block h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500
}

.case-block h4:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #d21e2b;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.case-block p {
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px
}

.case-block-inner a {
    font-size: 15px;
    font-weight: 500;
    color: #d21e2b
}

.case-block-inner a:after {
    content: '\f0da';
    font-size: 15px;
    font-family: FontAwesome;
    color: #d21e2b;
    margin-left: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.ct-contact-form-layout2 {
    background-color: #ea1414;
    padding: 52px 55px 60px;
    background-image: url(http://unfinityplus.casethemes.net/transport/wp-content/themes/unfinityplus/assets/images/dot-bg.png);
    background-repeat: repeat
}

.ct-contact-form-layout2 .el-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 19px
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.ct-contact-form-layout2 .wpcf7-form label {
    text-transform: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px
}

.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    background-color: #ebeef0;
    border: none;
    color: #a8a8a8;
    min-height: 40px;
    padding-left: 10px
}

.wpcf7-form .wpcf7-menu select option {
    padding: 5px
}

.ct-contact-form-layout2 .wpcf7-form .wpcf7-submit {
    border-color: #09152c;
    background-color: #09152c;
    margin-top: 10px;
    color: #fff
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    width: 100%
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(http://unfinityplus.casethemes.net/transport/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

.wpcf7-form .ajax-loader {
    display: none !important
}

.ct-contact-form-layout2 .wpcf7-form .wpcf7-response-output {
    color: #fff !important
}

.inner-page,
.right-sidebar {
    padding-top: 0
}

.inner-page p {
    text-align: left
}

input {
    outline: none;
    border: none
}

textarea {
    outline: none;
    border: none
}

.contact2-form extarea:focus,
.contact2-form input:focus {
    border-color: transparent !important
}

.contact2-form input:focus::-webkit-input-placeholder {
    color: #fff0
}

.contact2-form input:focus:-moz-placeholder {
    color: #fff0
}

.contact2-form input:focus::-moz-placeholder {
    color: #fff0
}

.contact2-form input:focus:-ms-input-placeholder {
    color: #fff0
}

.contact2-form textarea:focus::-webkit-input-placeholder {
    color: #fff0
}

.contact2-form textarea:focus:-moz-placeholder {
    color: #fff0
}

.contact2-form textarea:focus::-moz-placeholder {
    color: #fff0
}

.contact2-form textarea:focus:-ms-input-placeholder {
    color: #fff0
}

.contact2-form input::-webkit-input-placeholder {
    color: #fff
}

.contact2-form input:-moz-placeholder {
    color: #fff
}

.contact2-form input::-moz-placeholder {
    color: #fff
}

.contact2-form input:-ms-input-placeholder {
    color: #fff
}

.contact2-form textarea::-webkit-input-placeholder {
    color: #fff
}

.contact2-form textarea:-moz-placeholder {
    color: #fff
}

.contact2-form textarea::-moz-placeholder {
    color: #fff
}

.contact2-form textarea:-ms-input-placeholder {
    color: #fff
}

button {
    outline: none !important;
    border: none;
    background: #fff0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}

.bg-contact2 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.container-contact2 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgb(219 21 99 / .8);
    background: -webkit-linear-gradient(45deg, rgb(213 0 125 / .8), rgb(229 57 53 / .8));
    background: -o-linear-gradient(45deg, rgb(213 0 125 / .8), rgb(229 57 53 / .8));
    background: -moz-linear-gradient(45deg, rgb(213 0 125 / .8), rgb(229 57 53 / .8));
    background: linear-gradient(45deg, rgb(213 0 125 / .8), rgb(229 57 53 / .8))
}

.wrap-contact2 {
    background: #28314e;
    border-radius: 10px;
    overflow: hidden;
    padding: 11%
}

.contact2-form {
    width: 100%
}

.contact2-form-title {
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700
}

.wrap-input2 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px
}

.input2 {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    background-color: #fff0
}

.focus-input2 {
    position: absolute;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.focus-input2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #db1563;
    background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
    background: -o-linear-gradient(45deg, #d5007d, #e53935);
    background: -moz-linear-gradient(45deg, #d5007d, #e53935);
    background: linear-gradient(45deg, #d5007d, #e53935)
}

.focus-input2::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

input.input2 {
    height: 45px
}

input.input2+.focus-input2::after {
    top: 16px;
    left: 0
}

textarea.input2 {
    min-height: 80px;
    padding-top: 13px;
    padding-bottom: 13px
}

textarea.input2+.focus-input2::after {
    top: 16px;
    left: 0
}

.input2:focus+.focus-input2::after {
    top: -13px
}

.input2:focus+.focus-input2::before {
    width: 100%
}

.has-val.input2+.focus-input2::after {
    top: -13px
}

.has-val.input2+.focus-input2::before {
    width: 100%
}

.container-contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px
}

.wrap-contact2-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    width: auto;
    overflow: hidden;
    margin: 0 auto
}

.contact2-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background-color: #2980b9;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    background-color: #0066a9;
    cursor: pointer
}

.contact2-form-btn:hover {
    background-color: #0d507c
}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
    left: 0
}

@media (max-width:576px) {
    .wrap-contact2 {
        padding: 72px 15px 90px 15px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

@media (max-width:768px) {
    .service_menu {
        border-top: 1px solid #ccc
    }

    .service-menu-bar {
        width: 100% !important;
        text-align: left
    }
}

.header-base:not(.bg-cover) {
    color: #fff
}

.header-base:not(.bg-cover) p {
    color: rgb(255 255 255 / .85)
}

.header-base h1,
.header-base.header-bar h1 {
    margin-top: 20px
}

.header-base .bar {
    height: 35px
}

.header-base.header-bar {
    padding-top: 0
}

.header-base.header-bar h2 {
    color: #828282
}

div.header-base.header-bar .breadcrumb.b a {
    color: #828282
}

.header-base hr {
    width: 100%;
    position: relative
}

.header-base .breadcrumb {
    margin-top: 20px
}

.title-base {
    display: flex;
    justify-content: unset;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 70px
}

.title-base h2,
h2 {
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    margin-bottom: 32px;
    color: #2d2d2d
}

.title-base h2 {
    max-width: 700px;
    display: inline-block
}

.title-base.text-left {
    align-items: flex-start
}

h2 {
    margin-bottom: 0
}

h2.text-center {
    max-width: 800px;
    margin: auto;
    padding-bottom: 3%
}

.title-base hr {
    display: none
}

.title-base.text-left h2:after {
    left: 20px
}

.title-base.text-right h2:after {
    left: auto;
    right: 20px
}

.title-base h2:after {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -28px;
    margin-left: -20px
}

.title-base p {
    margin: 0;
    font-weight: 100;
    font-size: 14px
}

@keyframes title-line-animation {
    0% {
        right: 200%
    }

    100% {
        right: 0
    }
}

.header-base .title-base h1 {
    display: inline-block;
    position: relative;
    color: #333 !important
}

.header-base .title-base p {
    padding-top: 40px;
    color: #333 !important;
    font-size: 16px;
    font-weight: 500
}

.header-base .title-base h1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    right: 0;
    bottom: -10px
}

[class*=header-] [class*=title-] {
    display: block;
    text-align: left !important;
    margin-bottom: 0
}

[class*=header-] [class*=title-] h1 {
    font-weight: 900;
    font-size: 45px
}

[class*=header-] [class*=title-] p {
    max-width: 600px;
    margin-bottom: 0;
    padding-bottom: 0
}

[class*=header-] [class*=title-].text-center p {
    max-width: 100%
}

[class*=header-] [class*=title-].text-right p {
    float: right
}

[class*=header-] [class*=title-].text-right {
    float: right
}

[class*=header-] [class*=title-].text-right .breadcrumb {
    width: 100%;
    float: right;
    clear: both;
    text-align: right
}

.header-base {
    margin-top: -5px !important;
    padding-bottom: 30px !important;
    padding-top: 15px !important;
    margin-bottom: 60px
}

.header-base .breadcrumb {
    margin-top: 0
}

.header-animation {
    height: 310px
}

.header-title .breadcrumb.b,
.header-slider .breadcrumb.b,
.header-video .breadcrumb.b,
.header-animation .breadcrumb.b {
    text-align: left
}

.breadcrumb a,
.breadcrumb .active {
    text-transform: capitalize;
    font-size: 12px;
    opacity: 1
}

.breadcrumb>.active {
    font-weight: 500
}

.proporzional-row:not(.hc_column_cnt),
.proporzional-row>.row {
    display: flex
}

.header-base .title-base p {
    padding-top: 0
}

.breadcrumb.b {
    background-color: #fff0;
    padding: 0;
    text-align: right
}

.case-list .list-group-item .img-box.circle {
    border-radius: 3px
}

.case-list .list-group-item .img-box.circle img {
    width: 83px;
    height: 83px;
    border-radius: 3px
}

.right-menu-box a.list-group-item {
    transition: all .3s;
    padding: 5px 10px;
    background-color: #fff0;
    font-size: 13px
}

.right-menu-box a.list-group-item:hover {
    padding-left: 16px;
    background-color: #f2f2f2;
    color: #333
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    font-weight: 400
}

.breadcrumb>.active {
    color: #000;
    opacity: 9;
    font-weight: 400
}

.gray-bg {
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.contactus_page .contact-form p {
    margin-bottom: 0
}

.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #2d2d2d;
    padding: 0;
    margin-bottom: 10px;
    background: none
}

.form-control[disabled] {
    background: none;
    color: rgb(0 0 0 / .4)
}

.form-box .form-checkbox label {
    font-size: 12px;
    transform: translateY(-3px)
}

.advs-box .img-box,
.advs-box .img-box img {
    border-radius: 0
}

.advs-box.boxed-inverse,
.advs-box.boxed {
    border-radius: 3px
}

.advs-box-side-icon {
    display: table;
    text-align: left;
    width: 100%
}

.advs-box-side-icon .icon-box {
    display: table-cell;
    vertical-align: middle;
    padding-right: 45px
}

.advs-box.boxed-inverse,
.adv-img-down-text.boxed-inverse {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / .1), 0 0 0 0 rgb(0 0 0 / .1), 0 2px 2px 0 rgb(0 0 0 / .18);
    margin: 2px 2px 4px 2px;
    position: relative;
    transition: all .4s;
    overflow: hidden;
    max-width: calc(100% - 4px);
    background-color: #FFF;
    padding: 25px;
    border: none
}

.advs-box.boxed-inverse:hover,
.adv-img-down-text.boxed-inverse:hover,
body .woocommerce ul.products li.product:hover a img {
    transform: translate3d(0, -3px, 0)
}

.adv-img-down-text.img-box .caption {
    background: rgb(2 2 2 / .2)
}

.advs-box-side-icon.boxed .icon-box {
    padding-right: 35px
}

.advs-box-side-icon .icon-box i {
    font-size: 55px
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
    margin: 0;
    padding: 0
}

.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
    padding: 0;
    margin-right: 30px
}

.thumb-info-side-image-custom .thumb-info-caption {
    text-align: left;
    float: left
}

.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
    padding: 17px
}

.rev_slider .tp-caption {
    margin-top: 120px
}

.mh-200 {
    max-height: 170px
}

.ofy-h {
    overflow-y: hidden
}

.inner-page .tabs ul li:before {
    content: none;
    padding: 0;
    margin: 0
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #136fa0;
    border-color: #136fa0;
    font-size: 18px
}

.service_cta {
    margin-bottom: 15px
}

.service_cta p {
    margin: 10px 0;
    font-size: 22px
}

.service_cta {
    background: url(/resources/img/team.png) no-repeat 95% center #136fa0;
    border-radius: 10px;
    padding: 5px 10px;
    background-size: 36px
}

.service_cta p {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.service_cta p span.data {
    color: #efc75e !important;
    font-size: 24px !important;
    font-weight: 700
}

.table-title {
    color: #fff;
    font-weight: 700;
    margin-top: 15px
}

.table-title td {
    padding: 10px 15px
}

.inner-page table {
    width: 100%
}

.inner-page table tr td {
    margin-bottom: 15px
}

.bg-color-quaternary {
    background-color: #161b29 !important
}

.home-testi-video .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
    color: #fff !important
}

.home-testi-video .owl-carousel .owl-nav button.owl-next {
    right: -55px;
    color: #fff !important
}

#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a.text-primary {
    font-size: 18px
}

ul.service_tab li {
    font-size: 18px
}

.footer .uix-social-media {
    margin: 0;
    padding: 0
}

.footer .uix-social-media li {
    display: table-cell;
    width: 1%;
    text-align: center;
    float: none
}

@media (min-width:769px) {
    .footer .uix-social-media li {
        display: inline-block;
        float: left;
        width: 15%;
        text-align: center
    }
}

@media (max-width:1024px) and (min-width:993px) {
    #header .header-nav-main nav>ul>li>a {
        padding: .5rem 0.4rem !important;
        font-size: 11px !important
    }
}

.bg-white {
    background: #fff
}

.section-testim {
    padding: 40px 0 0
}

.test-wrap {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    margin-top: 30px
}

.test-block-1 {
    width: 35%;
    position: relative;
    align-content: center;
    align-items: center;
    justify-content: center
}

.test-block-2 {
    width: 10%;
    position: relative;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex
}

.test-block-2-img {
    padding: 30px
}

.test-block-1 img,
.test-block-2 img {
    max-width: 100%;
    width: auto !important
}

.test-block-1 img {
    margin: 0 auto;
    margin-bottom: 15px
}

.test-block-3 {
    width: 55%;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex
}

.test-block-1 .test-client {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    text-align: center
}

.test-block-1 .test-client>span {
    font-size: 17px;
    color: #105781;
    font-weight: 600;
    display: block;
    text-align: center
}

.test-block-3 .client-words {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 28px
}

.section-testim .owl-carousel .owl-nav {
    position: static;
    text-align: center;
    margin-top: 60px
}

.section-testim .owl-carousel .owl-nav button.owl-prev,
.section-testim .owl-carousel .owl-nav button.owl-next {
    position: static;
    margin: 0 4px
}

.section-why-us {
    padding: 40px 0
}

.section-why-us .feature-item {
    position: relative;
    margin-bottom: 30px
}

.section-why-us .features-list-layout2 .feature-list-item {
    margin-bottom: 0;
    padding: 25px 30px
}

.section-why-us .feature-list-item .feature__content {
    position: relative;
    padding-left: 30px
}

.section-why-us .features-list-layout2 .feature-list-item .feature__content {
    padding-left: 38px
}

.section-why-us .feature-list-item .feature__content:before {
    content: "\f00c";
    position: absolute;
    top: 3px;
    left: 0;
    font-family: FontAwesome;
    color: #105781
}

.section-why-us .features-list-layout2 .feature-list-item .feature__content:before {
    font-family: FontAwesome;
    content: "" \f00c"";
    color: #fff
}

.section-why-us .features-list-layout2 .feature-list-item .feature__title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px
}

.section-why-us .feature-list-item .feature__desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
}

.bg-white {
    background: #fff !important
}

.section-why-us .feature__title {
    color: #08c
}

.font30 {
    font-size: 30px !important
}

.section-heading p.home-content {
    font-size: 17px;
    color: #333
}

@media only screen and (max-width:768px) {
    .hidden-sm-down {
        display: none !important
    }
}

.single-post .main a {
    color: #00f !important
}

.toggle>label+p {
    text-overflow: initial !important;
    height: 0 !important
}

.toggle>p.preview-active {
    height: auto !important;
    white-space: normal
}

.skillset-item {
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #08c;
    background-color: #f8f9fa;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s
}

.skillset-item:hover {
    background-color: #e2e6ea;
    transform: translateY(-3px)
}

.skillset-header,
.benefit-header {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px
}

.process-step {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    margin-bottom: 20px;
    transition: transform 0.3s;
    background-color: #f8f9fa
}

.process-step:hover {
    transform: translateY(-5px)
}

.process-step p {
    margin: 0
}

.step-number {
    background-color: #08c;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.step-head,
.skillset-header,
.benefit-header {
    font-weight: 700;
    color: #1d2127
}

.benefit-card {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    margin-bottom: 20px;
    transition: transform 0.3s;
    background-color: #f8f9fa
}

.benefit-card:hover {
    transform: translateY(-5px)
}

.benefit-card p {
    margin: 0
}

hr {
    color: #002b4f;
    border-bottom: 1px solid #002b4f
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: local('Proxima Nova'), url(https://fonts.cdnfonts.com/s/18823/ProximaNova-Regular.woff) format('woff');
    display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 250;
    src: local('Proxima Nova'), url(https://fonts.cdnfonts.com/s/18823/ProximaNovaT-Thin.woff) format('woff');
    display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 300;
    src: local('Proxima Nova'), url(https://fonts.cdnfonts.com/s/18823/ProximaNova-Light.woff) format('woff');
    display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    src: local('Proxima Nova'), url(https://fonts.cdnfonts.com/s/18823/ProximaNova-Semibold.woff) format('woff');
    display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    src: local('Proxima Nova'), url(https://fonts.cdnfonts.com/s/18823/ProximaNova-Bold.woff) format('woff');
    display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 800;
    src: local('Proxima Nova'), url(https://fonts.cdnfonts.com/s/18823/ProximaNova-Extrabld.woff) format('woff');
    display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 900;
    src: local('Proxima Nova'), url(https://fonts.cdnfonts.com/s/18823/ProximaNova-Black.woff) format('woff');
    display: swap
}

hr {
    color: #002b4f;
    border-bottom: 1px solid #002b4f
}

.main-container {
    position: relative;
    width: 100%
}

.top-container {
    border-bottom: 1px solid #ddd;
    padding: 27px 0
}

.container-px {
    padding: 0 27px
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--base-spacing);
    background-color: #00457F;
    color: #fff
}

.top-menubar {
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0
}

.header__nav {
    display: flex;
    list-style: none
}

.bg-light {
    border-bottom: 1px solid #ddd
}

.btn-primary {
    background-color: #d9534f;
    border: none
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0;
    color: #333;
    font-weight: bold !important;
    text-transform: uppercase;
    padding: .5rem .8rem
}

.divider {
    font-size: 50px;
    color: #585858
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d9534f
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.nav-item {
    flex-grow: 1
}

.nav-link {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: inherit
}

#navbarNav .nav-item {
    gap: 4px
}

#navbarNav .nav-item span.main-menu-caret {
    width: 10px;
    height: 30px;
    font-size: 11px
}

#navbarNav .nav-item:hover,
#navbarNav .nav-item a:hover {
    color: #C4092C
}

.nav-menus {
    display: flex;
    gap: 30px
}

.dropdown-menu {
    top: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / .16), 0 3px 6px rgb(0 0 0 / .23);
    border: none;
    border-radius: 0;
    padding: .7em;
    width: auto
}

.dropdown-menu ul li {
    border-bottom: 2px dashed #B2B2B2
}

.dropdown:hover .dropdown-menu {
    border-radius: 15px
}

@media only screen and (min-width:992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
        padding: 15px
    }

    .dropdown-menu.show {
        display: flex
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0
}

.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: .5em 1em
}

.dropdown-menu li .dropdown-item:hover {
    background-color: #f1f1f1
}

@media only screen and (max-width:992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll
    }
}

@media only screen and (min-width:992px) and (max-width:1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap
    }
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: .5em;
    box-shadow: 0 3px 6px rgb(0 0 0 / .23)
}

.dropdown-menu ul {
    list-style: none;
    padding: 16px
}

.dropdown-menu li a {
    color: gray !important;
    padding: .5em 1em !important
}

.dropdown-menu li:first-child a {
    font-weight: bold !important;
    font-size: 1.1em;
    color: #516beb !important
}

@media screen and (min-width:993px) {
    .dropdown:hover .dropdown-menu {
        display: flex
    }

    .dropdown-menu.show {
        display: flex
    }
}

@media screen and (max-width:992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll
    }
}

.search-box {
    font-size: 16px;
    color: #585858;
    font-weight: 700;
    line-height: 18px
}

.search-box {
    width: 155px;
    border: none
}

.header-call-button {
    padding: 10px 16px !important;
    background: #00457F !important;
    border-radius: 5px 10px 10px 5px !important;
    color: #FFF;
    font-size: 20px !important
}

.header-call-button:hover {
    padding: 10px 16px !important;
    background: #0b5ed7 !important;
    border-radius: 5px 10px 10px 5px;
    color: #FFF;
    font-size: 20px !important
}

.search-box:focus,
.search-box:focus-visible {
    border: none;
    box-shadow: none
}

.search-box::placeholder {
    font-size: 16px;
    color: #585858;
    font-weight: 700
}

.dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid #fff0;
    border-left: .4em solid #fff0
}

.navbar-toggler {
    display: none
}

@media (max-width:768px) {
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    .navbar-toggler {
        display: inline-block;
        margin-left: 20px
    }

    .top-menubar {
        flex-direction: column;
        gap: 10px;
        padding: 17px 0px !important
    }

    .desktop-menus .nav-menus {
        display: none
    }

    .navbar-brand img {
        height: 50px
    }

    .container,
    .container-px {
        padding: 0 20px !important
    }

    h1 {
        font-size: 35px !important
    }

    .banner-content h1 {
        font-size: 25px !important;
        line-height: 1.4 !important
    }

    .cta-heading {
        font-size: 27px !important
    }

    .l-cta-section {
        padding: 28px !important
    }

    .market-report-section-bg {
        padding: 0 24px !important
    }

    h2 {
        font-size: 30px !important
    }

    .w-90,
    .w-95,
    .w-85,
    .w-80,
    .w-75,
    .w-65,
    .w-60,
    .w-55,
    .w-50 {
        width: 100% !important
    }

    .section-padding-y {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .section-padding-x {
        padding-top: 1.5em !important;
        padding-bottom: 1.5em !important
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav {
        justify-content: space-between
    }

    .sub-services-container {
        display: flex;
        flex-wrap: wrap
    }

    .learn-more-link {
        bottom: 15px;
        left: 40%;
        transform: translateX(-50%)
    }

    .section-padding-y {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
}

.searchbox-submit {
    opacity: 0
}

.contact-btn {
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
    background-color: #C4092C;
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 7px
}

.contact-btn:hover {
    background-color: #00457F;
    color: #FFF
}

.contact-btn-bg {
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
    background-color: #C4092C;
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 7px
}

.contact-btn-bg:hover {
    background-color: #00457F;
    color: #FFF
}

.quick-connects a {
    background-color: #00457F;
    color: #FFF;
    border-radius: 5px
}

.quick-connects a:active {
    background-color: red;
    color: #FFF
}

.quick-connects a:hover {
    background-color: #C4092C;
    color: #FFF
}

.intro-left b {
    color: #464a50
}

.footer {
    color: #000 !important;
    font-size: 17px;
    position: relative
}

.footer .footer-top {
    padding-top: 50px
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid color-mix(in srgb, #696E77 90%, transparent);
    font-size: 16px;
    color: #707784
}

.footer-links a:hover {
    color: #9f9f9f !important
}

.footer .copyright p {
    margin-bottom: 0
}

.footer .credits {
    margin-top: 8px;
    font-size: 13px
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px
}

.footer ul {
    padding-left: 0 !important
}

.footer ul li a {
    text-decoration: none
}

.footer-title-header {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px !important
}

.footer .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-links ul a {
    color: #000;
    ;
    display: inline-block;
    line-height: 1
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.contact-info-list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px
}

.sp.contact-icon-1,
.sp.contact-icon-2,
.sp.contact-icon-3,
.sp.contact-icon-4 {
    position: absolute;
    top: 0;
    left: 0
}

.social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-links ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 33px;
    width: 33px;
    background-color: #CFCFCF;
    border-radius: 50%;
    transition: background-color 0.3s ease
}

.social-links ul li:hover {
    background-color: #00457F
}

.social-links a {
    text-decoration: none;
    color: inherit
}

.social-links ul li:hover a {
    color: #FFF
}

.social-links i {
    font-size: 15px
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #C4092C;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s
}

.service-content {
    position: relative;
    width: 77%;
    margin: 0 auto;
    padding: 14% 0
}

.service-content p {
    font-size: 23px;
    color: #E1E1E1
}

.service-content-bottom span {
    font-size: 1em;
    color: #2D2D2D
}

.service-content-bottom p {
    font-size: 1.1em
}

.section-title {
    font-size: 60px;
    font-weight: 700
}

.content p {
    color: #2d2d2d;
    font-size: 1.2em;
    margin: 0
}

.service-right-content {
    text-align: end;
    padding: 3% 0
}

.service-right-content h4 {
    font-size: 2em;
    color: #00457F;
    font-weight: 700
}

.service-right-content p b {
    font-size: 1.1em;
    color: #2d2d2d;
    font-weight: 700
}

.service-right-content p {
    margin-bottom: 0px !important
}

.why-choose-us {
    padding: 40px !important;
    background: #F4FAFF;
}

.home-cta-bg-2 {
    padding: 43px 29px 21px;
    background-color: #246FB0;
    border-radius: 10px;
    color: #FFF
}

.service-page-card {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 435px;
    border-radius: 13px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.service-page-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: background-color 0.3s ease-in-out
}

.service-page-card:hover .card-overlay {
    background-color: rgb(0 69 127 / .7)
}

.service-page-card .card-content {
    position: absolute;
    top: 100px;
    left: 17px;
    right: 14px;
    z-index: 2;
    color: #fff
}

.card-content .service-page-card-title {
    font-size: 23px;
    font-weight: 700;
    color: #00457F
}

.service-page-card-title2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    opacity: inherit;
    top: 80%;
    position: absolute;
    padding-left: 8%
}

.service-page-card .card-content {
    list-style: disc;
    padding: 17px;
    margin: 0;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    list-style-position: outside;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    background: #fff;
    color: #585151;
    border-radius: 10px
}

.service-page-card .card-content {
    margin-bottom: 5px
}

.service-page-card:hover .card-content {
    opacity: 1;
    visibility: visible
}

.seprator-service-page.left {
    width: 22px;
    height: 3px;
    position: relative;
    background: #00457F;
    display: inline-block
}

.custom-card:hover {
    background-color: #00457f;
    color: #fff;
    box-shadow: 0 15px 26px rgb(0 0 0 / .5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.custom-card .card-title {
    font-size: 17px;
    font-weight: 800
}

.custom-card .card-text {
    font-size: 16px;
    line-height: 22px;
}

.custom-card {
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #E0E4E8;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgb(0 0 0 / .08), 0 0 6px rgb(0 0 0 / .05);
    transition: background-color 0.3s, color 0.3s
}

.accordion {
    width: 55%;
    margin: auto
}

.accordion-button p {
    font-weight: 700;
    margin: 0
}

.accordion-body {
    padding: 1rem 1.25rem
}

.case-study-btn:hover {
    background: #002d53
}

.card {
    border: none;
    background: none
}

@media screen and (min-width:577px) {
    .cards-wrapper {
        display: flex
    }
}

.image-wrapper img {
    max-width: 80%;
    padding: 2%;
    border-radius: 15px
}

.count {
    font-size: 40px;
    font-weight: 700;
    text-align: justify;
    color: #00457F
}

.count .count-content {
    font-size: .5em;
    text-align: left;
    color: #3B3B3B;
    font-weight: 400
}

.counter-wrapper {
    background-position: center center;
    position: relative
}

.counter-inner {
    position: relative;
    z-index: 2
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --default-color: #696E77;
    --dark-color: #2D2D2D;
    --blue-color: #00457F;
    --red-color: #C4092C;
    --grey-color: #E8EFF8;
    --deep-grey-color: #585858;
    --primary-color: #00457F;
    --bs-link-hover-color-rgb: #C4092C;
    --font-family: 'Proxima Nova', Arial, sans-serif;
    --base-spacing: 1rem
}

h1 {
    font-size: 44px;
    line-height: 46px
}

h2 {
    font-size: 40px;
    line-height: 46px
}

h1,
h2,
h3 {
    font-weight: 800;
    color: var(--dark-color)
}

.w-100 {
    width: 100%
}

.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-85 {
    width: 85%
}

.w-80 {
    width: 80%
}

.w-75 {
    width: 75%
}

.w-65 {
    width: 65%
}

.w-60 {
    width: 60%
}

.w-55 {
    width: 55%
}

.w-50 {
    width: 50%
}

hr {
    color: #002b4f;
    border-bottom: 1px solid #002b4f
}

.top-container {
    border-bottom: 1px solid #ddd;
    padding: 27px 0
}

.container-px {
    padding: 0 27px
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--base-spacing);
    background-color: var(--primary-color);
    color: #fff
}

.top-menubar {
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0
}

.header__nav {
    display: flex;
    list-style: none
}

.bg-light {
    border-bottom: 1px solid #ddd
}

.btn-primary {
    background-color: #d9534f;
    border: none
}

.divider {
    font-size: 50px;
    color: var(--deep-grey-color)
}

.statistic-icon {
    background: #dce4f3;
    padding: 5%;
    border-radius: 10px
}

@media (max-width:768px) {
    .home-banner-container {
        padding: 30px 0 !important
    }

    .membership-section {
        background: none !important
    }

    .membership-text .heading {
        font-size: 40px !important
    }

    .read-more-round {
        margin-top: -44px !important
    }

    .sub-service-card {
        padding: 0px !important
    }

    .learn-more-link {
        position: relative !important
    }

    .intro-section .grey-bg {
        padding: 20px !important
    }

    .cta-compliance-partners img {
        margin-top: 30px
    }

    .market-report-head {
        margin-bottom: 30px
    }

    .cta-header {
        font-size: 30px !important;
        line-height: 40px
    }

    .accordion {
        width: 100%
    }

    .experience-div {
        width: 100px;
        height: 100px;
        bottom: 40px;
        left: -13px
    }

    .case-study-section .custom-card,
    .service-card,
    .statistic-container {
        margin-bottom: 20px;
        padding: 10px
    }

    .faqs-section {
        padding: 0px !important
    }
}

@media (min-width:992px) {
    .membership-section {
        background-image: url(/assets/images/home/member-certification-bg.webp);
        background-size: cover
    }

    .membership-text {
        border-bottom-right-radius: 127px !important;
        border-right: 20px solid #3A517A
    }
}

.banner-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 11px 11px 0 11px
}

.banner-content h1 {
    font-weight: 800;
    font-size: 2em;
    text-align: left;
    line-height: 1.1
}

.banner-content::after {
    content: "";
    position: absolute;
    bottom: -34px;
    right: -20.5px;
    transform: translateX(-50%) rotate(-1deg);
    width: 40px;
    height: 35px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%)
}

.banner-content p {
    font-size: 25px;
    color: var(--dark-color)
}

.searchbox-submit {
    opacity: 0
}

.read-more-round {
    position: sticky;
    background-color: var(--red-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: -23px;
    z-index: 1;
    text-decoration: none
}

.statistic-head,
.report-head {
    font-size: 30px;
    line-height: normal;
    color: var(--blue-color);
    font-weight: 800
}

.statistic-desc {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top3px
}

.seprator.left {
    width: 22px;
    height: 3px;
    position: relative;
    background: #FFF;
    display: inline-block
}

.membership-section {
    background-color: #ebedee;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1)
}

.membership-text {
    background-color: #002b4f;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    height: 100%
}

.membership-text .heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0
}

.certificate-logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.certificate-logos img {
    position: relative
}

.certificate-logos img::before {
    content: "";
    display: block;
    width: 51px;
    height: 18px;
    background-image: url(/assets/images/home/red-line.webp);
    position: absolute;
    left: 0;
    top: 0
}

.certificate-logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.image-wrapper {
    position: relative
}

.sub-service-card {
    text-align: center;
    border-radius: 8px
}

.sub-service-icon {
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.8s;
    transform-style: preserve-3d
}

.sub-service-title a {
    font-size: 20px;
    font-weight: bold !important;
    margin-bottom: 10px;
    color: var(--dark-color)
}

.sub-service-title a:hover {
    font-size: 20px;
    font-weight: bold !important;
    margin-bottom: 10px;
    color: #464040
}

.learn-more-link {
    color: var(--red-color);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    overflow: hidden;
    transition: color 0.3s ease
}

.learn-more-link:hover {
    text-decoration: none;
    color: #FFF
}

.sub-service-wrapper h3 {
    height: 50px
}

.sub-service-wrapper {
    position: relative;
    padding: 17px;
    margin: 3% 0;
    border-right: 4px solid #e4e4e4;
    border-right-style: dashed;
}

.sub-service-wrapper.last {
    border-right: none
}

.sub-service-wrapper:hover .learn-more-link {
    background-color: var(--red-color);
    color: #FFF;
    padding: 10px 20px;
    border-radius: 23px
}

.intro-section .grey-bg {
    padding: 29px 40px 10px;
    background-color: #e8eff8;
    border-radius: 13px
}

.intro-vidio-div {
    position: relative
}

.about-line {
    border-bottom: 3px solid #B7B7B7;
    margin: 7% 0%
}

.custom-card {
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #E0E4E8;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgb(0 0 0 / .08), 0 0 6px rgb(0 0 0 / .05);
    transition: background-color 0.3s, color 0.3s;
    min-height: 450px;
}

.custom-card:hover {
    background-color: var(--blue-color);
    color: #fff;
    box-shadow: 0 15px 26px rgb(0 0 0 / .5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.custom-card:hover .card-title,
.custom-card:hover .card-text,
.custom-card:hover .contact-btn {
    color: #fff
}

.custom-card .card-title,
.custom-card .card-text {
    margin-bottom: 20px;
    color: inherit
}

.img-hover-zoom {
    overflow: hidden
}

.custom-card .img-hover-zoom {
    border-radius: 10px
}

.img-hover-zoom img {
    transition: transform .5s ease
}

.custom-card:hover img {
    transform: scale(1.1)
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    cursor: pointer;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #FFF;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFF;
    border-radius: 50%;
    transition: all 200ms
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid var(--red-color);
    border-top: 12px solid #fff0;
    border-bottom: 12px solid #fff0;
    top: 10px;
    left: 5px
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 30px;
    color: var(--bs-body-color)
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.experience-div {
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: -45px;
    color: #FFF;
    background-color: var(--red-color);
    border-radius: 50%;
    border: 5px solid #FFF;
    left: -28px;
    display: flex;
    justify-content: center;
    align-items: center
}

.experience-div .exp-number {
    text-align: center;
    padding-top: 21px;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 5px
}

.experience-div p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center
}

.faqs-section {
    padding: 20px
}

.faq-title {
    font-weight: 700;
    margin-bottom: 20px
}

.accordion-button {
    font-weight: 700;
    background-color: #fff0;
    border: none;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button::after {
    content: '-';
    font-size: 20px;
    font-weight: 700;
    margin-left: auto
}

.accordion-button:not(.collapsed) {
    background-color: #cfe2ff
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none
}

.accordion-button.collapsed::after {
    content: '+';
    font-size: 20px;
    font-weight: 700;
    margin-left: auto
}

.accordion-item {
    border: none;
    border-bottom: 1px solid var(--deep-grey-color)
}

.accordion-body {
    padding: 10px 15px;
    background-color: #f8f9fa
}

.accordion-item:last-of-type {
    border-radius: 0
}

.market-report-section-bg {
    padding: 0 50px;
    border: 3px dashed #707070;
    border-radius: 22px
}

.market-report-section .report-list {
    padding: 5px 0;
    list-style: none;
    margin: 0
}

.market-report-section .report-list li {
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    color: var(--dark-color);
    position: relative;
    padding-bottom: 10px;
    font-weight: 600
}

.market-report-section .report-list li::before {
    content: "";
    display: block;
    width: 16px;
    height: 23px;
    background-image: url(/images/bullet-point.webp);
    position: absolute;
    left: 0;
    top: 0
}

.contact-btn {
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
    background-color: var(--red-color);
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 7px
}

.contact-btn:hover {
    background-color: var(--blue-color);
    color: #FFF
}

.carousel-caption {
    right: 1% !important;
    left: 10% !important;
    text-align: justify !important
}

.home-cta-bg-1 {
    padding: 50px 20px;
    background-color: #246FB0;
    border-radius: 10px;
    color: #FFF
}

.cta-header {
    font-size: 40px;
    font-weight: 700
}

.cta-heading {
    font-weight: 800;
    font-size: 40px;
    line-height: normal
}

@media (min-width:1024px) {
    .home-cta-bg-1 {
        background-image: url(/images/big-cta-banner.webp);
        background-size: cover
    }
}

.l-cta-1 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 75%;
    margin: 0 auto
}

.l-cta-section {
    border-radius: 18px;
    padding: 40px;
    color: #FFF
}

.section-title {
    font-size: 60px;
    font-weight: 700
}

.content p {
    color: #2d2d2d;
    font-size: 1.2em;
    margin: 0
}

.service-right-content {
    text-align: end;
    padding: 3% 0
}

.service-right-content h4 {
    font-size: 2em;
    color: #00457F;
    font-weight: 700
}

.service-right-content p b {
    font-size: 1.1em;
    color: #2d2d2d;
    font-weight: 700
}

.service-right-content p {
    margin-bottom: 0px !important
}

.home-banner-container {
    background-size: cover;
    padding: 70px 0
}

.enquiry-form {
    border-radius: 8px;
    background-color: #28314e;
    padding: 40px 43px;
    filter: drop-shadow(0 1px 16px rgb(105 156 213 / .27))
}

.input-box input {
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    border: 1px solid #dce5e7;
    padding: 0 15px 0 40px;
    font-family: Poppins;
    font-weight: 500
}

.input-box textarea {
    height: 75px;
    border-radius: 4px;
    border: 1px solid #dce5e7;
    padding: 15px 15px 15px 40px
}

.intro-left {
    padding-bottom: 2%
}

.list-breadcumb {
    background: #353535;
    display: flex;
    margin: 0;
    padding: 0
}

.list-breadcumb li {
    align-items: center;
    display: contents;
    padding: 0 5px;
    font-weight: 500;
    list-style: none;
    font-size: 12px;
    margin: 10px 0;
    color: #fff;
    font-size: 1.1em
}

.list-breadcumb li a {
    padding: 20px;
    color: #d6cccc;
    text-decoration: none
}

.card-body-acc {
    background: #ebedee;
    border-radius: 10px;
    padding: 3%
}

.accordion .card-header {
    cursor: pointer;
    background: #4663ac;
    border-radius: 8px;
    margin-bottom: .5%
}

.accordion .btn-link {
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 700 !important;
    padding: 2%;
    border-radius: 10px;
    box-shadow: none;
    text-transform: lowercase;
    font-size: 15px;
    text-align: left
}

.accordion .btn-link:hover {
    width: 100%;
    text-decoration: none;
    color: #cbbbbb;
    font-weight: 700 !important;
    padding: 2%;
    border-radius: 10px;
    box-shadow: none;
    text-transform: lowercase;
    font-size: 15px
}

@media (max-width:576px) {
    .accordion .btn-link {
        font-size: 16px;
        text-transform: lowercase
    }
}

.why-choose-us ol li {
    font-size: 1.1rem;
    padding: 1%
}

.contact-section {
    margin: 5% 0%
}

.form-container {
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgb(0 0 0 / .1)
}

.info-box {
    flex: 1 1 40%;
    background: #0c3d6c;
    color: #fff;
    padding: 40px 30px
}

.form-container h2 {
    font-size: 22px;
    margin-bottom: 8px
}

.note {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px
}

.submit-btn {
    background: #c00000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 15px
}

.submit-btn:hover {
    background: #a80000
}

.info-item {
    margin: 5% 0
}

.info-item h4 {
    margin-bottom: 5px
}

.info-item p {
    line-height: 1.5;
    margin-left: 6%
}

@media (max-width:768px) {
    .info-box {
        order: -1
    }
}

@media (max-width:576px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 44px;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        left: 10px
    }

    .banner-content {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 20px;
        border-radius: 11px 11px 0 11px
    }

    .l-cta-1 {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto
    }
}

.form-container {
    background-color: #ebebeb;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-header {
    background-color: #fff;
    margin: -30px -30px 20px -30px;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.form-control {
    background-color: #ddd;
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 12px;
}

.form-control::placeholder {
    color: #666;
}

.submit-btn {
    background-color: #c8102e;
    color: white;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    background: #E3E3E3;
}

.form-control::placeholder {
    color: #000 !important;
    opacity: 1;
    /* Firefox applies a default opacity, so we set it to 1 */
}

/* For Internet Explorer 10-11 */
.form-control:-ms-input-placeholder {
    color: #000 !important;
}
.testimonial-section {
    /* Creates the white-to-grey split background */
    background: linear-gradient(to bottom, #ffffff 50%, #f4f4f4 50%);
    padding: 60px 0;
    text-align: center;
}

.video-container {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
/* FAQ Section Styling */
.faq-section {
    padding: 60px 0;
}

.faq-section .accordion-item {
    border: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
}

.faq-section .accordion-button {
    font-weight: 600;
    color: #333;
    background-color: #fcfcfc;
    padding: 20px;
    box-shadow: none !important;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #333;
    box-shadow: none;
}

/* Custom Plus/Minus indicators */
.faq-section .accordion-button::after {
    content: '+';
    background-image: none;
    font-size: 1.5rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: '−';
    background-image: none;
    transform: none;
}

.faq-section .accordion-body {
    color: #666;
    line-height: 1.6;
    padding-top: 0;
}

@media (max-width: 576px) {
    .faq-section .accordion .btn-link {
        font-size: 16px;
        text-transform: lowercase;
    }
    .blue-banner {
        background-image: none !important;
    }
    .success-section {
        padding-top:0px;
    }
}
.service-content h1 {
    font-size: 52px;
}