body {
	margin: 0;
	font-family: Poppins-Regular;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1a1818;
	text-align: left;
	background-color: #fff;
	overflow-x: hidden
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #d9d9d9!important
}
body::-webkit-scrollbar {
	width: 10px;
	background-color: #d9d9d9!important
}
body::-webkit-scrollbar-thumb {
	background-color: #00572e!important
}
body {
	scrollbar-color: #00572e!important;
	scrollbar-width: 10px!important
}

.col-5 .iti {
	height: 40px;
	padding: 0px 5px 0px 10px;
	border: 1px solid #a8b5c3;
	color: #1a1818;
	font-size: 16px!important;
	font-family: Lato-Regular;
	background-color: #f7f8fa;    width: 100%;    overflow: hidden;
}
/*input.modal-input.brd-input.coutry_code_input {
	width: 55%;
	border: none;
	background: none;
	height: 40px;
	padding: 0 !important;
}*/

input.modal-input.brd-input.coutry_code_input {
    width: 55%;
    border: none;
    background: none;
    height: 38px;
    padding: 0 !important;
    margin-left: 40%;
}


input.modal-input-two.num-input.country_number_input {
    width: 87%;
}




.coutry_code_input {
	padding: 6px 5px 10px 5px!important;
	text-align: left
}
input#profile_countryCode {
	width: 50px!important;
	float: left;
	margin-right: 10px
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #00572e;
	transition: width .4s ease;
	-webkit-animation: progress 5.5s ease-in-out;
	animation: progress 5.5s ease-in-out;
}
@keyframes progress {
	from {
		width: 0;
	}
	to {
		width: 95%;
	}
}



