﻿@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot?");
    src: url("../webfonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"),url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.woff") format("woff"),url("../webfonts/fa-regular-400.ttf") format("truetype"),url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
    font-display: swap
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot?");
    src: url("../webfonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"),url("../webfonts/fa-solid-900.woff2") format("woff2"),url("../webfonts/fa-solid-900.woff") format("woff"),url("../webfonts/fa-solid-900.ttf") format("truetype"),url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
    font-display: swap
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot?");
    src: url("../webfonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"),url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.woff") format("woff"),url("../webfonts/fa-brands-400.ttf") format("truetype"),url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
    font-display: swap
}

@font-face {
    font-family: 'themify';
    src: url("../fonts/themify.eot?");
    src: url("../fonts/themifyd41d.eot?#iefix") format("embedded-opentype"),url("../fonts/themify.woff") format("woff"),url("../fonts/themify.ttf") format("truetype"),url("../fonts/themify.html") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.headroom {
    will-change: transform;
    background-color: inherit;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media(prefers-reduced-motion:reduce) {
    .headroom {
        -webkit-transition: none;
        transition: none
    }
}

main {
    display: block;
    margin: 0
}

main {
    overflow: hidden
}

img {
    max-width: 100%
}

strong {
    font-weight: 600
}

button:focus {
    outline: 0
}

.bg-gradient-primary {
    background: linear-gradient(85deg,rgba(2,2,2,.8) 30%,rgba(232,5,102,.9) 100%) !important
}

.bg-gradient-primary {
    background: linear-gradient(85deg,rgba(2,2,2,.4) 30%,rgba(32,32,32,.6) 100%) !important
}

.border-variant-default {
    border-color: #9b9da0 !important
}

.z-9 {
    position: relative;
    z-index: 9 !important
}

[class*="shadow"] {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {

    .text-lg-right {
        text-align: right !important
    }
}

.navbar {
    padding: .4rem 1rem
}

@media(max-width: 991.98px) {
    .navbar {
        padding: .6875rem 1rem
    }
}

.navbar .navbar-nav .nav-link {
    font-size: .9375rem;
    text-transform: normal;
    letter-spacing: 0;
    font-weight: 400;
    -webkit-transition: all .8s cubic-bezier(.34,1.45,.7,1);
    transition: all .8s cubic-bezier(.34,1.45,.7,1)
}

@media(max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        font-size: .9375rem
    }
}

.navbar .navbar-nav .nav-item:first-child {
    margin-left: 0
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.navbar .navbar-nav .dropdown .dropdown-item {
    font-weight: 400;
    font-size: .875rem
}

@media(max-width: 991.98px) {
    .navbar .navbar-nav .dropdown .dropdown-item {
        border-bottom: 1px solid #ebedf3
    }
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    padding: 0;
    min-width: 200px
}

.navbar .navbar-nav .nav-link-arrow {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease
}

.navbar-brand {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase
}

    .navbar-brand img {
        height: auto
    }

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%235E6278' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-brand {
    color: #3f4254
}

.navbar-theme-white:not(.navbar-transparent) {
    background-color: #fff;
    box-shadow: 0 2px 3px rgb(85 107 129/20%)
}

.navbar-theme-white .navbar-nav .dropdown-item:hover, .navbar-theme-white .navbar-nav .dropdown-item:focus {
    color: #181c32;
    background: rgba(255,255,255,.1)
}

@media(max-width: 991.98px) {
    .navbar-theme-white .navbar-nav .nav-link, .navbar-theme-white .navbar-nav .nav-link:focus, .navbar-theme-white .navbar-nav .nav-link:hover, .navbar-theme-white .navbar-nav .dropdown-item, .navbar-theme-white .navbar-nav .dropdown-item:focus, .navbar-theme-white .navbar-nav .dropdown-item:hover {
        color: #ff9800;
        background: transparent
    }

    .navbar-theme-white .navbar-nav .dropdown .dropdown-menu {
        padding: 5px 15px
    }

    .navbar-theme-white .navbar-nav .dropdown-item {
        font-size: .875rem
    }

    .navbar-theme-white .navbar-nav .dropdown:not(.mega-dropdown) .dropdown-item {
        padding-left: 8px;
        margin-bottom: 5px;
        border-radius: .3rem
    }
}

@media(min-width: 992px) {
    .navbar-nav .nav-item {
        margin-right: .5rem
    }

    .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: .3rem
    }

        .navbar-nav .nav-link i {
            margin-right: .3rem;
            font-size: .75rem
        }

    .navbar-nav .dropdown-menu {
        opacity: 0;
        pointer-events: none;
        margin: 0;
        border-radius: .2rem
    }

    .navbar-nav .dropdown-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto
    }

    .navbar-nav .dropdown:hover .nav-link > .nav-link-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.navbar-collapse-header {
    display: none
}

@media(max-width: 991.98px) {
    .navbar-nav .nav-link {
        padding: .4rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }

    .navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: auto
    }

    .navbar-collapse {
        width: calc(100% - 0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        overflow-y: auto;
        height: calc(100vh - 0) !important;
        opacity: 0
    }

        .navbar-collapse .navbar-collapse-header {
            display: block;
            padding-bottom: 1rem;
            margin-bottom: 1rem
        }

        .navbar-collapse .collapse-brand img {
            height: auto
        }

        .navbar-collapse .collapse-close {
            text-align: right
        }

    .dropdown:hover .nav-link > .nav-link-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.section {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.section-header {
    position: relative;
    padding-top: 9rem;
    padding-bottom: 5rem
}

@media(min-width: 576px) {
    .section {
        position: relative;
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .section-header {
        position: relative;
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .section-lg {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .section-sm {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media(min-width: 992px) {
    .section {
        position: relative;
        padding-top: 3rem;
        padding-bottom: 2rem
    }

    .section-header {
        position: relative;
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .section-lg {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .section-sm {
        padding-top: 4rem;
        padding-bottom: 2rem
    }
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

    .footer p {
        opacity: .7
    }

        .footer p > a {
            opacity: .5
        }

            .footer p > a:hover {
                opacity: 1
            }

    .footer ul {
        margin-bottom: 0;
        padding: 0;
        list-style: none
    }

        .footer ul li {
            display: inline-block
        }

            .footer ul li a {
                text-decoration: none;
                position: relative;
                display: block;
                font-size: 15px;
                opacity: .5
            }

                .footer ul li a:hover {
                    opacity: 1
                }

        .footer ul.links-vertical li {
            display: block;
            margin-left: -5px;
            margin-right: -5px
        }

            .footer ul.links-vertical li a {
                padding: 5px
            }

                .footer ul.links-vertical li a:hover {
                    color: inherit !important
                }

    .footer .copyright {
        font-size: .875rem
    }

.alert-danger {
    color: #fff;
    background-color: #fa5252;
    border-color: #fa5252
}

.btn.btn-pill {
    border-radius: 2rem
}

.btn-group .btn, .input-group .btn {
    margin-right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-icon-only {
    width: 2.575rem;
    height: 2.575rem;
    padding: 0
}

.btn-facebook {
    color: #fff;
    background-color: #3b5999;
    border-color: #3b5999
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #021738;
        border-color: #fff
    }

    .btn-facebook:focus {
        -webkit-box-shadow: 0 .125rem .25rem rgba(24,28,50,.07),0 0 0 .0625rem rgba(59,89,153,.5);
        box-shadow: 0 .125rem .25rem rgba(24,28,50,.07),0 0 0 .0625rem rgba(59,89,153,.5)
    }

    .btn-facebook:disabled {
        color: #fff;
        background-color: #3b5999;
        border-color: #3b5999
    }

    .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #3b5999;
        border-color: #3b5999
    }

        .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2
}

    .btn-twitter:hover {
        color: #fff;
        background-color: #021738;
        border-color: #fff
    }

    .btn-twitter:focus {
        -webkit-box-shadow: 0 .125rem .25rem rgba(24,28,50,.07),0 0 0 .0625rem rgba(29,161,242,.5);
        box-shadow: 0 .125rem .25rem rgba(24,28,50,.07),0 0 0 .0625rem rgba(29,161,242,.5)
    }

    .btn-twitter:disabled {
        color: #fff;
        background-color: #1da1f2;
        border-color: #1da1f2
    }

    .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #1da1f2;
        border-color: #1da1f2
    }

        .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39
}

    .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f
}

    .btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c
}

    .btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f
}

    .btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-slack:not(:disabled):not(.disabled):active, .btn-slack:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3aaf85;
    border-color: #3aaf85
}

    .btn-slack:not(:disabled):not(.disabled):active:focus, .btn-slack:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-dribbble {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4
}

    .btn-dribbble:hover {
        color: #fff;
        background-color: #021738;
        border-color: #fff
    }

    .btn-dribbble:focus {
        -webkit-box-shadow: 0 .125rem .25rem rgba(24,28,50,.07),0 0 0 .0625rem rgba(234,76,137,.5);
        box-shadow: 0 .125rem .25rem rgba(24,28,50,.07),0 0 0 .0625rem rgba(234,76,137,.5)
    }

    .btn-dribbble:disabled {
        color: #fff;
        background-color: #ea4c89;
        border-color: #ea4c89
    }

    .btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #ea4c89;
        border-color: #ea4c89
    }

        .btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e90ff;
    border-color: #1e90ff
}

    .btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-twitch:not(:disabled):not(.disabled):active, .btn-twitch:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #4b367c;
    border-color: #4b367c
}

    .btn-twitch:not(:disabled):not(.disabled):active:focus, .btn-twitch:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-paypal:not(:disabled):not(.disabled):active, .btn-paypal:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ecb32c;
    border-color: #ecb32c
}

    .btn-paypal:not(:disabled):not(.disabled):active:focus, .btn-paypal:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-behance:not(:disabled):not(.disabled):active, .btn-behance:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0057ff;
    border-color: #0057ff
}

    .btn-behance:not(:disabled):not(.disabled):active:focus, .btn-behance:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #e84422;
    border-color: #e84422
}

    .btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #222;
    border-color: #222
}

    .btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.breadcrumb-item, .breadcrumb-item a {
    color: #5e6278;
    font-weight: 400;
    font-size: .75rem
}

