@font-face {
    font-family: regular;
    src: url("/assets/css/fonts/PPPangramSans-Regular.ttf")
}

@font-face {
    font-family: bold;
    src: url("/assets/css/fonts/PPPangramSans-Bold.ttf")
}

@font-face {
    font-family: medium;
    src: url("/assets/css/fonts/PPPangramSans-Medium.ttf")
}

@font-face {
    font-family: light;
    src: url("/assets/css/fonts/PPPangramSans-Light.ttf")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "regular",serif;
    margin: 0px;
    padding: 0px
}

p a {
    font-family: bold
}

::-moz-selection {
    background-color: rgb(0,162,255);
    color: #fff
}

::selection {
    background-color: rgb(0,162,255);
    color: #fff
}

ul {
    margin: 0px;
    padding: 0px
}

    ul li {
        list-style-type: none;
        display: inline-block
    }

.link, a {
    text-decoration: none !important
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth
}

body {
    margin: 0px;
    position: relative;
    padding: 0px;
    width: 100%;
    min-height: 100vh
}

    body::-webkit-scrollbar {
        width: 12px;
        background-color: transparent;
        position: absolute
    }

    body::-webkit-scrollbar-thumb {
        background-color: #aaa
    }

    body::-webkit-scrollbar-track {
        background-color: transparent
    }

.y-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    position: absolute
}

