*,
::after,
::before {
	box-sizing: border-box
}

@font-face {
	font-family: 'Shango';
	src: url('Shango-Medium.woff2') format('woff2'),
		url('Shango-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Shango';
	src: url('Shango-Regular.woff2') format('woff2'),
		url('Shango-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Shango';
	src: url('Shango-Bold.woff2') format('woff2'),
		url('Shango-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('AvenirLTStd-Book.woff2') format('woff2'),
		url('AvenirLTStd-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('AvenirLTStd-Roman.woff2') format('woff2'),
		url('AvenirLTStd-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('AvenirLTStd-Black.woff2') format('woff2'),
		url('AvenirLTStd-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body,
html {
	height: 100%
}

body {
	margin: 0px;
	padding: 0px;
	/* overflow: hidden; */
	box-sizing: border-box;
	font-family: 'Avenir LT Std' !important;
	overflow-x: hidden;
}
#hero{    background-attachment: fixed;}
.h-100 {
    height: 100%!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.my-auto{margin-top: auto;
margin-bottom: auto;}
.eqhight{}
/* nav */
.headernav {
    
    width: 100%;
    position: fixed;
    z-index: 10;
}
.headernav.large {
    height: 120px;
}
.headernav.small {
     height: 50px;
    background-color: #116a6e;
    z-index: 9999999;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    visibility: visible;
    transition: all .25s ease;
    -webkit-font-smoothing: antialiased;
    animation-name: fade-in;
    animation-duration: 7s;
}
.headernav.small .bbul {
    margin-top: 14px;
}
.headernav.small .nav-container {
top: 40%; }
.headernav.small .logo img {}
.headernav.small .logo img {
    width: 40%;
    left: 30%;
    top: -46%;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.header2.headernav.small .bbul li span {
    border-bottom: 6px solid #fff);
    padding-bottom: 4px;
    z-index: 99;
    position: relative;
color: #fff;}
/* nav 1 */
.headernav1 {
    
    width: 100%;
    position: fixed;
    z-index: 10;
}
.headernav1.large {
    height: 120px;
}
.headernav1.small {
    height: 50px;
	background-color: #116a6e;
	    z-index: 9999999;
		
}
.headernav1.small .bbul {
    margin-top: 14px;
}
.headernav1.small .nav-container {
top: 40%; }
.headernav1.small .logo img {}
.headernav1.small .logo img {
    width: 40%;
    left: 25%;
    top: -54%;
}
.headernav1.small .bbul li {
    color: #fff;
}
.headernav1.small .button_container span {
background: #fff;}
.header1.headernav1.small .bbul li span {
    border-bottom: 6px solid #fff;
    padding-bottom: 4px;
    z-index: 99;
    position: relative;
color: #fff;}
/* nav 1 */
/* nav */
.nav-link {
    display: block;
    padding: 1.5rem 1rem!important;
}

.owl-carousel02 h5{    padding: 0px;
       margin: 0px;
    margin-top: -8px}
.header1{    background: #fff;
    height: auto!important;}
	.header1 .bbul li {
    color: #000;}
.header2 .button_container {
    position: absolute;
top: 0px;}
.awhole {
	position: relative;
}


.awhole img {
	height: 500px;
	object-fit: cover;
}

.awhole p {}

.awhole a:hover {
color: #000;
    text-decoration: none;
    background: #dfd5a8;
}

.awhole a {
    float: right;
    background: #006b6d;
    border-radius: 4px;
    padding: 0px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0px;
    margin-top: 5px;
    text-align: center;
    position: relative;
	    padding-right: 35px;
}

.awhole a i {
position: absolute;
    right: 15px;
    top: 7px;
}

.product-villa {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 6px;
	position: absolute;
	bottom: 40px;
	left: 15px;
	width: 25%;
}


.product-villa1 {
    background: #dfd5a8;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 47px;
    width: 180px;
    height: 48px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-family: 'Avenir LT Std' !important;
}

.product-villa1 a{
	    color: #116a6e;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.product-villa1 a:hover{    color: #116a6e;
    text-decoration: none;}
	.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999!important;
    display: none;
    overflow: hidden;
    outline: 0;
    background: #18161699!important;
}
.slider-nav {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #116a6e;
}

.header2 {
	/* position: absolute; */
	width: 100%;
}

.header2 .bbul li span {
	color: #fff !important;
	border-bottom: 0px solid rgb(0 128 128) !important;
}

.header2 .button_container span {
	background: #fff !important;
}

.hedbg .owl-carousel01 .item .cover {
	background: transparent !important;
}

.hedbg .owl-carousel01 .item .cover .header-content h2 i {
	font-size: 6px;
	top: -4px;
	position: relative;
	right: 10px;
}

.pr-00 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.pl-00 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.western img {
	width: 100%;
	/* height: 438px; */
	object-fit: cover;
}

.flex-column {
	max-width: 25;
	width: 25%;
}

.flex-column img {
	/* margin: 5px;      */
	width: auto;
}

.scale {
	transform: scaleY(1.05);
	padding-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

.western span {    float: right;}
.western p {
	font-size: 18px;
	color: #000;
	font-weight: 400;     text-align: justify;
}

.western h2 {
	text-align: center;
	color: #000;
	font-family: 'Shango';
	margin-top: 12px;
	margin-bottom: 21px;
	font-size: 28px;
	font-weight: bold;
}

.hedbg .owl-carousel01 .item .cover .header-content h2 {
	font-weight: 100;
	font-size: 17px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: 'Avenir LT Std' !important;
}

.hedbg .owl-carousel01 .item .cover .header-content {
	position: absolute !important;
	bottom: 40px !important;
	padding: 0px !important;
	text-align: left !important;
	padding-right: 0px;
	padding-left: 0px;
	/* overflow: hidden; */
}

/* slick slider */

.js .slider-single>div:nth-child(1n+2) {
	display: none
}

.js .slider-single.slick-initialized>div:nth-child(1n+2) {
	display: block
}

.slick-slide h3 {
	background: #116a6e;
	margin: 0px;
	position: relative;
	text-align: center;
	padding-right: 10px;
}

.slider-nav .is-active img {
	padding-left: 10px;
}

.slider-nav img {
	padding-left: 10px;
}

.slider-single h3 {
	line-height: 10rem;
}

.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 0%;
}

.slick-prev {
	left: 15px !important;
	z-index: 99999;
}

.slick-prev:before,
.slick-next:before {
	color: white !important;
}

.slick-next {
	right: 15px !important;
	z-index: 99999;
}

.column,
.columns {
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
	float: left;
}

/* .slider-nav h3 span { */
/* position: absolute; */
/* top: 50%; */
/* left: 50%; */
/* transform: translate(-50%, -50%); */
/* } */

.slider-nav .slick-slide {
	cursor: pointer;
}

.slick-slide.is-active h3 img {
	opacity: 1;
}

.slick-slide h3 img {
	opacity: 0.6;
}

.slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff
}

/* slick slider */
#hero .btn-scroll {
	transition: 0.4s;
	color: rgba(255, 255, 255, 0.6);
	animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

html {
	scroll-behavior: smooth;
}

.errcol {
	font-size: 14px !important;
	color: red !important;
	padding: 0px !important;
}

.scrollto {
	display: contents !important;
}

.fotersec {
	background: #0e696d;
	padding: 40px 60px;
}

.fotlogo {}

.fotlogo img {
	width: 96%;
}

.fotlogo h4 {
	color: #fff;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 16px;
	padding-left: 41px;
	padding-top: 28px;
	position: relative;
}

.fotlogo h4:before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background: #fff;
	left: 20px;
	top: 41%;
	position: absolute;
}

.fotul {
	padding-top: 30px;
}

.fotul li {
	color: #fff;
	margin-top: 16px;
}

.fotul li a {
	color: #fff;
	font-size: 20px;
}

.getin {}

.getin h3 {
	color: #ded6a8;
	font-family: 'Shango';
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-left: 40px;
}

.getin ul {
	list-style: none;
	padding-left: 0px;
}

.getin ul li {
	color: #ded6a8;
	margin-top: 15px;
	font-size: 20px;
}

.getin ul li img {
	width: 32px;
	margin-right: 3px;
	margin-top: -4px;
	border-radius: 50px;
}

.formenqy {}

.formenqy p {
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	padding: 20px;
}

.formenqy img {
	width: 112px;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
}

.contactform label {
	font-size: 14px;
	color: #6b6767;
}

.contactform input {
	border: 2px solid #116a6e;
	border-radius: inherit;
	margin-bottom: 15px;
	height: 50px;
	
    line-height: 18px!important;

}

.subutton {
	background: #116a6e !important;
	height: 29px !important;
	line-height: 15px !important;
	width: 120px;
	margin-top: 9px;
	float: right;
	border-radius: 10px !important;
	padding-bottom: 22px !important;
	margin-bottom: 0px !important;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #00968894 !important;
	outline: 0;
	box-shadow: 0 0 0 -0.8rem #00968894 !important;
}

.project {}

.owl-carousel01 .item img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.formenqy h3 {
	color: #000;
	font-family: 'Shango';
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.contactform textarea {
	border-radius: inherit;
	border: 2px solid #116a6e;
}

/* checkbox */
.containercheck {
	/* display: block; */
    position: relative;
    padding-left: 26px;
    padding-right: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked~.checkmark {
	background-color: #116a6e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
left: 7px;
    top: 4px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.phumcls {}

.pad60 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}
.buttomore {padding: 11px 8px 18px 8px;}
.buttomore:before {
	content: "";
	display: inline-block;
	height: 16px;
	vertical-align: middle;
}

.phumcls img {
	width: 100%;
	height: 452px;
	object-fit: cover;
}

.trees p {
	font-size: 19px;
	width: 63%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	margin-bottom: -5px;
	padding-top: 25px;
	font-weight: 500;
}

.phumcls p {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	    text-align: justify;
}

.phumcls h2 {
	text-align: center;
	color: #000;
	font-family: 'Shango';
	margin-top: 12px;
	margin-bottom: 21px;
	font-size: 28px;
	font-weight: bold;
}

.phumcls a i {}

.phumcls i {
	position: absolute;
    right: 15px;
    top: 6px;
}

.phumcls a:hover {
    color: #000;
    text-decoration: none;
    background: #dfd5a8;
}
.btn-primary:hover {
    background-color: #0069d9;
    border-color: #dfd5a8!important;
    color: #000!important;
    text-decoration: none;
    background: #dfd5a8!important;
}
.phumcls a {
	float: right;
	background: #006b6d;
	border-radius: 4px;
	padding: 0px 18px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 0px;
	margin-top: -15px;
	text-align: center;
	position: relative;
	    padding-right: 35px;
}

/* checkbox */
.mindover {
	background: #006b6d;
	padding: 40px;
	/* margin-bottom: 10px;  */
	z-index: 999999;
	position: relative;
}

.mindover h2 {
	text-align: center;
	color: #fff;
	font-family: 'Shango';
	margin-bottom: 0px;
}

.mindvison {
	background: #dfd5a8;
	padding: 25px;
	/* margin-top: 10px; */
}

.mindvison h2 {
	text-align: center;
	color: #000;
	font-family: 'Shango';
	margin-bottom: 0px;
	margin-top: 0px;
}

.pl-0 {
	padding-left: 0px !important;
}

/* box */
.box {
	background: #0e204d;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
}

.box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.box img {
	width: 100%;
	height: auto;
	transition: all .6s ease-in-out;
}

.box:hover img {
	opacity: 0.4;
	transform: scale(1.3);
}

.box .box-content {
	color: #fff;
	background: #13c5dd;
	width: 100%;
	padding: 15px 15px 10px;
	transform: translateX(-50%);
	position: absolute;
	bottom: -70px;
	left: 50%;
	transition: all 0.4s ease-out;
}

.box:hover .box-content {
	bottom: 0;
}

.box .title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 3px;
}

.box .post {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}

.box .icon {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 35%;
	left: 50%;
	transition: all 0.4s ease-out;
}

.box:hover .icon {
	opacity: 1;
}

.box .icon li {
	margin: 0 3px;
	display: inline-block;
	transition: all .5s ease-in-out;
}

.box .icon li:first-child {
	transform: translateX(-100%) translateY(-100%);
}

.box .icon li:last-child {
	transform: translateX(100%) translateY(100%);
}

.box:hover .icon li {
	transform: translateX(0) translateY(0);
}

.box .icon li a {
	color: #fff;
	background: #13c5dd;
	font-size: 18px;
	line-height: 39px;
	height: 35px;
	width: 35px;
	border-radius: 5px;
	display: block;
	transition: all .5s ease-in-out;
}

.box .icon li a:hover {
	color: #0e204d;
	background: #fff;
}

@media only screen and (max-width:990px) {
	.box {
		margin: 0 0 30px;
	}
}

/* box */
.portfolio-item:hover .portfolio-img img {
	transform: scale(1.1);
}

.portfolio-item .portfolio-img {
	overflow: hidden;
}

.portfolio-item .portfolio-img img {
	transition: all 1.4s ease-in-out;
}

.team-content .post {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.6s ease 0s;
	text-align: center;
	margin: 20px;
}

/* our team */
.our-team {
	text-align: center;
	position: relative;
}

.our-team:hover:before {
	opacity: 1;
	transform: scale(1);
}

.our-team .pic {
	position: relative;
}

.our-team .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.6s ease 0s;
}

/* .our-team:hover .pic:before{ opacity: 1; } */
.our-team img:hover {
	transform: scale(1.2);
}

.our-team img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	transition: all 0.8s ease-in-out;
}

.our-team .team-content {
	padding: 30px 0 20px;
	position: relative;
	top: 0;
	transition: all 0.6s ease 0s;
}

.our-team:hover .team-content {
	top: -50%;
}

.our-team .title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 7px 0;
	transition: all 0.6s ease 0s;
}

.our-team:hover .title {
	color: #fff;
}

.our-team .post {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.6s ease 0s;
}

.our-team:hover .post {
	color: #000;
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}

/* our-team2 */
.our-team2 {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 4px;
}

.our-team2 img {
	width: 100%;
	height: 290px;
	object-fit: cover;
	transition: all 0.5s ease-in-out 0s;
}

.height65 {
	height: 588px !important;
}

.our-team2:hover img {
	transform: scale(1.2);
}

.our-team2 .team-content2 {
	width: 100%;
	padding: 10px 10px;
	background: #fff;
	opacity: 0.9;
	position: absolute;
	text-align: left;
	bottom: 0;
	left: 0;
}

.our-team2 .title2 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 0px 0;
}

.our-team2 .post2 {
	display: block;
	font-size: 14px;
	color: #0facf3;
}

.nav-tabs {
	border-bottom: transparent !important;
	background: #116a6e !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background: #116a6e !important;
	border-color: transparent !important;
}

.p-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #fff !important
}

.nav-tabs .nav-link {
	color: #c7c7c7 !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent !important;
}

.nav-tabs .nav-item {
	margin-bottom: 0px !important;
}

.tab-content>.activepad {
	display: block;
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.small-11 {
	width: 100% !important;
}

.slider-single img {
	height: 490px !important;
	object-fit: cover;
	object-position: bottom;
}

.slick-slide.is-active h3 {

	background-color: #116a6e;
}

.slider-nav img {
	display: block;
	height: 170px;
}

/* our-team2 */
.devloper {
	padding-top: 50px;
	    padding-bottom: 30px;
}

.devloper h2 {
	text-align: center;
	font-family: 'Shango';
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.devloper p {
	text-align: center;
	font-size: 20px;
	color: #000;
}

.devloper h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}

.devloper img {
	width: 115px;
	margin: 0 auto;
	display: block;
	height: 103px;
	object-fit: contain;
	margin-bottom: 30px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 30%), -5px -5px 5px #7c737382;
	border-radius: 10px;
	margin-top: 25px;
}

/* our team */
.project {
	background: #006b6d;
}

.project h2 {
	text-align: center;
	color: #fff;
	font-family: 'Shango';
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 30px;
}

.project {}

/* service */
.mb-55 {
	padding: 6px !important;
}

.product-grid {
	font-family: 'Roboto', sans-serif;
}

.product-grid .product-image {
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	position: relative;
}

.product-grid .product-image a.image {
	display: block;
}

.product-grid .product-image img {
	width: 100%;
	transition: all 0.3s ease 0s;
	height: 415px;
	object-fit: cover;
}

.pad5 {
	padding: 5px;
}

/* .product-grid:hover .product-image img{ opacity: 0.7; } */
.product-grid .product-discount-label {
	color: #000;
	background: #dfd5a8;
	opacity: 0.8;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	line-height: 38px;
	width: 185px;
	height: 38px;
	position: absolute;
	top: 20px;
	left: 0;
	font-family: 'Shango';
}

/* service */
.imgcls {
	width: auto;
	height: auto;
	cursor: pointer;
}

.imgcls {
	width: auto;
	height: auto;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	position: absolute;
	bottom: 45px;
	right: 45px;
	z-index: 99;
}

/* .owl-carousel01 */
.owl-carousel02 .cover {
	padding: 75px 0;
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 40%);
	display: flex;
	align-items: center;
}

.owl-carousel02 .cover .header-content {
	position: relative;
	margin-top: -15px;
	text-align: center;
	/* overflow: hidden; */
}

.owl-carousel02 .cover .header-content a:hover {
	background: rgb(0 128 128);
}

.owl-carousel02 .cover .header-content a {
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	border: 1px solid #fff;
	letter-spacing: 1px;
	padding: 10px 20px;
	margin-bottom: 40px;
	margin-top: 30px;
	text-decoration: none;
	width: 167px;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
	font-family: 'Avenir LT Std';
	font-weight: normal;
	font-style: normal;
}

.owl-carousel02 .cover .header-content h2 {
	font-weight: 300;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 3px;
	color: #fff;
	font-family: 'Shango';
	margin-bottom: 0px;
}

.undline {
	width: 81%;
	height: 1px;
	background: #fff;
	margin: 10px auto;
	display: block;
}

.owl-carousel02 .cover .header-content p {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 3px;
	color: #fff;
	font-family: 'Shango';
}

.owl-carousel02 .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}

.owl-carousel02 .cover .header-content h4 {
	font-size: 14px;
	font-weight: 100;
	line-height: 36px;
	color: #fff;
	letter-spacing: 3.4px;
	font-family: 'Avenir LT Std';
	font-style: normal;
	margin-bottom: 0px;
	margin-left: 4px;
}

.owl-carousel02 .undline {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel02 h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel02 h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

.owl-carousel02 p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2.4px;
	position: absolute;
	bottom: -160%;
	left: 68px;
}

.owl-carousel02 h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.bnrBtm {

	text-align: center;
	margin-top: -65px;
	margin-left: -6px;
	z-index: 180;
	position: relative;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2.4px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;

}

.owl-carousel02 h6 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel02 h6 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2.4px;
	position: absolute;
	bottom: -160%;
	left: 68px;
}

.owl-carousel02 source {}

.owl-carousel02 video {
	    width: 100%;
    height: 100vh;
    object-fit: fill;
    max-width: 100%;
}

/* .owl-carousel01 */
img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.owl-carousel01 .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 40%);
	display: flex;
	align-items: center;
}

.owl-carousel01 .item .cover .header-content {
	position: relative;
	padding: 56px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	/* overflow: hidden; */
}

.owl-carousel01 .item .cover .resclass1 a:hover {
	background: rgb(0 128 128);
}

.owl-carousel01 .item .cover .resclass1 a {
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	border: 1px solid #fff;
	letter-spacing: 1px;
	padding: 10px 20px;
	margin-bottom: 40px;
	margin-top: 30px;
	text-decoration: none;
	width: 167px;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
	font-family: 'Avenir LT Std';
	font-weight: normal;
	font-style: normal;
}

.owl-carousel01 .item .cover .header-content h2 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 6px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 143px;
	font-family: 'Shango';
}

