/*init*/
html, body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body{
  opacity:0;
  transition: opacity 1s ease-in-out;
}
*{
  box-sizing: border-box;
}  
p,h1,h2,h3,h3,h5,h6{
  margin: 0;
}
a{
  text-decoration: none;
}
ul, li{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Modern browsers */
::placeholder {
  color: #fff;
  opacity: 1; /* Ensures it’s fully white, not faded */
}

/* Older WebKit browsers */
::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

/* Firefox */
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Internet Explorer 10–11 */
:-ms-input-placeholder {
  color: #fff;
}

/* Microsoft Edge (legacy) */
::-ms-input-placeholder {
  color: #fff;
}

/*font family*/
body,
.geo{
    font-family: "Geologica", sans-serif;
}
.inter{
    font-family: "Inter", sans-serif;
}
.mont{
    font-family: "Montserrat", sans-serif;
}
/*alignment*/
.ai-center{
    align-items: center;
}
.ai-baseline{
    align-items: baseline;
}
.ai-flex-start{
    align-items: flex-start;
}
/*position*/
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.fixed{
    position: fixed;
}
.static{
    position: static;
}
.sticky{
    position: sticky;
}
/*background-color*/
.bg-black{
    background-color: #000;
}
.bg-gray-1{
    background-color: #9CA3AF;
}
.bg-gray-2{
    background-color: #F2F2F2;
}
.bg-blue-1{
    background-color: #7AC1E5;
}
.bg-blue-2{
    background-color: #2E90DA;
}
.bg-blue-3{
    background-color: #86CCEF;
}
.bg-blue-4{
    background-color: #35B1EF;
}
.bg-dark-1{
    background-color: #2B4760;
}
/*font color*/
.black{
    color: #000;
}
.white{
    color: #fff;
}
.color-222{
    color: #222222;
}
.lt-blue-1{
    color: #6EA8EC;
}
.lt-blue-2{
    color: #7AC1E5;
}
.dark-1{
    color: #2B4760;
}
.dark-2{
    color:#252C32;
}
/*text-align*/
.align-center{
    text-align: center;
}
@media screen and (max-width: 767px){
    .xs-align-center{
        text-align: center;
    }    
}
/*font-size*/

.fs15{
    font-size: 15px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs24{
    font-size: 24px;
}
.fs26{
    font-size: 26px;
}

.fs30{
    font-size: 30px;
}
.fs31{
    font-size: 31px;
}
.fs32{
    font-size: 32px;
}
.fs40{
    font-size: 40px;
}
.fs48{
    font-size: 48px;
}
.fs56{
    font-size: 56px;
}
.fs64{
    font-size: 64px;
    line-height: 64px;
}
.fs84{
    font-size: 84px;
}
.fs86{
    font-size: 86px;
}
@media screen and (max-width: 767px){
    .xs-fs13{
        font-size: 13px;
    }
    .xs-fs22{
        font-size: 22px;
    }
    .xs-fs25{
        font-size: 25px;
    }
    .xs-fs30{
        font-size: 30px;
    }
    .xs-fs40{
        font-size: 40px;
    }
    .xs-fs44{
        font-size: 44px;
    }
    .xs-fs48{
        font-size: 48px;
    }
    .xs-fs50{
        font-size: 50px;
    }
}
/*font-weight*/
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
/*letter-spacing*/

@media screen and (min-width:768px){
    .ls-2px{
        letter-spacing: 2px;
    }

}

/*border-left*/

.bl-blue{
    border-left: 3px solid #4094F7;
}
/*border-top*/
.bt1gray{
    border-top: 1px solid #D1D1D1;
}
/*border-bottom*/
.bb1gray{
    border-bottom: 1px solid #D1D1D1;
}
/*border*/
.border-none{
    border: none;
}
/*border-radius*/
.br24{
    border-radius: 24px;
}
.br50p{
    border-radius: 50%;
}
.br30{
    border-radius: 30px;
}
.br113{
    border-radius: 113px;
}
.br200{
    border-radius: 200px;
}
/*line-height*/
.lh1{
    line-height: 1;
}
.lh32{
    line-height: 32px;
}
.lh42{
    line-height: 42px;
}
.lh48{
    line-height: 48px;
}
.lh56{
    line-height: 56px;
}
.lh59{
    line-height: 59px;
}
/*padding*/
.ph12{
    padding-left: 12px;
    padding-right: 12px;    
}
.ph20{
    padding-left: 20px;
    padding-right: 20px;
}
.ph40{
    padding-left: 40px;
    padding-right: 40px;
}
.ph80{
    padding-left: 80px;
    padding-right: 80px;
}
.pv23{
    padding-top: 23px;
    padding-bottom: 23px;
}
.pv30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pt25{
  padding-top: 25px;
}
.pt80{
  padding-top: 80px;
}
.pt100{
    padding-top: 100px;
}
.pt450{
    padding-top: 450px;
}

.pb10{
    padding-bottom: 10px;
}
.pb15{
    padding-bottom: 15px;
}
.pb25{
  padding-bottom: 25px;
}
.pb60{
    padding-bottom: 60px;
}
.pb65{
    padding-bottom: 65px;
}
.pb90{
    padding-bottom: 90px;
}
.pb100{
    padding-bottom: 100px;
}
.pb110{
    padding-bottom: 110px;
}
.pl15{
    padding-left: 15px;
}
.pl10{
    padding-left: 10px;
}
.pl65{
    padding-left: 65px;
}
.pl80{
    padding-left: 80px;
}
@media screen and (min-width: 1200px){
    .medium-pl50{
        padding-left:50px;
    }
}
@media screen and (max-width:767px){
    .xs-ph20{
        padding-left: 20px;
        padding-right: 20px;
    }
    .xs-ph30{
        padding-left: 30px;
        padding-right: 30px;
    }
    .xs-pt30{
        padding-top: 30px;
    }
    .xs-pb25{
        padding-bottom: 25px;
    }
}
@media screen and (max-height:700px){
    .xs-pt160{
        padding-top: 160px;
    }
}
@media screen and (orientation: portrait){
    .xs-pt160{
        padding-top: 160px;
    }
}
/*margin*/
.m-0-auto{
    margin-left: auto;
    margin-right: auto;
}
.mt10{
    margin-top: 10px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt160{
    margin-top: 160px;
}
.mb10{
    margin-bottom: 10px;
}
.mb50{
    margin-bottom: 50px;
}
.mb70{
    margin-bottom: 70px;
}
.mb70i{
    margin-bottom: 70px !important;
}
.mb75{
    margin-bottom: 75px;
}
.mb90{
    margin-bottom: 90px;
}
.mb160{
    margin-bottom: 160px;
}
.mb200{
    margin-bottom: 200px;
}
.mb200i{
    margin-bottom: 200px !important;
}
.mr10{
    margin-right: 10px;
}
.mr15{
    margin-right: 15px;
}
.mr65{
    margin-right: 65px;
}
.ml110{
    margin-left: 110px;
}
.mv20{
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width:767px){
    .xs-mb50{
        margin-bottom: 50px;
    }
    .xs-mt20{
        margin-top: 20px;
    }
    .xs-mt30{
        margin-top: 30px;
    }
    .xs-ml0{
        margin-left: 0px;
    }
    .xs-ml70{
        margin-left: 70px;
    }
}
/*width*/
.w100p{
    width: 100%;
}
.w33p{
    width: 33.33%;
}
.w40p{
    width: 40%;
}
.w50p{
    width: 50%;
}
.w60p{
    width: 60%;
}
.w66p{
    width: 66.66%;
}
.w95{
    width: 95px;
}
.w110{
    width: 110px;
}
.w105{
    width: 105px;
}
.w160{
    width: 160px;
}
.w273{
    width: 273px;
}
@media screen and (max-width: 767px){
    .xs-w100p{
        width: 100%;
    }
    .xs-w70{
        width: 70px;
    }
}
/*max-width*/

.mw250{
    max-width: 250px;
}
.mw340{
    max-width: 340px;
}
.mw505{
    max-width: 505px;
}
.mw590{
    max-width: 590px;
}
.mw620{
    max-width: 620px;
}
.mw810{
    max-width: 810px;
}
.mw820{
    max-width: 820px;
}
.mw850{
    max-width: 850px;
}
.mw1180{
    max-width:1180px;
}
.mw1220{
    max-width:1220px;
}
.mw1440{
    max-width:1440px;
}
.mw1840{
    max-width:1840px;
}
@media  screen and (max-width:767px) {
    .xs-mw0{
        max-width: none;
    }
    .xs-mw250{
        max-width: 250px;
    }
    
}
@media  screen and (max-width:499px) {
    .xxs-mw0{
        max-width: none;
    }
    .xxs-mw250{
        max-width: 250px;
    }    
}


/*top*/
.top0{
    top: 0px;
}
/*left*/
.left0{
    left: 0px;
}
.left20{
    left: 20px;
}
/*bottom*/
.bottom35{
    bottom: 35px;
}
/*display*/
.inline-block{
    display: inline-block;
}
.flex{
    display: flex;
}
@media screen and (max-width:767px){
    .xs-display-block{
        display: block;
    }
    .xs-pt50{
        padding-top: 50px;
    }
}
/*flex-wrap*/
@media screen and (max-width:1130px){
    .md-flex-wrap-wrap{
        flex-wrap: wrap;
    }
}

/*flex-direction*/
.flex-column{
    display: flex;
    flex-direction: column;
}
/*height*/
.hauto{
    height: auto;
}
.h42{
    height: 42px;
}
@media screen and (max-width: 767px){
    .xs-h100{
        height: 100px;
    }
}
/*gap*/
.gap15{
    gap: 15px;
}
.gap45{
    gap: 45px;
}
/*column-gap*/
.cg15{
    column-gap: 15px;
}
.cg25{
    column-gap: 25px;
}
.cg45{
    column-gap: 45px;
}
/*row-gap*/
.rg15{
    row-gap: 15px;
}

/*justify-content*/
.jc-center{
    justify-content: center;
}
.jc-space-between{
    justify-content: space-between;
}
.jc-space-evenly{
    justify-content: space-evenly;
}
.jc-space-around{
    justify-content: space-around;
}
/*before*/

.before-disc-white:before{
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 8px;
}
.before-disc-white.chosen:before{
    background-color: #35B1EF;
}
/*clipper*/
.diagonal-left {
  background: #86CCEF;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
}
.triangle-white, .triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 604.5px 150px 82.5px;
	border-color: transparent transparent #86CCEF transparent;
	transform: rotate(0deg);
	position: absolute;
	left: -93px;
	top: -10px;
	z-index: 1;
}
.triangle-white {
	border-color: transparent transparent #FFF transparent;
	left: -96px;
}
/*z-index*/
.z0{
    z-index: 0;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
/*cursor*/
.cursor-pointer{
    cursor: pointer;
}
/*transform*/

@media screen and (min-width:1340px){
    .large-transform-video-scale{
        transform: scale(1.1) translateY(10px);
    }    
}

@media screen and (max-width:767px){
    .xs-transform-scale-60{
        transform: scale(0.6);
    }
    .xs-transform-scale-90{
        transform: scale(0.9);
    }
    .xs-transform-origin-lb{
        transform-origin: left bottom;
    }
    .xs-social-transform{
        transform: scale(0.7) translateX(-25px) !important;
    }
    .xs-contact-transform{
 	    transform: scale(0.9) translate(-5px, 5px);
    }
}
/*white-space*/
.ws-nowrap{
    white-space: nowrap;
}
@media screen and (max-width:499px){
    .xs-ws-wrap{
        white-space: wrap;
    }
}
.medium{
    display: none;
}
@media screen and (max-width: 1100px){
    .hide-medium{
        display: none;
    }
    .medium{
        display: block;
    }
}
/*
footer,
.topper,
header,
section,
.fade-in {
  opacity: 0;
  transform: translateY(20px); 
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
footer.visible,
.topper.visible,
header.visible,
section.visible,
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
*/
#hero-image{
    background-image: url(../page-assets/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.show-portrait{
    display: none;
}
@media screen and (max-width: 450px){
    .hide-portrait{
        display: none;
    }
    .show-portrait{
        display: block;
    }
}

li:last-child input{
	outline: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}