body{
	width: 100%;
	max-width: 100%;
	overflow-x:hidden; 
}
.container {
    width: 86%;
}
.mr-tp5{
	margin-top:5px;
}
.mr-bt5{
	margin-bottom:5px;
}
.mr-tp10{
	margin-top:10px;
}
.mr-tp41{
	margin-top:41px;
}
.lbrown-color{
	/*color:#E50010;*/
	color:#E50010;
}
.lbrown-bg{
	background:#E50010;
}
.logo-top{
	text-align: center;
}
.logo-top img{
	width: 180px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.navbar-nav{
	margin: auto;
    width: fit-content;
    text-align: center;
    float: inherit;
}
.sticky-nav{
	position: relative;
}
.sticky-nav.shrink-nav{
	top:0;
	position: fixed;
}
.d-flex{
	display: flex;
}
.mr-auto{
	margin: auto;
}
.small-font{
	font-size: 14px!important;
    line-height: 18px!important;
}
body{
	padding: 0 30px;
}
.top-header-area{
	border-bottom: 1px solid #ccc;
}
.nav > li {
    margin: 0px 20px 10px;
}
.home-banner-slider .owl-item{
	height: 72vh;
    /*border-bottom: 8px solid #e6e6e6;*/
}
.home-banner-slider .slider-text-middle-main {
    height: 68vh;
}
@font-face {
  font-family: c-title;
  src: url(adelia.ttf);
}
@font-face {
  font-family: head-title;
  src: url(americana-std-bold.otf);
}
@font-face {
  font-family: poppins-regular;
  src: url(Poppins-Regular.ttf);
}

.c-title{
	font-family: c-title;
}
.head-title{
	font-family: head-title;
}
.body-font{
	font-family: poppins-regular;
}
/*----------Zoom Slide-Start----------*/

/*----------Zoom Slide-Start----------*/

@-webkit-keyframes move {
from {
transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1); /* IE 9 */
-webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
-o-transform: scale(1.1, 1.1); /* Opera */
-moz-transform: scale(1.1, 1.1); /* Firefox */
}
to {
transform: scale(1.05, 1.05);
-ms-transform: scalescale(1.05, 1.05); /* IE 9 */
-webkit-transform: scalescale(1.05, 1.05); /* Safari and Chrome */
-o-transform: scalescale(1.05, 1.05); /* Opera */
-moz-transform: scale(1.05, 1.05);/* Firefox */

}
}
.home-banner-slider .item img {
animation:move 9s ease infinite; 
-ms-animation:move 9s ease infinite;
-webkit-animation:move 9s ease infinite;
-o-animation:move 9s ease infinite;
-moz-animation:move 9s ease infinite;
}
.home-banner-slider .container{
	position: absolute!important;
    top: 75%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.width100{
	width: 100%;
}
.bnr-form{
	width: 80%;
    margin: auto;
    padding: 2rem 1rem 0rem;
    position: absolute;
    bottom: -18%;
    left: 10%;
    background: #f1f1f1;
    z-index: 99;
}
.home-banner-slider .owl-pagination{
	display: none;
}
.pos-relative{
	position: relative;
}
input{
	padding: 5px 15px;
}
.text-justify{
	text-align: justify;
}
p{
	text-align: justify;
}
.abt-border{
	border-left: 1.8px solid #E50010;
	padding-left: 30px;
}

/*========================================================================== Deluxe Two ==========================================================================*/
 .deluxe__two-item-content {
	 padding:20px 12px;
	 border: 1px solid #cccccc;
	 border-top: 0;
	 background: #fff;
	 position: relative;
	 -webkit-transition: all 0.4s ease-out 0s;
	 transition: all 0.4s ease-out 0s;
}
 .deluxe__two-item-content h4 a {
	 -webkit-transition: all 0.5s ease-out 0s;
	 transition: all 0.5s ease-out 0s;
}
 .deluxe__two-item-content h4 a:hover {
	 color: var(--primary-color);
}
 .deluxe__two-item-content p {
	 margin: 8px 0;
	 line-height: 17px;
}
.deluxe__two-item-content > span {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	color: #ffffff;
	background: #000000;
	padding: 5px 15px;
	position: absolute;
	left: 16px;
	top: -52px;
}
 .deluxe__two-item-content-meta ul {
	 padding: 0;
	 margin: 0;
}
 .deluxe__two-item-content-meta ul li {
	 display: inline-block;
	 list-style: none;
	 margin-right: 5px;
	 font-size: 13px;
}
 .deluxe__two-item-content-meta ul li:last-child {
	 margin: 0;
	 float: right;
}
 .deluxe__two-item-content-meta ul li i {
	 color: #E50010;
	 margin-right: 10px;
}
 .deluxe__two-item-content-bottom {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 margin-top: -45px;
	 padding-top: 15px;
	 border-top: 1px solid #cccccc;
	 opacity: 0;
	 -webkit-transition: all 0.4s ease-out 0s;
	 transition: all 0.4s ease-out 0s;
}
 .deluxe__two-item-content-bottom p {
	 margin: 0;
	 font-size: 13px;
	 line-height: 23px;
}
 .deluxe__two-item-content-bottom p i {
	 color: #E50010;
	 display: inline-block;
	 margin-right: 8px;
}
 .deluxe__two-item-content-bottom p span {
	 font-weight: 600;
	 font-size: 14px;
	 line-height: 24px;
	 color: #0e1317;
	 display: inline-block;
	 margin-right: 10px;
}
 .deluxe__two-item:hover .deluxe__two-item-content {
	 margin-top: -60px;
}
 .deluxe__two-item:hover .deluxe__two-item-content-bottom {
	 margin-top: 15px;
	 opacity: 1;
}
 section {
    padding: 80px 0;
}
.mr-tp40{
	margin-top: 40px;
}
/*Highlights*/
.swiper-container {
	width: 100%;
	margin: 20px auto;
	padding-bottom: 5rem!important;
}    
.swiper-slide-container {
	text-align: center;
	height:100%;
	margin:auto;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.hglt{
	background-color: #E4E4E4;
    /*background-image: url(../images/myn/pattent.png);*/
    background-size: cover;    
}

.ht-content{
	background: #ffffff;
	width: 63%;
	position: absolute;
	padding: 2rem;
	bottom: -5rem;
}
.ht-content .title{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
.ht-content p{
	margin-bottom: 0px;
	text-align: center;
}

.text-center{
	text-align: center!important;
}
.mr-bt10{
	margin-bottom: 10px;
}
.amn-box{
	padding: 2rem 1rem;
	background: #ffffff
}
.mr-tp3r{
	margin-top: 3rem;
}
.testimonial-style2{
	border: 1px solid #ccc;
    padding: 4rem 3rem;
    margin: 0.2px;
}
.fd-box{
	position: absolute;
    background: #E50010;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    color: #ffffff;
    padding: 1.3rem 1rem;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 99;
}
}
.fd-box h1{
	color: #ffffff;
}
.fd-box p{
	line-height: 21px;
}
.color-white{
	color: #ffffff;
}
.video-title{
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 99;
}
.video-txt{
	text-transform: lowercase;
    font-size: 8rem;
    margin-bottom: 15px;
}
.hblog-title {
	/*position: absolute;*/
    /*left: 4%;*/
    /*bottom: 8%;*/
    /*color: #ffffff;*/
    font-size: 1.3rem;
    /*width: 80%;*/
}
.hblog-title a{
	color: #ffffff!important;
}
.b-rgt-title{
	font-size: 1.3rem;
	color: #010101;
}
.blog-box-right{
	border: 1px solid #cccccc;
    padding:1.7rem 2.3rem;
}
.mr-tp20{
	margin-top: 20px!important;
}
.mr-bt20{
	margin-bottom: 20px!important;
}
.mr-bt30{
	margin-bottom: 30px;
}
.mr-bt50{
	margin-bottom: 50px;
}
.brn-bg{
	background: #E50010;
}
.mr-flx{
    margin-left: 0;
    margin-right: 0;
}
.dark-bg{
	background: #222;
}
.no-pd-right{
	padding-right: 0;
}
.pd-right5{
	padding-right: 5%;
}
.pd-left2{
	    padding-left: 2rem;
}
.r-t{
	font-size: 3rem;
    color: #E50010;
    text-align: center;
    line-height: 4rem;
    margin-top: 2rem;
}
.btnr{
	margin-right: 0;
    margin-top: 0;
}
.brtp{
	border-top: 1px solid #010101;	
	margin-bottom: 30px;
}
.brbt{
	border-bottom: 1px solid #010101;
    padding-bottom: 30px!important;
    margin-bottom: 30px!important;
}
.float-right{
	float: right;
}
.gray-color{
	color: gray;
}
.form-control {
    font-size: 14px;
    line-height: 25px;
}
.opacity-08{
	opacity: 0.8;
	width: 55%;
}
/*scrollbar*/
.scrollbar
{
  margin-left: 30px;
  float: left;
  height: 80px;
  padding-right: 15px!important;
  width: 90%;
  overflow-y: scroll;
  margin-bottom: 25px;
}
.scrollbar-amn {
   margin-right: 18px;
    float: left;
    height: 72px;
    padding-right: 15px!important;
    width: 100%;
    overflow-y: scroll;
}
/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
  width: 3px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border: 2px solid #555555;
}
/*logo slider*/

.container-logo{
  width:100%;
  margin:auto;
  height:429px;
  overflow:hidden;
  border: 1px solid #e9e9e9;
}
.container-logo ul{
  list-style:none;
  position:relative;
}
.container-logo img{
	width: 68%;
	padding: 0 15px;
}
.no-pd-left{
	padding-left: 0;
}
.f-title{
	position: relative;
	/* background: #f4f0ec; */
	border-bottom: 1px solid #bab7b3;
	z-index: 99;
	padding: 0 0 3px;
	font-weight: 600;
	/* text-align: center; */
	width: fit-content;
	margin-left: 2rem;
}
.sweet-alert h2 {
    font-size: 19px!important;
    margin: 10px 0 0!important;
    line-height: 30px!important;
}
.copyright a{
	color: #cccccc;
}
.footer-middle h5{
	color: #cccccc;
}
.footer-logo{
	width: 240px;
}
.footer-link2{
	padding-left: 0%;
}

/*logo ticker*/

 @keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-250px * 7));
	}
}
#logo-slider .slider {
	 background: white;
	 /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
	 /*height: 100px;*/
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 /*width: 960px;*/
}
#logo-slider .slider::before, #logo-slider .slider::after {
	 background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	 content: "";
	 /*height: 100px;*/
	 position: absolute;
	 /*width: 200px;*/
	 z-index: 2;
}
#logo-slider .slider::after {
	 right: 0;
	 top: 0;
	 transform: rotateZ(180deg);
}
#logo-slider .slider::before {
	 left: 0;
	 top: 0;
}
#logo-slider .slider .slide-track {
	 animation: scroll 40s linear infinite;
	 display: flex;
	 width: calc(200px * 9);
}
#logo-slider .slider .slide {
	 /*height: 100px;*/
	 width: 180px;
	 /*padding: 10px 0;*/
}
 