@media(min-width: 768px) {
    .breadcrumb-item, .breadcrumb-item a {
        font-size: .875rem
    }
}

.breadcrumb-item.active {
    font-weight: 400
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "ï„…";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #5e6278
}

.breadcrumb-transparent {
    background: transparent;
    padding: 0
}

.breadcrumb-text-light .breadcrumb-item, .breadcrumb-text-light .breadcrumb-item a {
    color: #fff
}

    .breadcrumb-text-light .breadcrumb-item:before {
        color: #fff
    }

.close {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .close:hover, .close:focus {
        background-color: transparent;
        color: rgba(0,0,0,.9);
        outline: 0
    }

.custom-file-input:not(:disabled):hover {
    cursor: pointer
}

    .custom-file-input:not(:disabled):hover ~ .custom-file-label, .custom-file-input:not(:disabled):hover ~ .custom-file-label:before {
        border-color: #e4e6ef
    }

.dropdown-menu {
    min-width: 12rem
}

    .dropdown-menu .dropdown-item {
        padding: .5rem 1rem;
        font-size: .875rem
    }

    .dropdown-menu .dropdown-item {
        color: #5e6278;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        font-weight: 300
    }

[data-toggle]:hover {
    cursor: pointer
}

.dropdown-toggle:after {
    display: none
}

label {
    font-size: .875rem
}

.form-group {
    position: relative
}

.form-control {
    font-size: .875rem;
    border-radius: .3rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .form-control:focus::-webkit-input-placeholder {
        color: #b5b5c3
    }

    .form-control:focus::-moz-placeholder {
        color: #b5b5c3
    }

    .form-control:focus:-ms-input-placeholder {
        color: #b5b5c3
    }

    .form-control:focus::-ms-input-placeholder {
        color: #b5b5c3
    }

.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: 2rem
}

    .icon.icon-xs {
        height: 1rem
    }

@media(min-width: 768px) {
    .icon {
        height: 3rem
    }
}

.icon-box {
    padding: 1rem;
    position: relative
}

.icon-shape {
    width: 4rem;
    height: 4rem;
    text-align: center;
    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
}

    .icon-shape.icon-xs {
        width: 2rem;
        height: 2rem
    }

.input-group {
    border-radius: .3rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .input-group .form-control {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.modal-content {
    border: 0;
    border-radius: .3rem
}

.nav-link {
    color: #181c32
}

    .nav-link:hover {
        color: #1a2c79
    }

        .nav-link:hover img {
            opacity: inherit;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

    .nav-link i {
        position: relative;
        margin-right: .5rem
    }

    .nav-link img {
        opacity: .5
    }

h1, h3, h4, h5, .h3, .h4, .h5 {
    font-family: "Archivo",sans-serif;
    font-weight: 600
}

p, ol li, ul li {
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6
}

a {
    color: #1a2c79;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    a:hover {
        color: #111d4f;
        cursor: pointer
    }

.text-secondary, .text-secondary:hover {
    color: #ff9800 !important
}

.text-danger, .text-danger:hover {
    color: #fa5252 !important
}

.text-white, .text-white:hover {
    color: #fff !important
}

    .text-white a:not(.btn), .text-white h1, .text-white .h5 {
        color: #fff
    }

.text-black, .text-black:hover {
    color: #000 !important
}

.preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    width: 100%;
    z-index: 9999
}

.dropdown .dropdown-toggle[aria-expanded="false"]:before {
    display: none
}

.fixed-top {
    top: auto
}

.navbar-theme-white .navbar-nav .nav-item.dropdown .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 991.98px) {
    .navbar-theme-white .navbar-nav .nav-item.dropdown .nav-link {
        color: #5e6278
    }
}

@media(max-width: 991.98px) {
    .navbar-theme-white .navbar-nav .nav-item.dropdown a {
        color: #5e6278
    }
}

@media(max-width: 991.98px) {
    .navbar-theme-white .navbar-nav .nav-link {
        color: #5e6278
    }
}

button.scroll-top:focus {
    outline: 0
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ff9800;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: 0;
    opacity: 0;
    visibility: inherit
}

    .scroll-top span {
        color: #fff
    }

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%)
    }

