/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
:root {
	--ast-global-color-0: #206060;
}
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

* {
    box-sizing: border-box;
}
.elementor-button:focus, .elementor-button:hover, .elementor-button-link:focus, .elementor-button-link:hover { outline:none!important; }
#ast-scroll-top {    background-color: transparent;  width:65px; height:62px; background:url(top-arrow.png)no-repeat 0 0;}
b { font-weight: bold!important;}
#ast-scroll-top .icon-arrow { display:none;}
.menu-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.signle-item-link {
    display: inline-flex;
    padding: 0 10px;
}

.signle-item-link a {
    font-size: 20px;
    color: #fff;
    font-family: 'Avenir Next';
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
}

.toogle-btn-menu {
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
	box-shadow: none;
}
.toogle-btn-menu:hover,.toogle-btn-menu:focus {  background-color: transparent; box-shadow: none;}

.home-menu-popup-warp {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color: #333;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.8s linear;
}

.home-menu-popup-warp.is-active-menu {
    transform: translateX(0%);
    opacity: 1;
    transition: all 1s linear;
}

.menu-panel {
    max-width: 620px;
    background-color: #fff;
    padding: 55px;
    position: relative;

}

.nav-close-menu {
    position: relative;
    width: 100%;
    padding-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.logo-desk-view {
    position: absolute;
    left: -245px;
    top: 0;
}

.logo-desk-view img {
    width: 165px;
    height: auto;
}

.logo-mobile-view img {
    width: 100px;
    height: auto;
}

.btn-close-nav {
    display: inline-flex;
    align-items: center;
    height: 30px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
	    box-shadow: none;
}
.btn-close-nav:hover,.btn-close-nav:focus {background-color: transparent; }

.icon-group-cross {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;

}

.icon-group-cross .spline {
    position: absolute;
    left: 0;
    top: 12.5px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #000;
    width: 100%;
}

.icon-group-cross .spline.sp2 {
    transform: rotate(-45deg);
}

.btn-title {
    display: block;
    font-size: 20px;
    color: #000;
    padding-left: 15px;
}

.pop-menu-warp h4 {
    font-family: 'FreightTextProMedium';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #747474;
    margin: 0;
    padding: 5px 0;
}

.tab-nav-pills {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;

}

.tab-nav-pills a {
    display: inline-flex;
    margin: 0 2px;
    padding: 0 5px;
    border-left: solid 1px transparent;
    font-family: 'Avenir Next';
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #747474;
    text-decoration: none;
}

.tab-nav-pills a:hover {
    color: #206060;
}

.tab-nav-pills a+a {
    border-left-color: #747474;
}

.sm-view-content h4 {
    color: #878787;
    font-family: 'FreightTextProMedium';
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
}

.sm-view-content p {
    color: #282828;
    font-family: 'Avenir Next';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
}

.pop-menu-warp h4 {
    color: #878787;
    font-family: 'FreightTextProMedium';
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}

.nav-style ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav-style ul li {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}

.nav-style ul li a {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    color: #1B1B1B;
    font-family: 'Avenir Next';
    font-weight: normal;
    text-decoration: none;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-style ul li a .sm-arrow {
    display: inline-block;
    line-height: 1;
}

.nav-style ul li a:hover {
    color: #206060;
}

.nav-style.nav-size-large {
    padding-bottom: 15px;
    padding-top: 10px;
}

.nav-style.nav-size-large ul li a {
    font-size: 20px;
    font-family: 'Avenir Next';
    font-weight: 500;
    color: #1B1B1B;
}

.nav-style.nav-size-large ul li a:hover {
    color: #206060;
}

.nav-style {
    padding: 14px 0;
    position: relative;
}

.nav-style.mid-nav:before {
    width: 30px;
    height: 2px;
    left: 0;
    top: 0;
    content: "";
    background-color: #1B1B1B;
    display: block;
    position: absolute;
}

.nav-style.mid-nav:after {
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #1B1B1B;
    display: block;
    position: absolute;
}

/** Tab slider slider **/
.custom-warp {
    max-width: 1580px;
    margin: 0 auto;
}
.section-tab-slider .custom-warp { border-top:solid 1px #f2f2f2; padding-top:45px;}
.elementor-kit-8 .section-title {
    font-size: 24px;
    color: #000;
    font-family: 'FreightTextProMedium';
    font-weight: 500;
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
}


.tabs-container nav {
    margin: 0 auto;
    background: #fff;
}

.tabs-container nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.tabs-container nav ul li {
    padding: 1rem;
    cursor: pointer;
    color: #A7A7A7;
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 25px;
   
}

.tabs-container nav ul li:hover {
    color: #3e4b58;
}

.tabs-container nav ul li.active {
    color: #3e4b58;
    border-top: none;
}


/* the nitty gritty */

.tabs-container {
    position: relative;
    height: 4em;
}

.tabs-container nav {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.tabs-container nav ul {
    display: flex;
    flex-direction: column;
}

.tabs-container nav ul li {
    order: 1;
}

.tabs-container nav ul li.active {
    order: 0;
}

.tabs-container nav ul li.active:after {
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-top: 5px solid #555;
    content: '';
    position: absolute;
    right: 1.5em;
    top: 1.4em;
    z-index: 9999;
}

.tabs-container nav ul li:not(.active) {
    position: absolute;
    top: -999em;
}


.tabs-container nav ul.expanded li.active:after {
    border-top-color: transparent;
    border-bottom-color: #555;
    top: 1em;
}


.tabs-container nav ul.expanded li:not(.active) {
    position: relative;
    top: auto;
}
.show-sm-svg { position: absolute; right: 0; top: 50%; transform: translateY(-50%); line-height: 1;}
@media all and (min-width: 790px) {

    nav.tabs {
        background: transparent;
    }

    .tabs-container nav ul li.active {
        font-weight: bold;
        color: #206060;
    }

    .tabs-container nav ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        white-space: nowrap;
        overflow: hidden;
        border: none;
        padding: 0;
        margin: 0 -1rem;
    }

    .tabs-container nav ul li {
        display: inline-block;
        font-family: 'Avenir Next';
        font-weight: normal;
        margin: 0 1rem 0 1rem;
        padding: 0 0 .2rem 0;
        border: none;
        font-size: 20px;
        color: #A6A6A6;
    }

    .tabs-container nav ul li:not(.active) {
        position: relative;
        top: auto;
    }

    .tabs-container nav ul li.active {
        order: 1;
    }

    .tabs-container nav ul li.active:after {
        display: none;
    }
}

.section-tab-slider { padding-bottom:40px;}

.tab-content {
    display: block;
    opacity: 0;
    transform: scale(0);
    padding: 0px;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.5s linear;
}

.tab-content.current {
    display: inherit;
    position: relative;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s linear;
    transform: scale(1);
}

.tab-slider-warp-main {
    position: relative;
}

.dflex-grid {
    display: flex;
    flex-wrap: wrap;
	padding-top:10px;
}

.dflex-grid .blog-grid-item {
    padding: 15px 30px;
    flex: 1;
}
@media(min-width:1024px){
    
	.dflex-grid .blog-grid-item {padding: 15px 30px;flex: 1;}
	.dflex-grid{ display: flex; flex-wrap: wrap; max-width: 900px; margin: 0 auto; justify-content: flex-start;	}
    .blog-grid-box figure img {  max-height: 606px; object-fit: cover;}
    .tab-content-in-row.item-count1 .dflex-grid .blog-grid-item { max-width: 450px;}
    #tab-4 .item-count1 .blog-grid-list.dflex-grid .blog-grid-box-intro {
    padding-left: 10px;
    padding-right: 10px;
}
.dflex-grid .blog-grid-item  {

        min-width: 450px;
        max-width: 450px;
}
}


@media(min-width:1500px){
.blog-grid-box figure img { 
 max-height: 718px;
 object-fit: cover;
}	
	
}
.blog-grid-box figure {
    margin: 0;
    padding: 0;
}

.blog-grid-box figure img {
    border-radius: 60px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
}

.blog-grid-box-intro {
    padding-top: 50px;
	padding-right:40px;
	padding-left:50px;
}
.blog-grid-list.dflex-grid .blog-grid-box-intro  { padding-left:0px; padding-right:0px; }

.blog-grid-box-intro h4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 26px;
    font-family: 'Avenir Next';
    font-weight: 500;
    color: #000;
    padding-bottom: 25px;
	margin-bottom:0;
}

.blog-grid-box-intro h4 a {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    flex-wrap: wrap;
	font-family: 'Avenir Next';
	 font-size: 26px;
	font-weight: 500;
    justify-content: space-between;
    color: #000;
    text-decoration: none !important;
	
}

.blog-grid-box-intro p {
    font-family: 'Avenir Next';
    font-weight: normal;
    font-size: 16px;
    color: #282828;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.swiper-slide .blog-grid-box-intro {
    transform: scale(0);
    opacity: 0;
    transition: opacity 0.5s linear 0.5s;
}

.swiper-slide.swiper-slide-active .blog-grid-box-intro {
    display: block;
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.5s linear 0.5s;
}

.swiper-container {
    width: 1040px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0 auto;
}
.section-tab-slider h2.section-title { padding-bottom:15px;}
.tab-slider-warp-main {
    width: 100%;
    overflow: hidden;
}

.blog-grid-item {
    width: 490px;
    min-height: 470px;
}

.blog-grid-item img {
    width: 100%;
    height: auto;
    border-radius: 60px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    height: auto;
}


.readmore-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 10px;
}

