*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "IBM Plex Sans";
    font-weight: 400
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background-color: #ffd600
}

span {
    color: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Zodiak";
    font-weight: 700;
    line-height: 1.4;
    margin: 0
}

section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

html,
body,
div,
span,
applet,
object,
iframe,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    cursor: pointer
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: #000
}

div#chat-widget-container {
    left: 0 !important;
    bottom: -10px !important;
    max-height: calc(100% - 80px) !important;
    overflow-y: auto !important;
    z-index: 9999999 !important
}

@font-face {
    font-family: "Zodiak";
    src: url("../fonts/Zodiak/Zodiak-Regular.woff2") format("woff2"), url("../fonts/Zodiak/Zodiak-Regular.woff") format("woff");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Zodiak";
    src: url("../fonts/Zodiak/Zodiak-Bold.woff2") format("woff2"), url("../fonts/Zodiak/Zodiak-Bold.woff") format("woff");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "Zodiak";
    src: url("../fonts/Zodiak/Zodiak-Extrabold.woff2") format("woff2"), url("../fonts/Zodiak/Zodiak-Extrabold.woff") format("woff");
    font-weight: 800;
    font-display: swap
}

@font-face {
    font-family: "Zodiak";
    src: url("../fonts/Zodiak/Zodiak-Black.woff2") format("woff2"), url("../fonts/Zodiak/Zodiak-Black.woff") format("woff");
    font-weight: 900;
    font-display: swap
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBM-Plex-Sans/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBM-Plex-Sans/IBMPlexSans-Regular.woff") format("woff");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBM-Plex-Sans/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBM-Plex-Sans/IBMPlexSans-Medium.woff") format("woff");
    font-weight: 500;
    font-display: swap
}

header {
    width: 100%;
    padding: 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 991;
    -webkit-transition: top .5s ease;
    transition: top .5s ease
}

@media(max-width: 1399px) {
    header {
        padding: 20px 0
    }
}

@media(max-width: 575px) {
    header {
        padding: 15px 0
    }
}

header.open-offcanvas {
    background: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%) !important
}

header.open-offcanvas .main-header.pages-header ul .nav-item .nav-link,
header.fixed-menu .main-header.pages-header ul .nav-item .nav-link {
    color: #fff
}

header.open-offcanvas .main-header.pages-header ul .nav-item .nav-link:hover,
header.open-offcanvas .main-header.pages-header ul .nav-item .nav-link.active,
header.fixed-menu .main-header.pages-header ul .nav-item .nav-link:hover,
header.fixed-menu .main-header.pages-header ul .nav-item .nav-link.active {
    color: #ffd600
}

header.open-offcanvas .main-header.pages-header .lang-wrapper #dropBlock_wrapper #teams-dropdown-menu .flag-text,
header.fixed-menu .main-header.pages-header .lang-wrapper #dropBlock_wrapper #teams-dropdown-menu .flag-text {
    color: #fff
}

header.open-offcanvas .main-header.pages-header .lang-wrapper #dropBlock_wrapper #teams-dropdown-menu img.icon,
header.fixed-menu .main-header.pages-header .lang-wrapper #dropBlock_wrapper #teams-dropdown-menu img.icon {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

header.fixed-menu {
    background: #0d112b;
    position: fixed;
    top: -130px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
    -webkit-transition: top .5s ease;
    transition: top .5s ease;
    z-index: -1
}

header.active {
    top: 0;
    z-index: 991
}

header.active .main-header.pages-header .logo .logo-img {
    display: block
}

header.active .main-header.pages-header .logo .inner-page-logo-img {
    display: none
}

header .main-header.pages-header ul .nav-item .nav-link {
    color: #0d112b
}

header .main-header.pages-header .lang-wrapper #dropBlock_wrapper #teams-dropdown-menu .flag-text {
    color: #0d112b
}

header .main-header.pages-header .lang-wrapper #dropBlock_wrapper #teams-dropdown-menu img.icon {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

header .main-header.pages-header .navbar-toggler {
    background: #0d112b
}

header .main-header.pages-header .navbar-toggler .icon-bar:nth-of-type(1) {
    background: #fff
}

header .main-header.pages-header .navbar-toggler .icon-bar:nth-of-type(3) {
    background: #fff
}

header .main-header .navbar {
    position: static;
    padding: 0
}

header .main-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .main-header ul .nav-item:not(:last-child) {
    margin: 0 70px 0 0
}

@media(max-width: 1399px) {
    header .main-header ul .nav-item:not(:last-child) {
        margin: 0 50px 0 0
    }
}

header .main-header ul .nav-item .nav-link {
    color: #fff;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

header .main-header ul .nav-item .nav-link:hover,
header .main-header ul .nav-item .nav-link.active {
    color: #ffd600
}

header .main-header .logo .navbar-brand {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0
}

@media(max-width: 991px) {
    header .main-header .logo .navbar-brand {
        max-width: 250px
    }
}

@media(max-width: 575px) {
    header .main-header .logo .navbar-brand {
        max-width: 200px
    }
}

@media(max-width: 480px) {
    header .main-header .logo .navbar-brand {
        max-width: 150px
    }
}

@media(max-width: 375px) {
    header .main-header .logo .navbar-brand {
        max-width: 130px
    }
}

header .main-header .logo .logo-img {
    display: none
}

header .main-header .lang-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .main-header .offcanvas {
    background: #0d112b;
    padding: 50px 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .main-header .offcanvas.offcanvas-end {
    width: 450px
}

header .main-header .offcanvas.show {
    visibility: visible
}

header .main-header .offcanvas .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px
}

@media(max-width: 575px) {
    header .main-header .offcanvas .heading {
        margin: 0 0 20px
    }
}

header .main-header .offcanvas .heading .logo {
    max-width: 220px
}

@media(max-width: 575px) {
    header .main-header .offcanvas .heading .logo {
        max-width: 150px
    }
}

header .main-header .offcanvas ul {
    display: block;
    padding: 0
}

header .main-header .offcanvas ul .nav-item {
    margin: 0 auto 35px 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

@media(max-width: 1399px) {
    header .main-header .offcanvas ul .nav-item {
        margin: 0 auto 25px 0
    }
}

@media(max-width: 575px) {
    header .main-header .offcanvas ul .nav-item {
        margin: 0 auto 15px 0
    }
}

header .main-header .offcanvas ul .nav-item .nav-link {
    font-size: 30px;
    color: #fff !important
}

@media(max-width: 1399px) {
    header .main-header .offcanvas ul .nav-item .nav-link {
        font-size: 24px
    }
}

@media(max-width: 1199px) {
    header .main-header .offcanvas ul .nav-item .nav-link {
        font-size: 20px
    }
}

@media(max-width: 575px) {
    header .main-header .offcanvas ul .nav-item .nav-link {
        font-size: 16px
    }
}

header .main-header .offcanvas ul .nav-item .nav-link:hover,
header .main-header .offcanvas ul .nav-item .nav-link.active {
    color: #ffd600 !important
}

header .navbar-toggler {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    padding: 10px;
    margin: 0 0 0 50px
}

@media(max-width: 1199px) {
    header .navbar-toggler {
        margin: 0 0 0 30px
    }
}

@media(max-width: 991px) {
    header .navbar-toggler {
        width: 40px;
        height: 40px;
        padding: 8px
    }
}

@media(max-width: 767px) {
    header .navbar-toggler {
        margin: 0 0 0 20px
    }
}

@media(max-width: 575px) {
    header .navbar-toggler {
        width: 30px;
        height: 30px;
        padding: 7px
    }
}

@media(max-width: 480px) {
    header .navbar-toggler {
        width: 25px;
        height: 25px;
        padding: 5px;
        margin: 0 0 0 10px
    }
}

header .navbar-toggler:focus,
header .navbar-toggler :active {
    -webkit-box-shadow: none;
    box-shadow: none
}

header .navbar-toggler .icon-bar {
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    position: relative
}

@media(max-width: 575px) {
    header .navbar-toggler .icon-bar {
        height: 2px
    }
}

header .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

header .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: #485685
}

header .navbar-toggler .icon-bar:nth-of-type(2) {
    position: relative;
    background: #ffd600
}

header .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 15px;
    margin-left: auto;
    background: #485685
}

@media(max-width: 575px) {
    header .navbar-toggler .icon-bar:nth-of-type(3) {
        width: 5px
    }
}

