@import url("https://fonts.googleapis.com/css2?family=Monda:wght@100;200;300;400;500;600;700&family=Work+Sans:wght@300;400&display=swap");

.theme-one {
    color: #FF3653 !important;
}

.theme-one-bg {
    background: #FF3653 !important;
}

.theme-two {
    color: #18D39E !important;
}

.theme-two-bg {
    background: #18D39E !important;
}

.theme-three {
    color: #0C93D2 !important;
}

.theme-three-bg {
    background: #0C93D2 !important;
}

.theme-four {
    color: #F6A200 !important;
}

.theme-four-bg {
    background: #F6A200 !important;
}

.gradient-one {
    background: linear-gradient(135deg, #be63f9 0%, #0449c4 100%) !important;
}

.gradient-two {
    background: linear-gradient(-40deg, #37ACE2 19%, #03CAAE 81%) !important;
}

.gradient-three {
    background: linear-gradient(-40deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}

.gradient-four {
    background: linear-gradient(-40deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

/* Text Color */
.text--primary {
    color: #091638 !important;
}

.text--secondary {
    color: #115efe !important;
}

.text--base {
    color: #FF7000 !important;
}

.text--danger {
    color: #DC3545 !important;
}

.text--warning {
    color: #FFC107 !important;
}

.text--info {
    color: #17A2B8 !important;
}

.text--success {
    color: #28A745 !important;
}

.text--dark {
    color: #343A40 !important;
}

.text--white {
    color: #fff !important;
}

/* Btn Color */
.border--white {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.border--dark {
    border-color: rgba(31, 31, 31, 0.15) !important;
}

.border--base {
    border-color: rgba(255, 112, 0, 0.15) !important;
}

.border--primary {
    border-color: rgba(9, 22, 56, 0.15) !important;
}

.border--secondary {
    border-color: rgba(17, 94, 254, 0.15) !important;
}

.btn--outline {
    border: 1px solid #FF7000 !important;
}

.btn--border {
    border: 1px solid #FF7000 !important;
}

.btn--round {
    border-radius: 35px !important;
}

.radius-0 {
    border-radius: 0 !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.btn--lg {
    padding: 13px 35px !important;
    font-size: 18px;
}

.btn--md {
    padding: 10px 25px !important;
    font-size: 15px !important;
}

.btn--sm {
    padding: 5px 15px !important;
    font-size: 14px !important;
}

.btn--xs {
    line-height: 1.6;
    padding: 0px 10px !important;
    font-size: 13px !important;
}

.btn--primary {
    color: #fff !important;
    background: #091638 !important;
    border-color: #091638 !important;
}

.btn--secondary {
    color: #fff !important;
    background: #115efe !important;
    border-color: #115efe !important;
}

.btn--base {
    color: #fff !important;
    background: #FF7000 !important;
    border-color: #FF7000 !important;
}

.btn--danger {
    color: #fff !important;
    background: #DC3545 !important;
    border-color: #DC3545 !important;
}

.btn--warning {
    color: #fff !important;
    background: #FFC107 !important;
    border-color: #FFC107 !important;
}

.btn--info {
    color: #fff !important;
    background: #17A2B8 !important;
    border-color: #17A2B8 !important;
}

.btn--success {
    color: #fff !important;
    background: #28A745 !important;
    border-color: #28A745 !important;
}

.btn--dark {
    color: #fff !important;
    background: #343A40 !important;
    border-color: #343A40 !important;
}

.badge--primary {
    color: #fff !important;
    background: #091638 !important;
    border-color: #091638 !important;
}

.badge--secondary {
    color: #fff !important;
    background: #115efe !important;
    border-color: #115efe !important;
}

.badge--base {
    color: #fff !important;
    background: #FF7000 !important;
    border-color: #FF7000 !important;
}

.badge--danger {
    color: #fff !important;
    background: #DC3545 !important;
    border-color: #DC3545 !important;
}

.badge--warning {
    color: #fff !important;
    background: #FFC107 !important;
    border-color: #FFC107 !important;
}

.badge--info {
    color: #fff !important;
    background: #17A2B8 !important;
    border-color: #17A2B8 !important;
}

.badge--success {
    color: #fff !important;
    background: #28A745 !important;
    border-color: #28A745 !important;
}

.badge--dark {
    color: #fff !important;
    background: #343A40 !important;
    border-color: #343A40 !important;
}

/* Background Color */
.bg--primary {
    background: #091638 !important;
}

.bg--secondary {
    background: #115efe !important;
}

.bg--base {
    background: #FF7000 !important;
}

.bg--danger {
    background: #DC3545 !important;
}

.bg--warning {
    background: #FFC107 !important;
}

.bg--info {
    background: #17A2B8 !important;
}

.bg--success {
    background: #28A745 !important;
}

.bg--dark {
    background: #343A40 !important;
}

.bg--white {
    background: #fff !important;
}

.bg--none {
    background: transparent !important;
}

.facebook {
    color: #3b5998 !important;
    border: 1px solid rgba(59, 89, 152, 0.9) !important;
}

.facebook:hover {
    background: #3b5998 !important;
    color: #fff !important;
}

.twitter {
    color: #55acee !important;
    border: 1px solid rgba(85, 172, 238, 0.9) !important;
}

.twitter:hover {
    background: #55acee !important;
    color: #fff !important;
}

.vimeo {
    color: #1ab7ea !important;
    border: 1px solid rgba(26, 183, 234, 0.9) !important;
}

.vimeo:hover {
    background: #1ab7ea !important;
    color: #fff !important;
}

.instagram {
    color: #e4405f !important;
    border: 1px solid rgba(228, 64, 95, 0.9) !important;
}

.instagram:hover {
    background: #e4405f !important;
    color: #fff !important;
}

.youtube {
    color: #cd201f !important;
    border: 1px solid rgba(205, 32, 31, 0.9) !important;
}

.youtube:hover {
    background: #cd201f !important;
    color: #fff !important;
}

.facebook-bg {
    background: #3b5998 !important;
    border-color: transparent !important;
}

.facebook-bg:hover {
    background: #3b5998 !important;
    color: #fff !important;
}

.twitter-bg {
    background: #55acee !important;
    border-color: transparent !important;
}

.twitter-bg:hover {
    background: #55acee !important;
    color: #fff !important;
}

.vimeo-bg {
    background: #1ab7ea !important;
    border-color: transparent !important;
}

.vimeo-bg:hover {
    background: #1ab7ea !important;
    color: #fff !important;
}

.instagram-bg {
    background: #e4405f !important;
    border-color: transparent !important;
}

.instagram-bg:hover {
    background: #e4405f !important;
    color: #fff !important;
}

.youtube-bg {
    background: #cd201f !important;
    border-color: transparent !important;
}

.youtube-bg:hover {
    background: #cd201f !important;
    color: #fff !important;
}

.google-bg {
    background: #dd4b39 !important;
    border-color: transparent !important;
}

.google-bg:hover {
    background: #dd4b39 !important;
    color: #fff !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 17px;
    color: #112233;
    line-height: 1.7;
    font-family: "work sans", monospace;
    background: #fff;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #112244;
    font-family: "Monda", monospace;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #112244;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #FF7000;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 44px;
    margin-top: -8px;
}

h3 {
    font-size: 28px;
    margin-top: -5px;
}

h4 {
    font-size: 22px;
    margin-top: -4px;
}

h5 {
    font-size: 20px;
    margin-top: -3px;
}

h6 {
    font-size: 18px;
    margin-top: -2px;
}

p {
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
    color: #112233;
}

a:hover {
    color: #FF7000;
}

span, sub, sup {
    display: inline-block;
    line-height: 1;
}

ul {
    margin: -7px 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 7px 0;
}

.bg_img {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}

.bg_fixed {
    background-attachment: fixed !important;
}

.btn {
    font-family: "Monda", monospace;
    padding: 13px 30px;
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: none;
    outline: none;
}

label {
    margin-bottom: 6px;
    cursor: pointer;
}

.form--control {
    width: 100%;
    height: 50px;
    color: #112233;
    padding: 0 20px;
    border-radius: 5px;
    transition: all ease 0.15s;
    border: 1px solid rgba(9, 22, 56, 0.12);
    outline: 0;
    box-shadow: 0;
}

.input-group > .form--control{
    position: relative;
}

.input-group > .form--control, .input-group > .form--select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form--control:focus {
    background-color: #fff;
    box-shadow: 1px 1px 15px 3px rgba(255, 112, 0, 0.08);
    border: 1px solid rgba(255, 112, 0, 0.7);
}

.h-40 {
    height: 40px !important;
}

.h-45 {
    height: 45px !important;
}

.h-50 {
    height: 45px !important;
}

::-webkit-input-placeholder {
    color: #112233;
    line-height: 1;
}

textarea.form--control {
    font-weight: 400;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 150px !important;
    padding-top: 10px;
    line-height: 1.4 !important;
}

.title, .name, img {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.section-bg {
    background: #f6f6f9;
}

section ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px;
}

section ::-webkit-scrollbar-thumb {
    background: rgba(9, 22, 56, 0.35) !important;
    border-radius: 5px !important;
}

.nice-select {
    height: 40px;
    width: auto;
    display: flex;
    align-items: center;
    line-height: 1;
    box-shadow: 3px 3px 10px 3px rgba(9, 22, 56, 0.05);
}

.nice-select:focus {
    border-color: rgba(255, 112, 0, 0.7);
}

.nice-select ::-webkit-scrollbar {
    width: 3px !important;
    height: 5px;
}

.nice-select ::-webkit-scrollbar-thumb {
    background: rgba(9, 22, 56, 0.35) !important;
    border-radius: 5px !important;
}

.nice-select .list {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
}

.nice-select .list li {
    min-height: 20px;
    max-height: 35px;
    display: flex;
    align-items: center;
}

.nice-select .list li::before {
    display: none;
}

.rtl {
    direction: rtl !important;
}

.custom--checkbox {
    display: flex;
}

.custom--checkbox label {
    padding-left: 7px;
    font-size: 16px !important;
}

.custom--checkbox input[type=checkbox] {
    appearance: none;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(9, 22, 56, 0.4) !important;
    border-radius: 2px;
    margin-top: 6px;
    border-radius: 2px;
}

.custom--checkbox input[type=checkbox]:checked {
    background: transparent;
    border-color: transparent !important;
}

.custom--checkbox input[type=checkbox]::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f14a";
    font-size: 18px;
    color: #FF7000;
    visibility: hidden;
    opacity: 0;
}

.custom--checkbox input[type=checkbox]:checked::after {
    visibility: visible;
    opacity: 1;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    position: fixed;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #FF7000;
    border-radius: 3px;
}

.scrollToTop:hover {
    color: #fff;
}

.scrollToTop.active {
    transform: translateY(0);
    animation: bounceInDown 2s;
}

.scrollToTop i {
    transform: rotate(-45deg);
}

i {
    line-height: 1;
}

@media (min-width: 1200px) {
    .padding-top {
        padding-top: 160px;
    }

    .padding-bottom {
        padding-bottom: 160px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .padding-top {
        padding-top: 110px;
    }

    .padding-bottom {
        padding-bottom: 110px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 22px;
    }

    h5 {
        font-size: 17px;
    }

    .padding-top {
        padding-top: 90px;
    }

    .padding-bottom {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 18px;
    }

    h6 {
        font-size: 15px;
    }

    .padding-top {
        padding-top: 80px;
    }

    .padding-bottom {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 15px;
    }

    .padding-top {
        padding-top: 70px;
    }

    .padding-bottom {
        padding-bottom: 70px;
    }

    .container, .container-fluid {
        max-width: 460px !important;
    }

    p {
        font-size: 15px;
    }
}

.cmn--btn {
    text-align: center;
    color: #fff;
    background: #FF7000;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 3px;
    position: relative;
    text-transform: capitalize;
    box-shadow: 0 2px 8px rgba(255, 112, 0, 0.1);
    font-family: "Monda", monospace;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 1px solid transparent;
}

.cmn--btn:hover, .cmn--btn.active {
    background: transparent;
    color: #FF7000;
    border-color: #FF7000;
    box-shadow: 0 4px 12px rgba(255, 112, 0, 0.12);
}

.cmn--btn.active:hover {
    color: #fff;
    background: #FF7000;
}

.cmn--btn span {
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (max-width: 575px) {
    .cmn--btn {
        padding: 10px 25px;
        font-size: 16px;
    }
}

.cmn--btn.btn--sm {
    padding: 8px 24px;
}

.video-button {
    width: 55px;
    height: 55px;
    z-index: 1;
    border-radius: 50%;
    position: relative;
    background: #FF7000;
}

@media (max-width: 450px) {
    .video-button {
        width: 40px;
        height: 40px;
    }
}

.video-button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 15px solid rgba(255, 112, 0, 0.8);
    animation: play-button 2s linear infinite;
}

.video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 15px solid #ff7000cc;
    animation: play-button 1.8s linear infinite;
    animation-delay: 0.5s;
}

.video-button i {
    font-size: 24px;
    color: #fff;
    z-index: 1;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    background: transparent;
    z-index: -111;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.overlay.active {
    z-index: 111;
}

.overlay.overlay-color {
    background: rgba(31, 31, 31, 0.4);
    z-index: 111;
}

.header-bottom {
    position: fixed;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 111;
}

@media (max-width: 1199px) {
    .header-bottom {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 15px 0;
    }
}

.header-bottom.sticky {
    background: #091638;
    top: 0;
    z-index: 111;
    box-shadow: 0 5px 12px rgba(31, 31, 31, 0.1);
}

.header-bottom-area {
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 991px) {
    .header-bottom-area {
        justify-content: space-between;
    }
}

.logo a {
    padding: 0 !important;
}

.logo img {
    max-width: 180px;
    max-height: 70px;
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 140px;
        max-height: 60px;
    }
}

.menu {
    align-items: center;
}

.menu > .has-sub-menu {
    margin-right: 15px;
}

@media (min-width: 992px) {
    .menu > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .menu .sub-menu {
        display: block !important;
    }
}

.menu li {
    position: relative;
}

.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu li.has-sub-menu > a::after {
    position: absolute;
    content: "\f107";
    font-weight: 900;
    font-family: "Line Awesome Free";
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}

.menu li a {
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    font-family: "Monda", monospace;
}

@media (max-width: 1199px) {
    .menu li a {
        font-size: 15px;
    }
}

.menu li a.color {
    color: #fff !important;
}

@media (max-width: 1399px) {
    .menu li a {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .menu li a {
        font-size: 15px;
        padding: 4px 10px;
    }
}

@media (min-width: 992px) {
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        min-width: 200px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        transform: translateY(15px);
        box-shadow: 0 3px 12px 3px rgba(9, 22, 56, 0.1);
        overflow: hidden;
        z-index: 11;
        background: #fff;
    }

    .sub-menu li {
        padding: 0;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        color: #1f1f1f;
        font-size: 15px;
        padding: 7px 15px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-line-clamp: 1;
        font-weight: 500;
    }

    .sub-menu li a:hover {
        color: #fff;
        padding-left: 25px;
        background: #FF7000;
    }

    .sub-menu:hover {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .sub-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        top: 5px;
        left: -100%;
        transform: translateY(20px);
    }

    .sub-menu.has-sub-menu > a::after {
        transform: translate(-20px, -50%);
    }
}

@media (max-width: 991px) {
    .menu > li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu {
        position: absolute;
        top: 0;
        left: 0;
        padding: 30px 25px;
        padding-bottom: 50px;
        max-height: calc(100vh - 50px);
        min-width: 200px;
        width: 100%;
        visibility: hidden;
        transform-origin: top;
        transform: translateY(-100px) scaleY(0.6);
        opacity: 0;
        overflow-y: auto;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .menu.active {
        background: #091638;
        opacity: 1;
        transform: translateY(0) scaleY(1);
        visibility: visible;
        z-index: 9999;
        top: 0px;
    }

    .menu.active .cmn--btn {
        border-color: #fff;
    }

    .menu .has-sub-menu {
        margin-right: 0;
    }

    .menu .sub-menu {
        background: rgba(9, 22, 56, 0.85);
    }

    .menu .has-sub-menu > a::after {
        transform: translate(-20px, -50%) !important;
    }

    .menu li {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu li a {
        color: #fff;
        display: block;
    }

    .menu li.has-sub-menu a::after {
        transform: translate(-20px, -50%) !important;
    }

    .sub-menu {
        display: none;
        padding-left: 25px;
        background: #fff;
    }
}

.header-trigger {
    cursor: pointer;
    margin-top: -10px;
}

.header-trigger.active {
    z-index: 9999;
}

.header-trigger.active span {
    background: none;
}

.header-trigger.active span::before {
    transform: rotate(-45deg) translate(-11px, 0px);
    background: #fff;
}

.header-trigger.active span::after {
    transform: rotate(45deg) translate(-11px, 0px);
    background: #fff;
}

.header-trigger span {
    width: 25px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all ease 0.3s;
}

.header-trigger span::after, .header-trigger span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-trigger span::after {
    bottom: -8px;
}

.header-trigger span::before {
    top: -8px;
}

.banner-section {
    padding-top: 180px;
    padding-bottom: 120px;
    background: rgba(9, 22, 56, 0.88);
    overflow: hidden;
}

@media (max-width: 1399px) {
    .banner-section {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .banner-section {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding-top: 130px;
        padding-bottom: 90px;
    }
}

@media (max-width: 450px) {
    .banner-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

.banner__content {
    max-width: 750px;
    width: 100%;
}

.banner__content * {
    color: #fff;
}

@media (min-width: 1400px) {
    .banner__content {
        padding-right: 50px;
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .banner__content {
        text-align: center;
    }
}

.banner__content .banner__title {
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .banner__content .banner__title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .banner__content .banner__title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .banner__content .banner__title {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .banner__content .banner__title {
        font-size: 36px;
    }
}

@media (max-width: 450px) {
    .banner__content .banner__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.banner__content .banner__title span {
    color: #FF7000;
}

.banner__content p {
    max-width: 600px;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .banner__content p {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .banner__content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .banner__content p {
        font-size: 16px;
    }
}

.banner__content .button-wrapper {
    margin: -10px;
    margin-top: 50px;
}

@media (max-width: 450px) {
    .banner__content .button-wrapper {
        margin-top: 35px;
    }
}

.banner__content .button-wrapper .cmn--btn {
    margin: 7px;
}

@media (max-width: 575px) {
    .banner__content .button-wrapper .cmn--btn {
        font-size: 16px;
    }
}

.banner__thumb {
    position: relative;
}

@media (max-width: 1399px) {
    .banner__thumb {
        max-width: 500px;
    }
}

@media (max-width: 1199px) {
    .banner__thumb {
        max-width: 650px;
    }

    .banner__thumb img {
        width: 100%;
    }
}

.banner__thumb .coin {
    position: absolute;
    max-width: 100px;
}

@media (max-width: 1199px) {
    .banner__thumb .coin {
        max-width: 60px;
    }
}

.banner__thumb .coin-1 {
    bottom: 180px;
    left: 5px;
    animation: move-tb 5s ease-in infinite;
}

.banner__thumb .coin-2 {
    bottom: 80px;
    left: 30px;
    animation: move-tb 7s ease-in infinite;
}

.banner__thumb .icon {
    position: absolute;
    max-width: 60px;
}

@media (max-width: 1199px) {
    .banner__thumb .icon {
        max-width: 45px;
        animation: none !important;
    }
}

.banner__thumb .icon1 {
    top: 90px;
    left: 75px;
    animation: bounce 15s ease-in infinite;
}

@media (max-width: 1199px) {
    .banner__thumb .icon1 {
        max-width: 45px;
        left: 40px;
        top: 30px;
    }
}

.banner__thumb .icon2 {
    top: 180px;
    left: 75px;
    animation: bounce 15s ease-out infinite;
}

@media (max-width: 1199px) {
    .banner__thumb .icon2 {
        max-width: 45px;
        left: 40px;
        top: 90px;
    }
}

.banner__thumb .icon3 {
    top: 260px;
    left: 75px;
    animation: bounce 15s ease-in infinite;
}

@media (max-width: 1199px) {
    .banner__thumb .icon3 {
        max-width: 45px;
        left: 40px;
        top: 150px;
    }
}

.banner__thumb .icon4 {
    top: 200px;
    right: -25px;
    animation: bounce 15s ease-out infinite;
}

.banner__thumb .icon5 {
    top: 30px;
    right: -25px;
    animation: bounce 15s ease-in infinite;
}

.banner__thumb .icon6 {
    top: 110px;
    right: -25px;
    animation: bounce 15s ease-out infinite;
}

.banner__thumb .icon7 {
    top: 280px;
    right: -25px;
    animation: bounce 15s ease-in infinite;
}

.banner-inner {
    padding: 110px 0;
    padding-top: 180px;
}

@media (max-width: 1199px) {
    .banner-inner {
        padding-top: 170px;
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .banner-inner {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

@media (max-width: 450px) {
    .banner-inner {
        padding-top: 130px;
        padding-bottom: 70px;
    }
}

.banner-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #091638;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .banner-inner-wrapper {
        text-align: center;
        justify-content: center;
    }
}

.banner-inner-content * {
    color: #fff;
}

.banner-inner-content .title {
    color: #FF7000;
}

.banner-inner-content p {
    margin-top: 5px;
    font-size: 18px;
}

@media (max-width: 450px) {
    .banner-inner-content p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .breadcums {
        margin-top: 15px;
    }
}

.breadcums li {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 767px) {
    .breadcums li {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .breadcums li {
        font-size: 15px;
    }
}

.breadcums li a {
    position: relative;
    margin-right: 45px;
    padding-left: 25px;
    padding-right: 15px;
    color: #FF7000;
}

.breadcums li a::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f015";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
}

.breadcums li a::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f061";
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}

.table {
    margin: 0;
    border: none;
    width: 100%;
}

.table thead tr {
    background: #ff7000;
}

.table thead tr th {
    padding: 20px 15px;
    font-family: "Monda", monospace;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid rgba(255, 112, 0, 0.01);
}

.table tbody {
    font-size: 14px;
}

.table tbody tr {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.table tbody tr:nth-child(odd) {
    background: rgba(9, 22, 56, 0.04);
}

.table tbody tr:hover {
    background: #fff;
}

.table tbody tr td {
    color: #112233;
    vertical-align: middle;
    padding: 12px 15px;
    border-width: 1px;
}

.table tbody tr td .badge {
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .table tbody tr td {
        border-color: rgba(9, 22, 56, 0.08);
    }
}

@media (max-width: 991px) {
    .table tbody tr td {
        border: none;
        border-bottom: 1px solid rgba(9, 22, 56, 0.1);
    }

    .table tbody tr td:last-child {
        border: none;
    }
}

@media (max-width: 991px) {
    .table thead {
        display: none;
    }

    .table tbody tr {
        display: block;
    }

    .table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-collapse: collapse;
        padding: 10px 15px;
    }

    .table tbody tr td::before {
        content: attr(data-label);
        font-family: "Monda", monospace;
        font-size: 17px;
        color: #112244;
        font-weight: 500;
    }

    .table tbody tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.8);
    }
}

.custom--card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 15px 10px;
    border-color: rgba(255, 112, 0, 0.1);
}

.custom--card * {
    color: #fff;
}

.custom--card .card-header {
    background: none;
    border-bottom: none;
    padding: 0;
    width: 70px;
    height: auto;
}

.custom--card .card-header i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background: rgba(9, 22, 56, 0.1);
    color: #091638;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.custom--card .card-body {
    width: calc(100% - 70px);
    padding-left: 15px;
    padding: 0;
}

.custom--card .card-body i {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    font-size: 50px;
    opacity: 0.1;
}

.custom--card .card-body .card-title {
    margin-bottom: 5px;
    color: #091638;
}

.custom--card .card-body p, .custom--card .card-body span {
    font-size: 18px;
    color: #115efe;
}

.custom--card .card-body .btn, .custom--card .card-body button {
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .custom--card .card-header i {
        width: 60px;
        height: 60px;
    }
}

.badge {
    background: #FF7000;
    padding: 5px 12px !important;
    color: #fff !important;
    border-radius: 15px;
    font-size: 14px;
    line-height: .8;
    font-weight: 500;
}

.badge:hover {
    color: #fff;
}

.badge.badge--sm {
    padding: 3px 10px !important;
    font-size: 12px;
}

.badge.badge--xs {
    padding: 2px 8px !important;
    font-size: 11px;
}

.badge.badge--lg {
    padding: 7px 15px !important;
    font-size: 15px;
}

.badge.badge--cap {
    border-radius: 15px;
    padding: 5px 15px;
}

.badge.badge--round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px !important;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
}

.custom--modal {
    position: fixed;
    top: 200px;
    left: 50%;
    z-index: 11111;
    transform: translateX(-50%);
    max-width: 500px;
    background: #fff;
    padding: 30px 15px;
    border-radius: 5px;
}

.custom--modal .modal-footer,
.custom--modal .modal-header {
    background: #f6f6f9;
}

.custom--modal .modal-footer .modal-title,
.custom--modal .modal-header .modal-title {
    margin: 0;
}

.custom--modal .modal-footer .btn-close,
.custom--modal .modal-header .btn-close {
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: #DC3545;
    opacity: 1;
}

.custom--modal .modal-footer button,
.custom--modal .modal-header button {
    border: none;
    width: auto;
}

.custom--modal .modal-footer button:hover,
.custom--modal .modal-header button:hover {
    color: #fff;
}

.custom--modal .modal-body {
    padding: 10px;
    background: #fff;
}

.footer-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #091638;
    opacity: 0.9;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-top {
    padding: 130px 0;
    padding-bottom: 115px;
}

@media (max-width: 991px) {
    .footer-top {
        padding: 70px 0;
    }
}

.footer__widget .logo {
    margin-bottom: 20px;
}

.footer__widget p {
    color: #fff;
    margin-bottom: 10px;
}

.footer__widget-title {
    position: relative;
    color: #FF7000;
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
}

.footer__widget-title::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #FF7000;
    left: 0;
}

.footer__widget-links li {
    padding: 5px 0;
}

@media (max-width: 575px) {
    .footer__widget-links li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.footer__widget-links li a {
    color: #fff;
}

.footer__widget-links li a:hover {
    color: #FF7000;
}

.footer__widget-info {
    margin-bottom: 20px;
}

.footer__widget-info li {
    padding: 5px 0;
}

.footer__widget-info li a {
    display: flex;
    color: #fff;
    word-break: break-all;
}

.footer__widget-info li a i {
    margin-top: 5px;
    margin-right: 4px;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0;
}

.footer-bottom-wrapper p {
    color: #fff;
}

.footer-bottom-wrapper p a {
    font-weight: 600;
    color: #FF7000;
}

.footer-bottom-wrapper .nice-select {
    height: 30px;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
}

.footer-bottom-wrapper .nice-select .list {
    top: auto;
    bottom: 100%;
}

.footer-bottom-wrapper .nice-select:focus {
    border-color: #ff700099;
}

.footer-bottom-wrapper .nice-select:focus::after {
    border-color: #FF7000;
}

.footer-bottom-wrapper .nice-select:focus span {
    color: #FF7000;
}

.footer-bottom-wrapper .nice-select span {
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.pagination {
    margin: -3px;
    margin-top: 5px;
    justify-content: center;
}

@media (max-width: 575px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item:first-child {
    border-right: 1px solid #ff700033;
}

.pagination .page-item:last-child {
    border-left: 1px solid #ff700033;
}

.pagination .page-item a,
.pagination .page-item span {
    width: 45px;
    height: 45px;
    color: #FF7000;
    font-weight: 600;
    padding: 0;
    line-height: 45px;
    border: none;
}

.pagination .page-item span {
    border: none;
}

.pagination .page-item.active span,
.pagination .page-item.active a, .pagination .page-item:hover span,
.pagination .page-item:hover a {
    background: #FF7000;
    color: #fff;
    border-color: rgba(17, 34, 68, 0.2);
}

.pagination .page-item.disabled {
    cursor: no-drop !important;
}

.pagination .page-item.disabled span, .pagination .page-item.disabled a {
    background: rgba(246, 246, 249, 0.5);
    border: none;
    color: #112244;
}

.account-section {
    min-height: 100vh;
    display: flex;
}

.account-left {
    background: #091638;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 35%;
    min-width: 600px;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.account-left option{
    color: #000;
}
@media (max-width: 1199px) {
    .account-left {
        min-width: 550px;
    }
}

@media (max-width: 991px) {
    .account-left {
        min-width: 450px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 767px) {
    .account-left {
        min-width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }
}

@media (max-width: 575px) {
    .account-left {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 450px) {
    .account-left {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-left * {
    color: #fff;
}

.account-left.sign-up {
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 1400px) {
    .account-left.sign-up {
        min-width: 700px;
    }
}

@media (max-width: 1399px) {
    .account-left.sign-up {
        min-width: 700px;
    }
}

@media (max-width: 1199px) {
    .account-left.sign-up {
        min-width: 600px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 768px) {
    .account-left.sign-up {
        border-right: 0;
    }
}

@media (max-width: 991px) {
    .account-left.sign-up {
        min-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .account-left.sign-up {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 450px) {
    .account-left.sign-up {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.account-left.sign-up .account-form .form--group {
    margin-bottom: 18px;
}

.account__right {
    width: calc(100% - 35%);
    min-height: 100vh;
    position: relative;
}

.account__right::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.account__header {
    width: 100%;
}

.account__header-title {
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 32px;
}

.account__header p {
    margin-bottom: 35px;
}

@media (max-width: 450px) {
    .account__header p {
        margin-bottom: 25px;
    }
}

.account__header .cmn--btn {
    background: transparent !important;
    color: #fff !important;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account__header .cmn--btn img {
    width: 16px;
    margin-right: 6px;
}

.account__header .or-info {
    font-weight: 500;
    position: relative;
    text-align: center;
}

.account__header .or-info::before, .account__header .or-info::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    top: 49%;
}

@media (max-width: 1199px) {
    .account__header .or-info::before, .account__header .or-info::after {
        width: 70px;
    }
}

@media (max-width: 450px) {
    .account__header .or-info::before, .account__header .or-info::after {
        width: 50px;
    }
}

.account__header .or-info::after {
    left: 0;
}

.account__header .or-info::before {
    right: 0;
}

.account-form {
    width: 100%;
}

.account-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 300;
}

.account-form .form--group {
    margin-bottom: 25px;
}

.account-form .form--control {
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.account-form .form--label {
    font-weight: 400;
    font-size: 15px;
}

.account__footer {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.blog-section .shape1 {
    position: absolute;
    right: -100px;
    top: 0px;
    opacity: 0.1;
    z-index: -1;
}

.blog__item:hover .blog__thumb img {
    transform: scale(1.1);
}

.blog__thumb {
    overflow: hidden;
    position: relative;
}

.blog__thumb img {
    width: 100%;
}

.blog__content {
    background: #fff;
    padding: 25px;
    border: 1px solid rgba(31, 31, 31, 0.1);
}

@media (max-width: 1199px) {
    .blog__content {
        padding: 15px;
    }
}

.blog__meta {
    font-size: 15px;
}

.blog__meta i {
    color: #FF7000;
}

.blog__author {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed rgba(31, 31, 31, 0.1);
    font-size: 15px;
}

.blog__author .read-more-btn {
    position: relative;
    padding-left: 15px;
    color: #FF7000;
}

.blog__author .read-more-btn:hover {
    padding-left: 5px;
}

.blog__author .read-more-btn:hover::before {
    background: #FF7000;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-content p {
    margin-bottom: 25px;
}

.blog-details-content blockquote {
    background: rgba(9, 22, 56, 0.03);
    padding: 25px 20px;
    border-left: 2px solid rgba(31, 31, 31, 0.2);
    font-style: italic;
    color: #1f1f1f;
    font-weight: 500;
}

.blog-details-content blockquote p {
    margin-top: 12px !important;
    font-size: 20px;
    font-weight: 600;
}

.blog-details-content .details-video {
    position: relative;
}

.blog-details-content .details-video .video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog-details-content .details-video img {
    width: 100%;
}

.blog-details-header {
    margin-top: 25px;
}

.blog-details-header .tag i {
    margin-right: 4px;
    font-size: 14px;
}

.blog-details-header .meta-1 {
    margin: 10px 0;
}

.blog-details-header .meta-1 li {
    color: #1f1f1f;
    margin-right: 25px;
    font-size: 14px;
}

.blog-details-header .meta-1 li a {
    color: #FF7000;
}

.blog-details-header .meta-1 li i {
    color: #FF7000;
    font-size: 13px;
    margin-right: 4px;
}

.blog-details-header .meta-2 {
    margin: 10px 0;
}

.blog-details-header .meta-2 li {
    margin-right: 20px;
}

.blog-details-header .meta-2 li i {
    font-size: 18px;
    margin-right: 5px;
    color: #FF7000;
}

.post-author-wrapper {
    margin-top: 45px;
    padding: 40px;
    background: rgba(9, 22, 56, 0.03);
    border-radius: 3px;
}

@media (max-width: 575px) {
    .post-author-wrapper {
        padding: 20px 15px;
    }
}

.post-author-wrapper .author-thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.post-author-wrapper .author-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-author-wrapper .author-content {
    text-align: center;
}

.post-author-wrapper .author-content .name {
    margin-bottom: 5px;
}

.post-author-wrapper .author-content p {
    max-width: 600px;
    margin: 0 auto;
}

.recent-blog {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid rgba(31, 31, 31, 0.08);
    margin-bottom: 15px;
}

.recent-blog:last-child {
    margin-bottom: 0;
}

.recent-blog .blog__thumb {
    width: 100px;
}

.recent-blog .blog__content {
    width: calc(100% - 100px);
    padding: 0;
    padding-left: 15px;
    border: none;
}

.recent-blog .blog__content .date {
    font-size: 14px;
    font-weight: 500;
    color: #FF7000;
}

.blog-sidebar {
    position: sticky;
    top: 110px;
}

.contact-section .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 550px;
}

.contact-form .form--group {
    position: relative;
    margin-bottom: 15px;
}

.contact-form .form--group:last-child {
    margin-bottom: 0;
}

.contact-form .form--group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(9, 22, 56, 0.7);
}

.contact-form .form--group .form--control {
    padding-left: 35px;
    box-shadow: none;
}

.contact-form .form--group ::-webkit-input-placeholder {
    font-weight: 300;
}

.gmaps-area {
    height: 100%;
    width: 100%;
}

.gmaps-area #gmaps {
    height: 100%;
    min-height: 100%;
}

.contact__info {
    position: relative;
    margin-left: 30px;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 35px rgba(31, 31, 31, 0.1);
}

@media (max-width: 1199px) {
    .contact__info {
        margin-left: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contact__info {
        padding: 50px 30px;
    }
}

@media (max-width: 575px) {
    .contact__info {
        padding: 40px 30px;
    }
}

@media (max-width: 450px) {
    .contact__info {
        padding: 30px 20px;
    }
}

.contact__info::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #091638;
    opacity: 0.8;
}

.contact__info * {
    position: relative;
    color: #fff;
    z-index: 1;
}

.contact__info-title {
    margin-bottom: 10px;
    color: #FF7000;
}

.contact__info p {
    margin-bottom: 30px;
}

.contact__info-list li {
    font-size: 18px;
    padding: 10px 0;
    border: 1px solid transparent;
    word-break: break-all;
}

@media (max-width: 575px) {
    .contact__info-list li {
        font-size: 16px;
    }
}

.contact__info-list li {
    display: flex;
    align-items: center;
}

.contact__info-list li i {
    font-size: 24px;
    margin-right: 3px;
    color: #FF7000;
}

@media (max-width: 575px) {
    .contact__info-list li i {
        font-size: 20px;
    }
}

.contact__info .social-links {
    margin-top: 50px;
}

@media (max-width: 575px) {
    .contact__info .social-links {
        margin-top: 35px;
    }
}

@media (max-width: 450px) {
    .contact__info .social-links {
        margin-top: 25px;
    }
}

.contact-info .shape1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.1;
}

.dashboard-section {
    overflow: initial !important;
    min-height: 100vh;
    background: rgba(9, 22, 56, 0.05);
}

.dashboard__sidebar {
    width: 350px;
    background: #fff;
    padding: 30px 40px;
    border-right: 1px solid rgba(31, 31, 31, 0.05);
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: auto;
}

@media (max-width: 1399px) {
    .dashboard__sidebar {
        width: 300px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .dashboard__sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .dashboard__sidebar.active {
        left: 0;
        z-index: 1111;
    }
}

.dashboard__sidebar .sidebar-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #DC3545;
    padding: 7px;
    color: #fff;
}

.dashboard__sidebar .logo {
    position: fixed;
    top: 0;
    background: #fff;
    max-height: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.dashboard__sidebar .sidebar__navigation {
    margin-top: 40px;
}

.dashboard__sidebar .sidebar__navigation-title {
    font-size: 18px;
    padding-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #091638;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.dashboard__sidebar .sidebar__navigation-title::before{
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f13a";
    right: 0;
    top: 3px;
    font-size: 15px;
}

.dashboard__sidebar .sidebar__navigation li {
    width: 100%;
    padding: 6px 0;
}

.dashboard__sidebar .sidebar__navigation li a {
    padding-left: 12px;
    font-weight: 400;
    color: #809095;
    font-size: 14px;
}

.dashboard__sidebar .sidebar__navigation li a.active {
    color: #03CAAE;
}

.dashboard__sidebar .sidebar__navigation li a i {
    font-size: 14px;
    margin-right: 5px;
}

.dashboard__sidebar .sidebar__navigation .siderbar-inner-tab {
    margin: 0;
}

.profile-toggler {
    font-size: 28px;
    color: #789;
    cursor: pointer;
    line-height: 1;
    padding: 15px;
}

.dashboard__main {
    width: calc(100% - 350px);
}

@media (max-width: 1399px) {
    .dashboard__main {
        width: calc(100% - 300px);
    }
}

@media (max-width: 1199px) {
    .dashboard__main {
        width: calc(100%);
    }
}

.dashboard__main-header {
    padding: 15px 30px;
    padding-right: 50px;
    background: #fff;
}

.dashboard__main-header .search-bar {
    max-width: 500px;
    width: 100%;
}

@media (max-width: 991px) {
    .dashboard__main-header .search-bar {
        max-width: 350px;
    }
}

.dashboard__main-header .search-bar button {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #809095;
    transform: translateX(-100%);
}

.dashboard__main-header .search-bar .form--control {
    width: calc(100% - 60px) !important;
}

.dashboard__main-header .search-bar ::-webkit-input-placeholder {
    color: #809095;
    font-weight: 300;
}

.dashboard__main-header .dashboard__header-menu {
    margin: 0;
}

.dashboard__main-header .dashboard__header-menu li {
    padding: 0px 8px;
}

.dashboard__main-header .dashboard__header-menu li a {
    font-size: 24px;
    color: #809095;
}

.dashboard__main .dashboard__body {
    margin: 40px;
}

@media (max-width: 1399px) {
    .dashboard__main .dashboard__body {
        margin: 30px;
    }
}

@media (max-width: 450px) {
    .dashboard__main .dashboard__body {
        margin: 15px;
    }
}

div[class*=col]:nth-of-type(5n + 1) .dashboard__card-icon {
    background: #ff3653;
}

div[class*=col]:nth-of-type(5n + 2) .dashboard__card-icon {
    background: #18d39e;
}

div[class*=col]:nth-of-type(5n + 3) .dashboard__card-icon {
    background: #0c93d2;
}

div[class*=col]:nth-of-type(5n + 4) .dashboard__card-icon {
    background: #f6a200;
}

div[class*=col]:nth-of-type(5n + 5) .dashboard__card-icon {
    background: #09389e;
}

.dashboard__card {
    padding: 25px;
    background: #fff;
}

.dashboard__card-icon {
    width: 65px;
    height: 65px;
    font-size: 22px;
    background: #ff36531a;
    color: #fff;
    border-radius: 50%;
}

@media (max-width: 1399px) {
    .dashboard__card-icon {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
}

.dashboard__card-content {
    width: calc(100% - 75px);
}

@media (max-width: 1399px) {
    .dashboard__card-content {
        width: calc(100% - 55px);
    }
}

.dashboard__card-content .title {
    font-size: 30px;
    margin-bottom: 7px;
}

@media (max-width: 1399px) {
    .dashboard__card-content .title {
        font-size: 26px;
    }
}

.dashboard__card-content .info {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #789;
    margin-bottom: 13px;
}

@media (max-width: 1399px) {
    .dashboard__card-content .info {
        font-size: 14px;
    }
}

.dashboard__card-info {
    font-size: 17px;
    font-weight: 500;
    color: #899;
    margin-top: 10px;
}

.dashboard-table {
    background: #fff;
}

.dashboard-table thead th {
    font-size: 15px !important;
}

@media (max-width: 450px) {
    .dashboard-table thead th {
        font-size: 13px !important;
    }
}

.dashboard-table tbody {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 450px) {
    .dashboard-table tbody {
        font-size: 14px;
    }
}

.dashboard-table tbody tr {
    background: #fff !important;
}

@media (max-width: 991px) {
    .dashboard-table tbody tr:nth-child(odd) {
        background: rgba(9, 22, 56, 0.03) !important;
    }
}

.dashboard-table .tnx-id {
    color: #17A2B8;
}

.dashboard-table .gateway {
    background: transparent !important;
}

.dashboard-table .status {
    font-size: 15px;
}

.dashboard-table .status::before {
    width: 8px !important;
    height: 8px !important;
}

.ticket-table {
    background: #fff;
}

.ticket-table thead th {
    font-size: 15px !important;
}

@media (max-width: 450px) {
    .ticket-table thead th {
        font-size: 14px;
    }
}

.ticket-table tbody {
    font-size: 15px;
    font-weight: 500;
}

.ticket-table tbody tr {
    background: #fff !important;
}

@media (max-width: 991px) {
    .ticket-table tbody tr:nth-child(odd) {
        background: rgba(9, 22, 56, 0.03) !important;
    }
}

.ticket-table .tnx-id {
    color: #17A2B8;
}

.ticket-table .gateway {
    background: transparent !important;
}

.ticket-table .status {
    font-size: 15px;
}

.ticket-table .status::before {
    width: 8px !important;
    height: 8px !important;
}

.create__ticket {
    padding: 40px;
    background: #fff;
    box-shadow: 0 3px 25px 1px rgba(9, 22, 56, 0.1);
}

@media (max-width: 575px) {
    .create__ticket {
        padding: 30px 20px;
    }
}

@media (max-width: 450px) {
    .create__ticket {
        padding: 25px 15px;
    }
}

.create__ticket__header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.create__ticket__form .form--group {
    margin-bottom: 20px;
}

.create__ticket__form .form--label {
    font-size: 14px;
    font-weight: 400;
}

.create__ticket__form .form--control {
    box-shadow: none;
}

.create__ticket__form textarea.form--control {
    line-height: 1.4;
}

input[type=file] {
    height: auto;
    line-height: 25px;
    padding: 12px 25px;
}

.ticket__box {
    padding: 40px;
    background: #fff;
    box-shadow: 0 3px 25px 3px rgba(9, 22, 56, 0.1);
}

@media (max-width: 575px) {
    .ticket__box {
        padding: 30px 20px;
    }
}

@media (max-width: 450px) {
    .ticket__box {
        padding: 25px 15px;
    }
}

.ticket__box__header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .ticket__box__header .title {
        margin-bottom: 10px;
    }
}

.ticket__box__form .form--group {
    margin-bottom: 15px;
}

.ticket__box__form .form--control {
    box-shadow: none;
}

.profile-wrapper {
    background: #fff;
    padding: 40px 30px;
}

@media (max-width: 400px) {
    .profile-wrapper {
        padding: 30px 15px;
    }
}

.profile-wrapper .user-profile {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(9, 22, 56, 0.1);
}

.profile-wrapper .user-profile .user-thumb {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.profile-wrapper .user-profile .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-wrapper .user-profile .user-content .name {
    margin-top: 15px;
    margin-bottom: 5px;
}

.profile-wrapper .user-info {
    margin: 0;
}

.profile-wrapper .user-info li {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(9, 22, 56, 0.08);
}

.profile-wrapper .user-info li span {
    font-size: 15px;
    font-weight: 500;
}

.profile-wrapper .user-info li h6 {
    margin: 0 !important;
    font-size: 16px;
}

.profile-info-wrapper {
    background: #fff;
    padding: 30px;
}

.profile-info-form label {
    font-weight: 600;
    font-size: 14px;
}

.profile-info-form input[type=file] {
    padding: 11px 25px !important;
    line-height: 1.4 !important;
}

.pass-change-wrapper {
    background: #fff;
    padding: 40px;
}

@media (max-width: 767px) {
    .pass-change-wrapper {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .pass-change-wrapper {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .pass-change-wrapper {
        padding: 15px;
    }
}

.pass-change-wrapper .form--group {
    margin-bottom: 20px;
}

.deposit-item {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 30px;
    background: #091638;
}

.deposit-item:hover .thumb-content {
    opacity: 1;
}

.deposit-thumb {
    position: relative;
    min-width: none;
    height: 280px;
}

.deposit-thumb .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    padding: 15px;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
}

.deposit-thumb .thumb-content ul {
    position: relative;
    z-index: 1;
    width: 100%;
}

.deposit-thumb .thumb-content ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    color: #fff;
}

.deposit-thumb .thumb-content ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.deposit-thumb .thumb-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #091638;
    opacity: 0.9;
}

.deposit-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit-content {
    padding: 30px 15px;
    border-top: 2px dashed rgba(255, 255, 255, 0.25);
}

.deposit-content .title {
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 767px) {
    .shapes {
        display: none;
    }
}

.about-section .container {
    position: relative;
    z-index: 1;
}

.about-section .shape1 {
    position: absolute;
    right: -50px;
    bottom: 0;
    max-width: 340px;
    opacity: 0.1;
    transform: rotate(-120deg);
    z-index: -1;
}

@media (max-width: 1199px) {
    .about-section .shape1 {
        max-width: 300px;
    }
}

.about-section .icon {
    position: absolute;
    max-width: 40px;
}

.about-section .icon.icon1 {
    top: 100px;
    right: 130px;
    animation: rotate 15s linear infinite;
}

.about-section .icon.icon2 {
    top: 80px;
    right: 430px;
    animation: pulse 2s ease-in infinite;
    max-width: 25px;
}

.about-thumb {
    padding-right: 50px;
    position: relative;
}

.about-thumb .shape {
    position: absolute;
}

.about-thumb .shape2 {
    top: 50px;
    max-width: 150px;
    left: 0px;
    animation: move-tb 7s ease-in infinite;
}

.about-thumb .shape3 {
    top: 0px;
    max-width: 180px;
    left: 150px;
}

.about-thumb .shape4 {
    top: 50px;
    max-width: 150px;
    right: 100px;
    animation: move-lr 5s ease-in infinite;
}

.about-content {
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .about-content {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .about-content {
        padding-left: 0px;
    }
}

div[class*=col]:nth-of-type(3n + 1) .work__item-serial {
    background: #FF3653;
}

div[class*=col]:nth-of-type(3n + 1) .work__item .icon {
    background: rgba(255, 54, 83, 0.08);
    color: #FF3653;
}

div[class*=col]:nth-of-type(3n + 1) .work__item:hover, div[class*=col]:nth-of-type(3n + 1) .work__item.active {
    background: #FF3653;
}

div[class*=col]:nth-of-type(3n + 2) .work__item-serial {
    background: #18D39E;
}

div[class*=col]:nth-of-type(3n + 2) .work__item .icon {
    background: rgba(24, 211, 158, 0.08);
    color: #18D39E;
}

div[class*=col]:nth-of-type(3n + 2) .work__item:hover, div[class*=col]:nth-of-type(3n + 2) .work__item.active {
    background: #18D39E;
}

div[class*=col]:nth-of-type(3n + 3) .work__item-serial {
    background: #0C93D2;
}

div[class*=col]:nth-of-type(3n + 3) .work__item .icon {
    background: rgba(12, 147, 210, 0.08);
    color: #0C93D2;
}

div[class*=col]:nth-of-type(3n + 3) .work__item:hover, div[class*=col]:nth-of-type(3n + 3) .work__item.active {
    background: #0C93D2;
}

.work-section .shape1 {
    position: absolute;
    left: -100px;
    bottom: 0;
    z-index: -1;
    max-width: 450px;
    opacity: 0.1;
}

.work-section .shape2 {
    position: absolute;
    left: 0px;
    top: 25%;
    z-index: -1;
    opacity: 0.2;
}

.work-section .section__header {
    margin-bottom: 70px;
}

.work__item {
    position: relative;
    padding: 80px 40px 55px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 35px rgba(31, 31, 31, 0.1);
    margin-bottom: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.work__item:hover *, .work__item.active * {
    color: #fff;
}

.work__item:hover .work__item-serial, .work__item.active .work__item-serial {
    box-shadow: 0 3px 5px rgba(255, 255, 255, 0.5);
}

.work__item:hover .work__body .icon, .work__item.active .work__body .icon {
    background: rgba(255, 255, 255, 0.25) !important;
}

@media (max-width: 1199px) {
    .work__item {
        padding: 60px 25px 40px;
    }
}

.work__item-serial {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 20px;
    background: #FF3653;
    color: #fff;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 5px transparent;
}

.work__body-title {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .work__body-title {
        margin-bottom: 10px;
    }
}

.work__body .icon {
    margin: 0 auto;
    margin-top: 50px;
    width: 130px;
    height: 130px;
    background: rgba(255, 54, 83, 0.08);
    border-radius: 50%;
    font-size: 65px;
}

.work__body .icon img {
    width: 60px;
}

@media (max-width: 1199px) {
    .work__body .icon {
        margin-top: 30px;
        width: 100px;
        height: 100px;
    }

    .work__body .icon img {
        width: 50px;
    }
}

.feature-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #091638;
    opacity: 0.8;
}

@media (min-width: 992px) {
    .feature-section::after {
        position: absolute;
        content: "";
        width: 250px;
        height: 100%;
        background: #fff;
        top: 0;
        right: 0;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .feature-section::after {
        width: 400px;
    }
}

.feature-section .container {
    z-index: 2;
}

.feature-section .shape1 {
    position: absolute;
    bottom: -10px;
    right: -100px;
    opacity: 0.1;
    z-index: 1;
    animation: pulse 20s ease-in-out infinite;
    max-width: 400px;
}

.feature__item {
    position: relative;
    padding: 30px;
    padding-left: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-bottom: 24px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 1px solid transparent;
}

.feature__item:hover, .feature__item.active {
    background: #091638;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
    .feature__item {
        padding-left: 25px;
    }
}

@media (max-width: 450px) {
    .feature__item {
        padding: 20px;
    }
}

.feature__item:last-child {
    margin-bottom: 0;
}

.feature__item:nth-of-type(4n + 1) .feature__icon {
    background: #FF3653;
}

.feature__item:nth-of-type(4n + 1) .feature__content-title {
    color: #FF3653;
}

.feature__item:nth-of-type(4n + 2) .feature__icon {
    background: #18D39E;
}

.feature__item:nth-of-type(4n + 2) .feature__content-title {
    color: #18D39E;
}

.feature__item:nth-of-type(4n + 3) .feature__icon {
    background: #0C93D2;
}

.feature__item:nth-of-type(4n + 3) .feature__content-title {
    color: #0C93D2;
}

.feature__item:nth-of-type(4n + 4) .feature__icon {
    background: #F6A200;
}

.feature__item:nth-of-type(4n + 4) .feature__content-title {
    color: #F6A200;
}

.feature__item * {
    color: #fff;
}

.feature__icon {
    font-size: 42px;
    position: absolute;
    width: 80px;
    height: 80px;
    background: #FF3653;
    border-radius: 50%;
    left: 0;
    top: 15px;
    transform: translateX(-50%);
}

@media (max-width: 575px) {
    .feature__icon {
        transform: translateX(0);
        width: 60px;
        height: 60px;
        font-size: 30px;
        position: initial;
        margin-bottom: 25px;
    }
}

@media (max-width: 450px) {
    .feature__icon {
        margin-bottom: 15px;
    }
}

.feature__content__wrapper {
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 45px 5px rgba(31, 31, 31, 0.15);
}

@media (max-width: 575px) {
    .feature__content__wrapper {
        padding: 25px;
    }
}

@media (max-width: 450px) {
    .feature__content__wrapper {
        padding: 25px 20px;
    }
}

.feature__content__wrapper-subtitle {
    margin-bottom: 25px;
    font-size: 20px;
}

@media (max-width: 575px) {
    .feature__content__wrapper-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 450px) {
    .feature__content__wrapper-title {
        font-size: 18px;
    }
}

.feature__content__wrapper .cmn--btn {
    margin-top: 50px;
}

@media (max-width: 575px) {
    .feature__content__wrapper .cmn--btn {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .feature__content__wrapper .cmn--btn {
        margin-top: 25px;
    }
}

.feature-thumb {
    margin-top: 70px;
}

@media (max-width: 575px) {
    .feature-thumb {
        margin-top: 55px;
    }
}

@media (max-width: 450px) {
    .feature-thumb {
        margin-top: 35px;
    }
}

.feature-thumb img {
    width: 100%;
}

.plan-section .shape1 {
    position: absolute;
    left: -100px;
    bottom: 0;
    opacity: 0.1;
    z-index: -1;
}

div[class*=col]:nth-of-type(3n + 1) .plan__item::before {
    background: rgba(255, 54, 83, 0.4);
}

div[class*=col]:nth-of-type(3n + 1) .plan__item .plan__header {
    background: #FF3653;
}

div[class*=col]:nth-of-type(3n + 1) .plan__item .plan__header-plan-price {
    color: #FF3653;
}

div[class*=col]:nth-of-type(3n + 1) .plan__item .total-commission {
    color: #FF3653;
}

div[class*=col]:nth-of-type(3n + 1) .plan__item .return {
    background: rgba(255, 54, 83, 0.1);
}

div[class*=col]:nth-of-type(3n + 1) .plan__item .cmn--btn {
    background: #FF3653;
}

div[class*=col]:nth-of-type(3n + 2) .plan__item::before {
    background: rgba(24, 211, 158, 0.4);
    transform: translateY(-50%) skewY(10deg);
}

div[class*=col]:nth-of-type(3n + 2) .plan__item .plan__header {
    background: #18D39E;
}

div[class*=col]:nth-of-type(3n + 2) .plan__item .plan__header-plan-price {
    color: #18D39E;
}

div[class*=col]:nth-of-type(3n + 2) .plan__item .total-commission {
    color: #18D39E;
}

div[class*=col]:nth-of-type(3n + 2) .plan__item .return {
    background: rgba(24, 211, 158, 0.1);
}

div[class*=col]:nth-of-type(3n + 2) .plan__item .cmn--btn {
    background: #18D39E;
}

div[class*=col]:nth-of-type(3n + 3) .plan__item::before {
    background: rgba(12, 147, 210, 0.4);
}

div[class*=col]:nth-of-type(3n + 3) .plan__item .plan__header {
    background: #0C93D2;
}

div[class*=col]:nth-of-type(3n + 3) .plan__item .plan__header-plan-price {
    color: #0C93D2;
}

div[class*=col]:nth-of-type(3n + 3) .plan__item .total-commission {
    color: #0C93D2;
}

div[class*=col]:nth-of-type(3n + 3) .plan__item .return {
    background: rgba(12, 147, 210, 0.1);
}

div[class*=col]:nth-of-type(3n + 3) .plan__item .cmn--btn {
    background: #0C93D2;
}

.plan__item {
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px rgba(31, 31, 31, 0.1);
    border-radius: 10px;
}

.plan__item:hover .plan__header-icon {
    animation: pulse-sm 0.3s ease-in-out;
}

.plan__item::before {
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: 150px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%) skewY(-10deg);
    z-index: -1;
}

.plan__item .total-commission {
    font-size: 18px;
    color: #FF3653;
    font-weight: 500;
    margin-bottom: 12px;
}

.plan__item .return {
    padding: 5px 25px;
    display: inline-block;
    background: rgba(255, 54, 83, 0.08);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    color: #112244;
}

.plan__item .return img {
    margin-right: 8px;
    width: 18px;
}

.plan__header {
    border-radius: 10px 10px 0 0;
    background: #FF3653;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.plan__header * {
    color: #fff;
}

.plan__header-icon {
    width: 150px;
    margin: 0 auto 25px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.plan__header-icon img {
    width: 100%;
}

.plan__header-icon i {
    font-size: 100px;
}

.plan__header-plan-name {
    margin-bottom: 5px;
}

.plan__header-plan-price {
    margin-top: 15px;
    font-size: 46px;
    color: #fff !important;
}

.plan__header-plan-price sup {
    font-size: 55%;
}

.plan__body {
    padding: 0px 20px 0;
    text-align: left;
}
@media (min-width:1200px) {
    padding: 0px 40px 0;
}

.plan__body-plan-info li {
    font-size: 17px;
    border-bottom: 1px dashed rgba(31, 31, 31, 0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plan__body-plan-info li:last-child {
    border: none;
}

.plan__footer {
    padding: 0 40px 30px;
    margin-top: 25px;
}

.plan__footer .cmn--btn {
    margin-top: 35px;
    border: none;
    color: #fff !important;
}

.testimonial-section:before {
    position: absolute;
    content: "";
    background: url(./../images/bg/map.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    left: 10%;
}

.testimonial-section .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .testimonial-section .section__header {
        margin-bottom: 30px;
    }
}

.testimonial-slider-wrapper .quote-icon {
    font-size: 48px;
    line-height: 1;
    color: #FF7000;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider .slick-arrow {
    top: auto;
    bottom: 0px;
    font-size: 24px;
    background: none !important;
    color: #FF7000 !important;
}

.testimonial-slider .slick-arrow.arrow-left {
    left: 60%;
    color: #091638 !important;
}

.testimonial-slider .slick-arrow.arrow-right {
    left: 70%;
    right: auto;
}

.testimonial__item {
    padding-left: 50px;
}

@media (max-width: 575px) {
    .testimonial__item {
        padding-left: 0;
    }
}

.testimonial__item p {
    font-size: 18px;
}

.testimonial__header {
    margin-top: 25px;
}

.testimonial__header-thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial__header-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial__header-content {
    padding-left: 15px;
}

.testimonial__header-content .name {
    margin-bottom: 5px;
    color: #FF7000;
}

.testimonial__header-content .designation {
    font-size: 15px;
}

.thumb {
    -webkit-mask-image: url(./../images/shape/mask.png);
    mask-image: url(./../images/shape/mask.png);
    -webkit-mask-position: center left;
    mask-position: center left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.thumb img {
    width: 100%;
}

.transection-table {
    margin: 0;
    border: none;
    width: 100%;
    text-align: center;
}

.transection-table thead tr {
    background: #091638;
}

.transection-table thead tr th {
    padding: 10px 15px;
    font-family: "Monda", monospace;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 450px) {
    .transection-table thead tr th {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .transection-table tbody {
        font-size: 14px;
    }
}

.transection-table tbody tr {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.transection-table tbody tr:nth-child(odd) {
    background: rgba(9, 22, 56, 0.04);
}

.transection-table tbody tr:hover {
    background: #fff;
}

.transection-table tbody tr td {
    vertical-align: middle;
    padding: 5px 15px;
    border-width: 1px;
}

@media (min-width: 992px) {
    .transection-table tbody tr td {
        border-color: rgba(9, 22, 56, 0.08);
    }
}

.transection-table tbody tr .user .user-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.transection-table tbody tr .user .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transection-table tbody tr .user .name {
    font-size: 16px;
}

@media (max-width: 450px) {
    .transection-table tbody tr .user .name {
        font-size: 15px;
    }
}

.transection-table tbody tr .amount {
    color: #FF7000;
    font-weight: 500;
}

.transection-table tbody tr .gateway {
    padding: 7px 20px;
    font-weight: 500;
    border-radius: 15px;
}

.transection-table tbody tr .gateway.bank {
    background: rgba(17, 94, 254, 0.05);
}

.transection-table tbody tr .gateway.c-card {
    background: rgba(40, 167, 69, 0.05);
}

.transection-table tbody tr .status {
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.transection-table tbody tr .status.paid::before, .transection-table tbody tr .status.success::before {
    background: #28A745;
}

.transection-table tbody tr .status.pending::before {
    background: #FFC107;
}

.transection-table tbody tr .status.canceled::before {
    background: #DC3545;
}

.transection-table tbody tr .status::before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 50%;
}

.transection-table tbody tr .country {
    font-weight: 500;
}

@media (max-width: 991px) {
    .transection-table thead {
        display: none;
    }

    .transection-table tbody tr {
        display: block;
    }

    .transection-table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-collapse: collapse;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid rgba(9, 22, 56, 0.1);
    }

    .transection-table tbody tr td:last-child {
        border: none;
    }

    .transection-table tbody tr td::before {
        content: attr(data-label);
        font-family: "Monda", monospace;
        font-size: 17px;
        color: #112244;
        font-weight: 500;
    }
}

@media (max-width: 991px) and (max-width: 450px) {
    .transection-table tbody tr td::before {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .transection-table tbody tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.8);
    }
}

.counter-section {
    padding: 100px 0;
}

.counter-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #091638;
    opacity: 0.8;
}

.counter-section .section__header {
    margin-bottom: 0;
}

.counter-section .section__header-title {
    font-size: 36px;
}

@media (max-width: 767px) {
    .counter-section .section__header-title {
        font-size: 30px;
    }
}

.counter__item-title {
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    padding-top: 5px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .counter__item-title {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .counter__item-title {
        font-size: 24px;
    }
}

.counter__item-title::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
}

.counter__item-info {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Monda", monospace;
}

@media (max-width: 450px) {
    .counter__item-info {
        font-size: 14px;
    }
}

.help__wrapper {
    margin-top: 35px;
}

.help__wrapper-info {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.help__wrapper .cmn--btn {
    padding: 8px 30px;
}

.faq__item {
    background: #fff;
    border: 1px solid rgba(31, 31, 31, 0.05);
    box-shadow: 0 0 25px rgba(31, 31, 31, 0.08);
    margin-bottom: 15px;
}

.faq__item.active .faq__item-content {
    display: block;
}

.faq__item.open .faq__item-title .title {
    color: #FF7000;
}

.faq__item.open .faq__item-title .title::before {
    color: #ff7000;
    content: "\f057";
    opacity: 1;
}

.faq__item:last-child {
    margin-bottom: 0;
}

.faq__item-title {
    cursor: pointer;
    padding: 20px 20px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 1px solid transparent;
}

.faq__item-title .title {
    margin: 0;
    line-height: 1.5;
    position: relative;
    padding-right: 30px;
}

.faq__item-title .title::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f139";
    right: 0;
    top: 1px;
    font-size: 26px;
    line-height: 1;
    opacity: 0.2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq__item-content {
    padding: 25px;
    padding-top: 15px;
    display: none;
}

.faq__item.open .faq__item-title {
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
}

.privacy-policy {
    overflow: initial !important;
}

.privacy-policy-sidebar-menu {
    position: sticky;
    top: 120px;
}

.privacy-policy-sidebar-menu li {
    width: 100%;
    margin-bottom: 5px;
}

.privacy-policy-sidebar-menu li a {
    padding: 15px 20px;
    box-shadow: 0 2px 15px 3px rgba(31, 31, 31, 0.05);
    display: block;
    border-radius: 5px;
    color: #112233;
}

.privacy-policy-sidebar-menu li a.active {
    border-right: 3px solid #091638;
}

.privacy-policy-sidebar-menu li a:hover {
    box-shadow: 0 2px 15px 3px rgba(31, 31, 31, 0.1);
}

.privacy-policy-content {
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .privacy-policy-content {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .privacy-policy-content {
        padding-left: 0px;
    }
}

.privacy-policy-content .content-item {
    margin-bottom: 40px;
}

.privacy-policy-content .content-item .title {
    margin-bottom: 15px;
}

.privacy-policy-content .content-item .info-list {
    margin-top: 15px;
}

.privacy-policy-content .content-item .info-list li {
    padding-left: 25px;
    position: relative;
}

.privacy-policy-content .content-item .info-list li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f101";
    left: 0;
    top: 6px;
    color: #1f1f1f;
}

.social-links, .ratting, .header-bottom-area, .menu, .pagination, .blog-details-header .meta-1, .blog-details-header .meta-2, .dashboard__main-header .search-bar .form--group, .dashboard__card, .create__ticket__header, .ticket__box__header, .profile-wrapper .user-info li {
    display: flex;
    flex-wrap: wrap;
}

.social-links li a, .video-button, .dashboard__card-icon, .work__item-serial, .work__body .icon, .feature__icon, .plan__header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ratting li {
    padding: 0 4px;
}

.section__header {
    margin-bottom: 50px;
}

@media (max-width: 450px) {
    .section__header {
        margin-bottom: 35px;
    }
}

.section__header-title {
    margin-bottom: 15px;
}

.section__header p {
    margin-bottom: 15px;
    font-size: 17px;
    color: #000;
}

@media (max-width: 575px) {
    .section__header p {
        font-size: 16px;
    }
}

.section-btn-wrapper .cmn--btn {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .section-btn-wrapper .cmn--btn {
        margin-top: 45px;
    }
}

@media (max-width: 575px) {
    .section-btn-wrapper .cmn--btn {
        margin-top: 40px;
    }
}

.social-links {
    align-items: center;
}

.social-links li {
    padding: 3px;
}

.social-links li a {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.social-links li a:hover {
    color: #fff;
    background: #FF7000;
    border-color: #FF7000;
}

.slick-dots {
    left: 0;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li.slick-active button {
    background: #FF7000;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px !important;
    background: rgba(255, 112, 0, 0.2);
}

.slick-dots li button::before {
    display: none;
}

.slick-arrow {
    position: absolute;
    cursor: pointer;
    padding: 10px 20px;
    color: #fff;
    background: rgba(9, 22, 56, 0.9);
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow:hover, .slick-arrow.arrow-right {
    background: #FF7000;
    color: #fff;
}

.slick-arrow.arrow-left {
    left: -60px;
    z-index: 1;
}

.slick-arrow.arrow-right {
    right: -60px;
    z-index: 1;
}

iframe {
    margin-bottom: -8px;
}

section.bg_img {
    position: relative;
}

section.bg_img .container {
    position: relative;
    z-index: 1;
}

.list li {
    position: relative;
    padding-left: 25px;
}

.list li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #FF7000;
    box-shadow: 3px 3px 0px 0px rgba(255, 112, 0, 0.4);
    left: 0;
    top: 14px;
}

.close{
    background-color: transparent;
    border: none;
}

.btn-block{
    width: 100%;
}

.form-group{
    margin-bottom: 15px;
}

.card-header,.card-footer{
    background-color: #fff;
    padding: 20px 30px;
}
.card{
    background: #fff;
    box-shadow: 0 3px 25px 3px rgb(9 22 56 / 10%);
}
.card-body{
    padding: 30px;
}

.list-group-item {
    padding: 15px 13px;
}

table .btn{
    padding: 4px 10px;
}


.ticket-reply-single {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.ticket-reply-single:first-child {
    padding-top: 0;
}
.ticket-reply-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.ticket-reply-single .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.ticket-reply-single .top .left {
    width: calc(100% - 30px);
}
.ticket-reply-single .top .right {
    width: 30px;
}
.ticket-reply-single .top .right .btn {
    padding: 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.ticket-reply-single .top .right .btn i {
    margin: 0;
}
.ticket-reply-single .reply-box {
    padding: 20px;
    border-radius: 8px;
    background: #ddd;
    background: -webkit-linear-gradient(to bottom, #2c3e5014, #bdc3c700);
    background: linear-gradient(to bottom, #2c3e5014, #bdc3c700);
}
@media (max-width: 480px) {
    .ticket-reply-single .reply-box {
        padding: 15px;
    }
}
.ticket-reply-single .reply-box .left p,
.ticket-reply-single .reply-box .left span {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.ticket-reply-single .reply-box .name {
    font-size: 18px;
}

.admin-reply.ticket-reply-single .reply-box {
    background: #ddd;
    background: -webkit-linear-gradient(to bottom, #c1aa1124, #bdc3c700);
    background: linear-gradient(to bottom, #c1aa1124, #bdc3c700);
}

.ticket-attach-file {
    padding: 2px 10px;
    background-color: #5352ed24;
    border-radius: 3px;
    color: #5352ed;
    font-size: 13px;
}

.ticket-reply-inbox {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 160px;
}

.ticket-reply-inbox textarea {
    height: 110px;
    resize: none;
    border: none;
}
.ticket-reply-inbox textarea:focus {
    box-shadow: none;
}
.ticket-reply-inbox .ticket-reply-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.ticket-reply-inbox .ticket-reply-attachment {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #f1f1f1;
    padding: 3px 10px;
    color: #777;
    border-radius: 3px;
    font-size: 14px;
    border: none;
}

@media (max-width: 360px) {
    .ticket-reply-inbox {
        height: 200px;
    }
    .ticket-reply-inbox .ticket-reply-btn,
    .ticket-reply-inbox .ticket-reply-attachment {
        width: calc(100% - 20px);
    }
    .ticket-reply-inbox .ticket-reply-attachment {
        bottom: 54px;
    }
}

.attachment-area {
    display: none;
}


.lang-list li {
    padding: 3px 7px;
}
.lang-list li a {
    color: #fff;

}
.lang-list li a:hover, .lang-list li a.active {
    color: #FF7000;
}

input[readonly] {
    background: #f1f2f4;
}

/* Copy Animation */

.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }
    70% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
    }
}



#loader{
    position:fixed;
    top:0;
    z-index:2222222;
    background: #1a1a1a;
    display:flex;
    min-height:100vh;
    width:100%;
    align-items:center;
    justify-content:center;
 }
 
 path{
    stroke-linecap:round;
    stroke-width:10;
    stroke-linejoin:"round";
 } 
 
 #left-half{
    stroke-dasharray: 1000;
    stroke-dashoffset: 999;
    animation: animate-right-half 2s ease-in;
    animation-fill-mode: forwards;
 }
 
 #right-half{
    width:50px;
    height:50px;
    border-radius:50%;
    stroke-dasharray: 1000;
    stroke-dashoffset: 999;
    animation: animate-right-half 2s ease-in;
    animation-fill-mode: forwards;
 }
 
 @keyframes animate-right-half{
    to{
          stroke-dashoffset: 0;
    }
 }
 
 svg{
    animation: shrink 1s ease-in-out;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    width:100px;
 } 
 
 @keyframes shrink{
    to{
       transform: scale(0);
       opacity:0;
    }
 }
 
 #loader{
    animation: disappear 2s ease-in-out;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
 }
 
 
 @keyframes disappear{
    from{
       opacity:1;
    }
    to{
       opacity:0;
    }
 }
 
 #content{
    min-height:100vh;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #fff;
    background-size: cover;
    animation: zoom-in 1.5s;
    background-position:center;
    background-repeat:no-repeat;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    transform:scale(0.8);
 }
 
 @keyframes zoom-in{
    to{
       transform:scale(1);
    }
 }
 
 #content h1{
    font-family: 'Poppins', sans-serif;
    transition: all 400ms ease-in-out;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 900;
    font-size: 60px;
 }

.map-wrapper {
    height: 100%;
    min-height: 350px;
}
.map-wrapper .map {
    width: 100%;
    height: 100%;
}