body {
    font-size: 16px;
    font-family: Poppins, sans-serif !important;
    color: #616161;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1990 874' height='74%25' width='84%25' style='overflow: visible; background-color: %23fff; color: %23ffffff;' %3E%3Ccircle cx='1669' cy='187' r='188' stroke-width='28px' stroke-dasharray='0 0 0 0' stroke-linecap='butt' stroke-linejoin='miter' stroke-dashoffset='0' stroke-opacity='81%25' stroke='currentColor' fill='hsla(201.82, 77.46%25, 86.08%25, 0.6)' /%3E%3Ccircle cx='168' cy='310' r='188' stroke-width='28px' stroke-dasharray='0 0 0 0' stroke-linecap='butt' stroke-linejoin='miter' stroke-dashoffset='0' stroke-opacity='81%25' stroke='currentColor' fill='hsla(201.82, 77.46%25, 86.08%25, 0.6)' /%3E%3Ccircle cx='379' cy='605' r='147' stroke-width='28px' stroke-dasharray='0 0 0 0' stroke-linecap='butt' stroke-linejoin='miter' stroke-dashoffset='0' stroke-opacity='81%25' stroke='currentColor' fill='hsla(201.82, 77.46%25, 86.08%25, 0.6)' /%3E%3Ccircle cx='1466' cy='466' r='130' stroke-width='28px' stroke-dasharray='0 0 0 0' stroke-linecap='butt' stroke-linejoin='miter' stroke-dashoffset='0' stroke-opacity='81%25' stroke='currentColor' fill='hsla(201.82, 77.46%25, 86.08%25, 0.6)' /%3E%3Ccircle cx='1337' cy='283' r='66' stroke-width='28px' stroke-dasharray='0 0 0 0' stroke-linecap='butt' stroke-linejoin='miter' stroke-dashoffset='0' stroke-opacity='81%25' stroke='currentColor' fill='hsla(201.82, 77.46%25, 86.08%25, 0.6)' /%3E%3Ccircle cx='1109' cy='594' r='188' stroke-width='28px' stroke-dasharray='0 0 0 0' stroke-linecap='butt' stroke-linejoin='miter' stroke-dashoffset='0' stroke-opacity='81%25' stroke='currentColor' fill='hsla(201.82, 77.46%25, 86.08%25, 0.6)' /%3E%3C/svg%3E");

}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#intro {
    padding: 175px 0 80px 0;
}

#intro h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 46px;
    position: relative;
}

.g-black {
    color: #292929;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

#intro h2 span {
    font-weight: 600;
}

#intro h2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 92px;
    height: 6px;
    border-radius: 10px;
    background-color: #01427a;
    display: none;
}

.intro-text p {
    font-size: 16px;
    line-height: 24px;
    color: #2a2a29;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

#yacht-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
    border-top: 7px solid #01427a;
    border-bottom: 7px solid #01427a;
}

#hero-home {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/hero-bg.jpg)no-repeat center center / cover;
    min-height: 700px;
}

#hero-cs {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/reg.jpg)no-repeat center center / cover;
    min-height: 700px;
}

#hero-pp {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/pp.jpg)no-repeat center top / cover;
    min-height: 700px;
}

#hero-terms {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/terms.jpg)no-repeat top center / cover;
    min-height: 700px;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#hero-home .hero-text {
    padding: 100px 15px;
}

#hero-home .hero-text h1 {
    margin-bottom: 30px;
}

.hero-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

#services {
    background: url(../img/dots3.png)no-repeat center center / cover;
    background-color: #01427a;
    padding: 100px 0 0 0;
    position: relative;
    border-bottom: 10px solid #01427a;
}

#services:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.gold-btn {
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: 2px solid #fff;
    text-transform: uppercase;
}

.service-column {
    border-top: 9px solid #d02432;
}

.service-column:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 0;
}

.service-column:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-column {
    padding: 20px 10px 10px 10px;
    background-color: #fff;
    border-left: 1px solid #d9d9d9;
    display: flex;
    flex-wrap: wrap;
}

.column-icon-wrapper {
    height: 70px;
    width: 100%;
}

.service-icon {
    display: block;
    margin: 0 auto;
    max-height: 55px;
}

.service-icon-hover {
    display: none;
    margin: 0 auto;
    max-height: 45px;
    transform: 0.5s;
}

.service-column h4 {
    font-weight: 400;
    display: block;
    width: 100%;
}

.service-column:hover,
.service-column:focus {
    border-top-color: rgba(255, 255, 255, 0);
    background-color: rgba(208, 36, 50, 0.85);
    text-decoration-line: none;
}

.service-column:hover h4,
.service-column:focus h4 {
    color: #fff;
}

.service-column:hover img.service-icon,
.service-column:focus img.service-icon {
    display: none;
}

.service-column:hover img.service-icon-hover,
.service-column:focus img.service-icon-hover {
    display: block;
}

.service-column:hover i,
.service-column:focus i {
    color: #eae9b6;
}

#services #service-container {
    z-index: 999;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -90px;
    transform: translate(-50%, 0);
    filter: drop-shadow(0 28px 16px rgba(0, 0, 0, 0.14));
}

.column-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    flex-basis: 100%;
}

.arrow {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #d02432;
    color: #d02432;
    text-align: center;
    margin: 25px auto 0 auto;
}

.arrow i {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

#banner {
    padding: 120px 15px 60px 15px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

#banner:before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    height: 200px;
    width: 200px;
    background-position: center center;
    background-size: contain;
    background-image: url();
    background-repeat: no-repeat;
}

#banner h2 {
    font-weight: 600;
}

#banner h2 span {
    font-weight: 300;
}

#banner .row {
    align-items: flex-end;
}

@media (max-width: 1359.9px) {
    #hero-home .hero-text {
        padding: 75px 15px;
    }
    .service-column {
        padding: 30px 15px 10px 15px;
    }
    #banner {
        padding: 120px 15px 40px 15px;
    }
}

@media (max-width: 991.8px) {
    .disable-mobile-view{
        display: none;
    }
    #hero-home .hero-text {
        padding-top: 140px;
    }
    #services #service-container {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-top: -129px;
    }
    .service-column:first-of-type {
        border-bottom-left-radius: 0;
    }
    .service-column:last-of-type {
        border-top-right-radius: 0;
    }
    .service-column:nth-of-type(2) {
        border-top-right-radius: 10px;
    }
    .service-column:nth-of-type(3) {
        border-bottom-left-radius: 10px;
    }
    #banner {
        padding-top: 40px;
    }
}

@media (max-width: 767.8px) {
    #hero-home .hero-text {
        padding: 50px 15px;
    }
    #hero-home .hero-text {
        padding-top: 120px;
    }
    .intro-text {
        margin-top: -20px;
    }
    #hero-home .hero-text h1 {
        margin-bottom: 15px;
    }
    #banner h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.8px) {
    #services #service-container {
        max-width: 400px;
        width: calc(100% - 30px);
    }
    .service-column {
        padding: 15px;
        border-left: none;
        border-right: none;
    }
    .service-column:first-of-type {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
    .service-column:nth-of-type(2) {
        border-top-right-radius: 0;
    }
    .service-column:nth-of-type(3) {
        border-bottom-left-radius: 0;
    }
    .service-column:last-of-type {
        border-bottom-left-radius: 10px;
    }
    .arrow {
        margin-top: 15px;
    }
    #banner:before {
        content: "";
        position: absolute;
        bottom: -40px;
        right: 10px;
        height: 150px;
        width: 150px;
    }
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.mont {
    font-family: "Montserrat", sans-serif;
}

.d-black {
    color: #333535;
}

.black {
    color: #000;
}

.g-black {
    color: #292929;
}

#loader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    z-index: 99999999;
    top: 0;
    left: 0;
    overflow: hidden;
}

.loader-image-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.loader-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
}

a {
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

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

h1 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
}

h2 {
    font-size: 32px;
    line-height: 46px;
}

h1 span {
    font-weight: 700;
}

h3 {
    font-size: 28px;
    line-height: 36px;
}

h4 {
    font-size: 22px;
    line-height: 30px;

}

h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

.hero-home {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/hero-bg.jpg')no-repeat center center / cover;
    min-height: 680px;
}

.title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.pptitle{
      font-weight: 500;
    color:#01427a;
}
.white {
    color: #fff;
}