.progress {
	display: -ms-flexbox;
	display: flex;
	height: 5px;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #a4a4ac;
	border-radius: .25rem
}
.dot_with_btn {
	display: inline-block
}
img {
	cursor: pointer
}
a {
	text-decoration: none!important
}
.pulsating-dot1 {
	box-sizing: border-box;
	display: flex;
	width: 25px;
	height: 20px;
	align-items: center;
	justify-content: center
}
.pulsating-dot__ripple1 {
	transform: translateY(-18px) translateX(-9px)
}
.pulsating-dot__ripple1>span {
	box-sizing: border-box;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px #fff, inset 0 0 5px #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: scale 5.5s infinite linear;
	animation: scale 5.5s infinite linear
}
.pulsating-dot__ripple1>div {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: 2px solid #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: ripple 5.5s 0s infinite cubic-bezier(.2, .54, .58, .7);
	animation: ripple 5.5s 0s infinite cubic-bezier(.2, .54, .58, .7)
}
html {
	scroll-behavior: smooth
}
.modal-backdrop.fade {
	opacity: 0;
	display: none!important
}
#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	z-index: 99999;
	background-color: #fff
}
#loading-image {
	position: absolute;
	top: 40%;
	left: 45%;
	z-index: 100
}
.loader {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #00572e;
	width: 150px;
	height: 150px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	position: relative
}
#loading-image img {
	max-width: 77px;
	position: absolute;
	top: 45px;
	left: 35px
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
#back-to-top {
	position: relative;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: 0;
	font-size: 20px;
	float: left
}
#back-to-top:hover {
	background: #f37021
}
#back-to-top.show {
	opacity: 1
}
.bottom_fixed_item {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999
}
#back-to-top i {
	line-height: 36px
}
.icon-scroll,
.icon-scroll:before {
	position: absolute;
	left: 50%
}
.icon-scroll {
	width: 30px;
	height: 50px;
	margin-left: -20px;
	bottom: 10px;
	margin-top: -35px;
	border: 2px solid #fff;
	border-radius: 25px
}
@media (max-width: 767px) {
	.icon-scroll {
		position: relative
	}
}
.icon-scroll:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll
}
@keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: translateY(26px)
	}
}
.mousey {
	width: 4px;
	padding: 15px 10px 15px 7px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 25px;
	box-sizing: content-box;
	position: relative
}
.scroller {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
	position: absolute;
	top: 0
}
.home_scroll_effect {
	position: absolute;
	bottom: 5%;
	right: 8%
}
header {
	width: 100%;
	height: 75px;
	color: #fff;
	background-color: #f7f7f7;
	/*line-height: 100px;*/
	position: fixed;
	top: 0;
	transition: all .5s ease;
	box-shadow: 0 2px 10px #fff inset;
	padding: 0 50px;
	z-index: 999
}
header.stivky {
	padding: 0 0 0 50px
}
header.stivky .full_logo {
	display: none
}
header.stivky .letter-logo {
	display: block
}
.letter-logo {
	display: none
}
.letter-logo {
	width: 25px;
	margin: 8px 0 0 0
}
#logo {
	font-size: 40px;
	float: left
}
nav a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin: 0 0 0 15px
}
nav a:hover {
	color: #fff;
	text-decoration: none
}
header.stivky {
	background-color: #f7f7f7;
	height: 55px;
	/*line-height: 55px;*/
	box-shadow: 0 0 10px rgb(0 0 0 / 10%)
}
header .stivky #logo {
	font-size: 22px
}
#scrollToTop {
	font-size: 3em;
	color: #446cb3;
	position: fixed;
	right: 40px;
	bottom: 10%;
	transition: all .5s ease
}
#scrollToTop:hover {
	transform: scale(1.1, 1.1);
	color: rgba(211, 84, 0, .9)
}
.hide {
	transition: all .5s ease;
	transform: scale(0, 0)
}
.orange_btn.new_header_btn {
	color: #000;
	text-transform: uppercase;
	background: 0 0;
	margin: 0
}
.orange_btn {
	background: #00572e;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	letter-spacing: 1.3px;
	font-family: Poppins-Bold !important
}
.menu_btn {
	background: #241700;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 13px 15px;
	letter-spacing: 1.3px;
	margin-left: 15px
}
header.stivky .menu_btn {
	padding: 18px 15px
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #1a1818;
	overflow-x: hidden;
	transition: .5s;
	padding-top: 0;
	line-height: initial
}
.sidenav a {
	padding: 20px 0 20px 0;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	display: block;
	transition: .3s;
	counter-increment: ordered-counter;
	position: relative
}
.sidenav a:hover {
	color: #f1f1f1
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	color: #fff;
	z-index: 999
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px
	}
	.sidenav a {
		font-size: 18px
	}
}
.w-20 {
	width: 20%;
	float: left
}
.w-30 {
	width: 30%;
	float: left
}
.sidenav_menu {
	float: left;
	width: 100%;
	height: 50%;
	background-color: #1a1818;
	color: #fff
}
.sidenav_menu p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 20;
	transform: rotate(-90deg)
}
.sidenav_menulist {
	width: 100%;
	height: 100vh;
	counter-reset: ordered-counter
}
span.menu_span {
	position: relative;
	counter-reset: menuitem
}
span.menu_span:nth-child(-n+9):before {
	content: "0" counter(ordered-counter)
}
span.menu_span:before {
	content: counter(ordered-counter)".";
	color: #a4a4ac;
	line-height: initial;
	position: absolute;
	left: -20px;
	top: 0;
	font-size: 12px
}
.menu_sign_up {
	float: left;
	width: 100%;
	height: 50%
}
.menu_sign_up h3 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1.2px
}
button.menu_sign_up_btn {
	padding: 10px 15px;
	border: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.5px;
	background-color: #1a1818;
	font-family: Poppins-Bold
}
.menu__item-inner .menu_newsletter ul.footer_menu li {
	font-size: 18px
}
.menu_sign_up {
	float: left;
	width: 100%;
	height: 50%;
	background-color: #00572e;
	padding: 75px 0 0 40px
}
.menu_login h5 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1.2px;
	font-family: Poppins-Bold;
	margin-bottom: 5px
}
.menu_login p {
	padding: 0;
	font-size: 16px;
	font-family: Roboto-Regular;
	margin-bottom: 2rem
}
button.menu_login_btn {
	padding: 10px 15px;
	border: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.5px;
	background-color: #1a1818;
	font-family: Poppins-Bold
}
.menu_newsletter {
	text-align: left;
	margin: 0 auto;
	line-height: 2
}
input.side_newsletter_input {
	padding: 9px 5px 11px 5px!important
}
#hero-image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
	width: 100%;
	/*margin-top: 100px*/
}
.video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -9;
	height: 100%;
	overflow: hidden
}
.video_overlay video {
	width: 100%;
/*	height: 100%;*/
	position: absolute;
	object-fit: fill
}
.ownership {
    background-color: #241700db;
    color: #fff;
    width: 35%;
    float: left;
    padding: 165px 50px 165px 50px;
}
.modal-body a{
	color: #000!important;
}
.mainmenu__item {
    opacity: 1!important;
}
.banner_text {
	padding: 0;
	margin: 0;
	font-size: 55px;
	line-height: 1.3;
	letter-spacing: 1.5px;
	color: #fff;
}
.banner_para {
	color: #c1771b;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 16px
}
.w-100 {
	width: 100%!important;
	float: left
}
.banner_bottom {
	float: left;
	background-color: #00572e;
	width: 30%;
	padding: 35px 20px 39px 50px!important
}
.banner_bottom_text {
	font-size: 18px;
	color: #fff;
	position: relative;
	margin: 0;
	font-family: Poppins-Medium
}
.rotate_arrow:hover {
	transform: rotate(90deg);
	transition: .5s
}
.rotate_arrow {
	transition: .5s
}
h4.banner_bottom_text a {
	color: #fff;
	outline: 0;
	text-decoration: none
}
.banner_bottom_text i {
	margin: 0 0 0 5px
}
.pulsating-dot {
	box-sizing: border-box;
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center
}
@keyframes ripple {
	0% {
		transform: scale(.1);
		opacity: 1
	}
	30% {
		transform: scale(.8);
		opacity: .1
	}
	50% {
		transform: scale(1);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@keyframes scale {
	0% {
		transform: scale(1)
	}
	70% {
		transform: scale(1.5)
	}
	100% {
		transform: scale(1)
	}
}
.pulsating-dot__ripple {
	position: relative;
	transform: translateY(-16px) translateX(-25px)
}
.pulsating-dot__ripple>span {
	box-sizing: border-box;
	position: absolute;
	top: 13px;
	left: 13px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px #fff, inset 0 0 5px #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: scale 5.5s infinite linear;
	animation: scale 5.5s infinite linear
}
.pulsating-dot__ripple>div {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 2px solid #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: ripple 5.5s 0s infinite cubic-bezier(.2, .54, .58, .7);
	animation: ripple 5.5s 0s infinite cubic-bezier(.2, .54, .58, .7)
}
.pulsating-dot__ripple>div:nth-child(0) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.pulsating-dot__ripple>div:nth-child(1) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s
}
.pulsating-dot__ripple>div:nth-child(2) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s
}
.pulsating-dot__ripple>div:nth-child(3) {
	-webkit-animation-delay: -4s;
	animation-delay: -4s
}
#Current_Offering {
	float: left;
	width: 100%;
	position: relative
}
.Current_Offering_inner {
	float: left;
	width: 100%;
	position: relative
}
.section_padding {
    padding: 30px 0px 0px;
}
h2.top_heading {
	color: #00572e;
	font-size: 40px;
	margin: 0 0 50px 0;
	position: relative;
	padding-left: 110px;
	text-transform: capitalize;
	word-break: break-word;
	font-family: Poppins-Bold
}
h2.top_heading:before {
	content: "";
	width: 100px;
	border: 1px solid #000;
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
	background-color: #000;
}
.left_img {
	float: left;
	width: 65%
}
.left_img_video {
	float: left;
	width: 100%
}
.right_content {
	float: right;
	width: 45%;
	background-color: #241700;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0
}
span.office {
	background-color: #00572e;
	padding: 5px 5px;
	float: left
}
span.office {
	background-color: #00572e;
	padding: 5px 5px;
	float: left;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.5px
}
span.office i {
	font-size: 14px;
	margin-right: 5px
}
.currentoffering_inner_content {
	float: left;
	width: 100%;
	padding: 40px 50px 30px 40px;
	z-index: 9
}
.Magarpatta_heading {
	font-size: 24px;
	letter-spacing: 1.5px;
	font-family: Poppins-Bold
}
.Magarpatta_location {
	color: #00572e;
	font-size: 14px;
	font-family: Roboto-Bold
}
.Magarpatta_location i {
	margin-right: 5px
}
.Magarpatta_para {
	font-size: 16px;
	padding: 0;
	margin: 15px 0;
	font-family: Roboto-Light
}
.block_content {
	margin-top: 10px
}
.block_content h5 {
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	font-family: Poppins-Bold
}
.block_content p {
	font-size: 14px;
	font-family: Roboto-Light
}
button.view_detail {
	background-color: #00572e;
	padding: 10px 15px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-family: Poppins-Bold
}
button.view_detail.mg_patta {
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	width: 90%
}
button.view_detail.why_myre_btn {
	padding: 20px 65px;
	font-size: 22px;
	background-color: #a4a4ac
}
#commercial {
	float: left;
	width: 100%;
	position: relative
}
.commercial_left_video {
	float: left;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0
}
.commercial_left_video video {
	width: 100%;
	height: auto
}
.commercial_left_video_video {
	width: 100%
}
.Commercial_right_content {
	float: left;
	width: 100%;
	margin-left: -50px;
	overflow: hidden;
	z-index: 99;
	position: relative
}
.commercial_text {
	float: left;
	width: 100%;
	margin-bottom: 30px
}
.commercial_text span {
	color: #a4a4ac;
	font-size: 100px;
	line-height: 70px;
	opacity: .15;
	font-family: Poppins-Bold
}
.commercial_text h3 {
	font-weight: 700;
	font-size: 24px;
	margin-top: -30px;
	font-family: Poppins-Bold
}
.commercial_text p {
	font-size: 16px;
	font-family: Roboto-Regular
}
.ml-padding {
	margin-left: 90px
}
.mt-padding {
	margin-top: 60px;
	margin-bottom: 60px
}
#about_myre {
	float: left;
	width: 100%;
	background-color: #241700;
	z-index: 99;
	position: relative
}
.about_content {
	width: 75%;
	margin: 0 auto
}
.about_content img {
	/*max-width: 100px*/
}
p.about_content_para {
    color: #fff;
    /* font-size: 22px; */
    font-size: 16px;
    text-align: justify;
    font-family: Poppins-Regular;
}
p.about_content_para a:hover {
	text-decoration: none
}
.orange {
	color: #00572e!important
}
.white {
	color: #fff!important
}
.counter_div {
	color: #fff;
	margin: 0 auto;
	display: table
}
.counter_div h3 {
	color: #a4a4ac;
	font-size: 24px;
	letter-spacing: 1.3px;
	font-family: Roboto-Bold
}
hr.bottom_line {
	margin: 5px 0;
	background-color: #a4a4ac;
	height: 3px;
	width: 150px
}
.counter_div p {
	font-size: 16px;
	font-family: Roboto-Light
}
h3.counter_time {
	font-size: 60px;
	font-family: Poppins-Bold;
	margin: 10px 0;
	    color: #946202!important;
}
.counter_main_div {
	margin: 100px 0 0 0;
	position: relative
}
#why_myre {
	float: left;
	width: 100%;
	background-color: #1e1300
}
#why_myre h2 {
	text-align: center;
	font-size: 32px;
	font-family: Poppins-Bold
}
.myre_block_content h4 {
	font-size: 18px;
	letter-spacing: 1px;
	font-family: Poppins-Bold;
	color: #fff;
}
.myre_block_content p {
	font-size: 14px;
	font-family: Roboto-Light
}
#Our_Process {
	float: left;
	width: 100%;
	position: relative
}
.our_process_left {
	float: left;
	width: 100%;
	border-right: 1px solid #1a181838;
	padding: 20px 0
}
.our_process_left p {
	font-size: 16px;
	font-family: Roboto-Regular
}
.our_process_left h3 {
	font-size: 32px;
	margin: 0;
	text-transform: uppercase;
	font-family: Poppins-Medium
}
.our_process_right {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px
}
.our_process_right i {
	color: #fff;
	background-color: #1a1818;
	font-weight: 700;
	font-size: 24px;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 18px 0 0 0
}
.our_process_right h4 {
	font-size: 20px;
	margin: 10px 0 0 0;
	font-family: Poppins-Regular;
	line-height: 1.3
}
.div_border {
	position: relative
}
.div_border:after {
	content: "";
	background-color: #1a181838;
	width: 210px;
	position: absolute;
	top: 30px;
	left: 180px;
	height: 1px
}
.div_border.border_none:after {
	background-color: transparent;
	width: 0
}
#our_partners {
	float: left;
	width: 100%;
	position: relative
}
.partner_images {
	border: 2px solid #a4a4ac40
}
.margin_top_partner {
	margin-top: 70px
}
#Media_byte {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 200px
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
	position: inherit!important
}
#Media_byte .owl-carousel:hover .owl-buttons {
	display: block
}
#Media_byte .owl-item {
	text-align: center;
}
#Media_byte .owl-pagination {
	display: none
}
#Media_byte .owl-carousel .owl-nav button.owl-prev.removeleftarrowclass {
    display: block;
}
/*#Media_byte .owl-carousel .owl-nav button.owl-prev {
    display: none;
}*/
#Media_byte .owl-theme .owl-controls .owl-buttons div {
	background: 0 0;
	color: #869791;
	font-size: 40px;
	line-height: 0;
	margin: 0;
	padding: 0 60px;
	position: absolute;
	top: 0
}
#Media_byte .owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 0!important;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5
}
#Media_byte .owl-carousel .owl-nav button {
	color: #fff;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: initial;
	-webkit-border-radius: 0;
	-moz-border-radius: 30px;
	background: 0 0;
	filter: Alpha(Opacity=50);
	opacity: 1!important;
	border: none
}
#Media_byte .owl-carousel .owl-nav button.owl-next span img {
	max-width: 80%;
	float: right
}
#Media_byte .owl-carousel .owl-nav button.owl-prev {
	left: 0;
	position: absolute;
	top: 45%
}
#Media_byte .owl-carousel .owl-nav button.owl-next {
	right: 0;
	position: absolute;
	top: 45%
}
#Media_byte .carosol_div {
	width: 90%;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 14%), 0 0 0 rgb(0 0 0 / 0%);
	margin: 0 auto;
	padding: 50px 0
}
#Media_byte .carosol_div p {
	font-size: 16px;
	margin: 20px auto;
	width: 80%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: Poppins-Medium
}
#Media_byte .carosol_div a {
	font-size: 18px;
	font-family: Poppins-Bold
}
#Media_byte .carosol_div img {
	max-width: 75%;
	margin: 0 auto
}
#Media_byte .owl-dots {
	display: none
}
#footer_div {
	float: left;
	width: 100%;
	position: relative;
	bottom: -1px
}
.footer_left_div {
	float: left;
	width: 63%
}
.footer_left_div_video {
	float: left;
	width: 100%;
	z-index: 9;
	position: relative
}
.black {
	background-color: #1a1818!important
}
.footer_right_div {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 43%
}
.commercial_div {
	background-color: #00572e;
	padding: 40px 0 40px 40px;
	z-index: 99;
	position: relative
}
.commercial_div h3 {
	color: #fff;
	text-transform: capitalize;
	font-size: 32px;
	font-family: Poppins-Bold
}
.commercial_social_icon {
	background-color: #241700;
	color: #fff;
	padding: 70px 0 70px 0;
	margin: 0 auto;
	display: table;
	width: 100%;
	justify-content: center;
	text-align: center
}
.commercial_social_icon i {
	font-size: 24px;
	margin-right: 30px;
	cursor: pointer
}
footer {
	float: left;
	width: 100%;
	background-color: #1a1818;
	color: #fff
}
ul.footer_menu {
	padding: 0;
	margin: 0;
	list-style: none
}
ul.footer_menu li {
	font-size: 14px;
	line-height: 2;
	font-family: Poppins-Regular;
	letter-spacing: .5px;
	position: relative
}
ul.footer_menu a li:hover {
	color: #00572e;
	font-weight: 700
}
.Newsletter_text {
	font-size: 14px;
	font-family: Roboto-Regular
}
.disclaimer_div {
	float: left;
	width: 100%;
	margin-top: 150px
}
.disclaimer_div h5 {
	font-size: 18px;
	font-family: Roboto-Bold;
	margin-bottom: 1rem
}
.disclaimer_div p {
	font-size: 12px;
	margin-bottom: 1.5rem;
	font-family: Roboto-Light
}
p.last_footer_text {
    margin: 0;
    font-size: 10px;
    padding-top: 15px;
    font-family: sans-serif;
    font-weight: 200;
    text-align: center;
}
.footer_logo {
	float: right
}