.owl-carousel01 .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}

.owl-carousel01 .item .cover .resclass1 h4 {
	font-size: 13px;
	font-weight: 100;
	line-height: 36px;
	color: #fff;
	letter-spacing: 3px;
	font-family: 'Avenir LT Std';
	font-style: normal;
}

.owl-carousel01 .item .cover .resclass1 {
	text-align: center;
}

.owl-carousel01 .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active .arrow a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .item source {}

.owl-carousel01 .item video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.videotext {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: center;
}

.videotext h1 {
	color: #fff;
}

.videotext h2 {
	color: #fff;
}

.videotext a {
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 10px 20px;
}

/*
.owl-carousel01 .cover::after {  
content: ""; 
position: fixed; 
 top: -71px; 
 left: 0; 
 right: 0; 
 text-align: center; 
 height: 131vh; 
 border: 1px solid #fff; 
 width: 79%; 
 margin: 0 auto; 
 border-radius: 50%; 
} */
/* .container-width{    max-width: 1288px!important; } */
/* .mrbt159{     margin-bottom: -109px;} */
.owl-carousel01 .item .cover .line {}

/* circle */
/* circle */
.owl-carousel01 .item .cover .line {
	position: fixed;
	top: -41%;
	left: 0;
	right: 0;
	text-align: center;
	height: 180vh;
	border: 1px solid #fff;
	width: 82%;
	margin: 0 auto;
	border-radius: 50%;
}