/*Grid*/
.container-grid {
	display: grid;
	grid-template-columns: [col1] 33% [col2] 33% [col3] 33%;
	grid-gap: 20px;
	/*grid-template-rows: [row1] 25% [row2] 25% [row1] 25% [row1] 25%;*/
	grid-template-rows: [row1] 50% [row2] 50% ;
}
.grid-cell-1 {
	grid-column: 3 ;
	grid-row: 1;
	border: 1px solid #cccccc;
	padding: 1rem 1.5rem 0;
}
.grid-cell-6 {
	grid-column: 3 ;
	grid-row: 4;
	border: 1px solid #cccccc;
	padding: 1rem 1.5rem 0;
}
.grid-cell-2 {
	grid-column: 3 ;
	grid-row: 1;
	border: 1px solid #cccccc;
	padding: 1rem 1.5rem 0;
}
.grid-cell-3 {
	grid-column: 3 ;
	grid-row: 2;
	border: 1px solid #cccccc;
	padding: 1rem 1.5rem 0;
}
.grid-cell-4 {
	grid-row: 1 / 3;
	border-radius: 6px;
}
.grid-cell-5 {
	grid-column: 1 ;
	grid-row: 1 / 3;
}
.grid-cell-4 img, .grid-cell-5 img, .container-grid .pos-relative{
	height: 100%;
}
.mr-bt60{
	margin-bottom: 60px;
}
.abt-leftbr{
	/*border: 1px solid #e3e3e3;*/
	/*
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;*/
    padding-top: 40px!important;
}
.navbar-nav > li > a {
	font-size: 15px;
}
a{
	cursor: pointer;
}
#blog-page .col-lg-4{
	margin-bottom: 30px;
}
#blog-content{
	width: 78%;
    margin: auto;
    margin-top: -3rem;
    background: #fff;
    position: relative;
    padding: 2rem;
}