.login-signup-form .form-group .input-group.input-group-merge > .form-control {
    text-indent: 35px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: calc(2.65em + .75rem + 2px)
}

    .login-signup-form .form-group .input-group.input-group-merge > .form-control:focus {
        z-index: inherit
    }

.input-icon {
    position: absolute;
    z-index: 2;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    left: 15px
}

    .input-icon i {
        color: #b5b5c3
    }

button, [type="button"], [type="submit"] {
    -webkit-appearance: button
}

#fixed-social {
    position: fixed;
    top: 550px;
    z-index: 9;
    right: 0
}

    #fixed-social a {
        color: #fff;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 40px;
        margin-bottom: 1px
    }

        #fixed-social a:hover > span {
            visibility: visible;
            right: 41px;
            opacity: 1
        }

        #fixed-social a span {
            line-height: 40px;
            right: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: .5s;
            z-index: 1;
            opacity: 0
        }

.fixed-facebook {
    background-color: #4867aa
}

    .fixed-facebook span {
        background-color: #4867aa
    }

.fixed-twitter {
    background-color: #1da1f2
}

    .fixed-twitter span {
        background-color: #1da1f2
    }

.fixed-linkedin {
    background-color: #0077b5
}

    .fixed-linkedin span {
        background-color: #0077b5
    }