.banner-wrapper {
    padding: 240px 0 80px;
    background: url(../images/banner-back.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow-x: hidden
}

.banner-wrapper::before {
    content: "";
    width: 560px;
    height: 560px;
    background: url(../images/banner-effect.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 220px;
    left: -200px;
    -webkit-animation: rotate 3s infinite cubic-bezier(0.21, 0.14, 0.6, 0.64);
    animation: rotate 3s infinite cubic-bezier(0.21, 0.14, 0.6, 0.64)
}

@media(max-width: 991px) {
    .banner-wrapper::before {
        display: none
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media(max-width: 1399px) {
    .banner-wrapper {
        padding: 200px 0 80px
    }
}

@media(max-width: 991px) {
    .banner-wrapper {
        padding: 150px 0 80px
    }
}

@media(max-width: 767px) {
    .banner-wrapper {
        padding: 100px 0 80px
    }
}

@media(max-width: 575px) {
    .banner-wrapper {
        padding: 80px 0 50px;
        background: url(../images/banner-back-2.png) no-repeat;
        background-size: 100% 100%
    }
}

@media(max-width: 375px) {
    .banner-wrapper {
        padding: 80px 0 30px
    }
}

.banner-wrapper .banner-content {
    position: relative;
    z-index: 1
}

.banner-wrapper .banner-content .text-wrapper {
    position: relative
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .text-wrapper {
        text-align: center;
        margin: 0 0 90px
    }
}

@media(max-width: 375px) {
    .banner-wrapper .banner-content .text-wrapper {
        margin: 0 0 70px
    }
}

.banner-wrapper .banner-content .text-wrapper::before {
    content: "";
    width: 95px;
    height: 95px;
    background: url(../images/banner-vector-2.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -120px;
    right: 100px;
    opacity: .4
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .text-wrapper::before {
        bottom: -60px;
        right: 0
    }
}

@media(max-width: 480px) {
    .banner-wrapper .banner-content .text-wrapper::before {
        display: none
    }
}

.banner-wrapper .banner-content .text-wrapper h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 15px
}

@media(max-width: 1399px) {
    .banner-wrapper .banner-content .text-wrapper h1 {
        font-size: 50px
    }
}

@media(max-width: 1199px) {
    .banner-wrapper .banner-content .text-wrapper h1 {
        font-size: 45px
    }
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .text-wrapper h1 {
        font-size: 42px
    }
}

@media(max-width: 767px) {
    .banner-wrapper .banner-content .text-wrapper h1 {
        font-size: 34px
    }
}

@media(max-width: 575px) {
    .banner-wrapper .banner-content .text-wrapper h1 {
        font-size: 28px
    }
}

@media(max-width: 480px) {
    .banner-wrapper .banner-content .text-wrapper h1 {
        font-size: 26px
    }
}

@media(max-width: 375px) {
    .banner-wrapper .banner-content .text-wrapper h1 {
        font-size: 24px
    }
}

.banner-wrapper .banner-content .text-wrapper h1 span {
    color: #ffd600
}

.banner-wrapper .banner-content .text-wrapper p {
    margin: 0 0 40px
}

@media(max-width: 767px) {
    .banner-wrapper .banner-content .text-wrapper p {
        margin: 0 0 30px
    }
}

@media(max-width: 575px) {
    .banner-wrapper .banner-content .text-wrapper p {
        margin: 0 0 25px
    }
}

.banner-wrapper .banner-content .text-wrapper .common-btn {
    margin: 0 0 170px
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .text-wrapper .common-btn {
        margin: 0 auto 25px
    }
}

.banner-wrapper .banner-content .image-wrapper {
    position: relative
}

.banner-wrapper .banner-content .image-wrapper::before {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    background: url(../images/banner-line.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -50px;
    right: -50px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: 1
}

@media(max-width: 1399px) {
    .banner-wrapper .banner-content .image-wrapper::before {
        top: -100px;
        right: -100px;
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}

@media(max-width: 1199px) {
    .banner-wrapper .banner-content .image-wrapper::before {
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        top: -50px;
        right: -50px;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .image-wrapper::before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media(max-width: 767px) {
    .banner-wrapper .banner-content .image-wrapper::before {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@media(max-width: 575px) {
    .banner-wrapper .banner-content .image-wrapper::before {
        width: calc(100% - 100px);
        height: calc(100% - 100px);
        right: 0
    }
}

@media(max-width: 480px) {
    .banner-wrapper .banner-content .image-wrapper::before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media(max-width: 375px) {
    .banner-wrapper .banner-content .image-wrapper::before {
        width: calc(100% - 50px);
        height: calc(100% - 50px)
    }
}

.banner-wrapper .banner-content .image-wrapper::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/banner-vector.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -50px
}

@media(max-width: 1199px) {
    .banner-wrapper .banner-content .image-wrapper::after {
        display: none
    }
}

.banner-wrapper .banner-content .image-wrapper .banner-img {
    line-height: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin: 0 0 0 50px
}

@media(max-width: 375px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img {
        margin: 0 0 0 20px
    }
}

.banner-wrapper .banner-content .image-wrapper .banner-img img {
    position: relative;
    z-index: 3
}

@media(max-width: 1199px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img img {
        max-width: 250px
    }
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img img {
        max-width: 220px
    }
}

@media(max-width: 480px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img img {
        max-width: 160px
    }
}

@media(max-width: 375px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img img {
        max-width: 120px
    }
}

.banner-wrapper .banner-content .image-wrapper .banner-img::after,
.banner-wrapper .banner-content .image-wrapper .banner-img::before {
    content: "";
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background: url(../images/banner-img-circle-2.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

@media(max-width: 991px) {

    .banner-wrapper .banner-content .image-wrapper .banner-img::after,
    .banner-wrapper .banner-content .image-wrapper .banner-img::before {
        width: calc(100% + 30px);
        height: calc(100% + 30px)
    }
}

@media(max-width: 375px) {

    .banner-wrapper .banner-content .image-wrapper .banner-img::after,
    .banner-wrapper .banner-content .image-wrapper .banner-img::before {
        width: calc(100% + 20px);
        height: calc(100% + 20px)
    }
}

.banner-wrapper .banner-content .image-wrapper .banner-img::after {
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    background: url(../images/banner-img-circle.svg) no-repeat;
    background-size: 100% 100%
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img::after {
        width: calc(100% + 60px);
        height: calc(100% + 60px)
    }
}

@media(max-width: 375px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img::after {
        width: calc(100% + 40px);
        height: calc(100% + 40px)
    }
}

.banner-wrapper .banner-content .image-wrapper .banner-img.second {
    margin: 150px 50px 0 auto
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img.second {
        margin: 80px 50px 0 auto
    }
}

@media(max-width: 575px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img.second {
        margin: 50px 100px 50px auto
    }
}

@media(max-width: 480px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img.second {
        margin: 50px 50px 50px auto
    }
}

@media(max-width: 375px) {
    .banner-wrapper .banner-content .image-wrapper .banner-img.second {
        margin: 30px 20px 50px auto
    }
}

.banner-wrapper .banner-content .image-wrapper .icon {
    width: 80px;
    height: 80px;
    background: #ffd600;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 150px;
    right: 30px;
    z-index: 2;
    -webkit-animation: scale 3s infinite cubic-bezier(0.17, 0.11, 0.6, 0.69);
    animation: scale 3s infinite cubic-bezier(0.17, 0.11, 0.6, 0.69)
}

@media(max-width: 1399px) {
    .banner-wrapper .banner-content .image-wrapper .icon {
        width: 60px;
        height: 60px;
        padding: 15px;
        right: -20px
    }
}

@media(max-width: 1199px) {
    .banner-wrapper .banner-content .image-wrapper .icon {
        width: 40px;
        height: 40px;
        padding: 10px;
        right: 0px
    }
}

@media(max-width: 991px) {
    .banner-wrapper .banner-content .image-wrapper .icon {
        right: 95px
    }
}

@media(max-width: 767px) {
    .banner-wrapper .banner-content .image-wrapper .icon {
        right: 60px
    }
}

@media(max-width: 575px) {
    .banner-wrapper .banner-content .image-wrapper .icon {
        right: 120px
    }
}

@media(max-width: 480px) {
    .banner-wrapper .banner-content .image-wrapper .icon {
        width: 30px;
        height: 30px;
        padding: 8px;
        top: 50px;
        right: 105px
    }
}

@media(max-width: 375px) {
    .banner-wrapper .banner-content .image-wrapper .icon {
        right: 60px
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.about-section {
    position: relative
}

.about-section::before,
.about-section::after {
    content: "";
    width: 140px;
    height: 240px;
    background: url(../images/about-effect.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    right: 0px;
    -webkit-animation: slide 10s infinite cubic-bezier(0.21, 0.14, 0.6, 0.64);
    animation: slide 10s infinite cubic-bezier(0.21, 0.14, 0.6, 0.64)
}

@media(max-width: 1399px) {

    .about-section::before,
    .about-section::after {
        width: 100px;
        height: 180px
    }
}

@media(max-width: 991px) {

    .about-section::before,
    .about-section::after {
        display: none
    }
}

@-webkit-keyframes slide {
    0% {
        top: -20px
    }

    50% {
        top: 550px
    }

    100% {
        top: -20px
    }
}

@keyframes slide {
    0% {
        top: -20px
    }

    50% {
        top: 550px
    }

    100% {
        top: -20px
    }
}

.about-section::after {
    width: 400px;
    height: 400px;
    background: #ffd600;
    -webkit-filter: blur(242px);
    filter: blur(242px);
    right: auto;
    left: -100px;
    z-index: -1;
    -webkit-animation: none;
    animation: none
}

@media(max-width: 1399px) {
    .about-section::after {
        width: 300px;
        height: 300px;
        -webkit-filter: blur(200px);
        filter: blur(200px)
    }
}

.about-section .about-wrapper .section-heading {
    margin: 0 0 40px
}

@media(max-width: 1399px) {
    .about-section .about-wrapper .section-heading {
        margin: 0 0 30px
    }
}

@media(max-width: 1199px) {
    .about-section .about-wrapper .section-heading {
        padding: 0;
        margin: 0 0 20px
    }
}

@media(max-width: 991px) {
    .about-section .about-wrapper .section-heading {
        text-align: center
    }
}

.about-section .about-wrapper .section-heading h2 {
    text-transform: inherit
}

.about-section .about-wrapper .about-content .image-wrapper {
    line-height: 0;
    position: relative
}

.about-section .about-wrapper .about-content .image-wrapper::before {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(220, 188, 250, .65);
    position: absolute;
    bottom: 0;
    right: -50px;
    border-radius: 20px
}

@media(max-width: 1199px) {
    .about-section .about-wrapper .about-content .image-wrapper::before {
        width: 30px;
        height: 30px
    }
}

@media(max-width: 991px) {
    .about-section .about-wrapper .about-content .image-wrapper::before {
        display: none
    }
}

.about-section .about-wrapper .about-content .image-wrapper img {
    display: block;
    margin: auto
}

@media(max-width: 575px) {
    .about-section .about-wrapper .about-content .image-wrapper img {
        max-width: 400px
    }
}

@media(max-width: 480px) {
    .about-section .about-wrapper .about-content .image-wrapper img {
        max-width: 280px
    }
}

.about-section .about-wrapper .about-content .text-wrapper .about-block {
    padding: 55px 65px;
    background: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%);
    margin: 0 0 30px -120px;
    position: relative;
    z-index: 2
}

@media(max-width: 1399px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block {
        padding: 45px
    }
}

@media(max-width: 991px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block {
        margin: 0 auto 30px;
        padding: 40px 30px
    }
}

@media(max-width: 575px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block {
        padding: 20px
    }
}

.about-section .about-wrapper .about-content .text-wrapper .about-block .block {
    border-right: 1px solid #fafafa
}

@media(max-width: 991px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block .block {
        border: 0;
        margin: 0 0 20px
    }
}

.about-section .about-wrapper .about-content .text-wrapper .about-block .block.last {
    border: 0;
    border-left: 1px solid #fafafa;
    margin: 0
}

@media(max-width: 991px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block .block.last {
        border: 0
    }
}

.about-section .about-wrapper .about-content .text-wrapper .about-block .block.second {
    border: 0
}

.about-section .about-wrapper .about-content .text-wrapper .about-block .block .text {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-section .about-wrapper .about-content .text-wrapper .about-block .block .text h4 {
    color: #f6f8ff;
    font-family: "IBM Plex Sans";
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize
}

@media(max-width: 1399px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block .block .text h4 {
        font-size: 36px
    }
}

@media(max-width: 1199px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block .block .text h4 {
        font-size: 30px
    }
}

@media(max-width: 991px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block .block .text h4 {
        font-size: 24px
    }
}

.about-section .about-wrapper .about-content .text-wrapper .about-block .block .title {
    text-align: center;
    color: #f6f8ff;
    font-family: "IBM Plex Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize
}

@media(max-width: 1399px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block .block .title {
        font-size: 18px
    }
}

@media(max-width: 1199px) {
    .about-section .about-wrapper .about-content .text-wrapper .about-block .block .title {
        font-size: 15px
    }
}

.about-section .about-wrapper .about-content .text-wrapper ul li {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    position: relative
}

.about-section .about-wrapper .about-content .text-wrapper ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(13, 17, 43, .7);
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 5px
}

@media(max-width: 1199px) {
    .about-section .about-wrapper .about-content .text-wrapper ul li::after {
        top: 7px
    }
}

@media(max-width: 991px) {
    .about-section .about-wrapper .about-content .text-wrapper ul li::after {
        top: 6px
    }
}

.about-section .about-wrapper .about-content .text-wrapper ul li p {
    color: rgba(13, 17, 43, .7);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0
}

@media(max-width: 1399px) {
    .about-section .about-wrapper .about-content .text-wrapper ul li p {
        font-size: 18px
    }
}

@media(max-width: 1199px) {
    .about-section .about-wrapper .about-content .text-wrapper ul li p {
        font-size: 16px
    }
}

.pricing-section {
    background: url(../images/pricing-back.png) no-repeat;
    background-size: 100% 100%
}

@media(max-width: 991px) {
    .pricing-section {
        background: none
    }
}

.pricing-section .pricing-wrapper {
    padding: 70px 0
}

@media(max-width: 1199px) {
    .pricing-section .pricing-wrapper {
        padding: 35px 0
    }
}

.pricing-section .pricing-wrapper .section-heading {
    text-align: center;
    margin: 0 0 55px
}

@media(max-width: 1199px) {
    .pricing-section .pricing-wrapper .section-heading {
        margin: 0 0 40px
    }
}

@media(max-width: 991px) {
    .pricing-section .pricing-wrapper .section-heading {
        margin: 0 0 30px
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans {
    border-radius: 26px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    padding: 40px;
    border-radius: 26px;
    border: 1px solid #ffd600;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(max-width: 575px) {
    .pricing-section .pricing-wrapper .pricing-block .plans {
        padding: 30px
    }
}

@media(max-width: 480px) {
    .pricing-section .pricing-wrapper .pricing-block .plans {
        padding: 25px 20px
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans.active-plan {
    background: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-box-shadow: 37px 4px 44px 0px rgba(75, 89, 137, .28);
    box-shadow: 37px 4px 44px 0px rgba(75, 89, 137, .28);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width: 991px) {
    .pricing-section .pricing-wrapper .pricing-block .plans.active-plan {
        -webkit-box-shadow: 37px 4px 44px 0px rgba(75, 89, 137, .28);
        box-shadow: 37px 4px 44px 0px rgba(75, 89, 137, .28)
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading h3 {
    color: #fff
}

.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading .text {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    border-bottom: 1px solid hsla(0, 0%, 100%, .4)
}

@media(max-width: 991px) {
    .pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading .text {
        border-bottom: 0
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading .text h4,
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading .text p {
    color: #fff
}

.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .plans-content ul li p {
    color: #fff
}

.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .plans-content ul li img {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .plans-content .common-btn {
    pointer-events: auto
}

.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading {
    margin: 0 0 30px
}

@media(max-width: 480px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading {
        margin: 0 0 20px
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
    color: #0d112b;
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 25px;
    cursor: pointer
}

@media(max-width: 1399px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
        font-size: 38px
    }
}

@media(max-width: 1199px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
        font-size: 36px;
        margin: 0 0 20px
    }
}

@media(max-width: 991px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
        font-size: 34px;
        text-align: center;
        margin: 0 0 15px
    }
}

@media(max-width: 767px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
        font-size: 32px
    }
}

@media(max-width: 575px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
        font-size: 30px;
        margin: 0 0 10px
    }
}

@media(max-width: 480px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
        font-size: 28px
    }
}

@media(max-width: 375px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
        font-size: 24px
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(13, 17, 43, .1);
    border-bottom: 1px solid rgba(13, 17, 43, .1)
}

@media(max-width: 991px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text {
        display: block;
        text-align: center;
        border-bottom: 0;
        padding: 20px 0 0
    }
}

@media(max-width: 575px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text {
        padding: 15px 0 0
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
    color: #0d112b;
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 40px 0 0
}

@media(max-width: 1399px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
        font-size: 30px;
        margin: 0 30px 0 0
    }
}

@media(max-width: 1199px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
        font-size: 28px
    }
}

@media(max-width: 991px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
        font-size: 26px;
        margin: 0 0 10px
    }
}

@media(max-width: 767px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
        font-size: 24px
    }
}

@media(max-width: 575px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
        font-size: 22px
    }
}

@media(max-width: 480px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
        font-size: 20px
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text p {
    color: #0d112b;
    margin: 0
}

@media(max-width: 480px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text p {
        font-size: 12px
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1199px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li {
        margin: 0 0 20px
    }
}

@media(max-width: 991px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li {
        max-width: 210px;
        margin: 0 auto 20px
    }
}

@media(max-width: 480px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li {
        max-width: 170px;
        margin: 0 auto 15px
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li p {
    color: #0d112b;
    margin: 0 0 0 15px
}

@media(max-width: 575px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li p {
        margin: 0 0 0 10px
    }
}

@media(max-width: 480px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li p {
        font-size: 12px
    }
}

@media(max-width: 575px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li img {
        max-width: 15px
    }
}

.pricing-section .pricing-wrapper .pricing-block .plans .plans-content .common-btn {
    pointer-events: none
}

@media(max-width: 991px) {
    .pricing-section .pricing-wrapper .pricing-block .plans .plans-content .common-btn {
        margin: auto
    }
}

.cta-section {
    background: url(../images/cta-back.png) no-repeat;
    background-size: 100% 100%
}

@media(max-width: 575px) {
    .cta-section {
        background: url(../images/cta-back-2.png) no-repeat;
        background-size: 100% 100%
    }
}

.cta-section .cta-wrapper {
    padding: 100px 0
}

@media(max-width: 575px) {
    .cta-section .cta-wrapper {
        padding: 75px 0
    }
}

.cta-section .cta-content {
    text-align: center
}

.cta-section .cta-content .favicon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 25px
}

@media(max-width: 575px) {
    .cta-section .cta-content .favicon {
        max-width: 170px
    }
}

.cta-section .cta-content .section-heading {
    margin: 0 0 30px
}

@media(max-width: 1199px) {
    .cta-section .cta-content .section-heading {
        margin: 0 0 20px
    }
}

@media(max-width: 575px) {
    .cta-section .cta-content .section-heading {
        margin: 0 0 10px
    }
}

.cta-section .cta-content .section-heading h2 {
    text-align: center;
    color: #fff
}

.cta-section .cta-content p {
    margin: 0 0 20px
}

@media(max-width: 575px) {
    .cta-section .cta-content p {
        margin: 0 0 10px
    }
}

.cta-section .cta-content p:nth-child(4) {
    margin: 0 0 40px
}

@media(max-width: 575px) {
    .cta-section .cta-content p:nth-child(4) {
        margin: 0 0 25px
    }
}

.cta-section .cta-content .common-btn {
    margin: auto
}

.services-section .services-wrapper {
    position: relative
}

.services-section .services-wrapper::before,
.services-section .services-wrapper::after {
    content: "";
    width: 140px;
    height: 240px;
    background: url(../images/about-effect.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -50px;
    left: 0px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation: slide 10s infinite cubic-bezier(0.21, 0.14, 0.6, 0.64);
    animation: slide 10s infinite cubic-bezier(0.21, 0.14, 0.6, 0.64)
}

@media(max-width: 1399px) {

    .services-section .services-wrapper::before,
    .services-section .services-wrapper::after {
        width: 100px;
        height: 180px
    }
}

@media(max-width: 991px) {

    .services-section .services-wrapper::before,
    .services-section .services-wrapper::after {
        display: none
    }
}

.services-section .services-wrapper::after {
    width: 300px;
    height: 300px;
    background: #ffd600;
    -webkit-filter: blur(242px);
    filter: blur(242px);
    position: absolute;
    top: -170px;
    left: 50px;
    z-index: -1;
    -webkit-animation: none;
    animation: none
}

@media(max-width: 1399px) {
    .services-section .services-wrapper::after {
        width: 200px;
        height: 200px
    }
}

.services-section .services-wrapper .services-content .text-wrapper {
    position: relative
}

@media(max-width: 991px) {
    .services-section .services-wrapper .services-content .text-wrapper {
        margin: 0 0 20px
    }
}

.services-section .services-wrapper .services-content .text-wrapper::before,
.services-section .services-wrapper .services-content .text-wrapper::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/services-effect.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -200px;
    right: 100px
}

@media(max-width: 1199px) {

    .services-section .services-wrapper .services-content .text-wrapper::before,
    .services-section .services-wrapper .services-content .text-wrapper::after {
        top: -150px
    }
}

@media(max-width: 991px) {

    .services-section .services-wrapper .services-content .text-wrapper::before,
    .services-section .services-wrapper .services-content .text-wrapper::after {
        display: none
    }
}

.services-section .services-wrapper .services-content .text-wrapper::after {
    width: 35px;
    height: 35px;
    background: rgba(201, 252, 190, .65);
    border-radius: 30px;
    top: auto;
    bottom: -170px;
    right: 200px
}

@media(max-width: 1199px) {
    .services-section .services-wrapper .services-content .text-wrapper::after {
        bottom: -100px
    }
}

.services-section .services-wrapper .services-content .text-wrapper .section-heading {
    margin: 0 0 20px
}

@media(max-width: 991px) {
    .services-section .services-wrapper .services-content .text-wrapper .section-heading {
        text-align: center
    }
}

@media(max-width: 575px) {
    .services-section .services-wrapper .services-content .text-wrapper .section-heading {
        margin: 0 0 15px
    }
}

.services-section .services-wrapper .services-content .text-wrapper>p {
    color: #0d112b;
    margin: 0 0 20px
}

@media(max-width: 991px) {
    .services-section .services-wrapper .services-content .text-wrapper>p {
        text-align: center
    }
}

.services-section .services-wrapper .services-content .text-wrapper ul li {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    position: relative
}

@media(max-width: 991px) {
    .services-section .services-wrapper .services-content .text-wrapper ul li {
        margin: 0 0 15px
    }
}

@media(max-width: 575px) {
    .services-section .services-wrapper .services-content .text-wrapper ul li {
        margin: 0 0 10px
    }
}

.services-section .services-wrapper .services-content .text-wrapper ul li:last-child {
    margin: 0
}

.services-section .services-wrapper .services-content .text-wrapper ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #0d112b;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 5px
}

@media(max-width: 575px) {
    .services-section .services-wrapper .services-content .text-wrapper ul li::before {
        top: 7px
    }
}

.services-section .services-wrapper .services-content .text-wrapper ul li p {
    color: #0d112b;
    font-weight: 500;
    margin: 0
}

@media(max-width: 575px) {
    .services-section .services-wrapper .services-content .text-wrapper ul li p {
        font-size: 14px
    }
}

.services-section .services-wrapper .services-content .image-wrapper {
    position: relative
}

.services-section .services-wrapper .services-content .image-wrapper::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/services-effect-2.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    right: -50px
}

@media(max-width: 1399px) {
    .services-section .services-wrapper .services-content .image-wrapper::before {
        right: 0
    }
}

@media(max-width: 991px) {
    .services-section .services-wrapper .services-content .image-wrapper::before {
        display: none
    }
}

.services-section .services-wrapper .services-content .image-wrapper img {
    display: block;
    margin: auto
}

@media(max-width: 575px) {
    .services-section .services-wrapper .services-content .image-wrapper img {
        max-width: 400px
    }
}

@media(max-width: 480px) {
    .services-section .services-wrapper .services-content .image-wrapper img {
        max-width: 280px
    }
}

@media(max-width: 991px) {
    .about-us-wrapper .about-content {
        text-align: center;
        margin-bottom: 40px
    }
}

.about-us-wrapper .about-content .section-heading {
    margin-bottom: 15px
}

.about-us-wrapper .about-content .section-heading h2 {
    text-transform: inherit
}

@media(max-width: 991px) {
    .about-us-wrapper .about-content .common-para {
        max-width: 450px;
        margin: 0 auto 25px auto
    }
}

@media(max-width: 575px) {
    .about-us-wrapper .about-content .common-para {
        max-width: 400px
    }
}

.about-us-wrapper .about-img {
    line-height: 0
}

@media(max-width: 575px) {
    .about-us-wrapper .about-img {
        max-width: 400px;
        margin: 0 auto
    }
}

@media(max-width: 991px) {
    .contact-us .create-account {
        margin-bottom: 40px
    }
}

.contact-us .create-account .fill-up-form form {
    margin: 0
}

.contact-us .contact-info {
    margin-top: 30px
}

@media(max-width: 991px) {
    .contact-us .contact-info {
        margin-top: 0;
        text-align: center
    }
}

.contact-us .contact-info h2 {
    font-size: 40px;
    color: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%);
    font-weight: 700;
    margin-bottom: 50px
}

@media(max-width: 1199px) {
    .contact-us .contact-info h2 {
        font-size: 32px;
        margin-bottom: 40px
    }
}

@media(max-width: 991px) {
    .contact-us .contact-info h2 {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .contact-us .contact-info h2 {
        font-size: 28px
    }
}

@media(max-width: 575px) {
    .contact-us .contact-info h2 {
        font-size: 26px
    }
}

@media(max-width: 375px) {
    .contact-us .contact-info h2 {
        font-size: 22px;
        margin-bottom: 20px
    }
}

@media(max-width: 991px) {
    .contact-us .contact-info .information {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-us .contact-info .information .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.contact-us .contact-info .information .info:last-child {
    margin-bottom: 0
}

@media(max-width: 991px) {
    .contact-us .contact-info .information .info {
        margin-bottom: 20px
    }
}

.contact-us .contact-info .information .info.address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contact-us .contact-info .information .info .icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 15px
}

@media(max-width: 1199px) {
    .contact-us .contact-info .information .info .icon {
        width: 60px;
        height: 60px
    }
}

@media(max-width: 375px) {
    .contact-us .contact-info .information .info .icon {
        width: 50px;
        height: 50px;
        padding: 12px
    }
}

.contact-us .contact-info .information .info a,
.contact-us .contact-info .information .info p {
    font-weight: 400;
    margin-left: 15px;
    font-size: 18px;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media(max-width: 1199px) {

    .contact-us .contact-info .information .info a,
    .contact-us .contact-info .information .info p {
        margin-left: 10px
    }
}

@media(max-width: 767px) {

    .contact-us .contact-info .information .info a,
    .contact-us .contact-info .information .info p {
        font-size: 16px
    }
}

@media(max-width: 375px) {

    .contact-us .contact-info .information .info a,
    .contact-us .contact-info .information .info p {
        font-size: 15px
    }
}

.contact-us .contact-info .information .info a:hover {
    -webkit-transition: .3s all;
    transition: .3s all
}

.contact-us .contact-info .information .info p {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left
}

.contact-us .contact-info .information .info p span {
    font-weight: 400
}

.policy-content .terms-content {
    font-size: 16px;
    color: rgba(13, 17, 43, .7);
    font-weight: 400
}

@media(max-width: 575px) {
    .policy-content .terms-content {
        font-size: 14px
    }
}

.policy-content .terms-content h1,
.policy-content .terms-content h2,
.policy-content .terms-content h3,
.policy-content .terms-content h4,
.policy-content .terms-content h5,
.policy-content .terms-content h6 {
    color: #0d112b;
    font-size: 26px;
    line-height: 1.6;
    margin: 0 0 12px
}

@media(max-width: 1199px) {

    .policy-content .terms-content h1,
    .policy-content .terms-content h2,
    .policy-content .terms-content h3,
    .policy-content .terms-content h4,
    .policy-content .terms-content h5,
    .policy-content .terms-content h6 {
        font-size: 24px;
        margin: 0 0 10px
    }
}

@media(max-width: 991px) {

    .policy-content .terms-content h1,
    .policy-content .terms-content h2,
    .policy-content .terms-content h3,
    .policy-content .terms-content h4,
    .policy-content .terms-content h5,
    .policy-content .terms-content h6 {
        font-size: 22px
    }
}

@media(max-width: 767px) {

    .policy-content .terms-content h1,
    .policy-content .terms-content h2,
    .policy-content .terms-content h3,
    .policy-content .terms-content h4,
    .policy-content .terms-content h5,
    .policy-content .terms-content h6 {
        font-size: 20px
    }
}

@media(max-width: 480px) {

    .policy-content .terms-content h1,
    .policy-content .terms-content h2,
    .policy-content .terms-content h3,
    .policy-content .terms-content h4,
    .policy-content .terms-content h5,
    .policy-content .terms-content h6 {
        font-size: 18px
    }
}

.policy-content .terms-content b {
    color: #0d112b;
    font-family: "Zodiak";
    font-size: 18px;
    font-weight: 540;
    line-height: 1.2;
    margin: 0 0 12px
}

@media(max-width: 1199px) {
    .policy-content .terms-content b {
        margin: 0 0 10px
    }
}

@media(max-width: 575px) {
    .policy-content .terms-content b {
        font-size: 16px
    }
}

.policy-content .terms-content p:first-child {
    font-weight: 400;
    font-size: 14px;
    color: rgba(13, 17, 43, .7);
    margin: 0 0 30px
}

@media(max-width: 1399px) {
    .policy-content .terms-content p:first-child {
        margin: 0 0 20px
    }
}

@media(max-width: 1199px) {
    .policy-content .terms-content p:first-child {
        margin: 0 0 15px
    }
}

@media(max-width: 575px) {
    .policy-content .terms-content p:first-child {
        font-size: 12px
    }
}

@media(max-width: 480px) {
    .policy-content .terms-content p:first-child {
        font-size: 11px;
        margin: 0 0 10px
    }
}

.policy-content .terms-content a {
    color: #ffd600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500
}

.policy-content .terms-content a:hover {
    cursor: pointer;
    color: #0d112b;
    -webkit-transition: .3s all;
    transition: .3s all
}

.policy-content .print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    padding: 20px 14px;
    background: #ffd600;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(243, 174, 18, .21);
    box-shadow: 0px 5px 20px 0px rgba(243, 174, 18, .21);
    border-radius: 0 10px 10px 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: sticky;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: right;
    top: 120px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    font-family: "IBM Plex Sans";
    color: #0d112b;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2
}

@media(max-width: 1399px) {
    .policy-content .print {
        padding: 20px 10px
    }
}

@media(max-width: 991px) {
    .policy-content .print {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        padding: 10px;
        font-size: 0;
        -webkit-transition: .3s all;
        transition: .3s all;
        border-radius: 0 8px 8px 0
    }
}

@media(max-width: 575px) {
    .policy-content .print {
        padding: 8px
    }
}

.policy-content .print img {
    padding-bottom: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 991px) {
    .policy-content .print img {
        padding: 0;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

#paymentandbilling,
#pricingplans,
#deliverypolicy,
#cancellation {
    padding-top: 100px;
    margin-top: -100px;
    display: block
}

@media screen and (max-width: 575px) {

    #paymentandbilling,
    #pricingplans,
    #deliverypolicy,
    #cancellation {
        padding-top: 80px;
        margin-top: -80px
    }
}

.faq-wrapper {
    padding: 95px 0 0
}

.faq-wrapper .heading {
    margin: 0
}

.faq-wrapper .heading h2 {
    color: #0d112b;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 100px 0
}

@media(max-width: 1399px) {
    .faq-wrapper .heading h2 {
        font-size: 48px;
        margin: 80px 0
    }
}

@media(max-width: 1199px) {
    .faq-wrapper .heading h2 {
        margin: 60px 0;
        font-size: 44px
    }
}

@media(max-width: 991px) {
    .faq-wrapper .heading h2 {
        margin: 40px 0;
        font-size: 40px
    }
}

@media(max-width: 767px) {
    .faq-wrapper .heading h2 {
        font-size: 36px;
        margin: 30px 0
    }
}

@media(max-width: 575px) {
    .faq-wrapper .heading h2 {
        font-size: 32px;
        margin: 20px 0
    }
}

@media(max-width: 480px) {
    .faq-wrapper .heading h2 {
        font-size: 26px
    }
}

@media(max-width: 375px) {
    .faq-wrapper .heading h2 {
        font-size: 22px;
        margin: 0 0 10px
    }
}

.faq-wrapper .get-in-touch-wrapper .block {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%);
    padding: 30px;
    border-radius: 12px;
    margin: 0 0 20px 0px;
    text-align: center
}

@media(max-width: 575px) {
    .faq-wrapper .get-in-touch-wrapper .block {
        max-width: 220px;
        margin: 0 auto 15px
    }
}

@media(max-width: 480px) {
    .faq-wrapper .get-in-touch-wrapper .block {
        max-width: 180px;
        padding: 20px
    }
}

@media(max-width: 375px) {
    .faq-wrapper .get-in-touch-wrapper .block {
        padding: 15px
    }
}

.faq-wrapper .get-in-touch-wrapper .block h5 {
    color: #fff;
    font-size: 24px
}

@media(max-width: 1399px) {
    .faq-wrapper .get-in-touch-wrapper .block h5 {
        font-size: 22px
    }
}

@media(max-width: 1199px) {
    .faq-wrapper .get-in-touch-wrapper .block h5 {
        font-size: 18px
    }
}

@media(max-width: 480px) {
    .faq-wrapper .get-in-touch-wrapper .block h5 {
        font-size: 16px
    }
}

@media(max-width: 375px) {
    .faq-wrapper .get-in-touch-wrapper .block h5 {
        font-size: 14px
    }
}

.faq-wrapper .get-in-touch-wrapper .block img {
    display: block;
    margin: 0 auto 10px
}

@media(max-width: 575px) {
    .faq-wrapper .get-in-touch-wrapper .block img {
        max-width: 60px
    }
}

@media(max-width: 480px) {
    .faq-wrapper .get-in-touch-wrapper .block img {
        max-width: 50px
    }
}

@media(max-width: 991px) {
    .faq-wrapper .myaccordion {
        margin: 50px 0 0
    }
}

@media(max-width: 575px) {
    .faq-wrapper .myaccordion {
        margin: 30px 0 0
    }
}

.faq-wrapper .myaccordion .card {
    border: none;
    padding: 25px 30px 30px 25px;
    background: rgba(255, 214, 0, .1);
    border-radius: 7px;
    cursor: pointer;
    margin: 0 0 25px
}

@media(max-width: 1399px) {
    .faq-wrapper .myaccordion .card {
        padding: 25px
    }
}

@media(max-width: 1199px) {
    .faq-wrapper .myaccordion .card {
        padding: 20px
    }
}

.faq-wrapper .myaccordion .card[aria-expanded=true] .card-header .icon img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-wrapper .myaccordion .card .card-header {
    border: 0;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    color: #151d48;
    font-family: "IBM Plex Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1199px) {
    .faq-wrapper .myaccordion .card .card-header {
        font-size: 17px
    }
}

@media(max-width: 991px) {
    .faq-wrapper .myaccordion .card .card-header {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .faq-wrapper .myaccordion .card .card-header {
        font-size: 15px
    }
}

@media(max-width: 480px) {
    .faq-wrapper .myaccordion .card .card-header {
        font-size: 14px
    }
}

.faq-wrapper .myaccordion .card .card-header .icon {
    width: 100%;
    max-width: 25px;
    height: 25px;
    background: #151d48;
    border-radius: 4px;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 20px
}

.faq-wrapper .myaccordion .card .card-header .icon img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-wrapper .myaccordion .card .card-body {
    margin: 25px 0 0;
    padding: 20px 30px 0 0;
    border-top: 1px solid rgba(87, 87, 92, .2)
}

@media(max-width: 575px) {
    .faq-wrapper .myaccordion .card .card-body {
        margin: 20px 0 0;
        padding: 20px 30px 0 0
    }
}

@media(max-width: 480px) {
    .faq-wrapper .myaccordion .card .card-body {
        margin: 15px 0 0;
        padding: 15px 30px 0 0
    }
}

.faq-wrapper .myaccordion .card .card-body p {
    color: #57575c;
    margin: 0
}

@media(max-width: 767px) {
    .faq-wrapper .myaccordion .card .card-body {
        font-size: 15px
    }
}

@media(max-width: 375px) {
    .faq-wrapper .myaccordion .card .card-body {
        font-size: 14px
    }
}

.faq-wrapper .myaccordion .card .card-body table thead {
    background: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%)
}

.faq-wrapper .myaccordion .card .card-body table thead tr th {
    width: 50%
}

@media(max-width: 767px) {
    .faq-wrapper .myaccordion .card .card-body table thead tr th {
        font-size: 18px
    }
}

@media(max-width: 575px) {
    .faq-wrapper .myaccordion .card .card-body table thead tr th {
        font-size: 16px
    }
}

@media(max-width: 480px) {
    .faq-wrapper .myaccordion .card .card-body table thead tr th {
        font-size: 14px
    }
}

@media(max-width: 375px) {
    .faq-wrapper .myaccordion .card .card-body table thead tr th {
        font-size: 12px
    }
}

.faq-wrapper .myaccordion .card .card-body table thead tr td:nth-child(odd) {
    background: #fff
}

footer {
    background: #0d112b
}

footer .main-footer {
    padding: 60px 0 0
}

footer .main-footer .footer-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width: 991px) {
    footer .main-footer .footer-heading {
        display: block;
        text-align: center;
        padding: 0 0 20px
    }
}

footer .main-footer .footer-heading .logo {
    display: block;
    line-height: 0
}

@media(max-width: 480px) {
    footer .main-footer .footer-heading .logo img {
        max-width: 220px
    }
}

footer .main-footer .footer-heading .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 991px) {
    footer .main-footer .footer-heading .cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 20px 0 0
    }
}

footer .main-footer .footer-heading .cards .visa {
    line-height: 0;
    margin: 0 50px 0 0
}

@media(max-width: 1399px) {
    footer .main-footer .footer-heading .cards .visa {
        margin: 0 40px 0 0
    }
}

@media(max-width: 991px) {
    footer .main-footer .footer-heading .cards .visa {
        margin: 0
    }
}

footer .main-footer .footer-heading .cards .encryption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 991px) {
    footer .main-footer .footer-heading .cards .encryption {
        margin: 0 0 10px
    }
}

footer .main-footer .footer-heading .cards .encryption p {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1
}

footer .main-footer .footer-heading .cards .encryption p.white {
    color: #fff
}

footer .main-footer .work {
    margin: 0 0 100px
}

@media(max-width: 1399px) {
    footer .main-footer .work {
        margin: 0
    }
}

@media(max-width: 991px) {
    footer .main-footer .work {
        margin: 20px 0;
        padding: 20px 0 0;
        border-top: 1px solid hsla(0, 0%, 100%, .2)
    }
}

footer .main-footer .work .text-wrapper {
    margin: 0 0 30px
}

@media(max-width: 480px) {
    footer .main-footer .work .text-wrapper {
        margin: 0 0 20px
    }
}

footer .main-footer .work .text-wrapper .section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 991px) {
    footer .main-footer .work .text-wrapper .section-heading {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left
    }
}

footer .main-footer .work .text-wrapper .section-heading .icon {
    line-height: 0;
    margin: 12px 15px 0 0
}

@media(max-width: 991px) {
    footer .main-footer .work .text-wrapper .section-heading .icon {
        margin: 10px 15px 0 0
    }
}

@media(max-width: 767px) {
    footer .main-footer .work .text-wrapper .section-heading .icon {
        margin: 8px 15px 0 0
    }
}

@media(max-width: 575px) {
    footer .main-footer .work .text-wrapper .section-heading .icon {
        margin: 7px 15px 0 0
    }
}

@media(max-width: 480px) {
    footer .main-footer .work .text-wrapper .section-heading .icon {
        margin: 0 15px 0 0
    }
}

footer .main-footer .work .text-wrapper .section-heading h2 {
    color: #fff
}

footer .main-footer .work .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1399px) {
    footer .main-footer .work .btn-wrapper {
        display: block
    }
}

footer .main-footer .work .btn-wrapper .footer-btn {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #ffd600;
    border-radius: 180px;
    padding: 12px 50px;
    border: 1px solid #ffd600;
    color: #0d112b;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width: 991px) {
    footer .main-footer .work .btn-wrapper .footer-btn {
        margin: auto
    }
}

@media(max-width: 480px) {
    footer .main-footer .work .btn-wrapper .footer-btn {
        padding: 11px 15px;
        font-size: 14px
    }
}

footer .main-footer .work .btn-wrapper .footer-btn:hover {
    background: rgba(0, 0, 0, 0);
    border: 1px solid hsla(0, 0%, 100%, .3);
    color: #fff
}

footer .main-footer .work .btn-wrapper .footer-btn.white {
    background: rgba(0, 0, 0, 0);
    border: 1px solid hsla(0, 0%, 100%, .3);
    color: #fff;
    margin: 0 20px 0 0
}

@media(max-width: 1399px) {
    footer .main-footer .work .btn-wrapper .footer-btn.white {
        margin: 0 0 20px
    }
}

@media(max-width: 991px) {
    footer .main-footer .work .btn-wrapper .footer-btn.white {
        margin: 0 auto 20px
    }
}

footer .main-footer .work .btn-wrapper .footer-btn.white:hover {
    background: #ffd600;
    border: 1px solid #ffd600;
    color: #0d112b
}

footer .main-footer .links {
    padding: 40px 0 0;
    border-left: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width: 991px) {
    footer .main-footer .links {
        border: 0;
        padding: 20px 0 0
    }
}

footer .main-footer .links .footer-links .footer-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 30px
}

@media(max-width: 1199px) {
    footer .main-footer .links .footer-links .footer-title {
        font-size: 18px;
        margin: 0 0 20px
    }
}

footer .main-footer .links .footer-links .footer-title[aria-expanded=true] .footer-toggler img {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important
}

@media(max-width: 991px) {
    footer .main-footer .links .footer-links .footer-title.mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    footer .main-footer .links .footer-links .footer-title.mob .footer-toggler {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        right: 0;
        line-height: 0
    }

    footer .main-footer .links .footer-links .footer-title.mob .footer-toggler img {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media(min-width: 992px) {
    footer .main-footer .links .footer-links .footer-title.mob .footer-toggler {
        display: none
    }
}

@media(min-width: 992px) {
    footer .main-footer .links .footer-links ul.foot-mob {
        display: block
    }
}

footer .main-footer .links .footer-links ul li:not(:last-child) {
    margin: 0 0 20px
}

@media(max-width: 991px) {
    footer .main-footer .links .footer-links ul li:not(:last-child) {
        margin: 0 0 15px
    }
}

@media(max-width: 991px) {
    footer .main-footer .links .footer-links ul li:last-child {
        margin: 0 0 15px
    }
}

footer .main-footer .links .footer-links ul li p {
    color: #fff;
    margin: 0
}

@media(max-width: 1399px) {
    footer .main-footer .links .footer-links ul li p {
        font-size: 14px
    }
}

@media(max-width: 1199px) {
    footer .main-footer .links .footer-links ul li p {
        font-size: 12px
    }
}

@media(max-width: 991px) {
    footer .main-footer .links .footer-links ul li p {
        font-size: 14px
    }
}

footer .main-footer .links .footer-links ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width: 1399px) {
    footer .main-footer .links .footer-links ul li a {
        font-size: 16px
    }
}

@media(max-width: 1199px) {
    footer .main-footer .links .footer-links ul li a {
        font-size: 14px
    }
}

footer .main-footer .links .footer-links ul li a:hover {
    color: #ffd600;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .main-footer .links .footer-links ul li a::first-letter {
    text-transform: uppercase
}

footer .copy-right {
    padding: 20px 0;
    margin: 50px 0 0;
    text-align: center;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width: 1399px) {
    footer .copy-right {
        margin: 40px 0 0
    }
}

@media(max-width: 991px) {
    footer .copy-right {
        margin: 0;
        padding: 20px 0 60px
    }
}

footer .copy-right p {
    color: #fff;
    margin: 0
}

@media(max-width: 1399px) {
    footer .copy-right p {
        font-size: 14px
    }
}

@media(max-width: 1199px) {
    footer .copy-right p {
        font-size: 12px
    }
}

@media(max-width: 991px) {
    footer .copy-right p {
        font-size: 14px
    }
}

.common-btn {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #0d112b;
    border-radius: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width: 480px) {
    .common-btn {
        border-radius: 118px
    }
}

.common-btn .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 7px 0
}

@media(max-width: 480px) {
    .common-btn .icon {
        width: 30px;
        height: 30px;
        padding: 7px;
        margin: 0 6px 0
    }
}

.common-btn .icon img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.common-btn span {
    display: block;
    padding: 15px 40px;
    background: #ffd600;
    border-radius: 160px;
    text-align: center;
    font-family: "IBM Plex Sans";
    color: #485685;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width: 480px) {
    .common-btn span {
        font-size: 16px;
        padding: 10px 20px
    }
}

.common-btn:hover {
    background: #fff
}

.common-btn:hover span {
    background: #0d112b;
    color: #fff
}

.common-btn:hover .icon {
    background: #ffd600
}

.common-btn:hover .icon img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#button {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #ffd600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 6px 26px rgba(27, 37, 52, .1);
    box-shadow: 0px 6px 26px rgba(27, 37, 52, .1);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer
}

@media(max-width: 991px) {
    #button {
        right: 20px;
        bottom: 20px
    }
}

@media(max-width: 575px) {
    #button {
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
        border-radius: 5px;
        padding: 8px
    }
}

#button img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#button:hover,
#button:focus {
    -webkit-transition: .3s all;
    transition: .3s all
}

#button:hover svg path,
#button:focus svg path {
    fill: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

#button.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all;
    transition: .3s all
}

p {
    color: hsla(0, 0%, 100%, .7);
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75
}

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

.default-padding {
    padding: 70px 0
}

@media(max-width: 1399px) {
    .default-padding {
        padding: 60px 0
    }
}

@media(max-width: 991px) {
    .default-padding {
        padding: 50px 0
    }
}

@media(max-width: 767px) {
    .default-padding {
        padding: 40px 0
    }
}

@media(max-width: 575px) {
    .default-padding {
        padding: 30px 0
    }
}

@media(max-width: 480px) {
    .default-padding {
        padding: 25px 0
    }
}

.default-margin-top {
    margin-top: 70px
}

@media(max-width: 1399px) {
    .default-margin-top {
        margin-top: 60px
    }
}

@media(max-width: 991px) {
    .default-margin-top {
        margin-top: 50px
    }
}

@media(max-width: 767px) {
    .default-margin-top {
        margin-top: 40px
    }
}

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

@media(max-width: 480px) {
    .default-margin-top {
        margin-top: 25px
    }
}

.default-margin-bottom {
    margin-bottom: 70px
}

@media(max-width: 1399px) {
    .default-margin-bottom {
        margin-bottom: 60px
    }
}

@media(max-width: 991px) {
    .default-margin-bottom {
        margin-bottom: 50px
    }
}

@media(max-width: 767px) {
    .default-margin-bottom {
        margin-bottom: 40px
    }
}

@media(max-width: 575px) {
    .default-margin-bottom {
        margin-bottom: 30px
    }
}

@media(max-width: 480px) {
    .default-margin-bottom {
        margin-bottom: 25px
    }
}

.section-heading h2 {
    color: #0d112b;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin: 0
}

@media(max-width: 1399px) {
    .section-heading h2 {
        font-size: 42px
    }
}

@media(max-width: 1199px) {
    .section-heading h2 {
        font-size: 36px
    }
}

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

@media(max-width: 767px) {
    .section-heading h2 {
        font-size: 28px
    }
}

@media(max-width: 575px) {
    .section-heading h2 {
        font-size: 24px
    }
}

@media(max-width: 480px) {
    .section-heading h2 {
        font-size: 20px
    }
}

.heading {
    margin-bottom: 40px
}

@media(max-width: 991px) {
    .heading {
        margin-bottom: 30px
    }
}

.heading h2 {
    font-size: 40px;
    color: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%);
    font-weight: 700;
    margin: 0
}

@media(max-width: 1199px) {
    .heading h2 {
        font-size: 32px
    }
}

@media(max-width: 767px) {
    .heading h2 {
        font-size: 28px
    }
}

@media(max-width: 991px) {
    .heading h2 {
        text-align: center
    }
}

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

@media(max-width: 375px) {
    .heading h2 {
        font-size: 22px
    }
}

.breadcrumbs-wrapper {
    padding: 190px 0 100px;
    text-align: center;
    position: relative;
    z-index: 1
}

@media(max-width: 1399px) {
    .breadcrumbs-wrapper {
        padding: 150px 0 60px 0
    }
}

@media(max-width: 1199px) {
    .breadcrumbs-wrapper {
        padding: 150px 0 40px 0
    }
}

@media(max-width: 991px) {
    .breadcrumbs-wrapper {
        padding: 130px 0 40px 0
    }
}

@media(max-width: 767px) {
    .breadcrumbs-wrapper {
        padding: 110px 0 30px 0
    }
}

@media(max-width: 480px) {
    .breadcrumbs-wrapper {
        padding: 80px 0 30px 0
    }
}

.breadcrumbs-wrapper h1 {
    color: #0d112b;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width: 1399px) {
    .breadcrumbs-wrapper h1 {
        font-size: 42px
    }
}

@media(max-width: 1199px) {
    .breadcrumbs-wrapper h1 {
        font-size: 36px
    }
}

@media(max-width: 991px) {
    .breadcrumbs-wrapper h1 {
        font-size: 32px
    }
}

@media(max-width: 767px) {
    .breadcrumbs-wrapper h1 {
        font-size: 30px
    }
}

@media(max-width: 575px) {
    .breadcrumbs-wrapper h1 {
        font-size: 28px
    }
}

@media(max-width: 480px) {
    .breadcrumbs-wrapper h1 {
        font-size: 24px
    }
}

.form-content {
    border-radius: 20px;
    text-align: center
}

form .form-row .form-group .user-input {
    width: 100%;
    padding: 20px 17px;
    border: 2px solid #485685;
    border-radius: 10px;
    margin: 0 0 15px;
    color: #0d112b;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width: 767px) {
    form .form-row .form-group .user-input {
        padding: 15px
    }
}

@media(max-width: 480px) {
    form .form-row .form-group .user-input {
        padding: 10px;
        font-size: 14px
    }
}

form .form-row .form-group .user-input::-webkit-input-placeholder {
    color: #0d112b;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .7
}

form .form-row .form-group .user-input::-moz-placeholder {
    color: #0d112b;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .7
}

form .form-row .form-group .user-input:-ms-input-placeholder {
    color: #0d112b;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .7
}

form .form-row .form-group .user-input::-ms-input-placeholder {
    color: #0d112b;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .7
}

form .form-row .form-group .user-input::placeholder {
    color: #0d112b;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .7
}

@media(max-width: 480px) {
    form .form-row .form-group .user-input::-webkit-input-placeholder {
        font-size: 14px
    }

    form .form-row .form-group .user-input::-moz-placeholder {
        font-size: 14px
    }

    form .form-row .form-group .user-input:-ms-input-placeholder {
        font-size: 14px
    }

    form .form-row .form-group .user-input::-ms-input-placeholder {
        font-size: 14px
    }

    form .form-row .form-group .user-input::placeholder {
        font-size: 14px
    }
}

form .form-row .form-group .user-input:focus,
form .form-row .form-group .user-input:hover {
    outline: none;
    border: 2px solid #ffd600;
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .06);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .06)
}