.yellow {
    color: #01427a;
}

.btn {
    font-size: 16px;
    line-height: 12px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 18px 22px;
}

.yellow-btn {
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #01427a;
    text-transform: uppercase;
}

.green-btn {
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #01427a;
    text-transform: uppercase;
}

.yellow-btn:hover,
.yellow-btn.focus {
    background-color: #fff;
    color: #000;
}

.green-btn:hover,
.green-btn.focus {
    background-color: #fff;
    color: #000;
}

header {
    padding: 2px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#header-dark {
    background-color: #b30106;
    color: #fff;
    -webkit-box-shadow: 0 1.5px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1.5px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1.5px 1px 0 rgba(0, 0, 0, 0.1);
}

.custom-logo-link {
    text-decoration: none;
    font-size: 22px;
    color: #fff;
}

.custom-logo {
    max-width: 300px;
    height: auto;
}

#header-white {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
}

#main-menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#main-menu li {
    padding: 10px 10px;
    position: relative;
}

#main-menu li a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

#header-white #main-menu li a,
#header-white #right-menu li a {
    color: #01427a;
}

#header-white #main-menu li.current-menu-parent a {
    color: #01427a;
}

#header-white #main-menu li.current-menu-parent .sub-menu a,
#header-white #main-menu li .sub-menu a {
    color: #000;
}

#main-menu li a:hover,
#main-menu li a:focus {
    text-decoration-line: none;
    color: #769883;
}

#main-menu li.menu-item-has-children:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #a4a5a5;
    font-size: 12px;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    width: auto;
    min-width: 210px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

#main-menu .sub-menu li {
    padding: 0;
    text-align: left;
}

#main-menu .sub-menu li a {
    font-size: 13px;
    line-height: 38px;
    color: #000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 0 20px;
    display: block;
    width: 100%;
    text-transform: none;
    border-bottom: 1px solid #bebebe;
}

#main-menu .sub-menu li:first-of-type a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#main-menu .sub-menu li:last-of-type a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#main-menu li:hover .sub-menu,
#main-menu li:focus .sub-menu {
    display: block;
}

#main-menu .sub-menu li a:hover,
#main-menu .sub-menu li a:focus {
    background-color: #01427a;
    color: #fff !important;
}

#right-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#right-menu li a {
    font-size: 14px;
    line-height: 14px;
    color: #333535;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

#right-menu li a:hover,
#right-menu li a:focus {
    text-decoration-line: none;
}

#right-menu li a i {
    color: #415268;
    font-size: 32px;
    padding-right: 5px;
}

#header-white #right-menu li a i {
    color: #fff;
}

footer {
    padding: 50px 20px;
    background-color: #333535;
    position: relative;
}

#footer-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}

#footer-left li {
    padding: 0 10px;
}

#footer-center {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -105px;
    width: calc(100% + 210px);
}

#footer-center li {
    padding: 5px 20px;
    position: relative;
}

#footer-center li:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #769883;
    top: 11px;
    left: 0;
}

#footer-center li:first-of-type:before {
    display: none;
}

#footer-center li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

#footer-center li a:hover,
#footer-center li a:focus {
    text-decoration-line: none;
    color: #769883;
}

#footer-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.show-lg {
    display: none;
}

.modal {
    z-index: 9999999;
}

.center-column {
    margin-left: auto;
    margin-right: auto;
}

.footer-credentials {
    color: #fff;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
}

.footer-credentials a {
    color: #fff;
}

.cred-link {
    color: #fff;
    position: relative;
    padding-right: 20px;
}

.cred-link:hover,
.cred-link:focus,
.footer-credentials a:hover,
.footer-credentials a:focus {
    text-decoration-line: none;
    color: #769883;
}

.footer-credentials .year {
    padding-right: 20px;
}

@media (min-width: 1360px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1455px) {
    #footer-center li {
        padding: 5px 10px;
    }
    #footer-left li {
        padding: 0 5px;
    }
}

@media (max-width: 1359.9px) {
    #footer-center {
        margin: 0 auto;
        width: 100%;
    }
    footer {
        padding: 50px 0;
    }
    h1 {
        font-size: 44px;
        line-height: 44px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 1199.9px) {
    #main-menu li a {
        font-size: 12px;
    }
    footer {
        padding: 25px 0;
    }
    #footer-center,
    #footer-left,
    #footer-right {
        margin-bottom: 15px;
    }
    #footer-left,
    #footer-right {
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    #main-menu li {
        padding: 10px 10px;
    }
}

@media (max-width: 991.8px) {
    .disable-mobile-view{
        display: none;
    }
    header,
    #header-white {
        position: fixed;
        top: 0;
        letter-spacing: 0;
        width: 100%;
        z-index: 9999;
    }
    #header-white {
        background-color: #fff;
    }
    .hide-lg {
        display: none !important;
    }
    .show-lg {
        display: flex;
    }
    #nav-icon1 {
        width: 30px;
        height: 30px;
        margin: 10px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        position: absolute;
        top: -22px;
        right: 20px;
    }
    #header-white #nav-icon1 span {
        background: #d02432;
    }
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #769883;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0;
    }
    #nav-icon1 span:nth-child(2) {
        top: 8px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 16px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    #mobile-menu,
    #mobile-menu .sub-menu {
        height: calc(100vh - 40px);
        right: 0;
        width: 0;
        background-color: #01427a;
        color: #fff;
        width: 220px;
        z-index: 1;
        transform: translateX(220px);
        opacity: 0;
        position: fixed;
        top: 96px;
        opacity: 0;
        box-shadow: none;
        border-radius: 0;
    }
    #mobile-menu,
    #mobile-menu .sub-menu {
        list-style: none;
        padding: 0;
    }
    #mobile-menu li,
    #mobile-menu .sub-menu li {
        width: 100%;
        transition: all 0.15s ease;
        position: relative;
    }
    #mobile-menu a,
    #mobile-menu .sub-menu li a,
    .close-sub {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        line-height: 22px;
        padding: 10px 12px !important;
        display: block;
        text-decoration-line: none;
        font-family: "Poppins", sans-serif;
    }
    #mobile-menu li.current-menu-ancestor a {
        color: #212121;
    }
    #mobile-menu li.current-menu-ancestor .sub-menu a {
        color: #fff;
    }
    #mobile-menu li.current-menu-ancestor .sub-menu a:hover,
    #mobile-menu li.current-menu-ancestor .sub-menu a:focus {
        color: #212121;
    }
    #mobile-menu li.current-menu-ancestor .sub-menu .current-menu-item a {
        color: #212121;
        background-color: #01427a;
    }
    #mobile-menu li.current-menu-ancestor.menu-item-has-children:after {
        color: #212121;
    }
    #mobile-menu li.current-menu-parent {
        color: #000 !important;
        background-color: #01427a !important;
    }
    #mobile-menu a:hover {
        background-color: #01427a;
        color: #212121;
        transition: all 0.15s ease;
    }
    #mobile-menu.visible {
        transform: translateX(0);
        opacity: 1;
        width: 220px;
        transition: all 0.5s ease-in-out;
    }
    #mobile-menu .sub-menu {
        height: 100vh;
        right: 0;
        color: #000;
        width: 220px;
        z-index: 1;
        transform: translateX(220px);
        opacity: 0;
        transition: all 0.5s ease-in-out;
        position: fixed;
        top: 42px;
        z-index: 99;
    }
    #mobile-menu .sub-menu {
        display: block;
    }
    #mobile-menu .sub-menu.visible {
        transform: translateX(0);
        opacity: 1;
    }
    #mobile-menu li.menu-item-has-children:after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        display: inline-block;
        padding-left: 3px;
        vertical-align: middle;
        font-weight: 900;
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 20px;
        top: 13px;
    }
    .close-sub {
        transform: translateX(220px);
        font-size: 16px;
        color: #000;
        font-weight: 600;
        line-height: 20px;
        padding: 12px;
        background-color: #01427a;
        opacity: 0;
        position: fixed;
        top: 96px;
        right: 0;
        transition: all 0.5s ease-in-out;
        text-decoration-line: none;
    }
    .close-sub.visible {
        position: fixed;
        right: 0;
        display: block;
        width: 220px;
        z-index: 999;
        transform: translateX(0);
        opacity: 1;
    }
    .close-sub:hover,
    .close-sub:focus {
        color: #fff;
    }
    .show-menu {
        margin-left: 0 !important;
    }
    #intro {
        padding: 165px 0 70px 0;
    }
    #intro .done svg {
        width: 40px !important;
    }
}