input.footer_input_text {
    font-size: 16px;
    padding: 10px 0px 10px 10px;
    color: #1a1818;
    border: none;
    font-family: Roboto-Regular;
    width: 61%;
}



.newsletter_input input {
    font-size: 13px;
    padding: 11px 0px 11px 4px;
    color: #1a1818;
    border: none;
    font-family: Roboto-Regular;
}
span.envelop_icon {
    padding: 10px 10px 12px 10px;
    color: #a4a4ac;
    background-color: #fff;
}
.newsletter_input input:focus {
	outline: 0;
	box-shadow: none
}
span.newsletter_arrow {
    background-color: #a4a4ac;
    padding: 10px 10px 12px 10px;
    color: #fff;
}
.modal {
	background-color: #707070;
	z-index: 9999;
}
.signup_model_dialog {
	max-width: 900px
}
.modal-header h3 {
	font-size: 40px;
	color: #333;
	margin-bottom: 0;
	font-family: Roboto-Bold
}
p.modal-txt {
	font-size: 16px;
	color: #555c64;
	font-family: Roboto-Regular
}
.signup_model_spacing p {
	font-family: Lato-Regular;
	font-size: 16px
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0
}
p.login-form-label {
	font-size: 14px!important;
	font-family: Lato-Regular;
	color: #1a1818;
	margin-bottom: 5px
}
.modal-input.brd-input {
	height: 40px;
	padding: 6px 10px 10px 10px;
	border: 1px solid #a8b5c3;
	color: #1a1818;
	font-size: 16px!important;
	font-family: Lato-Regular;
	background-color: #f7f8fa;
	width: 90%
}
.modal-input-two {
	height: 40px;
	padding: 6px 10px 10px 10px;
	border: 1px solid #a8b5c3;
	display: inline-block;
	font-weight: 500;
	font-size: 14px!important;
	font-family: Lato-Regular;
	background-color: #f7f8fa;
	width: 74%
}
.modal-dropdown {
	height: 35px;
	display: inline-block;
	border: 1px solid #a8b5c3;
	color: #232629;
	font-weight: 500;
	font-size: 14px!important;
	font-family: Lato-Regular;
	background-color: #f7f8fa
}
.button-signup {
	text-transform: uppercase;
	padding: 10px 20px;
	border: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.5px;
	background-color: #1a1818;
	font-family: Roboto-Regular
}
p.signup_clicking {
	margin: 0;
	font-size: 12px;
	color: #555c64;
	font-family: Roboto-Regular
}
a.t_c_class {
	color: #4b88e4;
	text-decoration: underline!important
}
.modal-header .close {
	padding: 0;
	margin: 0;
	color: #a8b5c3;
	font-size: 50px
}
.model-send.cstm_login_part {
	background-color: #111;
	height: 100%;
	padding: 0 20px;
	padding-top: 85%;
	color: #fff
}
.model-send.cstm_login_part p {
	font-family: Roboto-Regular;
	color: #fff;
	padding: 0 27px;
	margin-bottom: 5px;
	font-size: 16px
}
button.cstm_login_btn {
	background: #00572e;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	letter-spacing: 1.3px;
	border: none;
	text-transform: uppercase;
	margin: 0 27px;
	font-family: Roboto-Regular
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	outline: 0
}
.signup_model_spacing {
	padding: 0 40px
}
.forgot_password.text-center {
	color: #f36f23;
	font-size: 16px;
	padding: 30px 0 0 0;
	font-family: Roboto-Regular;
	margin: 0;
	float: left
}
p.issue_para {
	font-family: Roboto-Regular;
	font-size: 14px
}
p.issue_para a {
	font-family: Roboto-Bold;
	text-decoration: underline!important;
	color: #00572e
}
.digit-group {
	float: left;
	width: 100%
}
.digit-group input.otp-input.modal-input.brd-input {
	width: 35px;
	float: left;
	height: 35px;
	padding: 0;
	margin-right: 5px;
	font-size: 23px!important;
	text-align: center
}
span.resend_otp_tag a {
	font-size: 14px;
	font-family: Roboto-Regular
}
.modal-dialog.Create_Password {
	max-width: 700px
}
.menu_sign_up_after_login {
	width: 90%;
	margin: 0 auto;
	line-height: 3
}
.menu_sign_up_after_login img.sign_up_user {
	border-radius: 100%;
	width: 40px;
	display: inline-block;
	margin-right: 10px
}
.menu_sign_up_after_login h3 {
	margin: 0;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px
}
button.after_signup_btn {
	background: #1a1818;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 15px 15px;
	letter-spacing: 1.3px;
	border: none
}
hr.sign_up_border {
	border-top: 1px solid #fff;
	opacity: .5;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	float: left
}
button.Logout_btn {
	border: 1px solid #1a1818;
	background-color: transparent;
	color: #1a1818
}
.error {
	color: red;
	font-size: 15px;
	font-weight: 600
}
button.after_signup_btn a {
	font-size: 16px;
	padding: 0;
	margin: 0
}
#Media_byte .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	padding: 20px 0
}
.phone_code_error1 {
	color: red;
	font-size: 15px;
	font-weight: 600
}
.phone_code_error {
	color: red;
	font-size: 15px;
	font-weight: 600
}
.bank_cheque_statement img {
	max-width: 100%!important;
	max-height: 100%;
	height: 200px;
	width: 100%
}
/* .bank_cheque_statement img {
	max-width: 100%!important;
	max-height: 100%;
	height: 200px;
	/* width: 100% */
} */
input.modal-input::placeholder {
	color: #bbc5d5!important;
	opacity: 1
}
input.modal-input:-ms-input-placeholder {
	color: #bbc5d5!important
}
input.modal-input::-ms-input-placeholder {
	color: #bbc5d5!important
}
.modal-input-two::placeholder {
	color: #bbc5d5!important;
	opacity: 1
}
.modal-input-two:-ms-input-placeholder {
	color: #bbc5d5!important
}
.modal-input-two::-ms-input-placeholder {
	color: #bbc5d5!important
}
.mainmenu__item:hover {
	color: #00572e!important;
	font-weight: 700!important
}
input:focus {
	outline: 0!important
}
.commercial_social_icon a {
	color: #fff
}
.visible {
	animation: scaleup .5s ease-in-out
}
.not-visible {
	transform: scale(.5)
}
@keyframes scaleup {
	0% {
		transform: scale(.5)
	}
	100% {
		transform: scale(1)
	}
}
.hover-filled-slide-left::before {
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.hover-filled-slide-left:hover::before {
	width: 0%
}
.btn-1::before {
	background-color: #1c1f1e;
	transition: .3s ease-out
}
.btn-1 span {
	color: #fff;
	border: 1px solid #1c1f1e;
	transition: .2s .1s
}
.btn-1 span:hover {
	color: #1c1f1e;
	transition: .2s .1s
}
.error-show {
	padding: 0 10px;
	color: red;
	font-weight: 700;
	letter-spacing: 1px
}
.media_byte_overlay {
	position: absolute;
	bottom: 0;
	left: 0
}
.media_byte_overlay img {
	width: 90%
}
.our_process_overlay {
	position: absolute;
	bottom: -25%;
	right: 0
}
.counter_main_div_overlay {
	position: absolute;
	bottom: -65%;
	right: 0
}
.commercial_overlay-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9
}
.commercial_overlay-1 img {
	max-width: 100%;
	float: right
}
.commercial_overlay-2 {
	position: absolute;
	bottom: 6%;
	left: -6%;
	z-index: 9
}
.Current_Offering_overlay {
	position: absolute;
	right: 0;
	top: 10%
}
.Current_Offering_overlay img {
	max-width: 70%;
	float: right
}
span.coming_soon_menu {
	position: relative
}
span.soon_span {
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: -25px;
	color: #00572e
}
.our_process_right img {
    width: 100px;
    border-radius: 50%;
}
ul.footer_menu li span {
	font-size: 12px;
	position: absolute;
	bottom: -15px;
	width: 100%;
	text-align: right;
	color: #00572e;
	right: 25px
}
.phone_input_div {
	float: left;
	width: 100%
}
.view_poperties_footer a {
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-family: Poppins-Bold
}
.view_poperties_footer {
	padding: 10px 15px;
	margin-top: 1.5rem!important;
	display: inline-block
}
form#sign_up_form {
	float: left;
	width: 100%;
	margin-bottom: 0
}
.link {
	cursor: pointer;
	position: relative;
	white-space: nowrap
}
.link::after,
.link::before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #00572e;
	top: 100%;
	left: 0;
	pointer-events: none
}
.link::before {
	content: ''
}
.link--elara::before {
	transform-origin: 50% 100%;
	transition: clip-path .3s, transform .3s cubic-bezier(.2, 1, .8, 1);
	clip-path: polygon(0 0, 0 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0)
}
.link--elara:hover::before {
	transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
	clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0)
}
.link--elara span {
	display: inline-block;
	transition: transform .3s cubic-bezier(.2, 1, .8, 1)
}
.link--elara:hover span {
	transform: translate3d(0, -2px, 0)
}
.link1 {
	cursor: pointer;
	position: relative;
	white-space: nowrap
}
.link1::after,
.link1::before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	top: 100%;
	left: 0;
	pointer-events: none
}
.link1::before {
	content: ''
}
.btn_hover_clr {
	background-color: #a4a4ac!important
}
.btn_hvr_orange {
	background-color: #00572e!important;
	border: none!important
}
.button {
	pointer-events: auto;
	cursor: pointer;
	border: none;
	position: relative;
	display: inline-block
}
.button::after,
.button::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.button--hyperion {
	overflow: hidden
}
.button--hyperion span {
	display: block;
	position: relative
}
.button--hyperion>span {
	overflow: hidden
}
.button--hyperion>span>span {
	overflow: hidden
}
.button--hyperion:hover>span>span {
	animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s
}
@keyframes MoveUpInitial {
	to {
		transform: translate3d(0, -105%, 0)
	}
}
@keyframes MoveUpEnd {
	from {
		transform: translate3d(0, 100%, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}
.button--hyperion::before {
	content: '';
	background: #00572e;
	transition: transform .3s cubic-bezier(.7, 0, .2, 1);
	transform-origin: 100% 50%
}
.button--hyperion:hover::before {
	transform: scale3d(0, 1, 1);
	transform-origin: 0 50%
}
.button--hyperion1 {
	overflow: hidden
}
.button--hyperion1 span {
	display: block;
	position: relative
}
.button--hyperion1>span {
	overflow: hidden
}
.button--hyperion1>span>span {
	overflow: hidden
}
.button--hyperion1:hover>span>span {
	animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s
}
@keyframes MoveUpInitial {
	to {
		transform: translate3d(0, -105%, 0)
	}
}
@keyframes MoveUpEnd {
	from {
		transform: translate3d(0, 100%, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}
.button--hyperion1::before {
	content: '';
	background: #1a1818;
	transition: transform .3s cubic-bezier(.7, 0, .2, 1);
	transform-origin: 100% 50%
}
.button--hyperion1:hover::before {
	transform: scale3d(0, 1, 1);
	transform-origin: 0 50%
}
header nav a {
	color: #fff;
	text-decoration: none;
	font-size: inherit;
	margin: 0
}
.right_header_button button.button {
	margin: 0 0 0 15px
}
button.view_detail.mg_patta .pulsating-dot__ripple1 {
	transform: translateY(-10px) translateX(0)
}
.button--hyperion2 {
	overflow: hidden
}
.button--hyperion1 span {
	display: block;
	position: relative
}
.button--hyperion2>span {
	overflow: hidden
}
.button--hyperion2>span>span {
	overflow: hidden
}
.button--hyperion2:hover>span>span {
	animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s
}
@keyframes MoveUpInitial {
	to {
		transform: translate3d(0, -105%, 0)
	}
}
@keyframes MoveUpEnd {
	from {
		transform: translate3d(0, 100%, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}
.button--hyperion2::before {
	content: '';
	background: #1a1818;
	transition: transform .3s cubic-bezier(.7, 0, .2, 1);
	transform-origin: 100% 50%
}
.button--hyperion2:hover::before {
	transform: scale3d(0, 1, 1);
	transform-origin: 0 50%
}

.wait_list_btn {text-align: right;}

.col-5 .iti
{
	background:white !important;
}
/* .itireadonly{
	background: #eee !important;
} */
/* input#profile_phone {
    background: #eee;
} */
/* input#profile_email
{
	background:#eee;
} */
.image_button_view{
	color: blue;
}
.talk_advisor {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: #a4a4ac8a;
    padding: 8px;
    border-radius: 8px;
    right: 55px !important;
}

.inner_advisor a {
    color: #1a1818;
}
.inner_advisor {
    font-family: "Poppins-Medium";
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
}

h3.schedule_header {

    font-size: 20px !important;

}

.modal-header.schedule_call {

    border: 0;

    padding: 15px 15px 15px 15px;

}

#slider-wrapper {

    float: left;

    width: 100%;

    position: relative;

    padding: 15px 15px 15px 15px;

}

.modal-dialog.Schedule-Call-popup {

    /* margin: 0 auto; */

    max-width: 900px;

}
#countryCode-member-personal-error {

	font-size: 14px !important;
}
ul.footer_menu li a:hover {
	color: #00572e;
 	font-weight: 700;
}
div#logo img {
    padding: 0px 0;
}

header.stivky #logo img {
    padding: 0;
}
i.fa.fa-bell.notification_bell {
    position: relative;
}

span.badge.notification_count {
    position: absolute;
    top: 10px;
    right: 3px;
    color: #fff;
    background: #00572e;
    border-radius: 50%;
    height: 15px;
    font-size: 9px;
    width: 15px;
    text-align: center;
    line-height: 10px;
}
.My-fractional-title p.fractional_ownership_p{
     font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    color: #00572e;
    padding-top: 1rem;
}
.sub_child{
	margin-left: 28px!important;
}
.modal-header.youtube_header {
    display: block;
}

button.close .close {}

.modal-header.youtube_header .close {
    float: right;
    text-align: right;
    padding-right: 10px;
}
.youtube_header_iframe {
    width: 100%;
    float: left;
}

.youtube_header_iframe iframe {
    width: 100%;
    height: 500px;
}
a.property_youtube_link {
	text-decoration: underline !important;
	color: #fff !important;
    font-size: 14px;
}
#Media_byte .owl-carousel .owl-nav button.owl-next.disabled.addClass {
    display: none;
}

#Media_byte .owl-carousel .owl-nav button.owl-prev.disabled.addClass {
    display: none;
}