form .form-row .form-group .user-input:focus::-webkit-input-placeholder,
form .form-row .form-group .user-input:hover::-webkit-input-placeholder {
    color: #0d112b;
    opacity: 1
}

form .form-row .form-group .user-input:focus::-moz-placeholder,
form .form-row .form-group .user-input:hover::-moz-placeholder {
    color: #0d112b;
    opacity: 1
}

form .form-row .form-group .user-input:focus:-ms-input-placeholder,
form .form-row .form-group .user-input:hover:-ms-input-placeholder {
    color: #0d112b;
    opacity: 1
}

form .form-row .form-group .user-input:focus::-ms-input-placeholder,
form .form-row .form-group .user-input:hover::-ms-input-placeholder {
    color: #0d112b;
    opacity: 1
}

form .form-row .form-group .user-input:focus::placeholder,
form .form-row .form-group .user-input:hover::placeholder {
    color: #0d112b;
    opacity: 1
}

form .form-row .form-group input:-webkit-autofill,
form .form-row .form-group input:-webkit-autofill:hover,
form .form-row .form-group input:-webkit-autofill:focus,
form .form-row .form-group textarea:-webkit-autofill,
form .form-row .form-group textarea:-webkit-autofill:hover,
form .form-row .form-group textarea:-webkit-autofill:focus,
form .form-row .form-group select:-webkit-autofill,
form .form-row .form-group select:-webkit-autofill:hover,
form .form-row .form-group select:-webkit-autofill:focus {
    -webkit-text-fill-color: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

form .form-row .form-group .g-recaptcha {
    margin-bottom: 30px
}

@media(max-width: 480px) {
    form .form-row .form-group .g-recaptcha {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        margin-bottom: 10px
    }
}

form .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0
}

