@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-family: Rajdhani, sans-serif;
    font-size: 16px;
    color: #D3D4E0;
    line-height: 1.5em;
    font-weight: 500;
    background: #1f2128;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #D3D4E0
}

a:active,
a:focus,
a:hover,
button:active,
button:focus {
    text-decoration: none;
    outline: 0;
    color: #fbeb39
}

ol,
ol li,
ul,
ul li {
    list-style: none;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    background: 0 0;
    color: #fff;
    line-height: 1.3em
}

h1 {
    font-size: 52px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

button,
input,
select,
textarea {
    font-family: Rajdhani, sans-serif
}

textarea {
    overflow: hidden;
    resize: none
}

p {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 20px
}

.text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 0;
    max-width: 520px;
}

.strike-through {
    text-decoration: line-through
}

.section-container {
    position: static;
    max-width: 1330px;
    padding: 0 20px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.theme-btn {
    display: inline-block;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.centered {
    text-align: center
}

.btn-style-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 8px 30px;
    border: 2px solid #fbeb39;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    background: #fbeb39;
    border-radius: 22px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-one span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-one i {
    position: relative;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 24px;
    z-index: 1
}

.btn-style-one i img {
    position: relative;
    max-height: 24px
}

.btn-style-one:hover {
    color: #fbeb39;
    background: 0 0;
    border-color: #fbeb39
}

.btn-style-two {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 8px 30px;
    background: #eff0fb;
    border: 2px solid #eff0fb;
    color: #283445;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-style-two span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 24px;
    z-index: 1
}

.btn-style-two i {
    position: relative;
    display: block;
    top: -1px;
    z-index: 1
}

.btn-style-two i img {
    position: relative;
    max-height: 24px
}

.btn-style-two:hover {
    color: #fff;
    background: #25272e;
    border-color: #25272e
}

.btn-style-three {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 10px 30px;
    color: #33343b;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #fbeb39;
    box-shadow: 0 15px 30px rgba(251, 235, 57, .25);
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-three span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-three i {
    position: relative;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 24px;
    z-index: 1
}

.btn-style-three i img {
    position: relative;
    max-height: 24px
}

.btn-style-three:hover {
    color: #33343b;
    background: #fbb439;
    border-color: #fbb439;
}

.btn-style-four {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #1f2128;
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-four span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-four i {
    position: relative;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 24px;
    z-index: 1
}

.btn-style-four i img {
    position: relative;
    max-height: 24px
}

.btn-style-four:hover {
    color: #33343b;
    background: #fbeb39;
}

.btn-style-five {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #25272e;
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-five span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-five i {
    position: relative;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 24px;
    z-index: 1
}

.btn-style-five i img {
    position: relative;
    max-height: 24px
}

.btn-style-five:hover {
    color: #25272e;
    background: #e6e6ed;
}

.btn-style-six {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #26BAED;
    background: -webkit-linear-gradient(left, #DB26F9, #4F94FB, #26BAED);
    background: -ms-linear-gradient(left, #DB26F9, #4F94FB, #26BAED);
    background: -moz-linear-gradient(left, #DB26F9, #4F94FB, #26BAED);
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-six:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #26BAED;
    background: -webkit-linear-gradient(left, #26BAED, #4F94FB, #DB26F9);
    background: -ms-linear-gradient(left, #26BAED, #4F94FB, #DB26F9);
    background: -moz-linear-gradient(left, #26BAED, #4F94FB, #DB26F9);
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-six span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-six i {
    position: relative;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 24px;
    z-index: 1
}

.btn-style-six i img {
    position: relative;
    max-height: 24px
}

.btn-style-six:hover:before {
    opacity: 0
}

.btn-style-six:hover {
    color: #FFF
}

.btn-style-seven {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #26BAED;
    background: -webkit-linear-gradient(left, #26BAED, #4F94FB, #DB26F9);
    background: -ms-linear-gradient(left, #26BAED, #4F94FB, #DB26F9);
    background: -moz-linear-gradient(left, #26BAED, #4F94FB, #DB26F9);
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-seven:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    opacity: 1;
    background: #22033c;
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-seven span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-seven i {
    position: relative;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 24px;
    z-index: 1
}

.btn-style-seven i img {
    position: relative;
    max-height: 24px
}

.btn-style-seven:hover:before {
    opacity: 0
}

.btn-style-seven:hover {
    color: #FFF
}

.btn-style-eight {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 8px 30px;
    border: 2px solid #25272e;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: 0 0;
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-eight span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-eight i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    z-index: 1
}

.btn-style-eight i img {
    position: relative;
    max-height: 24px
}

.btn-style-eight:hover {
    color: #fff;
    background: #25272e;
    border-color: #25272e
}

.btn-style-nine {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    border-radius: 24px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-nine span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-nine i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 22px;
    border: 1px solid #90A4FF;
    border-radius: 50%;
    margin-right: 10px;
    top: -1px;
    z-index: 1
}

.btn-style-nine i img {
    position: relative;
    max-height: 24px
}

.btn-style-nine:hover {
    color: #5270FC;
    background: #fff;
    border-color: #fff
}

.btn-style-ten {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #fff;
    background: #54CAEF;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    border-radius: 24px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .05);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-ten span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-ten i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    z-index: 1
}

.btn-style-ten i img {
    position: relative;
    max-height: 24px
}

.btn-style-ten:hover {
    color: #fff;
    background: #5270FC;
    border-color: #5270FC
}

.btn-style-eleven {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #5270FC;
    background: -webkit-linear-gradient(left, #3859F2, #5270FC);
    background: -ms-linear-gradient(left, #3859F2, #5270FC);
    background: -moz-linear-gradient(left, #3859F2, #3859F2);
    border-radius: 8px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .05);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-eleven:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #5270FC;
    background: -webkit-linear-gradient(left, #5270FC, #3859F2);
    background: -ms-linear-gradient(left, #5270FC, #3859F2);
    background: -moz-linear-gradient(left, #5270FC, #3859F2);
    border-radius: 8px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-eleven span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-eleven i {
    position: relative;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 24px;
    z-index: 1
}

.btn-style-eleven i img {
    position: relative;
    max-height: 24px
}

.btn-style-eleven:hover:before {
    opacity: 0
}

.btn-style-eleven:hover {
    color: #FFF
}

.btn-style-twelve {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #fff;
    background: #1D5FEF;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(44, 204, 255, .15);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-twelve span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-twelve i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    z-index: 1
}

.btn-style-twelve i img {
    position: relative;
    max-height: 24px
}

.btn-style-twelve:hover {
    color: #fff;
    background: #6CE1F5;
    border-color: #6CE1F5
}

.btn-style-thirteen {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Rajdhani, sans-serif;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #fff;
    background: #3D4465;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    border-radius: 8px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-thirteen span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-thirteen i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    top: -1px;
    z-index: 1
}

.btn-style-thirteen i img {
    position: relative;
    max-height: 24px
}

.btn-style-thirteen:hover {
    color: #fff;
    background: #1D5FEF;
    border-color: #1D5FEF
}

.btn-style-fourteen {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Zen Dots', cursive;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #101010;
    background: #0F0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    border-radius: 24px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-fourteen span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-fourteen i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    top: -1px;
    z-index: 1
}

.btn-style-fourteen i img {
    position: relative;
    max-height: 24px
}

.btn-style-fourteen:hover {
    color: #101010;
    background: #fff;
    border-color: #fff
}

.btn-style-fifteen {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Zen Dots', cursive;
    margin: 0;
    line-height: 24px;
    padding: 12px 30px;
    color: #fff;
    background: #FF00DE;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    border-radius: 24px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-fifteen span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-fifteen i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    top: -1px;
    z-index: 1
}

.btn-style-fifteen i img {
    position: relative;
    max-height: 24px
}

.btn-style-fifteen:hover {
    color: #FF00DE;
    background: #fff;
    border-color: #fff
}

.btn-style-sixteen {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Zen Dots', cursive;
    margin: 0;
    line-height: 24px;
    padding: 12px 25px;
    color: #101010;
    background: #C7FF00;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    border-radius: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-sixteen span {
    position: relative;
    display: block;
    top: 0;
    z-index: 1
}

.btn-style-sixteen i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    top: -1px;
    z-index: 1
}

.btn-style-sixteen i img {
    position: relative;
    max-height: 24px
}

.btn-style-sixteen:hover {
    color: #101010;
    background: #fff;
    border-color: #fff
}

.theme-btn .icon-left {
    padding-right: 10px
}

.theme-btn .icon-right {
    padding-left: 10px
}

.theme_color {
    color: #fbeb39
}

.light-font {
    font-weight: 300
}

.regular-font {
    font-weight: 400
}

.semibold-font {
    font-weight: 600
}

.bold-font {
    font-weight: 700
}

.ex-bold-font {
    font-weight: 800
}

.heavy-font {
    font-weight: 900
}

.bg-lightgrey {
    background-color: #f6f7f8
}

.no-bg {
    background: 0 0
}

.text-uppercase {
    text-transform: uppercase
}

.grey-color {
    color: #333 !important
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #1f2128;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 100px
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 44px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 8px;
    background: #25272e;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    height: 10px
}

.scroll-to-top:hover {
    color: #fff;
    background: #181a20
}

.default-form,
form {
    position: relative
}


form .row {
    margin: 0 -15px
}

.form-group {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px
}

.field-inner {
    position: relative;
    display: block
}

.field-inner .alt-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
    color: #24a77e;
    z-index: 1;
    pointer-events: none
}

.form-group .field-label {
    position: relative;
    display: block;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 7px
}

.form-group .e-label {
    position: relative
}

.form-group input[type=email],
.form-group input[type=file],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=tel],
.form-group input[type=text],
.form-group input[type=url],
.form-group select,
.form-group textarea {
    position: relative;
    display: block;
    height: 48px;
    width: 100%;
    font-size: 16px;
    color: #eee;
    line-height: 24px;
    font-weight: 400;
    padding: 11px 20px;
    background-color: #22252c;
    border: 1px solid #262832;
    border-radius: 24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.form-group textarea {
    height: 150px;
    padding-top: 15px;
    resize: none
}

.form-group select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/icon-select.png) right center no-repeat #fff;
    cursor: pointer
}

.form-group select option {
    line-height: 24px;
    padding-left: 25px;
    text-indent: 25px;
    cursor: pointer
}

.form-group button,
.form-group input[type=submit] {
    display: inline-block
}

.form-group .ui-selectmenu-button.ui-button:active,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group input[type=email]:focus,
.form-group input[type=file]:focus,
.form-group input[type=number]:focus,
.form-group input[type=password]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=text]:focus,
.form-group input[type=url]:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #fbeb39
}

form label.error {
    color: red;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    padding-top: 7px;
    line-height: 24px
}

.check-block {
    position: relative
}

.check-block input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.check-block label {
    position: relative;
    display: block;
    line-height: 24px;
    padding-left: 34px;
    font-weight: 400;
    color: #18152c;
    cursor: pointer;
    margin: 0
}

.check-block label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.check-block input:checked + label:before {
    content: '';
    background: #33abff;
    color: #fff
}

.check-block input:checked + label:after {
    content: '\e080';
    font-family: simple-line-icons;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 22px
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    padding: 11px 20px;
    line-height: 30px;
    font-family: Rajdhani, sans-serif;
    color: #585f5f;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 6px;
    right: 0;
    text-indent: 0;
    color: #999
}

.form-group .ui-button .ui-icon:before {
    font-family: simple-line-icons;
    content: "\e604";
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 15px;
    height: 30px;
    display: block;
    color: #24a77e;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    z-index: 5
}

.ui-selectmenu-menu {
    min-width: 150px;
    max-height: 200px;
    overflow-y: auto
}

.ui-widget.ui-widget-content {
    border: 1px solid #24a77e;
    border-top: none;
    font-family: Rajdhani, sans-serif;
    border-radius: 0;
    padding: 0
}

.ui-menu .ui-menu-item {
    font-size: 16px;
    border-bottom: 1px solid #24a77e
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 10px 18px !important;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item-wrapper:hover,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #252525;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #24a77e;
    margin: 0
}

body.home-one {
    background: #050023;
    color: #fff
}

body.home-one h1,
body.home-one h2,
body.home-one h3,
body.home-one h4,
body.home-one h5,
body.home-one h6 {
    color: #fff
}

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: 0 0;
    min-height: 84px;
    z-index: 999
}

.main-header .section-container {
    max-width: 1330px;
    padding: 0 20px
}

.main-header .header-upper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.fixed-header .header-upper {
    position: fixed;
    top: 0;
    background: rgba(31, 33, 40, .9);
    border-bottom-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.main-header ul,
.main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-header .main-box {
    position: relative;
    padding: 0
}

.main-header .main-box .logo-box {
    position: relative;
    display: block;
    float: left;
    padding: 27px 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 5
}

.main-header .main-box .logo-box .logo {
    position: relative;
    display: block;
    float: left
}

.main-header .main-box .logo-box .logo img {
    position: relative;
    display: block;
    height: 30px;
    z-index: 1
}

.main-header .lang-box {
    position: relative;
    float: left;
    padding-left: 25px;
    margin-left: 25px
}

.main-header .lang-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    height: 40px;
    border-left: 1px solid #414073
}

.main-header .lang-box .lang-btn {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 24px;
    padding: 3px 0;
    color: #fff
}

.main-header .lang-box .lang-btn .arrow {
    position: relative;
    top: 1px;
    color: #414073;
    font-size: 16px;
    padding-left: 5px
}

.main-header .lang-box .lang-list {
    position: absolute;
    left: 25px;
    top: 100%;
    width: 120px;
    padding: 0;
    background: #fbeb39;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 5px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-header .lang-box:hover .lang-list {
    opacity: 1;
    visibility: visible
}

.main-header .lang-box .lang-list li {
    position: relative;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.main-header .lang-box .lang-list li:last-child {
    border-bottom: none
}

.main-header .lang-box .lang-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 6px 10px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-header .lang-box .lang-list li:hover a {
    background: #fff;
    color: #fbeb39
}

.main-header .nav-box {
    position: relative;
    float: right
}

.main-header .header-upper .links-box {
    position: relative;
    float: left;
    padding-top: 23px;
    margin-left: 80px
}

.main-header .header-upper .links-box .link {
    position: relative;
    float: left;
    margin-right: 15px
}

.main-header .header-upper .links-box .link:last-child {
    margin-right: 0
}

.main-header .header-upper .links-box .link .theme-btn {
    padding: 7px 25px;
    font-size: 14px;
}

.main-header .header-upper .links-box .call-btn {
    position: relative;
    display: block;
    padding: 10px 0 10px 60px;
    font-size: 18px;
    font-weight: 500;
    color: #03030f;
    line-height: 32px
}

.main-header .header-upper .links-box .call-btn .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    background: #01020f;
    color: #fff;
    border-radius: 50%
}

.main-header .header-upper .links-box .call-btn .icon img {
    max-height: 30px
}

.main-header .nav-toggler {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding: 14px 0;
    margin-top: 7px;
    margin-left: 20px;
    display: none
}

.main-header .nav-toggler button {
    position: relative;
    width: 40px;
    height: 44px;
    line-height: 34px;
    padding: 5px 0;
    background: 0 0;
    color: #fbeb39;
    font-size: 30px;
    margin: 0;
    border-radius: 0;
    outline: 0 !important
}

.home-two .main-header .nav-toggler button {
    color: #fbeb39
}

.home-four .main-header .nav-toggler button {
    color: #26BAED
}

.home-five .main-header .nav-toggler button {
    color: #fff
}

.home-six .main-header .nav-toggler button {
    color: #6CE1F5
}

.home-seven .main-header .nav-toggler button {
    color: #0F0
}

.home-eight .main-header .nav-toggler button {
    color: #FF00DE
}

.home-nine .main-header .nav-toggler button {
    color: #C7FF00
}

.main-header .nav-toggler button img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 30px
}

.main-header .nav-outer {
    position: relative;
    float: left
}

.main-menu {
    position: relative;
    display: block;
    padding: 0
}

.main-menu .navbar-collapse {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none
}

.main-menu .navigation {
    position: relative;
    z-index: 1
}

.main-menu .navigation > li {
    position: relative;
    display: block;
    float: left;
    padding: 20px 0;
    margin-left: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #E0E0E0;
    padding: 7px 0;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation > li > a.active {
    color: #fbeb39;
}

.main-menu .navigation > li.dropdown > a:after {
    font-family: simple-line-icons;
    content: "\e604";
    position: absolute;
    right: 0;
    top: 14px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    display: none;
    z-index: 1
}

.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li > a.mPS2id-highlight-first,
.main-menu .navigation > li > a.mPS2id-highlight-last {
    color: #fbeb39;
    text-decoration: none;
    opacity: 1
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    padding: 20px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .03), -2px 0 10px 1px rgba(0, 0, 0, .03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .03), -2px 0 10px 1px rgba(0, 0, 0, .03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .03), -2px 0 10px 1px rgba(0, 0, 0, .03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .03), -2px 0 10px 1px rgba(0, 0, 0, .03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .03), -2px 0 10px 1px rgba(0, 0, 0, .03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease
}

.main-menu .navigation > li > ul > li {
    position: relative;
    margin-bottom: 2px
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 16px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #03030f;
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation > li > ul > li.current > a,
.main-menu .navigation > li > ul > li:hover > a {
    color: #33abff;
    background: #f2f9ff
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

body.visible-sidebar {
    overflow-y: hidden
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible
}

.hidden-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background: #1f2128;
    padding-top: 60px;
    border-right: 2px solid rgba(255, 255, 255, .1);
    z-index: 9999;
    visibility: hidden;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out
}

.hidden-bar.visible-sidebar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.hidden-bar .nav-logo-box {
    position: relative;
    padding: 0 25px 30px;
    margin-top: -5px;
}

.hidden-bar .nav-logo-box img {
    width: 160px;
    max-height: 40px
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
    list-style-type: none;
    margin: 0
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 20px;
    line-height: 30px;
    cursor: pointer;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 9999
}

.hidden-bar .hidden-bar-closer svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.25px
}

.hidden-bar-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 20px 0 35px;
    overflow-x: hidden
}

.hidden-bar .side-menu {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-family: Rajdhani, sans-serif
}

.hidden-bar .side-menu ul li {
    position: relative;
    display: block
}

.hidden-bar .side-menu ul li a {
    position: relative;
    line-height: 24px;
    letter-spacing: .05em;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.hidden-bar .side-menu ul li a.active {
    color: #fbeb39;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
    color: #fbeb39
}

.hidden-bar .side-menu ul li.current-menu-item > a,
.hidden-bar .side-menu ul li.current > a,
.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul li > a.mPS2id-highlight-first,
.hidden-bar .side-menu ul li > a.mPS2id-highlight-last {
    color: #fbeb39;
    text-decoration: none;
    opacity: 1
}

.hidden-bar .side-menu ul li ul li {
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-left: 10px
}

.hidden-bar .side-menu ul li ul li a {
    line-height: 24px;
    text-transform: capitalize
}

.hidden-bar .side-menu ul li .btn-expander {
    position: absolute;
    background: 0 0;
    color: rgba(255, 255, 255, 255.5);
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    z-index: 1
}

.hidden-bar .side-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0
}

.hidden-bar .side-menu ul li a {
    display: block;
    padding: 12px 30px 12px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #D3D4E0;
    text-transform: uppercase
}

.hidden-bar .side-menu ul li ul li a {
    font-size: 15px;
    font-weight: 500
}

.hidden-bar .side-menu ul li .btn-expander {
    top: 9px;
    right: 15px;
    font-weight: 700;
    font-size: 13px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .5)
}

.hidden-bar .side-menu ul li .btn-expander i {
    font-weight: 800
}

.hidden-bar .side-menu ul li ul {
    padding: 0
}

.hidden-bar .side-menu ul li ul li ul {
    padding: 0;
    margin-left: 0
}

.hidden-bar .side-menu ul li ul li {
    margin-bottom: 0
}

.hidden-bar .side-menu ul li ul li:last-child {
    margin-bottom: 0
}

.hidden-bar .links-box {
    position: relative;
    display: block;
    padding: 30px 25px 0
}

.hidden-bar .links-box .link {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.hidden-bar .links-box .link .theme-btn {
    position: relative;
    padding: 10px 30px;
    display: block
}

.hidden-bar .links-box .link .btn-style-two {
    color: #101010
}

.hidden-bar .links-box .link .btn-style-two:hover {
    color: #fff
}

.hidden-bar .links-box .social-links {
    position: relative;
    padding-top: 20px
}

.hidden-bar .links-box .social-links li {
    position: relative;
    float: left;
    margin-right: 20px
}

.hidden-bar .links-box .social-links li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #2F2F2F;
    border-radius: 50%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.hidden-bar .links-box .social-links li a:hover {
    color: #fff;
    background: #fbeb39
}

.hero-section {
    position: relative;
    padding: 190px 0 120px;
}

.section {
    position: relative;
    padding: 100px 0 100px;
}

.first-section {
    padding-top: 130px
}

.bg-two {
    background: #262832;
}

.bg-two:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #262832;
    background: -webkit-linear-gradient(top, #272933, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, #272933, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, #272933, rgba(0, 0, 0, 0));
}

.title-box {
    position: relative;
    margin-bottom: 50px
}

.title-box.centered {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 65px
}

.title-box .subtitle {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    padding-left: 85px;
    margin: 0 0 25px
}

.title-box .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 72px;
    border-bottom: 2px solid #fff
}

.title-box.centered .subtitle {
    padding-left: 0;
    margin-bottom: 20px
}

.title-box.centered .subtitle:before {
    display: none
}

.title-box h2 {
    position: relative;
    font-weight: 600;
    line-height: 1.45em;
    padding-bottom: 12px;
    text-transform: capitalize;
    margin: 0;
}

.title-box h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 106px;
    border-bottom: 4px solid #fbeb39;
}

.title-box.centered h2:before {
    left: 50%;
    margin-left: -53px;
}

.title-box .text-content {
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    color: #E0E0E0;
    padding-top: 30px
}

.title-box-two {
    position: relative;
    margin-bottom: 50px;
}

.title-box-two.centered {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 65px;
}

.title-box-two h2 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.40em;
    text-transform: none;
    margin: 0 0;
}

.title-box-two .subtitle {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5em;
    color: #fbeb39;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 42px;
    margin-bottom: 12px;
}

.title-box-two .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 32px;
    border-bottom: 2px solid #fbeb39;
}

.title-box-two .subtitle:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 32px;
    border-bottom: 2px solid #fbeb39;
}

.title-box-two .fade-text {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    bottom: -10px;
    line-height: 1em;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    text-align: center;
    color: rgba(0, 0, 0, 0.05);
    background: -webkit-linear-gradient(top, rgba(251, 235, 57, 0.03), rgba(251, 173, 57, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-section {
    position: relative;
    background: #140E3A;
    padding: 100px 0 150px;
    overflow: hidden
}

.intro-section .text-col {
    position: relative
}

.intro-section .text-col .inner {
    position: relative;
    z-index: 2
}

.intro-section .text-col .about {
    position: relative;
    padding-left: 40px
}

.intro-section .image-col {
    position: relative
}

.intro-section .image-col .inner {
    position: relative;
    min-height: 100%
}

.intro-section .image-col .image {
    position: absolute;
    right: -20px;
    top: -130px
}

.intro-section .image-col .image img {
    max-width: none
}

.intro-section .info-block {
    position: relative;
    margin-bottom: 30px
}

.intro-section .info-block .inner-box {
    position: relative;
    display: block;
    max-width: 490px;
    padding-left: 75px;
    padding-top: 10px;
    min-height: 70px
}

.intro-section .info-block .inner-box:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 48px;
    height: 100%;
    border-left: 2px dashed #679FEF
}

.intro-section .info-block:last-child .inner-box:before {
    display: none
}

.intro-section .info-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: #fbeb39;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.intro-section .info-block .inner-box:hover .icon-box {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.intro-section .info-block h5 {
    text-transform: capitalize;
    margin-bottom: 10px
}

.intro-section .info-block .text {
    max-width: 330px;
    font-size: 14px;
    line-height: 22px;
    color: #D3D4E0
}

.why-section {
    position: relative;
    background: #050023;
    padding: 100px 0 70px
}

.why-section .title-box .subtitle {
    margin-bottom: 0
}

.why-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.why-block .inner-box {
    position: relative;
    display: block;
    padding: 40px;
    background: #25272e;
    min-height: 100%;
    border: 1px solid #282b32;
    border-radius: 6px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.why-block .inner-box:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .05)
}

.why-block .inner {
    position: relative;
    min-height: 94px;
    padding-left: 120px
}

.why-block .icon-box {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.why-block .inner:hover .icon-box {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.why-block .icon-box img {
    position: relative;
    max-height: 94px
}

.why-block h4 {
    line-height: 1.5em;
    margin-bottom: 12px
}

.why-block .text {
    position: relative;
    line-height: 1.5em
}


.how-it-works {
    position: relative;
    background: #140E3A;
    padding: 100px 0 120px
}

.how-it-works .bg-layer-right {
    position: absolute;
    right: 0;
    top: -250px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right top
}

.how-it-works .bg-layer-center {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center 345px
}

.how-it-works .carousel-box {
    position: relative
}

.how-it-works .pagers-box {
    position: relative;
    text-align: center;
    margin-bottom: 100px
}

.how-it-works .pagers-box .pager-one {
    position: relative;
    display: inline-block;
    z-index: 1
}

.how-it-works .pagers-box .pager-one:before {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    margin-top: -1px;
    border-bottom: 2px dashed #99B7FF
}

.how-it-works .pagers-box .pager-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 1
}

.how-it-works .pagers-box .pager-item.active {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.how-it-works .pagers-box .icon-box {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    color: #fbeb39;
    font-size: 42px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.how-it-works .pagers-box .pager-item.active .icon-box {
    background: #fbeb39;
    color: #fff;
    box-shadow: 0 15px 50px 0 rgba(55, 114, 255, .5)
}

.how-it-works .slider-box {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto
}

.how-it-works .slider-box .bx-viewport {
    overflow: visible !important
}

.how-it-works .slide {
    position: relative
}

.how-it-works .slide .inner-box {
    position: relative;
    display: block;
    padding: 45px 35px 40px;
    background: #292A47;
    text-align: center;
    border-radius: 20px;
    opacity: .5;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .25);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.how-it-works .slide[aria-hidden=false] .inner-box {
    opacity: 1;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .25)
}

.how-it-works .slide h5 {
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 20px
}

.how-it-works .slide .text {
    position: relative;
    color: #E0E0E0;
    font-size: 18px;
    line-height: 1.8em;
    text-align: justify
}

.how-it-works .bx-controls {
    display: none
}

.allocation-section {
    position: relative;
    background: #050023;
    padding: 100px 0 120px
}

.allocation-section .bg-circles {
    position: absolute;
    right: -100px;
    top: -85px
}

.allocation-section .pattern-layer {
    position: absolute;
    right: 0;
    bottom: -235px
}

.allocation-section .price-box {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px
}

.allocation-section .price-box .price {
    position: relative;
    float: left;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px
}

.allocation-section .price-box .link-box {
    position: relative;
    float: left;
    margin-left: 50px;
    margin-bottom: 30px
}

.allocation-section .price-box .link-box .theme-btn {
    padding: 11px 36px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 28px
}

.tabs-box {
    position: relative;
}

.tabs-box .tab-buttons {
    position: relative;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    cursor: pointer;
}

.tabs-box .tabs-content {
    position: relative;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

.allocation-section .tabs-box {
    position: relative
}

.allocation-section .tabs-box .tab-buttons {
    position: relative;
    padding-bottom: 35px
}

.allocation-section .tabs-box .tab-buttons .tab-btn {
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #7B7B97;
    padding-bottom: 7px;
    margin-right: 30px;
    margin-bottom: 20px
}

.allocation-section .tabs-box .tab-buttons .active-btn {
    color: #fff
}

.allocation-section .tabs-box .tab-buttons .tab-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #2D2451
}

.allocation-section .tabs-box .tab-buttons .active-btn:before {
    border-bottom-color: #fbeb39
}

.allocation-section .tabs-box .tabs-content {
    position: relative
}

.allocation-section .tabs-box .tab {
    position: relative;
    padding: 70px 100px 60px;
    background: #201F3A;
    border-radius: 30px
}

.allocation-section .image-col .inner {
    padding-top: 40px
}

.allocation-section .image-col {
    position: relative;
    margin-bottom: 20px
}

.allocation-section .image-col .inner,
.allocation-section .progress-box {
    position: relative
}

.allocation-section .bar-block {
    position: relative;
    margin-bottom: 20px
}

.allocation-section .progress-box .bar-legend {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

.allocation-section .progress-box .prog-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    overflow: hidden
}

.allocation-section .progress-box .prog-bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .12;
    border-radius: 5px
}

.allocation-section .progress-box .prog-bar .bar-inner {
    position: relative;
    display: block;
    height: 10px;
    background: #fbeb39;
    border-radius: 5px
}

.allocation-section .progress-box .color-1 .bar-inner,
.allocation-section .progress-box .color-1:before {
    background: #3D88FB
}

.allocation-section .progress-box .color-2 .bar-inner,
.allocation-section .progress-box .color-2:before {
    background: #5637C8
}

.allocation-section .progress-box .color-3 .bar-inner,
.allocation-section .progress-box .color-3:before {
    background: #00D89E
}

.allocation-section .progress-box .color-4 .bar-inner,
.allocation-section .progress-box .color-4:before {
    background: #ACDF35
}

.allocation-section .progress-box .color-5 .bar-inner,
.allocation-section .progress-box .color-5:before {
    background: #FF9B5C
}

.allocation-section .progress-box .color-6 .bar-inner,
.allocation-section .progress-box .color-6:before {
    background: #FC3352
}

.allocation-section .progress-box .color-7 .bar-inner,
.allocation-section .progress-box .color-7:before {
    background: #9116CD
}

.token-sale {
    position: relative;
    padding: 100px 0 120px;
    border-top: 1px solid #414073;
    border-bottom: 1px solid #414073
}

.token-sale .bg-circles {
    position: absolute;
    left: -35px;
    top: 110px
}

.token-sale .title-box {
    max-width: 550px;
    margin-bottom: 50px
}

.sale-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.sale-block .inner-box {
    position: relative;
    display: block;
    padding: 25px;
    background: 0 0;
    min-height: 100%;
    border-radius: 20px;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sale-block .inner-box:hover {
    background: #201F3A;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .35)
}

.sale-block .inner-box h4 {
    color: #99B7FF;
    line-height: 1.4em;
    margin-bottom: 12px
}

.sale-block .text {
    position: relative;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em
}

.calendar-view {
    position: relative;
    padding-top: 45px
}

.calendar-view:before {
    content: '';
    position: absolute;
    left: 90px;
    right: 90px;
    top: 50px;
    border-bottom: 3px dashed #414073
}

.calendar-view .owl-theme .owl-dots,
.calendar-view .owl-theme .owl-nav {
    display: none
}

.sale-block-two {
    position: relative;
    padding-top: 40px;
    margin-bottom: 30px;
    z-index: 1
}

.owl-theme .sale-block-two {
    margin-bottom: 0
}

.calendar-view .row {
    margin: 0 -40px
}

.calendar-view .row .sale-block-two {
    padding: 0 40px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.sale-block-two .inner-box {
    position: relative;
    display: block;
    padding: 28px 20px;
    background: #201F3A;
    text-align: center;
    min-height: 100%;
    border-radius: 12px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sale-block-two .inner-box:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -40px;
    width: 14px;
    height: 14px;
    background: #fbeb39;
    border-radius: 50%
}

.sale-block-two .inner-box .date {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 3px;
    border-bottom: 1px solid #DCDCE7;
    margin-bottom: 10px
}

.sale-block-two .user {
    position: relative;
    color: #e6e6ed;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 5px
}

.sale-block-two .price {
    position: relative;
    color: #D3D4E0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em
}

.roadmap-section {
    position: relative;
    padding: 100px 0 90px
}

.roadmap-section .bg-layer-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 1320px;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top
}

.roadmap-section .roadmap-box {
    position: relative;
    display: block;
    max-width: 852px;
    padding-right: 50px;
    min-height: 710px;
    margin: 0 auto
}

.roadmap-section .roadmap-box .image-layer {
    position: absolute;
    left: 0;
    top: 66px;
    width: 100%;
    height: 640px;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top
}

.roadmap-section .first-row,
.roadmap-section .items-row {
    position: relative
}

.roadmap-section .last-row,
.roadmap-section .mid-row {
    padding-top: 78px
}

.roadmap-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.owl-theme .roadmap-block {
    margin-bottom: 0
}

.roadmap-section .items-row .row {
    margin: 0 -60px
}

.roadmap-section .items-row .row .roadmap-block {
    padding: 0 60px
}

.roadmap-block .inner-box {
    position: relative;
    display: block;
    text-align: center
}

.roadmap-block .inner-box .check-icon {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 20px;
    border: 2.5px solid #414073;
    background: #050023;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.roadmap-block .inner-box:hover .check-icon {
    transform: rotateY(180deg)
}

.roadmap-block .inner-box.checked .check-icon {
    background: #fbeb39;
    border-color: #fbeb39
}

.roadmap-block .inner-box .check-icon .fa,
.roadmap-block .inner-box .check-icon i,
.roadmap-block .inner-box.checked .check-icon:before {
    display: none
}

.roadmap-block .inner-box.checked .check-icon .fa,
.roadmap-block .inner-box.checked .check-icon i {
    display: inline-block
}

.roadmap-block .inner-box .check-icon:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #6F6F93;
    background: #050023;
    border-radius: 50%;
    opacity: .5
}

.roadmap-block .inner-box .date {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 15px
}

.roadmap-block .inner-box .date span {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #fbeb39
}

.roadmap-block .lower-box {
    position: relative;
    display: block;
    padding: 15px;
    background: #201F3A;
    text-align: center;
    border-radius: 20px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.roadmap-block h5 {
    position: relative;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 5px
}

.roadmap-block .text {
    position: relative;
    color: #E0E0E0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em
}

.docs-section {
    position: relative;
    padding: 0
}

.docs-section .inner-container {
    position: relative;
    display: block;
    background: #140E3A;
    padding: 100px 100px 90px;
    border-radius: 24px;
    overflow: hidden
}

.docs-section .title-box .text-content {
    max-width: 400px
}

.docs-section .title-box {
    margin-bottom: 45px
}

.docs-section .text-col {
    position: relative;
    margin-bottom: 30px
}

.docs-section .text-col .link-box {
    position: relative;
    padding-top: 50px
}

.docs-section .text-col .link-box .theme-btn {
    padding: 11px 36px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 28px
}

.docs-section .text-col ul {
    position: relative;
    margin: 0 -15px
}

.docs-section .text-col ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    min-height: 28px;
    float: left;
    width: 50%;
    padding: 0 15px 0 60px;
    margin-bottom: 20px
}

.docs-section .text-col ul li i {
    position: absolute;
    left: 15px;
    top: 0;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background: #fbeb39;
    color: #fff;
    border-radius: 50%
}

.docs-section .image-col {
    position: relative;
    margin-bottom: 30px
}

.docs-section .image-col .inner {
    position: relative;
    min-height: 100%
}

.docs-section .image-col .image {
    position: absolute;
    left: 0;
    top: -20px
}

.docs-section .image-col .image img {
    max-width: none
}

.team-section {
    position: relative;
    background: #050023;
    padding: 100px 0 90px
}

.team-section .bg-circles-left {
    position: absolute;
    left: 0;
    top: 70px
}

.team-section .bg-circles-right {
    position: absolute;
    right: 0;
    bottom: -530px
}

.team-section .advisors {
    padding-top: 70px
}

.team-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.team-block .inner-box {
    position: relative;
    display: block;
    padding: 0;
    min-height: 100%;
    border-radius: 20px;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.team-block .inner-box:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .35)
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 30px;
    background: #201F3A;
    border-radius: 0 0 20px 20px
}

.team-block .image-box {
    position: relative;
    display: block;
    border-radius: 20px 20px 0 0;
    overflow: hidden
}

.team-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.team-block .inner-box:hover .image-box img {
    opacity: .7;
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.team-block h5 {
    line-height: 1.5em;
    margin-bottom: 10px
}

.team-block .designation {
    position: relative;
    color: #D3D4E0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em
}

.faqs-section {
    position: relative;
    padding: 100px 0;
    border-top: 1px solid #414073;
    border-bottom: 1px solid #414073
}

.faqs-section .title-box {
    margin-bottom: 50px
}

.faqs-section .image-col {
    position: relative;
    margin-bottom: 30px
}

.faqs-section .image-col .inner {
    position: relative;
    min-height: 100%
}

.faqs-section .image-col .image {
    position: absolute;
    left: 0;
    top: -50px
}

.faqs-section .image-col .image img {
    max-width: none
}

.faqs-section .text-col {
    position: relative;
    margin-bottom: 30px
}

.faqs-section .tabs-box {
    position: relative
}

.faqs-section .tabs-box .tab-buttons {
    position: relative;
    padding-bottom: 35px
}

.faqs-section .tabs-box .tab-buttons .tab-btn {
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #7B7B97;
    padding-bottom: 7px;
    margin-right: 30px;
    margin-bottom: 20px
}

.faqs-section .tabs-box .tab-buttons .active-btn {
    color: #fff
}

.faqs-section .tabs-box .tab-buttons .tab-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #2D2451
}

.faqs-section .tabs-box .tab-buttons .active-btn:before {
    border-bottom-color: #fbeb39
}

.faqs-section .tabs-box .tabs-content {
    position: relative
}

.faqs-section .tabs-box .tab {
    position: relative;
    background: #201F3A;
    padding: 0 35px;
    border-radius: 20px
}

.accordion-box {
    position: relative;
    margin: 0
}

.accordion-box ::marker {
    display: none
}

.accordion-box .block {
    position: relative;
    list-style: none;
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

.accordion-box .block:last-child {
    border: none
}

.accordion-box .block .acc-btn {
    position: relative;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #a5a5a5;
    background: #25272e;
    padding: 13px 62px 13px 50px;
    border-radius: 6px;
    cursor: pointer;
}

.accordion-box .block .acc-btn.active,
.accordion-box .block.active-block .acc-btn {
    background: #181a20;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.accordion-box .block .acc-btn:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 21px;
    width: 12px;
    height: 12px;
    border: 2px solid #3a3c42;
    border-radius: 4px;
    transform: rotate(45deg);
}

.accordion-box .block .acc-btn.active:before,
.accordion-box .block.active-block .acc-btn:before {
    border-color: #fbeb39;
    background: #fbeb39;
}

.accordion-box .block .acc-btn i {
    content: '+';
    position: absolute;
    right: 20px;
    top: 12px;
    margin-top: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    background: rgba(251, 235, 57, .05);
    color: #fbeb39;
    font-size: 16px;
    line-height: 30px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.accordion-box .block .acc-btn.active i {
    color: #fff;
    background: #1f2129;
    transform: rotate(180deg);
}

.accordion-box .block .acc-btn.active i:before {
    content: "\f068";
}

.accordion-box .block .acc-content {
    position: relative;
    width: 100%;
    background: #25272e;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .03);
    display: none;
}

.accordion-box .active-block .acc-content {
    display: block
}

.accordion-box .block .content {
    position: relative;
    padding: 15px;
}

.accordion-box .block .content .text {
    color: #e0e0e0;
    margin: 0;
    max-width: unset;
    text-align: justify;
}

    {
    position: relative;
    padding: 100px 0 70px
}

.info-col {
    position: relative;
    margin-bottom: 30px
}

.info-box {
    position: relative;
    padding: 28px 24px;
    background: #25272e;
    border: 1px solid #282b32;
    border-radius: 6px;
}

.info-box li {
    position: relative;
    display: flex;
    margin: 0 0 25px;
    padding-left: 60px;
    margin-top: 0px;
    color: #eee;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    align-items: center;
}

.info-box li:last-child {
    margin: 0;
}

.info-box li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    color: #fbeb39;
    background: #282b32;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .06)
}

.info-box li.map-link {
    margin-top: 25px;
    margin-left: 20px;
}

.info-box li a {
    position: relative;
    color: #eee;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.info-box li a:hover {
    color: #fbeb39
}

.info-box li.address:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 56px;
    width: 38px;
    height: 62px;
    background: url(../images/info-arrow.png) left top no-repeat
}

.info-box li.map-link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    line-height: 24px;
    color: #eee;
    text-transform: capitalize;
    font-weight: 500
}

.info-box li.map-link a:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: -2px;
    border-bottom: 1px solid #fbeb39
}

.info-box li.map-link i {
    padding-right: 10px
}

.social-links {
    position: relative;
    padding-top: 20px
}

.social-links h6 {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px
}

.social-links h6 span {
    position: relative
}

.social-links h6 span:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 5px;
    bottom: 0;
    width: 100px;
    border-bottom: 1px solid #DCDCE7
}

.social-links li {
    position: relative;
    float: left;
    margin-right: 20px
}

.social-links li a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-links li a img {
    max-height: 32px
}

.social-links li a:hover {
    border-color: #fbeb39
}

.form-col {
    position: relative;
    margin-bottom: 30px
}

.form-box {
    position: relative;
    padding: 25px;
    background: #25272e;
    border: 1px solid #282b32;
    border-radius: 6px;
}

.form-box h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px
}

.form-box h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    border-bottom: 2px solid #fbeb39
}


.field-inner input {}


form ::-webkit-input-placeholder {
    color: #6D747C
}

form ::-moz-input-placeholder {
    color: #6D747C
}

form ::-ms-input-placeholder {
    color: #6D747C
}

.form-box .theme-btn {
    margin-bottom: 10px;
    padding: 7px 25px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
}

.footer {
    position: relative;
    background: #1c1e24;
    color: #a5a5a5;
    padding: 0
}

.footer .upper-section {
    position: relative;
    padding: 60px 0 0
}

.footer .footer-column {
    position: relative;
    margin-bottom: 30px
}

.footer .footer-widget {
    position: relative
}

.footer .widget-title {
    position: relative;
    margin-bottom: 50px
}

.footer .widget-title h5 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-weight: 600
}

.footer .footer-widget .widget-content {
    position: relative;
    display: block
}

.footer .upper-section .links ul {
    padding-left: 0
}

.footer .upper-section .footer-logo {
    position: relative;
    margin-top: -7px;
    margin-bottom: 35px
}

.footer .upper-section .footer-logo a img {
    height: 50px;
}

.footer .upper-section .text {
    position: relative;
    max-width: 360px;
    line-height: 2em;
}

.footer .upper-section .link-box {
    position: relative;
    padding-top: 30px
}

.footer .upper-section .links {
    position: relative
}

.footer .upper-section .links li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.footer .upper-section .links li:last-child {
    margin-bottom: 0
}

.footer .upper-section .links li a {
    position: relative;
    display: block;
    font-weight: 400;
    color: #F6F6F6;
    font-size: 16px;
    line-height: 24px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.footer .upper-section .links li a:hover {
    color: #fbeb39;
    text-decoration: none
}

.footer .upper-section .cards {
    position: relative;
    margin-bottom: 30px
}

.footer .upper-section .social-links {
    position: relative
}

.footer .upper-section .social-links .s-title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 18px;
    padding-bottom: 0
}

.footer .upper-section .social-links .s-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    border-bottom: 1px solid #797979
}

.footer .upper-section .social-links li {
    position: relative;
    display: block;
    float: left;
    margin-right: 15px
}

.footer .upper-section .social-links li:last-child {
    margin-right: 0
}

.footer .upper-section .social-links li a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    background: #fff;
    font-size: 16px;
    border-radius: 6px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.footer .upper-section .social-links li a:hover {
    opacity: .7
}

.footer .lower {
    position: relative
}

.footer .lower .inner {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #F6F6F6;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer .lower .copyright {
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    color: #eee;
    text-align: center;
    text-transform: uppercase;
}

.footer .lower .copyright span {
    font-weight: 600;
    color: #F6F6F6;
}

.footer .lower .copyright a {
    position: relative;
    color: #F6F6F6
}

.footer .lower .copyright a:hover {
    text-decoration: underline
}

.curve-section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 260px;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.section-box {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px;
    background: #25272e;
    border: 1px solid #282b32;
    border-radius: 6px;
    box-shadow: -10px 25px 80px rgba(6, 4, 113, .1);
}

.section-box h5 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.progress-box .progress-box_text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #e6e6ed;
    line-height: 22px;
    margin-bottom: 20px;
}

.progress-box .progress-box_text span {
    letter-spacing: .5px;
    color: #fbeb39;
    font-weight: 700;
    text-shadow: 1px 1px 10px rgba(251, 235, 57, .5);
}

.progress-box .progress-box_bar {
    position: relative;
    display: block;
    width: 100%;
    height: 12px;
    background: #1e2026;
    border: 1px solid #282b32;
    border-radius: 6px;
}

.progress-box .progress-box_bar .progress-box_bar_inner {
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    height: 12px;
    background: #fbeb39;
    background: -webkit-linear-gradient(left, #fbeb39, #fff);
    background: -ms-linear-gradient(left, #fbeb39, #fff);
    background: -moz-linear-gradient(left, #fbeb39, #fff);
    border-radius: 6px;
}

.section-box .section-box_link {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.info-block {
    position: relative;
    margin-bottom: 30px;
}

.info-block .inner-box {
    position: relative;
    display: block;
    padding-left: 75px;
    padding-top: 10px;
    min-height: 70px;
}

.info-block .inner-box:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 48px;
    height: 100%;
    border-left: 1px solid #3e414a;
}

.info-block:last-child .inner-box:before {
    display: none
}

.info-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: #1f2128;
    border: 2px solid #3e414a;
    border-radius: 8px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.info-block h5 {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.info-block .text {
    font-size: 14px;
    line-height: 22px;
}

.info-block-img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.list-group {
    border-radius: 6px;
}

.list-group-item {
    color: #e6e6ed;
    background-color: #282b32;
    border: none;
    border-bottom: 1px solid #22242a;
    padding: 10px 15px;
}

.list-group-item:last-child {
    border: none;
}

.statistics-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.statistics-block .inner-box {
    position: relative;
    display: block;
    padding: 20px 25px 22px;
    min-height: 100%;
    background: #25272e;
    border: 1px solid #282b32;
    border-radius: 8px;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.statistics-block .inner-box:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .05)
}

.statistics-block .inner-box h4 {
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 12px
}

.statistics-block .text {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em
}

.left-title {
    position: relative;
    text-align: left;
    padding-left: 25px;
}

.left-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border: 2px solid #fbeb39;
    border-radius: 4px;
    transform: rotate(45deg);
}

.owl-dots,
.owl-nav {
    display: none
}

.transactions-block {
    padding: 10px 20px;
    background: #25272e;
    border: 1px solid #282b32;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.transactions-block .transactions-icon {
    width: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.transactions-block:hover .transactions-icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.transactions-block .transactions-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.partners-section {
    padding: 20px 0 20px;
    background: #181a20;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.partners-section .item .image {
    position: relative;
    padding: 20px 30px;
    background: #1e2026;
    border: 1px solid #25272e;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.partners-section .item .image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 28px;
    line-height: 60px;
}

.form-group form input,
.form-group form select,
.form-group form textarea {
    background-color: #1f2128;
    color: #fff;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .3)
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #fbeb39
}

form ::-webkit-input-placeholder {
    color: #D3D4E0
}

form ::-moz-input-placeholder {
    color: #D3D4E0
}

.statistics-block .inner-box form ::-ms-input-placeholder {
    color: #D3D4E0
}

.transactions-carousel {
    padding: 25px;
    background: #1e2026;
    border: 1px solid #282b32;
    border-radius: 6px;
}

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

    .info-box li.address:before,
    .info-box li.map-link {
        display: none
    }

    .transactions-carousel {
        padding: 10px;
    }
}

.tabs-box {
    padding: 25px;
    background: #1e2026;
    border: 1px solid #282b32;
    border-radius: 6px;
}

.tabs-box .tab-buttons {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.tabs-box .tab-buttons ul {
    position: relative;
    padding-left: 0;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    background: #25272e;
    border-radius: 6px;
    margin: 0 6px 15px;
    cursor: pointer;
}

.tabs-box .tab-buttons .active-btn {
    background: #181a20;
}

.tabs-box .tab-buttons span {
    padding-left: 20px;
}

.tabs-box .tab-buttons .active-btn span {
    color: #fbeb39;

}

.tabs-box .tab-buttons .tab-btn:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 15px;
    width: 12px;
    height: 12px;
    border: 2px solid #3a3c42;
    border-radius: 4px;
    transform: rotate(45deg);
}

.tabs-box .tab-buttons .active-btn:before {
    border: 2px solid #fbeb39;
}

.grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 15px;
}

@media only screen and (max-width: 767px) {
    .grid-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 340px) {
    .grid-section {
        grid-template-columns: repeat(1, 1fr);
    }
}

.info-ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0;
}

@media only screen and (max-width: 992px) {
    .info-ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .info-box li.map-link,
    .info-box li.address {
        display: none
    }

    .info-box li {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .info-ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .info-box li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #1f2128;
    }

    .info-box li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.bg-pattern {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.alert-danger {
    color: #ff4a4a;
    background-color: rgba(0, 0, 0, .1);
    border-color: #ff4a4a;
}

.alert-success {
    color: #1ddb3d;
    background-color: rgba(0, 0, 0, .1);
    border-color: #1ddb3d;
}

.alert-warning {
    color: #dbc41d;
    background-color: rgba(0, 0, 0, .1);
    border-color: #dbc41d;
}

.alert-info {
    color: #1da6db;
    background-color: rgba(0, 0, 0, .1);
    border-color: #1da6db;
}

.btn-close {
    background: transparent url("../images/btn-close.svg") center/1em auto no-repeat;
}

.form-control {
    padding: 15px 20px;
    color: #b8b9bf;
    background-color: #1e2026;
    border: 1px solid transparent;
}

.form-control:focus {
    color: #d8d9df;
    background-color: #1e2026;
    border-color: #fbeb39;
    box-shadow: 0 5px 10px rgba(251, 235, 57, .1);
}

.form-control::-webkit-input-placeholder {
    color: #696d78
}

.form-control::-moz-input-placeholder {
    color: #696d78
}

.form-control::-ms-input-placeholder {
    color: #696d78
}

.trans_deposit:before,
.trans_withdrawal:before {
    padding-right: 2px;
    font-size: 12px;
    vertical-align: middle;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.trans_deposit:before {
    content: "\2b";
    color: #1ddb3d;
}

.trans_withdrawal:before {
    content: "\f068";
    color: #ff4a4a;
}

.text-muted {
    color: #9a9ea1!important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #25272e;
}

.table>:not(caption)>*>* {
    padding: 15px;
    background-color: #1e2026;
    border-bottom-width: 0;
}