#Media_byte .owl-carousel .owl-nav button.owl-prev.disabled {
    display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.sec-2 {
    padding: 100px 0px;
    background-color: #f7f7f7;
    width: 100%;
}
.sec-2 h4{
	font-size: 18px;
	font-weight: bold;
	color: #00562d;
	margin: 10px 0px 0px 0px;
}
.sec-2 h2 {
    font-size: 35px;
    font-weight: bold;
    color: #00572e;
    margin: 10px 0px;
}

/*.sec-2 .abt-1-btn a{
	background-color: #00562d;
	color: #fff;
	transition: 1s;
	padding: 10px 20px;
	border-radius: 20px;
	font-weight: bold;
}
.sec-2 .abt-1-btn a:hover{
    color: #fff;
	background-color: #cfbc94;
}
.sec-2 .abt-1-btn {
	margin: 50px 0px;
}*/

.sec-2 .abt-1-btn a {
    background-color: #00572e;
    padding: 10px 15px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: Poppins-Bold;
}
.sec-2 .abt-1-btn a::before {
    content: '';
    background: #00572e;
    transition: transform .3s cubic-bezier(.7, 0, .2, 1);
    transform-origin: 100% 50%;
}
.sec-2 .abt-1-btn a::hover {
    background-color: #a4a4ac!important;
}
.icon-list ul{
	margin: 10px 0px;
}
.icon-list ul li{
	list-style-type: none;
	margin: 5px 0px;
	font-size: 20px;
}
.arrow-list li:before {
    content: "\f061";
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: green;
    margin-right: 5px;
    font-family: 'FontAwesome';
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.icon-list ul li:before {
    content: "\f004";
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #cfbc94;
    margin-right: 5px;
    font-family: 'FontAwesome';
}
.logo-cut img{
	height: 100px;
	width: auto;
}
.abt-1-img img{
	width: 100%;
	height: auto;
	/*animation: abt-1 5s linear infinite;*/
}
@keyframes abt-1 { 
	0%{
		transform: translateY(0);
	}
		25%{
		transform: translateY(50px);
	}
		50%{
		transform: translateY(0px);
	}
		75%{
		transform: translateY(-50px);
	}
		100%{
		transform: translateY(0px);
	}
}

.sec-mvc{
	padding: 50px 0px;
	width: 100%;
	background-color: #f7f7f7;
}
.icon-box-mvc {
    padding: 25px 25px 15px;
    background-color: #00572e;
    border-radius: 20px;
    transition: 1s;
    margin: 25px auto;
    max-width: 75%;
}
/*.icon-box-mvc:hover{
	box-shadow: 3px 3px 10px #00572e;
}*/
.icon-img img{
	height: 100px !important;
	width: auto;
}
.icon-box-mvc h4{
	font-size: 25px;
	margin: 10px 0px;
	text-align: center;
	color:#fff;
}
.icon-box-mvc p{
	font-size: 18px;
	margin: 10px 0px;
	color: #fff;
}
.icon-img{
	text-align: center;
}
.sec-title h2 {
    text-align: center;
    font-size: 42px;
    color: #00572e;
    margin: 25px 0px;
    font-weight: bold;
   
}
.sec-title {
	text-align: center;
}
/*.bg-1{
	background-color: hsl(184deg 65% 50%);
}
.bg-2{
	background-color: hsl(197deg 90% 48%);
}
.bg-3{
	background-color: hsl(40deg 97% 56%);
}
*/
.baner {
    width: 100%;
    padding: 120px 0px 200px 0px;
    /* background-color: #f7f7f7; */
    background-image: url('../images/home/abt-baner-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
}
.ban-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ban-box h2 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0px;
}
.ban-box-list ul {
    margin: 10px 0px;
    display: inline-block;
    padding: 0px;
}
.ban-box-list ul li {
    margin: 0px 5px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
 .ban-box-list ul li a{
	text-decoration: none;
}
.ban-box-list{
	text-align: center;
}

.main-menu {
    display: flex;
     align-items: center; 
     justify-content: center; 
}
.main-menu ul {

	margin: 10px auto;
}
.main-menu ul li {

	margin: 0px 10px;
	display: inline-block;
	list-style-type: none;
}
.main-menu ul li a {
    text-decoration: none;
    color: #00562d;
    font-size: 23px;
    font-weight: bold;
    padding: 0px 5px;
    font-family: ui-sans-serif;
   
}
.main-menu ul li a:hover {
    color: #c7aa5c;
    /*font-size: 20px;
    font-weight: bold;
    padding: 0px 5px;*/
}
.stivky .main-menu ul li a{
    padding: 10px 0px;
}

.menu{
	display: none;
}
.sec-project{
	width: 100%;
	padding: 50px 0px;
	background-color: #f7f7f7;
}


.bg-second {
    /*background-color: #caad60;*/
    background-color: #fff;
    margin: 10px 0px;
    border-radius: 25px;
    border-radius: 25px !important;
}
.bg-green{
	background-color: #006039;
}
.pro-img img {
    height: 225px;
    width: auto;
    transition: 1s;
}

.pro-img img:hover{

box-shadow: 5px 5px 20px #000;
}






/*Testiminials
*/
.testimonial {
    border-right: 4px solid #8e7f5b;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 30px;
    /* margin: 0 15px 30px 15px; */
    overflow: hidden;
    position: relative;
}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #006039;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #006039;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d18b;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18b;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
 /* border: 2px solid #2a3d7d;*/
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #29d18b !important;
  /*border-color: #29d18b;*/
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
  .blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 20px !important;
    margin: 10px 0px;
}
}