@media(max-width: 991px) {
    form .btn-wrapper {
        display: block
    }
}

@media(max-width: 991px) {
    form .btn-wrapper .common-btn {
        margin: 0 auto 20px
    }
}

form .common-para {
    color: rgba(13, 17, 43, .6);
    font-size: 14px;
    line-height: 1.2;
    margin: 0
}

form .common-para a {
    color: #ffd600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

form .common-para a:hover {
    color: #0d112b
}

form .remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 480px) {
    form .remember {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

form .remember .custom-check-box,
form .remember .forgot-pass {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width: 575px) {

    form .remember .custom-check-box,
    form .remember .forgot-pass {
        font-size: 14px
    }
}

form .remember .custom-check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #0d112b
}

@media(max-width: 480px) {
    form .remember .custom-check-box {
        margin: 0 0 10px
    }
}

form .remember .custom-check-box input {
    margin: 0 10px 0 0
}

form .remember .forgot-pass {
    color: #0d112b
}

form .remember .forgot-pass:hover {
    color: #ffd600
}

.sign-up {
    padding: 195px 0 0
}

@media(max-width: 1399px) {
    .sign-up {
        padding: 155px 0 0
    }
}

@media(max-width: 1199px) {
    .sign-up {
        padding: 135px 0 0
    }
}

@media(max-width: 767px) {
    .sign-up {
        padding: 100px 0 0
    }
}

@media(max-width: 575px) {
    .sign-up {
        padding: 70px 0 0
    }
}

.sign-up .sign-up-info {
    margin: 0 0 100px;
    padding: 35px 40px;
    border: 2px solid #ffd600;
    border-radius: 14px
}

@media(max-width: 1399px) {
    .sign-up .sign-up-info {
        padding: 30px 60px;
        margin: 0 0 80px
    }
}

@media(max-width: 1199px) {
    .sign-up .sign-up-info {
        padding: 30px;
        margin: 0 0 60px
    }
}

@media(max-width: 767px) {
    .sign-up .sign-up-info {
        margin: 0 0 40px
    }
}

@media(max-width: 575px) {
    .sign-up .sign-up-info {
        margin: 0 0 30px
    }
}

@media(max-width: 480px) {
    .sign-up .sign-up-info {
        padding: 20px
    }
}

.sign-up .sign-up-info p {
    color: #0d112b;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0
}

@media(max-width: 1399px) {
    .sign-up .sign-up-info p {
        font-size: 18px
    }
}

@media(max-width: 1199px) {
    .sign-up .sign-up-info p {
        font-size: 16px
    }
}

@media(max-width: 575px) {
    .sign-up .sign-up-info p {
        font-size: 14px
    }
}

.sign-up .sign-up-content {
    padding: 50px;
    background: linear-gradient(74deg, #485685 0.71%, #99ACEC 98.01%);
    border-radius: 30px
}

@media(max-width: 991px) {
    .sign-up .sign-up-content {
        padding: 40px;
        border-radius: 20px
    }
}

@media(max-width: 480px) {
    .sign-up .sign-up-content {
        padding: 30px;
        border-radius: 20px
    }
}

.sign-up .sign-up-content .section-heading h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 35px
}

@media(max-width: 1399px) {
    .sign-up .sign-up-content .section-heading h2 {
        font-size: 38px;
        margin: 0 0 20px
    }
}

@media(max-width: 1199px) {
    .sign-up .sign-up-content .section-heading h2 {
        font-size: 35px
    }
}

@media(max-width: 991px) {
    .sign-up .sign-up-content .section-heading h2 {
        font-size: 32px
    }
}

@media(max-width: 767px) {
    .sign-up .sign-up-content .section-heading h2 {
        font-size: 28px
    }
}

@media(max-width: 575px) {
    .sign-up .sign-up-content .section-heading h2 {
        font-size: 26px;
        margin: 0 0 10px
    }
}

@media(max-width: 480px) {
    .sign-up .sign-up-content .section-heading h2 {
        font-size: 24px
    }
}

@media(max-width: 375px) {
    .sign-up .sign-up-content .section-heading h2 {
        font-size: 22px
    }
}

.sign-up .sign-up-content .form .btn-wrapper .common-para {
    color: #fff
}

.modal-backdrop {
    background: rgba(21, 29, 72, .5);
    backdrop-filter: blur(8px)
}

.modal-backdrop.show {
    opacity: 1
}

.modal .modal-dialog {
    margin: auto
}

.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 20px
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.modal .modal-dialog .modal-content .modal-body .close {
    display: block;
    width: 20px;
    height: 20px;
    background: #0d112b;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2
}

@media(max-width: 480px) {
    .modal .modal-dialog .modal-content .modal-body .close {
        top: 10px;
        right: 10px
    }
}

.modal .modal-dialog .modal-content .modal-body .modal-header {
    padding: 0;
    border: 0;
    margin: 0 0 30px
}

@media(max-width: 1199px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header {
        margin: 0 0 20px
    }
}

@media(max-width: 991px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 480px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header {
        margin: 0 0 10px
    }
}

.modal .modal-dialog .modal-content .modal-body .modal-header h3 {
    color: #0d112b;
    font-size: 40px;
    font-weight: 540;
    line-height: 1.2;
    text-transform: capitalize
}

@media(max-width: 1399px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3 {
        font-size: 37px
    }
}

@media(max-width: 1199px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3 {
        font-size: 35px
    }
}

@media(max-width: 991px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3 {
        font-size: 33px;
        text-align: center
    }
}

@media(max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3 {
        font-size: 30px
    }
}

@media(max-width: 575px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3 {
        font-size: 28px
    }
}

@media(max-width: 480px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3 {
        font-size: 24px
    }
}

.modal .modal-dialog .modal-content .modal-body .modal-header h3.cancel-header {
    color: #252525;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4
}

@media(max-width: 1199px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3.cancel-header {
        font-size: 26px
    }
}

@media(max-width: 991px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3.cancel-header {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3.cancel-header {
        font-size: 18px
    }
}

@media(max-width: 480px) {
    .modal .modal-dialog .modal-content .modal-body .modal-header h3.cancel-header {
        font-size: 16px
    }
}

.modal.welcome-modal .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.modal.welcome-modal .modal-dialog .modal-content {
    border-radius: 0
}

.modal.welcome-modal .modal-dialog .modal-content .modal-body {
    padding: 70px 75px
}

@media(max-width: 1399px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body {
        padding: 50px 70px
    }
}

@media(max-width: 991px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body {
        padding: 50px
    }
}

@media(max-width: 480px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body {
        padding: 40px 30px
    }
}

.modal.welcome-modal .modal-dialog .modal-content .modal-body p {
    color: rgba(13, 17, 43, .7);
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 30px
}

@media(max-width: 1399px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body p {
        font-size: 20px
    }
}

@media(max-width: 991px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body p {
        text-align: center
    }
}

@media(max-width: 767px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body p {
        font-size: 18px
    }
}

@media(max-width: 480px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body p {
        margin: 0 0 20px;
        font-size: 16px
    }
}

.modal.welcome-modal .modal-dialog .modal-content .modal-body p a {
    color: #ffd600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.modal.welcome-modal .modal-dialog .modal-content .modal-body p a:hover {
    color: #0d112b
}

@media(max-width: 991px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body .common-btn {
        margin: auto
    }
}

.modal.welcome-modal .modal-dialog .modal-content .modal-body .logo {
    display: block;
    line-height: 0;
    position: relative
}

.modal.welcome-modal .modal-dialog .modal-content .modal-body .logo::before {
    content: "";
    height: calc(100% + 100px);
    width: 1px;
    background: #0d112b;
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media(max-width: 1399px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body .logo::before {
        left: -80px
    }
}

@media(max-width: 991px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body .logo::before {
        display: none
    }
}

.modal.welcome-modal .modal-dialog .modal-content .modal-body .logo img {
    display: block;
    margin: 0 0 0 auto
}

@media(max-width: 991px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body .logo img {
        margin: 0 auto 20px
    }
}

@media(max-width: 575px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body .logo img {
        max-width: 400px
    }
}

@media(max-width: 480px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body .logo img {
        max-width: 280px
    }
}

@media(max-width: 375px) {
    .modal.welcome-modal .modal-dialog .modal-content .modal-body .logo img {
        max-width: 220px
    }
}

.modal.sign-in .modal-dialog,
.modal.forgot-modal .modal-dialog {
    max-width: 1000px
}

@media(max-width: 1199px) {

    .modal.sign-in .modal-dialog,
    .modal.forgot-modal .modal-dialog {
        max-width: 900px
    }
}

@media(max-width: 991px) {

    .modal.sign-in .modal-dialog,
    .modal.forgot-modal .modal-dialog {
        max-width: 700px
    }
}

@media(max-width: 767px) {

    .modal.sign-in .modal-dialog,
    .modal.forgot-modal .modal-dialog {
        max-width: 500px
    }
}

@media(max-width: 575px) {

    .modal.sign-in .modal-dialog,
    .modal.forgot-modal .modal-dialog {
        max-width: 400px
    }
}

@media(max-width: 480px) {

    .modal.sign-in .modal-dialog,
    .modal.forgot-modal .modal-dialog {
        max-width: 280px
    }
}

.modal.sign-in .modal-dialog .modal-content,
.modal.forgot-modal .modal-dialog .modal-content {
    position: relative;
    overflow: hidden
}

.modal.sign-in .modal-dialog .modal-content .modal-body .content,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .content {
    height: 100%
}

.modal.sign-in .modal-dialog .modal-content .modal-body .content.text-wrapper,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
    padding: 50px
}

@media(max-width: 1199px) {

    .modal.sign-in .modal-dialog .modal-content .modal-body .content.text-wrapper,
    .modal.forgot-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
        padding: 40px
    }
}

@media(max-width: 480px) {

    .modal.sign-in .modal-dialog .modal-content .modal-body .content.text-wrapper,
    .modal.forgot-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
        padding: 30px
    }
}