.cp-img {
    cursor: pointer
}

.htcp-bold {
    font-size: 15px;
    color: #000;
    font-weight: 400 !important
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    padding: 5px 20px
}

.navbar-light .navbar-nav .nav-link {
    color: #080808
}

a {
    color: #1a2c79;
    text-decoration: none;
    background-color: transparent
}

.bg-primary {
    background-color: #021738 !important
}

.btn-outline-primary {
    font-weight: bold
}

.btn-secondary {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    -webkit-box-shadow: 0 .125rem .25rem rgba(24,28,50,.07);
    box-shadow: 0 .125rem .25rem rgba(24,28,50,.07)
}

.btn {
    padding: .7rem 1.75rem
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.mr-2 {
    margin-right: .5rem !important
}

.btn-icon-only {
    width: 2.575rem;
    height: 2.575rem;
    padding: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-outline-white:hover {
    color: #3f4254;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-primary:hover {
    color: #fff
}

.btn-secondary:hover {
    color: #fff;
    background-color: #00abee;
    border-color: #00abee
}

@media(min-width: 1400px) {
    .container {
        max-width: 1140px
    }
}

.footer ul li a {
    opacity: 1 !important
}

.footer p {
    opacity: 1 !important
}

    .footer p > a {
        opacity: 1 !important
    }

.contact-us-btn {
    font-weight: bold
}

label {
    font-size: .875rem
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

.form-group {
    position: relative
}

.form-group {
    margin-bottom: 1rem
}
.main-header-row-bg-colr {
    background-color: #1a2b46;
    padding: 6px 10px
}

.main-header-row-bg-colr-para {
    color: #fff;
    font-size: 15px;
    padding-top: 10px
}

@media only screen and (max-width: 395px) {
    .main-header-row-bg-colr-para {
        color: #fff;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 2px
    }
}

@media only screen and (max-width: 360px) {
    .main-header-row-bg-colr-para {
        color: #fff;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 2px
    }
}

.foot-list-item-below-tab li span {
    position: relative;
    top: 2px
}

.subscribe-content .h3 {
    margin-bottom: 0
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "ï„…";
    color: #fff
}

.main-bg-color-with-shadow-head div {
    color: #fff;
    font-size: 20px
}

.form-control {
    border-radius: 5px;
    font-size: 14px;
    height: auto;
    line-height: 1.33333;
    padding: 13px 15px 13px 15px;
    background: #f6f7f8;
    color: #323232;
    border: 0 solid transparent;
    box-shadow: none
}

    .form-control:focus {
        background: #fff;
        border: 0;
        box-shadow: 0 3px 10px rgba(0,0,0,.1);
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s;
        border-color: transparent
    }

.foot-list-item-below-tab li a {
    color: #707070;
    font-size: 14px
}

.foot-list-item-below-tab-head {
    font-size: 18px;
    border-bottom: 1px solid #ff9800
}

.home-page-contact-link {
    background-color: #1a2b46
}

.home-page-contact-link-head {
    color: #fff
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaa
}

.main-header-row-bg-colr {
    background-color: #1a2b46;
    padding: 6px 10px
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff
}

.main-bg-color-with-shadow-head {
    padding: 10px 0 1px 0;
    text-align: center;
    background-color: #1a2b46;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #f1f1f1
}

    .main-bg-color-with-shadow-head div {
        color: #fff;
        font-size: 20px
    }

.main-para-for-every-box {
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    font-weight: 400;
    color: #707070;
    font-family: "Open Sans",sans-serif;
    line-height: 1.6
}

ul {
    list-style-type: none
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #212121;
    opacity: .9;
    z-index: 99999999
}

.spinner {
    width: 80px;
    height: 80px;
    border: 3px solid #000;
    border-top: 3px solid #00bcd4;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite ease
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 310px;
    text-align: center;
    color: #fff
}

.modal-confirm {
    color: #636363;
    width: 325px;
    margin: 30px auto
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: 0
    }

    .modal-confirm .modal-header {
        border-bottom: 0;
        position: relative
    }

    .modal-confirm h4 {
        padding-top: 10px;
        text-align: center;
        font-size: 26px;
        margin: auto
    }

    .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px
    }

    .modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #82ce34;
        padding: 15px;
        text-align: center;
        box-shadow: 0 2px 2px rgba(0,0,0,.1)
    }

        .modal-confirm .icon-box i {
            font-size: 58px;
            position: relative;
            top: 3px
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px
    }

    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #82ce34;
        text-decoration: none;
        transition: all .4s;
        line-height: normal;
        border: 0
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #6fb32b;
            outline: 0
        }

    .modal-confirm .modal-body {
        padding: 0
    }

