


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #41404e;
    font-family: "Exo 2", sans-serif;
}

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

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

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 500;
}

p {
    margin-top: -12px;
}

p:last-child {
    margin-bottom: -7px !important;
}

p a {
    color: #1e90ff;
}

p a:hover {
    color: #1e90ff;
}

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

@media (min-width: 768px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
        margin-top: -20px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -9px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -9px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}



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

.bg_fixed {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.right_center {
    background-position: right center;
}

.left_center {
    background-position: left center;
}

.bottom_center {
    background-position: bottom center;
}

.bottom_left {
    background-position: bottom left;
}

.bottom_right {
    background-position: bottom right;
}

.top_center {
    background-position: top center;
}

.top_left {
    background-position: top left;
}

.top_right {
    background-position: top right;
}

.bg_contain {
    background-size: contain;
}

.bg--overlay::before, .counter-section::before {
    position: absolute;
    content: '';
}

.social-icons, .menu, .social-icon, .contact__item, .reply-item, .dashboard-item .dashboard-header, .dashboard-item, .custom--card .meta-info {
    display: flex;
    flex-wrap: wrap;
}

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

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

.pt-60 {
    padding-top: 40px;
}

.pb-60 {
    padding-bottom: 40px;
}

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

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

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 100px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }

    .pt-60 {
        padding-top: 50px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.mb-40-none {
    margin-bottom: -40px !important;
}

body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #000;
}

body *::-webkit-scrollbar-button {
    background-color: #000;
}

body *::-webkit-scrollbar-thumb {
    background-color: #000000;
}

*::selection {
    background-color: #1e90ff;
    color: #ffffffff;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg--overlay {
    position: relative;
}

.bg--overlay::before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.mb--50 {
    margin-bottom: -50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.social-icons {
    justify-content: center;
    margin: -3px;
}

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

.social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffffff;
}

.social-icons li a i {
    color: #06163a;
}

.social-icons li a:hover {
    background: #1e90ff;
}

.social-icons li a:hover i {
    color: #ffffffff;
}

.section__header {
    margin-bottom: 30px;
}

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

    .section__header .section__category {
        font-size: 18px;
    }
}

.section__header p {
    margin-top: 0;
}

@media (min-width: 576px) {
    .section__header p {
        font-size: 18px;
    }
}

.section__header .section__category {
    display: inline-flex;
    align-items: flex-end;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.section__header .section__category::before, .section__header .section__category::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #1e90ff;
    transform: translateY(-5px);
}

.section__header .section__category::before {
    margin-right: 5px;
}

.section__header .section__category::after {
    margin-left: 5px;
}



.section__header__center {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section__header__center .section__category {
    margin-left: auto;
    margin-right: auto;
}

.section__header.text--white .section__title {
    color: #ffffffff;
}

.section__header:not(.section__header__center) .section__category::after {
    display: none;
}

.section__title {
    margin-bottom: 15px;
}

.word--nobreak {
    white-space: nowrap;
}

.word--break {
    white-space: break-all;
}

a {
    text-decoration: none;
}

strong, b {
    font-family: "Exo 2", sans-serif;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

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

.bg--body {
    background-color: #f6f9ff !important;
}

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

.btn--base,
.badge--base,
.bg--base {
    background-color: #5AD501 !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
    background-color: #7367f0 !important;
}

.btn--secondary .badge--secondary .bg--secondary {
    background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
    background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
    background-color: #df2d2e !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
    background-color: #f99f0b !important;
}

.btn--info,
.badge--info,
.bg--info {
    background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
    background-color: #9a9ea9 !important;
}

.btn--white,
.badge--white,
.bg--white {
    background-color: #ffffffff !important;
}

[class*="btn--"] {
    color: #ffffffff;
    font-weight: 500;
}

[class*="btn--"]:hover {
    color: #ffffffff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
    color: #3b368c;
}

.btn--warning:hover,
  .badge--warning:hover,
  .btn--white:hover,
  .badge--white:hover {
    color: #3b368c;
}

.btn--black,
.badge--black,
.bg--black {
    background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
    background-color: #3b368c !important;
}

.btn--1,
.badge--1,
.bg--1 {
    background-color: #1e90ff !important;
}

.text--primary {
    color: #7367f0 !important;
}

.text--secondary {
    color: #868e96 !important;
}

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

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

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

.text--info {
    color: #1e9ff2 !important;
}

.text--dark {
    color: #06163a !important;
}

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

.text--white p, .text--white ul li, .text--white ul li a, .text--white span {
    color: #ddd;
}

.text--black {
    color: #000 !important;
}

.text--body {
    color: #555555 !important;
}

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

.text--title {
    color: #41404e !important;
}

.text--1 {
    color: #1e90ff !important;
}

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

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

.footer-wrapper .footer-logo {
    max-width: 250px;
    margin: 0 auto 30px;
}

.footer-wrapper .footer-logo a {
    display: block;
}

.footer-wrapper .footer-logo img {
    width: 100%;
}

.footer-wrapper .quick-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.footer-wrapper .quick-links li {
    padding: 6px 0;
}

.footer-wrapper .quick-links li a {
    color: #ffffffff;
    padding: 0px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrapper .quick-links li a:hover {
    color: #1e90ff;
}

.footer-wrapper .quick-links li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section {
    background: radial-gradient(circle, rgba(6, 22, 58, 0.8) -5%, #06163a 40%);
}

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

.menu {
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
}

.menu li {
    padding: 0;
}

.menu li a {
    font-size: 16px;
    padding: 5px 15px;
    color: #ffffffff;
}

@media (min-width: 992px) {
    .menu li .cmn--btn:hover {
        background: #ffffffff;
    }

    .menu li .submenu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 220px;
        background: #ffffffff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
        border-bottom: none;
    }

    .menu li .submenu li a {
        display: flex;
        justify-content: space-between;
        padding: 5px 20px;
        border-bottom: 1px solid rgba(6, 22, 58, 0.1);
        color: rgba(6, 22, 58, 0.9);
    }

    .menu li .submenu li .submenu {
        left: 100%;
        top: 10px;
    }

    .menu li .submenu li:hover > .submenu {
        top: 0;
    }

    .menu li .submenu li:hover > a {
        background: #06163a;
        color: #ffffffff;
        padding-left: 22px;
    }

    .menu li:hover > .submenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .menu li:last-child > a:not(.cmn--btn) {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        background: #06163a;
        overflow: auto;
        max-height: calc(100vh - 100px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu li {
        padding: 0;
        border-bottom: 1px solid transparent;
    }

    .menu li.open ul li:last-child {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .menu li a {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 20px;
        font-size: 16px;
    }

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

    .menu li .submenu {
        padding-left: 20px;
        display: none;
    }

    .menu li .submenu li a {
        font-size: 14px;
    }

    .menu li .custom-button {
        border: 1px solid rgba(6, 22, 58, 0.09) !important;
        font-size: 14px;
        line-height: 40px;
        justify-content: center;
    }

    .menu .cmn--btn {
        margin: 15px 5px;
        display: inline-flex;
    }
}

@media (min-width: 992px) {
    .menu {
        margin-left: auto;
    }
}

.header-section {
    position: fixed;
    width: 100%;
    left: 0;
    top: 5px;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-section.active {
    top: 0;
    background: -webkit-linear-gradient(90deg, #071a20 0%, #01141a 45%, #021013 100%);
    border: none;
}

.menu-item-has-children {
    position: relative;
    z-index: 999 !important;
}

.menu-item-has-children > a {
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-weight: 700;
    font-family: "Line Awesome Free";
    margin-left: 5px;
}

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

    .menu-item-has-children .submenu {
        display: block !important;
    }
}

.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
}

@media (min-width: 576px) {
    .header-bar {
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .header-bar {
        display: none;
    }
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #ffffffff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 575px) {
    .header-bar {
        margin-right: 15px;
        width: 15px;
        height: 16px;
    }

    .header-bar span {
        height: 2px;
        width: 20px;
    }

    .header-bar.active span:first-child {
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px);
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }

    .header-bar.active span:last-child {
        -webkit-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
        transform: rotate(-45deg) translate(4px, -6px);
    }
}

.header-bottom {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding-top: 17px;
    padding-bottom: 17px;
}

@media (min-width: 992px) {
    .header-bottom {
        background: rgba(30, 144, 255, 0.05);
    }
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

header.active .header-bottom, header.inActive .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #06163a;
}

header.inActive .header-bottom {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.active .header-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-top-item {
    padding: 5px 10px;
    font-size: 16px;
}

.header-top-item i {
    color: #1e90ff;
}

.header-top-item a {
    color: #ffffffff;
    display: flex;
    align-items: center;
}

.header-top-item a i {
    margin-right: 5px;
}

.header-top-item .title {
    font-weight: 500;
    font-family: "Exo 2", sans-serif;
}

@media (max-width: 575px) {
    .header-top-item {
        font-size: 14px;
    }
}

.social-icon {
    margin: 0 -8px 0 10px;
}

.social-icon li {
    padding: 0;
}

.social-icon li a {
    padding: 3px 8px;
    color: #ffffffff;
}

@media screen and (max-width: 480px) {
    .meta-list {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .meta-list a {
        justify-content: center;
    }
}

.header-wrapper {
    align-items: center;
}

.header-wrapper .logo {
    width: 200px;
    height: 40px;
}

.header-wrapper .logo a {
    display: block;
}

.header-wrapper .logo img {
    width: 200px;
    height: 40px;
    object-fit: contain;
    object-position: left center;
}

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 22, 58, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 99;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.header-top-item .select-bar {
    height: 30px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding-left: 5px;
    background: transparent;
    color: #ffffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top-item .select-bar option {
    color: #3b368c;
}

.link-redirect-logo {
    width: 230px;
}

.link-redirect-logo a {
    display: block;
}

.link-redirect-logo a img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: left;
}

@media (max-width: 575px) {
    .link-redirect-logo {
        width: 150px;
    }
}

.link-redirect-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: radial-gradient(circle, rgba(6, 22, 58, 0.8) -5%, #06163a 40%);
    padding: 15px 0;
}

.link-redirect-header .link-redirect-logo, .link-redirect-header .skip-it {
    margin: 0 15px;
}

.link-redirect-header .skip-it a {
    display: block;
}

.link-redirect-header .skip-it a img {
    width: 100%;
}

.skip-btn {
    font-size: 18px;
    font-weight: 500;
    font-family: "Exo 2", sans-serif;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 20px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    color: #ffffffff;
}

.skip-btn:hover {
    color: #ffffffff;
}

.skip-btn i {
    position: relative;
    top: 1px;
    font-size: 16px;
}

@media (max-width: 575px) {
    .skip-btn {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.link-header-bottom {
    padding-left: 15px;
    padding-right: 15px;
}

.no-skip {
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 41px;
    background: rgba(234, 84, 85, 1);
    font-size: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffffff;
}

@media (max-width: 575px) {
    .no-skip {
        line-height: 30px;
        font-size: 14px;
    }
}

.skip-it {
    position: relative;
}

.banner-thumb {
    position: absolute;
    bottom: 50%;
    transform: translateY(60%);
    right: calc(50% + 330px);
    opacity: .15;
}

.banner-thumb img {
    max-width: 455px;
}

@media (max-width: 1399px) {
    .banner-thumb {
        right: calc(50% + 330px);
    }
}

.banner-thumb-2 {
    position: absolute;
    bottom: 50%;
    transform: translateY(60%);
    left: calc(50% + 300px);
    opacity: .15;
}

.banner-thumb-2 img {
    max-width: 450px;
}

@media (max-width: 1399px) {
    .banner-thumb-2 {
        left: calc(50% + 300px);
    }
}

.banner-section {
    padding: 200px 0 250px;
    overflow: hidden;
    position: relative;
}

.banner-bg {
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 200%;
    min-width: 2220px;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    overflow: hidden;
}

.banner-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0A0549;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    opacity: 0.65;
    z-index: 1;
    background-image: url(/assets_ui/images/66408b36eefe01715505974.jpg);
    background-size: cover;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .banner-bg {
        -webkit-border-radius: 35%;
        -moz-border-radius: 35%;
        border-radius: 35%;
    }

    .banner-bg::before {
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%;
    }
}

.hero-section {
    background: #06163a;
    background: radial-gradient(circle, rgba(6, 22, 58, 0.8) -5%, #06163a 40%);
    padding: 228px 0 100px;
}

@media (max-width: 991px) {
    .hero-section {
        padding-top: 200px;
    }
}

.hero-content {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    color: #ddd;
}

.hero-content .title {
    margin: 0;
    color: #ffffffff;
}

@media (min-width: 576px) {
    .hero-content p {
        font-size: 20px;
    }
}

.banner-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.banner-content .banner-title {
    color: #ffffffff;
    margin-top: 50px;
    margin-bottom: 20px;
}

.banner-content .txt {
    font-size: 20px;
    color: #ddd;
}

.banner-content .btn__grp {
    margin-top: 30px;
}

.banner-content .cmn--btn:first-child:hover {
    color: #ffffffff;
}

.shorten-form-group {
    position: relative;
}

.shorten-form-group .form--control {
    background: rgba(30, 144, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: none;
    color: #ffffffff;
    height: 75px;
    padding-right: 190px;
    font-size: 22px;
    border-radius: 5px;
    padding-left: 20px;
}

.shorten-form-group .form--control[readonly] {
    background: rgba(30, 144, 255, 0.05) !important;
}

.shorten-form-group .form--control::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.shorten-form-group .form--control:focus {
    border-color: rgba(30, 144, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #1e90ff 0px 0px 0px 3px !important;
}

.shorten-form-group .cmn--btn {
    border: none;
    justify-content: center;
    width: 160px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 55px;
    border-radius: 5px;
}

.shorten-form-group .cmn--btn i {
    font-size: 24px;
    margin-right: 5px;
}

@media screen and (max-width: 450px) {
    .shorten-form-group .form--control {
        height: 60px;
        padding-right: 135px;
        font-size: 16px;
    }

    .shorten-form-group .cmn--btn {
        bottom: 5px;
        right: 5px;
        height: 50px;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        width: 110px;
    }

    .shorten-form-group .cmn--btn i {
        font-size: 16px;
    }
}

.mt--200 {
    margin-top: -170px;
}

.how__wrapper {
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 920px;
    box-shadow: 0 0 15px rgba(59, 54, 140, 0.2);
}

.how__area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px -20px;
}

.how__item {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.how__item:not(:last-child) {
    border-right: 1px solid rgba(59, 54, 140, 0.2);
}

.how__item .icon {
    font-size: 60px;
    line-height: 1;
    color: #1e90ff;
    margin: 0 auto 20px;
    max-width: 80%;
}

.how__item .icon img {
    width: 100%;
}

.how__item .cont .subtitle {
    font-size: 16px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .how__item {
        margin: 0 auto 20px;
        width: 50%;
    }

    .how__item:nth-child(even) {
        border: none;
    }

    .how__item .cont .subtitle {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .how__item {
        width: 100%;
        max-width: 220px;
        border: none !important;
    }
}

.hero-redirect {
    padding: 228px 0 100px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-redirect {
        padding-top: 200px;
    }
}

.hero-redirect::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #06163a;
    background: radial-gradient(circle, rgba(6, 22, 58, 0.8) -5%, #06163a 40%);
    opacity: .98;
    z-index: 1;
}

.hero-redirect .container, .hero-redirect .container-fluid {
    position: relative;
    z-index: 1;
}

.hero-redirect .btn__grp {
    margin-top: 30px;
}

.hero-redirect .cmn--btn:hover {
    color: #ffffffff;
}

.hero-redirect .hero-content {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero-redirect .hero-content .content {
    width: 100%;
    max-width: 720px;
}

.service__item {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.service__item .service__icon {
    width: 70px;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    color: #1e90ff;
    margin: 0 auto;
}

.service__item .service__content {
    width: 100%;
}

.service__item .service__content .title {
    margin-bottom: 8px;
}

.service__item .service__content p {
    max-width: 360px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .service__item {
        margin-bottom: 35px;
    }
}

.service-wrapper {
    margin-bottom: -35px;
}

@media (max-width: 767px) {
    .service-wrapper {
        margin-bottom: -25px;
    }
}

.client-item {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.client-item .subtitle {
    display: block;
}

.client-item blockquote {
    font-size: 18px;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 30px;
    position: relative;
}

.client-item blockquote::before {
    display: block;
    content: "\f10d";
    font-family: "Line Awesome Free";
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    z-index: -1;
    color: dodgerblue;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .client-item blockquote {
        font-size: 16px;
    }
}

.client--thumb {
    width: 100%;
}

@media (max-width: 991px) {
    .client--thumb {
        max-width: 450px;
        margin: 0 auto 20px;
        display: block;
    }
}

.client--thumb img {
    max-width: 100%;
}

.owl-dots {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #1e90ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.owl-dots .owl-dot.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.video__wrapper {
    position: relative;
}

.video__wrapper .video__btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.video__wrapper img {
    width: 100%;
}

.counter__area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -12px -30px;
}

.counter__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px;
    background: #ffffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
}

.counter__item .counter__icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    background: #1e90ff;
    border-radius: 5px;
    color: #ffffffff;
}

.counter__item .counter__content {
    padding-left: 20px;
    width: calc(100% - 50px);
}

.counter__item .counter__header {
    display: flex;
    margin-bottom: 10px;
}

.counter__item .counter__header .title {
    line-height: 1;
    margin: 0;
    font-size: 24px;
}

.counter__item .subtitle {
    font-size: 16px;
}

.faq__item {
    background: #fff;
    margin-bottom: 20px;
}

.faq__item .faq__title {
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq__item .faq__title .title {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    width: calc(100% - 40px);
}

.faq__item .faq__title .right-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq__item .faq__title .right-icon::before, .faq__item .faq__title .right-icon::after {
    position: absolute;
    content: '';
    background: #3b368c;
    top: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq__item .faq__title .right-icon::before {
    width: 2px;
    height: 20px;
}

.faq__item .faq__title .right-icon::after {
    width: 20px;
    height: 2px;
}

.faq__item .faq__content {
    padding: 25px 20px;
    display: none;
}

.faq__item .faq__content p {
    color: rgba(59, 54, 140, 0.7);
    margin-bottom: 25px;
    font-family: "Exo 2", sans-serif;
}

.faq__item .faq__content p b {
    font-weight: 700;
    color: #1e90ff;
}

.faq__item.open .faq__title {
    background: #1e90ff;
}

.faq__item.open .faq__title .title {
    color: #ffffffff;
}

.faq__item.open .faq__title .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item.open .faq__title .right-icon::before, .faq__item.open .faq__title .right-icon::after {
    background: #ffffffff;
}

.faq__item.active .faq__content {
    display: block;
}

.bg--section .faq__wrapper .faq__item {
    background: #f6f9ff;
}

.form--switch .form-check-input {
    height: 25px;
    width: 50px;
    box-shadow: none !important;
}

.form--switch .form-check-input:checked {
    background-color: #1e90ff;
    border-color: #1e90ff;
}

.form--switch-wrapper {
    align-items: center;
}

.form--switch-wrapper label {
    margin: 0;
    color: #3b368c;
    cursor: pointer;
}

.tab-contents .tab--pane {
    display: none;
}

.tab-contents .tab--pane:first-child {
    display: block;
}

.pricing__item {
    background: #fff;
    box-shadow: 0 0 15px rgba(59, 54, 140, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* padding-top: 20px; */
}

.pricing__item .pricing__body {
    max-width: 280px;
    margin: 0 auto;
}
.pricing__item .pricing__footer {
    padding: 0 30px 30px;
}
.pricing__item .pricing__footer .cmn--btn {
    width: 100%;
    justify-content: center;
}
.pricing__item .pricing__header {
    text-align: center;
    position: relative;
    padding-top: 30px;
}
.pricing__item .pricing__header .pricing__title {
    margin: 0 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    background: #1e90ff;
    padding: 5px;
    border-radius: 4px;
}

.pricing__item .pricing__price {
    padding: 15px 0 0;
}

.pricing__item .pricing__price .price {
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pricing__item .pricing__price .price sub {
    font-size: 18px;
    margin: 0;
    color: #555555;
    font-weight: 400;
    display: block;
    transform: translateY(-20px);
}

.pricing__item .pricing__price .cmn--btn {
    width: 100%;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing__item .pricing__footer .cmn--btn {
    border-radius: 30px;
}

.pricing__item .pricing__body {
    padding: 0 25px 30px;
    text-align: center;
}

.pricing__item .pricing__body .subtitle {
    margin-top: 20px;
    display: block;
}

.pricing__item .pricing__body ul {
    margin-top: 20px;
    text-align: left;
}




.pricing__item .pricing__body ul li:last-child {
    padding-bottom: 0;
}

.pricing__item .pricing__body ul li i {
    margin-top: 5px;
    margin-right: 7px;
    color: #28c76f;
}

.pricing__item .pricing__body ul li i[class*="times"] {
    color: #ea5455;
}

.sponsor-item {
    height: 90px;
    width: 90px;
    margin: 0 auto;
}

.sponsor-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.account-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .account-logo {
        margin-bottom: 40px;
    }
}

.account-section {
    padding: 50px;
    background: radial-gradient(circle, rgba(6, 22, 58, 0.8) -5%, #06163a 80%);
}

@media (max-width: 767px) {
    .account-section {
        padding: 40px 0;
        background: radial-gradient(circle, rgba(6, 22, 58, 0.8) -5%, #06163a 90%);
    }
}

@media (max-width: 575px) {
    .account-section {
        padding: 0;
        background: radial-gradient(circle, rgba(6, 22, 58, 0.8) -5%, #06163a 100%);
    }

    .account-section .container {
        padding: 0;
    }
}

.account-wrapper {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #ddd;
}

.account-wrapper .left-side {
    background: #06163a;
    padding: 60px 40px;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}

.account-wrapper .right-side {
    background: #06163a;
    padding: 60px 20px;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
}

@media (min-width: 1400px) {
    .account-wrapper .right-side {
        padding: 60px 30px;
    }
}

@media (min-width: 992px) {
    .account-wrapper .row.flex-row-reverse .left-side {
        -webkit-border-radius: 0 40px 40px 0;
        -moz-border-radius: 0 40px 40px 0;
        border-radius: 0 40px 40px 0;
    }

    .account-wrapper .row.flex-row-reverse .right-side {
        -webkit-border-radius: 40px 0 0 40px;
        -moz-border-radius: 40px 0 0 40px;
        border-radius: 40px 0 0 40px;
    }
}

.account-wrapper .select-bar {
    height: 35px;
    padding: 0 5px;
    outline: none;
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #ffffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.account-wrapper .select-bar option {
    background: #06163a;
}

@media (max-width: 991px) {
    .account-wrapper {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .account-wrapper .left-side {
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 30px 30px 0 0;
        border-radius: 30px 30px 0 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .account-wrapper .right-side {
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        border-radius: 0 0 30px 30px;
    }
}

@media (max-width: 575px) {
    .account-wrapper .left-side {
        padding: 35px 15px 40px;
    }

    .account-wrapper .right-side {
        padding: 45px 15px 40px;
    }
}

.account-wrapper .title {
    color: #ffffffff;
}

.account-logo {
    margin-bottom: 50px;
}

.account-logo .logo {
    max-width: calc(100% - 100px);
}

.account-logo .logo a {
    display: block;
}

.account-logo .logo img {
    height: 60px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}

.account-header {
    margin-bottom: 40px;
}

.account-header .title {
    font-weight: 500;
    margin-bottom: 20px;
}

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

.form--label {
    font-family: "Exo 2", sans-serif;
    color: #ffffffff;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

.form--control-2 {
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    height: 35px;
    color: #ffffffff;
}

.form--control-2:focus {
    box-shadow: none;
    background: transparent;
    color: #ffffffff;
}

textarea.form--control-2 {
    height: 120px;
}

.type-change {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.form--check {
    margin: 0;
    align-items: center;
}

.form--check label {
    padding-top: 1px;
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: #1e90ff;
    border-color: #1e90ff;
}

.form--check .form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(30, 144, 255, 0.25);
}

.recent__logins .item {
    text-align: center;
    padding: 12px;
}

.recent__logins .item .thumb {
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #1e90ff;
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto 25px;
    position: relative;
    position: relative;
}

.recent__logins .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.recent__logins .item .thumb .hide-btn {
    position: absolute;
    right: 10px;
    top: 0;
    background: #1e90ff;
    color: #ffffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.recent__logins .item .name {
    font-weight: 500;
    font-size: 18px;
    font-family: "Exo 2", sans-serif;
    color: #ffffffff;
}

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

.social__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.social__media li {
    padding: 3px;
}

.social__media li a i {
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    background: #1e90ff;
    color: #ffffffff;
}

.social__media li a i[class*="facebook"] {
    background: #3b5998;
}

.social__media li a i[class*="twitter"] {
    background: #55acee;
}

.social__media li a i[class*="instagram"] {
    background: #e4405f;
}

.social__media li a i[class*="youtube"] {
    background: #cd201f;
}

.social__media li a i[class*="pinterest"] {
    background: #007bb5;
}

.social__media li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.social__media li a i[class*="skype"] {
    background: #2fb7df;
}

.social__media li a i[class*="tumblr"] {
    background: #34465d;
}

.social__media li a i[class*="behance"] {
    background: #1769ff;
}

.social__media li a i[class*="dribble"] {
    background: #ea4c89;
}

.social__media li a i[class*="basketball"] {
    background: #ea4c89;
}

.social__media li a i[class*="whatsapp"] {
    background: #25d366;
}

.maps {
    height: 370px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contact__item {
    padding: 25px 20px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.contact__item:not(:last-child) {
    margin-bottom: 30px;
}

.contact__item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e90ff;
    color: #ffffffff;
}

.contact__item-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.contact__item-content .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.contact__item-content li {
    padding: 0;
}

.contact__item-content a {
    color: #555555;
}

.contact__item-content a:hover {
    color: #1e90ff;
}

@media screen and (max-width: 400px) {
    .contact__item .contact__item-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .contact__item .contact__item-content {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}

.no-skip {
    cursor: no-drop;
}

.btn--grp-about {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px !important;
}

.counter-section {
    position: relative;
}

.counter-section::before {
    inset: 0;
    background: radial-gradient(circle, rgba(6, 22, 58, 0.8) -5%, #06163a 40%);
}

.counter-section > div {
    position: relative;
}

.nav--tabs {
    border: none;
    margin: 0 0 25px;
}

.nav--tabs li {
    padding: 0;
}

.nav--tabs li a {
    text-decoration: underline;
    color: #3b368c;
    font-size: 16px;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    padding: 6px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nav--tabs li a.active {
    background: #1e90ff;
    color: #ffffffff;
    text-decoration: none;
}

.redirect__item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(59, 54, 140, 0.1);
    background: #fff;
}

.redirect__item .redirect__thumb {
    overflow: hidden;
    height: 250px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.redirect__item .redirect__thumb a {
    height: 100%;
    display: block;
}

.redirect__item .redirect__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.redirect__item .redirect__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.redirect__item .redirect__content a {
    margin: 7px;
    font-size: 20px;
    padding: 5px;
    color: #3b368c;
}

.redirect__item .redirect__content .price {
    font-size: 14px;
    background: rgba(30, 144, 255, 0.2);
    color: #1e90ff;
    border-radius: 5px;
    margin-right: auto;
    padding: 5px 10px;
    margin-left: 10px;
}

.redirect__item:hover .redirect__thumb img {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

.redirect__item:hover .redirect__content .price {
    color: #ffffffff;
    background: #1e90ff;
}

.banner__widget {
    background: #f6f9ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
}

.banner__widget-title {
    margin: 0;
    margin-bottom: 25px;
}

.banner__widget-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #1e90ff;
}

.banner__widget .track-form .form-control {
    height: 50px;
    box-shadow: none;
    padding: 0 15px;
    font-size: 14px;
}

.banner__widget .track-form .cmn--btn {
    height: 45px;
    width: 100%;
}

.banner__widget:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 450px) {
    .banner__widget {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

.form--label {
    margin-bottom: 10px;
}

.reply-item {
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    margin: 10px;
    background: #fff;
}

.reply-item .name-area {
    padding: 20px;
    width: 220px;
    text-align: center;
}

.reply-item .name-area .title {
    margin: 0;
    font-size: 18px;
}

.reply-item .name-area .reply-thumb {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reply-item .content-area {
    width: calc(100% - 220px);
    padding: 20px;
    border-left: 1px solid rgba(59, 54, 140, 0.1);
}

.reply-item .content-area .meta-date {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 767px) {
    .reply-item {
        padding: 0;
    }

    .reply-item .name-area, .reply-item .content-area {
        width: 100%;
        border: none;
    }

    .reply-item .name-area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.reply-message-area {
    margin: -10px;
}

.reply-message-area li {
    padding: 0;
}

.reply-message-area li ul {
    padding-left: 20px;
}

@media (min-width: 768px) {
    .reply-message-area li ul {
        padding-left: 50px;
    }
}

.bg--section .reply-item {
    background: #f6f9ff;
}

.preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f9ff;
}

.loader-inner {
    height: 24px;
    margin: 70px auto;
    position: relative;
}

.loader-inner .loader-dots {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1e90ff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.loader-inner .loader-dots:first-child {
    margin-left: -52px;
}

.loader-inner .loader-dots:last-child {
    margin-left: 28px;
}

.loader-inner .loader-dots:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.loader-inner .loader-dots:nth-child(1) {
    -webkit-animation: loading-1 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-1 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(1):before {
    -webkit-animation: loading-2 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-2 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(2) {
    -webkit-animation: loading-3 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-3 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(2):before {
    -webkit-animation: loading-4 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-4 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(3) {
    -webkit-animation: loading-5 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-5 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(3):before {
    -webkit-animation: loading-6 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-6 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@-webkit-keyframes loading-1 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading-1 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loading-2 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes loading-2 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes loading-3 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading-3 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loading-4 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes loading-4 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes loading-5 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading-5 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loading-6 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes loading-6 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/*Blog Section Starts Here*/
.post__item {
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.post__item .post__thumb {
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    height: 270px;
}

.post__item .post__thumb a {
    display: block;
    height: inherit;
}

.post__item .post__thumb .category {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 7px 15px 4px;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    background: #1e90ff;
    color: #ffffffff;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.post__item .post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.post__item .post__content {
    padding: 30px;
}

.post__item .post__content .post__title {
    margin-bottom: 20px;
}

.post__item .post__content .post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.post__item .post__content .meta__date {
    border-left: 5px solid #1e90ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
    background: #f6f9ff;
}

.post__item .post__content .meta__date .meta__item {
    font-size: 14px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.post__item .post__content .meta__date .meta__item i {
    font-size: 20px;
    color: #1e90ff;
    margin-right: 6px;
}

.post__item:hover .post__thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post__item .post__read {
    font-family: "Exo 2", sans-serif;
    margin-top: 25px;
    color: #1e90ff;
}

@media (max-width: 991px) {
    .post__item .post__content {
        padding: 25px 15px 20px;
    }
}

.post__share {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}

.post__share li {
    padding: 3px;
}

.post__share li a {
    text-decoration: none;
}

.post__share li a i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #ffffffff;
    background: #1e90ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
    background: #3b5998;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="navy"] {
    background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

/*Blog Section Starts Here*/
.read--more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*Sidebar*/
.blog-sidebar {
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 400px) {
    .blog-sidebar {
        padding: 30px 20px;
    }
}

.widget__title {
    margin-bottom: 10px;
}

.widget:not(:last-child) {
    margin-bottom: 40px;
}









.widget.widget__tags ul li a {
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f6f9ff;
    font-size: 14px;
    text-decoration: none;
    color: #3b368c;
    border: 1px solid #e5e5e5;
}

.widget.widget__tags ul li a:hover, .widget.widget__tags ul li a.active {
    background: #1e90ff;
    color: #ffffffff;
}

.widget__post {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}

.widget__post .widget__post__thumb {
    width: 80px;
    height: 80px;
}

.widget__post .widget__post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget__post .widget__post__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.widget__post .widget__post__content .widget__post__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-bottom: 5px;
}

.widget__post .widget__post__content span {
    font-size: 14px;
    color: #1e90ff;
}

/*Blog Single*/
.post__details .post__header {
    margin-bottom: 40px;
}

.post__details .post__header .post__title {
    margin-bottom: 25px;
}

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

.post__details .post__thumb {
    height: 420px;
    margin-bottom: 30px;
}

.post__details .post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__details .post__quote {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .post__details .post__thumb {
        height: unset;
    }
}

.post__quote {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Exo 2", sans-serif;
    color: #3b368c;
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    border-left: 3px solid #1e90ff;
}

@media (max-width: 575px) {
    .post__quote {
        padding: 0 15px;
        font-size: 20px;
    }
}

.post__tag, .post__share {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.post__tag li, .post__share li {
    padding: 5px;
}

.post__share__title {
    margin-bottom: 10px;
}

.post__tag li a {
    font-size: 14px;
    padding: 5px 15px;
    background: #fff;
    color: #3b368c;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.post__tag li a:hover, .post__tag li a.active {
    background: #1e90ff;
    color: #ffffffff;
}

.post__share li a {
    text-decoration: none;
}

.post__share li a i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #ffffffff;
    background: #1e90ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
    background: #3b5998;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="navy"] {
    background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.dashboard-menu {
    background: #fff;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 15px rgba(59, 54, 140, 0.1);
    border: 1px solid #e5e5e5;
}

.dashboard-menu .user .title a {
    color: #3b368c;
}




.dashboard-menu ul li a {
    display: block;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.5;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    color: #555555;
}

.dashboard-menu ul li a i {
    margin-right: 7px;
}

.dashboard-menu ul li a:hover, .dashboard-menu ul li a.active {
    background: rgba(59, 54, 140, 0.1);
    color: #3b368c;
    border-color: #1e90ff;
}

.dashboard-menu .side-sidebar-close-btn {
    right: 25px;
    top: 25px;
    display: none;
}

@media (max-width: 1199px) {
    .dashboard-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        height: 100vh;
        -webkit-transition: 0.7s ease;
        -moz-transition: 0.7s ease;
        transition: 0.7s ease;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow-y: auto;
        z-index: 9999;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background: #06163a;
    }

    .dashboard-menu ul li a {
        color: #ddd;
    }

    .dashboard-menu ul li a:hover, .dashboard-menu ul li a.active {
        background: #ffffffff;
        color: #3b368c;
    }

    .dashboard-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .dashboard-menu .side-sidebar-close-btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #ea5455;
        font-size: 30px;
    }

    .dashboard-menu .user .title a {
        color: #ffffffff;
    }

    .dashboard-menu ul li a {
        color: #ffffffff;
    }

    .dashboard-menu ul li a:hover, .dashboard-menu ul li a.active {
        background: #ffffffff;
        color: #3b368c;
    }
}

.dashboard-menu .create-accounts {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffffff;
    display: flex;
    flex-wrap: wrap;
}

.dashboard-menu .create-accounts a {
    color: #ffffffff;
}

.user {
    text-align: center;
    padding: 25px;
}

.user .thumb {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.user .thumb a {
    display: block;
}

.user .thumb img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}



.dashboard-item {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fff;
    box-shadow: 0 0 15px rgba(59, 54, 140, 0.1);
    text-align: center;
    border: 1px solid #e5e5e5;
    align-items: center;
    text-align: left;
    height: 100%;
    color: #021013;
}



.dashboard-item .dashboard-header {
    justify-content: center;
    align-items: center;
}

.dashboard-item .dashboard-header .title {
    margin: 0;
}

.dashboard-item .dashboard-icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #3b368c;
    background: #1e90ff;
    display: block;
    color: #ffffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.dashboard-item a {
    margin: 0;
    color: #021013;
}

@media (max-width: 575px) {
    .dashboard-item {
        margin: 0 auto;
        max-width: 350px;
    }
}

.dashboard-item * {
    position: relative;
}

.dashboard-item .dashboard-icon {
    margin: 0;
}

.dashboard-item .cont {
    max-width: calc(100% - 60px);
    padding-left: 20px;
}

.dashboard-item .cont .dashboard-header {
    justify-content: flex-start;
}

.dashboard-item .cont .dashboard-header .title {
    font-size: 24px;
    line-height: 1;
}

.dashboard-item:hover {
    background: #1e90ff;
}

.dashboard-item:hover .title, .dashboard-item:hover a, .dashboard-item:hover .title, .dashboard-item:hover span {
    color: #ffffffff;
}
.cmn--table td span {
    word-break: break-all;
}

.dashboard-item:hover .dashboard-icon {
    background: #ffffffff !important;
    color: #1e90ff;
}

.bg--section .cmn--table,
.bg--section .dashboard-item,
.bg--section .dashboard-menu {
    background: #f6f9ff;
}

.bg--body .cmn--table,
.bg--body .dashboard-item,
.bg--body .dashboard-menu {
    background: #fff;
}

[class*="badge--"] {
    font-family: "Exo 2", sans-serif;
}

.cmn--table {
    margin: 0;
    border: none;
    background: #fff;
}

.cmn--table thead tr th {
    font-family: "Exo 2", sans-serif;
    padding: 15px 10px;
    text-align: center;
    color: #ffffffff;
    border: none;
    background: #1e90ff;
    border-right: 1px solid #e5e5e5;
}

.cmn--table thead tr th:first-child {
    border-left: 1px solid #e5e5e5;
}

.cmn--table thead tr th:last-child {
    border-right: 1px solid #e5e5e5;
}

.cmn--table tbody {
    text-align: center;
}

.cmn--table tbody tr td {
    vertical-align: middle;
    padding: 12px 5px;
    border-color: #e5e5e5;
    border-right: 1px solid #e5e5e5;
}



.cmn--table tbody tr td:first-child {
    border-left: 1px solid #e5e5e5;
}

.cmn--table tbody tr td .date {
    font-size: 14px;
}

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

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

    .cmn--table tbody tr:first-child {
        border-top: 1px solid #e5e5e5;
    }

    .cmn--table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        padding: 10px 15px;
    }

    .cmn--table tbody tr td::before {
        content: attr(data-label);
    }

    .cmn--table tbody tr td:first-child {
        border-left: 1px solid #e5e5e5;
    }

    .cmn--table tbody tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(15px);
    }
}

.d-title {
    margin: 0;
    margin-bottom: 15px;
}

.user-profile {
    max-width: 350px;
}

@media (max-width: 991px) {
    .user-profile {
        margin: 0 auto 30px;
    }
}

.user-profile img {
    width: 100%;
}

.user-profile .thumb {
    position: relative;
    margin: 0 auto -50px;
    max-width: calc(100% - 30px);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.user-profile .thumb img {
    width: 100%;
}

.user-profile .content {
    background: #f6f9ff;
    text-align: center;
    padding: 80px 15px 30px;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
}

.user-profile .content .title {
    font-weight: 600;
    font-size: 22px;
}

.profile-area {
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .profile-area {
        padding: 0;
        background: transparent;
        border: none;
    }
}

.bg--body .form--control {
    background: #fff;
}

.bg--body .form--control[readonly] {
    background: #fff;
}

.mb-20 {
    margin-bottom: 20px;
}

.select-item-2 .select-bar {
    height: 50px;
}

.select-item-2 .select-bar .current {
    line-height: 50px;
}

.select-item-2 .list {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.bg--section .custom--card {
    background: #f6f9ff;
}

.bg--body .custom--card {
    background: #fff;
}

.custom--card {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.custom--card .card-header, .custom--card .card-footer {
    border: none;
    background: rgba(59, 54, 140, 0.1);
    padding: 10px 15px;
    text-align: center;
}

.custom--card .card-header *, .custom--card .card-footer * {
    margin: 0;
}

.custom--card .card-header {
    background: #06163a;
}

.custom--card .card-header .title {
    color: #ffffffff;
}

.custom--card .card-body {
    border: none;
}

.custom--card .card-body img {
    width: 100%;
}

.custom--card button.form--control {
    background: #1e90ff;
    border: none;
    color: #ffffffff !important;
}

.two-factor-content {
    padding: 20px;
}

.two-factor-content .two__fact__text {
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .two-factor-content {
        padding: 0;
    }
}

.subtitle--bordered {
    margin: 0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.chart--size {
    width: 100%;
    height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding-top: 30px;
    background: #fff;
}

@media (max-width: 1399px) {
    .chart--size {
        height: 350px;
    }
}

@media (max-width: 1199px) {
    .chart--size {
        height: 250px;
    }
}

.badge {
    font-weight: 400;
    padding: 4px 10px 6px;
    display: inline-block;
}

.dashboard-menu-open {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: auto;
    background: #1e90ff;
    color: #ffffffff;
    font-size: 30px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.custom--card .meta-info {
    justify-content: space-between;
    padding: 10px 10px 0;
}

.custom--card .meta-info .item {
    margin-bottom: 10px;
    color: #3b368c;
    font-weight: 500;
    font-family: "Exo 2", sans-serif;
}

.deposit-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.deposit-group .input-group {
    width: calc(100% - 200px);
}

.deposit-group .deposit--label {
    max-width: 200px;
    font-family: "Exo 2", sans-serif;
}

@media (max-width: 767px) {
    .deposit-group .input-group {
        width: calc(100% - 160px);
    }

    .deposit-group .deposit--label {
        max-width: 160px;
    }
}

@media (max-width: 575px) {
    .deposit-group .input-group,
    .deposit-group .deposit--label {
        width: 100%;
    }

    .deposit-group .deposit--label {
        margin-bottom: 10px;
    }
}

.form--control {
    background: #fff;
    height: 52px;
    box-shadow: none !important;
    outline: none !important;
}

.form--control[readonly] {
    background: #f6f9ff !important;
}

textarea.form--control {
    height: 120px;
}

.bg--section .form--control {
    background: #f6f9ff;
}

.bg--section .form--control[readonly] {
    background: #f6f9ff !important;
}

.input-group .input-group-text {
    color: #ffffffff;
    border: none;
}

.form--label-2 {
    font-weight: 500;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 10px;
}

select.form--control {
    appearance: auto;
}

.form--control[type="file"] {
    height: unset;
    line-height: 50px;
    padding: 0 10px;
}

.remove-image {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ea5455;
    color: #ffffffff;
    border-radius: 3px;
    display: none;
    z-index: 9;
    cursor: pointer;
}

.user-profile {
    position: relative;
}

.two-factor-scan {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.change-wrapper {
    padding: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffffff;
    z-index: 9;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    display: block;
    text-align: center;
    background: #1e90ff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.scrollToTop:hover {
    color: #ffffffff;
}

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

.scrollToTop img {
    width: 100%;
}

.video__btn {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #1e90ff;
    line-height: 75px;
    text-align: center;
}

.video__btn img {
    width: 100%;
}

.video__btn i {
    font-size: 24px;
    color: #ffffffff;
}

.video__btn::before, .video__btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #1e90ff;
    opacity: 0.15;
    z-index: -10;
}

.video__btn::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video__btn::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.video__btn-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cmn--btn {
    color: #ffffffff;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 500;
    padding: 14px 30px 12px;
    background: #1e90ff;
    border: 1px solid rgba(30, 144, 255, 0.2);
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Exo 2", sans-serif;
}

.cmn--btn:hover {
    background: transparent;
    color: #3b368c;
}

.cmn--btn.btn--sm {
    padding: 7px 20px;
}

.cmn--btn.btn--md {
    padding: 10px 25px;
}

.cmn--btn.btn--lg {
    padding: 13px 35px;
}

.cmn--btn.btn--block {
    padding: 10px 25px;
    display: block;
}

.cmn--btn.txt__btn {
    padding: 0;
    font-weight: 600;
    border: none !important;
    text-decoration: underline;
    background: transparent !important;
}

.btn.fz--16 {
    font-size: 16px;
}

.button-area {
    margin: -5px;
}

.button-area a {
    margin: 5px;
}

button.cmn--btn:hover {
    background: #1e90ff;
    color: #ffffffff;
}

.btn__grp {
    margin: -5px;
}

.btn__grp .cmn--btn {
    margin: 5px;
}

.btn__grp .cmn--btn:nth-of-type(2n) {
    background: transparent;
    color: #ffffffff;
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

.menu > li:nth-last-of-type(1) .submenu, .menu > li:nth-last-of-type(2) .submenu {
    left: unset;
    right: 0;
}

.pagination {
    margin: -3px;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center !important;
}

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

.pagination .page-item a,
    .pagination .page-item span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: #3b368c;
    padding: 0;
    line-height: 40px;
    display: block;
    margin: 0;
    border: 1px solid rgba(59, 54, 140, 0.2);
    background: #fff;
}

.pagination .page-item a.active,
      .pagination .page-item span.active {
    background: #1e90ff;
}

.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: #1e90ff;
    color: #ffffffff;
    border-color: rgba(59, 54, 140, 0.2);
}

.pagination .page-item.disabled span {
    background: rgba(30, 144, 255, 0.3);
    border: none;
    color: #ffffffff;
}

.cookie__wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #192A56;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
    font-size: 18px;
    z-index: 99999;
    color: #ddd;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.cookie__wrapper .txt {
    max-width: 720px;
    margin-right: 20px;
}
.map-area iframe {
    width: 100%;
    height: 485px;
}
@media (max-width:1199px) {
    .map-area iframe {
        height: 450px;
    }
}
@media (max-width:500px) {
    .map-area iframe {
        height: 450px;
    }
}

.form--control.style--trans {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
}
.form--control.style--trans::placeholder {
    color: rgba(255,255,255,0.75)
}
select.form--control.style--trans option{
    color: #363636;
}
.account-wrapper .left-side.auth {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
@media screen and (max-width:1199px) {
    .dashboard-menu .user .content .title {
        color: #fff;
    }
}
@media screen and (min-width:576px) {
    .shorten-form-group .cmn--btn.copy,
    .shorten-form-group .cmn--btn.new {
        width: 80px;
        max-width: 45%;
    }
    .shorten-form-group .cmn--btn.new {
        right: 10px;
    }
    .shorten-form-group .cmn--btn.copy {
        right: 100px;
    }
}
@media screen and (max-width:575px) {
    .short__group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 15px 0 0;
    }
    .shorten-form-group .cmn--btn.copy,
    .shorten-form-group .cmn--btn.new {
        position: relative;
        width: 60px;
        flex-grow: 1;
        max-width: calc(50% - 5px);
        right: 0;
    }
    .short__group-wrap .form--control[readonly] {padding: 0 15px !important;}
}

.btn-check:focus+.btn, .btn:focus, .page-link:focus{
    box-shadow: unset;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #d0d9eb8f!important;
}

.w-100{
    height: 52px !important;
}


.table>:not(:first-child) {
    border-top: unset;
}


.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

@media (max-width: 991px) {
    .table tbody tr td::before {
        display: block;
        font-size: 0.875rem;
    }
}