@media (max-width: 767.8px) {
    .kofix {
        margin-top: 5px !important;
    }
    h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    h4 {
        font-size: 22px;
        line-height: 26px;
    }
    #intro {
        padding: 155px 0 60px 0;
    }
}

@media (max-width: 600px) {
    .footer-credentials .year {
        display: block;
        text-align: center;
        padding: 5px;
    }
    .footer-credentials {
        text-align: center;
    }
    .footer-credentials a {
        display: block;
        text-align: center;
        padding: 5px;
    }
    .cred-link::before {
        display: none;
    }
    .craft {
        margin-top: 10px;
        display: block;
    }
}

@media (max-width: 575.8px) {
    #hero {
        padding-top: 100px !important;
    }
    h1 {
        font-size: 48px;
        line-height: 56px;
    }
    h1 br {
        display: none;
    }
    #footer-left li {
        padding: 0 10px;
    }
    #footer-left li img {
        max-width: 45px;
    }
    #footer-center {
        max-width: 200px;
    }
    #footer-center li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    #footer-center li:before {
        display: none;
    }
    #footer-right img {
        max-width: 250px;
    }
    header {
        padding: 5px 0;
    }
    #logo-wrapper img {
        max-width: 170px;
    }
    #mobile-menu,
    .close-sub {
        top: 76px;
    }
    #intro {
        padding: 124px 0 60px 0;
    }
}

.service-image img {
    border: 10px solid rgb(0, 134, 190);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
}

.home-service h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    font-family: Poppins, sans-serif;
    color: rgb(41, 41, 41);
    margin-bottom: 35px;
}

.home-service .service-icon-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.home-service .service-icon-box:last-child {
    margin-bottom: 0px;
}

.home-service .service-icon-box .service-icon-content {
    border: 3px solid rgba(14, 53, 128, 0.96);
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    width: -moz-calc(100% - 82px);
    width: -webkit-calc(100% - 82px);
    width: calc(100% - 82px);
}

.home-service .service-icon-box .service-icon-content h4 {
    margin-bottom: 10px;
    color: #d02432;
    font-weight: 600;
}

.home-service .service-icon-box .service-icon-content p:last-child {
    margin-bottom: 0;
}

.home-service .service-icon-box .service-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.home-service .service-icon-box .service-icon {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    height: 82px;
    width: 82px;
}

.home-service .service-icon-box .service-icon i {
    color: #01427a;
    font-size: 44px;
}

.service-icon-content h4 a {
    color: #d02432;
}

@media screen and (max-width: 767px) {
    .home-service .service-icon-box .service-icon-content {
        width: -moz-calc(100% - 48px);
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 575px) {
    .home-service .service-icon-box {
        margin-bottom: 30px;
    }
}

.home-service .text-left .service-icon-box {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home-service .text-left .service-icon {
    margin-right: -34px;
}

.home-service .text-left .service-icon-content {
    padding: 20px 20px 20px 55px;
}

@media screen and (min-width: 768px) {
    .home-service .text-left .service-icon-box:nth-child(2n+1) {
        -webkit-transform: translate(-30px, 0);
        -moz-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
        -o-transform: translate(-30px, 0);
        transform: translate(-30px, 0);
    }
}

.home-service .text-right .service-icon-content {
    padding: 20px 55px 20px 20px;
}

.home-service .text-right .service-icon {
    margin-left: -34px;
}

@media screen and (min-width: 768px) {
    .home-service .text-right .service-icon-box:nth-child(2n+1) {
        -webkit-transform: translate(30px, 0);
        -moz-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        -o-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
}

@media screen and (min-width: 768px) {
    .home-service .text-right .service-icon-box:first-child .service-icon {
        border-bottom-right-radius: 0;
    }
    .home-service .text-right .service-icon-box:last-child .service-icon {
        border-top-right-radius: 0;
    }
}

@media screen and (min-width: 768px) {
    .home-service .text-left .service-icon-box:first-child .service-icon {
        border-bottom-left-radius: 0;
    }
    .home-service .text-left .service-icon-box:last-child .service-icon {
        border-top-left-radius: 0;
    }
}

.single-services-item {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 25px;
    position: relative;
    -webkit-box-shadow: 0 0px 15px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 15px rgb(0 0 0 / 7%);
    z-index: 1;
    padding: 25px;
}

.yachts-area {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../img/bg-pack.jpg) center center / cover no-repeat;
    min-height: 680px;
    border-top: 7px solid #01427a;
    border-bottom: 7px solid #01427a;
    font-family: Poppins, sans-serif;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.mark-area {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../img/bg-pack.jpg) center top / cover no-repeat;
    min-height: 520px;
    border-top: 7px solid #01427a;
    border-bottom: 7px solid #01427a;
    font-family: Poppins, sans-serif;
    display: block;
    padding: 120px 0 120px;

}

.yachts-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 540px;
    background-color: #022447;
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    z-index: -1;
}

.yachts-area.style2 .icon-holder {
    position: absolute;
    top: -91px;
    right: 150px;
}

.siingle-yachts-box {
    position: relative;
    display: block;
}

.siingle-yachts-box .img-holder {
    position: relative;
    display: block;
}

.siingle-yachts-box .img-holder .inner {
        position: relative;
    display: block;
    overflow: hidden;

}

.siingle-yachts-box .img-holder .inner img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.siingle-yachts-box:hover .img-holder .inner img {
    transform: scale(1.1);
}

.siingle-yachts-box:hover .overlay-style-one {
    opacity: 1;
}

.siingle-yachts-box .img-holder .rate-box {
    position: absolute;
    bottom: -40px;
    right: 40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    -webkit-animation: pulse2 2s infinite;
    -o-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;
    z-index: 2;
}

.siingle-yachts-box .img-holder .rate-box h5 {
    color: #fff;
    font-size: 15px;
    line-height: 0px;
    font-weight: 700;
}

.siingle-yachts-box .img-holder .rate-box h6 {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px 0 0;
}

.list li i {
    margin-right: 15px;
}

.siingle-yachts-box .title-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 35px 40px 0;
    -webkit-box-shadow: 0px 3px 8px 1px #f1eee8;
    box-shadow: 0px 3px 8px 1px #f1eee8;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.thm-bgclr1 {
    background-color: #01427a;
}

#big-title h1 {
    margin-bottom: 20px;
}

#big-title h1 span {
    font-weight: 600;
}

.siingle-yachts-box:hover .title-holder {
    -webkit-box-shadow: 0px 4px 10px 2px #eae8e2;
    box-shadow: 0px 4px 10px 2px #eae8e2;
}

.siingle-yachts-box .title-holder h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 3px;
}

.siingle-yachts-box .title-holder h2 a {
    color: #022447;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.siingle-yachts-box .title-holder span {
    position: relative;
    display: block;
    color: #5f6973;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Spectral', serif;
}

.siingle-yachts-box .title-holder .meta-box {
    position: relative;
    display: block;
    border-top: 1px solid #f4f0e9;
    padding: 19px 0 20px;
    margin: 29px 0 0;
}

.siingle-yachts-box .title-holder .meta-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.siingle-yachts-box .title-holder .meta-box ul li {
    position: relative;
    display: block;
    margin-right: 5px;
    color: #022447;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    font-family: Poppins, sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.siingle-yachts-box .title-holder .meta-box ul li:last-child {
    margin-right: 0;
}

.siingle-yachts-box .title-holder .meta-box ul li span {
    display: inline-block;
}

.siingle-yachts-box .title-holder .meta-box ul li span:before {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
}

#intro h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #292929;
    margin-bottom: 30px;
}
#intro p {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
#intro .done svg {
    margin-bottom: 20px;
}
#intro .content button {
    margin-bottom: 20px;
}
#intro .content a {
    color: #01427a;
}
.contact-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.w-100 {
    width: 100% !important;
}

.contact-links-wrapper a {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    padding-right: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#address-row {
    margin-top: 40px;
}

.form-wrapper {
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: auto;
    padding: 35px 60px;
    border-radius: 15px;
    border-top: 7px solid #01427a;
    background-color: #FFF;
    margin-top: -107px;
    filter: drop-shadow(0 28px 16px rgba(0, 0, 0, .14));
}