.modal-confirm-cancel {
    color: #636363;
    width: 400px
}

    .modal-confirm-cancel .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: 0;
        text-align: center;
        font-size: 14px
    }

    .modal-confirm-cancel .modal-header {
        border-bottom: 0;
        position: relative
    }

    .modal-confirm-cancel h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -10px
    }

    .modal-confirm-cancel .close {
        position: absolute;
        top: -5px;
        right: -2px
    }

    .modal-confirm-cancel .modal-body {
        color: #999
    }

    .modal-confirm-cancel .modal-footer {
        border: 0;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px
    }

    .modal-confirm-cancel .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 9;
        text-align: center;
        border: 3px solid #f15e5e
    }

        .modal-confirm-cancel .icon-box i {
            color: #f15e5e;
            font-size: 46px;
            display: inline-block
        }

    .modal-confirm-cancel .btn, .modal-confirm .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #60c7c1;
        text-decoration: none;
        transition: all .4s;
        line-height: normal;
        min-width: 120px;
        border: 0;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px
    }

    .modal-confirm-cancel .btn-secondary {
        background: #c1c1c1
    }

        .modal-confirm-cancel .btn-secondary:hover {
            background: #a8a8a8
        }

    .modal-confirm-cancel .btn-danger {
        background: #f15e5e
    }

        .modal-confirm-cancel .btn-danger:hover {
            background: #ee3535
        }

