@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype'),
        url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype'),
        url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ABC Monument Grotesk';
    src: url('../fonts/ABCMonumentGrotesk-Light.eot');
    src: url('../fonts/ABCMonumentGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ABCMonumentGrotesk-Light.woff2') format('woff2'),
        url('../fonts/ABCMonumentGrotesk-Light.woff') format('woff'),
        url('../fonts/ABCMonumentGrotesk-Light.ttf') format('truetype'),
        url('../fonts/ABCMonumentGrotesk-Light.svg#ABCMonumentGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ABC Monument Grotesk';
    src: url('../fonts/ABCMonumentGrotesk-Medium.eot');
    src: url('../fonts/ABCMonumentGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ABCMonumentGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/ABCMonumentGrotesk-Medium.woff') format('woff'),
        url('../fonts/ABCMonumentGrotesk-Medium.ttf') format('truetype'),
        url('../fonts/ABCMonumentGrotesk-Medium.svg#ABCMonumentGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ABC Monument Grotesk';
    src: url('../fonts/ABCMonumentGrotesk-Regular.eot');
    src: url('../fonts/ABCMonumentGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ABCMonumentGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/ABCMonumentGrotesk-Regular.woff') format('woff'),
        url('../fonts/ABCMonumentGrotesk-Regular.ttf') format('truetype'),
        url('../fonts/ABCMonumentGrotesk-Regular.svg#ABCMonumentGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ABC Monument Grotesk';
    src: url('../fonts/ABCMonumentGrotesk-Bold.eot');
    src: url('../fonts/ABCMonumentGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ABCMonumentGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/ABCMonumentGrotesk-Bold.woff') format('woff'),
        url('../fonts/ABCMonumentGrotesk-Bold.ttf') format('truetype'),
        url('../fonts/ABCMonumentGrotesk-Bold.svg#ABCMonumentGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
    -webkit-border-radius:0;
    border-radius: 0;
    margin:0;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*:focus{
    -moz-transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    transition:all ease 0.5s;
}
a:hover, button:hover, input{
    transition:0.5s all ease-in-out;
    -webkit-transition:0.5s all ease-in-out;
    -moz-transition:0.5s all ease-in-out;
    -ms-transition:0.5s all ease-in-out;
}
button:focus {
	outline: 0;
}
select,button,input{outline: none;}
/* For modern browsers */
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf {  *zoom: 1;
}
input[type="number"] {
	-moz-appearance: textfield !important;
}
body{
    margin: 0;
    padding: 0; 
    color:#03363D;
    font-size: 16px; 
    background: #fff;
    font-family: 'ABC Monument Grotesk';
    font-weight: normal;
}
ul{
    padding:0; 
    list-style:none;
    margin: 0;
} 
a,img{
    border: 0px;
}
img{
    max-width: 100%;
}
a,ul,li{
    text-decoration: none;
}
a{
    outline: 0;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s; 
    color:#171717;
}
a:hover,a:focus{
    color:#1F9F8A;
}
a,button{ 
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s; 
    cursor: pointer;
}
p{
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
    /* font-family: 'ABC Monument Grotesk'; */
    line-height: 30px;
    color:#03363D;
    margin: 0;
}
a:hover{
    text-decoration:none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 20px;
    font-family: 'Gilroy';
    font-weight: bold;
}
h1{
    font-size: 60px;
    line-height: 66px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
    line-height: 30px;
}
h4{
    font-size: 23px;
}
h5{
    font-size: 22px;
}
h6{
    font-size: 20px;
}
select::-ms-expand {
    display: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
strong,b{
    font-weight: bold;
}
em,i{
    font-style: italic;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */    color: #171717 !important;  opacity: 1 !important;
}
::-moz-placeholder { opacity: 1 !important;}
:-ms-input-placeholder { /* IE 10+ */
    color: #171717;
}
:-moz-placeholder { /* Firefox 18- */
    color: #171717; opacity: 1 !important;
}
.contact-form input::placeholder,.contact-form textarea::placeholder{
    font-size: 18px;
}
/*** reset css end ***/
/*** primary secondary button css ***/
.btn.focus, .btn:focus{
    box-shadow: none;
}
.btn{
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    /* font-family: 'ABC Monument Grotesk'; */
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    min-width: 200px;
    background: #03363D;
    border-radius: 6px;
    border: 0;
    transition: 0.4s;
}
.btn-primary{
    background: #03363D;
}
.btn-secondary {
    background: #070628;
    color: #fff;
}
.btn-primary:hover,.btn-primary:focus{
    background: #1F9F8A;
    color: #fff !important;
}
/* .btn-secondary:hover,.btn-secondary:focus{
    background:#F42303;
    color: #fff;
} */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    background: #1F9F8A;
    color: #fff;
}
/* .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle{
    background-color: #F42303;
} */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus,.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
    /* color: #fff; */
}
/* .btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
} */
/* .form-control {
    color: #171717;
    font-size: 30px;
    letter-spacing: 0.20px;
	height: 40px;
	border-radius: 0px;
    box-shadow: none;
    border: 0;
    padding-left: 0;
    border-bottom: 1px solid #707070;
    background: transparent;
} */
.form-group {
	margin-bottom: 0;
}
.form-control:focus {
    box-shadow: none;
    border-color:#C79767;
}
.no-padding {
    padding: 0;
}
/*** header css start ***/
header {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    z-index: 9;
    background: #F1F8F7;
    padding: 7px 0 0 0;
}
header .row{
	margin:0;
}
.top-header ul li {
    display: inline;
    margin-left: 20px;
}
.top-header ul li:first-child {
    margin-left: 15px;
}
.top-header ul li a {
    font-size: 13px;
    color: #03363D;
   /* font-family: 'ABC Monument Grotesk'; */
    text-transform: capitalize;
}
.bottom-header {
    padding: 15px 0 0 0;
}
.logo {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.logo img {
	max-width: 256px;
}
.menu-close {
	display: none;
}
.navbar {
	padding: 0;
	margin-top: 0;
}
nav .nav-item {
	margin-left: 35px;
}
nav .nav-item:first-child {
	margin-left:0;
}
nav .nav-link {
    font-size: 16px;
    color: #03363D;
    line-height: 34px;
   font-family: 'ABC Monument Grotesk';
    padding: 0;
    text-transform: none;
    font-weight: 500;
}
nav .nav-link:hover,nav .nav-link:focus,nav .nav-item.active .nav-link{
    color: #1F9F8A;
}
nav .nav-link:hover:after,nav .nav-link:focus:after,nav .nav-item.active .nav-link:after{
    opacity: 1;
}
.navbar-nav .nav-link,.navbar-expand-lg .navbar-nav .nav-link{
	padding:0;
}
nav .nav-item.header-contact {
	margin-left: 75px;
}
.nav-item.header-contact .nav-link {
	color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
   /* font-family: 'ABC Monument Grotesk'; */
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    min-width: 180px;
    background: #03363D;
    letter-spacing: 0.25px;
    border-radius: 6px;
}
.nav-item.header-contact .nav-link:hover,.nav-item.header-contact .nav-link:focus {
    background: #1F9F8A;
}
/*** header css end ***/
/*** banner css start ***/
.banner-section.with-banner-img{
    position: relative;

    min-height: 900px;
    overflow: hidden;
}
.home .banner-section{
    min-height: 958px;
    overflow: hidden;
}
.banner-section {
    background: #F1F8F7;
    border-radius: 0 0 100px 100px;
}
/* .banner-section.with-banner-img:before{
    position: absolute;
    background: url(../images/banner-img.png) no-repeat right bottom;
    min-height: 958px;
    width: 100%;
    content: '';
} */
.banner-section.with-banner-img {
    background-size: cover;
    background-position: center;
}
.home .banner-section h1 {
    width: 488px;
}
.home .banner-section .btn {
    margin:138px 0 0 0;
}
.banner-left-content {
    float: left;
}
.banner-info {
    padding: 10px;
    border-radius: 60px 60px 0px 60px;
    max-width: 400px;
    height: 90px;
    background: #fff;
    border: 1px solid rgba(255,255,255,0.45);
    margin-top: 45px;
    float: left;
    width: 100%;
}
.banner-info:first-child {
    margin-top: 0;
}
.banner-icon {
    height: 69px;
    width: 69px;
    border-radius: 100%;
    float: left;
}
.banner-info.sec {
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(255,255,255,0.49);
    border-radius: 100px 100px 100px 0px;
    float: right;
    width: 100%;
    backdrop-filter: blur(14px)
}
.banner-section .container {
    position: relative;
}
.banner-info > h4 {
    font-size: 18px;
    font-weight: 500;
   font-family: 'ABC Monument Grotesk';
    margin: 25px 0 0 90px;
    display: table
}
.banner-info.sec > h4 {
    margin: 25px 60px 0 50px;
}
.banner-info.third {
    background: #F6EFDB;
    border: 1px solid rgba(255,255,255,0.45);
    width: 358px;
    margin-left: 64px;
}
.banner-section .container .row {
    margin: 0;
}
.banner-info.sec .banner-icon {
    float: right;
}
.banner-right-content {
    position: relative;
    max-width: 610px;
}
/*** services css start ***/
section.service-section {
    padding: 123px 0 158px 0;
}
.service-box {
    background: #fff;
    box-shadow: 0 5px 15px #E4EAEB;
    border-radius: 10px;
    padding: 50px;
    height: 100%;
    position: relative;
}
.service-box .btn {
    min-width: calc(100% - 100px);
    position: absolute;
    margin: 0 auto 50px;
    bottom: 0;
}
.service-box h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Gilroy';
    margin: 29px 0 25px 0;
    padding: 0;
}
.service-box h3{
    font-size: 22px;
    line-height: 30px;
   font-family: 'ABC Monument Grotesk';
    font-weight: 500;
}
.service-box p{
    font-size: 20px;
    line-height: 30px;
   /* font-family: 'ABC Monument Grotesk'; */
    font-weight: 300;
    max-width: 410px;
}
.service-amnt {
    background: #F1F8F7;
    border-radius: 28px;
    color: #1F9F8A;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Gilroy';
    min-width: 180px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}
.service-icon {
    height: 99px;
    width: 99px;
    background: #6FC0D5;
    border-radius: 100%;
    /* background: linear-gradient(80deg, #6FC0D5, #3EBFAC); */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6fc0d5+1,3ebfac+100 */
background: #6fc0d5; /* Old browsers */
background: -moz-linear-gradient(top,  #6fc0d5 1%, #3ebfac 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6fc0d5 1%,#3ebfac 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6fc0d5 1%,#3ebfac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc0d5', endColorstr='#3ebfac',GradientType=0 ); /* IE6-9 */

}
.service-content {
    padding-bottom: 88px;
}
/*** property css start ***/
.property-section {
    border-radius: 100px 100px 0 0;
    background: #FCFAF4;
    padding: 188px 0 106px 0;
    position: relative;
    min-height: 800px;
}
.property-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.property-img:after {
    background: url(../images/property-bg.png) no-repeat;
    height: 237px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom:-5px;
    background-size: cover;
}
.property-slider {
    position: absolute;
    right: 0;
    padding-left: 60px;
    padding-right: 0;
    /* top: 0; */
}
.property-box {
    background: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    border-radius: 20px 20px 0 0;
    border-bottom: 6px solid #1F9F8A;
}
.property-info li {
    border-top: 1px solid #D4E3E1;
    font-size: 20px;
   /* font-family: 'ABC Monument Grotesk'; */
    font-weight: bold;
    padding: 29px;
    text-align: right;
    display: flex;
}
.property-info-left {
    padding: 80px 0 0 0;
}
.property-info li:first-child {
    border-top: 0;
}
.property-info li > span {
    color: #03363D;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 300;
}
.property-info li.prate {
    color: #6FC0D5;
}
.property-info li.pfees {
    color: #1F9F8A;
}
.property-sticker {
    font-size: 18px;
   /* font-family: 'ABC Monument Grotesk'; */
    font-weight: 500;
    min-width: 165px;
    min-height: 47px;
    position: absolute;
    left: 32px;
    bottom: 32px;
    border-radius: 30px 30px 30px 0;
    color: #fff;
    z-index: 9;
    text-transform: capitalize;
}
/*** property css end ***/
/*** video css start ***/
.video-section {
    padding: 152px 0 146px 0;
}
.video-container {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    background-position: center top;
    width: 100%;
    border-radius: 30px;
}
#myVideo {
    display: none;
}
#btnplay {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
    color: #fff;
    z-index: 9;
    height: 140px;
    width: 140px;
    background: rgba(255,255,255,0.1);
    border-radius: 100%;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}
button.fancybox-button {
    color: #fff !important;
}
.fancybox-content {
    width: 100%;
    height: 100%;
    padding: 0;
}
.sticker-take-it {
    margin:-50px 0 0 100px;
    display: inline-block;
    vertical-align: middle;
}
.sticker-take-it .sticker{
    border-radius: 30px 30px 30px 0;
    min-width: 333px;
    min-height: 97px;
   /* font-family: 'ABC Monument Grotesk'; */
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    padding: 27px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 3px 15px rgb(0 0 0 / 15%);
}
.sticker {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ebfac+0,6fc0d5+100 */
background: #3ebfac; /* Old browsers */
background: -moz-linear-gradient(left,  #3ebfac 0%, #6fc0d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #3ebfac 0%,#6fc0d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #3ebfac 0%,#6fc0d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ebfac', endColorstr='#6fc0d5',GradientType=1 ); /* IE6-9 */

}
.sticker:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ebfac+0,6fc0d5+100 */
background: #6fc0d5; /* Old browsers */
background: -moz-linear-gradient(left,  #6fc0d5 0%, #3ebfac 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #6fc0d5 0%,#3ebfac 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #6fc0d5 0%,#3ebfac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc0d5', endColorstr='#3ebfac',GradientType=1 ); /* IE6-9 */

}
.main-title h2{
    color: #03363D;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Gilroy';
    line-height: 60px;
    margin: 0;
}
/*** featured css start ***/
.featured-section {
    background: #F1F8F7;
    border-radius: 100px 100px 0 0;
    padding: 145px 0;
}
.featured-section .main-title {
    margin-bottom: 18px;
}
.featured-left > p {
    font-size: 20px;
   /* font-family: 'ABC Monument Grotesk'; */
    line-height: 34px;
    font-weight: 300;
}
.featured-left ul li {
    padding: 0 0 40px 20px;
    width: 28%;
    float: left;
}
.featured-left > ul {
    margin: 90px 0 0 0;
}
.featured-left ul li > img {
    max-width: 140px;
}
.featured-left ul li:nth-child(3n+1) {
    padding:0 0 40px 0;
}
.featured-box {
    float: left;
    width: 50%;
    padding: 15px;
}
.featured-box-inner {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #e4eaeb;
    padding: 28px;
    height: 100%;
}
.featured-icon {
    height: 64px;
    width: 61px;
    border-radius: 15px;
    background: #DCF8FF;
    float: left;
    line-height: 61px;
    text-align: center;
}
.featured-icon.holding {
    background: transparent;
}
.featured-box .feature-top-info > span {
    padding-left: 16px;
    font-size: 40px;
    font-family: 'Gilroy';
    font-weight: 300;
    width: calc(100% - 65px);
    float: right;
}
.feature-top-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 32px;
}
.featured-box p {
    line-height: 26px;
    font-size: 20px;
    font-weight: 300;
   /* font-family: 'ABC Monument Grotesk'; */
}
.featured-icon.grey-bg {
    background: #F6EFDB;
}
.featured-icon > .fas {
    font-size: 40px;
    color: #1F9F8A;
}
.featured-right{
    padding-left: 70px;
}
.featured-left {
    padding-top: 15px;
}
/*** featured css end ***/
/*** leader css start ***/
section.leader-section {
    padding: 115px 0 200px 0;
}
.leader-img {
    position: relative;
    border-radius: 20px;
}
.leader-img > img{
   border-radius: 20px;
   width: 100%;
}
.leader-inner-info {
    height: 100%;
}
.leader-info {
    align-self: flex-end;
}
.leader-img:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/leader-bg.png) no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-size: cover;
}
.leader-info-main {
    position: relative;
    overflow: hidden;
}
.leader-info-main.show-info .leader-img:after {
    content: none;
}
.leader-info-main.show-info > .leader-name-info {
    display: none;
}
.leader-more-info > span {
    height: 100%;
    width: 100%;
    z-index: 99;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    border: 3px solid #fff;
}
/*** border animation css start ***/
.spin::before, .spin::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
 .spin::before, .spin::after {
    top: 0;
    left: 0;
  }
  .spin::before {
    border: 2px solid transparent;
  }
  .spin:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  }
  .spin::after {
    border: 0 solid transparent;
  }
  .spin:hover::after {
    border-top: 2px solid #fff;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  }
  .circle::before, .circle::after {
    border-radius: 100%;
  }
/*** border animation css end ***/
.leader-name-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 55px;
}
.show-info .leader-info-show {
    display: block;
}
.leader-section .main-title {
    margin-bottom: 90px;
}
.leader-name {
    float: left;
    width: calc(100% - 105px);
}
.leader-info-show {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    padding: 55px;
    transition: 0.4s;
    /* background: linear-gradient(80deg, #6FC0D5, #3EBFAC); */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6fc0d5+1,3ebfac+100 */
background: #6fc0d5; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(111,192,213,0.9)1%,rgba(31,159,138,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(111,192,213,0.9)1%,rgba(31,159,138,0.9) 100%);
background: linear-gradient(to bottom,  rgba(111,192,213,0.9)1%,rgba(31,159,138,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(111,192,213,0.9)', endColorstr='rgba(31,159,138,0.9)',GradientType=0 ); /* IE6-9 */
border-radius: 20px;
height: 100%;
}
.leader-info-show .leader-name span {
    color: #fff;
}
.leader-info-show p {
    color: #fff;
   /* font-family: 'ABC Monument Grotesk'; */
    font-size: 20px;
    line-height: 30px;
}
.leader-name h3 {
    font-family: 'Gilroy';
    font-size: 46px;
    color: #fff;
    /* font-weight: 300; */
    font-weight: bold;
    line-height: 60px;
    margin: 0 0 5px 0;
}
.leader-name span {
    font-size: 20px;
    color: #1F9F8A;
   font-family: 'ABC Monument Grotesk';
    font-weight: 500;
}
.leader-more-info {
    position: relative;
    height: 102px;
    width: 102px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100%;
    text-align: center;
    line-height: 95px;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    float: right;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    backdrop-filter: blur(10px);
}
.leader-info-show .leader-name-info {
    position: static;
    padding: 0;
}
.leader-section .col-lg-6 {
    padding:10px;
}
/*** leader css end ***/
/*** experience css start ***/
.experience-section {
    background: #FCFAF4 url(../images/building.png) no-repeat left bottom;
    border-radius: 100px 100px 0 0;
    padding: 75px 0;
}
.experience-right {
    padding-top: 100px;
}
.experience-right .main-title {
    margin-bottom: 35px;
}
/* .experience-left > img {
    opacity: 93%;
} */
.main-title h2 > span {
    color: #1F9F8A;
}
.experience-right p {
    line-height: 34px;
}
.experience-right p strong {
    font-weight: 500;
}
/*** experience css end ***/
/*** become member css start ***/
.become-member-section {
    text-align: center;
    padding: 177px 0 140px 0;
}
.member-img > img {
    max-width: 117px;
}
.member-img.with-star:after {
    background: #F6EFDB url(../images/star.png) no-repeat center center;
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    bottom: 13px;
    right: 8px;
    border-radius: 100%;
}
.member-img {
    position: relative;
    max-width: 117px;
    margin: 0 auto 40px;
}
.main-title > span {
    font-size: 20px;
   font-family: 'ABC Monument Grotesk';
    font-weight: 300;
    line-height: 34px;
}
.member-content > h3 > span {
   font-family: 'ABC Monument Grotesk';
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.member-content > h3 {
   font-family: 'ABC Monument Grotesk';
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto;
}
.become-member-section .main-title {
    margin-bottom: 55px;
}
.become-member-section.values-section {
    padding:177px 0 100px 0;
}
section.leader-section .main-title span {
    font-size: 24px;
    line-height: 32px;
    max-width: 910px;
    margin:50px auto 0;
    display: inline-block;
}
.three-col-leader-section .main-title {
    margin-bottom: 50px;
}
.member-btn {
    margin: 72px 0 0 0;
    display: block;
    width: 100%;
}
.become-members {
    border-left: 1px solid #D4E3E1;
}
.become-members:first-child {
    border-left:0;
}
.member-btn .btn {
    text-transform: unset;
    min-width: 221px;
}
/*** become member css end ***/
/*** footer css start ***/
footer {
    background: #03363D;
    border-radius: 100px 100px 0 0;
    padding: 140px 0 38px 0;
    color: #fff;
}
.footer-takeit-sticker .sticker {
    border-radius: 30px 30px 30px 0;
    min-width: 149px;
    min-height: 47px;
   /* font-family: 'ABC Monument Grotesk'; */
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 8px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 10%);
}
.footer-takeit-sticker {
    position: absolute;
    right: -164px;
    top: -56px;
}
.about-info {
    position: relative;
}
footer h3 {
    font-family: 'Gilroy';
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 18px;
}
.footer-links ul li {
    margin-bottom: 11px;
}
footer p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
footer a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
ul.footer-contact {
    margin: 7px 0 0 0;
}
.bottom-footer h3 {
    margin-bottom: 5px;
}
.copyrght {
    margin: 10px 0 0 0;
}
footer a:hover,footer a:focus {
    color: #1F9F8A;
}
.logo-sticker {
    padding: 0 0 55px 0;
    position: relative;
    display: inline-block;
}
.about-info > p {
    max-width: 300px;
}
footer a.learnmore {
    font-weight: regular;
    color: #1F9F8A;
}
footer a.learnmore:hover,footer a.learnmore:focus {
    color: #fff;
}
.topfooter {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
footer .bottom-footer p {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255,255,255,0.8);
}
footer .copyrght > p {
    font-size: 12px;
    color: #FFF;
}
footer .copyrght > p a{
    color:#1F9F8A;
    font-weight: 500;
}
/*** footer css end ***/
/*** company page css start ***/
.medium-height-banner {
    min-height: 728px;
}
.banner-middle-content {
    max-width: 1000px;
    margin: 0 auto;
}
.banner-middle-content p {
    font-size: 30px;
    line-height: 40px;
    color: #1F9F8A;
}
.banner-middle-content h1{
    font-size: 90px;
    line-height: 99px;
    max-width: 778px;
    margin-left:auto;
    margin-right: auto;
}
.how-started-section {
    padding: 73px 0 110px 0;
}
section.how-started-section > .container {
    max-width: 1615px;
}
.how-start {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 707px;
    border-radius: 20px;
    margin-bottom: 100px;
    background-position: center;
}
.started-right {
    padding-left: 135px;
}
.how-start > h2 {
    font-size: 160px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 0;
}
section.opportunities-section {
    background: #FCFAF4;
    border-radius: 100px 100px 0 0;
    padding: 182px 0;
}
.started-left > h2 {
    font-size: 80px;
    line-height: 90px;
    color: #1F9F8A;
    font-weight: 500;
}
.started-right p {
    font-weight: 300;
    line-height: 34px;
}
.opp-left .main-title h2 {
    max-width: 540px;
}
.opp-right p {
    line-height: 34px;
    font-weight: 300;
}
.opp-right {
    padding-left: 40px;
}
.opp-right h3 {
    font-size: 30px;
    line-height: 40px;
    color: #1F9F8A;
    font-weight: 500;
    margin: 15px 0 25px 0;
}
.values-section .member-content > h3 > span {
    margin-bottom: 15px;
}
.values-section .member-img {
    max-width: 210px;
    height: 170px;
}
.values-section .member-img > img {
    max-width: 210px;
}
.values-section .member-content > h3 {
    max-width: 322px;
}
.leader-section.three-col-leader-section .col-lg-4 {
    padding: 7px;
}
.three-col-leader-section .leader-name h3 {
    font-size: 29px;
    line-height: 37px;
}
.three-col-leader-section .leader-name span {
    font-size: 12px;
}
.three-col-leader-section .leader-name-info {
    padding: 28px 33px;
}
.three-col-leader-section .leader-more-info {
    height: 67px;
    width: 67px;
    line-height: 62px;
}
.three-col-leader-section .leader-info-show {
    padding: 28px 33px;
}
.three-col-leader-section .leader-info-show .leader-name-info {
    padding: 0;
}
.three-col-leader-section .leader-info-show p {
    font-size: 17px;
    line-height: 27px;
}
.three-col-leader-section .leader-more-info > img {
    max-width: 25px;
}
section.partners-section .main-title > span {
    max-width: 500px;
    margin: 55px auto 0;
    display: inline-block;
}
#partners_logo {
    margin: 50px auto 0 auto;
    max-width: 920px;
}
#partners_logo .owl-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#partners_logo .owl-item .item {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
section.partners-section {
    padding: 0 0 160px 0;
}
.leverage-btns {
    margin: 80px 0 0 0;
}
div#partners_logo .item img {
    width: auto !important;
}
.leverage-section {
    border-radius: 20px;
    padding: 50px 0;
    min-height: 430px;
    margin: 0 auto 145px auto;
    max-width: 1515px;
    width: calc(100% - 30px);
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ebfac+0,6fc0d5+100 */
background: #3ebfac; /* Old browsers */
background: -moz-linear-gradient(left,  #3ebfac 0%, #6fc0d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #3ebfac 0%,#6fc0d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #3ebfac 0%,#6fc0d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ebfac', endColorstr='#6fc0d5',GradientType=1 ); /* IE6-9 */
}
.leverage-btns li {
    display: inline;
    margin-left: 30px;
}
.leverage-btns li:first-child {
    margin-left:0;
}
.leverage-section .main-title > h2{
    color: #fff;
}
/*** company page css end ***/
/*** membership css start ***/
section.get-in-section .main-title {
    max-width: 610px;
    text-align: center;
    margin:0 auto 40px;
}
section.get-in-section {
    padding-bottom: 150px;
}
.get-in-box {
    background: #fff;
    box-shadow: 0px 5px 15px #e4eaeb;
    border-radius: 10px;
    padding: 45px;
    height: 100%
}
.signup-img {
    padding: 50px 0 80px 0;
}
.get-img {
    float: left;
    width: 117px;
}
.get-info > h3 span {
    font-weight: bold;
    display: block;
}
.get-info {
    display: table;
    padding-left: 75px;
}
.get-info > h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'ABC Monument Grotesk';
    font-weight: 300;
    max-width: 257px;
    margin: 0;
}
section.signup-section {
    background: #FCFAF4;
    border-radius: 100px 100px 0 0;
    padding: 122px 0;
}
section.service-section.more-from {
    margin-top: 36px;
}
section.service-section .col-lg-6 {
    margin-bottom: 20px;
}
section.service-section .main-title {
    margin-bottom: 68px;
}
.service-content h4 {
    font-size: 22px;
    line-height: 30px;
    color: #6FC0D5;
    font-weight: 500;
    font-family: 'ABC Monument Grotesk';
}
section.signup-section .main-title {
    max-width: 730px;
    margin: 0 auto;
}
section.membership-section {
    background: #F1F8F7;
    border-radius: 100px 100px 0 0;
    padding: 160px 0 240px 0;
    margin-bottom: -100px;
}
.membership-img {
    text-align: right;
}
.membership-left p {
    line-height: 34px;
    padding-bottom: 30px
}
.membership-left .main-title h2 {
    margin-bottom: 44px;
}
.membership-left {
    align-self: self-end;
}
.banner-right-content.member-banner-rght {
    align-self: self-end;
}
section.get-in-section .col-lg-6 {
    margin-top: 20px;
    padding: 0 10px;
}
.getbroker-sec {
    padding-top: 150px;
}
/*** membership css end ***/

