@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Poppins:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
body {
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #687068;
   font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #252525;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.ptb-100{
    padding: 100px 0px;
}
.max-ul{
    max-height: 550px;
    overflow: hidden;
    overflow-y: scroll;
}

/* about */

.about-img {
	margin-left: -50px;
}
.about-text {
	position: absolute;
	bottom: 65px;
	right: 30px;
	height: 135px;
	width: 265px;
	text-align: center;
	background: #d29751;
	box-shadow: 5px 5px 0 0 #d29751;
}
.about-text span {
	font-size: 24px;
	color: #fff;
	font-style: italic;
	top: 30px;
	position: relative;
}
.about-title > span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #d29751;
	height: 30px;
	display: inline-block;
	width: 110px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}
.about-title h2 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 35px;
}
.about-title p span {
	display: inline-block;
	height: 2px;
	width: 40px;
	background: #124e7d;
	margin-right: 20px;
	position: relative;
	top: -5px;
}
.about-title p {
	font-size: 14px;
	margin-bottom: 0;
    font-weight: 600;
}
.about-content p {
	margin-bottom: 45px;
}
.section-t h2 {
	font-size: 350px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1;
	color: #252525;
	opacity: .05;
	margin: 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-style: italic;
	top: -35px;
	line-height: 1;
}
.second-about {
	top: 62%;
	transform: translate(-50%,-50%);
	left: 74%;
	right: 0;
	bottom: 0;
}
.second-atitle > span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #d29751;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
	background: transparent;
}
.s-about-content p {
	margin-bottom: 15px;
}
.btn{
    background: #081a54;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 45px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.mt-20{
    margin-top: 20px;
}
.section_gap-sm {
    margin: 20px 0px 02px 0px;
}
.border1px{
    border: 1px solid #e8e8e8;
    box-shadow: 3px 3px 7px 0px rgb(156 151 151 / 50%);
    margin-bottom: 6px;
}
.counter-column {
    position: relative;
    /* float: left;
    width: 20%; */
    padding: 0 9px;
    margin-bottom: 20px;
}
.counter-column .inner {
    position: relative;
    padding: 50px 20px;
    text-align: center;
    background-color: #6c0886;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.counter-column .inner:hover{
    background: #07aab4;
    cursor: pointer;
}

 .counter-column .inner:before {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    content: "";
}
 .counter-column .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.counter-column .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.counter-column .count-box {
    position: relative;
    font-size: 30px;
    line-height: 1em;
    color: #24262d;
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: .03em;
}
.counter-column .count-text {
    position: relative;
    font-size: 18px;
    line-height: 1em;
    color: #f0eded;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.counter-column .counter-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .03em;
    /* text-transform: uppercase; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.advisor-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
}
.advisor-content ul li {
    list-style-type: none;
    display: block;
    color: #444444;
    margin-bottom: 12px;
    font-size: 16px;
    position: relative;
    display: flex;
    border-bottom: 1px solid #eeecec;
    padding-bottom: 20px;
}
.advisor-content ul li:before {
    left: 0;
    color: #245c87;
    content: "\f005";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /* position: absolute; */
    top: 17px;
    font-weight: 100;
    margin-right: 9px;
}
.bg-image1{
    background: url(../images/9.jpg) center no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
    background-attachment: fixed;
    position: relative;
}
.bg-image1::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000291;
}
.mt-10{
    margin: 20px 0px 0px;
}

.one-section-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
}
.one-section-title .sub-title {
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(23%, #a46c19), color-stop(64%, #cc8934)); */
    background: linear-gradient(90deg, #245c87 23%, #245c87 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 5px;
}
/* .one-section-title .sub-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    right: -48px;
    bottom: 7px;    
    background:  linear-gradient(90deg, #13a5ac 23%, #08acb5 64%);
} */
.two-section-title .sub-title:before {
    left: 50%;
    right: unset;
    bottom: -7px;
    width: 40%;
    transform: translate(-50%);
}
.two-section-title  {
    font-size: 40px;
}
.zoom-gallery img{
max-width: 100%;
}
.price-list-section{
    padding: 20px 80px;
}
.mt-20{
    margin-top: 20px;
}
.mb-10m{
    margin-bottom: -10px;   
}
@media screen and (max-width: 768px){
    .price-list-section{
        padding: 20px 0px;
    }
    .max-ul{
        max-height: 250px;        
    }
    .advisor-content{
        margin-top: 10px;
    }
    .second-atitle h1{
        font-size: 30px;
    }
    .two-section-title {
        font-size: 23px;
    }
    .one-section-title .sub-title{
        font-size: 25px;;
    }
    .about-area{
        background: aliceblue;
    }
    .btn{
        padding: 12px 20px;
        font-size: 12px;
    }
    h1, h2, h3, h4, h5, h6{
        font-family: unset;
        
    }
}