.readmore-link a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Avenir Next';
    font-weight: 500;
    color: #000;
    font-size: 18px;
    text-decoration: none!important;
}

.readmore-link a span {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.readmore-link a span.arrow-up {
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 10;
    margin: 0;
}

.bolb-circle {
    transform: rotate(0deg);
}

.readmore-link a svg {
    transition: all 0.3s linear;
    transform: rotate(0deg);
}

.readmore-link a svg .shap1s {
    fill: #000;
    transition: all 0.3s linear;
    transform: rotate(0deg);
}

.readmore-link a:hover {
    color: #206060;
}

.readmore-link a:hover svg {
    transition: all 0.3s linear;
}

.readmore-link a:hover svg .shap1s {
    fill: #206060;
    transition: all 0.3s linear;
}

.readmore-link a:hover svg.bolb-circle {
    transform: rotate(80deg);
}

.dflex-grid .arrow-shap {
    margin-right: 1rem;
    transition: all 0.3s linear;
}

.dflex-grid .blog-grid-box figure img {
    transform: scale(1);
    transition: all 0.3s linear;
	width: 100%;
	height: 400px;
}

.dflex-grid .blog-grid-box figure:hover img {
    transform: scale(1.1);
    transition: all 0.35s linear;
	    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.dflex-grid .blog-grid-box-intro h4 a:hover .arrow-shap {
    margin-right: 0rem;
}

/** Founder section **/

.section-founder {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}

.founder-warp1440 {
    max-width: 1560px;
    margin: 0 auto;
}

.founder-row {
    display: flex;
    flex-wrap: wrap;
    min-height: 860px;
}

.col-30px {
    width: 35%;
    flex: 0 0 auto;
    position: relative;
}

.col-70px {
    width: 65%;
    flex: 0 0 auto;
    position: relative;
}

.section-founder h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    font-family: 'FreightTextProMedium';
    padding-left: 0px;
    padding-top: 49px;
	    line-height: 126%;
}

.founter-center-title {
    color: #282828;
    font-family: 'Avenir Next';
    font-weight: 500;
    font-size: 50px;
    position: absolute;
    left: 0px;
    top: 46%;
    transform: translateY(-50%);
    width: 478px;
	    line-height: 126%;
}

.founder-box ul {
    min-height: 860px;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.founder-box ul li {
    list-style-type: none;
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
}

.founder-box ul li:hover {
    z-index: 85;
}

.founder-box ul li.founder-1 {
    left: 280px;
    bottom: auto;
    top: 174px;
    opacity: 1;
}

.founder-box ul li.founder-2 {
    left: 23px;
    bottom: auto;
    top: 7px;
    opacity: 1;
}

.founder-box ul li.founder-3 {
    left: 550px;
    bottom: auto;
    top: 20px;
    opacity: 1;
}

.founder-box ul li.founder-4 {
    left: 556px;
    bottom: auto;
    top: 338px;
    opacity: 1;
}



.founder-box ul li.founder-5 {
    left: 106px;
    bottom: auto;
    top: 425px;
    opacity: 1;
}

.founder-box ul li.founder-6 {
    left: 34px;
    bottom: auto;
    top: 380px;
    opacity: 1;
}

.founder-box ul li .founder-in:hover figure {
    transform: scale(1.5);
}

.founder-row {}

.founder-in {
    position: relative;
}

.founder-in figure {
    margin: 0;
    padding: 0;
    transition: all 0.4s linear;
}

.founder-in figure img {
    max-width: 270px;
    height: auto;
}

.founder-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px;
    border-radius: 60px;
    background-color: #206060;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s linear;
}

.founder-box ul li .founder-in:hover .founder-info {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s linear;
}

.founder-info .founder-name {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: 'Avenir Next';
    line-height: 1.4;
    white-space: nowrap;
}

.founder-info .founder-name strong {
    font-weight: bold;
}

.founder-info .founder-postion {
    font-size: 20px;
    white-space: nowrap;
    color: #fff;
    line-height: 1.4;
    font-weight: normal;
    font-family: 'Avenir Next';
}


.founder-box ul li.founder-1 .founder-info {
    left: 216px;
    bottom: -60px;
}

.founder-box ul li.founder-2 .founder-info {
    left: 216px;
    bottom: -60px;
}

.founder-box ul li.founder-3 .founder-info {
    left: -146px;
    top: 293px;
    bottom: auto;
}

.founder-box ul li.founder-4 .founder-info {
    left: -216px;
    top: 290px;
    bottom: auto;
}

.founder-box ul li.founder-5 .founder-info {
    left: 200px;
    top: 260px;
    bottom: auto;
}

.founder-box ul li.founder-6 .founder-info {
    left: 200px;
    top: 260px;
    bottom: auto;
}

.founder-box ul li.founder-2 .founder-in:hover {
    bottom: auto;
    top: 20px;
}

/*
@media (min-width: 1500px) and (max-width: 1540px){
.hero-caption-align {
    left: -104px !important;
}
}
@media (min-width: 1550px) and (max-width: 1580px){
.hero-caption-align {
    left: -130px !important;
}
}

@media (min-width: 1600px) and (max-width: 1649px){
.hero-caption-align {
    left: -150px !important;
}
}
@media (min-width: 1650px) and (max-width: 1682px){
.hero-caption-align { left: -193px !important;}
}

@media(min-width:1700px) and (max-width:1800px) {
.hero-caption-align { left:-188px!important;}
}

@media(min-width:1480px) and (max-width:1800px) {
.min-max-content { max-width:1400px; margin:0 auto;}
.padding-col-50px { padding-top:50px; padding-bottom:20px;}
}*/
.desk-popup-nav .plus-tabs-nav { display: flex; flex-wrap: wrap;}

ul#menu-popup-menu-desk li > a {
	font-family: 'Avenir Next', Sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    padding: 6px 0px;
    display: block;
	color:#000;
}