.owl-carousel .owl-nav{
	display: none;
}

.owl-carousel{
	display: none;
}
.owl-dots{
	text-align: center;
}
.owl-dots button {
    /* display: none; */
    height: 10px;
    width: 5%;
    margin: 25px 10px;
    /*color: green;*/
    /*background-color: #006039;*/
    outline: none;
    border: 1px solid #006039;
}
.owl-dots .active  {
    /* display: none; */
    height: 10px;
    width: 5%;
    margin: 25px 10px;
    color: green;
    background-color: #006039;
    outline: none;
    border: 1px solid #006039;
}
.testi{
	padding: 60px 0px;
	width: 100%;
}
.abt-sec-1{
	
	width: 100%;
}
.abt-dark{
	
}
.abt-col-box{
	padding: 15px;
	margin: 10px;
}
.abt-col-box .col-img{
	text-align: center;
}
.abt-col-box h4 {
    font-size: 20px;
    text-align: center;
    margin: 10px 0px;
    color: #fff;
}
.second-half {
    width: 100%;
    /*background-color: #241700;*/
    padding: 50px 0px;
    background-image: url('../images/home/abt-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.abt-para {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.abt-col-box .col-img img {
    height: 200px;
    width: auto;
}
/*.sec-title h2::before{
	content: "";
	position: relative;
	border: 2px solid #000;
	width: 25%;
	top: 20px;
	left: 50%;
	
}*/

.und{
	text-align: center;
}

.und img{
	width: 25%;
    margin-top: -50px;
}

/*.dropdown:hover .dropdown-content {display: block;}
.dropdown-content a {
    color: #00562d;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: -40px;
    background-color: #fff;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown {
  position: relative;
  display: inline-block;
}*/
.fa-compass:before {
    content: "\f14e";
    font-size: 25px;
    margin-top: 5px;
}
.fa-envelope:before {
    content: "\f0e0";
    font-size: 25px;
}
.fa-phone:before {
    content: "\f095";
    font-size: 25px;
}

.blog-sec-1{
	padding: 100px 0px;
	width: 100%;
}
.blog-box {
    padding: 10px;
    margin: 10px;
    /*background-color: #f7f7f7;*/
    border-radius: 25px;
    text-align: center;
}

.blog-content-1 h4 {
    text-align: center;
    margin: 10px;
    font-size: 20px;
    color: #00562d;
}

.blog-box img{

    border-radius: 25px 25px 0px 0px;
}

.blog-content-1 p {
    padding: 0px 25px 25px;
    text-align: justify;
    font-family: 'FontAwesome';
    max-width: 65%;
    margin: 0px auto;
}

 .contact-map-1{
    width: 100%;
   
  }

  .space-1 {
    padding-top: 100px;
    width: 100%;
    padding-bottom: 30px;
}


.pro-2 h3{
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
    font-family: Poppins-Medium;
}


.bt-1{
	padding: 50px 0px 0px;
	margin: 0px auto;
}

.stivky .navbar {

	height: 55px;
}
.dropdown-menu .dropdown-item {
    font-family: 'public-sans';
    font-weight: bold;
    font-size: 15px;
}

@font-face{
	font-family: "public-sans";
	src: url('../fonts/PublicSans.ttf');
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 96 57);
    padding: 0px 15px;
    font-size: 16px;
   /* font-weight: bold;*/
    /*font-family: 'Seagram';*/
    font-family: 'public-sans';
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    height: 75px;
    background-color: #f7f7f7;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}


.dropdown-menu {
    /* width: -webkit-fit-content; */
    width: -moz-fit-content;
    /* width: fit-content; */
    /* min-width: auto; */
    top: 50px !important;
    /* height: 100px; */
    width: 175px;
    left: 70% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--border-color);
}


