*{margin: 0px;padding: 0px;box-sizing: border-box;}
body{
    font-family: "Poppins", sans-serif;
    font-size: 15.68px;
    color: #343B48;
}
html {
  min-height: 100%;
  background: #fff;
}
.grecaptcha-badge {left: -9999999999px!important;}
#cookie-law-info-bar { color: #000!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; }
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #000!important;}
::-webkit-input-placeholder {
  color: #b4b4bf;
}
::-moz-placeholder {
  color: #b4b4bf;
}
:-ms-input-placeholder {
  color: #b4b4bf;
}
:-moz-placeholder {
  color: #b4b4bf;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
button,
input,
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: "ibm-plex-mono", sans-serif;
  font-weight: 400;
}
:focus,
input:focus,
textarea:focus {
  outline: none;
}
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;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: none;
}

/* common */
a {
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -ms-transition: all 350ms;
  text-decoration: none;
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}

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

img{
    display: block;
    width: 100%;
    height: auto;
}
header.topmainnavbar{
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 4vw;
    padding-right: 4vw;
    pointer-events: auto;
}
header.topmainnavbar{
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: transform 140ms ease-in-out;
}
.header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: inherit;
}
.topmainnavbar .header-inner {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}
.left-logo a img{
    width: auto;
    max-width: 100%;
        max-height: 100px;
    height: 100px;
}
.header-desktop{
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
}
.header-title-nav-wrapper{
    display: flex;
    flex-wrap: nowrap;
    flex: 1 0 67%;
    align-items: center;
}
.left-logo {width: auto;font-size: 0;}
.header-title-nav-wrapper .header-nav-right{
    text-align: right;
    margin-left: auto;
    padding-left: .8vw;
    flex-grow: 1;
    flex-shrink: 1;
}
.header-nav-right ul{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-nav-right ul li{
    margin-left: 3.2vw;
}
.header-nav-right ul li:first-child{
    margin-left: 0px;
}
.header-nav-right ul li a{
    font-size: 17.28px;
    line-height: 1.83em;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    position: relative;
}
.header-nav-right ul li a::before{
    content: "";
    background: #fff;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 350ms;
    -webkit-transition: all 350ms;
}
.header-nav-right ul li a:hover::before{
    width: 100%;
}
.header-nav-right ul li.current_page_item a::before{
    width: 100%;
}

.home-banner-top {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 66vh;
}
.home-content-wrapper{
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
    width: 100%;
    display: flex;
    box-sizing: content-box;
    position: relative;
    justify-content: center;
}
.section-background{
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
}
.home-banner-top .section-background img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: 66.51681651681652% 73.60460028751797%;
}
.section-background img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: 66.51681651681652% 73.60460028751797%;
}
.section-background-overlay{
    background: #343B48;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.66;
}
.home-content-wrapper .content{
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 100%;
}
.home-content-inner > span{
    font-size: 17.28px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
}
.home-content-inner h1{
    font-size: 62.72px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
}
.home-content-inner h1 span.line-de{
    position: relative;
    display: inline-block;
}
.home-content-inner h1 span.line-de::after{
    content: "";
    max-width: 300.65px;
    width: 122%;
    height: 150.43px;
    display: block;
    background-image: url('../images/svgviewer-output.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -12px;
    left: -8px;
}
.peak-returns-main{
    width: 100%;
    box-sizing: content-box;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.peak-returns-left h2{
    font-size: 54px;
    font-weight: 500;
    line-height: 90px;
}
.peak-returns-left h2 span{
    color: #798FB9;
}
.peak-returns-right p{
    font-size: 25.12px;
    font-weight: 500;
    line-height: 1.46em;
}
.our-track-record-main{
    padding: 120px 0px;
    position: relative;
    min-height: 33vh;
    overflow: hidden;
}
.our-track-record-image-card{
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
}
.our-track-record-image-card img{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: 50% 50%;
}
.our-track-left h3{
    font-size: 62.72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}
.our-track-record-main .container{
    position: relative;
    z-index: 2;
}
.button-style{
    font-size: 17.28px;
    font-weight: 500;
    background: #ee2f58;
    padding: 23px 60px;
    border-radius: 60px;
    color: #ffffff;
    display: inline-block;
}
.our-track-left .button-style{
    max-width: 224px;
    width: 100%;
    text-align: center;
}
.button-style:hover{opacity: .8;}

.our-track-right{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap: 80px;
}
.track-item h4{
    font-size: 34px;
    font-weight: 700;
    line-height: 48.1167px;
    margin-bottom: 32px;
    color: #fff;
}
.track-item p{
    color: #ffffff;
    font-size: 17.28px;
}
.our-track-record-main .section-background-overlay{opacity: 0.78;}

@media (max-width:991px){
    .our-track-right{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:767px){
    .our-track-right{grid-template-columns:1fr;}
}
.services-main{
    min-height: 100px;
    padding-top: 10vmax;
    padding-bottom: 10vmax;
    background: #343B48;
}
.services-items{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap: 30px;
}
.services-card-block{
    background: #ffffff;
    padding: 18px;
}
.item-media{
    width: 100%;
    margin-bottom: 21px;
}
.item-media-inner{
    position: relative;
    height: 0px;
    overflow: hidden;
    padding-bottom: 75%;
}
.item-media-inner img{
    width: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    object-position: 28.155178155178156% 57.60360022501406%;
}
.item-content{
    text-align: center;
}
.item-content h3{
    font-size: 25.6px;
    font-weight: 500;
    color: #343B48;
}
.services-title{
    text-align: center;
    margin-bottom: 70px;
}
.services-title h2{
    font-size: 43px;
    font-weight: 500;
    color: #ffffff;
}
.service-btn{
    margin-top: 70px;
    text-align: center;
}
.button-new-style{
    padding: 24px 35px;
    background: transparent;
    border-bottom: 2px solid #ee2f58;
    display: inline-block;
    cursor: pointer;
    font-size: 15.68px;
    font-weight: 500;
    color: #ee2f58;
}
.button-new-style:hover{
    background: #ee2f58;
    color: #ffffff;
    border-color: transparent;
}

.our-competitive-edge-main{
    padding: 63px 0px;
}
.competitive-info{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.inner-competitive{
    max-width: 590px;
    width: 100%;
}
.inner-competitive h3{
    font-size: 17.28px;
    color: #343B48;
    font-weight: 300;
    margin-bottom: 50px;
}
.inner-competitive h3 span{
    position: relative;
}
.inner-competitive h3 span::after{
    content: "";
    max-width: 300.65px;
    width: 108%;
    height: 113px;
    display: block;
    background-image: url('../images/underline.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6px;
    left: -4px;
}
.inner-competitive h4{
    font-size: 43.84px;
    font-weight: 700;
    line-height: 88px;
}
.competitive-right-image {
    min-height: 563px;
    position: relative;
    overflow: hidden;
}
.competitive-right-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0px;
    top: 0px;
    object-position: 50% 50%;
}
.our-promises-main{
    position: relative;
    min-height: 66vh;
}
.our-promises-img-card{
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
}
.our-promises-img-card img{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: 50% 50%;
}
.our-promises-main .container{
    position: relative;
    z-index: 1;
}
.our-promises-main{
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
    max-width: 100%;
}
.our-promises-top-card h2{
    font-size: 17.28px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 50px;
}
.our-promises-top-card h2 span{
    position: relative;
}
.our-promises-top-card h2 span::after {
    content: "";
    max-width: 300.65px;
    width: 110%;
    height: 75.43px;
    display: block;
    background-image: url('../images/underline-small.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6px;
    left: -4px;
}
.our-promises-top-card{
    margin-bottom: 90px;
}
.our-promises-top-card h4{
    font-size: 34px;
    font-weight: 500;
    color: #ffffff;
    max-width: 812px;
    width: 100%;
}
.our-promises-blocks {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap: 30px;
}
.our-promises-block-item h3{
    font-size: 34.56px;
    color: #798FB9;
    font-weight: 700;
    margin-bottom: 30px;
}
.our-promises-block-item p{
    font-size: 17.28px;
    color: #ffffff;
    line-height: 29.3167px;
}
.we-are-here-main{
    padding: 127px 0px;
}
.we-are-here-left h2{
    font-size: 43.84px;
    color: #798FB9;
    font-weight: 700;
    margin-bottom: 30px;
}
.we-are-here-left .soci{
    padding: 16px 0px;
}
.we-are-here-left .soci a{
    font-size: 17.28px;
    color: #343B48;
    line-height: 34px;
    
}
.we-are-here-left .soci a:hover{
    text-decoration: underline;
    color: #798FB9;
}
.we-are-here-left p{
    font-size: 17.28px;
    color: #343B48;
    margin-top: 16px;   
    line-height: 32.3167px;
}
.we-are-here-left .soci-item{
    margin: 0px;
    padding: 16px 0px;
}
.we-are-here-left .soci-item li a{
    font-size: 24px;
    color: #343B48;
}
.we-are-here-left .soci-item li a:hover{
    color: #798FB9;
}

.site-footer{
    background: #343B48;
    padding: 39.2px 0px;
}
.footer-logo{margin-bottom: 40px;}
.footer-logo img{
    max-width: 224px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.logo-and-copy{
    max-width: 420px;
    width: 100%;
}
.logo-and-copy p{
    color: #ffffff;
    font-size: 15.68px;
    font-weight: 300;
    line-height: 29.3167px;
}
.links-and-address-block{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.links-add-item{
    width: 50%;
}
.links-add-item h4{
    font-size: 25.12px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}
.links-add-item > ul > li > a {
    font-size: 17.28px;
    font-weight: 300;
    line-height: 32.3167px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-underline-offset: 3px;
}
.links-add-item > ul > li > a:hover {
    color: #ee2f58;
}
.links-add-item a{
    font-size: 17.28px;
    font-weight: 300;
    line-height: 32.3167px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-underline-offset: 3px;
}
.links-add-item a:hover{
    color: #ee2f58;
}
.links-add-item p{
    font-size: 17.28px;
    font-weight: 300;
    color: #fff;
    line-height: 32.3167px;
    padding: 12px 0px;
}

.links-add-item .soci-footer li a{
    font-size: 24px;
    color: #ffffff;
}
.links-add-item .soci-footer li a:hover{
    color: #ee2f58;
}
.field-item-group p {
    font-size: 17.28px;
    color: #343B48;
    font-weight: 300;
    line-height: 32.3167px;
    display: block;
    margin-bottom: 10px;
}
.filed-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field-input{
    width: 48%;
}
.field-input label{
    font-size: 15.68px;
    font-weight: 300;
    display: block;
    margin-top: 4px;
    padding-bottom: 5px;
}
.field-input input{
    border: 1px solid #343B48;
    width: 100%;
    padding: 10px 20px;
    border-radius: 45px;
    min-height: 54px;
    font-family: "Poppins", sans-serif;
}

.field-input.full-input{
    width: 100%;
    margin-top: 20px;
}
.form-button{
    margin-top: 20px;
}
.form-button .wpcf7-submit{
    background: #ee2f58;
    border: 2px solid #ee2f58;
    color: #ffffff;
    padding: 24px 35px;
    border-radius: 60px;
    font-size: 15.68px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    transition: all 350ms;
    -webkit-transition: all 350ms;
}
.form-button .wpcf7-submit:hover{
    background: #ee2f58;
    color: #ffffff;
}
.about-topbanner-main{
    padding-top: 118px;
    background: #343B48;
}
.about-inner-block{
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.about-inner-left > span{
    font-size: 17.28px;
    color: #ffffff;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}
.about-inner-left h1{
    font-size: 62.72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 60px;
}
.about-inner-left h1 span{
    /* color: #798FB9; */
    color: #ffffff;
}
.about-inner-left p{
    font-size: 17.28px;
    font-weight: 300;
    color: #ffffff;
    line-height: 32.3167px;
}
.about-inner-left{
    max-width: 700px;
    width: 100%;
}
.about-inner-block .container{
    max-width: 1424px;
    width: 100%;
}
.about-services-main{
    background: #343B48;
}
.services-right-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.services-inner-block{
    max-width: 580px;
    width: 100%;
    padding-left: 60px;
}
.services-inner-block h2{
    font-size: 43.84px;
    font-weight: 500;
    line-height: 59.55px;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #798FB9;
    text-decoration-thickness: 4px;
    text-underline-offset: 7px;
    margin-bottom: 40px;
}
.services-inner-block p{
    font-size: 15.68px;
    font-weight: 300;
    color: #ffffff;
    line-height: 29.3167px;
    margin-bottom: 40px;
}
.about-services-main .service-item-block:nth-child(even){
    flex-direction: row-reverse;
}
.about-services-main .service-item-block:nth-child(even) .services-inner-block{
    padding-left: 0px;
    padding-right: 60px;
    margin-left: auto;
}
.we-are-here-main.black{
    background: #343B48;
    padding-bottom: 126px;
}
.black .we-are-here-left h2{
    color: #ffffff;
}
.black .we-are-here-left .soci a{
    color: #ffffff;
}
.black .we-are-here-left .soci a:hover{
    color: #ee2f58;
}
.black .we-are-here-left p{
    color: #ffffff;
}
.black .we-are-here-left .soci-item li a{
    color: #ffffff;
}
.black .we-are-here-left .soci-item li a:hover{
    color: #ee2f58;
}
.black .field-item-group p {
    color: #ffffff;
}
.black .field-input label{
    color: #ffffff;
}

.black .field-input input{ 
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}
.black .form-button .wpcf7-submit{
    border-color: #ee2f58;
    color: #ffffff;
}
.black .form-button .wpcf7-submit:hover{
    background: #ee2f58;
    color: #ffffff;
}
.our-advantages-main{
    min-height: 66vh;
    position: relative;
}
.our-adv-inner{
    padding-top: 13.2vmax;
    padding-bottom: 4vw;
    position: relative;
    z-index: 1;
}
.advantages-block{
    text-align: right;
}
.advantages-block span{
    font-size: 17.28px;
    color: #798FB9;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}
.advantages-block h3{
    font-size: 62.72px;
    line-height: 80.8833px;
    font-weight: 500;
    color: #ffffff;
}
.services-top-banner{
    position: relative;
    padding-top: 118px;
}
.services-top-inner{
    position: relative;
    padding: 130px 0px;
    z-index: 1;
}
.services-top-left-info{
    max-width: 630px;
    width: 100%;
}
.services-top-left-info > span{
    font-size: 15.68px;
    color: #ffffff;
    font-weight: 300;
    display: block;
    margin-bottom: 18px;
}
.services-top-left-info h1{
    font-size: 62.72px;
    color: #ffffff;
    font-weight: 700;
    line-height: 80.8833px;
}
.services-top-left-info h1 span{
    /* color: #798FB9; */
    color: #ffffff;
}
.services-top-banner .section-background-overlay{
    opacity: 0.53;
}
.services-top-banner .section-background img{
    object-position: 54.93310231976128% 93.60585036564785%;
}
.services-top-inner .container{
    max-width: 1424px;
    width: 100%;
}
.services-main-block{
    position: relative;
}
.service-right-info{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.service-inner-box-card{
    max-width: 1020px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 90px;
}
.services-main-block .service-item-card:nth-child(even){
    flex-direction: row-reverse;
}
.services-main-block .service-item-card:nth-child(odd){
    background: #343B48;
}

.services-main-block .service-item-card:nth-child(even) .service-right-info {
    justify-content: flex-end;
}

.services-main-block .service-item-card:nth-child(even) .service-right-info .service-inner-box-card{
    padding-left: 0px;
    padding-right: 90px;
}

.service-left-image{
    min-height: 1050px;
    position: relative;
    overflow: hidden;
}
.service-left-image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
.service-inner-box-card h2{
    font-size: 43.84px;
    font-weight: 700;
    line-height: 59.55px;
    text-decoration: underline;
    text-decoration-color: #ee2f58;
    text-decoration-thickness: 6.11px;
    text-underline-offset: 10px;
    margin-bottom: 50px;
}
.service-inner-box-card p{
    font-size: 17.28px;
    line-height: 32.3167px;
    color: #343B48;
}
.services-main-block .service-item-card:nth-child(odd) .service-inner-box-card h2{
    color: #ffffff;
}
.services-main-block .service-item-card:nth-child(odd) .service-inner-box-card p{
    color: #ffffff;
}
.service-inner-box-card .entry-content{
    margin-bottom: 40px;
}
.service-accordion-block .accordion-wrap .repeat .head{
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    font-size: 22.12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 25px 0px;
    position: relative;
    padding-left: 56px;
}
.service-accordion-block .accordion-wrap .repeat{
    border-bottom: 1px solid #000;
}
.service-accordion-block .accordion-wrap .repeat .content{
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 15px;
}
.service-accordion-block .head .plus {
    margin-top: -16px;
    font-size: 0;
    line-height: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 53%;
    left: 2px;
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.service-accordion-block .head .plus:before {
    content: "";
    margin: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #ee2f58;
    transition: transform .2s;
    position: absolute;
}
.service-accordion-block .head .plus:after {
    content: "";
    margin: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ee2f58;
}
.service-accordion-block .head.is-active .plus:before {
    transform: rotate(-90deg);
}
.services-main-block .service-item-card:nth-child(odd) .service-accordion-block .accordion-wrap .repeat .head{
    color: #ffffff;
}
.services-main-block .service-item-card:nth-child(odd) .service-accordion-block .accordion-wrap .repeat{
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.wpcf7 form .wpcf7-response-output{
    border: none;
    color: #dc3232;
    margin-left: 0px;
    margin-right: 0;
    padding: 0px;
    font-size: 14px;
}
.wpcf7-not-valid-tip{
    font-size: 0.8em;
}
.contact-main.black{
    padding-top: 118px;
    background: #343B48;
}
.contact-inner-block{
    padding: 126px 0px;
}
.contact-left{
    max-width: 480px;
    width: 100%;
}
.contact-left h1{
    font-size: 43.84px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 32px;
}
.contact-left h1 span{
    /* color: #798FB9; */
    color: #ffffff;
}
.contact-left .soci {
  padding: 16px 0px;
}
.black .contact-left .soci a {
    font-size: 17.28px;
    color: #ffffff;
    line-height: 34px;
}
.black .contact-left .soci a:hover {
    color: #ee2f58;
}
.contact-left p {
  font-size: 17.28px;
  color: #ffffff;
  margin-top: 16px;
  line-height: 32.3167px;
  margin-bottom: 15px;
}
.contact-left .soci-item {
  margin: 0px;
  padding: 16px 0px;
}
.contact-left .soci-item li a{
    font-size: 24px;
    color: #ffffff;
}
.contact-left .soci-item li a:hover{
    color: #ee2f58;
}
.contact-right .field-input textarea{
    width: 100%;
    padding: 10px 20px;
    border-radius: 45px;
    min-height: 54px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}
.field-input.full-input .wpcf7-form-control-wrap .wpcf7-checkbox{
    display: flex;
    flex-direction: column;
}
.field-input.full-input .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 180px;
    width: 100%;
    gap: 14px;
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label{
    white-space: nowrap;
}
.field-input.full-input .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    position: relative;
    padding: 0px;
    min-height: auto;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.field-input.full-input .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item{
    margin: 0px;
    margin-top: 6px;
}
.field-input.full-input .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]::before{
    content: "";
    -webkit-clip-path: polygon(13.29% 49.19%,3.89% 59.8%,40.98% 90%,96.95% 21.23%,86.94% 13.08%,85.97% 12.29%,38.95% 70.07%);
    clip-path: polygon(13.29% 49.19%,3.89% 59.8%,40.98% 90%,96.95% 21.23%,86.94% 13.08%,85.97% 12.29%,38.95% 70.07%);
    background-color: #fafafa;
    width: 75%;
    height: 75%;
    display: block;
    transform: scale(0);
}
.field-input.full-input .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked::before{
    transform: scale(1);
}
.form-button-newstyle{
    margin-top: 20px;
}
.form-button-newstyle input[type="submit"]{
    background: #ee2f58;
    border: 2px solid #ee2f58;
    padding: 24px 35px;
    border-radius: 60px;
    font-size: 15.68px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    transition: all 350ms;
    -webkit-transition: all 350ms;
}
.form-button-newstyle input[type="submit"]:hover{
    background: #ee2f58;
    color: #ffffff;

}
.footer-pvc{
    margin-bottom: 15px;
}
.footer-pvc ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-pvc ul li a{
    font-size: 17.28px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}
.footer-pvc ul li a:hover{
    color: #ee2f58;
}
.hero-banner-top{
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 66vh;
}
.common-pages{
    padding: 80px 0px;
}
.common-inner h1 {
    font-size: 52px;
    font-weight: 600;
    color: #343B48;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.common-inner h2 {
    font-size: 34px;
    font-weight: 600;
    color: #343B48;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.common-inner h3 {
    font-size: 30px;
    font-weight: 600;
    color: #343B48;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.common-inner p {
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px;
}
.common-inner p strong{
    font-weight: 500;
}
.common-inner p a{
    color: #343B48;
    text-decoration: underline;
    word-break: break-all;
}
.common-inner ul {
    margin-bottom: 30px;
}
.common-inner ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 1.833;
    font-weight: 300;
}
.common-inner ul li strong{
    font-weight: 500;
}
.common-inner ul li a{
    color: #798FB9;
    text-decoration: underline;
    word-break: break-all;
}
.common-inner ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: 8px;
    background: #798FB9;
    display: block;
}
.mobilemenu {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
}
.off-canvas {
    padding: 20px 20px 30px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 3000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transition: transform .7s ease 0s;
    -webkit-transition: transform .7s ease 0s;
    background: #343B48;
}
.header-title-nav-wrapper a.mobilemenu span {
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
    width: 31px;
    height: 2px;
    background: #ffffff;
}
.header-title-nav-wrapper a.mobilemenu span::before, .header-title-nav-wrapper a.mobilemenu span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
.header-title-nav-wrapper a.mobilemenu span::after {
    top: 20px;
}

.is-open .off-canvas {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition: transform .5s cubic-bezier(.34,.95,.27,.98) 0s;
}
.closebtn.mobilemenu {
    position: absolute;
    top: 44px;
    right: 25px;
    width: 30px;
    height: 30px;
}
.mobile-logo{
    text-align: center;
    margin-bottom: 40px;
}
.mobile-logo a img{
    max-width: 200px;
    display: inline-block;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 30px;
    height: 2px;
    transform: rotate(45deg);
    background: #ffffff;
}
.menu_mobile .closebtn::after {
    transform: rotate(-45deg);
}
.menu_mobile .menu-header-menu-container ul{
    text-align: center;
}
.menu_mobile .menu-header-menu-container ul li a{
    color: #ffffff;
    line-height: 40px;
}
.mobile-block{display: none;}

.page-id-227 .common-inner{
    text-align: center;
}
.page-id-227 .common-inner p{
    font-size: 18px;
    line-height: 1.6;
}