.modal.sign-in .modal-dialog .modal-content .modal-body .content .form-content .form .btn-wrapper,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .content .form-content .form .btn-wrapper {
    margin: 30px 0 0
}

@media(max-width: 480px) {

    .modal.sign-in .modal-dialog .modal-content .modal-body .content .form-content .form .btn-wrapper,
    .modal.forgot-modal .modal-dialog .modal-content .modal-body .content .form-content .form .btn-wrapper {
        margin: 20px 0 0
    }
}

.modal.sign-in .modal-dialog .modal-content .modal-body .content .image-wrapper,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .content .image-wrapper {
    height: 100%;
    overflow: hidden
}

@media(max-width: 991px) {

    .modal.sign-in .modal-dialog .modal-content .modal-body .content .image-wrapper,
    .modal.forgot-modal .modal-dialog .modal-content .modal-body .content .image-wrapper {
        display: none
    }
}

.modal.sign-in .modal-dialog .modal-content .modal-body .content .image-wrapper img,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .content .image-wrapper img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin: 20px 0 0
}

@media(max-width: 1199px) {

    .modal.sign-in .modal-dialog .modal-content .modal-body .content .image-wrapper img,
    .modal.forgot-modal .modal-dialog .modal-content .modal-body .content .image-wrapper img {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

.modal.contact-modal .modal-dialog {
    max-width: 1165px
}

@media(max-width: 1199px) {
    .modal.contact-modal .modal-dialog {
        max-width: 900px
    }
}

@media(max-width: 991px) {
    .modal.contact-modal .modal-dialog {
        max-width: 700px
    }
}

@media(max-width: 767px) {
    .modal.contact-modal .modal-dialog {
        max-width: 500px
    }
}

@media(max-width: 575px) {
    .modal.contact-modal .modal-dialog {
        max-width: 400px
    }
}

@media(max-width: 480px) {
    .modal.contact-modal .modal-dialog {
        max-width: 280px
    }
}

.modal.contact-modal .modal-dialog .modal-content {
    overflow: hidden
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content {
    height: 100%
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
    padding: 50px
}

@media(max-width: 1199px) {
    .modal.contact-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
        padding: 40px
    }
}

@media(max-width: 480px) {
    .modal.contact-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
        padding: 30px
    }
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .form-content .form {
    margin: 0
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .form-content .form .btn-wrapper {
    margin: 10px 0 0
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper {
    height: 100%;
    position: relative
}

@media(max-width: 991px) {
    .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper {
        display: none
    }
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper>img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px
}

@media(max-width: 1199px) {
    .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text {
        padding: 20px
    }
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block h4 {
    color: #fff;
    font-weight: 540;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 10px
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block a,
.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block h4 {
    font-size: 25px
}

@media(max-width: 1199px) {

    .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block a,
    .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block h4 {
        font-size: 18px
    }
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block a {
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block a:hover {
    color: #ffd600
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block .common-btn {
    width: 180px
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block .common-btn .icon {
    width: 35px;
    height: 35px;
    padding: 5px
}

@media(max-width: 1199px) {
    .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block .common-btn .icon {
        width: 25px;
        height: 25px
    }
}

.modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block .common-btn span {
    font-size: 15px;
    padding: 15px 22px
}

@media(max-width: 1199px) {
    .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block .common-btn span {
        padding: 10px;
        font-size: 13px
    }
}

.modal.cancel-membership-modal .modal-dialog {
    max-width: 1060px
}

@media(max-width: 1199px) {
    .modal.cancel-membership-modal .modal-dialog {
        max-width: 900px
    }
}

@media(max-width: 991px) {
    .modal.cancel-membership-modal .modal-dialog {
        max-width: 700px
    }
}

@media(max-width: 767px) {
    .modal.cancel-membership-modal .modal-dialog {
        max-width: 500px
    }
}

@media(max-width: 575px) {
    .modal.cancel-membership-modal .modal-dialog {
        max-width: 400px
    }
}

@media(max-width: 480px) {
    .modal.cancel-membership-modal .modal-dialog {
        max-width: 280px
    }
}

.modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content {
    height: 100%
}

.modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content .modal-header {
    margin: 0 0 15px
}

@media(max-width: 575px) {
    .modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content .modal-header {
        margin: 0 0 10px
    }
}

.modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content p {
    color: rgba(37, 37, 37, .7);
    margin: 0 0 25px
}

@media(max-width: 1199px) {
    .modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content p {
        margin: 0 0 15px
    }
}

@media(max-width: 991px) {
    .modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content p {
        text-align: center
    }
}

.modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
    padding: 50px
}

@media(max-width: 199px) {
    .modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
        padding: 40px
    }
}

@media(max-width: 480px) {
    .modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content.text-wrapper {
        padding: 30px
    }
}

.modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content .image-wrapper {
    height: 100%
}

@media(max-width: 991px) {
    .modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content .image-wrapper {
        display: none
    }
}

.modal.cancel-membership-modal .modal-dialog .modal-content .modal-body .content .image-wrapper img {
    display: block;
    width: 100%;
    height: 100%
}

table {
    width: 100%;
    outline: none;
    border: 0;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    -webkit-box-shadow: 0px 18px 44px 0px rgba(2, 53, 90, .08);
    box-shadow: 0px 18px 44px 0px rgba(2, 53, 90, .08)
}

@media(max-width: 575px) {
    table {
        table-layout: fixed
    }
}

table:focus {
    outline: none
}

table tr th {
    background: #0d112b;
    border: none;
    color: #fff;
    font-family: "Zodiak";
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    padding: 25px 30px;
    position: relative;
    border-right: 1px solid #fff;
    text-transform: capitalize
}

@media(max-width: 1399px) {
    table tr th {
        font-size: 24px
    }
}

@media(max-width: 1199px) {
    table tr th {
        font-size: 22px;
        padding: 25px 20px
    }
}

@media(max-width: 991px) {
    table tr th {
        font-size: 20px
    }
}

@media(max-width: 575px) {
    table tr th {
        font-size: 18px;
        padding: 20px
    }
}

@media(max-width: 480px) {
    table tr th {
        font-size: 16px;
        padding: 15px
    }
}

@media(max-width: 375px) {
    table tr th {
        font-size: 12px;
        padding: 10px
    }
}

table tr th:first-child {
    border-radius: 10px 0 0 0;
    width: 20%
}

@media(max-width: 575px) {
    table tr th:first-child {
        width: 25%
    }
}

table tr th:last-child {
    border-radius: 0 10px 0 0;
    border-right: 0
}

table tbody tr:nth-child(odd) {
    background: #fff
}

table tbody tr:nth-child(even) {
    background: rgba(255, 214, 0, .05)
}

table tbody tr:focus {
    outline: none
}

table tbody tr td {
    font-family: "IBM Plex Sans";
    color: #0d112b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 45px 30px 60px;
    border-right: 1px solid rgba(55, 56, 213, .25)
}

@media(max-width: 1399px) {
    table tbody tr td {
        font-size: 15px;
        padding: 45px 30px
    }
}

@media(max-width: 1199px) {
    table tbody tr td {
        padding: 40px 20px;
        font-size: 14px
    }
}

@media(max-width: 991px) {
    table tbody tr td {
        font-size: 13px;
        padding: 30px 20px
    }
}

@media(max-width: 575px) {
    table tbody tr td {
        font-size: 12px;
        padding: 20px
    }
}

@media(max-width: 480px) {
    table tbody tr td {
        font-size: 11px;
        padding: 15px
    }
}

@media(max-width: 375px) {
    table tbody tr td {
        font-size: 10px;
        padding: 10px
    }
}

table tbody tr td:first-child {
    border-left: 1px solid rgba(2, 53, 90, .25)
}

table tbody tr td:last-child {
    border-right: 1px solid rgba(2, 53, 90, .25)
}

table tbody tr:last-of-type td {
    border-bottom: 1px solid rgba(2, 53, 90, .25)
}

table tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 10px
}

table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 10px 0
}

#about {
    scroll-margin-top: 70px
}

@media(max-width: 480px) {
    #about {
        scroll-margin-top: 0px
    }
}

#services {
    scroll-margin-top: 70px
}

@media(max-width: 1199px) {
    #pricing {
        scroll-margin-top: 30px
    }
}

.overley {
    overflow: hidden
}

.overley::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000vh;
    background: rgba(0, 0, 0, .5607843137);
    backdrop-filter: blur(3px);
    top: 0;
    left: 0;
    z-index: 99
}

.skiptranslate,
.goog-te-combo {
    display: none !important
}

body {
    top: 0 !important
}

.goog-te-gadget {
    display: block !important
}

#google_translate_element,
select.goog-te-combo {
    position: fixed;
    z-index: 999;
    top: -999px
}

body .goog-text-highlight {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#teams-dropdown-menu span.icon .fa {
    display: none
}

.loader {
    z-index: 999999;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    left: 0
}

#teams-dropdown-menu ul li {
    text-transform: capitalize
}