@media only screen and (max-width: 768px) {

	.main-menu{
		display: none;
	}
  
}
.counter-1{
	width: 100%;
	padding: 50px 0px;
	background-image: url('../images/home/frame-188-5.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.projectFactsWrap .item:hover{

box-shadow: 3px 3px 10px rgb(224 165 35);
}

.navbar img, .foot-logo img {
    height: 75px;
    /* width: 100%; */
    margin: -10px 0px;
}
@font-face {
  font-family:"Seagram";
  src: url("../fonts/Seagram.ttf");
}
@font-face{
	font-family:"Abasalomdemo";
  src: url("../fonts/Abasalomdemo.otf");
}

.icon-box-mvc p b {
    color: #c48d14;
    font-size: 20px;
}
.foter-list ul li {
	list-style-type: none;
	display: inline-block;
	
}
.foter-list ul{
	text-align: center;	
}
/*.sticky .navbar-nav {

margin-top: -5px;

}*/
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: -15px;
}

.product-small .product-small .box-image a img{
	d9694
}
 .space-top-1 {
    padding: 25px 0px;
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgb(0 96 57);
}
.myre_block_content img {
    height: 120px;
    margin: 10px 0px;
}
.botom-1{
	background-image: url('../images/home/botom-2-2.jpg');
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-info {
    background-color: #f7f7f7;
    padding: 25px;
    transition: 1s;
    box-shadow: 3px 3px 12px #000;
    border-radius: 25px 0px 25px 0px;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    margin-top: 25px;
}

@media screen and (max-width: 768px) {

	.navbar-nav {
		background-color: #fff;
	}
	.navbar-nav li{
		margin: 5px 0px;
		border-bottom: 5px solid #f0f0f0;

	}
	.projectFactsWrap .item {
    width: 100%;
    /* height: 100%; */
   
   
    margin: 10px 0px !important;
    transition: 1s;
}
}

.blog-para-1 p{
	padding: 5px 10px;
}
.list-a1 {
    text-align: center;
    /* margin: 20px 0px; */
    margin-top: 30px;
}
 .list-a1 a {
    padding: 10px 20px;
    background-color: #006039;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
}
.blog-para-1 p span {
    color: #00572e;
    font-size: 20px;
    font-weight: bold;
}
.row-align{
        margin-right: 50px;
        margin-left: 50px;
}
.foter-list{
    border-top: 1px solid #005633;
}