@media(min-width:1200px) and (max-width:1599px){
	.blog-grid-item {width: 370px;	}
.blog-grid-box-intro {
 padding-right: 0px;
    padding-left: 0px;
}	
}

@media(min-width:1600px) and (max-width:1800px){
	.blog-grid-item {width: 400px;	}
.blog-grid-box-intro {
 padding-right: 15px;
    padding-left: 0px;
}	
}



@media(min-width:1400px)and (max-width:1850px){
.hero-caption-warp .hero-caption-align { left:0!important}
.founder-warp1440 { max-width: 1406px; margin: 0 auto;}

.fiancr-topwarp { max-width: 1450px!important; margin: 0 auto;}
}
@media(min-width:1650px)and (max-width:1850px){
	.custom-warp { max-width: 1397px; margin: 0 auto;}
}

@media(min-width:1600px)and (max-width:1649px){
.custom-warp {
    max-width: 1357px;
    margin: 0 auto;
}
	
}
@media(min-width:1480px) and (max-width:1800px) {
.padding-col-50px { padding-top:50px; padding-bottom:20px;}	
}

@media(max-width:1600px){
.section-founder h2,.gutter-left-45 { padding-left:20px;}
.founter-center-title { left:20px;}
.fiancr-topwarp { padding-left:30px; padding-right:30px;}	
}
@media(min-width:1540px)and (max-width:1599px){
.fiancr-topwarp { padding-left:40px; padding-right:40px;}	
.custom-warp {
    max-width: 1343px;
    margin: 0 auto;
}
.founder-warp1440 {
    max-width: 1378px;
    margin: 0 auto;
}
}
@media (min-width: 1400px) and (max-width: 1499px){
.fiancr-topwarp { max-width: 1270px !important; margin: 0 auto;}
.fiancr-topwarp {
    padding-left: 0;
    padding-right: 0;
}	

.custom-warp {
    max-width: 1249px;
    margin: 0 auto;
}
.founder-warp1440 {
    max-width: 1282px;
    margin: 0 auto;
}
}

@media(max-width:1399px){
.custom-warp {
    max-width: 1356px;
    margin: 0 auto;
}	
	
	
}

@media(max-width:1440px) {
    .founder-warp1440 {
        max-width: 1300px;
        margin: 0 auto;
    }

    .founder-box ul li .founder-in:hover figure {
        transform: scale(1.3);
    }

    .founder-box ul li.founder-1 .founder-info {
        left: 117px;
        bottom: -90px;
    }

    .founder-box ul li.founder-1 {
        left: 281px;
        bottom: auto;
        top: 186px;
        opacity: 1;
    }

    .section-founder h2 {

        padding-left: 20px;
        padding-top: 49px;
    }

    .founter-center-title {
        left: 20px;
    }
}
.tab-menu-list ul.elementor-icon-list-items li.elementor-icon-list-item a { position: relative;}
@media (min-width: 1400px) and (max-width: 1550px){
 #elementor-popup-modal-936 .dialog-message {width: 610px!important;}
 #elementor-popup-modal-936 .elementor-936 .elementor-element.elementor-element-c080637 { --width: 82.6%; width:82.6%!important; }
}


@media (min-width: 1260px) and (max-width: 1399px){
 #elementor-popup-modal-936 .dialog-message {width: 530px!important;}
 #elementor-popup-modal-936 .elementor-936 .elementor-element.elementor-element-c080637 { --width: 90%; width:90%!important; }
}