.right-side-contact {
    float: right;
    width: 50%;
    border: 3px solid #ff9672;
    padding: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 5%;
}

.hlaf-contact {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.hlaf-contact input {
    width: 100%;
    color: #b7b7b7;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    padding: 20px;
    font-size: 14px;
    transition: 0.3s;
}

.hlaf-contact input:focus {
    outline: 0;
    border: 2px solid #ff9672;
    transition: 0.3s;
}

.full-contact textarea:focus {
    outline: 0;
    border: 2px solid #ff9672;
    transition: 0.3s;
}

.full-contact textarea {
    transition: 0.3s;
}

.hlaf-contact .wpcf7-form-control-wrap {
    width: 50%;
}

.hlaf-contact .wpcf7-form-control-wrap:nth-child(1) {
    margin-right: 5px;
}

.hlaf-contact .wpcf7-form-control-wrap:nth-child(2) {
    margin-left: 5px;
}

.full-contact {
    float: left;
    width: 100%;
}

.full-contact textarea {
    float: left;
    width: 100%;
    color: #b7b7b7;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    padding: 20px;
    font-size: 14px;
    max-height: 130px;
    margin-bottom: 15px;
}

.right-side-contact .wpcf7-submit {
    float: left;
    background: #ef6b4b;
    border: 1px solid #ef6b4b;
    color: #fff;
    font-size: 18px;
    font-family: 'pf_handbook_promedium';
    text-transform: uppercase;
    padding: 0px;
    padding-bottom: 10px;
    width: 100px;
    margin-top: 10px;
    border-radius: 15px;
    transition: 0.3s;
}

.right-side-contact .wpcf7-submit:hover {
    transition: 0.3s;
    background: white;
    color: #ef6b4b;
    border: 1px solid #ef6b4b;
}

.left-side-contect {
    float: left;
    width: 50%;
    padding-top: 9%;
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
}

.txtprecrta {
    color: #fff !important;
}

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

.footer-area,
.copy-right-area {
    background-color: #01427a;
    color: #fff;
}

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

.single-footer-widget a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .contact-info {
    margin-bottom: 20px;
}

.contact-info li {
    margin-bottom: 10px !important;
    display: inline-flex;
}

.single-footer-widget .contact-info li span {
    font-weight: 600;
    margin-right: 5px;
}

.contact-info li span i {
    margin-right: 8px;
    font-size: 18px;
    color: #fff;
}

.contact-info li a {
    color: #fff;
}

.single-footer-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 3px;
}