.owl-carousel01 .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	/* animation-name:zoomIn; */
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-prev {
	float: left;
}

.owl-carousel01 .owl-next {
	float: right;
}

.owl-carousel01 i {}

.owl-carousel01 .owl-nav {}

.owl-carousel01 .owl-prev i {
	position: absolute;
	z-index: 99999;
	background: #fff !important;
	background: white !important;
	background: rgb(255 255 255) !important;
	top: 49%;
	left: 8%;
	color: #fff;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	text-align: center;
}

.owl-carousel01 .owl-next i {
	position: absolute;
	z-index: 99999;
	background: #fff !important;
	background: white !important;
	background: rgb(255 255 255) !important;
	top: 49%;
	right: 8%;
	color: rgb(0 128 128);
	border-radius: 50px;
	width: 32px;
	height: 32px;
	text-align: center;
}

.owl-theme .owl-nav {
	margin-top: -10px !important;
}

.leftarrow {
	width: 13px;
	margin-top: 5px;
	margin-left: -3px;
}

.rightarrow {
	width: 13px;
	margin-top: 5px;
	margin-right: -3px;
}

/* slider */
.logo {}

.logo img {
    position: absolute;
    width: 55%;
    margin: 0 auto;
    display: block;
    z-index: 9;
    margin: 0 auto;
    left: 24%;
}