@media (min-width: 1440px) and (max-width: 1479px){
.hero-caption-warp .hero-caption-align {
    left: -28px !important;
}
.fiancr-topwarp { padding-top:50px;}	
.elementor-97 .elementor-element.elementor-element-a203590::before { background-position: 0px 400px;}	
}
@media (min-width: 1400px) and (max-width: 1439px){
	
.hero-caption-warp .hero-caption-align { left: -40px !important;}
.fiancr-topwarp { padding-top:50px;}	
.elementor-97 .elementor-element.elementor-element-a203590::before { background-position: 0px 430px;}
	
}

@media (min-width: 1480px) and (max-width: 1680px){
	
	.elementor-97 .elementor-element.elementor-element-a203590::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-a203590 > .e-con-inner > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-a203590 > .e-con-inner > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
		background-position: 0px 396px!important;
	}
	
	
}

@media (min-width: 1400px) and (max-width: 1479px){
	
.elementor-97 .elementor-element.elementor-element-a203590::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-a203590 > .e-con-inner > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-a203590 > .e-con-inner > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {background-position: 0px 440px!important;}
	
	
}

@media (min-width: 1279px) and (max-width: 1399px){
	
	.elementor-97 .elementor-element.elementor-element-a203590::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-a203590 > .e-con-inner > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-a203590 > .e-con-inner > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-a203590 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
		background-position: 0px 462px!important;
	}
	
	
}


@media(max-width:1399px) {
 .founder-warp1440 {  max-width: 1250px; margin: 0 auto; }
.founder-box ul li.founder-4 .founder-info { left: -256px; top: 214px; bottom: auto; }
.founder-box ul { min-height: 900px;}
.founder-box ul li.founder-5 .founder-info { left: -284px; top: 227px; bottom: auto; }
.section-tab-slider .custom-warp { padding-left:30px; padding-right:30px;}
	
}

/*
@media(max-width:1280px) {
.founder-warp1440 {  max-width: 1180px; margin: 0 auto; }
.founder-box ul li.founder-4 { left: 556px; bottom: auto;top: 398px;  opacity: 1;}
.founder-box ul li.founder-4 .founder-info { left: -306px; top: 174px;  bottom: auto; }
.founder-box ul li.founder-3 .founder-info {  left: -183px;  top: 227px;  bottom: auto;}
.founder-box ul li.founder-2 .founder-info { left: 147px;  bottom: -119px; }
}
*/
@media(max-width:1260px) {
 .founder-box ul li.founder-1 .founder-info { left: 43px; bottom: -90px; }
.founder-box ul li.founder-3 .founder-info { left: -214px; top: 227px; bottom: auto; }
.founder-box ul li.founder-4 .founder-info { left: -352px; top: 174px; bottom: auto; }
}

@media(min-width:1400px) and (max-width:1499px) {
.founder-box {  transform: scale(0.9);}
}

