@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Black.woff2') format('woff2'),
        url('../fonts/DMSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/DMSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Light.woff2') format('woff2'),
        url('../fonts/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

  /*** Base CSS Start ***/
body:after {
	display: none;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
html,
body {
    font-size: 18px;
    font-weight: 500;
    font-family: 'DM Sans';
    color: #374C5D;
	line-height: 1.5;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	position: relative;
    background-color: #fff;
    font-style: normal;
    scroll-behavior: smooth;
}
.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
main,
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: black;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
}
h1,h2 {
    font-size: 80px;
    letter-spacing: -0.94px;
    word-wrap: break-word;
	line-height: 1.06;
	color: #374C5D;
    font-weight: normal;
    margin-bottom: 60px;
}
h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}
h4{
    font-size: 16px;
    margin-bottom: 20px;
}
h5 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0;
}
ul li {
    list-style-position: inside;
}
strong {
	font-weight: bold;
}
.pos-rel{
	position: relative;
}
.ht-100{
  height: 100%;
}
input{
	border: none;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
figure{
    margin: 0;
}
/*** Base CSS End ***/

.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.row-reverse{
    flex-direction: row-reverse;
}
.float-right{
    float: right;
}
.position-relative{
    position: relative;
}
:focus-visible{
    outline: 0;
}
.bg-blue {
    background-color: rgba(200, 224, 221, 0.22);
}
.parallax-block .bg-blue{
    background-color: rgba(200, 224, 221, 0.2);
}
.container{
    width: 90%;
    max-width: 1620px;
    margin: auto;
}
.btn, .powermail_submit{
    font-size: 16px;
    color: #fff;
    min-width: 190px;
    padding: 10px 20px;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    transition: all .3s ease;
    background-color: #4eacb3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    opacity: 1;
}

.btn:hover, .powermail_submit:hover{
    background-color: #7ac9cf;
}
.row {
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 30px;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row-gutterMid{
    --bs-gutter-x: 50px;
}
.row-gutterBig{
    --bs-gutter-x: 100px;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-md-8{
    width: 65%;
}
.col-md-4{
    width:35%;
}
.col-md-6{
    width: 50%;
}
.col-25{
    width: 25%;
}
.color-green{
    color: #56beb3;
}
h1 .color-green, h2 .color-green{
    color: #4eacb3;
}
.bg-green{
    background-color: #4EACB3;
}
.bg-white{
    background-color: #fff;
}
/** Loader **/
.loader{
    position: fixed;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(200, 224, 221, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(0);
}
.loader-logo{
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.loader-logo img{
    width: 200px;
}
/** Loader **/

/* Header */

/* Top Header */
.bg-dark{
    background-color: #374c5d;
}
.top-nav{
    line-height: 1.3;
    padding: 8px 0;
}
.topnav-content {
    justify-content: end;
}
.top-nav .navbar-nav a{
    color: #fff;
    margin-left: 50px;
    font-size: 16px;
}
.top-nav .link-signin{
    position: relative;
    padding-right: 25px;
}
.top-nav .link-signin::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.5;
    transition: all .3s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/login-arrow.svg');

}
.top-nav .link-signin:hover::after{
    opacity: 1;
}
/* Top Header */
.header{
    line-height: 1.4;
    padding-bottom: 20px;
}
.main-menu{
    position: sticky;
    top: -1px;
    width: 100%;
    height: auto;
    z-index: 99;
    background-color: #fff;
}
.wrapper.home .main-menu .navbar{
    opacity: 0;
    transform: translateY(-30px);
}
.navbar{
    padding: 30px 0;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
}
.navbar-content-inner{
    display: flex;
    align-items: center;
}
.main-menu li a, .footer li a{
    color: #2e595a;
    line-height: 1.3;
    transition: all 0.3s ease;
    position: relative;
}
.main-menu li a:hover, .footer li a:hover{
    color: #4eacb3;
}
.main-menu li a::after, .footer li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background: #4eacb3;
    transition: width .3s;
}
.main-menu li a:hover::after, .footer li a:hover::after, .main-menu li.active a::after{
    width: 100%;
}
.main-menu li{
    padding: 0 20px;
}
.nav-button {
    min-width: 280px;
}
.main-menu  li, .footer li, .content-list li, .ce-bullets li{
    list-style: none;
}
.navbar-brand img, .footer .col-right .image img{
    width: 115px;
}
/** Header */

/** Main-content **/
.content-area{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.container-bg-img{
    position: relative;
    overflow: hidden;
}
.container-inner-wrp .two-col-layout.row .image{
    float: left;
}
.container-inner-wrp .two-col-layout.row.row-reverse .image{
    float: right;
}
.container-inner-wrp .two-col-layout.row .img-outer-align{
    padding-right: 15%;
    margin-left: -5%;
    padding-left: 0;
    margin-right: 0;
}
.container-inner-wrp .two-col-layout.row.row-reverse .img-outer-align{
    padding-left: 15%;
    margin-right: -5%;
    padding-right: 0;
    margin-left: 0;
}
.frame-max-width-content p{
    max-width: 550px;
}
.img-list{
    justify-content: space-between;
}
.image{
    position: relative;
}
.more-btn a, .content-block a{
    margin-top: 50px;
    min-width: 190px;
}
.round-image{
    border-radius: 50%;
}
.frame-type-bullets, .ce-bullets{
    height: 100%;
}
.content-list li, .ce-bullets li{
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}
.content-list li::before, .ce-bullets li::before{
    content: "";
    background-image: url('../images/list-icon.png');
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.container-inner-wrp .img-list{
    margin-top: 50px;
    justify-content: space-between;
}
.container-inner-wrp .img-list img{
    margin-top: 20px;
}
.content-block{
    position: relative;
    z-index: 10;
    margin-top: 20px;
}
.animated-bg{
    position: absolute;
    left: -15%;
    top: 0;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    z-index: -1;
    transition: all 0.7s ease;
    background-color: rgba(255, 255, 255, 0.5);
    border: 80px solid rgba(176, 224, 230, 0.3);
}
.title h3{
    line-height: 1.4;
    font-weight: 500;
}
h3 p{
    margin-bottom: 0;
}
.special-text li{
    color: #4EACB3;
    line-height: 0.8;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    font-weight: 900;
}
.special-text li:first-child{
    font-size: 76px;
    letter-spacing: -0.76px;
    background-color: #f3f8f8;
    padding: 85px 35px;
    bottom: 24%;
    left: -10%;
}
.special-text li:last-child{
    font-size: 49px;
    line-height: 0.8;
    letter-spacing: -0.49px;
    background-color: #fff;
    padding: 55px 30px;
    bottom: 10%;
    left: 5%;
}
.parallax-block{
    z-index: 1;
    position: absolute;
    top:0;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.parallax-block-inner{
    position: relative;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
    z-index: 1;
    height: 2em;
}
/** Card Slider **/
.card-slider{
    margin-top: 20px;
}
.card-slider .owl-stage{
    display: flex;
}
.card{
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #275e6c76;
    border-radius: 10px;
    line-height: 1.7;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-body{
    padding: 20px;
}
.card-top-content{
    position: relative;
    padding-bottom: 80px;
    border-bottom: 1px solid #275e6c76;
}
.card-bottom-content{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.card-title{
    font-size: 26px;
    color: #374C5D;
    font-weight: 900;
}
.duration{
    color: #374c5d9a;
}
.plan-info{
    padding-top: 10px;
}
.card-body .more-btn{
    position: absolute;
    bottom: 0;
    margin-bottom: 20PX;
}
.read-more-link, .card-body h4{
    font-weight: 900;
}
.card-body h4{
    margin-top: 10px;
}
.card .content-list li{
    margin-bottom: 15px;
}
.card .read-more-link{
    font-size: 16px;
    margin-top: auto;
    padding-top: 20px;
    color:#275e6c ;
    text-decoration: underline;
}
.card .more-btn a::after{
    content: "";
    background-image: url('../images/arrow-white.svg');
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 15px;
}
.price{
    display: flex;
    align-items: center;
    min-height: 75px;
}
.price-text{
    font-size: 26px;
}
.counter-outer{
    font-size: 45px;
}
.counter-outer, .price-text{
    font-weight: 900;
    display: inline-block;
}
.price-counter{
    position: absolute;
}
.count-num-hidden{
    opacity: 0;
    visibility: hidden;
    display: inline-block;
}
/** Card Slider **/

/** Accordion **/
.text-center{
    text-align: center;
}
.accordion {
    margin-top: 10px;
}
.accordion .more-btn{
    margin-top: 65px;
}
.accordion-item {
    margin-bottom: 25px;
}
.accordion-item-content{
    border-radius: 18px;
    background-color: #fff;
    border: 1px solid #275e6c76;
}
.accordion-title {
    cursor: pointer;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 0;
    padding: 25px 35px 25px 25px;
    position: relative;
}
.accordion-title::after{
    content: '';
    display: block;
    width: 14px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: 0.5s ease all;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-dark.svg');
}
.accordion-content {
    padding: 0 25px 10px 25px;
}
.accordion-title.open::after{
    transform: rotate(90deg);
}
/** Accordion **/

/** Slider Text **/
.slider-text h2{
    font-size: 120px;
    margin-bottom: 0;
    letter-spacing: -1.44px;
}
.slider-text{
    margin-bottom: 50px;
}
.color-white{
    color: #fff;
}
.slider-text-outer .more-btn a{
    font-size: 18px;
    background-color: #374c5d;
}
.slider-text-outer .more-btn a:hover{
    background-color: rgba(55, 76, 93, 0.8) ;
}
.slider-text-content{
    width: 100%;
    overflow: hidden;
}
.slider-text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform-style: preserve-3d;
    will-change: transform;
}
.slider-text h2{
    white-space: nowrap;
    line-height: 1.25;
    display: inline-block;
    margin-right: 15px;
}
/** Slider Text **/

/** Contact Form **/
.tx-powermail{
    margin-top: 80px;
    max-width: 450px;
}
.powermail_fieldset{
    border: none;
}
.tx-powermail .powermail_field ::placeholder{
    color: #374c5d;
    font-size: 18px;
}
.tx-powermail .powermail_fieldwrap{
    margin-bottom: 35px;
}
.tx-powermail .powermail_fieldwrap:last-child{
    margin-bottom: 0px;
}
.tx-powermail .powermail_field .powermail_input{
    border-bottom: 1px solid #374c5d;
}
.tx-powermail .powermail_input{
    font-size: 18px;
    padding-bottom: 15px;
    width: 100%;
}
.powermail_submit{
    min-width: 150px;
    margin-top: 50px;
    cursor: pointer;
}
.powermail-errors-list li{
    font-size: 12px;
    margin-top: 5px;
    list-style: none;
}
.tx-powermail .powermail_progressbar > .powermail_progress {
    background: #7ac9cf;
    width: 0%;
    max-width: 100%;
    -webkit-animation: progress 5s 1 forwards;
    -moz-animation: progress 5s 1 forwards;
    -ms-animation: progress 5s 1 forwards;
    animation: progress 5s 1 forwards;
}
.powermail_progressbar {
    margin-top: 20px;
 }
.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progress_inner {
    height: 5px;
    width: 100%;
    overflow: hidden;
    background: url("../images/icon_loading.gif") repeat-x;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}
/** Contact Form **/

/** Footer **/
.footer{
    padding: 50px 0;
    margin-top: auto;
}
footer figure{
    margin-bottom: 30px;
}
.footer ul{
    margin-bottom: 30px;
}
.footer li{
    margin-bottom: 5px;
}
.footer-bottom-text{
    text-align: right;
    padding-top: 20px;
}
.footer .img-list{
    justify-content: end;
}
.img-list img{
   width: auto;
   height: 48px;
}

/** Footer **/

/** Cursor **/
.cursor {
    z-index: 998;
    opacity: 0;
    justify-content: center;
    align-items: center;
    transition: opacity .4s;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    pointer-events: none;
}
.cursor-dot {
    z-index: 999;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    transition: height .2s,width .2s,opacity .2s;
    display: flex;
    position: absolute;
}
.cursor-dot .dot{
    background-color: #05aeb5;
    border-radius: 100px;
    width: 12px;
    height: 12px;
}
/** Cursor **/



@-webkit-keyframes progress {
    from {
    }
    to {
      width: 100%;
    }
}
@-moz-keyframes progress {
    from {
    }
    to {
      width: 100%;
    }
}
@-ms-keyframes progress {
    to {
      width: 100%;
    }
}
@keyframes progress {
    from {
    }
    to {
      width: 100%;
    }
}