.mt12 {
	margin-bottom: -144px;
}

.bbul {
	padding-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.bbul li span {
	    border-bottom: 6px solid rgb(0 107 109);
	padding-bottom: 4px;
	z-index: 99;
	position: relative;
	color: #767171;
	letter-spacing: 1px;
	font-family: 'Avenir LT Std';
	font-weight: normal;
	font-style: normal;
}

.bbul li {
	display: inline;
	font-size: 14px;
	margin-right: 23px;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Avenir LT Std';
	font-weight: normal;
	font-style: normal;
}

/* slider */
/* navbar */
.nav-container {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 32%;
	left: 0;
	margin: 0 auto;
}

.nav-container p {
	font-size: 20px;
}

.nav-container a {
	display: inline-block;
	position: relative;
	text-align: center;
	color: #FF5252;
	text-decoration: none;
	font-size: 20px;
	overflow: hidden;
	top: 5px;
}

.nav-container a:after {
	content: '';
	position: absolute;
	background: #FF5252;
	height: 2px;
	width: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}

.nav-container a:hover:after,
.nav-container a:focus:after,
.nav-container a:active:after {
	width: 100%;
}

.button_container {
	position: absolute;
	top: -5px;
	right: 4%;
	height: 27px;
	width: 30px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.button_container:hover {
	opacity: 1;
}

.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #FFF;
}

.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}

.button_container.active .bottom {
	-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
	transform: translateY(-5px) translateX(0) rotate(-45deg);
	background: #FFF;
}

.button_container span {
	background: #9e9e9e;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}

.button_container span:nth-of-type(2) {
	top: 8px;
	width: 100%;
}

.button_container span:nth-of-type(3) {
	top: 16px;
}

.overlay {
	position: fixed;
	background: #006b6dd6;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
	z-index: 99;
}

.overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: .55s;
	animation-delay: .55s;
}

.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(60% / 5);
	min-height: 50px;
	position: relative;
	opacity: 0;
	/* margin-left: -5px; */
}

.overlay ul li a {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
	width: 100%;
}

.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	-webkit-transition: .35s;
	transition: .35s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

/* navbar */
/* scrool bar */
body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