.single-footer-widget .social-link li a i {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: rgba(176, 12, 21, 0.9);
    border-radius: 50px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-footer-widget .social-link li a i:hover {
    color: rgb(0, 134, 190);
    background: #fff;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.single-footer-widget .use-link li {
    margin-bottom: 15px;
}

.single-footer-widget h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.red-btn {
    border-radius: 18px;
    background-color: rgb(208, 36, 50);
    color: rgb(255, 255, 255) !important;
}

.red-btnwb {
    border-radius: 18px;
    background-color: rgb(208, 36, 50);
    border: 2px solid rgb(255, 255, 255);
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

.red-btnoa {
    border-radius: 18px;
    background-color: rgb(208, 36, 50);
    color: #fff !important;
}

.red-btnoa a {
    color: #fff !important;
}

button:focus {
    outline: none;
}

.btn-sub {
    border: 1px solid #fff !important;
    border-radius: 18px;
    background-color: rgb(208, 36, 50);
    color: #fff !important;
    padding: 10px 25px;
}

.btn-sub:hover {
    border: 1px solid rgb(0, 134, 190) !important;
    color: rgb(0, 134, 190) !important;
    background-color: #fff;
    padding: 10px 25px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.red-btnoa:hover {
    color: rgb(208, 36, 50) !Important;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.mostp {
    padding: 7px;
    top: -50px;
    left: 20px;
    color: #fff;
    background-color: rgb(208, 36, 50);
    z-index: 9999999999;
    border-top: 3px solid rgb(208, 36, 50);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.strip--grey {
    background-color: #f7f7f7;
    color: #14233c;
}

.strip {
    margin-top: 0;
    padding-bottom: 64px;
    padding-top: 64px;
    position: relative;
    width: 100%;
}

.single-servicesbre {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 18px;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.single-servicesbre::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgb(0, 134, 190);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 18px;
}

.single-servicesbre img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.single-servicesbre .services-content {
    padding: 15px;
    position: relative;
    padding-top: 30px;
    min-height: 340px;
}

.single-servicesbre .services-content h3 {
    color: #0186bf;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-servicesbre .services-content h4 {
    margin-top: -5px;
    color: rgb(0, 134, 190);
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-servicesbre .services-content p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-servicesbre.services-content span {
    position: absolute;
    top: -15px;
    right: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    color: rgb(0, 134, 190);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    background-color: #ffffff;
}

.single-servicesbre:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-servicesbre:hover::before {
    height: 100%;
    bottom: 0;
    top: auto;
}

.single-servicesbre:hover .services-content h3 {
    color: #ffffff;
}

.single-servicesbre:hover .services-content h4 {
    color: #ffffff;
}

.single-servicesbre:hover .services-content p {
    color: #ffffff;
}

.single-servicesbre:hover .services-content .read-more {
    color: #fff;
}

.single-servicesbre:hover .services-content .read-more i {
    color: #04b8e5;
}

.read-more {
    margin-top: 20px;
    ;
    line-height: 1;
    color: rgb(208, 36, 50);
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.faq-page-section {
    position: relative;
    padding: 60px 0px 80px;
}

.faq-page-section .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    padding-bottom: 30px;
}

.accordion-box .block:last-child {
    padding-bottom: 0px;
}

.accordion-box .block .acc-btn {
    font-size: 20px;
    padding-right: 0px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-image: -ms-linear-gradient(bottom, #d02432 0%, #b41f2b 100%);
    background-image: -moz-linear-gradient(bottom, #d02432 0%, #b41f2b 100%);
    background-image: -o-linear-gradient(bottom, #d02432 0%, #b41f2b 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02432), color-stop(100, #b41f2b));
    background-image: -webkit-linear-gradient(bottom, #d02432 0%, #b41f2b 100%);
    background-image: linear-gradient(to top, #d02432 0%, #b41f2b 100%);
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    color: #ffffff;
    font-weight: 400;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    border-color: rgb(208, 36, 50);
    color: rgb(208, 36, 50);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 25px 0px 0px 0px;
}

.accordion-box .block .content p {
    margin-bottom: 0px;
    line-height: 1.8em;
    font-size: 15px;
    color: #5a5a5a;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box.style-two .block {
    padding: 25px 20px;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.accordion-box.style-two .block .acc-btn {
    font-size: 18px;
    font-weight: 600;
}

.accordion-box.style-two .block .content p {
    font-weight: 400;
}

.fa-arrow-down:before {
    content: "-" !important;
}

.fa-arrow-right:before {
    content: "+" !important;
}

.faqlist {
    padding-left: 20px;
    list-style: disc;
    line-height: 1.8em;
}

.faqtitle {
    color: rgb(208, 36, 50);
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#hero-contact {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/contactsite.jpg)no-repeat center top / cover;
    min-height: 680px;
}

#hero-faq {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/faqbg.jpg)no-repeat center top / cover;
    min-height: 680px;
}

#hero-about {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/aboutus.jpg)no-repeat center top / cover;
    min-height: 680px;
}

#hero-board {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/board.jpg)no-repeat center top / cover;
    min-height: 680px;
}

.holist {
    color: #fff;
    font-size: 22px;
    margin-left: 20px;
    list-style-type: circle;
    font-family: "Roboto", sans-serif;
    margin-top: 1.5rem;
}

.holist li {
    display: inline-block;
    margin-left: 5px;
}

.holist span:before {
    content: "\2022";
    margin-left: 5px;
    margin-right: 5px;
}

.red-btnhero {
    display: none;
}

.hmobfix {
    padding-top: 350px;
}

.gZPklZ {
    border-radius: 15px;
    border: 2px solid #fff;
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 32px;
        line-height: 38px;
    }
    #hero-home p {
        font-size: 18px !important;
    }
    .red-btnhero {
        display: block;
        padding: 12px;
        border-radius: 18px;
        background-color: rgb(208, 36, 50);
        color: rgb(255, 255, 255) !important;
        
    }
    .hmobfix {
        padding-top: 260px;
    }
}

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 100px;
    max-width: 550px;
    background-color: rgb(208, 36, 50);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 1000;
}

#gdpr-cookie-message h4 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message a {
    float: left;
margin-top:20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: rgb(0, 134, 190);
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    border: none;
    background: #fff;
    color: rgb(0, 134, 190);
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}

.mhfix {
    min-height: 120px !important;
}

.getstart-content {
    margin-bottom: 30px;
}

.getstart-content .top-title {
    font-size: 15px;
    color: #01427a;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.getstart-content h2 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #292929;
    margin-bottom: 35px;
    font-weight: 400;
}

.getstart-content span {
    font-weight: 600;
}

.getstart-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 40px;
}

.getstart-content ul li {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: relative;
    cursor: pointer;
    padding: 25px 25px 25px 130px;
    border-radius: 4px;
    margin-bottom: 20px;
    max-width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.getstart-content ul li:last-child {
    margin-bottom: 0;
}

.getstart-content ul li i {
    position: absolute;
    top: 0px;
    left: 30px;
    width: 80px;
    height: 80px;
    line-height: 91px;
    text-align: center;
    display: inline-block;
    background: #01427a;
    font-size: 40px;
    color: #01427a;
    border-radius: 50px;
}

.getstart-content ul li h3 {
    font-size: 22px;
}

.getstart-content ul li:nth-child(2) {
    margin-left: auto;
}

.getstart-content ul li:nth-child(4) {
    margin-left: auto;
}

.getstart-content ul li:nth-child(6) {
    margin-left: auto;
}

.agetstart-content ul li:nth-child(8) {
    margin-left: auto;
}

.getstart-content ul li:nth-child(10) {
    margin-left: auto;
}

.getstart-content ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.getstart-img {
    margin-bottom: 30px;
}

.getstart-img img {
    border-radius: 4px;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 10px solid rgb(0, 134, 190);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
}

.getstart-img .about-1 {
    margin-bottom: 24px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.getstart-img .about-1:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.getstart-img .about-2 {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.getstart-img .about-2:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.getstart-img .about-3 {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.getstart-img .about-3:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.downappn li:nth-child(1)>i:after {
    content: "A";
    color: #fff;
    font-weight: 900;
    margin-left: -5px;
}

.downappn li:nth-child(2)>i:after {
    content: "B";
    color: #fff;
    font-weight: 900;
}

.downappn li:nth-child(3)>i:after {
    content: "C";
    color: #fff;
    font-weight: 900;
}

.downapp li i:nth-child:after(0) {
    content: "1";
}

.downapp li:nth-child(1)>i:after {
    content: "1";
    color: #fff;
    font-weight: 900;
    margin-left: -5px;
}

.downapp li:nth-child(2)>i:after {
    content: "2";
    color: #fff;
    font-weight: 900;
}

.downapp li:nth-child(3)>i:after {
    content: "3";
    color: #fff;
    font-weight: 900;
}

.downapp li:nth-child(4)>i:after {
    content: "4";
    color: #fff;
    font-weight: 900;
}

.downapp li:nth-child(5)>i:after {
    content: "5";
    color: #fff;
    font-weight: 900;
}
.downapp li:nth-child(6)>i:after {
    content: "6";
    color: #fff;
    font-weight: 900;
}
.downapp li:nth-child(7)>i:after {
    content: "7";
    color: #fff;
    font-weight: 900;
}

.downapp p {
    font-size: 18px;
    color: #292929;
    font-weight: 500;
}

.downapp p span {
    font-size: 18px;
    color: #292929;
    font-weight: 700;
}
.btnredbre{
    font-size: 16px;
    line-height: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: Poppins, sans-serif;
    padding: 18px 22px;
    border-radius: 18px;
    background-color: #c31e37;
    cursor:pointer;
}
.abell-site-area {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../img/abellsite.jpg) center center / cover no-repeat;
    min-height: 520px;
    border-top: 7px solid rgb(0, 134, 190);
    border-bottom: 7px solid rgb(0, 134, 190);
    font-family: Poppins, sans-serif;
    display: block;
    padding: 120px 0px;
}
.reg-area {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../img/regser.jpg) center center / cover no-repeat;
    min-height: 520px;
    border-top: 7px solid rgb(0, 134, 190);
    border-bottom: 7px solid rgb(0, 134, 190);
    font-family: Poppins, sans-serif;
    display: block;
    padding: 120px 0px;
}
@media only screen and (max-width: 680px) {
 .reg-area {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../img/regser.jpg) right center / cover no-repeat;
    min-height: 520px;
    border-top: 7px solid rgb(0, 134, 190);
    border-bottom: 7px solid rgb(0, 134, 190);
    font-family: Poppins, sans-serif;
    display: block;
    padding: 120px 0px;
}
}
.fa-check-circle{color:rgb(0, 134, 190);}
.btnredbre:hover{color:#000;}
.card-glow:after {
    width: 1px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    background: hsla(0, 0%, 100%, .21);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 100px 70px hsl(0deg 0% 100% / 25%);
    border-radius: 50%;
    -webkit-animation: wiggleGlow 2s infinite;
    animation: wiggleGlow 2s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    /*-webkit-animation-duration: 3s;*/
    /*animation-duration: 3s;*/
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
}

.bounce2 {
    animation: bounce2 6s ease infinite;
}

@keyframes bounce2 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-50px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.ml-15 {
    margin-left: 15px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fancy-text-block-one .text-wrapper p {
    margin-bottom: 35px;
}

.fancy-text-block-one .img-holder {
    position: relative;
    min-height: 495px;
    z-index: 1;
    padding-left: 55px;
    text-align: right;
}

@media (max-width: 991px) {
    .fancy-text-block-one .img-holder {
        padding-left: 0;
    }
}

.fancy-text-block-one .img-holder .shape-one {
    position: absolute;
    bottom: 30px;
    left: 40%;
}

.fancy-text-block-one .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 490px;
    height: 490px;
    background: url(../img/shape-1.png) no-repeat left top;
    background-size: 100% 100%;
    z-index: -1;
}

@media (max-width: 767px) {
    .fancy-text-block-one .img-holder:after {
        width: 100%;
    }
}

.fancy-text-block-one .img-holder img {
    position: absolute;
    -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
}

.fancy-text-block-one .img-holder .img-one {
    right: 0;
    top: 20px;
    border-radius: 15px;
}

.fancy-text-block-one .img-holder .img-two {
    left: 65px;
    bottom: 40px;
}

.fancy-text-block-two .img-holder {
    position: relative;
    min-height: 495px;
    z-index: 1;
    margin-right: 65px;
    text-align: right;
}

@media (max-width: 991px) {
    .fancy-text-block-two .img-holder {
        margin-right: 0;
    }
}

.fancy-text-block-two .img-holder .shape-one {
    position: absolute;
    bottom: 30px;
    right: 40%;
}

.fancy-text-block-two .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 490px;
    height: 490px;
    background: url(../img/shape-2.png) no-repeat left top;
    background-size: 100% 100%;
    z-index: -1;
}

@media (max-width: 767px) {
    .fancy-text-block-two .img-holder:after {
        width: 100%;
    }
    .img-one {
        max-width: 100% !important;
        max-height: auto;
        margin-top: 40px;
    }
}

.fancy-text-block-two .img-holder img {
    position: absolute;
    -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
}

.fancy-text-block-two .img-holder .img-one {
    left: 0;
    top: 60px;
}

.fancy-text-block-two .img-holder .img-two {
    right: 0;
    bottom: 20px;
}

.fancy-text-block-two .text-wrapper p {
    margin-bottom: 20px;
}

.fancy-text-block-two .text-wrapper ul.check-list-one li {
    margin-bottom: 10px;
}

.animated {
    /*animation-duration: 3s;*/
    /*animation-fill-mode: both;*/
}

.bounce3 {
    /*animation: 6s ease 0s infinite normal none running bounce3;*/
}

@keyframes bounce3 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-50px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce4 {
    /*animation: 6s ease 0s infinite normal none running bounce4;*/
}

@keyframes bounce4 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0px);
    }
    20% {
        transform: translateX(-25px);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-45px);
    }
    80% {
        transform: translateX(-15px);
    }
}

.fancy-text-block-one .img-holder .img-three {
    right: -15px;
    bottom: -20px;
}

#fancy h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    font-family: Poppins, sans-serif;
    color: rgb(41, 41, 41);
    margin-bottom: 55px;
}