@media(min-width:1280px) and (max-width:1399px) {
.founder-box {  transform: scale(0.8);}
}
@media(max-width:1279px) {

    .col-30px {
        width: 100%;
        flex: 0 0 auto;
        position: relative;
    }

    .col-70px {
        width: 100%;
        flex: 0 0 auto;
        position: relative;
    }

    .founter-center-title {
        position: static;
        transform: translate(0);
        padding-left: 20px;
        width: 100%;
        padding-bottom: 25px;
        padding-top: 15px;
    }

    .section-founder h2 {
        padding-left: 20px;
        padding-top: 30px;
    }

    .founder-box ul {
        display: flex;
        flex-wrap: wrap;
    }

    .founder-box ul li {
        width: 50%;
        padding: 1rem;
        flex: 0 0 auto;
    }

    .founder-box ul li.founder-1,
    .founder-box ul li.founder-2,
    .founder-box ul li.founder-3,
    .founder-box ul li.founder-4,
    .founder-box ul li.founder-5,
    .founder-box ul li.founder-6,
    .founder-box ul li {
        position: static;
    }

    .founder-box ul li .founder-in:hover figure {
        transform: scale(1);
    }

    .founder-box ul li .founder-in .founder-info {
        transform: scale(1);
        opacity: 1;
        position: static;
        width: 100%;
        text-align: center;
        background-color: transparent;
        padding: 0;
        border: 0;
        border-radius: 0;
        padding: 15px 0;
    }

    .founder-info .founder-name {
        color: #282828;
        white-space: inherit;
    }

    .founder-info .founder-postion {
        color: #282828;
        white-space: inherit;
    }

    .founder-in figure {
        text-align: center;
    }

 .founder-in figure img { max-width: 100%; height: auto;}
	
.section-founder h2,.gutter-left-45 { padding-left:20px;}
.founter-center-title { left:20px;}
.section-tab-slider .custom-warp,.fiancr-topwarp { padding-left:20px; padding-right:20px;}	
.gap-col { width: 1px;padding: 0;border-left: solid 1px #f2f2f2;}
.swiper-container { width:98%;}
	
}

.footer-logo-sm img { max-width:112px; height:auto;}

@media(min-width:768px) {
    .show-sm-svg { display:none!important;}
    
    .logo-mobile-view {
        display: none;
    }

    .nav-close-menu {
        justify-content: flex-end;
    }

    .pop-menu-warp h4,
    .sm-view-content,
    .sm-arrow,
    .nav-style ul li a .sm-arrow {
        display: none;
    }

    .hidden-large {
        display: none;
    }
	.mobile-btn-svg {display:none!important; }
}

@media(max-width:990px) {
 .logo-desk-view {left: -214px;}
 .menu-panel { max-width: 550px; padding: 40px 0px; }	
}
@media(min-width:768px) and (max-width:990px) {
	
	.dflex-grid .blog-grid-box-intro h4 a,	.dflex-grid .blog-grid-box-intro h4 { font-size: 20px;}
	.dflex-grid .blog-grid-box figure img { max-height: 500px; object-fit: cover;}
}
@media(max-width:789px) {
    
   .tabs-container nav ul li {font-family: 'FreightTextProMedium';  font-weight: 500;  font-style: normal;}
    
}
   
@media(max-width:767px) {
 
    .tabs-container nav ul li {
    font-family: 'FreightTextProMedium';
    font-weight: 500;
    font-style: normal;
}
	.footer-logo-sm img { max-width:94px; height:auto;}
	.footer-normal { position:static!important; background:#fff; }
	.section-tab-slider .custom-warp { padding-top:20px;}
	.hidden-small { display:none;}
	.desktop-btn-svg { display:none!important; }
	.blog-grid-box-intro h4 {
		font-weight: 600;
		margin-bottom: 0;
		font-size:16px;
		 padding-bottom: 10px;
		font-family: 'Avenir Next Demi';
	}
	.blog-grid-box-intro h4 a {
		font-weight: 600;
		font-family: 'Avenir Next Demi';
		font-size:16px;
		   
	}
    .menu-panel {
        max-width: 100%;
        padding: 0px 0px;
        width: 100%;
    }

    .logo-desk-view, .btn-title { display: none;}

    .nav-close-menu {
        height: 80px;
        border-bottom: solid 1px #f2f2f2;
        padding-bottom: 0;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 35px;
        padding: 0 20px;
    }

    .pop-menu-warp {
        padding: 0px 20px;
    }

    .nav-style {
        padding: 14px 20px;
    }

    .nav-style.mid-nav:before,
    .nav-style.mid-nav:after {
        display: none;
    }

    .nav-style.mid-nav {
        border-bottom: solid 1px #f2f2f2;
        border-top: solid 1px #f2f2f2;
    }

    .nav-style ul li a,
    .nav-style.nav-size-large ul li a {
        font-family: 'Avenir Next';
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    .sm-view-content {
        padding-bottom: 15px;
        border-top: solid 1px #f2f2f2;
        padding-top: 15px;
    }

    .tab-nav-pills {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .tab-nav-pills a {
        border: solid 1px #f2f2f2;
        border-radius: 30px;
        font-size: 14px;
        color: #5A5A5A;
        padding: 10px 15px;
        min-width: 80px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        background-color: #fff;
        align-items: center;
    }

    .tab-nav-pills a+a {
        min-width: 180px;
    }

    .tab-nav-pills a:hover {
        background-color: #206060;
        color: #fff;
        border-color: #206060;
    }

    .swiper-container {
        display: none;
    }

    .menu-panel-in {
        height: Calc(100vh - 115px);
        overflow-x: auto;
        width: 100%;
    }

    .dflex-grid .blog-grid-item {
        height: auto;
        padding: 0rem 1rem;
    }

    .blog-grid-box-intro h4 {
        font-size: 18px;
    }

    .blog-grid-box-intro h4 .arrow-shap {
        display: none;
    }

    .dflex-grid .blog-grid-item .blog-grid-box {
        padding: 1.5rem 0;
    }

    .blog-grid-box-intro p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .tabs-container nav ul {
        border-radius: 8px;
    }

    .dflex-grid .blog-grid-item {
        flex: 0 0 auto;
        width: 100%;
    }

    .founder-box ul li {
        width: 100%;
        padding: 0rem 1rem;
        flex: 0 0 auto;
    }

    .founter-center-title {
        font-size: 30px;
    }

    .founder-info .founder-name {
        color: #282828;
        white-space: inherit;
        font-size: 16px;
    }

    .founder-info .founder-postion {
        color: #282828;
        white-space: inherit;
        font-size: 16px;
    }

    .founder-in {
        padding-top: 25px;
        padding-bottom: 25px;
        border-top: solid 1px #f2f2f2;
    }

    .founder-box ul li .founder-in .founder-info {
        padding-bottom: 0;
    }
	
	.readmore-link {     justify-content: center;}
.readmore-link a .icon-arrow {display:none; }
.readmore-link a {     background-color: #000;
    color: #fff;
    min-height: 54px;
    padding: 10px 25px;
   	width:100%;
    border-radius: 28px;
	text-align: center;
    justify-content: center;
    align-items: center;
	}
	
.section-tab-slider .custom-warp { padding-left:10px; padding-right:10px;}	
	
	.founter-center-title { padding-left:0;     line-height: 1.3;}
	.sm-mobile-menu ul.sm-vertical li a { display:flex; align-items:center; justify-content:space-between!important; }
	.sm-footer-arrow h2.elementor-heading-title a { text-decoration:none!important;  width: 100%; display: block;
    text-align: left;  }
	.sm-font-change .elementor-button {font-family: "AvenirNext", Sans-serif!important; font-size: 18px!important; font-weight: 500!important; line-height: 24.59px!important;  display: block; width: 100%; text-align: left; }
	.elementor-45 .elementor-element.elementor-element-9631da5 .elementor-heading-title {text-decoration:none!important; }
	.sm-icon-arrow .elementor-button-link .elementor-button-icon { display:none!important;}
	.sm-icon-arrow .elementor-button-link{width: 100%; display: block;  text-align: left; }
	.mobile-menu-set ul.sm-vertical li a { display:flex; width: 100%; align-items:center; justify-content:space-between!important; }
	.sm-grid-icon .elementor-icon-box-wrapper {display: flex; align-items: center; justify-content: space-between;}
	.sm-grid-icon .elementor-icon-box-wrapper .elementor-icon-box-icon { order:2;     line-height: 1;}
	.sm-grid-icon .elementor-icon-box-wrapper .elementor-icon-box-content { order:1}
	.sm-grid-icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title { margin:0!important;}
.sm-grid-icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title  a { color:#000;}
	
.tab-menu-list  ul.elementor-icon-list-items li a { display:flex; align-items:center; justify-content:space-between!important;   width: 100%;}
	#popup-show-btn { width:100%; background-color:#fff; color:#000; border-radius:30px; text-align:center;}
	#popup-show-btn .elementor-button-icon { display:none;}
	.founter-center-title, .sm-font-change .elementor-widget-container h2.elementor-heading-title {  font-family: 'Avenir Next Demi'!important;font-weight: 600!important; font-style: normal;}
}

@media(min-width:640px) and (max-width:767px) {
.dflex-grid .blog-grid-box figure img,.blog-grid-box figure img { max-height: 400px; object-fit: cover;}	
	
}
@media(max-width:639px) {
	.elementor-976 .elementor-element.elementor-element-f381664 { border-bottom:solid 1px #f2f2f2;}
	.founder-box ul li { padding-left:0; padding-right:0;}
	.dflex-grid .blog-grid-box figure:hover img { transform: scale(1);}
	.blog-grid-box figure img {  border-radius: 40px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);}
	.dflex-grid .blog-grid-item .blog-grid-box { padding: 2.2rem 0; padding-bottom: 1.9rem;}	
	.dflex-grid .blog-grid-box figure:hover img { box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
	.founder-box ul li.founder-1 .founder-in { border-top:0;}
	.section-founder h2 { padding-top:0; margin-bottom: 0;}
	.section-tab-slider .custom-warp, .fiancr-topwarp { padding-left: 0px; padding-right: 0px;}
.section-founder h2, .gutter-left-45 { padding-left: 0px;}
.dflex-grid .blog-grid-item { padding-left:0; padding-right:0;}
.dflex-grid .blog-grid-item {width: 100%; height: auto; }
.dflex-grid .blog-grid-item img {max-height: 300px; object-fit: cover; }
.dflex-grid .blog-grid-item+.blog-grid-item .blog-grid-box { border-top: solid 1px #f2f2f2;}
.blog-grid-box-intro { padding-top: 30px; }
.blog-grid-item {  width: 100%; min-height: 420px; }
.blog-grid-box-intro h4 {font-weight: 600; margin-bottom: 0; padding-bottom: 10px;font-size:16px;font-family: 'Avenir Next Demi';}
.blog-grid-box-intro h4 a {	font-weight: 600; font-family: 'Avenir Next Demi'; font-size:16px; padding-bottom: 0px;}
	.section-founder { padding-bottom:20px;}
	.footer--guter-25 { padding-left:25px;}
	.section-tab-slider h2.section-title { font-size:18px; line-height: 45px;}
	.dflex-grid.hidden-large { padding-top:0;}
	.dflex-grid.hidden-large .blog-grid-item:first-child .blog-grid-box { padding-top:15px!important;}
	
}


@media(max-width:430px) {
    .dflex-grid .blog-grid-item img {
        max-height: 298px;
        object-fit: cover;
    }
}
@media(max-width:375px) {
	.hero-caption-align { width:115%;}
	.elementor-97 .elementor-element.elementor-element-a203590::before {     background-position: -59px 140px;}
	
}
@media(max-width:359px) {
	.hero-caption-align { width:122%;}
	
}


.desk-popup-nav ul.plus-tabs-nav { display: flex; align-items: center; flex-wrap: wrap;}

.desk-popup-nav ul.plus-tabs-nav li {border-left:solid 1px transparent;line-height:1;}
.desk-popup-nav ul.plus-tabs-nav li + li { border-left-color:#747474;}
.desk-popup-nav .theplus-tabs-content-wrapper .plus-tab-content { display: none; opacity: 0;}

.desk-popup-nav .theplus-tabs-content-wrapper .plus-tab-content.elementor-current-tab { display: block; opacity: 1;}
.desk-popup-nav ul.plus-tabs-nav li.is-active > div span, .desk-popup-nav ul.plus-tabs-nav li.is-active div { color:#206060; font-weight:bold;}
.desk-popup-nav .elementor-tab-mobile-title { display:none;}
.desk-popup-nav .theplus-tabs-content-wrapper .plus-tab-content { display: none;  opacity: 1;}
.desk-popup-nav .theplus-tabs-content-wrapper .plus-tab-content.elementor-current-tab { display: block;  opacity: 1;}
.menu-popup-is-active-part div { opacity: 0; transform: scale(0);}
body.dialog-prevent-scroll .header-col-menu div { opacity: 0; transform: scale(0);}
.desk-popup-nav.mobile-tab-scrolling ul.plus-tabs-nav li { border-left:0; flex:0 0 auto; padding-bottom:10px;}
.desk-popup-nav.mobile-tab-scrolling ul.plus-tabs-nav{display: flex; flex-wrap: nowrap;  overflow: auto;}
.desk-popup-nav.mobile-tab-scrolling .plus-content-editor { padding-top:20px; padding-bottom:20px;}
.desk-popup-nav.mobile-tab-scrolling ul.plus-tabs-nav li.is-active > div {background:#206060;}
.desk-popup-nav.mobile-tab-scrolling ul.plus-tabs-nav li.is-active > *, .desk-popup-nav.mobile-tab-scrolling ul.plus-tabs-nav li.is-active { color: #fff; font-weight: bold;}
.desk-popup-nav.mobile-tab-scrolling ul.plus-tabs-nav li.is-active > div span, .desk-popup-nav.mobile-tab-scrolling ul.plus-tabs-nav li.is-active div { color: #fff; font-weight: bold;}
.tab_custom-vertical.elementor-widget-tabs .elementor-tab-desktop-title { padding: 7px 0px;}
.tab_custom-vertical .elementor-tabs-content-wrapper p { font-family: 'Avenir Next'; font-weight: 500; font-style: normal; line-height:1.3;}
.freight-text-semi .elementor-heading-title { font-family: 'FreightTextProSemibold' !important;  font-weight: 600 !important; font-style: normal; }
.avenir-demibold .elementor-heading-title  { font-family: 'Avenir Next Demi'!important; font-weight: 600 !important; font-style: normal;}

.freight-text-promed .elementor-heading-title {  font-family: 'FreightTextProMedium'!important;  font-weight: 500!important;font-style: normal; }
.avenirNext-med .elementor-heading-title { font-family: 'Avenir Next'!important; font-weight: 500!important; font-style: normal;}
.avenirNext-bold {font-family: 'Avenir Next'!important; font-weight: 500!important; }

#sec_gradendcolor {
background: rgba(235,255,255,0.7);
background: -moz-linear-gradient(45deg, rgba(235,255,255,0.7) 0%, rgba(141,224,224,0.67) 53%, rgba(235,255,255,0.65) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(235,255,255,0.7)), color-stop(53%, rgba(141,224,224,0.67)), color-stop(100%, rgba(235,255,255,0.65)));
background: -webkit-linear-gradient(45deg, rgba(235,255,255,0.7) 0%, rgba(141,224,224,0.67) 53%, rgba(235,255,255,0.65) 100%);
background: -o-linear-gradient(45deg, rgba(235,255,255,0.7) 0%, rgba(141,224,224,0.67) 53%, rgba(235,255,255,0.65) 100%);
background: -ms-linear-gradient(45deg, rgba(235,255,255,0.7) 0%, rgba(141,224,224,0.67) 53%, rgba(235,255,255,0.65) 100%);
background: linear-gradient(45deg, rgba(235,255,255,0.7) 0%, rgba(141,224,224,0.67) 53%, rgba(235,255,255,0.65) 100%);
}
#shap-btn { display: inline-flex; align-items: center;}
#shap-btn svg { width:40px!important; height:auto;}
#shap-btn .elementor-button-icon { line-height:1;}
#shap-btn .elementor-button-content-wrapper{align-items: center;}
.btn-black-style .elementor-button .elementor-button-content-wrapper { display:inline-flex; align-items: center;}
.btn-black-style .elementor-button .elementor-button-content-wrapper .elementor-button-icon { line-height:1!important;}
.btn-black-style .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg { width:40px!important; height:auto!important;}
.btn-black-style .elementor-button .elementor-button-content-wrapper .elementor-button-text {font-family: 'Avenir Next'!important; font-weight: 500!important; font-style: normal; }
.pera_intro-text p strong { font-size:21px; font-family: 'Avenir Next'!important;  font-weight: bold!important;  font-style: normal;} 
#elementor-popup-modal-1093 .dialog-widget-content {box-shadow: none !important; background-color: transparent !important;}
@media(min-width:768px){
	.elementor-element-966517a{display:none!important;}

}
@media(min-width:990px)and (max-width:1023px){
     .tab-slider-warp-main .dflex-grid .blog-grid-box figure img {  max-height: 320px; object-fit: cover; }
 .tab-content-in-row.item-count1 .dflex-grid .blog-grid-item {
        max-width: 450px;
         min-width: 450px;
    }
}
@media(min-width:768px)and (max-width:991px){
 .welth-arch-overlayer:before { background-size: 100% 600px !important; background-position: top left -5px !important;}
 .welth-arch-overlayer { --width: 56%!important;}
 .tab-slider-warp-main .dflex-grid .blog-grid-box figure img {  max-height: 320px; object-fit: cover; }
 .tab-content-in-row.item-count1 .dflex-grid .blog-grid-item {
        max-width: 450px;
         min-width: 450px;
    }
}
@media(min-width:992px)and (max-width:1365px){
  .welth-arch-overlayer:before {background-size: 100% 740px !important; background-position: top left -3px !important;}
 .welth-arch-overlayer { --width: 56%!important;}
}

@media(min-width:1366px)and (max-width:1599px){
	.welth-arch-overlayer:before {background-size: 100% 740px !important; background-position: top left -3px !important;}
   .welth-arch-overlayer { --width: 56%!important;}
}

@media(min-width:1600px)and (max-width:1922px){
	.welth-arch-overlayer { --width: 50%!important;}
	.welth-arch-overlayer:before {background-size: 100% 766px!important;background-position: top left!important;}
}
@media(min-width:1367px) and (max-width:1600px){
.max1600gutter{ padding-left:80px; padding-right:80px;}
}

@media(min-width:1000px) and (max-width:1199px){
    .blog-grid-item {
    width: 430px;
   
}
.blog-grid-box-intro h4 a { font-size:24px;}
}


@media(max-width:767px){
.welth-arch-overlayer { left:auto; bottom:0;}
.welth-hero-main .e-con-inner {padding-top: 660px;} 
.welth-arch-overlayer { top: auto !important; bottom: 0; min-height: 55%;}
.sm-align-left .elementor-button-text { text-align:left!important; line-height: 1.3!important;}
	.elementor-location-header { border-bottom:solid 1px #f2f2f2;}
	
.fsmaibold-reg {
 font-family: 'FreightTextProSemibold'!important;
	font-weight: 600!important;
    font-style: normal;
}	
	.ava-med-sm {  font-family: 'Avenir Next'!important;   font-weight: 500!important;font-style: normal;}
	.ava-med-bold {  font-family: 'Avenir Next'!important;   font-weight: 700!important;font-style: normal;}
}
@media (max-width: 580px) {
.welth-hero-main .e-con-inner { padding-top: 470px;}
.welth-arch-overlayer { top: auto !important; bottom: 0; min-height: 65%;} 
	
    
}
@media (max-width: 420px) {
.welth-hero-main .e-con-inner { padding-top: 448px;}
.welth-arch-overlayer { top: auto !important; bottom: 0; min-height: 65%;} 
    
}
@media (max-width: 395px) {
.welth-arch-overlayer {
        top: auto !important;
        bottom: 0;
        min-height: 70%;
    }
	    .welth-hero-main .e-con-inner {
        padding-top: 390px;
    }
}

.fade_slider-cm figure { text-align:right!important;}
@media(min-width:1200px) and (max-width:1280px){
	.min-height-adj { min-height:1105px!important}
}
@media(min-width:1400px) and (max-width:1449px){
	.min-height-adj { min-height:1085px!important}
}
@media(min-width:1450px) and (max-width:1499px){
	.min-height-adj { min-height:1100px!important}
}
@media(min-width:1500px) and (max-width:1699px){
	.min-height-adj { min-height:1130px!important}
}
@media(min-width:1700px) and (max-width:1800px){
	.min-height-adj { min-height:1130px!important}
}
@media(min-width:1801px) and (max-width:1940px){
	.min-height-adj { min-height:1160px!important}
}


#elementor-popup-modal-1079 .dialog-widget-content {     box-shadow: none; background-color: transparent;}

#elementor-popup-modal-1079 .dialog-widget-content #field_1_9 .gfield_consent_label {     font-family: "AvenirNext", Sans-serif; color:#fff; font-size:14px;     }
#elementor-popup-modal-1079 .dialog-widget-content #field_1_9 .gfield_consent_label a { color:#fff;     font-family: "AvenirNext", Sans-serif; font-size:14px!important; text-decoration: underline; cursor: pointer; }

.contact-form .gform_footer { position: relative;}
.contact-form .gform_button.button { 
	background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -34px;
        font-family: 'Avenir Next';  font-weight: 500; font-style: normal;
            min-width: 170px;
    min-height: 48px;
}
.contact-form .gfield_required.gfield_required_text { display:none!important;}

.contact-form .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message { display:none!important;}


@media(max-width:767px){
    
  .contact-form .gform_button.button {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 25px;
}  
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 78px !important;
}
	
	.contact-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 2;
        min-height: 55px!important;
    }
    
.contact-form .gform_wrapper.gravity-theme .gform_fields {
    display: flex!important;
    flex-wrap: wrap;
    margin: 0 -4px !important;
}
.contact-form .gfield.gfield--width-full, .contact-form .gfield.gfield--width-half { width:100% !important; padding:2px 10px;}



.contact-form #field_1_2.gfield.gfield--width-half { width:50%!important;}
.contact-form #field_1_3.gfield.gfield--width-half { width:50%!important;}    
  
.tab-menu-list ul.elementor-icon-list-items li.elementor-icon-list-item a,
.mobile-menu-set .elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item,
.sm-grid-icon .elementor-icon-box-title a	{  font-family: 'AvenirNext-DemiBold'!important;  font-weight: normal!important; font-style: normal!important;}	
.sm-mobile-menu ul.sm-vertical li a,.sm-icon-arrow .elementor-button-link .elementor-button-text,.sm-font-change .elementor-button .elementor-button-text,.sm-footer-arrow h2.elementor-heading-title a {font-family: 'AvenirNext-DemiBold'!important;  font-weight: normal!important; font-style: normal!important;}    
.no-bg-sm-repeat { background-image: none!important;}	

.sm-icon-arrow .elementor-button-link .elementor-button-content-wrapper,
.sm-font-change .elementor-button .elementor-button-content-wrapper
 { justify-content: flex-start;}
 
#sm-up-arrow-warp ul.sm-vertical li.menu-item-object-custom a,.sm-mobile-menu ul.sm-vertical li.menu-item-object-custom a {
        display: flex!important;
        padding-right: 20px!important;
        position: relative;
}
#sm-up-arrow-warp ul.sm-vertical li.menu-item-object-custom a .show-sm-svg,.sm-mobile-menu ul.sm-vertical li.menu-item-object-custom a .show-sm-svg { display:none!important}
#sm-up-arrow-warp ul.sm-vertical li.menu-item-object-custom a:after,.sm-mobile-menu ul.sm-vertical li.menu-item-object-custom a:after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" ><rect width="16" height="16" fill="none"></rect><line x1="64" x2="192" y1="192" y2="64" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="24"></line><polyline fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="24" points="88 64 192 64 192 168"></polyline></svg>') no-repeat;
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 10;
    opacity: 1 !important;
    background-color: transparent !important;

}
#sm-up-arrow-warp ul.sm-vertical li.menu-item-object-custom a:after{
        right: 4px;
        top: 13px;    
    
}
.svg-full { width:100%; height:auto;}	
}

.sm-br-show .elementor-heading-title {font-family: 'AvenirNext-DemiBold'!important;  font-weight: normal!important; font-style: normal!important; }

@media(min-width:768px){
	.btn-black-style .elementor-button .elementor-button-content-wrapper .elementor-button-text br,.btn-black-style .elementor-button .elementor-button-content-wrapper .elementor-button-text br { display:none;}
	.sm-br-show .elementor-heading-title br { display:none;}
.btn-white-style .elementor-button .elementor-button-content-wrapper .elementor-button-text br,.btn-white-style .elementor-button .elementor-button-content-wrapper .elementor-button-text br { display:none;}	
}
@media(max-width:370px){
.contact-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height: 2; min-height: 45px!important; }
.contact-form #field_1_2.gfield.gfield--width-half { width:100%!important;}
.contact-form #field_1_3.gfield.gfield--width-half { width:100%!important;}  
}


.desk-popup-nav ul.plus-tabs-nav li > * {cursor: pointer!important; }
@media(min-width:1215px)and (max-width:1278px){
    
    .home-bubble-container:before {background-position: -3px 475px !important;}
    .home-bubble-title .elementor-heading-title { font-size: 52px!important;}
}
@media(min-width:1100px)and (max-width:1214px){
    
    .home-bubble-container:before {background-position: -1px 515px !important;}
    .home-bubble-title .elementor-heading-title { font-size: 52px!important;}
}
@media(min-width:1025px)and (max-width:1099px){
    
    .home-bubble-container:before { background-position: 0px 535px!important;}
    .home-bubble-title .elementor-heading-title { font-size: 52px!important;}
}
@media(min-width:490px)and (max-width:767px){
           
 .home-bubble-container:before { background-position: -101px 124pximportant;}
}
@media(min-width:376px)and (max-width:405px){
    
    .home-bubble-container:before { background-position:-50px 124px!important; }     
}

@media(min-width:300px)and (max-width:350px){
     
  .home-bubble-container:before {background-position: -40px 152px!important; }   
.home-bubble-title .elementor-heading-title { font-size: 30px!important;}
}
@media(max-width:430px){
    .shap-align-sm-assets-m { margin-top:0!important;}
   .svg-pv-welth {margin-top:30px!important; } 
}
@media(max-width:414px){
    .shap-align-sm-assets-m { margin-top:0!important;}
   .svg-pv-welth {margin-top:28px!important; } 
}

@media(max-width:390px){
    .shap-align-sm-assets-m { margin-top:-8px!important;}
     .svg-pv-welth {margin-top:0px!important; } 
}
@media (max-width: 375px) {
    .shap-align-sm-assets-m {
        margin-top: -12px !important;
        .svg-pv-welth {margin-top:-5px!important; } 
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
 .blog-grid-box figure img {border-radius: 40px; }
 .blog-grid-box-intro h4 a { font-size:20px;}
 .blog-grid-box-intro { padding-right: 35px; padding-left: 35px; padding-top:35px; }
}
@media (min-width: 1600px) and (max-width: 1800px){
.blog-grid-box figure img {border-radius: 40px; }
.blog-grid-box-intro h4 a { font-size:22px;}
.blog-grid-box-intro { padding-right: 40px; padding-left: 40px; padding-top:40px; }
}


.sm-svg svg, .sm-svg2 svg { max-width:100%; height:auto;}
.sm-svg2 svg { max-width:100%; height:auto;}
  

a:hover {
  color: #206060;
}

/*@media(min-width:1200px){
    .menu-popup-is-active .p-col-h .elementor-element{ opacity: 0; }
    .menu-popup-is-active .p-col-full .elementor-widget-container { text-align: right; }
    .menu-popup-is-active .header-main { width:calc(100% - 696px);}
    #cmtab1 { min-height:114px;}
}*/
  