@font-face {
    font-family: 'Overpass_Regular';
    src: url(../fonts/Overpass-Regular.ttf);
    src: url(../fonts/Overpass_Regular.woff) format('woff'), url(../fonts/Overpass_Regular.woff) format('woff'), url(../fonts/Overpass-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Overpass_Bold';
    src: url(../fonts/Overpass-Bold.ttf);
    src: url(../fonts/Overpass_Bold.woff) format('woff'), url(../fonts/Overpass_Bold.woff) format('woff'), url(../fonts/Overpass-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Overpass_Regular';
    src: url(../fonts/Overpass_Regular.eot);
    src: url(../fonts/Overpass_Regular.eot) format('embedded-opentype'), url(../fonts/Overpass_Regular.woff) format('woff'), url(../fonts/Overpass_Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'NoirPro-Bold';
    src: url(../fonts/NoirPro-Bold.eot);
    src: url(../fonts/NoirPro-Bold.eot) format('embedded-opentype'), url(../fonts/NoirPro-Bold.woff2) format('woff2'), url(../fonts/NoirPro-Bold.woff) format('woff'), url(../fonts/NoirPro-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: "Overpass_Regular", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #6A6972;
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    text-decoration: none
}

i,
span,
a {
    display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Overpass_Regular", sans-serif;
    font-weight: 700;
    color: #2E2E2E;
    margin: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #3C4043;
    margin: 0
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.slick-slide {
    outline: 0
}

.text-warning {
    color: #FF7F1C !important
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: -o-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: linear-gradient(to right, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background-size: 200%
}

.main-btn:hover {
    color: #fff;
    background-position: right center
}

.secondary-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #FF7F1C 0%, #FF7F1C 50%, #FF7F1C 100%);
    background: -o-linear-gradient(left, #FF7F1C 0%, #FF7F1C 50%, #FF7F1C 100%);
    background: linear-gradient(to right, #FF7F1C 0%, #FF7F1C 50%, #FF7F1C 100%);
    background-size: 200%
}

.secondary-btn:hover {
    color: #fff;
    background: #D65D00;
    background-position: right center
}

.newsletter-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 4px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #516372 0%, #516372 50%, #516372 100%);
    background: -o-linear-gradient(left, #516372 0%, #516372 50%, #516372 100%);
    background: linear-gradient(to right, #516372 0%, #516372 50%, #516372 100%);
    background-size: 200%
}

.newsletter-btn:hover {
    color: #fff;
    background: #0A233D;
    background-position: right center
}

.socials-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: -o-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: linear-gradient(to right, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background-size: 200%
}

.socials-btn:hover {
    color: #fff;
    background: #0A233D;
    background-position: right center
}

}

.newsletter-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 4px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #516372 0%, #516372 50%, #516372 100%);
    background: -o-linear-gradient(left, #516372 0%, #516372 50%, #516372 100%);
    background: linear-gradient(to right, #516372 0%, #516372 50%, #516372 100%);
    background-size: 200%
}

.newsletter-btn:hover {
    color: #fff;
    background: #0A233D;
    background-position: right center
}

.socials-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: -o-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: linear-gradient(to right, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background-size: 200%
}

.socials-btn:hover {
    color: #fff;
    background: #0A233D;
    background-position: right center
}

}

.section-title .line {
    background: -webkit-linear-gradient(#0A233D 0%, #0A233D 100%);
    background: -o-linear-gradient(#0A233D 0%, #0A233D 100%);
    background: linear-gradient(#0A233D 0%, #0A233D 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important
}

.section-title .title {
    font-size: 28px;
    font-weight: 400;
    line-height: 44px
}

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

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-title .title {
        font-size: 30px
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents
}

.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #361CC1;
    text-transform: uppercase
}

@media (max-width:767px) {
    .section-title .sub-title {
        font-size: 16px
    }
}

.section-title .title {
    font-family: 'Overpass_Regular';
    padding-top: 10px;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    padding-top: 10px;
    line-height: 1.3
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title .title {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .section-title .title {
        font-size: 24px
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents
}

.slick-slide {
    outline: 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #0A233D #0A233D #0A233D;
    border-radius: 50%;
    border-width: 6px
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #E1E1E1;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #E1E1E1;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.sticky .navbar {
    padding: 10px 0
}

.navbar {
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.navbar-brand {
    padding: 0
}

.navbar-toggler {
    padding: 0
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media (max-width:767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

.navbar-nav .nav-item {
    margin-right: 45px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .navbar-nav .nav-item {
        margin-right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav .nav-item {
        margin: 0
    }
}

@media (max-width:767px) {
    .navbar-nav .nav-item {
        margin: 0
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #0A233D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: "Overpass_Regular", sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E
    }
}

@media (max-width:767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E
    }
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #0A233D;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

@media (max-width:767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #2E2E2E
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #361CC1
}

.navbar-nav .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2E2E2E;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

@media (max-width:767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2E2E2E;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.navbar-btn .main-btn {
    height: 45px;
    line-height: 45px;
    background: -webkit-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: -o-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: linear-gradient(to right, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background-size: 200%
}

.navbar-btn .main-btn:hover {
    color: #CCC;
    background-position: right center
}

.sticky .navbar-toggler .toggler-icon {
    background-color: #2E2E2E
}

.sticky .navbar-nav .nav-item a {
    color: #2E2E2E
}

.sticky .navbar-nav .nav-item.active>a,
.sticky .navbar-nav .nav-item:hover>a {
    color: #361CC1
}

.header-hero {
    margin-top: 10px;
    position: relative;
    z-index: 5;
    background-position: bottom center
}

#particles-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.header-hero-content {
    padding-top: 180px;
    margin-bottom: 180px
}

@media (max-width:767px) {
    .header-hero-content {
        padding-top: 100px
    }
}

.header-hero-content .header-sub-title {
    font-family: 'Overpass_Regular';
    font-size: 80px;
    font-weight: 700;
    font-style: normal;
    color: #0A233D
}

@media (max-width:767px) {
    .header-hero-content .header-sub-title {
        font-size: 24px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-hero-content .header-sub-title {
        font-size: 30px
    }
}

.header-hero-content .header-title {
    font-family: 'Overpass_Regular';
    font-size: 80px;
    font-weight: 700;
    font-style: normal;
    color: #0A233D
}

@media (max-width:767px) {
    .header-hero-content .header-title {
        font-size: 24px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-hero-content .header-title {
        font-size: 30px
    }
}

.header-hero-content .text {
    color: #3C4043;
    margin-top: 30px;
    font-weight: 100 !important
}

.header-hero-content .main-btn {
    margin-top: 40px
}

.header-hero-image {
    padding-top: 105px
}

.header-hero-image img {
    /* max-width: 650px; */
    /* margin-left: -200px; */
    width: 100%;
    /* height: 500px; */
    border-radius: 20px;
}

@media (max-width:767px) {
    .header-hero-image img {
        max-width: 100%;
        height: 200px;
    }
}

@media (max-width:767px) {
    .header-hero-image {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .brand-logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.single-logo {
    padding: 0 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-logo {
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .single-logo {
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .single-logo {
        width: 50%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-logo {
        width: 33.33%
    }
}

.single-logo img {
    width: 100%;
    opacity: .5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.single-logo:hover img {
    opacity: 1
}

.single-services {
    /* background-color: #ffffff !important; */
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 50px 30px;
    min-height: 400px;
    /* border: 2px solid #ebe7e7; */
    /* border-radius: 8px */
}

.single-services-pricing {
    background-color: #ffffff !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 50px 30px;
    min-height: 750px;
    border: 2px solid #ebe7e7;
    border-radius: 8px;
    margin-bottom: 4rem;
    margin-top: -3rem;
}

@media (max-width:767px) {
    .single-services {
        padding: 20px 20px 30px
    }
}

.single-services .services-icon {
    display: inline-block;
    position: relative
}

.single-services .services-icon img {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s
}

.single-services .services-icon .shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-services .services-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff
}

.single-services .services-content .services-title a {
    font-size: 26px;
    font-weight: 700;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-services .services-content .services-title a {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .single-services .services-content .services-title a {
        font-size: 20px
    }
}

.single-services .services-content .services-title a:hover {
    color: #2E2E2E
}

.single-services .services-content .text {
    margin-top: 30px
}

@media (max-width:767px) {
    .single-services .services-content .text {
        margin-top: 20px
    }
}

.single-services .services-content .more {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.single-services .services-content .more i {
    margin-left: 10px
}

.single-services .services-content .more:hover {
    color: #2E2E2E !important
}

.single-services:hover {
    border-color: #FFF
}

.single-services:hover .services-icon .shape {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg)
}

.single-services-active:hover {
    background-color: #0A233D !important;
    color: #fff !important;
    -webkit-box-shadow: 0 5px 30px 0 rgba(10, 35, 61, 1);
    -moz-box-shadow: 0 5px 30px 0 rgba(10, 35, 61, 1);
    box-shadow: 0 5px 30px 0 rgba(10, 35, 61, 1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.single-services-active:hover .services-content .services-title a {
    color: #fff !important
}

.single-services-active:hover .services-content .text {
    color: #fff !important
}

.single-services-active:hover .services-content .more {
    color: #fff !important
}

.about-area {
    position: relative;
    z-index: 5
}

.about-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1
}

.about-shape-1 img {
    width: 100%
}

@media (max-width:767px) {
    .about-shape-1 {
        display: none
    }
}

.about-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1
}

.about-shape-2 img {
    width: 100%
}

@media (max-width:767px) {
    .about-shape-2 {
        display: none
    }
}

.about-content {
    max-width: 480px
}

.about-content .text {
    margin-top: 15px
}

.about-content .main-btn {
    background: -webkit-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: -o-linear-gradient(left, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background: linear-gradient(to right, #0A233D 0%, #0A233D 50%, #0A233D 100%);
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 40px
}

.about-content .main-btn:hover {
    background-position: right center
}

.video-content {
    position: relative;
    padding-bottom: 30px
}

.video-content .dots {
    position: absolute;
    left: -30px;
    bottom: 0
}

.video-wrapper {
    margin-right: 15px;
    position: relative;
    -webkit-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    -moz-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    border-radius: 10px;
    overflow: hidden
}

@media (max-width:767px) {
    .video-wrapper {
        margin-right: 0
    }
}

.video-wrapper .video-image img {
    width: 100%
}

.video-wrapper .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(54, 28, 193, .2) 0%, rgba(46, 130, 239, .2) 100%);
    background: -o-linear-gradient(left, rgba(54, 28, 193, .2) 0%, rgba(46, 130, 239, .2) 100%);
    background: linear-gradient(to right, rgba(54, 28, 193, .2) 0%, rgba(46, 130, 239, .2) 100%)
}

.video-wrapper .video-icon a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #0A233D;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.counter-wrapper {
    padding-left: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .counter-wrapper {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter-wrapper {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .counter-wrapper {
        padding-left: 0
    }
}

.counter-wrapper .counter-content .text {
    margin-top: 35px
}

.counter-wrapper .single-counter {
    max-width: 155px;
    height: 120px;
    border-radius: 60px;
    position: relative;
    z-index: 5;
    margin-top: 60px
}

@media (max-width:767px) {
    .counter-wrapper .single-counter {
        max-width: 100px;
        height: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter-wrapper .single-counter {
        max-width: 155px;
        height: 120px
    }
}

.counter-wrapper .single-counter::before {
    position: absolute;
    content: '';
    width: 155px;
    height: 120px;
    border-radius: 60px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1
}

@media (max-width:767px) {
    .counter-wrapper .single-counter::before {
        max-width: 100px;
        height: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter-wrapper .single-counter::before {
        max-width: 155px;
        height: 120px
    }
}

.counter-wrapper .single-counter.counter-color-1::before {
    background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: linear-gradient(#33c8c1 0%, #119bd2 100%)
}

.counter-wrapper .single-counter.counter-color-2::before {
    background: -webkit-linear-gradient(#0A233D 0%, #0A233D 100%);
    background: -o-linear-gradient(#0A233D 0%, #0A233D 100%);
    background: linear-gradient(#0A233D 0%, #0A233D 100%)
}

.counter-wrapper .single-counter.counter-color-3::before {
    background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: linear-gradient(#361cc1 0%, #2e82ef 100%)
}

.counter-wrapper .single-counter .count {
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

@media (max-width:767px) {
    .counter-wrapper .single-counter .count {
        font-size: 18px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter-wrapper .single-counter .count {
        font-size: 22px
    }
}

.counter-wrapper .single-counter .text {
    font-size: 16px;
    color: #fff
}

@media (max-width:767px) {
    .counter-wrapper .single-counter .text {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter-wrapper .single-counter .text {
        font-size: 16px
    }
}

.subscribe-area {
    padding: 40px 50px 90px;
    border-radius: 10px;
    background-color: #fff
}

@media (max-width:767px) {
    .subscribe-area {
        padding: 10px 30px 60px
    }
}

.subscribe-content .subscribe-title {
    font-size: 35px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .subscribe-content .subscribe-title {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .subscribe-content .subscribe-title {
        font-size: 24px
    }
}

.subscribe-content .subscribe-title span {
    font-weight: 400
}

.subscribe-form {
    position: relative
}

.subscribe-form input {
    border: 2px solid #E1E1E1;
    height: 65px;
    padding: 0 30px;
    border-radius: 5px;
    width: 100%;
    color: #2E2E2E
}

.subscribe-form input::placeholder {
    opacity: 1;
    color: #B9B9B9
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #B9B9B9
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #B9B9B9
}

.subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #B9B9B9
}

.subscribe-form input:focus {
    border-color: #361CC1
}

.subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    height: 65px;
    line-height: 65px;
    background: -webkit-linear-gradient(left, #516372 0%, #516372 50%, #516372 100%);
    background: -o-linear-gradient(left, #516372 0%, #516372 50%, #516372 100%);
    background: linear-gradient(to right, #516372 0%, #516372 50%, #516372 100%);
    background-size: 200%
}

@media (max-width:767px) {
    .subscribe-form button {
        position: relative;
        width: 100%;
        margin-top: 10px;
        border-radius: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .subscribe-form button {
        position: absolute;
        width: auto;
        margin-top: 0;
        border-radius: 50px
    }
}

.subscribe-form button:hover {
    color: #fff;
    background: #516372;
    background-position: right center
}

.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5
}

.footer-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer_bg.png);
    background-position: top center;
    z-index: -1;
    background-size: cover
}

@media only screen and (min-width:1921px) {
    .footer-area::before {
        height: 1120px
    }
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer-widget {
    padding-top: 50px
}

.footer-about .logo img {
    width: 160px
}

.footer-about .text {
    color: #fff;
    line-height: 30px;
    margin-top: 30px
}

.footer-about .social {
    margin-top: 40px
}

.footer-about .social li {
    display: inline-block;
    margin-right: 30px
}

.footer-about .social li a {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.footer-about .social li a:hover {
    color: #0A233D
}

.footer-title .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.link-wrapper {
    padding: 0 35px
}

@media (max-width:767px) {
    .link-wrapper {
        padding: 0;
        padding-right: 50px
    }
}

.link-wrapper .link {
    padding-top: 20px
}

.link-wrapper .link li {
    margin-top: 20px
}

.link-wrapper .link li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.link-wrapper .link li a:hover {
    color: #0A233D
}

.footer-contact .contact {
    padding-top: 20px
}

.footer-contact .contact li {
    margin-top: 20px;
    font-size: 16px;
    color: #fff
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 15px;
    padding-bottom: 30px
}

.copyright-content {
    padding-top: 15px;
    text-align: center
}

.copyright-content p {
    color: #fff
}

.copyright-content a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.copyright-content a:hover {
    color: #0A233D
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
    background: linear-gradient(to right, #361cc1 0%, #2e82ef 100%);
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none
}

.back-to-top:hover {
    color: #fff
}

.float-image {
    position: absolute;
    width: auto
}

.float-image-13 {
    position: absolute;
    right: -40px;
    top: -10px;
    width: auto
}

.float-bg-21 {
    position: absolute;
    width: 162px;
    height: auto;
    left: -32px;
    margin-top: 62px
}

.float-bg-24 {
    position: absolute;
    width: 90px;
    height: auto;
    left: 26px;
    margin-top: 20px
}

.float-bg-25 {
    position: absolute;
    right: -20px;
    margin-top: 180px;
    width: 255px
}

.float-bg-26 {
    position: absolute;
    left: -45px;
    margin-top: -20px;
    width: 255px
}

.float-bg-23 {
    position: absolute;
    width: 270px;
    height: auto;
    right: 0;
    margin-top: 5px
}

.float-bg-06 {
    position: absolute;
    width: 120px;
    height: auto;
    right: 30px;
    margin-top: 100px
}

.float-bg-05 {
    position: absolute;
    width: 88px;
    height: auto;
    left: 222px;
    margin-top: 282px
}

.float-bg-img-step {
    position: absolute;
    z-index: 9;
    left: 0;
    margin-top: 50px
}

.float-bg-14 {
    position: absolute;
    left: 0;
    margin-left: -92px;
    margin-top: 240px;
    width: 160px
}

.float-bg-15 {
    position: absolute;
    left: 0;
    margin-left: -118px;
    margin-top: 130px;
    width: 300px
}

.float-bg-16 {
    position: absolute;
    left: 0;
    margin-left: -138px;
    margin-top: 118px;
    width: 42px
}

.float-bg-10 {
    position: absolute;
    left: 0;
    margin-left: -220px;
    margin-top: 0
}

.float-bg-17 {
    width: 28px;
    height: auto
}

.float-bg-11 {
    position: absolute;
    right: -30px;
    margin-top: 400px
}

.float-bg-12 {
    position: absolute;
    left: -30px;
    margin-top: -600px
}

.steps-points {
    border-left: 4px solid #C4C4C4;
    border-left-width: 4px;
    padding-left: 20px;
    width: 380px
}

.steps-points div {
    text-align: left
}

.steps-points img {
    text-align: center
}

.steps-points:hover {
    border-left-color: #F39C12 !important
}

.bg-img-1 {
    margin-bottom: 20px
}

.intro-title {
    font-size: 32px;
    text-align: center;
    width: 50%
}

.icon-box {
    background-color: #0A233D;
    padding: .5rem;
    border-radius: 4px;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

.icon-box svg {
    font-size: 32px
}

.step-area {
    margin-bottom: 100px;
    min-height: 500px
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 30px !important
}

.expectation-area {
    height: 550px;
    background-color: rgba(255, 127, 28, .1)
}

.luncher-rocket {
    position: absolute;
    right: 0;
    margin-top: -88px;
    margin-right: 178px
}

.testimonial-div {
    position: absolute;
    top: 0;
    width: 280px
}

.testimonial-div-2 {
    position: absolute;
    top: 0;
    width: 310px;
    margin-top: -38px
}

.testimonial-contents {
    padding-left: 10%;
    padding-right: 10%
}

.pricing-area {
    min-height: 340px;
    background-color: #FFF
}

.pricing-area-2 {
    height: auto;
    background-color: #0A233D
}

.sl-card {
    min-height: 598px;
    position: relative;
    /*width: 400px;*/
}

.sl-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    border: 1px solid #0A233D;
    color: #0A233D;
    cursor: pointer;
    z-index: 5;
    background: #fff;
    background-size: 200%;
    width: 200px
}

.sl-btn:hover {
    color: #FFF;
    background: #0A233D;
    background-position: right center
}

a {
    text-decoration: none !important
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto
}

.faq-card {
    margin-bottom: 20px;
    border-radius: 50px !important;
    text-align: left
}

.socials-title {
    font-family: 'Overpass_Regular';
    padding-top: 10px;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    padding-top: 10px;
    line-height: 1.3
}

@media (max-width:767px) {
    .float-image {
        position: relative;
        margin-bottom: 2rem;
        margin-right: -12rem
    }
    #features {
        padding-top: 0px !important
    }
    .step-area {
        margin-bottom: 180px;
        margin-top: -3rem
    }
    .header-hero-content {
        margin-bottom: 15px
    }
    .float-bg-img-step {
        position: absolute;
        z-index: 9;
        left: 0;
        margin-top: 396px;
        width: 220px;
        margin-left: 5rem
    }
    .expectation-area {
        height: auto;
        background-color: rgba(255, 127, 28, .1)
    }
    .newsletter-content-area {
        height: 468px;
        left: 150px;
        top: 7693px;
        border-radius: 50px;
        background: #0A233D;
        padding: 0rem 2rem !important
    }
    .sl-card-mob {
        /* margin-top: 7rem !important;
        margin-bottom: 2rem !important; */
        margin-top: -4rem !important;
        margin-bottom: 7rem !important;
        margin-left: 1rem;
    }
    .luncher-rocket-mob {
        margin-top: -4.5rem;
        margin-right: 1rem
    }
    .sl-card {
        width: 315px;
    }
    .faq-card-mob {
        margin-top: 0rem
    }
    .mobile-view {
        margin-bottom: 50px;
        font-size: 12px !important;
        height: auto;
        margin-left: 2rem
    }
    .monthly-sub {
        margin-top: -15rem !important
    }
    .gs-btn-mob {
        margin-left: 2rem;
        height: 60px;
        width: 322px
    }
    .float-bg-05 {
        position: absolute;
        width: 88px;
        height: auto;
        left: 222px;
        margin-top: 260px;
        margin-left: 3rem
    }
    .float-bg-14 {
        position: absolute;
        left: 0;
        margin-left: -92px;
        margin-top: 240px;
        width: 160px;
        display: none
    }
    .float-bg-15 {
        position: absolute;
        left: 0;
        margin-left: -118px;
        margin-top: 130px;
        width: 300px;
        display: none
    }
    .pricing-mob {
        width: 0px !important;
        margin-right: 20rem !important;
        margin-left: -1rem !important;
    }
    .pricing-list {
        position: absolute;
        margin-top: -100px;
        margin-left: 10% !important;
        /* margin-right: 7%; */
        width: 89% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .bg-img-1 {
        margin-bottom: -10px;
        max-width: 450px;
        margin-left: -3rem;
    }
    #cookies-modal{
        width: 90%;
    }
    .d-cookie{
        margin-top: -4rem;
    }
}

.pricing-list {
    position: absolute;
    margin-top: -100px;
    margin-left: 15%;
    margin-right: 15%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.monthly-sub {
    margin-top: 0rem
}

.ui-switcher {
    background-color: #e6e7e8;
    display: inline-block;
    height: 20px;
    width: 48px;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15)
}

.ui-switcher:before {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 12px;
    width: 20px;
    text-align: center
}

.ui-switcher[aria-checked=false]:before {
    content: '';
    right: 7px
}

.ui-switcher[aria-checked=true]:before {
    content: '';
    left: 7px
}

.ui-switcher[aria-checked=true] {
    background-color: #212529
}

.ui-switcher:after {
    background-color: #fff;
    content: '\0020';
    display: inline-block;
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    transition: left 0.25s
}

.ui-switcher[aria-checked=false]:after {
    left: 2px
}

.ui-switcher[aria-checked=true]:after {
    left: 30px
}

.top-merchant-card {
    background-color: #EEE;
    height: 255px;
    width: auto;
    border-radius: 8px
}

.merchant-card-img-1 {
    position: absolute;
    right: 16px;
    margin-top: 24px;
    width: 188px;
    height: auto
}

.merchant-card-img-2 {
    position: absolute;
    right: 16px;
    margin-top: 76px;
    width: 280px;
    height: auto
}

.merchant-card-img-3 {
    position: absolute;
    right: 15px;
    margin-top: 55px;
    width: 200px;
    height: auto
}

.merchant-card-img-4 {
    position: absolute;
    right: 15px;
    margin-top: 0;
    position: absolute;
    right: 15px;
    margin-top: 82px;
    width: 182px;
    height: auto;
    border-radius: 8px
}

.merchant-title {
    margin-left: 25px;
    padding-top: 38px
}

.merchant-contents {
    margin-left: 25px;
    width: 260px
}

.top-merchant-card a {
    margin-left: 25px;
    color: #0a223d !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

@media (max-width:767px) {
    .merchant-card-img-1 {
        position: absolute;
        right: -25px;
        margin-top: 205px;
        width: 97px;
        height: auto
    }
    .merchant-card-img-2 {
        position: absolute;
        right: -25px;
        margin-top: 205px;
        width: 190px;
        height: auto
    }
    .top-merchant-card {
        background-color: #EEE;
        height: 335px;
        width: 275px;
        border-radius: 8px;
        margin-bottom: 42px
    }
    .merchant-card-img-3 {
        position: absolute;
        right: -25px;
        margin-top: 200px;
        width: 140px;
        height: auto
    }
    .merchant-card-img-4 {
        position: absolute;
        right: -25px;
        margin-top: 0;
        position: absolute;
        margin-top: 209px;
        width: 132px;
        height: auto;
        border-radius: 8px
    }
    .merchant-contents {
        margin-left: 25px;
        width: 240px
    }
    .email-addy-mob {
        margin-top: 2rem;
        margin-left: 3rem
    }
    .header-text-mob {
        font-size: 45px !important;
        text-align: left;
    }
    .header-sub-text-mob {
        text-align: left;
        font-size: 15px !important;
    }
    .services-bottom-mob {
        margin-top: -3rem
    }
    .services-top-mob {
        margin-top: -5rem
    }
    .float-image-13 {
        position: absolute;
        right: 0px;
        top: -10px;
        width: auto;
    }
    .float-bg-11 {
        position: absolute;
        right: 0px;
        margin-top: 400px;
    }
    .float-bg-21 {
        position: absolute;
        width: 162px;
        height: auto;
        left: 0px;
        top: -20px;
        margin-top: 62px;
    }
    .float-bg-23 {
        position: absolute;
        width: 270px;
        height: auto;
        right: 35px;
        margin-top: 30px;
    }
    .float-bg-26 {
        position: absolute;
        left: 25px;
        margin-top: 0px;
        width: 255px;
    }
    .float-bg-25 {
        position: absolute;
        right: -20px;
        margin-top: 180px;
        width: 255px;
        display: none;
    }
    .float-bg-24 {
        position: absolute;
        width: 90px;
        height: auto;
        left: 45px;
        margin-top: 20px;
    }
    .pricing-area-2 {
        height: auto;
        background-color: #0A233D;
        margin-top: -12rem;
    }
    .pricing-area {
        min-height: 550px;
        background-color: #FFF
    }
}

.steps-mob-row {
    background-color: #0A233D;
    padding: 4rem 2rem;
    margin-bottom: -15rem;
}

.link-wrapper .link li a:hover {
    color: #2e445a
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #000
}

.carousel-indicators .active {
    background-color: #000 !important
}

.step-card {
    border-radius: 25px;
    min-height: 400px;
    background-color: #0A233D;
    border: #0A233D;
}

.step-avatar {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 3px solid #FF7F1C;
}

.circle-1 {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-color: #ffffff47;
    border: #ffffff;
    position: absolute;
    left: -76px;
    top: -80px;
}

.circle-2 {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-color: #ffffff47;
    border: #ffffff;
    position: absolute;
    left: -76px;
    bottom: -80px;
}

.circle-3 {
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background-color: #ffffff47;
    border: #ffffff;
    position: absolute;
    right: -160px;
    top: -140px;
}