@media only screen and (min-width: 1400px) {
    p {
        font-size: 14px
    }
}

.text-muted {
    color: #919aa3 !important
}

.close:hover {
    opacity: 1
}

.boat-footer-linkright-corner li a {
    font-size: 14px !important;
    color: #f7f7f7 !important;
    margin: 0 5px;
    padding: 0 5px
}

.boat-footer-linkright-corner li:not(:first-child) {
    border-left: 1px solid #737e91 !important
}

.sidenaaevv {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s ease-in-out;
    box-shadow: 0 10px 40px 0 rgb(66 66 67/28%)
}

    .sidenaaevv .closebtn {
        position: absolute;
        top: -10px;
        right: 30px;
        font-size: 31px;
        margin-left: 50px;
        color: #fff
    }

@media screen and (max-height: 450px) {
    .sidenaaevv {
        padding-top: 15px
    }

        .sidenaaevv a {
            font-size: 18px
        }
}

.sidebar_title_row_ {
    padding: 20px 0 5px 16px;
    background-color: #212121
}

.footer_sidebar_div_cls {
    bottom: 140px;
    position: absolute;
    padding-right: 0;
    padding-left: 30px
}

@media only screen and (max-width: 600px) {
    .footer_sidebar_div_cls {
        bottom: 22px;
        position: absolute;
        padding-right: 0;
        padding-left: 30px
    }
}

.cart_sidebar_cls {
    height: 700px;
    overflow-x: hidden;
    border-bottom: 1px solid #ccc
}

.modal-confirm1 {
    color: #636363;
    width: 400px
}

    .modal-confirm1 .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: 0;
        text-align: center;
        font-size: 14px
    }

    .modal-confirm1 .modal-header {
        border-bottom: 0;
        position: relative
    }

    .modal-confirm1 .close {
        position: absolute;
        top: -5px;
        right: -2px
    }

    .modal-confirm1 .modal-body {
        color: #999
    }

    .modal-confirm1 .modal-footer {
        border: 0;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px
    }

    .modal-confirm1 .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 9;
        text-align: center;
        border: 3px solid #f15e5e;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 2rem
    }

        .modal-confirm1 .icon-box i {
            color: #f15e5e;
            font-size: 46px;
            display: inline-block;
            margin-top: 13px
        }

    .modal-confirm1 .btn, .modal-confirm1 .btn:active {
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        transition: all .4s;
        line-height: normal;
        min-width: 120px;
        border: 0;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px
    }

    .modal-confirm1 .btn-secondary {
        background: #c1c1c1
    }

        .modal-confirm1 .btn-secondary:hover, .modal-confirm1 .btn-secondary:focus {
            background: #a8a8a8
        }

.cart-item-count {
    width: 27px;
    height: 27px;
    position: absolute;
    margin-top: -10px;
    margin-left: -13px;
    padding: 2px 10px;
    font-size: 14px;
    background-color: #00abee;
    color: #fff;
    border-radius: 50%
}

.incom_tax_list_pg_n ::marker {
    color: #03a9f4
}

.show_only_in_mobile_cls_n_ {
    display: none
}

@media only screen and (max-width: 992px) {
    .show_only_in_mobile_cls_n_ {
        display: block
    }
}

.cca-title-link-heading-big-head {
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: -5px;
    border-left: 5px solid #ff9800;
    padding-left: 10px
}

.list_product_cls_fd_n_ ::marker {
    color: #e91e63
}

.fd_list_page ::marker {
    font-size: 18px;
    background-color: #212121 !important;
    line-height: 45px;
    font-weight: 600;
    padding-right: 15px;
    box-shadow: 0 -4px 3px 0 rgb(54 55 60/27%)
}

.kyc_list_item_ ::marker {
    color: #e91e63
}

.main-para-for-every-box a, .main-para-for-every-box-list li a {
    font-weight: 600;
    color: blue;
}
.every-sub-head-class {
    font-weight: 600;
    color: #000;
}