.arrow {
	position: absolute;
	top: 92%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.arrow span {
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 0px solid #fff;
	border-right: 20px solid #fff;
	border-top: 20px solid transparent;
	transform: rotate(45deg);
	margin: -8px 170px;
	animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
	animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}

/* scrool bar */
/* new text animation */
/* new text animation */
/*iphone 4-portrait*/
.pcblock {
	display: block!important;
}

.resblock {
	display: none!important;
}

@media only screen and (max-width: 479px) {
	.pcblock {
		display: none!important;
	}

	.resblock {
		display: block!important;
	}

	.bnrBtm {
		text-align: center;
		margin-top: -132px;
		margin-left: -6px;
		z-index: 180;
		position: relative;
		color: #fff;
		font-size: 10px;
		letter-spacing: 0px;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation-name: fadeInDown;
		animation-delay: 0.3s;
	}

	.owl-carousel02 .cover {
		width: 108%;
	}

	.imgcls {
		bottom: 25px;
		right: 25px;
		z-index: 99;
	}

	.owl-carousel02 .cover .header-content h4 {
		font-size: 11px;
		font-weight: 100;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.owl-carousel02 .cover .header-content h2 {
		font-weight: 300;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 3px;
		color: #fff;
		font-family: 'Shango';
		margin-bottom: 0px;
	}

	.owl-carousel02 p {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation-name: fadeInUp;
		animation-delay: 0.3s;
		color: #fff;
		text-align: center;
		font-size: 9px;
		letter-spacing: 1.4px;
		position: absolute;
		bottom: -180px;
		left: 14%;
	}

	.undline {
		width: 76%;
	}

	.owl-carousel01 .item .cover .header-content {
		padding: 0px;
		margin-left: 35px;
		position: inherit;
	}

	.mrbt159 {
		margin-bottom: 0px;
	}

	.bbul li span {
		letter-spacing: 0px;
	}

	.bbul li {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.owl-carousel01 .active .item .cover .line {
		border-radius: 50%;
		width: 100%;
		padding-bottom: 100%;
		border: 1px solid #fff;
		top: ;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-56%, -64%);
		transform: translate(-56%, -64%);
		height: auto;
	}

	.owl-carousel01 .item .cover .line {
		border: 1px solid transparent;
	}

	.owl-carousel01 .cloned .cover .line {
		border: 1px solid transparent;
	}

	.line:before {}

	.rightarrow {
		width: 10px;
		margin-top: 0px;
	}

	.resclass1 {
		position: absolute;
		bottom: 12%;
		width: inherit;
	}

	.bbul {
		display: none !important;
	}

	.button_container {
		position: absolute;
		top: 65px;
		right: 28px;
		height: 27px;
		width: 30px;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}

	.owl-carousel01 .owl-prev i {
		left: 2%;
		display: none !important;
	}

	.owl-carousel01 .owl-next i {
		right: 25px;
		top: 41%;
		width: 25px;
		height: 25px;
	}

	.logo img {
		position: absolute;
		z-index: 99;
		width: 20%;
		margin: 0 auto;
		display: block;
		left: 42%;
		
	}

	.owl-carousel01 .item .cover .resclass1 a {
		padding: 8px 10px;
		letter-spacing: 0.5px;
		width: 122px;
		line-height: initial;
		font-size: 11px;
		margin-bottom: 15px;
	}

	.owl-carousel01 .item .cover .header-content h4 {
		font-size: 11px
	}

	.owl-carousel01 .item .cover .header-content h2 {
		font-weight: 300;
		font-size: 21px;
		letter-spacing: 3px;
		color: #fff;
		top: 40%;
		position: absolute;
		left: 30px;
		max-width: 284px;
		margin-top: 0px;
	}

	.arrow {
		top: 90%;
	}

	.containercc {
		/* width: 15%; */
		/* height:300px; */
		/* background: blue; */
	}

	.circle {
		border-radius: 50%;
		width: 100%;
		padding-bottom: 100%;
		border: 3px solid #fff;
	}

	.mindover h2 {
		font-size: 20px;
	}

	.pl-0 {
		padding-left: 15px !important;
	}

	.phumcls img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.trees p {
		font-size: 16px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 0px;
		text-align: center;
		padding: 40px 0px;
		margin-bottom: 0px;
	}
.project h2 {
  font-size: 20px;
}
.devloper h2 {
  font-size: 20px;
}
	.product-grid .product-discount-label {
		width: 80px;
		line-height: 40px;
	}

	.our-team img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.devloper p {
		text-align: center;
		font-size: 14px;
		color: #000;
	}

	.fotersec {
		background: #0e696d;
		padding: 40px 0px;
	}

	.fotlogo img {
		width: 45%;
	}

	.fotul {
		padding-top: 0px;
	}

	.pl-0,
	.px-0 {
		padding-left: 0 !important;
		padding-right: 0px !important;
	}

	.pad60 {
		padding-left: 15px !important;
		padding-right: 15px !important;
		
	}
.bbtop{padding-top: 40px;
padding-bottom: 40px;}
	.overlay ul li {
		margin-left: 20px;
	}

	.phumcls a {
		margin-top: 0px;
		margin-bottom: 30px;
		padding-bottom: 0px;
	}

	.phumcls p {
		text-align: justify;
		font-size: 14px;
	}

	.product-grid .product-image img {
		height: auto !important;
	}

	.getin ul li img {
		margin-right: 13px;
width: 23px;
margin-top: -4px;
	}
	.hedbg img {
  height: auto !important;
}
.header2 .button_container {
  position: absolute;
  top: 8px; z-index: 99999;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 99;
}
.nav-link {
  display: block;
  padding: 12px 0px!important;
  font-size: 10px;
}
.product-villa1 {
  color: #000;
  background: #fff;
  opacity: 0.4;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 38px;
  width: 122px;
  height: 38px;
  position: absolute;
  top: 20px;
  left: 0;
  font-family: 'Shango';
}
.mindover {
  z-index: 99;
  position: relative;
  padding: 20px;
}
.mindvison h2 {
  font-size: 20px;
}
.mindvison {
  padding: 20px;
}
.headernav1.small {  background: #006b6d; height: 50px !important;}
.headernav1.small .button_container {
  top: 16px;
}
.headernav1.small .logo img {
    width: 18%;
    left: 15px;
    top: -25px;
}
.phumcls h2 {
font-size: 20px;}
.slick-prev {
  width: 20px!important;
height: 20px!important; top: 41%!important; left: 30px !important;}
.slick-next {
  width: 20px!important;
height: 20px!important; top: 41%!important; right: 30px !important;}
.slider-single img {
  height: 224px !important;
  object-fit: cover;
  object-position: bottom;
}
.slider-nav img {
  display: block;
  height: 70px;
}
.product-villa {
  width: 90%;
}
.awhole img {
  height: auto;
  object-fit: cover;
}
.button_container span {
background: #dfdada;}
.header2 .overlay ul li {
  margin-left: -21px!important;
}
.hedbg .owl-carousel01 .item .cover .header-content h2 {
  position: initial;
}
.activepad h4{font-size: 16px;}
.flex-column {
  max-width: 100%;
  width: 100%;
}
.our-team2 img {
  width: 100%;
height: auto;}
.tab-content > .activepad {
  display: block;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.headernav.small .logo img {
width: 18%;
    left: 15px;
    top: -25px;
}.fotul li a {
  color: #fff;
  font-size: 14px;
}.fotul li {
  color: #fff;
  margin-top: 5px;
}
.getin h3 {
  color: #ded6a8;
  font-family: 'Shango';
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-left: 40px;
}
.getin ul li {
  color: #ded6a8;
  margin-top: 15px;
  font-size: 14px;
}
.headernav.small .nav-container {
  top: 5px;
}
.western p {
  font-size: 14px;
}
.western h2 {
  font-size: 20px;
}
.owl-carousel02 video {
    width: 100%;
    height: auto;
    object-fit: fill;
    max-width: 100%;
}
}

/*iphone  4 -landscape*/
@media only screen and (min-width: 480px) and (max-width: 699px) {
	.owl-carousel02 video {
    width: 100%;
    height: auto;
    object-fit: fill;
    max-width: 100%;
}
		.pcblock {
		display: none
	}

	.resblock {
		display: block
	}

	.bnrBtm {
		text-align: center;
		margin-top: -132px;
		margin-left: -6px;
		z-index: 180;
		position: relative;
		color: #fff;
		font-size: 10px;
		letter-spacing: 0px;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation-name: fadeInDown;
		animation-delay: 0.3s;
	}

	.owl-carousel02 .cover {
		width: 108%;
	}

	.imgcls {
		bottom: 25px;
		right: 25px;
		z-index: 99;
	}

	.owl-carousel02 .cover .header-content h4 {
		font-size: 11px;
		font-weight: 100;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.owl-carousel02 .cover .header-content h2 {
		font-weight: 300;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 3px;
		color: #fff;
		font-family: 'Shango';
		margin-bottom: 0px;
	}

	.owl-carousel02 p {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation-name: fadeInUp;
		animation-delay: 0.3s;
		color: #fff;
		text-align: center;
		font-size: 9px;
		letter-spacing: 1.4px;
		position: absolute;
		bottom: -180px;
		left: 14%;
	}

	.undline {
		width: 76%;
	}

	.owl-carousel01 .item .cover .header-content {
		padding: 0px;
		margin-left: 35px;
		position: inherit;
	}

	.mrbt159 {
		margin-bottom: 0px;
	}

	.bbul li span {
		letter-spacing: 0px;
	}

	.bbul li {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.owl-carousel01 .active .item .cover .line {
		border-radius: 50%;
width: 100%;
padding-bottom: 100%;
border: 1px solid #fff;
top: ;
position: absolute;
top: 82%;
left: 48%;
-ms-transform: translate(-56%, -64%);
transform: translate(-56%, -64%);
height: auto;
	}

	.owl-carousel01 .item .cover .line {
		border: 1px solid transparent;
	}

	.owl-carousel01 .cloned .cover .line {
		border: 1px solid transparent;
	}

	.line:before {}

	.rightarrow {
		width: 10px;
		margin-top: 0px;
	}

	.resclass1 {
		position: absolute;
		bottom: 12%;
		width: inherit;
	}

	.bbul {
		display: none !important;
	}

	.button_container {
		position: absolute;
		top: 56px;
		right: 28px;
		height: 27px;
		width: 30px;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}

	.owl-carousel01 .owl-prev i {
		left: 2%;
		display: none !important;
	}

	.owl-carousel01 .owl-next i {
		right: 57px;
top: 48%;
width: 25px;
height: 25px;

	}

	.logo img {
		position: absolute;
		z-index: 99;
		width: 10%;
		margin: 0 auto;
		display: block;
		left: 47%;
	}

	.owl-carousel01 .item .cover .resclass1 a {
		padding: 8px 10px;
		letter-spacing: 0.5px;
		width: 122px;
		line-height: initial;
		font-size: 11px;
		margin-bottom: 15px;
	}

	.owl-carousel01 .item .cover .header-content h4 {
		font-size: 11px
	}

	.owl-carousel01 .item .cover .header-content h2 {
		font-weight: 300;
font-size: 21px;
letter-spacing: 3px;
color: #fff;
top: 40%;
position: initial;
left: 30px;
max-width: 100%;
margin-top: 0px;
	}

	.arrow {
		top: 90%;
	}

	.containercc {
		/* width: 15%; */
		/* height:300px; */
		/* background: blue; */
	}

	.circle {
		border-radius: 50%;
		width: 100%;
		padding-bottom: 100%;
		border: 3px solid #fff;
	}

	.mindover h2 {
		font-size: 20px;
	}

	.pl-0 {
		padding-left: 15px !important;
	}

	.phumcls img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.trees p {
		font-size: 16px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 0px;
		text-align: center;
		padding: 40px 0px;
		margin-bottom: 0px;
	}
.project h2 {
  font-size: 20px;
}
.devloper h2 {
  font-size: 20px;
}
	.product-grid .product-discount-label {
		width: 80px;
		line-height: 40px;
	}

	.our-team img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.devloper p {
		text-align: center;
		font-size: 14px;
		color: #000;
	}

	.fotersec {
		background: #0e696d;
		padding: 40px 0px;
	}

	.fotlogo img {
		width: 60%;
	}

	.fotul {
		padding-top: 0px;
	}

	.pl-0,
	.px-0 {
		padding-left: 0 !important;
		padding-right: 0px !important;
	}

	.pad60 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.overlay ul li {
		margin-left: 20px;
	}

	.phumcls a {
		margin-top: 0px;
		margin-bottom: 30px;
		padding-bottom: 0px;
	}

	.phumcls p {
		text-align: justify;
		font-size: 14px;
	}

	.product-grid .product-image img {
		height: auto !important;
	}

	.getin ul li img {
		margin-right: 5px;
	}
	.hedbg img {
  height: auto !important;
}
.header2 .button_container {
  position: absolute;
  top: 8px; z-index: 99999;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 99;
}
.nav-link {
  display: block;
  padding: 12px 0px!important;
  font-size: 10px;
}
.product-villa1 {
  color: #000;
  background: #fff;
  opacity: 0.4;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 38px;
  width: 122px;
  height: 38px;
  position: absolute;
  top: 20px;
  left: 0;
  font-family: 'Shango';
}
.mindover {
  z-index: 99;
  position: relative;
  padding: 20px;
}
.mindvison h2 {
  font-size: 20px;
}
.mindvison {
  padding: 20px;
}
.headernav1.small {  background: #006b6d; height: 50px !important;}
.headernav1.small .button_container {
  top: 16px;
}
.headernav1.small .logo img {
width: 10%;
left: 15px;
top: -40px;
}
.container, .container-sm {
  max-width: 1000%!important;
}
.phumcls h2 {
font-size: 20px;}
.slick-prev {
  width: 20px!important;
height: 20px!important; top: 41%!important; left: 30px !important;}
.slick-next {
  width: 20px!important;
height: 20px!important; top: 41%!important; right: 30px !important;}
.slider-single img {
  height: 224px !important;
  object-fit: cover;
  object-position: bottom;
}
.slider-nav img {
  display: block;
  height: 70px;
}
.product-villa {
  width: 51%;
}
.awhole img {
  height: auto;
  object-fit: cover;
}
.button_container span {
background: #dfdada;}
.header2 .overlay ul li {
  margin-left: -21px!important;
}
.hedbg .owl-carousel01 .item .cover .header-content h2 {
  position: initial;
}
.activepad h4{font-size: 16px;}
.flex-column {
  max-width: 50%;
  width: 100%;
}
.our-team2 img {
  width: 100%;
height: auto;}
.tab-content > .activepad {
  display: block;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.headernav.small .logo img {
width: 10%;
left: 15px;
top: -34px;
}
.headernav.small .nav-container {
  top: 5px;
}
.western p {
  font-size: 14px;
}
.western h2 {
  font-size: 20px;
}
}

/*
@media only screen and (min-width: 480px) and (max-width: 699px) {
	.mindover h2 {
		font-size: 25px;
	}

	.pl-0 {
		padding-left: 15px !important;
	}

	.phumcls img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.trees p {
		font-size: 18px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 0px;
		text-align: center;
		padding: 40px 0px;
		margin-bottom: 0px;
	}

	.product-grid .product-discount-label {
		width: 80px;
	}

	.our-team img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.devloper p {
		text-align: center;
		font-size: 18px;
		color: #000;
	}

	.fotersec {
		background: #0e696d;
		padding: 40px 0px;
	}

	.fotlogo img {
		width: 60%;
	}

	.fotul {
		padding-top: 0px;
	}

	.pcblock {
		display: none
	}

	.resblock {
		display: block
	}

	.bnrBtm {
		text-align: center;
		margin-top: -132px;
		margin-left: -6px;
		z-index: 180;
		position: relative;
		color: #fff;
		font-size: 10px;
		letter-spacing: 0px;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation-name: fadeInDown;
		animation-delay: 0.3s;
	}

	.owl-carousel02 .cover {
		width: 108%;
	}

	.imgcls {
		bottom: 25px;
		right: 25px;
		z-index: 99;
	}

	.owl-carousel02 .cover .header-content h4 {
		font-size: 11px;
		font-weight: 100;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.owl-carousel02 .cover .header-content h2 {
		font-weight: 300;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 3px;
		color: #fff;
		font-family: 'Shango';
		margin-bottom: 0px;
	}

	.owl-carousel02 p {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation-name: fadeInUp;
		animation-delay: 0.3s;
		color: #fff;
		text-align: center;
		font-size: 9px;
		letter-spacing: 1.4px;
		position: absolute;
		bottom: -180px;
		left: 14%;
	}

	.undline {
		width: 76%;
	}

	.owl-carousel01 .item .cover .header-content {
		padding: 0px;
		margin-left: 0px;
		position: inherit;
	}

	.mrbt159 {
		margin-bottom: 0px;
	}

	.bbul li span {
		letter-spacing: 0px;
	}

	.bbul li {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.owl-carousel01 .active .item .cover .line {
		border-radius: 50%;
		width: 100%;
		padding-bottom: 100%;
		border: 1px solid #fff;
		top: ;
		position: absolute;
		top: 75%;
		left: 46%;
		-ms-transform: translate(-56%, -64%);
		transform: translate(-56%, -64%);
		height: auto;
	}

	.owl-carousel01 .item .cover .line {
		border: 1px solid transparent;
	}

	.owl-carousel01 .cloned .cover .line {
		border: 1px solid transparent;
	}

	.line:before {}

	.rightarrow {
		width: 10px;
		margin-top: 0px;
	}

	.resclass1 {
		position: inherit;
		bottom: 8%;
		width: inherit;
	}

	.bbul {
		display: none !important;
	}

	.button_container {
		position: absolute;
		top: 55px;
		right: -20px;
		height: 27px;
		width: 30px;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}

	.owl-carousel01 .owl-prev i {
		left: 2%;
		display: none !important;
	}

	.owl-carousel01 .owl-next i {
		right: 69px;
		top: 40%;
		width: 25px;
		height: 25px;
	}

	.logo img {
		position: absolute;
		z-index: 99;
		width: 12%;
		margin: 0 auto;
		display: block;
		left: 41%;
	}

	.owl-carousel01 .item .cover .resclass1 a {
		padding: 8px 10px;
		letter-spacing: 0.5px;
		width: 122px;
		line-height: initial;
		font-size: 11px;
		margin-bottom: 15px;
	}

	.owl-carousel01 .item .cover .header-content h4 {
		font-size: 11px
	}

	.owl-carousel01 .item .cover .header-content h2 {
		font-weight: 300;
		font-size: 21px;
		letter-spacing: 3px;
		color: #fff;
		top: 40%;
		position: inherit;
		left: 30px;
		max-width: auto;
		margin-top: 29px;
		margin-bottom: -13px;
	}

	.arrow {
		top: 75%;
	}

	.containercc {

	}

	.circle {
		border-radius: 50%;
		width: 100%;
		padding-bottom: 100%;
		border: 3px solid #fff;
	}

	.pl-0,
	.px-0 {
		padding-left: 0 !important;
		padding-right: 0px !important;
	}

	.pad60 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.overlay ul li {
		margin-left: 20px;
	}

	.phumcls a {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.phumcls p {
		text-align: justify;
		font-size: 16px;
	}

	.product-grid .product-image img {
		height: auto !important;
	}
}*/

/*ipad mini-portrait*/
@media only screen and (min-width: 700px) and (max-width: 767px) {
	.pcblock {
		display: none
	}

	.resblock {
		display: block
	}

	.bnrBtm {
		text-align: center;
		margin-top: -110px;
		margin-left: -18px;
		z-index: 180;
		position: relative;
		color: #fff;
		font-size: 10px;
		letter-spacing: 0px;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		animation-name: fadeInDown;
		animation-delay: 0.3s;
	}

	.owl-carousel02 .cover .header-content h2 {
		font-weight: 300;
		font-size: 22px;
		line-height: 24px;
		letter-spacing: 3px;
		color: #fff;
		font-family: 'Shango';
		margin-bottom: 0px;
	}

	.undline {
		width: 53%;
	}

	.imgcls {
		bottom: 25px;
		right: 45px;
		z-index: 99;
	}

	.owl-carousel02 p {
		font-size: 9px;
		letter-spacing: 1px;
		position: absolute;
		bottom: -140%;
		left: 23%;
	}

	.cover {
		padding: 75px 0;
		position: absolute;
		width: 101%;
		height: 100%;
	}

	.owl-carousel02 .cover .header-content h4 {
		font-size: 10px;
		font-weight: 100;
		line-height: 18px;
		color: #fff;
		letter-spacing: 1.4px;
		font-family: 'Avenir LT Std';
		font-style: normal;
		margin-bottom: 0px;
		margin-left: 4px;
	}

	.logo img {
		position: absolute;
		z-index: 99;
		width: 10%;
		margin: 0 auto;
		display: block;
		left: 43%;
	}

	.owl-carousel01 .item video {
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}

	.button_container {
		position: absolute;
		top: -135px;
	}

	.owl-carousel01 .item .cover .header-content a {}

	.owl-carousel01 .item .cover .header-content {
		padding: 0px;
		margin-left: 20px;
	}

	.mrbt159 {
		margin-bottom: 0px;
	}

	.bbul li span {
		letter-spacing: 0px;
	}

	.bbul li {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.owl-carousel01 .item .cover .line {
		position: fixed;
		top: -205px;
		left: 0;
		right: 0;
		text-align: center;
		height: 200vh;
		border: 1px solid #fff;
		border: 1px solid white;
		border: 1px solid rgb(255 255 255);
		width: 92%;
		margin: 0 auto;
		border-radius: 50%;
	}

	.button_container {
		position: absolute;
		top: -27px;
		right: 3%;
		height: 27px;
		width: 30px;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}

	.owl-carousel01 .owl-prev i {
		left: 2%;
		top: 44%;
	}

	.owl-carousel01 .owl-next i {
		right: 2%;
		top: 44%;
	}

	.owl-carousel01 .item .cover .header-content a {
		padding: 5px 10px;
		letter-spacing: 1px;
		margin: 5px 5px;
	}

	.owl-carousel01 .item .cover .header-content h2 {
		font-weight: 300;
		font-size: 14px;
		letter-spacing: 3px;
		color: #fff;
		margin-bottom: 20px;
		margin-top: -23px;
	}
}

/*nexus 7-landscape */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.owl-carousel02 .cover .header-content h2 {
		font-weight: 300;
		font-size: 22px;
		line-height: 24px;
		letter-spacing: 3px;
		color: #fff;
		font-family: 'Shango';
		margin-bottom: 0px;
	}

	.undline {
		width: 41%;
	}

	.imgcls {
		bottom: 25px;
		right: 45px;
		z-index: 99;
	}

	.owl-carousel02 p {
		font-size: 9px;
		letter-spacing: 1px;
		position: absolute;
		bottom: -140%;
		left: 31%;
	}

	.cover {
		padding: 75px 0;
		position: absolute;
		width: 101%;
		height: 100%;
	}

	.owl-carousel02 .cover .header-content h4 {
		font-size: 10px;
		font-weight: 100;
		line-height: 18px;
		color: #fff;
		letter-spacing: 1.4px;
		font-family: 'Avenir LT Std';
		font-style: normal;
		margin-bottom: 0px;
		margin-left: 4px;
	}

	.owl-carousel01 .item video {
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}

	.mrbt159 {
		margin-bottom: -80px;
	}

	.logo img {
		position: absolute;
		z-index: 99;
		width: 7%;
		margin: 0 auto;
		display: block;
		left: 45%;
	}

	.button_container {
		position: absolute;
		top: -135px;
	}

	.owl-carousel01 .item .cover .header-content a {}

	.owl-carousel01 .item .cover .header-content {
		padding: 0px;
		margin-left: 20px;
	}

	.mrbt159 {
		margin-bottom: 0px;
	}

	.bbul li span {
		letter-spacing: 0px;
	}

	.bbul li {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.owl-carousel01 .item .cover .line {
		position: fixed;
		top: -57%;
		left: 0;
		right: 0;
		text-align: center;
		height: 200vh;
		border: 1px solid #fff;
		border: 1px solid white;
		border: 1px solid rgb(255 255 255);
		/* width: 93%; */
		width: calc(100% - 62px);
		margin: 0 auto;
		border-radius: 50%;
	}

	.button_container {
		position: absolute;
		top: -27px;
		right: 3%;
		height: 27px;
		width: 30px;
		cursor: pointer;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}

	.owl-carousel01 .owl-prev i {
		left: 2%;
		top: 40%;
	}

	.owl-carousel01 .owl-next i {
		right: 2%;
		top: 40%;
	}

	.owl-carousel01 .item .cover .header-content a {
		padding: 8px 10px;
		letter-spacing: 0.5px;
		line-height: initial;
		margin-bottom: 10px;
		font-size: 11px;
		width: 146px;
	}

	.owl-carousel01 .item .cover .header-content h4 {
		font-size: 11px;
	}

	.owl-carousel01 .item .cover .header-content h2 {
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 1px;
		color: #fff;
		margin-bottom: 21px;
		margin-top: 6px;
	}
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {}