@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&family=Open+Sans&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #042656;
    font-family: "Josefin Sans", sans-serif;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #042656;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    color: #17c0eb;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
    margin-top: -7px;
}

h3 {
    font-size: 28px;
    margin-top: -6px;
}

h4 {
    font-size: 24px;
    margin-top: -5px;
}

h5 {
    font-size: 20px;
    margin-top: -4px;
}

h6 {
    font-size: 18px;
    margin-top: -3px;
}

p {
    margin-top: -8px;
}

p:last-child {
    margin-bottom: -7px !important;
}

@media (min-width: 768px) {
    h1 {
        font-size: 76px;
        line-height: 86px;
        margin-top: -16px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
        margin-top: -7px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -4px;
    }

    h4 {
        font-size: 30px;
        margin-top: -5px;
    }

    h5 {
        font-size: 24px;
        margin-top: -4px;
    }

    h6 {
        font-size: 22px;
        margin-top: -3px;
    }
}

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;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_fixed {
    background-attachment: fixed;
}

.top__center {
    background-position: top center;
}

.bg--overlay::after, .bg--overlay-2::after, .base--overlay::after, .works--thumb::before {
    position: absolute;
    content: '';
}

.social-icons, .footer__widget .social__icons, .newsletter-form-group, .header-top-wrapper, .feat__list, .app-link-form, .review__item .review__content .social, .review__item .review__content, .app-group, .form-meta, .contact-info-item, .contact__item, .post__item .post__content .meta__date, .post__tag, .post__share, .widget.widget__tags ul, .widget__post, .button-area {
    display: flex;
    flex-wrap: wrap;
}

.special__feature__thumb::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.pt-120 {
    padding-top: 80px;
}

.pb-120 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-60 {
    padding-top: 30px;
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }

    .pb-120 {
        padding-bottom: 120px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .mw-lg-100 {
        max-width: 100%;
    }
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.mb-40-none {
    margin-bottom: -40px !important;
}

label, button, input[type="submit"] {
    cursor: pointer;
}

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: #17c0eb;
}

body *::-webkit-scrollbar-button {
    background-color: #17c0eb;
}

body *::-webkit-scrollbar-thumb {
    background-color: #17c0eb;
}

*::selection {
    background-color: #17c0eb;
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(25, 42, 86, 0.7);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.mb--50 {
    margin-bottom: -50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.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: #fff;
}

.social-icons li a i {
    color: #192a56;
}

.social-icons li a:hover {
    background: #17c0eb;
}

.social-icons li a:hover i {
    color: #fff;
}

.section__header {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section__header {
        margin-bottom: 50px;
    }
}

.section__header p {
    margin-top: 0;
}

.section__header__center {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section__header.text--white .section__title {
    color: #fff;
}

.section__cate {
    color: #17c0eb;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}

.section__cate::before, .section__cate::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #17c0eb;
    vertical-align: middle;
}

.section__cate::after {
    margin-left: 20px;
}

.section__cate::before {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .section__cate {
        font-size: 14px;
    }
}

.section__cate.bg--white::before {
    background: #fff;
}

.section__title {
    margin-bottom: 12px;
}

.fs--14 {
    font-size: 14px;
}

.fs--16 {
    font-size: 16px;
}

.fs--18 {
    font-size: 18px;
}

a i {
    text-decoration: none !important;
}

.bg--overlay, .bg--overlay-2 {
    position: relative;
}

.bg--overlay::after, .bg--overlay-2::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, black, rgba(0, 0, 0, 0.3));
}

.bg--overlay > *, .bg--overlay-2 > * {
    position: relative;
    z-index: 1;
}

.bg--overlay-2::after {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), black);
}

.base--overlay {
    position: relative;
}

.base--overlay::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #042656;
    opacity: .9;
}

.base--overlay > * {
    position: relative;
    z-index: 1;
}

[class*="line--limit"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line--limit-1 {
    -webkit-line-clamp: 1;
}

.line--limit-2 {
    -webkit-line-clamp: 2;
}

.line--limit-3 {
    -webkit-line-clamp: 3;
}

.line--limit-4 {
    -webkit-line-clamp: 4;
}

.line--limit-5 {
    -webkit-line-clamp: 5;
}

.ratings i {
    color: #e9ba17;
}

.cursor {
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #17c0eb;
    pointer-events: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transition-property: background, transform;
    transform: translate(-50%, -50%);
    transform-origin: 100% 100%;
    z-index: 999;
}

.link-grow {
    border-width: 1px;
    transform: scale(2);
    backdrop-filter: grayscale(50%);
}

.link-hovered {
    color: #fff;
}

.bg--body {
    background-color: #fff !important;
}

.bg--section {
    background-color: #f5f7fd !important;
}

.btn--base,
.badge--base,
.bg--base {
    background-color: #17c0eb !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
    background-color: #7367f0 !important;
}

.btn--secondary, .badge--secondary, .bg--secondary {
    background-color: #042656 !important
}

.btn--success,
.badge--success,
.bg--success {
    background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
    background-color: #ea5455 !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: #192a56 !important;
}

.btn--white,
.badge--white,
.bg--white {
    background-color: #fff !important;
}

[class*="btn--"] {
    color: #fff;
    font-weight: 500;
}

[class*="btn--"]:hover {
    color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
    color: #042656;
}

.btn--warning:hover,
  .badge--warning:hover,
  .btn--white:hover,
  .badge--white:hover {
    color: #042656;
}

.btn--black,
.badge--black,
.bg--black {
    background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
    background-color: #042656 !important;
}

.btn--1,
.badge--1,
.bg--1 {
    background-color: #0f2d92 !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: #192a56 !important;
}

.text--white {
    color: #fff !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: #17c0eb !important;
}

.text--title {
    color: #042656 !important;
}

.text--star {
    color: #e9ba17 !important;
}

.text--1 {
    color: #0f2d92 !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.bg--none {
    background: none !important;
}

.bg--section .form--control, .bg--section .reply-item {
    background: #fff;
}

.bg--body .form--control, .bg--body .reply-item {
    background: #f5f7fd;
}

/*Footer Section*/
.footer__widget .widget__title {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
}

.footer__widget .footer__links {
    font-size: 14px;
}

.footer__widget .footer__links li {
    padding: 0;
    position: relative;
}

.footer__widget .footer__links li:not(:last-child) {
    padding-bottom: 5px;
}

.footer__widget .footer__links li a {
    color: rgba(255, 255, 255, 0.7);
    padding-left: 20px;
}

.footer__widget .footer__links li a:hover {
    color: #fff;
}

.footer__widget .footer__links li a::before {
    content: "\f105";
    font-weight: 600;
    color: #17c0eb;
    font-family: "Line Awesome Free";
    position: absolute;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer__widget .footer__links li a:hover::before {
    left: 5px;
}

.footer__widget .social__icons {
    line-height: 1;
    margin: -5px;
    font-size: 18px;
}

@media (min-width: 576px) {
    .footer__widget .social__icons {
        font-size: 22px;
    }
}

.footer__widget .social__icons li {
    padding: 5px;
}

.footer__widget .social__icons li a {
    color: #fff;
}

.footer__widget .social__icons li a:hover {
    color: #17c0eb;
}

.newsletter-form-group {
    max-width: 450px;
    position: relative;
}

.newsletter-form-group .form-control {
    height: 57px;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 130px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-form-group .form-control::placeholder {
    color: #fff;
}

.newsletter-form-group button {
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.newsletter-form .checkgroup {
    display: flex;
    align-items: flex-start;
}

.newsletter-form .checkgroup label {
    font-size: 14px;
    padding-left: 10px;
    margin: 0;
}

.newsletter-form .checkgroup input {
    margin-top: 7px;
}

.copyright__area {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.copyright__area .copyright__thumb {
    width: 80px;
}

.copyright__area .copyright__thumb img {
    width: 100%;
}

.copyright__area .copyright__content {
    width: calc(100% - 80px);
    padding: 0 0 0 30px;
}

@media (max-width: 575px) {
    .copyright__area .copyright__content {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

.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;
    font-size: 14px;
}

@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;
    }
}

.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: #fff;
    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;
}

.header-top-wrapper {
    justify-content: space-between;
    align-items: center;
}

.header-top-wrapper .logo {
    width: 200px;
}

.header-top-wrapper .logo a {
    display: block;
    height: 70px;
}

.header-top-wrapper .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.header-top-wrapper .right-area .cmn--btn {
    margin-right: 15px;
}

.header-top-wrapper .right-area a {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
}

.header-bottom {
    position: sticky;
    z-index: 999;
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgba(4, 38, 86, 0.1);
}

@media (min-width: 992px) {
    .menu-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -15px;
    }

    .mega__menu__area {
        position: absolute;
        z-index: 99;
        width: 100%;
        left: 0;
        top: 100%;
        background: #042656;
        padding: 40px 0;
        -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;
        visibility: hidden;
        opacity: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mega__menu__area .mega__menu__item {
        max-width: 350px;
    }

    .left-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .left-menu > li > a {
        position: relative;
    }

    .left-menu > li > a::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 20px;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        left: 50%;
        top: calc(100% + 2px);
        background: #042656;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
    }

    .left-menu li {
        padding: 20px 0;
    }

    .left-menu li a {
        padding: 5px 10px;
        color: #042656;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 600;
    }

    .left-menu li a .info {
        font-family: "Open Sans", sans-serif;
        display: block;
        font-size: 14px;
        font-weight: 400;
        opacity: .5;
    }

    .left-menu li a:hover {
        color: #17c0eb;
    }

    .left-menu li a:hover .info {
        opacity: 1;
    }

    .left-menu li .mega__title {
        color: #17c0eb;
    }

    .left-menu li ul li {
        padding: 10px 0;
    }

    .left-menu li ul li a {
        padding: 0;
        font-weight: 500;
        color: #fff;
    }

    .left-menu li:hover a::before {
        opacity: 1;
    }

    .left-menu li:hover .mega__menu__area {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
    }

    .right-menu {
        display: flex;
        flex-wrap: wrap;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 500;
    }

    .right-menu li {
        padding: 0;
    }

    .right-menu li > a {
        font-size: 16px;
        padding: 5px 15px;
        font-weight: 600;
        color: #042656;
        text-decoration: none;
    }

    .right-menu li .submenu {
        position: absolute;
        top: calc(100% + 10px);
        right: -15px;
        min-width: 240px;
        background: #fff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
        border-bottom: none;
        padding: 10px;
        background: #042656;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .right-menu li .submenu li > a {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 5px 20px;
        border-bottom: 1px solid rgba(4, 38, 86, 0.1);
    }

    .right-menu li .submenu li .submenu {
        left: 100%;
        top: 10px;
    }

    .right-menu li .submenu li:hover > .submenu {
        top: 0;
    }

    .right-menu li .submenu li:hover > a {
        background: #17c0eb;
        color: #fff;
        padding-left: 22px;
    }

    .right-menu li:hover > .submenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .left-menu li > a,
  .right-menu li > a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .menu-item-has-children-2 {
        position: relative;
        z-index: 999 !important;
    }

    .menu-item-has-children-2 > a {
        align-items: center;
    }

    .menu-item-has-children-2 > a::after {
        content: "\f107";
        font-weight: 700;
        font-family: "Line Awesome Free";
        margin-left: 5px;
    }
}

@media (max-width: 991px) and (min-width: 992px) {
    .menu-item-has-children-2.open .submenu {
        display: block !important;
    }

    .menu-item-has-children-2 .submenu {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .menu-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #042656;
        padding: 70px 30px 30px;
        z-index: 999;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: left;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .menu-area.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        transform-origin: right;
    }

    .menu-area .mega__title {
        color: #fff;
        margin-bottom: 10px;
    }

    .menu-area ul li a {
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    .menu-area ul li a:hover {
        color: #17c0eb;
    }

    .menu-area .mega__menu__area {
        display: none;
        padding: 20px 0;
    }

    .menu-area .mega__menu__area ul:not(:last-child) {
        margin-bottom: 20px;
    }

    .menu-area .mega__menu__area ul li {
        padding: 0;
    }

    .menu-area .mega__menu__area ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .menu-area .mega__menu__area ul li a {
        display: block;
    }

    .menu-area .mega__menu__area ul li a .title {
        font-family: "Josefin Sans", sans-serif;
    }

    .menu-area .mega__menu__area ul li a span {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .left-menu,
  .right-menu {
        max-width: 690px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .left-menu > li,
  .right-menu > li {
        font-family: "Josefin Sans", sans-serif;
        padding: 10px 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    }

    .right-menu ul {
        padding: 10px 15px;
        display: none;
        font-size: 14px;
    }

    .right-menu ul li {
        padding: 0;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .mega__menu__item {
        width: 180px;
        flex-grow: 1;
    }

    .menu-area {
        padding: 60px 15px 30px;
    }
}

.cross--btn {
    color: #ea5455;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

/*Banner Section*/
.banner-section {
    padding: 135px 0;
}

@media (max-width: 991px) {
    .banner-section {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding: 60px 0;
    }
}

.banner__content .banner__category {
    margin-bottom: 20px;
}

.banner__content .banner__title {
    margin-bottom: 15px;
}

.banner__content .banner__subtitle {
    margin-bottom: 25px;
}

.banner__content .banner__txt {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 575px) {
    .banner__content .banner__txt {
        font-size: 16px;
    }
}

.transaction--group {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}

.transaction--group .select2 {
    width: 140px !important;
}

.transaction--group .select2-container .select2-selection--single {
    height: 60px;
}

.transaction--group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.transaction--group .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
    box-shadow: none;
    background: #042656;
    padding-left: 10px;
    padding-right: 20px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.transaction--group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.transaction--group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 10px;
}

.transaction--group .transaction--label {
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #042656;
    cursor: text;
}

.transaction--group .transaction--input-group {
    position: relative;
    flex-grow: 1;
}

.transaction--group input {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-right: none;
    background: #f5f7fd;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 15px 20px 0;
    box-shadow: none;
    outline: none;
}

@media (max-width: 575px) {
    .transaction--group {
        margin-bottom: 20px;
    }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #042656;
    padding: 10px;
}

.banner-form-wrapper {
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px;
    position: relative;
}

.banner-form-wrapper button.cmn--btn {
    height: 55px;
    display: block;
    width: 100%;
}

@media (max-width: 575px) {
    .banner-form-wrapper {
        padding: 20px;
    }

    .banner-form-wrapper button.cmn--btn {
        height: 50px;
    }
}

.banner-form-wrapper .charges-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}

@media screen and (min-width: 500px) {
    .banner-form-wrapper {
        margin-top: 15px;
        margin-right: 15px;
    }

    .banner-form-wrapper::before {
        position: absolute;
        content: "";
        bottom: 15px;
        left: 15px;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        z-index: -1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

/*Banner Support Section*/
.banner__support__item {
    display: flex;
    align-items: center;
}

.banner__support__item .banner__support__thumb {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #17c0eb;
}

.banner__support__item .banner__support__content {
    padding-left: 20px;
}

.banner__support__item .banner__support__content a {
    color: #042656;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
}

.banner__support__item .banner__support__content a:hover {
    color: #17c0eb;
}

.banner__support__item .banner__support__content .info {
    display: block;
    font-size: 14px;
}

@media (max-width: 991px) and (min-width: 576px) {
    .banner__support__item {
        justify-content: center;
    }
}

.banner-support {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .banner-support {
        padding: 70px 0;
    }
}

.banner__support__review {
    background: #fff;
    box-shadow: 0 0 5px rgba(4, 38, 86, 0.1);
    padding: 20px 20px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.banner__support__review .ratings {
    margin-bottom: 10px;
    font-size: 18px;
}

.banner__support__review p {
    font-size: 14px;
    margin-bottom: 20px;
}

.banner__support__review .logo {
    width: 100%;
    height: 50px;
}

.banner__support__review .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .banner__support__review {
        margin-top: -100px;
    }
}

@media (min-width: 992px) {
    .banner__support__review {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.hero-section {
    padding: 80px 0;
}



@media (max-width: 991px) {
    .hero-section {
        padding: 60px 0;
    }
    .hero__title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .hero__title  {
        font-size: 28px;
    }
}

@media (max-width: 590px) {
    .hero-title {
        padding: 40px 0;
        font-size: 18px;
    }
}





.breadcrumb {
    font-family: "Josefin Sans", sans-serif;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    color: #17c0eb;
}

.breadcrumb li a {
    color: #fff;
}

/* .breadcrumb li a::after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
    color: #fff;
} */

.breadcrumb li a:hover {
    color: #17c0eb;
}

.partner-thumb {
    position: relative;
    height: 45px;
    overflow: hidden;
    display: block;
}

.partner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-filter: grayscale(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.partner-thumb img:nth-child(2) {
    position: absolute;
    left: 0;
    top: -50px;
    -webkit-filter: grayscale(100%);
}

@media (max-width: 575px) {
    .partner-thumb img {
        -webkit-filter: grayscale(0);
    }
}

.partner-thumb:hover img {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.partner-thumb:hover img:nth-child(2) {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.feature__item {
    text-align: center;
}

.feature__item .feature__thumb {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 25px;
}

.feature__item .feature__thumb::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    -moz-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    animation: featureShape 2s linear infinite;
    -webkit-animation: featureShape 2s linear infinite;
    -moz-animation: featureShape 2s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.feature__item .feature__thumb .thumb {
    position: relative;
    width: 45px;
    height: 45px;
}

.feature__item .feature__thumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature__item:hover .feature__thumb::before {
    background: #042656;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
}

.feature__item .feature__content .feature__title {
    margin-bottom: 15px;
}

.feature__item .feature__content p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes featureShape {
    0% {
        -webkit-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        -moz-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    }

    50% {
        -webkit-border-radius: 37% 63% 60% 40%/34% 46% 54% 66%;
        -moz-border-radius: 37% 63% 60% 40%/34% 46% 54% 66%;
        border-radius: 37% 63% 60% 40%/34% 46% 54% 66%;
    }

    100% {
        -webkit-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        -moz-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    }
}

.special__feature__wrapper > .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.feat__list li {
    padding-left: 22px;
    position: relative;
    font-size: 14px;
    width: 100%;
    max-width: 260px;
}

.feat__list li::before {
    content: "\f058";
    font-family: "Line Awesome Free";
    font-weight: 600;
    color: #17c0eb;
    position: absolute;
    left: 0;
    font-size: 18px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .feat__list li {
        max-width: 228px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .feat__list li {
        max-width: 50%;
    }
}

.special__feature__thumb {
    position: relative;
}

.special__feature__thumb::before {
    width: 100%;
    height: 100%;
    border-radius: 37% 63% 60% 40% / 34% 46% 54% 66%;
    background: #f5f7fd;
    animation: featureShape 5s linear infinite;
    -webkit-animation: featureShape 5s linear infinite;
    -moz-animation: featureShape 5s linear infinite;
}

.special__feature__thumb img {
    position: relative;
}

@media (max-width: 991px) {
    .special__feature__thumb {
        max-width: 500px;
        margin-bottom: 40px;
    }
}

.call__to__thumb img {
    width: 100%;
}

@media (max-width: 991px) {
    .call__to__thumb {
        max-width: 450px;
    }
}

.apply__account__content .apply__title {
    margin-bottom: 15px;
}

.apply__wrapper .row:nth-of-type(even) {
    flex-direction: row-reverse;
}

.app-link-form {
    max-width: 320px;
    position: relative;
}

.app-link-form .form-control {
    height: 57px;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 120px;
}

.app-link-form button {
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.apply__account__thumb {
    margin-bottom: 30px;
    text-align: center;
}

.apply__account__thumb img {
    max-width: 100%;
}

.apply__account__content {
    text-align: center;
}

.apply__account__content .app-link-form {
    margin: 0 auto;
}

.review__item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.review__item .review__thumb a {
    display: block;
    height: 100%;
}

.review__item .review__content {
    background: #fff;
    max-height: 100%;
    overflow-y: scroll;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(calc(100% + 30px));
    -ms-transform: translateY(calc(100% + 30px));
    transform: translateY(calc(100% + 30px));
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.review__item .review__content::-webkit-scrollbar {
    display: none;
}

.review__item .review__content .social {
    background: #eaeff3;
    width: 63px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}

.review__item .review__content .social li {
    padding: 0;
    width: 100%;
}

.review__item .review__content .social li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
}

.review__item .review__content .social li a.facebook {
    color: #3b5998;
}

.review__item .review__content .social li a.twitter {
    color: #55acee;
}

.review__item .review__content .social li a.linkedin {
    color: #007bb5;
}

.review__item .review__content .social li a.instagram {
    color: #e4405f;
}

.review__item .review__content .social li a.google {
    color: #dd4b39;
}

.review__item .review__content .social li a.youtube {
    color: #cd201f;
}

.review__item .review__content .social li a.camera {
    color: #e4405f;
}

.review__item .review__content .social li a.pinterest {
    color: #007bb5;
}

.review__item .review__content .social li a.tumblr {
    color: #34465d;
}

.review__item .review__content .social li a.behance {
    color: #1769ff;
}

.review__item .review__content .social li a.skype {
    color: #2fb7df;
}

.review__item .review__content .social li a.demo {
    display: none;
}

.review__item .review__content .social li a:hover {
    color: #fff;
}

.review__item .review__content .social li a:hover.facebook {
    background: #3b5998;
}

.review__item .review__content .social li a:hover.twitter {
    background: #55acee;
}

.review__item .review__content .social li a:hover.linkedin {
    background: #007bb5;
}

.review__item .review__content .social li a:hover.instagram {
    background: #e4405f;
}

.review__item .review__content .social li a:hover.google {
    background: #dd4b39;
}

.review__item .review__content .social li a:hover.youtube {
    background: #cd201f;
}

.review__item .review__content .social li a:hover.camera {
    background: #e4405f;
}

.review__item .review__content .social li a:hover.pinterest {
    background: #007bb5;
}

.review__item .review__content .social li a:hover.tumblr {
    background: #34465d;
}

.review__item .review__content .social li a:hover.behance {
    background: #1769ff;
}

.review__item .review__content .social li a:hover.skype {
    background: #2fb7df;
}

.review__item .review__content .content {
    width: calc(100% - 63px);
    padding: 30px;
    align-self: center;
}

.review__item .review__content .content p {
    margin-bottom: 30px;
}

.review__item .review__content .content .author span {
    display: block;
    margin-bottom: -6px;
}

@media screen and (max-width: 500px) {
    .review__item .review__content {
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .review__item .review__content p {
        font-size: 14px;
        margin-top: -6px;
        line-height: 1.4;
    }

    .review__item .review__content .content {
        padding: 20px;
    }

    .review__item .review__content .content .author span {
        font-size: 14px;
    }
}

.review__item .ratings {
    font-size: 18px;
    margin-bottom: 20px;
}

.review__item:hover .review__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.review__item .h-title, .review__item .h-subtitle {
    text-align: center;
    margin: 0;
}

@media (max-width: 991px) {
    .review__item .h-title, .review__item .h-subtitle {
        color: #fff;
    }
}

.review__item .h-title {
    font-size: 70px;
    line-height: 1;
}

.review__item .h-title span {
    font-size: 60px;
}

@media (min-width: 576px) {
    .review__item .h-title {
        font-size: 120px;
    }
}

.review__item .h-subtitle {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 992px) {
    .review__item .h-subtitle {
        color: #555555;
    }
}

.review__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg--shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 330px;
}

@media (max-width: 1199px) {
    .bg--shape {
        bottom: 320px;
    }
}

@media (max-width: 991px) {
    .bg--shape {
        bottom: 200px;
    }
}

.review__home__layouts .review__item .review__thumb {
    height: 350px;
}

@media (min-width: 992px) {
    .review__home__layouts div[class*="col"]:nth-of-type(2n + 1) .review__item:nth-of-type(2n + 1) .review__thumb {
        height: 535px;
    }

    .review__home__layouts div[class*="col"]:nth-of-type(2n + 2) .review__item:nth-of-type(2n + 1) .review__thumb {
        height: 320px;
    }

    .review__home__layouts div[class*="col"]:nth-of-type(2n + 2) .review__item:nth-of-type(2n + 2) .review__thumb {
        height: 380px;
    }
}

@media (min-width: 1200px) {
    .review__home__layouts div[class*="col"]:nth-of-type(2n + 1) .review__item:nth-of-type(2n + 1) .review__thumb {
        height: 585px;
    }

    .review__home__layouts div[class*="col"]:nth-of-type(2n + 2) .review__item:nth-of-type(2n + 1) .review__thumb {
        height: 370px;
    }
}

@media (min-width: 1400px) {
    .review__home__layouts div[class*="col"]:nth-of-type(2n + 1) .review__item:nth-of-type(2n + 1) .review__thumb {
        height: 730px;
    }

    .review__home__layouts div[class*="col"]:nth-of-type(2n + 2) .review__item:nth-of-type(2n + 1) .review__thumb {
        height: 500px;
    }

    .review__home__layouts div[class*="col"]:nth-of-type(2n + 2) .review__item:nth-of-type(2n + 2) .review__thumb {
        height: 400px;
    }
}

.app-group {
    margin: -5px;
}

.app-group li {
    padding: 5px;
}

.app-group li a {
    display: block;
}

.app-group li a img {
    width: 100%;
}

@media (max-width: 991px) {
    .app-thumb img {
        width: 100%;
    }
}

.rtl {
    direction: rtl;
}

.how__item .how__thumb {
    max-width: 200px;
    margin: 0 auto 20px;
}

.how__item .how__thumb img {
    width: 100%;
}

.how__item .how__content {
    margin: 0 auto;
    max-width: 260px;
    text-align: center;
}

.how__item .how__content .how__title {
    margin-bottom: 15px;
}

.how__item .how__content p {
    font-size: 14px;
    margin-bottom: 25px;
}

/*Account Section*/
.account-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.account-section .account__thumb {
    height: 100%;
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: relative;
}

.account-section .account__thumb img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.account-section .account__content {
    padding: 50px 30px 70px;
    width: 50%;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow-y: auto;
}

.account-section .account__content .logo {
    width: 200px;
    height: 70px;
}

.account-section .account__content .logo a {
    display: block;
    height: inherit;
    width: inherit;
}

.account-section .account__content .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.account-section .account__content .account-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 230px);
}

.account-section .account__content .account-wrapper .account-form-area {
    width: 100%;
}

.account-section .account__content .account-wrapper .account__title {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .account-section .account__content {
        padding: 30px 30px;
    }

    .account-section .account__content .logo {
        height: 70px;
    }

    .account-section .account__content .account-wrapper {
        min-height: calc(100vh - 130px);
    }

    .account-section .account__content .account-wrapper .account-form {
        padding: 40px 30px;
    }
}

@media (min-width: 992px) {
    .account-section {
        height: 100vh;
        background: none !important;
        overflow-y: auto;
    }
}

@media (max-width: 991px) {
    .account-section::before {
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: #04265617;
    }

    .account-section .stars {
        right: 0;
    }

    .account-section .account__thumb {
        display: none;
    }

    .account-section .account__content {
        width: 100%;
        padding: 30px 30px;
        position: relative;
        z-index: 9;
    }

    .account-section .account__content .account-wrapper {
        min-height: calc(100vh - 185px);
    }

    .account-section .account__content .logo {
        margin-bottom: 35px;
    }

    .account-section .account__content .account-wrapper {
        color: #fff;
    }

    .account-section .account__content .account-wrapper .account-form {
        backdrop-filter: blur(5px);
        background: rgba(23, 192, 235, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .account-section .account__content .account-wrapper .account__title {
        text-align: center;
        color: #fff;
    }

    .account-section .account__content .account-wrapper .form--label {
        color: #fff;
    }

    .account-section .account__content .account-wrapper .form-meta a {
        color: #fff;
    }

    .account-section .account__content .account-wrapper .form--control {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        height: 60px;
    }

    .account-section .account__content .account-wrapper .form--control::placeholder {
        color: #fff;
    }
}

@media screen and (max-width: 470px) {
    .account-section .account__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .account-section .account__content .account-wrapper .account-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.logo-wrapper {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .logo-wrapper {
        max-width: 640px;
        margin: 0 auto;
    }
}

.stars {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}
.star1 {
    content: " ";
    position: absolute;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 571px 173px #00BCD4, 1732px 143px #00BCD4, 1745px 454px #FF5722, 234px 784px #00BCD4, 1793px 1123px #FF9800, 1076px 504px #03A9F4, 633px 601px #FF5722, 350px 630px #FFEB3B, 1164px 782px #00BCD4, 76px 690px #3F51B5, 1825px 701px #CDDC39, 1646px 578px #FFEB3B, 544px 293px #2196F3, 445px 1061px #673AB7, 928px 47px #00BCD4, 168px 1410px #8BC34A, 777px 782px #9C27B0, 1235px 1941px #9C27B0, 104px 1690px #8BC34A, 1167px 1338px #E91E63, 345px 1652px #009688, 1682px 1196px #F44336, 1995px 494px #8BC34A, 428px 798px #FF5722, 340px 1623px #F44336, 605px 349px #9C27B0, 1339px 1344px #673AB7, 1102px 1745px #3F51B5, 1592px 1676px #2196F3, 419px 1024px #FF9800, 630px 1033px #4CAF50, 1995px 1644px #00BCD4, 1092px 712px #9C27B0, 1355px 606px #F44336, 622px 1881px #CDDC39, 1481px 621px #9E9E9E, 19px 1348px #8BC34A, 864px 1780px #E91E63, 442px 1136px #2196F3, 67px 712px #FF5722, 89px 1406px #F44336, 275px 321px #009688, 592px 630px #E91E63, 1012px 1690px #9C27B0, 1749px 23px #673AB7, 94px 1542px #FFEB3B, 1201px 1657px #3F51B5, 1505px 692px #2196F3, 1799px 601px #03A9F4, 656px 811px #00BCD4, 701px 597px #00BCD4, 1202px 46px #FF5722, 890px 569px #FF5722, 1613px 813px #2196F3, 223px 252px #FF9800, 983px 1093px #F44336, 726px 1029px #FFC107, 1764px 778px #CDDC39, 622px 1643px #F44336, 174px 1559px #673AB7, 212px 517px #00BCD4, 340px 505px #FFF, 1700px 39px #FFF, 1768px 516px #F44336, 849px 391px #FF9800, 228px 1824px #FFF, 1119px 1680px #FFC107, 812px 1480px #3F51B5, 1438px 1585px #CDDC39, 137px 1397px #FFF, 1080px 456px #673AB7, 1208px 1437px #03A9F4, 857px 281px #F44336, 1254px 1306px #CDDC39, 987px 990px #4CAF50, 1655px 911px #00BCD4, 1102px 1216px #FF5722, 1807px 1044px #FFF, 660px 435px #03A9F4, 299px 678px #4CAF50, 1193px 115px #FF9800, 918px 290px #CDDC39, 1447px 1422px #FFEB3B, 91px 1273px #9C27B0, 108px 223px #FFEB3B, 146px 754px #00BCD4, 461px 1446px #FF5722, 1004px 391px #673AB7, 1529px 516px #F44336, 1206px 845px #CDDC39, 347px 583px #009688, 1102px 1332px #F44336, 709px 1756px #00BCD4, 1972px 248px #FFF, 1669px 1344px #FF5722, 1132px 406px #F44336, 320px 1076px #CDDC39, 126px 943px #FFEB3B, 263px 604px #FF5722, 1546px 692px #F44336;
    animation: animStar 150s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.star2 {
    content: " ";
    position: absolute;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 571px 173px #00BCD4, 1732px 143px #00BCD4, 1745px 454px #FF5722, 234px 784px #00BCD4, 1793px 1123px #FF9800, 1076px 504px #03A9F4, 633px 601px #FF5722, 350px 630px #FFEB3B, 1164px 782px #00BCD4, 76px 690px #3F51B5, 1825px 701px #CDDC39, 1646px 578px #FFEB3B, 544px 293px #2196F3, 445px 1061px #673AB7, 928px 47px #00BCD4, 168px 1410px #8BC34A, 777px 782px #9C27B0, 1235px 1941px #9C27B0, 104px 1690px #8BC34A, 1167px 1338px #E91E63, 345px 1652px #009688, 1682px 1196px #F44336, 1995px 494px #8BC34A, 428px 798px #FF5722, 340px 1623px #F44336, 605px 349px #9C27B0, 1339px 1344px #673AB7, 1102px 1745px #3F51B5, 1592px 1676px #2196F3, 419px 1024px #FF9800, 630px 1033px #4CAF50, 1995px 1644px #00BCD4, 1092px 712px #9C27B0, 1355px 606px #F44336, 622px 1881px #CDDC39, 1481px 621px #9E9E9E, 19px 1348px #8BC34A, 864px 1780px #E91E63, 442px 1136px #2196F3, 67px 712px #FF5722, 89px 1406px #F44336, 275px 321px #009688, 592px 630px #E91E63, 1012px 1690px #9C27B0, 1749px 23px #673AB7, 94px 1542px #FFEB3B, 1201px 1657px #3F51B5, 1505px 692px #2196F3, 1799px 601px #03A9F4, 656px 811px #00BCD4, 701px 597px #00BCD4, 1202px 46px #FF5722, 890px 569px #FF5722, 1613px 813px #2196F3, 223px 252px #FF9800, 983px 1093px #F44336, 726px 1029px #FFC107, 1764px 778px #CDDC39, 622px 1643px #F44336, 174px 1559px #673AB7, 212px 517px #00BCD4, 340px 505px #FFF, 1700px 39px #FFF, 1768px 516px #F44336, 849px 391px #FF9800, 228px 1824px #FFF, 1119px 1680px #FFC107, 812px 1480px #3F51B5, 1438px 1585px #CDDC39, 137px 1397px #FFF, 1080px 456px #673AB7, 1208px 1437px #03A9F4, 857px 281px #F44336, 1254px 1306px #CDDC39, 987px 990px #4CAF50, 1655px 911px #00BCD4, 1102px 1216px #FF5722, 1807px 1044px #FFF, 660px 435px #03A9F4, 299px 678px #4CAF50, 1193px 115px #FF9800, 918px 290px #CDDC39, 1447px 1422px #FFEB3B, 91px 1273px #9C27B0, 108px 223px #FFEB3B, 146px 754px #00BCD4, 461px 1446px #FF5722, 1004px 391px #673AB7, 1529px 516px #F44336, 1206px 845px #CDDC39, 347px 583px #009688, 1102px 1332px #F44336, 709px 1756px #00BCD4, 1972px 248px #FFF, 1669px 1344px #FF5722, 1132px 406px #F44336, 320px 1076px #CDDC39, 126px 943px #FFEB3B, 263px 604px #FF5722, 1546px 692px #F44336;
    animation: animStar 10s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.star3 {
    content: " ";
    position: absolute;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 571px 173px #00BCD4, 1732px 143px #00BCD4, 1745px 454px #FF5722, 234px 784px #00BCD4, 1793px 1123px #FF9800, 1076px 504px #03A9F4, 633px 601px #FF5722, 350px 630px #FFEB3B, 1164px 782px #00BCD4, 76px 690px #3F51B5, 1825px 701px #CDDC39, 1646px 578px #FFEB3B, 544px 293px #2196F3, 445px 1061px #673AB7, 928px 47px #00BCD4, 168px 1410px #8BC34A, 777px 782px #9C27B0, 1235px 1941px #9C27B0, 104px 1690px #8BC34A, 1167px 1338px #E91E63, 345px 1652px #009688, 1682px 1196px #F44336, 1995px 494px #8BC34A, 428px 798px #FF5722, 340px 1623px #F44336, 605px 349px #9C27B0, 1339px 1344px #673AB7, 1102px 1745px #3F51B5, 1592px 1676px #2196F3, 419px 1024px #FF9800, 630px 1033px #4CAF50, 1995px 1644px #00BCD4, 1092px 712px #9C27B0, 1355px 606px #F44336, 622px 1881px #CDDC39, 1481px 621px #9E9E9E, 19px 1348px #8BC34A, 864px 1780px #E91E63, 442px 1136px #2196F3, 67px 712px #FF5722, 89px 1406px #F44336, 275px 321px #009688, 592px 630px #E91E63, 1012px 1690px #9C27B0, 1749px 23px #673AB7, 94px 1542px #FFEB3B, 1201px 1657px #3F51B5, 1505px 692px #2196F3, 1799px 601px #03A9F4, 656px 811px #00BCD4, 701px 597px #00BCD4, 1202px 46px #FF5722, 890px 569px #FF5722, 1613px 813px #2196F3, 223px 252px #FF9800, 983px 1093px #F44336, 726px 1029px #FFC107, 1764px 778px #CDDC39, 622px 1643px #F44336, 174px 1559px #673AB7, 212px 517px #00BCD4, 340px 505px #FFF, 1700px 39px #FFF, 1768px 516px #F44336, 849px 391px #FF9800, 228px 1824px #FFF, 1119px 1680px #FFC107, 812px 1480px #3F51B5, 1438px 1585px #CDDC39, 137px 1397px #FFF, 1080px 456px #673AB7, 1208px 1437px #03A9F4, 857px 281px #F44336, 1254px 1306px #CDDC39, 987px 990px #4CAF50, 1655px 911px #00BCD4, 1102px 1216px #FF5722, 1807px 1044px #FFF, 660px 435px #03A9F4, 299px 678px #4CAF50, 1193px 115px #FF9800, 918px 290px #CDDC39, 1447px 1422px #FFEB3B, 91px 1273px #9C27B0, 108px 223px #FFEB3B, 146px 754px #00BCD4, 461px 1446px #FF5722, 1004px 391px #673AB7, 1529px 516px #F44336, 1206px 845px #CDDC39, 347px 583px #009688, 1102px 1332px #F44336, 709px 1756px #00BCD4, 1972px 248px #FFF, 1669px 1344px #FF5722, 1132px 406px #F44336, 320px 1076px #CDDC39, 126px 943px #FFEB3B, 263px 604px #FF5722, 1546px 692px #F44336;
    animation: animStar 50s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.star4 {
    content: " ";
    position: absolute;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 571px 173px #00BCD4, 1732px 143px #00BCD4, 1745px 454px #FF5722, 234px 784px #00BCD4, 1793px 1123px #FF9800, 1076px 504px #03A9F4, 633px 601px #FF5722, 350px 630px #FFEB3B, 1164px 782px #00BCD4, 76px 690px #3F51B5, 1825px 701px #CDDC39, 1646px 578px #FFEB3B, 544px 293px #2196F3, 445px 1061px #673AB7, 928px 47px #00BCD4, 168px 1410px #8BC34A, 777px 782px #9C27B0, 1235px 1941px #9C27B0, 104px 1690px #8BC34A, 1167px 1338px #E91E63, 345px 1652px #009688, 1682px 1196px #F44336, 1995px 494px #8BC34A, 428px 798px #FF5722, 340px 1623px #F44336, 605px 349px #9C27B0, 1339px 1344px #673AB7, 1102px 1745px #3F51B5, 1592px 1676px #2196F3, 419px 1024px #FF9800, 630px 1033px #4CAF50, 1995px 1644px #00BCD4, 1092px 712px #9C27B0, 1355px 606px #F44336, 622px 1881px #CDDC39, 1481px 621px #9E9E9E, 19px 1348px #8BC34A, 864px 1780px #E91E63, 442px 1136px #2196F3, 67px 712px #FF5722, 89px 1406px #F44336, 275px 321px #009688, 592px 630px #E91E63, 1012px 1690px #9C27B0, 1749px 23px #673AB7, 94px 1542px #FFEB3B, 1201px 1657px #3F51B5, 1505px 692px #2196F3, 1799px 601px #03A9F4, 656px 811px #00BCD4, 701px 597px #00BCD4, 1202px 46px #FF5722, 890px 569px #FF5722, 1613px 813px #2196F3, 223px 252px #FF9800, 983px 1093px #F44336, 726px 1029px #FFC107, 1764px 778px #CDDC39, 622px 1643px #F44336, 174px 1559px #673AB7, 212px 517px #00BCD4, 340px 505px #FFF, 1700px 39px #FFF, 1768px 516px #F44336, 849px 391px #FF9800, 228px 1824px #FFF, 1119px 1680px #FFC107, 812px 1480px #3F51B5, 1438px 1585px #CDDC39, 137px 1397px #FFF, 1080px 456px #673AB7, 1208px 1437px #03A9F4, 857px 281px #F44336, 1254px 1306px #CDDC39, 987px 990px #4CAF50, 1655px 911px #00BCD4, 1102px 1216px #FF5722, 1807px 1044px #FFF, 660px 435px #03A9F4, 299px 678px #4CAF50, 1193px 115px #FF9800, 918px 290px #CDDC39, 1447px 1422px #FFEB3B, 91px 1273px #9C27B0, 108px 223px #FFEB3B, 146px 754px #00BCD4, 461px 1446px #FF5722, 1004px 391px #673AB7, 1529px 516px #F44336, 1206px 845px #CDDC39, 347px 583px #009688, 1102px 1332px #F44336, 709px 1756px #00BCD4, 1972px 248px #FFF, 1669px 1344px #FF5722, 1132px 406px #F44336, 320px 1076px #CDDC39, 126px 943px #FFEB3B, 263px 604px #FF5722, 1546px 692px #F44336;
    animation: animStar 80s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@keyframes animStar {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-2000px);
    }
}
.account-form {
    padding: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .account-form {
        max-width: 640px;
        margin: 0 auto;
    }
}

.form--group {
    margin-bottom: 20px;
}

.form--label {
    font-family: "Josefin Sans", sans-serif;
    color: #042656;
    margin-bottom: 10px;
}

.form--control {
    height: 55px;
    background: #f5f7fd;
    font-size: 14px;
    box-shadow: none !important;
}

.form-meta {
    justify-content: space-between;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px;
}

.form-meta a {
    color: #555555;
    margin-bottom: 3px;
}

.form-meta a:hover {
    color: #17c0eb;
}

@media (max-width: 575px) {
    .form-meta {
        font-size: 14px;
    }
}

.ui-datepicker .ui-datepicker-next span {
    background: #042656;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.ui-datepicker .ui-datepicker-prev span {
    background: #042656;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center;
}

input[type="file"].form--control {
    padding: 16px 22px;
}

textarea.form--control {
    min-height: 120px;
}

.works--thumb {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.works--thumb::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #042656;
    opacity: .7;
}

.works--thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works--thumb .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
}

.lightbox-container {
    z-index: 9999;
}

.feat__list.full--width li {
    width: 100%;
    max-width: 100%;
}

.share-now {
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0;
    color: #042656;
}

.border--top-bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.payment-details {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 400px) {
    .payment-details {
        padding: 20px 15px;
    }

    .payment-details ul li {
        font-size: 14px;
    }
}

.payment-details .title {
    margin-bottom: 10px;
}

.payment-details ul li {
    display: flex;
    justify-content: space-between;
    font-family: "Josefin Sans", sans-serif;
}

.payment-details ul li .subtitle {
    color: #042656;
}

.payment-information {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.payment-information .title {
    margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
    .payment-information {
        padding: 20px 15px;
    }
}

.form--group-select .select2-container .select2-selection--single {
    height: 55px;
}

.form--group-select .select2-container--default .select2-selection--single {
    border-color: #ced4da;
}

.form--group-select .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.form--group-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}

.form--group-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    right: 10px;
}

.form--group-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.form--group-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 4px 5px 4px;
}

.form-check input {
    box-shadow: none;
}

.form-check input:focus {
    box-shadow: none;
}

.sticky {
    position: sticky;
    top: 70px;
}

.cmn--table {
    margin: 0;
    border: none;
    background: #f5f7fd;
}

.cmn--table thead tr th {
    font-family: "Josefin Sans", sans-serif;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    border: none;
    background: #042656;
}

.cmn--table thead tr th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.cmn--table tbody {
    text-align: center;
    font-size: 14px;
}

.cmn--table tbody tr td {
    vertical-align: middle;
    padding: 12px 5px;
    border-color: #e5e5e5;
}

.cmn--table tbody tr td .badge {
    text-transform: capitalize;
}

.cmn--table tbody tr td:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.cmn--table tbody tr td .date {
    font-size: 14px;
}

.cmn--table .details {
    max-width: 250px;
    margin: 0 auto;
}

@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);
        font-family: "Josefin Sans", sans-serif;
    }

    .cmn--table tbody tr:nth-child(even) {
        background: #fff;
    }
}

.action-buttons a {
    margin: 3px;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.profile-area {
    padding: 30px;
}

@media (max-width: 1199px) {
    .profile-area {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .profile-area {
        padding: 0;
        background: transparent;
    }
}

.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: #fff;
    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 {
    text-transform: capitalize;
    font-weight: 700;
}

.w-unset {
    width: unset !important;
}

.profile-label {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
}

input.custom--style {
    height: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 7px;
}

textarea.custom--style {
    height: 120px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    resize: vertical;
}

.profile-select {
    height: 45px;
}

.profile-select .select-bar {
    height: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border-color: #e5e5e5;
    padding: 0 20px;
    font-size: 16px;
}

.profile-select .select-bar .list .option {
    text-align: left;
}

.custom--modal {
    background: rgba(255, 255, 255, 0.1);
}

.custom--modal .modal-footer,
  .custom--modal .modal-header {
    background: #f5f7fd;
    border-color: rgba(255, 255, 255, 0.1);
}

.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: #ea5455;
    opacity: 1;
}

.custom--modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
}

.contact-info-item {
    padding: 30px;
    background: #f5f7fd;
    box-shadow: 0 0 5px rgba(4, 38, 86, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.contact-info-item .contact-info-thumb {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #042656;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.contact-info-item .contact-info-content {
    width: calc(100% - 75px);
    padding-left: 20px;
}

.contact-info-item .contact-info-content .title {
    margin: 0;
    text-transform: capitalize;
}

.contact-info-item .contact-info-content a, .contact-info-item .contact-info-content span {
    color: #555555;
    font-size: 15px;
    line-height: 1.4;
    white-space: pre-line;
    word-break: break-word;
}

@media (max-width: 991px) and (min-width: 768px) {
    .contact-info-item {
        padding: 30px 20px;
    }

    .contact-info-item .contact-info-thumb {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }

    .contact-info-item .contact-info-content {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 399px) {
    .contact-info-item {
        padding: 20px;
    }

    .contact-info-item .contact-info-thumb {
        margin: 0 auto;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .contact-info-item .contact-info-content {
        width: 100%;
        padding: 20px 0 0 0;
        text-align: center;
    }
}

.contact-info-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #042656;
}

.contact-info-item:hover .title {
    color: #fff;
}

.contact-info-item:hover .contact-info-content span, .contact-info-item:hover .contact-info-content a {
    color: #ddd;
}

.contact-info-item:hover .contact-info-thumb {
    background: #fff;
    color: #042656;
}

.contact__item {
    height: 100%;
    padding: 32px 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f5f7fd;
    align-items: center;
    word-break: break-word;
    box-shadow: 0 0 2px rgba(4, 38, 86, 0.2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.contact__item .contact__icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 24px;
    color: #17c0eb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.contact__item .contact__body {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.contact__item .contact__body .contact__title {
    margin: 0;
    margin-bottom: 12px;
}

.contact__item .contact__body a {
    color: #555555;
}

.contact__item .contact__info li {
    padding: 0;
}

.contact__item .contact__info li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .contact__item {
        padding: 20px 15px;
    }

    .contact__item .contact__body .contact__title {
        margin-bottom: 4px;
    }
}

.contact__item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #042656;
}

.contact__item:hover .contact__title {
    color: #fff;
}

.contact__item:hover .contact__body span, .contact__item:hover .contact__body a {
    color: #17c0eb;
}

.account--form--wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 2px rgba(4, 38, 86, 0.2);
}

.account--form--header {
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-bottom: 1px solid #e5e5e5;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.account--form--header .title {
    margin: 0;
}

.account--form--body {
    padding: 30px;
}

@media (max-width: 575px) {
    .account--form--body {
        padding: 20px 15px;
    }
}

.font-bold {
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1c3a67 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1c3a67 transparent;
    border-width: 0 4px 5px 4px;
}

.select--item .select2-container {
    width: 100% !important;
}

.select--item .select2-container .select2-selection--single {
    height: 50px;
}

.select--item .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select--item .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select--item .select2-container--default .select2-selection--single {
    border-color: #e5e5e5;
}

.h--50px {
    height: 50px !important;
}

.mw--620px {
    max-width: 620px;
    margin: 0 auto;
}

.send-info-area {
    background: #fff;
}

.send-info-area ul {
    padding: 10px 0;
}

.send-info-area ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.send-info-area ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .send-info-area {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.1);
        font-size: 14px;
    }

    .send-info-area ul li {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
}

@media (max-width: 575px) {
    .account-form.style-2 {
        padding: 30px 15px;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered img {
    margin-right: 8px;
}
.preloader {
    position: fixed;
    z-index: 9999999999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.loader-inner {
    height: 24px;
    margin: 70px auto;
    position: relative;
}

.loader-inner .loader-dots {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #17c0eb;
    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: #f5f7fd;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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;
}

.post__item .post__thumb a {
    height: 280px;
    display: block;
}

.post__item .post__thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__item .post__thumb .category {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 6px 15px 4px;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    background: #17c0eb;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    min-width: 100px;
    text-align: center;
}

.post__item .post__thumb img {
    width: 100%;
    -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 #17c0eb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    justify-content: space-between;
    padding: 5px;
    background: #fff;
}

.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: #17c0eb;
    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: "Josefin Sans", sans-serif;
    margin-top: 25px;
    color: #17c0eb;
}

@media (max-width: 991px) {
    .post__item .post__content {
        padding: 25px 15px 20px;
    }
}

.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: 22px;
    line-height: 1.5;
    font-family: "Josefin Sans", sans-serif;
    color: #042656;
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    border-left: 3px solid #17c0eb;
}

@media (max-width: 575px) {
    .post__quote {
        padding: 0 15px;
        font-size: 20px;
    }
}

.post__tag, .post__share {
    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: #f5f7fd;
    color: #042656;
    font-family: "Josefin Sans", sans-serif;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(4, 38, 86, 0.1);
    background: #fff;
}

.post__tag li a:hover, .post__tag li a.active {
    background: #17c0eb;
    color: #fff;
}

.post__share {
    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: #fff;
    background: #17c0eb;
    -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*="whatsapp"] {
    background: #25d366;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="google"] {
    background: #dd4b39;
}

.post__share li a i[class*="camera"] {
    background: #e4405f;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.bg--section .post__item {
    background: #fff;
}

.bg--section .post__item .meta__date {
    background: #f5f7fd;
}

.blog-sidebar {
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@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__category ul li {
    padding: 0;
}

.widget.widget__category ul li a {
    text-decoration: none;
    color: #042656;
    padding: 10px 0;
    border-bottom: 1px solid rgba(4, 38, 86, 0.2);
    display: block;
}

.widget.widget__category ul li a:hover {
    padding-left: 10px;
}

.widget.widget__post__area ul li {
    padding: 10px 0;
}

.widget.widget__tags ul {
    margin: -5px;
}

.widget.widget__tags ul li {
    padding: 5px;
}

.widget.widget__tags ul li a {
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    text-decoration: none;
    color: #042656;
    border: 1px solid rgba(4, 38, 86, 0.1);
}

.widget.widget__tags ul li a:hover, .widget.widget__tags ul li a.active {
    background: #17c0eb;
    color: #fff;
}

.widget__post {
    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;
    font-size: 16px;
}

.widget__post .widget__post__content span {
    font-size: 14px;
    color: #17c0eb;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 999;
    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: #17c0eb;
}

.scrollToTop:hover {
    color: #fff;
}

.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-button {
    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: rgba(23, 192, 235, 0.73);
    line-height: 75px;
    text-align: center;
}

.video-button img {
    width: 100%;
}

.video-button i {
    font-size: 24px;
    color: #fff;
}

.video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #17c0eb;
    opacity: 0.15;
    z-index: -10;
}

.video-button::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-button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.cmn--outline--btn {
    color: #17c0eb;
    border-radius: 5px;
    line-height: 24px;
    padding: 10px 22px;
    border: 1px solid rgba(23, 192, 235, 0.5);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    text-transform: capitalize;
    font-family: "Josefin Sans", sans-serif;
}

.cmn--outline--btn:hover {
    color: #fff;
    border-color: #17c0eb;
    background: #17c0eb;
    text-decoration: underline;
}

.cmn--outline--btn.btn--sm {
    padding: 7px 20px;
}

.cmn--outline--btn.btn--md {
    padding: 10px 25px;
}

.cmn--outline--btn.btn--lg {
    padding: 13px 35px;
}

.cmn--outline--btn.btn--block {
    padding: 10px 25px;
    display: block;
}

.cmn--outline--btn i {
    margin-left: 5px;
}

.cmn--btn {
    color: #fff;
    line-height: 24px;
    padding: 12px 22px 9px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: #17c0eb;
    border: 1px solid transparent;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-family: "Josefin Sans", sans-serif;
}

.cmn--btn::before, .cmn--btn::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #042656;
    opacity: 0;
}

.cmn--btn:hover {
    color: #fff;
    border-color: #17c0eb;
    text-decoration: underline;
}

.cmn--btn:hover::before, .cmn--btn:hover::after {
    transition: all ease-out .5s;
    opacity: 1;
}

.cmn--btn:hover::before {
    right: 100%;
}

.cmn--btn:hover::after {
    left: 100%;
}

.cmn--btn.btn--sm {
    padding: 8px 20px 6px;
    font-size: 14px;
}

.cmn--btn.btn--md {
    padding: 10px 25px;
}

.cmn--btn.btn--lg {
    padding: 15px 35px 11px;
}

.cmn--btn.btn--block {
    text-align: center;
    display: block;
}

.cmn--btn i:last-child {
    margin-left: 5px;
}

.cmn--btn i:first-child {
    margin-right: 5px;
}

.cmn--btn.btn--white {
    color: #0f2d92;
    border: none;
}

button.cmn--btn {
    border-radius: 5px;
}
.btn--btn.cmn--btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    justify-content: center;
    padding: 0;
}
.action-buttons .btn--btn.cmn--btn {
    margin: 3px;
}
.btn--btn.cmn--btn::after, 
.btn--btn.cmn--btn::before {
    display: none;
}
.btn--btn.cmn--btn.disabled, .btn--btn.cmn--btn:disabled {
    pointer-events: none;
    opacity: .65;
}
.button-area {
    align-items: center;
    margin: -5px;
}

.button-area a {
    margin: 5px;
}

.button-area .video-button {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@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:last-child .submenu {
    left: unset;
    right: 0;
}

.pagination {
    margin: -3px;
    margin-top: 25px;
    justify-content: center;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
    .pagination .page-item span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(23, 192, 235, 0.2);
    color: #042656;
    padding: 0;
    display: block;
    margin: 0;
    border: 1px solid rgba(4, 38, 86, 0.2);
}

.pagination .page-item a span,
      .pagination .page-item span span {
    border: none;
    line-height: 34px;
}

.pagination .page-item a.active, .pagination .page-item a:hover,
      .pagination .page-item span.active,
      .pagination .page-item span:hover {
    background: #17c0eb;
    color: #fff;
    border: 1px solid rgba(4, 38, 86, 0.2);
}

.pagination .page-item a.active span, .pagination .page-item a:hover span,
        .pagination .page-item span.active span,
        .pagination .page-item span:hover span {
    border: none;
}

.pagination .page-item.disabled span {
    background: rgba(23, 192, 235, 0.3);
    border: none;
    color: #042656;
}

a {
    text-decoration: none;
}

.langSel {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 14px;
}

.langSel option {
    background: #192a56;
}

.langSel:focus {
    box-shadow: none;
}

/*Account Upgrade CSS*/
.account--section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.bg--glass {
    background: rgba(23, 192, 235, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}




.select2-results__option--selectable {
    display: flex;
}
.select2-results__option--selectable img {
    width: 30px;
    height: 24px;
    border-radius: 3px;
    object-fit: cover;
}
.select2-results__option--selectable span {
    width: calc(100% - 30px);
    padding-left: 15px;
    display: block;
}
.state-flags {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 24px;
    border-radius: 3px;
    object-fit: cover;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    padding: 6px;
}
.transaction--group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.transaction--group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.transaction--group .select2-container .select2-selection--single {
    height: 70px;
}
.transaction--group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 70px;
}
.transaction--group .transaction--label {
    top: 5px;
}
.banner-form-wrapper {
    background: transparent;
    border: none;
    padding: 0;
}
.banner-form-wrapper::before {
    display: none;
}
.transaction-feature-wrapper {
    font-size: 14px;
}
.transaction-feature-wrapper > a {
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 15px;
    margin-right: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.transaction-feature-wrapper > a i {
    color: #17c0eb;
}
.transaction-feature-wrapper .transaction-feature {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.transaction-feature-wrapper > a:focus ~ .transaction-feature {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.transaction-info {
    color: #fff;
}
.transaction-info > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 25px;
}
.transaction-info > li strong {
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
    font-weight: 600;
}
.transaction-info > li .left-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: block;
}
.transaction-info > li .left-side {
    width: 190px;
    display: flex;
    align-items: center;
}
.transaction-info > li .left-side a, .transaction-info > li .left-side strong {
    padding-left: 10px;
    width: calc(100% - 24px);
}
.transaction-info > li:not(:last-child) {
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .transaction-info {
        font-size: 13px;
    }
}
.transaction-feature {
    color: #555555;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 0;
    max-width: 100%;
}
.transaction-feature .transaction-feature-title {
    padding: 10px 20px;
    display: block;
}
.transaction-feature ul {
    padding: 0 10px 10px;
}

.transaction-feature ul li {
    padding: 15px 15px 13px;
    display: block;
    color: #555555;
    cursor: pointer;
}
.transaction-feature ul li:hover {
    background: rgba(4, 38, 86, 0.1);
}
.transaction-feature ul li.active {
    color: #fff;
    background: #042656;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.transaction-feature ul li.active * {
    color: #fff;
}
.transaction-feature ul li .transaction-title {
    display: flex;
    flex-wrap: wrap;
}
.transaction-feature ul li .transaction-title h6 {
    margin: 0;
    margin-right: 5px;
    font-size: 18px;
    line-height: 1.3;
}
.banner-section .base--overlay::after {
    opacity: .94;
}
.header-bottom {
    z-index: 9999;
}
.right--border {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.transaction--group .select2-container--default .select2-selection--single {
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.transaction--group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 70px;
}
.transaction--group .select2-selection__rendered {
    display: flex !important;
    align-items: center;
}
.transaction--group .select2-selection__rendered img {
    margin-right: 8px;
}



.transaction--group:last-of-type{
    
}
@media screen and (max-width:991px) {
    .header-top {
        position: sticky;
        top: 0;
        z-index: 999;
    }
    .header-bottom {
        border: none;
    }
    .cookie-modal {
        padding: 30px !important;
    }
    select.form--control option {
        background: #042656;
    }
    select.form--control option {
        background: #042656;
    }
}


.apps-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.apps-modal.hide {
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
}
.apps-modal::before {
    content: "";
    inset: 0;
    position: fixed;
    background: rgba(0, 0, 0, .8);
}
.app-modal-thumb img {
    width: 360px;
    max-width: 100%;
}
.app-modal-content {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;

}
.app-modal-thumb {
    width: 100%;
    text-align: center;
}
.apps-modal-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    border: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    animation: fadeInDown 1s;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}
@media screen and (max-width:575px) {
    .apps-modal-wrapper .section__title {
        font-size: 16px;
    }
    .app-group li {
        max-width: 50%;
    }
}
.app-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ddd;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}

.togglePassword {
    cursor: pointer;
}

.select-bar.border-0  ~ .select2-container--default .select2-selection--single {
    border: none;
}

.video-button-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: ease-in .3s;
    z-index: 16000161 !important;
}
.video-custom-modal.active {
    visibility: visible;
    opacity: 1;
    
}
.video-custom-modal .video-overlay {
    position: absolute;
    width: 100%;    
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000a0;

}

.video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-close {
    position: absolute;
    top: -35px;
    right: 0px;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width:991px) {
    .main-vieo {
        width: 650px;
    }
}
@media (max-width:767px) {
    .main-vieo {
        width: 500px;
    }
}
@media (max-width:500px) {
    .main-vieo {
        width: 320px;
    }
}

.video-btn {
    color: #fff;
    background-color: rgb(23, 192, 235);
    border: 0;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.banner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-section {
    z-index: 1;
}
.banner-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #042656;
    z-index: 13;
    opacity: .9;
}

.banner-section .container, .banner-support .container {
    position: relative;
    z-index: 33;
}