#fancy h2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 92px;
    height: 6px;
    border-radius: 10px;
    background-color: rgb(0, 134, 190);
}

#fancy h2 span {
    font-weight: 600;
    margin-bottom: 30px;
}

#fancy h4 {
    margin-bottom: 0px;
}

#fancy h4 span {
    font-weight: 600;
}

#multic {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 10%, rgba(0, 134, 190, 1) 52%, rgba(3, 139, 195, 1) 97%, rgba(3, 139, 195, 1) 97%, rgba(6, 143, 200, 1) 100%);
    padding-top: 80px;
    padding-bottom: 60px;
    color: #fff;
    border-top: 7px solid rgb(0, 134, 190);
    border-bottom: 7px solid rgb(0, 134, 190);
}

#multic h2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 92px;
    height: 6px;
    border-radius: 10px;
    background-color: #fff;
}

#multic h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    font-family: Poppins, sans-serif;
    color: #fff;
    margin-bottom: 55px;
}

.laptop span {
    font-weight: 600;
    color: #fff;
}

.multicurr span {
    font-weight: 600;
    font-size: 20px;
}

#multic2 {
    background: rgb(0, 134, 190);
    background: radial-gradient(circle, rgba(0, 134, 190, 1) 5%, rgba(18, 23, 26, 1) 100%);
    padding-top: 80px;
    padding-bottom: 60px;
    color: rgb(255, 255, 255);
    border-top: 7px solid rgb(0, 134, 190);
    border-bottom: 7px solid rgb(0, 134, 190);
}

.mark-area2 {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../img/applebg.jpg) center top / cover no-repeat;
    min-height: 520px;
    border-top: 7px solid rgb(0, 134, 190);
    border-bottom: 7px solid rgb(0, 134, 190);
    font-family: Poppins, sans-serif;
    display: block;
    padding: 120px 0px;

}

.belooo {
    color: #fff !important;
    font-size: 16px !important;
}

.belooo li {
    margin-top: 10px;
    line-height: 25px !important;
    font-weight: 300;
}
.belooo li span {
   font-weight:600;
   font-size:18px;
}
.input-flex {
    display: flex;
    width: 100%;
    margin: 0 auto 40px;
    align-items: stretch;
}
.company-formations-search .inputs-wrap .select-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 3rem;
}
.company-formations-search input {
    line-height: 3rem;
    height: 3rem;
    border-radius: 32px;
    border: 1px solid #4a4a4a;
    padding: 0 120px 0 32px;
    outline: none;
    background: #fff;
    max-width: 100%;
}
.company-formations-search .inputs-wrap {
    flex-grow: 1;
    position: relative;
}
.company-formations-landing .text-header-content {
    text-align: left;
}
.company-formations-search input {
    line-height: 3rem;
    height: 3rem;
    border-radius: 32px;
    border: 1px solid #4a4a4a;
    padding: 0 120px 0 32px;
    outline: none;
    background: #fff;
    width: 100%;
    overflow: visible;
}
.select-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 3rem;
}
.text-header-content {
    text-align: left;
}
.inputs-wrap .select-label {
    line-height: 3rem;
    font-weight: 700;
    font-size: 16px;
    padding-right: 32px;
    color: #4a4a4a;
}
.inputs-wrap .select-label:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #4050fb transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    position: relative;
    top: 14px;
    margin-left: 12px;
}
.company-formations-search .btn {
    min-width: 0;
    padding: 18px 40px;
    width: auto;
    margin: 0 0 0 20px;
    outline: none;
}
.companySuffix{
    position: absolute;
    right: 0;
    top: 0;
    height: 3rem;
    width: 100%;
    opacity: 0;
}
.btn.btn-slim, .submit-button.btn-slim {
    font-size: 18px;
    min-width: 100px;
}
.btn.btn-blue {
    background: rgb(0, 134, 190);
    color: #fff;
    border-radius: 18px;
}
.regtitle{font-weight: 700;}
.regtitle span{
    font-weight: 700;
    color:#c31e37;

}
.regabre{
    cursor:pointer;
    background: rgb(0, 134, 190);
    color: rgb(255, 255, 255);
    border-radius: 18px;
    font-size: 18px;
    min-width: 100px;
}
/** app-section **/

.app-section{
    position: relative;
    overflow: hidden;
    padding: 20px 0px 20px 0px;
    background: linear-gradient(90deg, rgb(2, 0, 36) 10%, rgb(0, 134, 190) 52%, rgb(3, 139, 195) 97%, rgb(3, 139, 195) 97%, rgb(6, 143, 200) 100%);
    color: rgb(255, 255, 255);
    border-top: 7px solid rgb(0, 134, 190);
    border-bottom: 7px solid rgb(0, 134, 190);
  }

  .app-section .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }

  .app-section .image-layer{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    margin-left: 25px;
    z-index: 1;
  }

  .app-section .left-column{
    position: relative;
    display: block;
    padding-right: 180px;
  }

  .app-section .right-column{
    position: relative;
    display: block;
    padding-left: 180px;
  }

  .app-block-one{
    position: relative;
    max-width: 320px;
    width: 100%;
    z-index: 1;
  }

  .app-block-one .inner-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
    margin-bottom: 70px;
    z-index: 1;
    transition: all 500ms ease;
    border-radius: 18px;
  }

  .app-block-one .inner-box:hover{
    transform: translateY(-10px);
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 12%);
  }

  .app-block-one .inner-box .icon-box{
    position: relative;
    font-size: 50px;
    line-height: 50px;
    transition: all 500ms ease;
    color:rgb(0, 134, 190);
  }

  .servappice-block-one .inner-box h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 14px;
  }

  .app-block-one .inner-box h4 a{
    display: inline-block;
    color: #172746;
  }

  .app-block-one .inner-box h4 a:hover{

  }

  .app-section .left-column .app-block-one:first-child,
  .app-section .right-column .app-block-one:last-child{
    left: 70px;
  }

  .app-section .sec-title{
    margin-bottom: 57px;
  }

  .app-section .bg-shape-1{
    position: absolute;
    left: 50%;
    bottom: -300px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2);
    width: 900px;
    height: 900px;
    border-radius: 50%;
  }

  .app-section .bg-shape-2{
    position: absolute;
    left: 50%;
    bottom: -200px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.3);
    width: 700px;
    height: 700px;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
  }

  .app-section .bg-shape-3{
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.4);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
  }
  @media only screen and (max-width: 991px){
    /* .app-section .image-layer {
        display: none;
    } */
    .app-section .image-layer{

    position: relative;

    text-align: center;
    margin-top: -100px;
    margin-left: 0;
    left: 0;
    text-align: center;
    transform: translateX(0%);
    }
    .app-section .right-column {
        padding-left: 0px;
  }
  .app-section .left-column {
    padding: 0px;
    }
    .app-block-one {
        margin: 0 auto !important;
        left: 0px !important;
        right: 0px !important;
    }
}
.faq-area {
    position: relative;
    /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../img/bg-pack.jpg) center top / cover no-repeat;*/
    font-family: Poppins, sans-serif;
    display: block;
    padding: 40px 0 0 0;
}
.services-area2 .container {
    z-index: 1;
    position: relative;
}