/**Brokerage Services Page CSS**/
.banner-right-content {width:100%;}
.maxDeal{color:#1F9F8A; font-size:22px; font-weight: normal;}
.bannerDtl{font-size:20px; font-weight:normal; margin-top:20px; margin-bottom:20px;}
.bannerDtl strong{font-weight:600; display:block; margin-top:20px;}

.brokerage-services .banner-section{min-height:900px;}
.bannerImg{position:absolute; width:100%; right:0; top:-100px;}
.bannerImg .bs-banner-1{position:absolute; z-index:2; left:10px; max-width:100%;}
.bannerImg .bs-banner-2{position:absolute; right:0; top:-85px; max-width:100%;}

.bannerChating{position:relative; left:-130px; top:40px; z-index:3; float:left;}

.bchat-info{padding:0px; display:flex; align-items: center; min-height:59px;margin-top:7px; width:100%;}
/*.bchat-info:first-child{margin-top:0; border-radius:60px 60px 60px 0;}
.bchat-info:last-child{ border-radius:0 60px 60px 60px;} */
.bchat-info h4{padding:10px 30px 10px 22px; display:flex; align-items: center; border-radius:0px 60px 60px 0; min-height:59px; background:#fff; border:1px solid rgba(255,255,255,0.45);}
.bchat-info:first-child h4{margin-top:0; border-radius:60px 60px 60px 0;}
.bchat-info:last-child h4{border-radius:0 60px 60px 60px;}
.bchat-info > h4{font-size:17px; font-weight:400; color:#03363D; font-family:'ABC Monument Grotesk'; margin:0 0 0 8px;}
.bchat-icon{height:35px; width:35px; border-radius:100%; float:left;}

.geat-broker-section{padding:140px 0;}
.gb-dlt{text-align:center;}
.gb-icon{height:123px; width:117px; display:flex; align-items:center; text-align:center; line-height:123px; margin:0 auto 50px; background:#DCF8FF; border-radius:20px; justify-content: center;}
.gb-dlt p{font-size:24px; line-height:1.4; color:#03363D; font-weight:normal;max-width: 260px;
    margin: 0 auto;}
.greatBrokr-btn .btn{text-transform:unset; min-width:200px; letter-spacing:1.3px; font-weight:400;}

.gb-icon svg{max-width:80px; margin:0 auto;}
/**Brokerage Services Page CSS**/

/**borrow-money CSS**/
.borrow-money-section{background:#FCFAF4; border-radius:100px 100px 0 0; padding:155px 0;}
.bm-right{padding-top:10px;}
.bm-right .main-title{margin-bottom:35px;}
.bm-left > img{opacity:93%;}
.bm-right .main-title h2 > span{color:#1F9F8A;}
.bm-right p{line-height:34px;}
.bm-right p strong{font-weight:500;}
.bm-green{font-weight:normal; color:#1F9F8A;}


/**borrow-money CSS**/

/**mortgage CSS**/
.mortgage-section h3{font-weight:300; font-size:40px; margin-bottom:10px;}
.mortgage-section{padding:130px 0 130px 0;}
.mortgage-section h2{margin-bottom:40px;}
.mortgage-box{background:#fff; margin-bottom:20px; display:flex; align-items:center; box-shadow:0 5px 15px #E4EAEB; border-radius:10px; padding:45px; position:relative;}

.mortgage-content{margin-left:40px;}
.mt-list{font-size:20px; font-weight:600; color:#03363D;}
.mt-list span{font-weight:200;}
.mt-list.mFee{color:#1F9F8A; font-weight:normal;}
.mt-list.mFee span{color:#03363D;}

.gBroker{margin-top:50px;}
/**mortgage CSS**/

/**Become a Member-section CSS**/
.mb-section{padding-bottom:100px;}
.mb-section .experience-section {
    background:/* url(../images/bm-section-img.png) no-repeat left bottom*/ none; background-size:auto 85%;
    border-radius: 100px 100px 0 0;
    padding: 110px 0;
}
.mb-section .experience-section{background-color:#F1F8F7; border-radius:20px; -webkit-border-radius:20px;}
.mb-section .experience-right{padding-top:0;}
.bm-btn{margin-top:15px;}
.bm-btn .btn{min-width:255px;}
.mb-section p strong{color:#1F9F8A;} 
/**Become a Member-section CSS**/

/* memberShip Banner CSS */
.memberShip .banner-section h1{max-width:640px; margin-bottom:60px;}
.memberShip .banner-right-content{max-width:500px;}
.memberShip .banner-info{border-radius:10px; padding:15px; box-shadow:0 0 10px rgba(0,0,0,.05); margin-top:15px; max-width:440px; -webkit-border-radius:10px; display:flex; align-items: center;}
.memberShip .banner-icon{width:61px; height:61px;}
.memberShip .banner-text{flex:1; padding:0 14px;}
.memberShip .banner-right-icon{height:50px; width:50px; background:#F1F8F7; text-align:center; line-height:50px; border-radius:6px;}

.memberShip .banner-info.sec{background:rgba(255,255,255,0.1);
    float:left; width:100%; border-color:transparent; margin-left:-50px; backdrop-filter:blur(30px);}
.fright{float: right;}
/* memberShip Banner CSS */

.gparencyFee{text-align:center; position:relative;}
.TTprice{border-radius:30px 30px 30px 0; margin:0 auto -25px; position:relative; z-index:1;
    max-width:244px; min-height:60px; display:flex; align-items:center; font-size:22px; font-weight:500; color:#fff; padding:8px;
    text-align:center; box-shadow:0px 3px 15px rgb(0 0 0 / 10%);}
.BrokerFee{position:absolute; top:50%; left:50%; right:0; transform:translate(-50%, -50%); max-width:58px; width:100%; margin-top:30px; max-width:580px;}
.convenNfee{text-align:left; float: left; border-bottom:6px solid #1F9F8A; background:#fff; max-width:245px; padding:25px 30px 15px; box-shadow:0 0 15px rgba(0,0,0,.15); border-radius:20px 20px 0 0;}
.convenNfee+.convenNfee{float:right;}
.convenNfee h2{font-size:20px; min-height:48px; display:flex; align-items:center; font-weight:bold; color:#03363D;}
.comissionFee{border-top:1px solid #e1ecea; border-bottom:1px solid #e1ecea; margin:0 -30px 15px; padding:15px 30px;}
.comissionFee .title{font-size:20px; font-weight:300; color:#03363D;}
.comissionFee .total{font-size:20px; font-weight:bold; color:#6FC0D5;}
.totalFee .title{font-size:20px; font-weight:300; color:#03363D;}
.totalFee .total{font-size:20px; font-weight:bold; color:#1F9F8A;}
.TTprice span{margin:0 auto;  font-weight:400;}

.mb-section .experience-left {
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 9;
}
.mb-section > .container {
    position: relative;
}
.mb-section .bm-btn.greatBrokr-btn {
    margin-top: 35px;
}
/*** new design changes css start ***/
.social-header li {
    display: inline;
    margin-left: 16px;
}
.social-header {
    margin-left: 17px;
}
.social-header li a > img {
    transition: 0.4s;
}
.social-header li a > img:hover,.social-header li a > img:focus {
    opacity: 0.6;
}
/*** new design changes css end ***/