#teams-dropdown-menu {
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    padding: 0
}

@media(max-width: 480px) {
    #teams-dropdown-menu .flg {
        max-width: 15px
    }
}

#teams-dropdown-menu .flag-text {
    font-size: 16px;
    color: #fff;
    padding: 0 5px
}

@media(max-width: 575px) {
    #teams-dropdown-menu .flag-text {
        font-size: 14px
    }
}

#teams-dropdown-menu ul {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(10, 10, 10, .0509803922), 0 0 10px 0 rgba(10, 10, 10, .0784313725);
    box-shadow: 0 2px 5px rgba(10, 10, 10, .0509803922), 0 0 10px 0 rgba(10, 10, 10, .0784313725);
    display: none;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    top: 50px;
    width: 135px;
    z-index: 99;
    padding: 0;
    left: unset !important;
    right: 0
}

#teams-dropdown-menu ul li img {
    margin-right: 10px
}

#teams-dropdown-menu ul.active {
    display: block;
    -webkit-animation: slidedown .2s;
    animation: slidedown .2s;
    top: 50px
}

@-webkit-keyframes slidedown {
    from {
        margin-top: -25px;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes slidedown {
    from {
        margin-top: -25px;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

#teams-dropdown-menu ul li {
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    letter-spacing: .5px;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    float: none
}

#teams-dropdown-menu ul li:hover {
    color: #000 !important;
    background-color: #f0f0f0
}

#teams-dropdown-menu span.icon:before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0);
    position: relative;
    top: 2px
}

@media screen and (max-width: 1199px) {
    #teams-dropdown-menu .flag-text {
        margin-right: 4px
    }

    #teams-dropdown-menu .submenu-button {
        display: none
    }

    #teams-dropdown-menu span.icon i {
        color: #000
    }
}