.services-area2 .services-box2 {
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    box-shadow:2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07) ;
    padding: 30px;
    margin: 3px;
}
.services-area2 .services-box2 h5 {
    font-size: 18px;
    margin-top: 30px;
}
.services-area2 .services-box2 .services-icon{
    border-radius: 15px;
    background-color: rgb(46, 134, 188, 0.3);
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}
.services-area2 .services-box2 .services-icon i{
    color: #fff;
    font-size:32px;
}
.services-area2 .services-box2 p{
    margin-bottom: 0;
}
.services-content2 h5 a{color:#01427a;}
.services-content2 h5 a:visited{color:#01427a;}
.services-box2:hover {
    background: #0186bf;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.services-area2 .services-box2:hover h5 a{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
     color: #fff;
}
.services-content2{min-height:60px;}
.services-box2:hover{color:#fff !Important;}
.abouttitle{display:none;}
.mvsh{display:none}
@media only screen and (max-width: 657px) {
#hero-about{min-height: 80px !important;background:none;}
#hero-board{min-height: 80px !important;background:none;}
#hero-contact{min-height: 80px !important;background:none;}
#hero-faq{min-height: 80px !important;background:none;}
.herotitle{padding-top: 110px !important;background:none;}
.herotitle h1{color: #d02432 !important;background:none;}
.herotitle p{margin-bottom:40px;color:#000;}
.hidesection{display:none;}
.abouttitle{display:block}
#intro {padding: 0px 0 60px 0;}
.mmt20{margin-top:40px}
    .mvhi{display:none}
 .mvsh{display:block}
}

/*!
 * smartbanner.js v1.14.6 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/ }
  .smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center; }
    .smartbanner__exit::before, .smartbanner__exit::after {
      position: absolute;
      width: 1px;
      height: 12px;
      background: #767676;
      content: ' '; }
    .smartbanner__exit::before {
      transform: rotate(45deg); }
    .smartbanner__exit::after {
      transform: rotate(-45deg); }
  .smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px; }
  .smartbanner__info {
    position: absolute;
    top: 10px;
    left: 104px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center;
    color: #000; }
    .smartbanner__info__title {
      font-size: 14px; }
    .smartbanner__info__author, .smartbanner__info__price {
      font-size: 12px; }
  .smartbanner__button {
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    border-radius: 5px;
    background: #f3f3f3;
    color: #1474fc;
    font-size: 18px;
    text-align: center;
    text-decoration: none; }
    .smartbanner__button__label {
      text-align: center; }
  .smartbanner.smartbanner--android {
    background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
    box-shadow: inset 0 4px 0 #88b131; }
    .smartbanner.smartbanner--android .smartbanner__exit {
      left: 6px;
      margin-right: 7px;
      width: 17px;
      height: 17px;
      border-radius: 14px;
      background: #1c1e21;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
      color: #b1b1b3;
      font-family: 'ArialRoundedMTBold', Arial;
      font-size: 20px;
      line-height: 17px;
      text-shadow: 0 1px 1px #000; }
      .smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
        top: 3px;
        left: 8px;
        width: 2px;
        height: 11px;
        background: #b1b1b3; }
      .smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
        color: #eee; }
    .smartbanner.smartbanner--android .smartbanner__icon {
      background-color: transparent;
      box-shadow: none; }
    .smartbanner.smartbanner--android .smartbanner__info {
      color: #ccc;
      text-shadow: 0 1px 2px #000; }
      .smartbanner.smartbanner--android .smartbanner__info__title {
        color: #fff;
        font-weight: bold; }
    .smartbanner.smartbanner--android .smartbanner__button {
      top: 30px;
      right: 20px;
      padding: 0;
      min-width: 12%;
      border-radius: 0;
      background: none;
      box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
      color: #d1d1d1;
      font-size: 14px;
      font-weight: bold; }
      .smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
        background: none; }
      .smartbanner.smartbanner--android .smartbanner__button__label {
        display: block;
        padding: 0 10px;
        background: #42b6c9;
        background: linear-gradient(to bottom, #42b6c9, #39a9bb);
        box-shadow: none;
        line-height: 24px;
        text-align: center;
        text-shadow: none;
        text-transform: none; }
        .smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
          background: #2ac7e1; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNtYXJ0YmFubmVyLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFrQjtFQUNsQixNQUFNO0VBQ04sT0FBTztFQUNQLGtCQUFrQjtFQUNsQixXQUFXO0VBQ1gsWUFBWTtFQUNaLG1CQUFtQjtFQUNuQix3Q0FBd0M7RUFDeEMscUJBQXFCLEVBQUU7RUFDdkI7SUFDRSxrQkFBa0I7SUFDbEIsb0JBQW9CO0lBQ3BCLFNBQVM7SUFDVCxjQUFjO0lBQ2QsU0FBUztJQUNULFdBQVc7SUFDWCxZQUFZO0lBQ1osU0FBUztJQUNULGtCQUFrQixFQUFFO0lBQ3BCO01BQ0Usa0JBQWtCO01BQ2xCLFVBQVU7TUFDVixZQUFZO01BQ1osbUJBQW1CO01BQ25CLFlBQVksRUFBRTtJQUNoQjtNQUNFLHdCQUF3QixFQUFFO0lBQzVCO01BQ0UseUJBQXlCLEVBQUU7RUFDL0I7SUFDRSxrQkFBa0I7SUFDbEIsU0FBUztJQUNULFVBQVU7SUFDVixXQUFXO0lBQ1gsWUFBWTtJQUNaLG1CQUFtQjtJQUNuQiwwQkFBMEIsRUFBRTtFQUM5QjtJQUNFLGtCQUFrQjtJQUNsQixTQUFTO0lBQ1QsV0FBVztJQUNYLGFBQWE7SUFDYixrQkFBa0I7SUFDbEIsVUFBVTtJQUNWLFlBQVk7SUFDWixtQkFBbUI7SUFDbkIsV0FBVyxFQUFFO0lBQ2I7TUFDRSxlQUFlLEVBQUU7SUFDbkI7TUFDRSxlQUFlLEVBQUU7RUFDckI7SUFDRSxrQkFBa0I7SUFDbEIsU0FBUztJQUNULFdBQVc7SUFDWCxVQUFVO0lBQ1YsY0FBYztJQUNkLGVBQWU7SUFDZixjQUFjO0lBQ2Qsa0JBQWtCO0lBQ2xCLG1CQUFtQjtJQUNuQixjQUFjO0lBQ2QsZUFBZTtJQUNmLGtCQUFrQjtJQUNsQixxQkFBcUIsRUFBRTtJQUN2QjtNQUNFLGtCQUFrQixFQUFFO0VBQ3hCO0lBQ0UseUhBQXlIO0lBQ3pILGlDQUFpQyxFQUFFO0lBQ25DO01BQ0UsU0FBUztNQUNULGlCQUFpQjtNQUNqQixXQUFXO01BQ1gsWUFBWTtNQUNaLG1CQUFtQjtNQUNuQixtQkFBbUI7TUFDbkIsa0ZBQWtGO01BQ2xGLGNBQWM7TUFDZCx3Q0FBd0M7TUFDeEMsZUFBZTtNQUNmLGlCQUFpQjtNQUNqQiwyQkFBMkIsRUFBRTtNQUM3QjtRQUNFLFFBQVE7UUFDUixTQUFTO1FBQ1QsVUFBVTtRQUNWLFlBQVk7UUFDWixtQkFBbUIsRUFBRTtNQUN2QjtRQUNFLFdBQVcsRUFBRTtJQUNqQjtNQUNFLDZCQUE2QjtNQUM3QixnQkFBZ0IsRUFBRTtJQUNwQjtNQUNFLFdBQVc7TUFDWCwyQkFBMkIsRUFBRTtNQUM3QjtRQUNFLFdBQVc7UUFDWCxpQkFBaUIsRUFBRTtJQUN2QjtNQUNFLFNBQVM7TUFDVCxXQUFXO01BQ1gsVUFBVTtNQUNWLGNBQWM7TUFDZCxnQkFBZ0I7TUFDaEIsZ0JBQWdCO01BQ2hCLDZDQUE2QztNQUM3QyxjQUFjO01BQ2QsZUFBZTtNQUNmLGlCQUFpQixFQUFFO01BQ25CO1FBQ0UsZ0JBQWdCLEVBQUU7TUFDcEI7UUFDRSxjQUFjO1FBQ2QsZUFBZTtRQUNmLG1CQUFtQjtRQUNuQix3REFBd0Q7UUFDeEQsZ0JBQWdCO1FBQ2hCLGlCQUFpQjtRQUNqQixrQkFBa0I7UUFDbEIsaUJBQWlCO1FBQ2pCLG9CQUFvQixFQUFFO1FBQ3RCO1VBQ0UsbUJBQW1CLEVBQUUiLCJmaWxlIjoic21hcnRiYW5uZXIuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLnNtYXJ0YmFubmVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIG92ZXJmbG93LXg6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogODRweDtcbiAgYmFja2dyb3VuZDogI2YzZjNmMztcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYSwgc2Fucywgc2Fucy1zZXJpZjtcbiAgLyoqIEFuZHJvaWQgc3R5bGVzICoqLyB9XG4gIC5zbWFydGJhbm5lcl9fZXhpdCB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogY2FsYyg1MCUgLSA2cHgpO1xuICAgIGxlZnQ6IDlweDtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDA7XG4gICAgd2lkdGg6IDEycHg7XG4gICAgaGVpZ2h0OiAxMnB4O1xuICAgIGJvcmRlcjogMDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7IH1cbiAgICAuc21hcnRiYW5uZXJfX2V4aXQ6OmJlZm9yZSwgLnNtYXJ0YmFubmVyX19leGl0OjphZnRlciB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB3aWR0aDogMXB4O1xuICAgICAgaGVpZ2h0OiAxMnB4O1xuICAgICAgYmFja2dyb3VuZDogIzc2NzY3NjtcbiAgICAgIGNvbnRlbnQ6ICcgJzsgfVxuICAgIC5zbWFydGJhbm5lcl9fZXhpdDo6YmVmb3JlIHtcbiAgICAgIHRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTsgfVxuICAgIC5zbWFydGJhbm5lcl9fZXhpdDo6YWZ0ZXIge1xuICAgICAgdHJhbnNmb3JtOiByb3RhdGUoLTQ1ZGVnKTsgfVxuICAuc21hcnRiYW5uZXJfX2ljb24ge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEwcHg7XG4gICAgbGVmdDogMzBweDtcbiAgICB3aWR0aDogNjRweDtcbiAgICBoZWlnaHQ6IDY0cHg7XG4gICAgYm9yZGVyLXJhZGl1czogMTVweDtcbiAgICBiYWNrZ3JvdW5kLXNpemU6IDY0cHggNjRweDsgfVxuICAuc21hcnRiYW5uZXJfX2luZm8ge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEwcHg7XG4gICAgbGVmdDogMTA0cHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBvdmVyZmxvdy15OiBoaWRkZW47XG4gICAgd2lkdGg6IDYwJTtcbiAgICBoZWlnaHQ6IDY0cHg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBjb2xvcjogIzAwMDsgfVxuICAgIC5zbWFydGJhbm5lcl9faW5mb19fdGl0bGUge1xuICAgICAgZm9udC1zaXplOiAxNHB4OyB9XG4gICAgLnNtYXJ0YmFubmVyX19pbmZvX19hdXRob3IsIC5zbWFydGJhbm5lcl9faW5mb19fcHJpY2Uge1xuICAgICAgZm9udC1zaXplOiAxMnB4OyB9XG4gIC5zbWFydGJhbm5lcl9fYnV0dG9uIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAzMnB4O1xuICAgIHJpZ2h0OiAxMHB4O1xuICAgIHotaW5kZXg6IDE7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgcGFkZGluZzogMCAxMHB4O1xuICAgIG1pbi13aWR0aDogMTAlO1xuICAgIGJvcmRlci1yYWRpdXM6IDVweDtcbiAgICBiYWNrZ3JvdW5kOiAjZjNmM2YzO1xuICAgIGNvbG9yOiAjMTQ3NGZjO1xuICAgIGZvbnQtc2l6ZTogMThweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lOyB9XG4gICAgLnNtYXJ0YmFubmVyX19idXR0b25fX2xhYmVsIHtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjsgfVxuICAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQge1xuICAgIGJhY2tncm91bmQ6ICMzZDNkM2QgdXJsKFwiZGF0YTppbWFnZS9naWY7YmFzZTY0LFIwbEdPRGxoQ0FBSUFJQUJBRlZWVmYvLy95SDVCQUVIQUFFQUxBQUFBQUFJQUFnQUFBSU5SRzRYdWRyb0dKQlJzWWN4S0FBN1wiKTtcbiAgICBib3gtc2hhZG93OiBpbnNldCAwIDRweCAwICM4OGIxMzE7IH1cbiAgICAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQgLnNtYXJ0YmFubmVyX19leGl0IHtcbiAgICAgIGxlZnQ6IDZweDtcbiAgICAgIG1hcmdpbi1yaWdodDogN3B4O1xuICAgICAgd2lkdGg6IDE3cHg7XG4gICAgICBoZWlnaHQ6IDE3cHg7XG4gICAgICBib3JkZXItcmFkaXVzOiAxNHB4O1xuICAgICAgYmFja2dyb3VuZDogIzFjMWUyMTtcbiAgICAgIGJveC1zaGFkb3c6IDAgMXB4IDJweCByZ2JhKDAsIDAsIDAsIDAuOCkgaW5zZXQsIDAgMXB4IDFweCByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMyk7XG4gICAgICBjb2xvcjogI2IxYjFiMztcbiAgICAgIGZvbnQtZmFtaWx5OiAnQXJpYWxSb3VuZGVkTVRCb2xkJywgQXJpYWw7XG4gICAgICBmb250LXNpemU6IDIwcHg7XG4gICAgICBsaW5lLWhlaWdodDogMTdweDtcbiAgICAgIHRleHQtc2hhZG93OiAwIDFweCAxcHggIzAwMDsgfVxuICAgICAgLnNtYXJ0YmFubmVyLnNtYXJ0YmFubmVyLS1hbmRyb2lkIC5zbWFydGJhbm5lcl9fZXhpdDo6YmVmb3JlLCAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQgLnNtYXJ0YmFubmVyX19leGl0OjphZnRlciB7XG4gICAgICAgIHRvcDogM3B4O1xuICAgICAgICBsZWZ0OiA4cHg7XG4gICAgICAgIHdpZHRoOiAycHg7XG4gICAgICAgIGhlaWdodDogMTFweDtcbiAgICAgICAgYmFja2dyb3VuZDogI2IxYjFiMzsgfVxuICAgICAgLnNtYXJ0YmFubmVyLnNtYXJ0YmFubmVyLS1hbmRyb2lkIC5zbWFydGJhbm5lcl9fZXhpdDphY3RpdmUsIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2V4aXQ6aG92ZXIge1xuICAgICAgICBjb2xvcjogI2VlZTsgfVxuICAgIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2ljb24ge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBib3gtc2hhZG93OiBub25lOyB9XG4gICAgLnNtYXJ0YmFubmVyLnNtYXJ0YmFubmVyLS1hbmRyb2lkIC5zbWFydGJhbm5lcl9faW5mbyB7XG4gICAgICBjb2xvcjogI2NjYztcbiAgICAgIHRleHQtc2hhZG93OiAwIDFweCAycHggIzAwMDsgfVxuICAgICAgLnNtYXJ0YmFubmVyLnNtYXJ0YmFubmVyLS1hbmRyb2lkIC5zbWFydGJhbm5lcl9faW5mb19fdGl0bGUge1xuICAgICAgICBjb2xvcjogI2ZmZjtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7IH1cbiAgICAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQgLnNtYXJ0YmFubmVyX19idXR0b24ge1xuICAgICAgdG9wOiAzMHB4O1xuICAgICAgcmlnaHQ6IDIwcHg7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgbWluLXdpZHRoOiAxMiU7XG4gICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgYmFja2dyb3VuZDogbm9uZTtcbiAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDFweCAjMzMzLCAwIDAgMCAycHggI2RkZGNkYztcbiAgICAgIGNvbG9yOiAjZDFkMWQxO1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7IH1cbiAgICAgIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2J1dHRvbjphY3RpdmUsIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2J1dHRvbjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQ6IG5vbmU7IH1cbiAgICAgIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2J1dHRvbl9fbGFiZWwge1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgcGFkZGluZzogMCAxMHB4O1xuICAgICAgICBiYWNrZ3JvdW5kOiAjNDJiNmM5O1xuICAgICAgICBiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjNDJiNmM5LCAjMzlhOWJiKTtcbiAgICAgICAgYm94LXNoYWRvdzogbm9uZTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IDI0cHg7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAgdGV4dC1zaGFkb3c6IG5vbmU7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lOyB9XG4gICAgICAgIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2J1dHRvbl9fbGFiZWw6YWN0aXZlLCAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQgLnNtYXJ0YmFubmVyX19idXR0b25fX2xhYmVsOmhvdmVyIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAjMmFjN2UxOyB9XG4iXX0= */
.smartbanner {bottom: 0 !Important;z-index:999999999 !important;}
.smartbanner{z-index:999999999 !important;}
.smartbanner--ios{z-index:999999999 !important;}
.js_smartbanne{z-index:999999999 !important;}