#owl-villa-slider .item, #owl-villa-slider1 .item, #owl-villa-slider3 .item, #club-slider .item, #owl-projectt-slider .item, #owl-villa-sliderp3 .item{
  margin: 10px;
}

.dropdown-menu {
    background-color: rgb(255 255 255 / 95%);
}
.dropdown-menu li a {
    color: #000000 !important;
}
.dropdown-menu li a:hover {
    color: #E50010 !important;
}
.itsabt{
	position: absolute;
	left: -9%;
	bottom: 8%;
	width: 130px;
}
.pd-bt0{
	padding-bottom: 0;
}
.accordion-style2 .panel{
	border: 1px solid #d4d4d4;
    margin-bottom: 15px;
}
.offer-img{
	position: absolute;
    left: 43%;
    width: 100px;
    top: -13%;
}
/*Blink Animation*/
.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
.newclass{
	background: linear-gradient(0deg, rgba(241,97,97,1) 55%, rgba(223,25,25,1) 100%);
	color: #ffffff;
	padding: 2px 10px;
	font-size: 14px;
}
#logo-slider{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-left: 0rem;
}
.rlbdr{
	border-top: 2px solid black;
    position: absolute;
    border-bottom: 2px solid #000000;
    margin-left: 2rem;
    padding-top: 1rem;
}
.wa img {
    position: fixed;
    right: 0.5%;
    bottom: 2%;
    width: 64px;
    z-index: 999;
}
#site-visit .modal-header .close, #cp-meet .modal-header .close, #get-quote .modal-header .close, #d-brochurem .close{
	position: absolute;
	right: 3%;
	top: 5%;
	opacity: 1;
}
#site-visit .modal-title, #cp-meet .modal-title, #get-quote .modal-title, #d-brochurem .modal-title{
	font-size: 1rem;
	line-height: 1.2rem;
	text-transform: inherit;
}
.new-fntbs{
	font-size: 1.7rem!important;
}
.swiper-button-next{
  background-image: url(../images/myn/next.jpg)!important;
}
.swiper-button-prev{
  background-image: url(../images/myn/prev.jpg)!important;
}
.modal-dialog{
	margin: 7rem auto;
}
.modal-body, .modal-header{
	padding: 2rem;
}
.get-quote-btn{
	background: #000000;
    color: #ffffff!important;
    padding: 1px 5px;
}
.b-rgt-titleb {
    font-size: 0.8rem;
    color: #010101!important;
    /*font-weight: 600!important;*/
    line-height: 0.8rem;
}
.rgt-sidebar{
	border: 1px solid #eaeaea;
    padding: 1rem;
}
.blog-link{
   margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
/*Abt Grid*/
/*Grid*/
.container-gridabt {
	display: grid;
	grid-template-columns: [col1] 25% [col2] 25% [col3] 25% [col4] 25%;
	/*grid-gap: 20px;*/
	grid-template-rows: [row1] 50% [row2] 50% ;
}
.gridabt-cell-1 {
	grid-column: 1 ;
	grid-row: 1/3;
	border: 1px solid #cccccc;
	padding: 2rem;
}
.gridabt-cell-6 {
	grid-column: 4 ;
	grid-row: 1/3;
	border: 1px solid #cccccc;
	padding: 2rem;
}
.gridabt-cell-2 {
	grid-column: 2 ;
	grid-row: 1;
	border: 1px solid #cccccc;
	padding: 2rem;
}
.gridabt-cell-3 {
	grid-column: 2 ;
	grid-row: 2;
	border: 1px solid #cccccc;
	padding: 2rem;
}
.gridabt-cell-4 {
	grid-row: 1;
	/*grid-column: 3 ;*/
	grid-column: 2/4 ;
	border: 1px solid #cccccc;
	padding: 2rem;
}
.gridabt-cell-5 {
	grid-column: 3 ;
	grid-row: 2;
	border: 1px solid #cccccc;
	padding: 2rem;
}
.why-title{
	position: absolute;
    top: 50%;
    left: 15%;
    z-index: 999;
    text-align: center;
}
.why-subhead span{
	font-size: 1rem;
	border-bottom: 1px solid #E50010;
	margin-bottom: 14px;
	padding-bottom: 3px;
}
.mr-bt15{
	margin-bottom: 15px;
}
.amn-list {
    list-style: disc;
    margin-left: 20px;
}
.amn-list li {
    margin-bottom: 10px;
    text-align: justify;
}
.darkbox:hover {
    background: #f7f8f2;
    transition: 0.3s ease;
    cursor: pointer;
}
.mr-bt4rem{
	margin-bottom: 4rem;
}
thead{
	background: #E50010;
}
table td, table th{
	padding: 15px;
	text-align: center;
}
table th{
	color: #ffffff;
	text-align: center;
}
h1{
	font-size: 34px;
	line-height: 40px;
}
.amntitle{
	font-size: 1.2rem;
	line-height: 1.5rem;
	border-bottom:2px solid #E50010;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.br-rad50{
	border-radius: 50%;
}
.amn-img{
	width: 34%;
	opacity: 0.95;
}
.amenities-row .col-lg-3{
	margin-bottom: 20px;
}
/*get in touch form*/
.get-in-touch {
	z-index: 10;
	position: fixed;
	right: -5.5%;;
	padding: 5px 5px 5px 5px;
	font-weight: 600;
	top: 18%;
	background: #DE1244;
	transform: rotate(-90deg) translate(-100%, 40%);
	border-radius: 6px;
}
.get-in-touch span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 13px;
  margin-bottom: 0;
}
.get-in-touch span img {
  width: 25px;
  transform: rotate(90deg) translate(0%, 0%);
  margin: 0 0px 0 10px;
}
.get-in-touch a{
  color: #ffffff;
  font-size: 16px;
}
/*Button Animation*/