.y-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: -webkit-gradient(linear,left top,right top,from(#790000),to(#a90000));
    background: linear-gradient(to right,#790000,#a90000)
}

.y-scroll::-webkit-scrollbar-track {
    background-color: transparent
}

.fluid {
    padding-left: 7px !important;
    padding-right: 7px !important
}

.mx-none {
    margin: 0px -15px 0px -15px
}

.hidden {
    display: none
}

.btn-default {
    display: inline-block;
    width: auto;
    font-family: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 14px 35px 13px;
    background: linear-gradient(138deg,#2db400,#073b00);
    color: #fff;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    min-width: 120px;
    margin: 12px 0;
    display: block;
    background-size: 150%;
    background-position: -30px
}

@media (max-width:991px) {
    .btn-default {
        font-family: "medium";
        font-size: 12px;
        padding: 7px 15px 5px
    }
}

.btn-default.cancel {
    background: linear-gradient(138deg,#323232,#1d1d1d)
}

.btn-default:active, .btn-default:focus, .btn-default:hover {
    color: #fff !important
}

.btn-modal {
    display: inline-block;
    width: auto;
    font-family: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px 15px 4px;
    background: linear-gradient(138deg,#2db400,#073b00);
    color: #fff;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    background-size: 150%;
    background-position: -10px
}

    .btn-modal.cancel {
        background: linear-gradient(138deg,#323232,#1d1d1d)
    }

    .btn-modal:hover {
        color: #fff
    }

.btn-default:active {
    -webkit-transform: scale(0.99);
    transform: scale(0.99)
}

button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.modal-open {
    padding-right: 0px !important;
    overflow: hidden
}

:focus {
    outline-color: transparent !important
}

.btn, .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: "";
    position: relative;
    padding: 5px 35px 3px 10px !important;
    background-color: transparent !important
}

    select::-ms-expand {
        display: none
    }

.scroll-btn {
    background-color: #2db400;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: auto;
    padding: 5px 10px 3px;
    border-radius: 3px;
    color: #fff !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    z-index: 1099
}

    .scroll-btn.visible {
        visibility: visible;
        opacity: 0.7 !important
    }

        .scroll-btn.visible:hover {
            opacity: 1 !important
        }

    .scroll-btn:hover {
        opacity: 1 !important
    }

@media (min-width:992px) {
    .hide-before {
        display: none !important
    }
}

@media (max-width:991px) {
    .hide-after {
        display: none !important
    }
}

.hero-title {
    color: #010101;
    font-family: light;
    margin-bottom: 0px;
    font-size: calc(2vw + 1.75em);
    line-height: 100%
}

    .hero-title strong {
        font-family: bold;
        background: linear-gradient(45deg,#2db400,#073b00);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block
    }

@media (max-width:991px) {
    .hero-title {
        text-align: center
    }
}

.common-title {
    color: #010101;
    font-family: light;
    margin-bottom: 0px;
    font-size: calc(1.5vw + 1.25em);
    line-height: 100%
}

@media (max-width:991px) {
    .common-title {
        font-size: calc(1.5vw + 1.75em);
        text-align: center
    }
}

.common-title strong {
    font-family: bold;
    color: #2db400
}

.desc {
    font-size: calc(0.5vw + 0.65rem);
    margin-bottom: 0px;
    color: #000000;
    line-height: 130%;
    font-family: regular;
    letter-spacing: 0.5px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-image: url(/assets/images/loader.svg);
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.7);
    background-position: center;
    background-size: 100px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px
}

.star:before {
    content: "\f005"
}

@font-face {
    font-family: "star";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(./star/solidStar.eot);
    src: url(./star/solidStar.eot?#iefix) format("embedded-opentype"),url(./star/solidStar.woff2) format("woff2"),url(./star/solidStar.woff) format("woff"),url(./star/solidStar.ttf) format("truetype"),url(./star/solidStar.svg#fontawesome) format("svg");
    font-display: swap
}

.icon {
    font-family: "star";
    font-weight: 900
}

.s-rate {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    background-size: 100%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

select option {
    font-size: 17px;
    font-family: "Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif
}

.pod {
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.5);
    margin-bottom: 25px
}

    .pod .img-holder {
        background-color: #fff;
        border-top: 1px solid #e3e3e3;
        position: relative;
        padding-top: 100%
    }

        .pod .img-holder img {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            padding: 10px;
            -o-object-position: center;
            object-position: center;
            -webkit-transition: 0.1s linear;
            transition: 0.1s linear
        }

    .pod h6 {
        margin: 0px !important;
        font-size: 16px;
        background: #518f68;
        color: #fff !important;
        padding: 6px 10px 3px;
        text-align: center
    }

    .pod .text {
        text-align: center;
        font-family: medium;
        background-color: #fff;
        padding: 10px 12px
    }

        .pod .text .s-rate .icon {
            font-size: 12px
        }

        .pod .text span {
            font-size: 12px;
            font-family: bold;
            color: #073b00
        }

        .pod .text p {
            font-size: 12px;
            font-family: medium;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            margin-top: 10px
        }

        .pod .text .btn-default {
            letter-spacing: 1px;
            margin: 10px 0 0px;
            padding: 6px 5px 4px;
            border-radius: 4px
        }

.header {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    border-bottom: 1px solid #ddd;
    z-index: 120
}

@media (max-width:991px) {
    .header {
        padding: 5px 0
    }
}

.header .container {
    position: relative
}

@media (max-width:991px) {
    .header .container {
        width: 100%;
        max-width: 100%;
        padding-left: 46px
    }
}

.header .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header .brand {
    display: inline-block;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear
}

@media (max-width:991px) {
    .header .brand {
        margin: 0 auto;
        display: block
    }
}

.header .brand img {
    height: 60px;
    -webkit-filter: hue-rotate(140deg) brightness(1.2);
    filter: hue-rotate(140deg) brightness(1.2)
}

@media (max-width:1199px) {
    .header .brand img {
        height: 42px
    }
}

.header .web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .header .web {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: calc(100% + 5px);
        left: -47px;
        width: calc(100% + 59px) !important;
        background-color: rgba(8,28,0,0.8039215686);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: calc(100vh - 40px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 15px 30px;
        -webkit-transition: opacity 0.2s cubic-bezier(0.075,0.82,0.165,1);
        transition: opacity 0.2s cubic-bezier(0.075,0.82,0.165,1)
    }

        .header .web.view {
            visibility: visible;
            opacity: 1
        }

        .header .web .navs {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
            width: 100%;
            margin: 20px 0
        }

            .header .web .navs li {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                text-align: center;
                margin: 0 !important;
                width: 100%
            }

                .header .web .navs li:last-child {
                    display: none
                }

                .header .web .navs li a {
                    display: block;
                    padding: 15px 20px;
                    width: 100%;
                    color: #fff;
                    font-size: 28px
                }

        .header .web .search {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            width: 100%
        }
}

.header .user a {
    font-family: bold;
    color: #000;
    font-size: 15px
}

    .header .user a i {
        font-size: 25px
    }

    .header .user a:hover {
        color: #2db400
    }

.header .navs > li {
    position: relative
}

    .header .navs > li ~ li {
        margin-left: 30px
    }

@media (max-width:1199px) {
    .header .navs > li ~ li {
        margin-left: 18px
    }
}

.header .navs > li > a {
    font-family: bold;
    font-size: 15px;
    color: #111;
    padding: 24px 0px;
    display: inline-block
}

    .header .navs > li > a i {
        margin-left: 5px
    }

@media (max-width:1401px) {
    .header .navs > li > a {
        font-size: 12px
    }
}

@media (max-width:1199px) {
    .header .navs > li > a {
        font-size: 11px
    }
}

.header .navs > li > a.active, .header .navs > li > a:hover {
    color: #2db400
}

.search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #ebeef3;
    border-radius: 6px;
    margin: 0 30px;
    padding: 0 7px 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .search i {
        margin-right: 15px;
        font-size: 20px;
        opacity: 0.7
    }

    .search input, .search select {
        background-color: transparent;
        border: none;
        min-height: 50px;
        font-size: 15px;
        color: #000;
        font-family: medium;
        width: 100%;
        letter-spacing: 0.5px
    }

@media (max-width:1401px) {
    .search input, .search select {
        font-size: 12px
    }
}

@media (max-width:991px) {
    .search input, .search select {
        font-size: 14px
    }
}

.search input:focus, .search select:focus {
    background-color: transparent
}

.search input::-webkit-input-placeholder, .search select::-webkit-input-placeholder {
    font-family: medium;
    color: #686c72
}

.search input::-moz-placeholder, .search select::-moz-placeholder {
    font-family: medium;
    color: #686c72
}

.search input:-ms-input-placeholder, .search select:-ms-input-placeholder {
    font-family: medium;
    color: #686c72
}

.search input::-ms-input-placeholder, .search select::-ms-input-placeholder {
    font-family: medium;
    color: #686c72
}

.search input::placeholder, .search select::placeholder {
    font-family: medium;
    color: #686c72
}

.search .btn-default {
    border-radius: 0px;
    padding: 8px 0px;
    height: 100%;
    margin: 0px;
    border-radius: 5px;
    min-width: 100px
}

.btn-toggler {
    position: absolute;
    right: auto;
    left: -45px;
    top: 1px;
    border: none;
    background-color: transparent;
    color: #1d1d1d;
    padding: 2px 10px;
    font-size: 25px;
    min-width: 45px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    z-index: 2111
}

@media (min-width:992px) {
    .btn-toggler {
        display: none !important
    }
}

.btn-toggler i {
    margin: 0px !important
}

.footer {
    background-color: #101010;
    padding: 6vw 0px 0px;
    position: relative;
    z-index: 10
}

    .footer .paint-marks {
        width: 100%;
        height: auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        position: absolute;
        top: -1px;
        left: 0
    }

    .footer a, .footer p {
        color: #a0a3a8;
        font-family: regular;
        letter-spacing: 0.5px
    }

    .footer .branding-flex {
        margin: 0px 0px 20px
    }

    .footer .brand-footer {
        margin: -20px 0px 0px
    }

@media (max-width:991px) {
    .footer .brand-footer {
        text-align: center;
        margin: 10px 0px 0px
    }
}

/*.footer .brand-footer a img {
    max-height: 80px;
    -webkit-filter: invert(1) grayscale(1);
    filter: invert(1) grayscale(1)
}

@media (max-width:576px) {
    .footer .brand-footer a img {
        height: 46px;
        width: auto;
        max-width: 100%
    }
}*/

.footer .f-info {
    font-size: 14px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
    color: #a0a3a8
}

.footer .copy {
    font-size: 13px;
    margin: 20px 0;
    display: inline-block;
    color: #a0a3a8
}

@media (max-width:991px) {
    .footer .copy {
        text-align: center;
        width: 100%;
        margin-bottom: 25px
    }
}

.footer .social-links {
    display: inline-block;
    padding: 0px;
    margin: 20px 0 0
}

@media (max-width:991px) {
    .footer .social-links {
        text-align: center;
        width: 100%
    }
}

.footer .social-links li ~ li {
    margin-left: 10px
}

.footer .social-links li a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #2a2a2a;
    color: #fff;
    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;
    font-size: 16px;
    padding: 0
}

    .footer .social-links li a:hover {
        background-color: #c00000;
        color: #fff
    }

.footer .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.footer .apps-link {
    margin: 15px 0
}

@media (max-width:991px) {
    .footer .apps-link {
        text-align: center
    }
}

.footer .apps-link img {
    max-height: 39px
}

.footer .apps-link a {
    display: inline-block;
    width: auto;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    border: 1px solid #444
}

    .footer .apps-link a:hover {
        border-color: #2db400
    }

.footer .quick-links {
    min-width: 165px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:991px) {
    .footer .quick-links {
        width: 50%;
        margin-bottom: 30px;
        text-align: center
    }
}

@media (max-width:480px) {
    .footer .quick-links {
        width: 100%;
        margin-bottom: 25px;
        text-align: center
    }
}

.footer .quick-links h3 {
    font-family: bold;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 18px
}

.footer .quick-links .list-unstyled li a {
    color: #a0a3a8
}

    .footer .quick-links .list-unstyled li a:before {
        content: ">";
        font-family: light;
        margin-right: 10px
    }

@media (max-width:991px) {
    .footer .quick-links .list-unstyled li a:before {
        display: none !important
    }
}

.footer .quick-links ul {
    display: block
}

    .footer .quick-links ul.mt-3 {
        margin-top: 30px !important
    }

    .footer .quick-links ul li {
        display: block !important;
        width: auto
    }

        .footer .quick-links ul li ~ li {
            margin-top: 5px
        }

        .footer .quick-links ul li .text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 15px;
            max-width: 250px
        }

@media (max-width:991px) {
    .footer .quick-links ul li .text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%
    }
}

.footer .quick-links ul li .text i {
    min-width: 30px;
    color: #fff;
    position: relative;
    top: -7px;
    font-size: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    background: #2a2a2a;
    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;
    margin-right: 15px
}

.footer .quick-links ul li .text p {
    margin: 0px;
    font-size: 14px;
    color: #a0a3a8
}

.footer .quick-links ul li a {
    font-size: 14px;
    color: #787878;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    padding-left: 0px
}

    .footer .quick-links ul li a:hover {
        color: #2db400;
        padding-left: 10px
    }

.footer .form-hold {
    border: 1px solid #262626;
    margin: 30px 0px;
    padding: 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #181818;
    border-radius: 50px
}

@media (max-width:991px) {
    .footer .form-hold {
        padding: 0px 0px;
        border-radius: 10px
    }
}

.footer .form-hold .fields-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .footer .form-hold .fields-flex .nl-field {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }

        .footer .form-hold .fields-flex .nl-field input {
            color: #fff !important;
            text-transform: none
        }

        .footer .form-hold .fields-flex .nl-field ~ .nl-field {
            border-left: 1px solid #262626
        }

@media (max-width:991px) {
    .footer .form-hold .fields-flex {
        padding: 0px 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

        .footer .form-hold .fields-flex input {
            min-height: 45px;
            font-size: 12px
        }

        .footer .form-hold .fields-flex .nl-field ~ .nl-field {
            border-left: none;
            border-top: 1px solid #262626
        }
}

.footer .form-hold input {
    outline: none !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    padding: 0px 20px 0px 25px;
    background: transparent;
    color: #fff;
    width: 100%;
    letter-spacing: 0.5px;
    height: auto
}

@media (max-width:767px) {
    .footer .form-hold input {
        padding: 0px 30px 0px 0px !important
    }
}

@media (max-width:767px) {
    .footer .form-hold input {
        font-size: 14px
    }
}

@media (max-width:576px) {
    .footer .form-hold input {
        font-size: 12px
    }
}

.footer .form-hold input::-webkit-input-placeholder {
    color: #a0a3a8
}

.footer .form-hold input::-moz-placeholder {
    color: #a0a3a8
}

.footer .form-hold input:-ms-input-placeholder {
    color: #a0a3a8
}

.footer .form-hold input::-ms-input-placeholder {
    color: #a0a3a8
}

.footer .form-hold input::placeholder {
    color: #a0a3a8
}

.footer .form-hold .btn-default {
    color: #fff;
    text-transform: uppercase;
    font-family: medium;
    font-size: 16px;
    padding: 0px 30px;
    border: none;
    border-radius: 0px;
    background: transparent;
    border-left: 1px solid #262626
}

@media (max-width:767px) {
    .footer .form-hold .btn-default {
        padding: 0px 10px;
        min-width: 100px;
        font-size: 14px
    }

        .footer .form-hold .btn-default i {
            display: none
        }
}

@media (max-width:576px) {
    .footer .form-hold .btn-default {
        padding: 0px 12px;
        font-size: 12px
    }
}

.footer .copy-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0 10px;
    border-top: 1px solid #262626
}

@media (max-width:767px) {
    .footer .copy-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer .copy-flex p {
    font-size: 13px;
    margin: 0px !important;
    display: inline-block
}

@media (max-width:767px) {
    .footer .copy-flex p {
        margin-bottom: 10px !important
    }
}

.footer .copy-flex .d-inline-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important
}

.footer .copy-flex img {
    background-color: #777;
    height: 25px;
    width: auto;
    border-radius: 3px;
    margin-bottom: 5px
}

    .footer .copy-flex img ~ img {
        margin-left: 5px
    }

.social-links-right {
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1180
}

    .social-links-right li {
        display: block !important;
        -webkit-text-decoration: right;
        text-decoration: right
    }

        .social-links-right li a {
            font-size: 20px;
            width: 40px;
            height: auto;
            border-radius: 0px;
            display: inline-block;
            text-align: center;
            color: #111;
            background: transparent;
            -webkit-transition: 0.15s linear;
            transition: 0.15s linear
        }

        .social-links-right li a {
            color: #fff !important
        }

            .social-links-right li a:hover {
                width: 48px
            }

            .social-links-right li a i {
                text-shadow: 1px 1px 1px rgba(0,0,0,0.9)
            }

            .social-links-right li a.fb {
                background: #265fa0
            }

            .social-links-right li a.twitter {
                background: #00c3ff
            }

            .social-links-right li a.lin {
                background: #23697e
            }

            .social-links-right li a.wap {
                background: #00db00;
                font-size: 26px !important;
                height: 42px
            }

                .social-links-right li a.wap i {
                    text-shadow: 1px 1px 0px rgba(0,0,0,0.9) !important
                }

@media (max-width:991px) {
    .social-links-right {
        display: none
    }
}

.social-links-right .contact-slides {
    margin-top: 0px
}

    .social-links-right .contact-slides > a {
        position: relative;
        width: auto;
        padding: 0px !important;
        background-color: #3d3d3d;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: -100%;
        -webkit-transition: 0.2s cubic-bezier(0.89,0.21,1,1);
        transition: 0.2s cubic-bezier(0.89,0.21,1,1);
        margin-top: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .social-links-right .contact-slides > a.mail-r {
            margin-right: -189px !important
        }

        .social-links-right .contact-slides > a.phone-r {
            margin-right: -116px !important
        }

        .social-links-right .contact-slides > a:hover {
            padding: 0px !important;
            width: auto;
            margin-right: 0px !important
        }

            .social-links-right .contact-slides > a:hover > .icon {
                min-width: 48px
            }

        .social-links-right .contact-slides > a .icon {
            padding: 1px 10px;
            min-width: 40px !important;
            text-align: center;
            background-color: #2db400;
            -webkit-transition: 0.15s cubic-bezier(0.89,0.21,1,1);
            transition: 0.15s cubic-bezier(0.89,0.21,1,1)
        }

        .social-links-right .contact-slides > a .text {
            font-family: text;
            font-size: 14px;
            padding: 0px 10px
        }

button, input, select, textarea {
    outline: none !important
}

#txt_sub_email-error, #txt_sub_name-error {
    color: #ce3538;
    position: absolute;
    font-family: "regular";
    font-size: 11px;
    bottom: -23px;
    left: 25px
}

@media (max-width:991px) {
    #txt_sub_email-error, #txt_sub_name-error {
        font-size: 10px;
        bottom: -7px;
        left: 0px
    }
}

.footer form p {
    font-size: 14px;
    margin: 0;
    position: relative;
    right: 0;
    bottom: 20px;
    display: block;
    color: #a0a3a8;
    margin-left: auto;
    padding: 2px 10px 3px;
    text-align: center
}

    .footer form p a {
        font-family: "medium";
        color: #fff;
        text-decoration: underline !important
    }

        .footer form p a:hover {
            color: #2db400
        }

.login {
    min-height: 75vh;
    background-image: url(/assets/images/smudg-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .login {
        min-height: 70vh;
        background-position: 60% 100%
    }
}

.login .form {
    padding: 50px 0;
    min-height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto
}

@media (max-width:767px) {
    .login .form {
        min-height: 70vh;
        text-align: center
    }
}

.login .hero-title {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .login .hero-title {
        text-align: center
    }
}

.login .hero-title strong {
    line-height: 120%
}

.login .form-group {
    margin-bottom: 20px
}

.login .form-control {
    background-color: #f0f3f6;
    border: none;
    font-family: medium;
    font-size: 14px;
    min-height: 50px;
    padding: 5px 15px
}

.login .btn {
    margin: 0 auto 0 0
}

@media (max-width:767px) {
    .login .btn {
        margin: 0 auto
    }
}

.login .form-check {
    text-align: left
}

    .login .form-check label {
        font-family: bold;
        font-size: 12px
    }

.login .form-check-input:checked {
    background-color: #2db400;
    border-color: #2db400
}