.fr_wrapper header {
    padding: 0
}

.fr_wrapper header .navbar {
    padding: 12px 50px
}

@media(max-width: 1599px) {
    .fr_wrapper header .navbar {
        padding: 12px 20px
    }
}

.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin: 0 20px
}

@media(max-width: 1600px) {
    .fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        margin: 0 8px;
        font-size: 14px
    }
}

@media(max-width: 1399px) {
    .fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 12px
    }
}

@media(max-width: 1600px) {
    .fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .terminate-btn {
        font-size: 14px
    }
}

@media(max-width: 1399px) {
    .fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .terminate-btn {
        font-size: 12px
    }
}

.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
    margin-right: 20px
}

@media(max-width: 1600px) {
    .fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
        margin-right: 8px
    }
}

@media(max-width: 1399px) {
    .fr_wrapper .our-features .features {
        min-height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    .fr_wrapper .our-features .features {
        min-height: inherit
    }
}

.fr_wrapper .our-features .features p {
    font-size: 20px
}

@media(max-width: 767px) {
    .fr_wrapper .our-features .features p {
        font-size: 16px
    }
}

@media(max-width: 1399px) {
    .fr_wrapper .how-it-works .work-wrapper .work-content {
        min-height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 767px) {
    .fr_wrapper .how-it-works .work-wrapper .work-content {
        min-height: inherit
    }
}

.fr_wrapper .how-it-works .work-wrapper .work-content h6 {
    font-size: 20px
}

@media(max-width: 767px) {
    .fr_wrapper .how-it-works .work-wrapper .work-content h6 {
        font-size: 18px
    }
}

.fr_wrapper .our-plans .pricing-plans .plan-btn {
    max-width: 150px
}

.fr_wrapper footer .website-footer .footer-links ul li .number .foot-address,
.fr_wrapper footer .website-footer .footer-links ul li .mail-id .foot-address,
.fr_wrapper footer .website-footer .footer-links ul li .address .foot-address,
.fr_wrapper footer .website-footer .our-information p,
.fr_wrapper footer .website-footer .footer-links ul li a {
    font-size: 16px
}

.fr_wrapper .get-in-touch .our-support .support-btn {
    min-width: 250px
}

.fr_wrapper .faq-wrapper .get-in-touch-wrapper .block h5 {
    font-size: 16px
}

.fr_wrapper .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text {
    padding: 40px 15px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .fr_wrapper .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text {
        padding: 40px 0px
    }
}

.fr_wrapper .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block .common-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.fr_wrapper .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block .common-btn span {
    font-size: 12px;
    padding: 15px 6px
}

@media screen and (max-width: 1199px) {
    .fr_wrapper .modal.contact-modal .modal-dialog .modal-content .modal-body .content .image-wrapper .contact-text .block .common-btn span {
        font-size: 10px
    }
}

.fr_wrapper .common-btn span {
    padding: 15px 16px;
    font-size: 14px
}

@media screen and (max-width: 1199px) {
    .fr_wrapper .common-btn span {
        padding: 15px 15px;
        font-size: 11px
    }
}

@media screen and (max-width: 1199px) {
    .fr_wrapper .modal.sign-in .modal-dialog .modal-content .modal-body .content.text-wrapper {
        padding: 34px
    }
}

.fr_wrapper .common-para.signin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.fr_wrapper .common-para.signin a {
    display: block
}

.fr_wrapper .common-para.signin a::first-letter {
    text-transform: uppercase
}