.dbuttons1 {
    color: #ffffff!important;
    background: #E50010;
    padding: 9px 30px;
    border: none;
    line-height: 16px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    width: max-content;
}       
.pbar1 span{
  position: relative;
  z-index: 1;
}   
.pbar1:before{
  background: #a06c2b;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  animation: progress 3s linear infinite;
  border-radius: 3px;
}

@keyframes progress{
  to{
    width: 100%;
  }
}
.amn-icon{
    width: 65px;
    margin-bottom: 10px;
}
.amntitle1 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    /* border-bottom: 2px solid #E50010; */
    margin-bottom: 14px;
    text-transform: capitalize;
}
.moretext {
  display: none;
}
.sv{
	font-weight: 600;
	color: #414141;
}
.swiper-container.prop-page{
	padding-bottom: 2rem!important;
}
.swiper-container.prop-page .ht-content, .swiper-container.prop-page1 .ht-content {
    background: #eeeeee;
    padding: 1rem;
    bottom: -2rem;
}
.owl-pagination{
	display: none!important;
}
#owl-youtube .item{
	padding: 0px 15px
}
.mr-tp2{
	margin-top: 2%;
}
.btn-viewallb{
	/*position: relative;
    top: 95px;*/
}
.btn-viewallb a{
	    color: #fff;
}
.btn-black:hover a {
    color: #000000;
}
.p-img{
	background: #E50010;
    width: 50px;
    height: 50px;
    padding: 0.8rem 1.3rem;
    position: relative;
    border-radius: 50%;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.3rem;
    font-weight: 700;
}
.awards img{
	width: 75%;
	margin-bottom: 30px;
} 
.n-launch{
	position: absolute;
	left: 4.8%;
	z-index: 9;
	background: #E50010;
	top: 0;
	color: #ffffff;
	font-size: 13px;
	padding: 3px 10px;
}
.rdmore{
	font-size: 14px;
}
.out-box {
    box-shadow: 1px 2px 2px 3px #cccccc;
    padding: 2.8rem 1.2rem;
}
.ex-pd {
    padding: 5px 35px!important;
}
.ctmbr{
	border: 2px solid #E50010;
	padding: 10px;
}
.ofr-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
}
.d-desk{
	display: block;
}
.d-mob{
	display: none;
}
.pos-relative{
	position: relative;
}
.abcolor{
	color: #E50010!important;
}
.text-align-right{
	text-align: right;
}
.text-align-left{
	text-align: left;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: inherit;
}
.xtra-pd{
	padding: 4px 30px!important;
}
.ssv-btn {
    /* writing-mode: vertical-rl; */
    position: fixed;
    right: 0;
    background: #E50010;
    color: #ffffff!important;
    bottom: 0%;
    z-index: 99;
    padding: 10px 5px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
.mr-left0{
	margin-left: 0;
}
.br-sofr{
	border: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 20px;
}
.amn-box-nap {
    height: 285px;
}
.scrollbar-na {
    /* margin-left: 30px; */
    float: left;
    height: 110px;
    padding-right: 15px!important;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.gr-logo{
	width: 150px;
	margin-bottom: 15px;
}
.ht-content.ht1 {
    width: 88%;
}
.swiper-container.prop-page1 .ht-content.ht1{
   bottom: -6rem;
}
.swiper-container.prop-page1 {
    padding-bottom: 6rem!important;
}
.phone-icn {
    position: fixed;
    right: 1%;
    bottom: 14%;
    z-index: 99;
    background: #0066ff;
    color: #ffffff!important;
    padding: 15px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    line-height: 25px;
    font-size: 23px;
    text-align: center;
}
.phone-icn i{
	color: #ffffff;
}
.na-pl0tamn .swiper-slide-container{
	display: block;
}
.fnt16{
	font-size: 16px;
}
.na-pl0tamn{
	padding-bottom: 0%!important;
}
.amntitle-blog {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top:20px;
    text-align: center; 
}
.owl-bg-2{
	background-image:url('../images/myn/btr-bnr.webp')
}
.owl-bg-3{
	background-image:url('../images/myn/bnr-3-desk.webp');
	/*background-image:url('../images/myn/ad-2.jpg');*/
}
.owl-bg-4{
	background-image:url('../images/myn/bnr-4-desk.webp');
	/*background-image:url('../images/myn/ad-2.jpg');*/
}
/*.photo { 
   display: block; 
   opacity: 0;
   transition: opacity .10s linear;
}
.photo[data-scroll="in"] {
   opacity: 1;
   transition-duration: 0.5s;
}*/
.lake-house-btn{
	position: absolute;
    right: 1%;
    bottom: 37em;
    z-index: 999;
}
.abt_logo{
	width: 170px;
	margin-bottom: 0px!important;
}
#owl-demo .owl-prev i{
	position: absolute;
    top: 35vh;
    background: #fff;
    padding: 18px 8px;
    color: #000;
    font-size: 22px;
    left: -0.2%;
}
#owl-demo .owl-next i{
	position: absolute;
    top: 35vh;
    background: #fff;
    padding: 18px 8px;
    color: #000;
    font-size: 22px;
    right: -0.2%;
    left: auto;
}
.top-footer-row{
	border-bottom: 1px solid #636363;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
}
#get-membership{
	display: none;
}
#blog-slider.owl-carousel .owl-prev i, #owl-youtube.owl-carousel .owl-prev i, #owl-projectt-slider.owl-carousel .owl-prev i{
	    position: absolute;
    top: 0;
    right: 3%;
    background: #000000;
    color: #fff;
    padding: 10px;
}
#blog-slider.owl-carousel .owl-next i,  #owl-youtube.owl-carousel .owl-next i, #owl-projectt-slider.owl-carousel .owl-next i{
	    position: absolute;
    top: 0;
    right: 0%;
    background: #000000;
    color: #fff;
    padding: 10px;
}
#blog-slider{
	padding-top: 4rem;
	margin-bottom: 25px;
}
.pd-tp12{
	padding-top: 8rem;
}
.btn-mine{
	position: absolute;
	left: 14%;
	top: 50%;
	font-size: 14px!important;
}
.mb-0{
	margin-bottom: 0px;
}
.fnt-new{
	font-size: 16px;
    margin-bottom: 0px;
    line-height: 25px;
}
.ctm-iconn {
    color: #E50010;
    font-size: 23px;
    margin-right: 5px;
    width: 30px;
    text-align: left;
}
.icn-i {
    position: absolute;
    top: -1px;
}
.pd-left40{
	padding-left: 40px;
}
.col-lg-2c{
	width: 12.5%;
	padding:38px;
	text-align: center;
}
.mr-bt0{
	margin-bottom: 0;
}
.ftr-lg{
	border-top: 1px solid gray;
	padding-top: 2rem;
	margin-top: 2rem;
}
.ftr-lg p{
    font-size: 12px;
}
.ftr-lg img{
	width: 80%;
}
#owl-youtube{
    padding-top: 3rem;
    padding-bottom: 1rem;
}
#owl-projectt-slider{
	padding-top: 3rem;
}
#pricing .item {
    background: #fff;
    /* margin: 0 10px 25px; */
    padding: 0 0px 10px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom: 25px;
}
#pricing .item b{
  font-weight: 600;
  font-size: 17px;
} 
.txt-pd {
    padding: 0 10px;
}
.txt-pd p{
    padding: 0 10px;
}
.scrollbar-amnctm{
	background: #fff;
	width: 100%;
	height: 90px;
	overflow-y: scroll;
	padding-right: 10px!important;
}
.brabt{
	border: 1px solid #e3e3e3;
}
.pdlr{
	padding: 0rem 2rem!important;
}

/*Popup*/
.lightbox.onoutwindow {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.onoutwindow .box {
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4a1953;
    color: #fff;
}
.onoutwindow .box p{
    margin: 0!important;
}

.onoutwindow .close {
   position: absolute;
    left: 97%;
    top: 2%;
    margin: -10px 0 0 -10px;
    width: 35px;
    height: 35px;
    color: #000000;
    opacity: 1;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /* border-radius: 50%; */
    background-color: #fac610;
    cursor: pointer;
    text-decoration: none;
}
.col-1-5{
    width: 20%;
    padding: 15px;
}
.col-1-5 img{
   border-radius: 50%;
}
.g-color{
	color: #8b8b8b;
}
.d-lct{
	display: flex;
}
.br-btnav{
	border-bottom: 1px solid #ccc;
}
.gal-career .col-lg-4{
	margin-bottom: 30px;
}
textarea.form-control{
	height: 150px;
}
.pr-logo{
	width: 40%;
}
.pr-box{
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
	padding: 1rem;
}