@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *   2 Components
 *   3 Helpers
 *   4 Plugins
 */
/** @group Base */
/*
* Contexts
*/
.context-dark, .bg-gray-700, .bg-gray-800, .bg-primary {color: rgba(255, 255, 255, 0.5);}
.context-dark h1, .bg-gray-700 h1, .bg-gray-800 h1, .bg-primary h1, .context-dark h2, .bg-gray-700 h2, .bg-gray-800 h2, .bg-primary h2, .context-dark h3, .bg-gray-700 h3, .bg-gray-800 h3, .bg-primary h3, .context-dark h4, .bg-gray-700 h4, .bg-gray-800 h4, .bg-primary h4, .context-dark h5, .bg-gray-700 h5, .bg-gray-800 h5, .bg-primary h5, .context-dark h6, .bg-gray-700 h6, .bg-gray-800 h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-gray-800 [class^='heading-'], .bg-primary [class^='heading-'] {
color: #ffffff;}
.context-dark .form-input, .bg-gray-700 .form-input, .bg-gray-800 .form-input, .bg-primary .form-input, .context-dark .form-label, .bg-gray-700 .form-label, .bg-gray-800 .form-label, .bg-primary .form-label {
color: #ffffff;}
.context-dark .form-input, .bg-gray-700 .form-input, .bg-gray-800 .form-input, .bg-primary .form-input {border-color: rgba(255, 255, 255, 0.1);}
.context-dark .button.button-jerry:hover, .bg-gray-700 .button.button-jerry:hover, .bg-gray-800 .button.button-jerry:hover, .bg-primary .button.button-jerry:hover, .context-dark .button.button-jerry:active, .bg-gray-700 .button.button-jerry:active, .bg-gray-800 .button.button-jerry:active, .bg-primary .button.button-jerry:active, .context-dark .button.button-jerry.active, .bg-gray-700 .button.button-jerry.active, .bg-gray-800 .button.button-jerry.active, .bg-primary .button.button-jerry.active {
color: #ffffff;}
.context-dark .button-primary-outline, .bg-gray-700 .button-primary-outline, .bg-gray-800 .button-primary-outline, .bg-primary .button-primary-outline, .context-dark .button-primary-outline:focus, .bg-gray-700 .button-primary-outline:focus, .bg-gray-800 .button-primary-outline:focus, .bg-primary .button-primary-outline:focus {
color: #ffffff;}
.context-dark .owl-dot, .bg-gray-700 .owl-dot, .bg-gray-800 .owl-dot, .bg-primary .owl-dot, .context-dark .owl-dot:focus, .bg-gray-700 .owl-dot:focus, .bg-gray-800 .owl-dot:focus, .bg-primary .owl-dot:focus {
background-color: rgba(255, 255, 255, 0.2);}
a:focus, button:focus {outline: none !important;}
button::-moz-focus-inner {border: 0;}
*:focus {outline: none;}
blockquote {
	padding: 0;
	margin: 0;
}
input, button, select, textarea {
	outline: none;
}
label {
	margin-bottom: 0;
}
p {
	margin: 0;
}
ul, ol {
	/*list-style: none;*/
	padding: 0;
	margin: 0;
}
ul li, ol li {
	display: block;
}
dl {
	margin: 0;
}
dt, dd {
	line-height: inherit;
}
dt {
	font-weight: inherit;
}
dd {
	margin-bottom: 0;
}
cite {
	font-style: normal;
}
form {
	margin-bottom: 0;
}
blockquote {
	padding-left: 0;
	border-left: 0;
}
address {
	margin-top: 0;
	margin-bottom: 0;
}
figure {
	margin-bottom: 0;
}
html p a:hover {
	text-decoration: none;
}
/** @group Components */
/*
* Typography
*/
body {font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size: 16px;line-height: 1.6;font-weight: 400;
letter-spacing: -0.02em;color: rgb(0 0 0);background-color: #ffffff;-webkit-text-size-adjust: none;-webkit-font-smoothing: subpixel-antialiased;}
@font-face {font-family: DIN-Bold;src: url(../fonts/DIN-Bold.woff);}
@font-face {font-family: "Jost-Bold";font-display: swap;src: url("../fonts/Jost-Bold.ttf");}
@font-face {font-family: "Jost-Medium";font-display: swap;src: url("../fonts/Jost-Medium.ttf");}
@font-face {font-family: "Jost-Regular";font-display: swap;src: url("../fonts/Jost-Regular.ttf");}
@font-face {font-family: "Poppins-Regular";font-display: swap;src: url("../fonts/Poppins-Regular.ttf");}
@font-face {font-family: "PlayfairDisplay-Bold";font-display: swap;src: url("../fonts/PlayfairDisplay-Bold.ttf");}

.fixed-top{background: rgba(255, 255, 255, 1);}
.fixed-top.auto{height: auto;}
.fixed-top .container{min-width: 85%!important;}
.fixed-top nav:after{content: '';clear: both;display: table;}
.fixed-top nav .logo{float: left;color: white;font-size: 27px;font-weight: 600;line-height: 70px;padding-left: 60px;}
.fixed-top nav .logo img{width: 190px;padding-bottom: 5px;}
.fixed-top nav ul{float: right;margin-right: 40px;list-style: none;position: relative;}
.fixed-top nav ul li{float: left;display: inline-block;margin: 0 5px;background: #fff;}
.fixed-top nav ul li a{color: #222;line-height: 70px;text-decoration: none;font-size: 16px;padding: 8px 8px;letter-spacing: 0.2px;font-family: "Jost-Regular";}

.fixed-top nav ul li a .fa{width: 15px;vertical-align: middle;}
.fixed-top nav ul li a:hover{color: var(--khaki);}
.fixed-top nav ul ul li a:hover{box-shadow: none;}
.fixed-top nav ul ul{position: absolute;top: 90px;opacity: 0;visibility: hidden;transition: top .3s;}
.fixed-top nav ul ul ul{border-top: none;}

.fixed-top nav ul li:hover > ul{top: 70px;opacity: 1;visibility: visible;z-index: 99;}
.fixed-top nav ul ul li:first-child{border-top: 3px solid var(--khaki);}
.fixed-top nav ul ul li{position: relative;margin: 0px;width: 300px;float: none;display: list-item;border-bottom: 1px solid rgba(0,0,0,0.3);}

.fixed-top nav ul ul li a{line-height: 50px;}
.fixed-top nav ul ul ul li{position: relative;top: -73px;left: 302px;}

.fixed-top input{display: none;}
.fixed-top .show{display: none;}
.fixed-top .icon{display: none;}
.fixed-top .show{display: none;}
.fixed-top .fa-plus{font-size: 12px!important;margin-left: 5px;}


.footer_menu ul li a {color: #b8b8b8;}
.breadcrumbs-custom.amenities img {margin-top: 0px;}
.banner-price.vanya img {width: 15%;}
.breadcrumbs-custom .bg-image img {margin-top: 70px;}
.footer_menu ul li a:hover {color: #fff;}
.testi img {display: block;margin: 0px auto;padding-bottom: 15px;padding-top: 16px;width: auto;border-radius: 50%;}
.coming-soon{ text-align: center;padding: 100px;}
.coming-soon img{max-width: 100%;}
.testi h4 {text-align: center;font-size: 16px;}
.testi p {text-align: center;	 }
.mrgntop0 {margin-top: 30px!important;min-height: 14px!important;}
.testimonial1 {width: 65%;margin: 0px auto;text-align: center;}
.footer_menu h4 {margin-bottom: 15px;text-align: left;color: #fff;font-size: 18px;}
.ourprojects{margin-bottom: 0px!important;margin-top: 15px;}
.footerp a {float: left;margin-top: 8px;color: #888888;font-size: 10px;margin-right: 10px;}
.footerp1 a {float: right;color: #888888;font-size: 10px;}
.footerp1 {float: right;margin-top: 8px;color: #888888;font-size: 10px;}
.locton {margin-top: 0px;font-weight: 500;color: #C4956A;text-transform: uppercase;}
.footer_menu ul li {text-align: left;}
.list-inline {margin-bottom: 30px!important;}
.discl1 a {color: #c6c6c6;margin-bottom: 10px;}
.discl1 {color: #c6c6c6;}
.footer_menu {padding-bottom: 15px;padding-top: 15px;margin-bottom: 8px;}
.footer-grid{display: grid;grid-template-columns: 1fr 1fr;}
.social-row{ margin-top:0px; text-align:left;}
.social-row ul li {display: inline-block;font-size: 20px;color: #b8b8b8;margin: 0px 7px;transition: .5s all ease;}
.social-row ul li:first-child{margin-left:0;}
.Commercialbtn1 {text-align: right;margin-top: 25px;}



.header {
	position: fixed;
	z-index: 1000;
	height: 100px;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	padding: 5px;
	opacity: 1;
	background: rgba(25, 35, 44, .0);
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	background: #fff;
	height: 70px;
}
.header .header-logo-sec {
	display: block;
	position: absolute;
	left: 30px;
	color: #FFFFFF;
}
#myModalt .modal .close{top: 20px!important;}
.active .header-logo-sec {
	display: block;
	position: absolute;
	left:30px;
	color: #FFFFFF;
}
header .show1 {
	display: block !important;
}
header .show2 {
	display: none !important;
}
header.active .show1 {
	display: none !important;
}
header.active .show2 {
	display: block !important;
}
.header .top-connect-sec {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	font-size: 14px;
	width: 500px;
	text-align: right;
}
.header .top-connect-sec a {
	color: #fff;
}
.header .top-connect-sec div {
	display: inline-table;
	margin: 0 0px 0 20px;
}
.header .top-connect-sec .call {
	/* background: url(../images/icon_call_18.png) center left no-repeat; */
	padding-left: 20px;
}
.header .top-connect-sec .login {
	/* background: url(../images/icon_login_13.png) center left no-repeat; */
	padding-left: 20px;
}
.header .top-connect-sec .social-connect {
}
.header .top-connect-sec .social-connect .fb {
	margin: 0 5px;
/* 	background: url(../images/icon_fb_20.png) center left no-repeat; */
	padding: 5px 10px;
}
.header .top-connect-sec .social-connect .tw {
	margin: 0 5px;
	/* background: url(../images/icon_tw_20.png) center left no-repeat; */
	padding: 5px 10px;
}
.header .top-connect-sec .social-connect .yt {
	margin: 0 0px 0 5px;
	/* background: url(../images/icon_yt_20.png) center left no-repeat; */
	padding: 5px 10px;
}
.header .menu-links {
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	right: 50px;
	font-weight: 100;
}
.header .menu-links ul li {
	display: inline-block;
	color: #FFFFFF;
}
.header .menu-links ul li a {
	color: #FFFFFF;
	margin: 0 25px;
	/* background: url(../images/icon_menu_dropdown.png) center right no-repeat; */
	padding: 0 20px 0 0;
}
.tab-pane p {
	text-align: justify;
}

.tab-pane.newdesign1 p{
color: #fff;
}

.header .menu-icon {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 12px;
	color: #FFFFFF;
	padding: 8px 15px 8px 20px;
}
.active .menu-icon {
	right: 0px;
	top: 25px;
}
.header .menu-icon:hover {
	color: #e00c10;
}
.header .menu-icon img {
	width: 30px;
}
.header .login-link-sec {
	text-align: center;
	position: fixed;
	right: 70px;
	top: 20px;
}
.header .login-link-sec .login-link {
	cursor: pointer;
	background: rgb(255, 255, 255, .5);
	color: #000;
	padding: 6px 18px 6px 12px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 13px;
}
.header .login-link-sec .login-link:hover {
	background: rgb(255, 255, 255, .7);
}
.header .login-link-sec .login-link::after {
	content: "";
	border-width: 3px;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: #24211F transparent transparent;
	border-bottom-width: 0px;
	display: inline-block;
	transform: rotate(0deg);
	transition: transform 0.5s;
	position: absolute;
	top: 58%;
	margin-top: -1.5px;
	margin-left: 5px;
}
.header .login-link-sec .login-link:hover::after {
	transform: rotate(-180deg);
}
.header .menu-icon-animated {
	transition: transform 0.5s, opacity 0.5s;
}
.header .menu-icon-animated .menu_toggle-bar {
	transition: 0.3s width;
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 5px;
	background-color: #000;
	margin-top: 4px;
}
.header .menu-icon-animated .menu_toggle-bar--first {
	width: 30px;
}
.header .menu-icon-animated .menu_toggle-bar--second {
	width: 25px;
}
.header .menu-icon-animated .menu_toggle-bar--third {
	width: 20px;
}
.header .menu-icon-animated.show2 .menu_toggle-bar {
	background-color: #19232c;
}
.header .menu-icon-animated:hover .menu_toggle-bar--first {
	width: 30px;
}
.header .menu-icon-animated:hover .menu_toggle-bar--second {
	width: 30px;
}
.header .menu-icon-animated:hover .menu_toggle-bar--third {
	width: 30px;
}
.header .menu-icon-animated.show2 .menu_toggle-bar {
	background-color: #19232c;
}
.header .header-login-popup {
	display: none;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	background: rgb(255, 255, 255, .5);
	padding: 10px;
	width: 110px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	position: absolute;
	top: 50px;
	right: 70px;
}
.header .header-login-popup a {
	transition: 0.5s;
	display: block;
	font-size: 13px;
	padding: 8px 10px;
	color: #000;
	border-radius: 5px;
	position: relative;
}
.header .header-login-popup a:hover {
	background: #f5f5f5;
	transform: translateX(5px);
}
.header-hover-main:hover .header-login-popup {
	display: block;
}
.header.active .header-login-popup {
	background: rgb(255, 255, 255, 1);
}
/*.header .header-login-popup .Employee::before { opacity: .7; content: ""; background:url(../images/svg/icon_login.svg) center no-repeat; border:none; background-size: 12px; position: absolute; left: -20px; top: 0; height: 100%; width: 40px; }
*/


.section-lg.pdtop0{
padding-top: 0px;
}

.box-border2px.orngbord{
	border: 5px solid#c4956a;
    padding: 0px;
}

.box-border2px.blckbord1{
	border: 1px solid#000;
    padding: 0px;
}


.box-border2px.whtbord1{
	border: 1px solid#fff;
    padding: 0px;
}

.header .overlay {
	height: 0%;
	/*width: 100%;*/ width: auto;
	position: fixed;
	z-index: 9999999;
	top: 0px;
	right: 0px;
	overflow-y: hidden;
	transition: 0.5s;/*background: rgb(25, 35, 44, .5);*/
}
.header .overlay-content {
	position: relative;
	top: 0%;
	width: 100%;
	text-align: left;
	/*background: rgba(25, 35, 44, .95);
  background: #19232c;*/
  /*background:#fff;*/
	padding: 20px 40px 40px;
	min-height: 640px;
	max-height: 640px;
	overflow: auto;/*box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .35);*/
}
.header .input-sec {
	position: absolute;
	bottom: 220px;
	left: 5px;
	border: #ddd 1px solid;
	font-size: 20px;
	background: #f5f5f5;
	width: 88%;
	margin: -10px 20px 0;
}
.header .input-sec input {
	padding: 12px 15px;
	width: 100%;
	background: none;
	border: none;
	font-weight: 200;
}
.header .input-sec .icon-search {
	opacity: .5;
	/* background: url(../images/svg/icon_search.svg) center no-repeat; */
	border: none;
	background-size: 20px;
	position: absolute;
	right: 0;
	height: 100%;
	width: 40px;
}
.header .overlay a {
	text-decoration: none;
	color: #19232c;
	display: block;
	transition: 0.3s;
	/*margin: 5px 0 5px;*/
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
}
.header .overlay a:hover, .header .overlay a:focus {
	color: #19232c;
	 
}
.header .overlay .closebtn {
	position: fixed;
	top: 25px;
	left: 1px;
	font-size: 36px;
	line-height: 6px;
	height: 32px;
	z-index: 999;
	background: #000;
	color: #fff;
}
.header .overlay .closebtn:hover {
	background: none;
}
.header .overlay .navigation {
	position: relative; /*box-shadow:8px 8px 0px 0px rgba(0, 0, 0, .1);*/
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .35);
	width: 415px;
	float: right;
	background: #fff;
	height: 100%;
}
.header .overlay-content a.drop-down::after {
	content: "";
	border-width: 3px;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: #19232c transparent transparent;
	border-bottom-width: 0px;
	display: inline-block;
	transform: rotate(0deg);
	transition: transform 0.5s;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	margin-left: 5px;
}
.header .overlay-content a.drop-down:focus::after {
	transform: rotate(180deg);
}
.header .overlay-content .dropdown-content {
	margin: -10px 30px 0;
}
.header .overlay-content .dropdown-content a {
	font-size: 17px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}
.header .overlay-content .dropdown-content .offer-new-txt {
	background: rgb(250, 163, 63, 1);
	font-size: 8px;
	color: #fff;
	padding: 1px 6px;
	border-radius: 10px;
	position: absolute;
	left: 105px;
	top: -5px;
}
.header .overlay .SiteHeader-content_additional {
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .35);
	background: #19232c;
	color: #fff;
	padding: 10px 20px 10px;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	letter-spacing: 1px;
}
.header .overlay .SiteHeader-content_additional a {
	color: #fff;
	font-size: 14px;
	margin: 5px 0;
	border: none;
	letter-spacing: 2px;
}
.header .overlay .SiteHeader-content_additional h6 {
	margin-bottom: 1px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 100;
	letter-spacing: 2px;
}
.header .overlay .SiteHeader-content_additional p {
	margin: 0px 0;
}
.header .overlay .SiteHeader-content_additional p i {
	float: left;
	margin-right: 12px;
}
.header .overlay .SiteHeader-content_additional .icon-call {
	border-radius: 50%;
	float: left;
	position: relative;
	top: 1px;
	/* background: url(../images/icon_call_18.png) center no-repeat; */
	border: none;
	height: 35px;
	width: 35px;
	display: inline-block;
	border: #666 1px solid;
	margin-right: 10px;
}
.header .overlay .SiteHeader-content_additional .icon-email {
	border-radius: 50%;
	float: left;
	position: relative;
	top: 1px;
	/* background: url(../images/icon-email.png) center no-repeat; */
	border: none;
	height: 35px;
	width: 35px;
	display: inline-block;
	border: #666 1px solid;
	margin-right: 10px;
}
.header .nav-close {
	opacity: .5;
	border: #19232c 1px solid;
	line-height: 28px;
	cursor: pointer;
	width: 31px;
	height: 30px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 1;
	border-radius: 50%;
}
.header .nav-close:hover {
	opacity: 1;
}
.social_sec_home {
	border-top: 1px solid#f5f5f5;
	
	padding-top: 8px;
}
.social-icon1 {
    display: flex;
    align-items: center;
}
.social-icon1 li {
	padding-right: 8px;
}
.icon-call {
	border-radius: 50%;
	float: left;
	position: relative;
	top: 1px;
	/* background: url(../images/icon_call_18.png) center no-repeat; */
	border: none;
	height: 35px;
	width: 35px;
	display: inline-block;
	border: #666 1px solid;
	margin-right: 10px;
}
.icon-email {
	border-radius: 50%;
	float: left;
	position: relative;
	top: 1px;
	/* background: url(../images/icon-email.png) center no-repeat; */
	border: none;
	height: 35px;
	width: 35px;
	display: inline-block;
	border: #666 1px solid;
	margin-right: 10px;
}
.header.active {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	background: #fff!important;
	height: 70px;
}
/*.header.active .header-logo-sec {
	top: 16px;
}*/
/*.header.active .header-logo-sec .logo {
	width: 200px;
}*/
.header.active .menu-icon {
	top: 12px;
}
/* End Header Section */


.banner {
	display: block;
	width: 35%;
	position: absolute;
	top: 45%;
	left: 5%;
}
.banner h1 {
	font-size: 68px;
}
.banner h1 span {
	display: block;
	font-size: 30px;
	font-weight: 100;
}
.btns {
	display: block;
	width: 400px;
	margin: 0;
	padding: 30px 0 0 30px;
}
.btns a {
	display: inline-block;
	margin-left: 5px;
}
.btns a:first-child {
	margin-left: 0
}
.btn {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #ecf0f1;
	text-decoration: none;
}
a .btn {
	cursor: pointer;
	border: 1.5px solid #ecf0f1;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
	list-style-type: none;
	transition: all .3s;
}
.btn:hover {
	background: #ecf0f1;
	color: #34495e!important;
}
/*.testim1 {
	border-radius: 100px;
	height: 100px;
	width: 100px;
	background: #fff;
	display: block;
	margin: 0px auto;
	overflow: hidden;
}*/
.footer_menu.maps {
	background: url(../images/map2.png);
	background-size: cover;
}
#fixed-form-container {
	position: fixed;
	right: 0px;
	width: 390px;
	text-align: center;
	margin: 0;
	z-index: 9999999;
	top: 100px;
}
#fixed-form-container .button:before {
	content: "+ ";
}
#fixed-form-container .expanded:before {
	content: "- ";
}
#fixed-form-container .button {
	font-size: 1.1em;
	cursor: pointer;
	border: 2px solid #e25454;
	-moz-border-radius: 5px;
	padding: 5px 20px 5px 20px;
	background-color: #e25454;
	color: #fff;
	display: inline-block;
	text-align: right;
	text-decoration: none;
	-webkit-box-shadow: 4px 0px 5px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 0px 5px 0px rgb(0 0 0 / 30%);
	float: right;
	z-index: 99999999;
	position: absolute;
	left: -180px;
}
.btn-danger.submit {
	background: #c4956a;
	padding: 15px 45px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#fixed-form-container .body {
	background-color: #282828;
	border-radius: 5px;
	/*   border: 2px solid #e25454;*/
	margin-bottom: 16px;
	padding: 10px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
}
.project-detail-about {
	padding-top: 100px;
	padding-bottom: 50px;
	background: #f7f7f7;
	min-height: 664px;
}
.section-content {
	position: relative;
	outline: 0;
	float: right;
	width: 90.5%;
}
.section-sub-title.big {
	font-size: 2.1em;
	margin: -0.8em 0 0;
	color: #c4956a;
	font-weight: 600;
	margin-bottom: 25px;
}
.section-info-highlight {
	margin: 0 0 .4em;
	/* line-height: 24px;*/
	font-size: 21px;
	margin-bottom: 15px;
	font-weight: 600;
}
.section-info-highlight span {
	margin: 0 0 .4em;
	/* line-height: 24px;*/
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 400;
	display: block;
}
.project-detail--section-highlight {
	width: 16%;
	padding: 0px 25px;
	height: 6em;
	overflow: hidden;
}


.section-highlight {
	margin: 0;
	position: absolute;
	top: 13.4%;
	left: 14%;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: translateX(-100%) rotate( -90deg );
	-ms-transform: translateX(-100%) rotate(-90deg);
	-o-transform: translateX(-100%) rotate(-90deg);
	/* transform: translateX(-100%) rotate( 
-90deg
 ); */
	background-color: #33704d;
	font-size: 1.6545em;
	color: rgb(255 255 255 / 38%);
	text-transform: uppercase;
	font-family: DIN-Bold;
}
.section-highlight .small {
	display: block;
	text-indent: 1em;
	padding-top: .3em;
	font-weight: 300;
}
.page-project-detail .section-highlight .big {
	font-size: 18rem;
}
.section-highlight .big {
	display: block;
	font-size: 70px;
	letter-spacing: 2px;
	line-height: .85;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	margin-bottom: -.25em;
	margin-top: 0px;
}
.project-detail-about-location {
	padding-top: 100px;
	padding-bottom: 50px;
	background: #f7f7f7;
	min-height: 664px;
}
.section-content-location {
	position: relative;
	outline: 0;
	float: right;
	width: 91.5%;
}
.section-sub-title-location.big {
	font-size: 2em;
	margin: -0.8em 0 0;
	color: #c4956a;
	font-weight: 600;
}
.section-info-highlight-location {
	margin: 0 0 .4em;
	line-height: 1;
	font-size: 38px;
	font-weight: 600;
}
.project-detail--section-highlight-location {
	width: 25%;
	height: 5em;
	overflow: hidden;
	padding: 0px 25px;
}
.section-highlight-location {
	margin: 0;
	position: absolute;
	top: 30.1%;
	left: 14%;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: translateX(-100%) rotate( -90deg );
	-ms-transform: translateX(-100%) rotate(-90deg);
	-o-transform: translateX(-100%) rotate(-90deg);
	/* transform: translateX(-100%) rotate( 
-90deg
 ); */
	background-color: #33704d;
	font-size: 1.6545em;
	color: rgb(255 255 255 / 38%);
	text-transform: uppercase;
	font-family: DIN-Bold;
}
.section-highlight-location .small {
	display: block;
	text-indent: 1em;
	padding-top: .3em;
	font-weight: 300;
}
.page-project-detail .section-highlight-location .big {
	font-size: 18rem;
}
.section-highlight-location .big {
	display: block;
	font-size: 70px;
	letter-spacing: 2px;
	line-height: .85;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	margin-bottom: -.25em;
	margin-top: 0px;
}
.project-detail-about-gallery {
	padding-top: 100px;
	padding-bottom: 50px;
	min-height: 664px;
	background: #f7f7f7;
	position: relative;/*background: #797878*/
}
.section-content-gallery {
	position: relative;
	outline: 0;
	float: right;
	width: 91.5%;
}
.section-sub-title-gallery.big {
	font-size: 2em;
	margin: -0.8em 0 0;
	color: #c4956a;
	font-weight: 600;
	margin-bottom: 25px;
}
.section-info-highlight-gallery {
	margin: 0 0 .4em;
	/* line-height: 24px;*/
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: 600;
}
.project-detail--section-highlight-gallery {
	width: 26%;
	height: 5em;
	padding: 0px 25px;
	overflow: hidden;
}
.section-highlight-gallery {
	margin: 0;
	position: absolute;
	top: 0%;
	left: 14%;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: translateX(-100%) rotate( -90deg );
	-ms-transform: translateX(-100%) rotate(-90deg);
	-o-transform: translateX(-100%) rotate(-90deg);
	/* transform: translateX(-100%) rotate( 
-90deg
 ); */
	background-color: #33704d;
	font-size: 1.6545em;
	color: rgb(255 255 255 / 38%);
	text-transform: uppercase;
	font-family: DIN-Bold;
}
.section-highlight-gallery .small {
	display: block;
	text-indent: 1em;
	padding-top: .3em;
	font-weight: 300;
}
.page-project-detail .section-highlight-gallery .big {
	font-size: 18rem;
}
.section-highlight-gallery .big {
	display: block;
	font-size: 70px;
	letter-spacing: 2px;
	line-height: .85;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	margin-bottom: -.25em;
	margin-top: 0px;
}
.project-detail-about-amenities {
	padding-top: 100px;
	padding-bottom: 50px;/*background: #f7f7f7;*/
	min-height: 664px;
}
.section-content-amenities {
	position: relative;
	outline: 0;
	float: right;
	width: 91.5%;
}
.section-sub-title-amenities.big {
	font-size: 2em;
	margin: -0.8em 0 0;
	color: #c4956a;
	margin-bottom: 25px;
	font-weight: 600;
}
.section-info-highlight-amenities {
	margin: 0 0 .4em;
	/* line-height: 24px;*/
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 15px;
}
.project-detail--section-highlight-amenities {
	width: 21%;
	padding: 0px 25px;
	height: 5em;
	overflow: hidden;
}
.section-highlight-amenities {
	margin: 0;
	position: absolute;
	top: 38.9%;
	left: 14%;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: translateX(-100%) rotate( -90deg );
	-ms-transform: translateX(-100%) rotate(-90deg);
	-o-transform: translateX(-100%) rotate(-90deg);
	/* transform: translateX(-100%) rotate( 
-90deg
 ); */
	background-color: #33704d;
	font-size: 1.6545em;
	color: rgb(255 255 255 / 38%);
	text-transform: uppercase;
	font-family: DIN-Bold;
}
.section-highlight-amenities .small {
	display: block;
	text-indent: 1em;
	padding-top: .3em;
	font-weight: 300;
}
.page-project-detail .section-highlight-amenities .big {
	font-size: 18rem;
}
.section-highlight-amenities .big {
	display: block;
	font-size: 70px;
	letter-spacing: 2px;
	line-height: .85;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	margin-bottom: -.25em;
	margin-top: 0px;
}
.project-detail-about-floor {
	padding-top: 100px;
	padding-bottom: 50px;/*background: #f7f7f7;*/
	min-height: 664px;
}
.section-content-floor {
	position: relative;
	outline: 0;
	float: right;
	width: 91.5%;
}
.section-sub-title-floor.big {
	font-size: 2em;
	margin: -0.8em 0 0;
	color: #c4956a;
	font-weight: 600;
	margin-bottom: 25px;
}
.section-info-highlight-floor {
	margin: 0 0 .4em;
	/* line-height: 24px;*/
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: 600;
}
.project-detail--section-highlight-floor {
	width: 17%;
	height: 5em;
	overflow: hidden;
	padding: 0px 25px;
}
.section-highlight-floor {
	margin: 0;
	position: absolute;
	top: 56.6%;
	left: 14%;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: translateX(-100%) rotate( -90deg );
	-ms-transform: translateX(-100%) rotate(-90deg);
	-o-transform: translateX(-100%) rotate(-90deg);
	/* transform: translateX(-100%) rotate( 
-90deg
 ); */
	background-color: #33704d;
	font-size: 1.6545em;
	color: rgb(255 255 255 / 38%);
	text-transform: uppercase;
	font-family: DIN-Bold;
}
.section-highlight-floor .small {
	display: block;
	text-indent: 1em;
	padding-top: .3em;
	font-weight: 300;
}
.page-project-detail .section-highlight-floor .big {
	font-size: 18rem;
}
.section-highlight-floor .big {
	display: block;
	font-size: 70px;
	letter-spacing: 2px;
	line-height: .85;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	margin-bottom: -.25em;
	margin-top: 0px;
}
.project-detail-about-loans {
	padding-top: 100px;
	padding-bottom: 50px;
	background: #f7f7f7;
	min-height: 664px;
}
.section-content-loans {
	position: relative;
	outline: 0;
	float: right;
	width: 91.5%;
}
.section-sub-title-loans.big {
	font-size: 2em;
	margin: -0.8em 0 0;
	color: #c4956a;
	font-weight: 600;
	margin-bottom: 25px;
}
.section-info-highlight-loans {
	margin: 0 0 .4em;
	/*line-height: 24px;*/
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: 600;
}
.project-detail--section-highlight-loans {
	width: auto;
	height: 7em;
	padding: 0px 25px;
	overflow: hidden;
}
.section-highlight-loans {
	margin: 0;
	position: absolute;
	top: 65.4%;
	left: 14%;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: translateX(-100%) rotate( -90deg );
	-ms-transform: translateX(-100%) rotate(-90deg);
	-o-transform: translateX(-100%) rotate(-90deg);
	/* transform: translateX(-100%) rotate( 
-90deg
 ); */
	background-color: #33704d;
	font-size: 18px;
	color: rgb(255 255 255 / 38%);
	text-transform: uppercase;
}
.section-highlight-loans .small {
	display: block;
	text-indent: 1em;
	padding-top: .3em;
	font-weight: 300;
}
.home-mrng-loan {
	margin-top: 50px!important;
}
.home-mrng-floor {
	margin-top: 50px!important;
}
.home-mrng-amenities {
	margin-top: 50px!important;
}
.page-project-detail .section-highlight-loans .big {
	font-size: 18rem;
}
.section-highlight-loans .big {
	display: block;
	font-size: 70px;
	letter-spacing: 2px;
	line-height: .85;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	margin-bottom: -.25em;
	margin-top: 0px;
}
.floorimg img {
	border: 1px solid#d5d5d5;
}
.new-navbar1 {
	background-color: #e7e7e7;
	height: 75px;
}
.scroll-down {
	text-align: center;
	position: relative;
	padding: .8em;
}
.bg-shade {
	background-color: #f7f7f7;
}
.scroll-down--text {
	font-size: 1.125em;
	color: #000;
	display: block;
	margin-bottom: 0px;
	font-weight: 600;
}
.container-pt {
	padding-top: 25px;
	min-height: 664px;
}
.project-detail--highlight {
	margin-top: 6.5em;
	margin-bottom: 3.5em;
	margin-right: 7%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.project-detail--highlight-title {
	color: #c4956a;
	position: relative;
	text-transform: uppercase;
	margin: 0;
	line-height: .5;
	display: inline-block;
}
.project-detail--highlight-title-main {
	font-size: 64px;
	font-weight: 300;
	line-height: .6;
}
.project-detail--highlight-title-sub {
	font-size: 14px;
	position: absolute;
	top: 115%;
	left: 100%;
	font-weight: normal;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate( -90deg ) translateY(100%);
	-ms-transform: rotate(-90deg) translateY(100%);
	-o-transform: rotate(-90deg) translateY(100%);
	transform: rotate( -90deg ) translateY(100%);
	width: 100%;
	line-height: 1;
	white-space: nowrap;
	text-indent: .5em;
}
.project-detail--highlight-desc {
	line-height: 1.5;
	max-width: 30rem;
	margin-bottom: 0;
}
.project-detail--highlights-container .mobile-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 50px;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
	background: #a3a3a3;
	/*border-radius: 50%;*/
	width: 30px;
	height: 30px;
}
.blog .carousel-indicators .active {
	background: #707070;
}
.amenitiesimg p {
	position: absolute;
	color: #fff;
	background: #000;
	top: 0px;
	padding: 8px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.about-raheja {
	padding-top: 100px;
	padding-bottom: 50px;
}
.loctionli li {
	margin-bottom: 15px;
	display: list-item;
	text-align: justify;
	line-height: 1.7;
}
.carousel-wrap {
	/* margin: 90px 90px 90px 0px;*/
	padding: 2% 3%;
	width: 100%;
	background: #fff;
	position: relative;/*box-shadow: 0 0 7px 0 rgb(0 0 0 / 14%);*/
}
.carousel-wrap.gallery {
	margin: 90px 90px 90px 0px;
	padding: 0 5%;
	width: 10%;
	position: relative;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}
.owl-carousel .item img {

}
/* end fix */
.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}
.owl-nav i {
	font-size: 52px;
}
.owl-nav .owl-prev {
	left: -30px;
}
.owl-nav .owl-next {
	right: -30px;
}
.owl-nav .owl-prev span{
display: none;
}
.owl-nav .owl-next span{
	display: none;

}
/*.owl-nav {
	display: none;
}*/
.banner.button {
}
.about-usp {
	text-align: justify;
	line-height: 1.7;
}
.banner-price {
	position: absolute;
	top: 93%;
	bottom: 0px;
	left: 20%;
}
.banner-price.vanya {
	position: absolute;
	top: 5%;
	bottom: 0px;
	left: 4%;
}
.banner-price ul li {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	padding: 0 1.8rem 2rem;
	padding-bottom: .8em;
	border-right: 1px solid;
	line-height: 22px;
	font-weight: 600;
}
.banner-price ul li:last-child {
	border-right: none;
}
.banner-price ul li span {
	display: block;
}
.about-rahejap p {
	text-align: justify;
	line-height: 1.7;
}
.project-detail--section-highlight {
	width: auto;
}
.project-detail--section-highlight-location {
	width: auto;
}
.project-detail--section-highlight-amenities {
	width: auto;
}
.project-detail--section-highlight-gallery {
	width: auto;
}
.project-detail--section-highlight-floor {
	width: auto;
}
.loctonfont {
	font-size: 11px;
}
.about30 {
	font-size: 30px;
}
p.logo-p {
	width: 50%;
	background-color: #fff;
	position: absolute;
	bottom: 88%;
	left: 27%;
}
.team-classic-body {
	position: relative;
}
p.silder-content-logo {
	width: 60%;
	margin: 0px auto;
}
.project-mary-content {
	padding-top: 40px!important;
}
.modal-dialog.width1200 {
	max-width: 1500px;
	margin-top: 441px;
}
.modal-body p {
	margin-top: 8px;
}


.heading-text h1 {
	font-size: 40px;
	color: #C3986B;
	letter-spacing: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	text-transform: uppercase;
}

.banner-bg.bg-none {
	background: none!important;
}
#tabs .nav-tabs.event.vanya.rahejaoma.floor1 .nav-link {
	border: 1px solid transparent;
	font-size: 14px;
}
#tabs .nav-tabs.event.vanya.floor1 .nav-link {
	border: 1px solid transparent;
	color: #eee;
	font-size: 18px;
	/* background-color: #b7b7b7; */
	border: 1px solid #eaeaea;
	color: #C3986B;
	max-width: 200px;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	font-weight: 600;
}
#tabs .nav-tabs.event.vanya.floor2 .nav-link {
	border: 1px solid transparent;
	color: #eee;
	font-size: 18px;
	/* background-color: #b7b7b7; */
	border: 1px solid #eaeaea;
	color: #C3986B;
	max-width: 300px;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	font-weight: 600;
}
#tabs .nav-tabs.event.vanya.floor1.revanta .nav-link {
	max-width: 150px!important;
}
#tabs .nav-tabs.event.vanya.floor1.oma .nav-link {
	max-width: 275px!important;
}
#tabs .nav-tabs.event.vanya.floor1.revanta.surya .nav-link {
	max-width: 310px!important;
}
#tabs .nav-tabs.event.vanya.floor1.revanta.surya .nav-link span {
	font-size: 12px;
}
#tabs .nav-tabs.event.vanya .nav-link {
	border: 1px solid transparent;
	color: #eee;
	font-size: 18px;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;
	color: #C3986B;
	width: 190px;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	font-weight: 600;
}
.nav-tabs.event.vanya.floor1 {
	justify-content: center;
}
.content-box.location1 {
	max-height: 885px;
}
.pd15.nav-tabs .nav-link.active {
	background-color: #e9d2ba !important;
	color: #0C192D !important;
}
.typep p {
	font-size: 11px!important;
	color: #000;
	line-height: 16px;
	margin-top: 15px!important;
	text-align: left!important;
	margin-left: 5px!important;
	text-transform: lowercase!important;
}
/*.typep{
border-right: 1px solid#fff;
    margin-right: 2px;}*/

.typep p span {
	font-size: 10px!important;
	display: block;
}
.floorul li {
	font-size: 10px!important;
	color: #000;
	line-height: 16px;
}
.bg-gree {
	/* background: #9f9f2b;*/
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px!important;
}
/*.typep.pl-0.pr-0{
border-right: 1px solid#000;
margin-right: 2px;
margin-left: 2px;
}*/

a .button.btn-2 {
	color: #fff;
}
.button.btn-2 {
	position: relative;
	top: 0px;
	display: block;
	width: 100%;
	background: #c4956a;
	font-size: 14px;
	border: none;
	margin: 0px auto;
}
.quality-standards-box-1 p {
	color: #0C192D;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 50px;
	text-align: center;
}
.designperagraph {
	width: 75%;
	margin: 0px auto;
}
.designperagraph.leela1 p {
	margin-bottom: 15px;
}
.bor {
	width: 100px;
	border-top: 3px solid #c3986b;
	margin: 0px auto;
}
.quality-standards-box-1 p span {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.button.btn-2 button {
	height: unset;
	font-size: 12px;
	padding: 0px 11px;
	border: none;
}
.darkp {
	padding-left: 15px;
}
.darkp li {
	line-height: 24px;
	/*background: #fcfcfc;*/
	color: #373A3B;
	display: list-item;
	font-size: 15px;/*background: #fcfcfc;
    padding: 5px;
    color: #000;
    line-height: 26px;
    margin-bottom: 12px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
        border-radius: 5px;*/
}
.darkp li .fa-circle {
	font-size: 6px;
}
.team-classic-body {
	text-align: center;
}
.hightlight-pointul {
	margin: 65px 0px;
}
.main-contain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 180rem;
	margin: auto;
}
.btn-2 {
	letter-spacing: 0.05rem;
	position: relative;
	background: white;
	color: #401aff;
	border-radius: 0.3rem;
	position: relative;
	transition: 0.2s all ease-in-out;
}
.btn-2:before {
	display: block;
	position: absolute;
	background: transparent;
	border: none;
	border-radius: 0.3rem;
	transform: translateY(5px) scale(0.9);
	content: "";
	height: 5px;
	z-index: -1;
	bottom: -1%;
	left: 0;
	right: 0;
	transition: 0.2s all ease-in-out;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.btn-2:hover:before {
	transform: translateY(8px) scale(0.8);
	opacity: 0.8;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.btn-2:hover {
	transform: translateY(-5px);
}
.locationmapli li {
	font-size: 15px;
	/*text-transform: lowercase;*/
	line-height: 30px;
}
.locationmapli .fa-map-marker {
	margin: 0px 5px;
	color: #e47b34;
	font-size: 20px;
}
.location2 h4 {
	font-size: 24px!important;
	margin-bottom: 15px;
	margin-top: 15px!important;
	color: #c3986b;
	letter-spacing: 5px;
}
.content-box.lctn {
	max-height: 1615px;
	margin-left: 0px;
	margin-right: 0px;
}
.content-box.lctn.akshara {
	max-height: 1770px;
	margin-left: 0px;
	margin-right: 0px;
}
.content-box.lctn.ravanta {
	max-height: 1815px;
	margin-left: 0px;
	margin-right: 0px;
}
.content-box.lctn.ravanta12 {
	max-height: 2200px;
	margin-left: 0px;
	margin-right: 0px;
}
.hightlight-point {
	margin-bottom: 15px;
	color: #c3986b;
	letter-spacing: 5px;
}
.hightlight-point span {
	color: #c3986b;
}
.darkp li .fa-check {
	margin: 0px 5px;
}
.designconcept img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	box-shadow: 0 10px 23px 0 rgb(0 0 0 / 43%);
}
.carousel-control-prev.amenities:hover, .carousel-control-prev.amenities:focus, .carousel-control-next.amenities:hover, .carousel-control-next.amenities:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}
.carousel-control-prev.amenities, .carousel-control-prev.amenities, .carousel-control-next.amenities, .carousel-control-next.amenities {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}
.amenities-games h4 {
	color: #C3986B;
	margin-bottom: 15px;
	font-size: 18px;
}
.amenities-games ul {
	padding-left: 15px;
}
.amenities-games ul li {
	display: list-item;
	font-size: 14px;
}
.amenities-games {
	border-right: 1px solid#afafaf;
}
.amenities-games:last-child {
	border-right: none;
}
.amenities-offer p {
	position: absolute;
	top: 18px!important;
	font-size: 18px!important;
	background: #000;
	color: #fff!important;
	padding: 8px;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
}
.carousel-control-next {
	right: -50px;
}
.carousel-control-prev {
	left: -50px;
}
.construction-section p {
	margin-bottom: 25px;
	text-align: center;
}
.construction-section {
	text-align: center;
}
.breadcrumbs-custom.amenities {
	border: 1px solid#afafaf;
	box-shadow: 0 10px 23px 0 rgb(0 0 0 / 43%);
}
.icon-left {
	margin-top: 25px;
}
.bg-gray-800.testimon1 {
	padding: 50px 0px;
}
.bg-gray-800.testimon1.pd25px{
    padding: 50px 0px;
}
.hightlight-point-none-block {
	display: none;
}
.hightlight-point-none {
	display: block;
}
.vanya.heading {
	visibility: visible;
	animation-name: fadeInLeft;
	text-align: center;
	margin-bottom: 15px;
	color: #c3986b;
	margin-top: 15px;
	letter-spacing: 5px;
}
.mobile-section {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
.specificationul ul li span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
}
.nav-tabs.event.vanya.nav-fill a.active::after {
	display: none;
}
.raheja-heading {
	margin: 78px 0px;
	text-align: justify;
}
.hightlightulli {
	margin: 90px 0px;
}
.shilas-hightlight {
	margin: 15px 0px;
}
.specificationul ul li {
	font-size: 12px;
	display: list-item;
}
.specificationul ul {
	padding-left: 15px;
}
.specificationul {
	margin-bottom: 25px;
	padding: 19px 19px;
	/* min-height: 532px;*/
	background: #fff;
	border: 1px solid#c8c8c8;
}
.specificationul.small {
	min-height: 176px;
}
.content-box.lctn.specificationul {
	max-height: 1850px;
}
.specificationul h4 {
	margin-bottom: 15px;
	color: #c3986b;
}
.specificationul.vanya {
	min-height: 176px;
}
/*.read-none{
	display: none!important;
}*/
.specificationul.vanya {
	display: none;
}
.specificationul {
	display: none;
}
.vanya.minhight {
	min-height: 254px;
}
.vanya.minhight345 {
	min-height: 360px;
}
.vanya.shilas345 {
	min-height: 448px;
}
.vanya.minhight556 {
	min-height: 556px;
}
.button.button-jerry.button-primary#loadmore1 {
	color: #000;
	float: right;
}
.button.button-jerry.button-primary#loadmore2 {
	color: #000;
	float: right;
}
/*.btn-2.width130{
	width: 130%;
}*/
.noContent {
	color: #000!important;
}
.designconcept {
	border: 1px solid#c3986b;
	padding: 15px;
	margin-bottom: 25px;
}
.designconcept.leela1 .designperagraph {
	width: 100%;
	margin-bottom: 15px!important;
	margin: 0px auto;
	margin-top: 15px;
	line-height: 22px;
	min-height: 44px;
}
.specificationpoint h4 {
	text-transform: capitalize;
	border: 1px solid #c3986b;
	padding: 15px;
	min-height: 72px;
	color: #373A3B;
}
.twobox1 {
	margin-top: 100px;
}
.btncommercial p{
	    background: #282828;
    color: #fff;
    text-align: center;
    padding: 8px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 0px;
} 

.box-div {
	overflow: hidden;
	transition: all 2s ease-in-out;
	/*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);*/
	/*outline: rgb(139, 139, 139) solid 1px;*/
}

.box-div.blog-page {
    overflow: hidden;
    transition: all 2s ease-in-out;
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%); */
    /* outline: rgb(139, 139, 139) solid 1px; */
    border: 1px solid#c4956a;
    min-height: 460px;
    padding: 8px;
}


.card-car {
  background-color: #c3c3c3;
  color: #ffffff;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
/*  max-width: 315px;*/
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
	
.card-car * 
{

	  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-car *:before 
{
	  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-car img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.card-car figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.news-letterimg{
	width: 100%;
	height: 419px;
}

figure.card-car:hover img {    transition: 0.5s ease-in-out;
    transform: scale(1.2);
}

figure.card-car img {
    transition: 0.5s ease-in-out;
}

.card-car i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2em;
  z-index: 1;
  opacity: 0;
}
.card-car a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.card-car:hover img,
.card-car.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
  background-color:#000800;
}
.card-car:hover i,
.card-car.hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.row.testimon1mrngtop{
	margin-top: 0px;
	display: block;
}






/*<----------------Logo Slider------------------->*/
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*<-----------------Logo Slider End------------------>*/


/*.imgcommercial.box-div:hover::after{background-color: #00000094;content: "";position: absolute;left: 0;right: 0;width:90%;height: 100%;margin:0px auto;}
.imgcommercial.box-div:hover::before{content: "";position: absolute;left: 0;right: 0;width:90%;height: 100%;margin:0px auto;color: #fff;}*/
img.inner-img {
	transition: all 3s ease-in-out;
	transform: scale(1);
}
/*img.inner-img.imgborder {
	border: 1px solid#8b8b8b;
	padding: 2px;
}*/
img.inner-img:hover {
	transform: scale(1.03);
	transition: all 3s ease-in-out;
}
/*.btn-cont {
  padding: 0.7em 1.5em;
  border: none;
  color: #fff;
  background: linear-gradient(to left, #2ecc71 50%, #27ae60 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.btn-cont:hover {
  background-position: left bottom;
      background: #c4956a;
    color: #ffffff!important;
}*/

.blog-paragraph h3{
	    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.blog-paragraph p span strong{
	    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.box-glance{
position: absolute;
    top: 55%;
    background: #f5f5f5;
    width: 56%;
    left: 40%;
    padding: 30px 30px 20px 30px;
    box-shadow: 0 10px 23px 0 rgb(0 0 0 / 43%);
}

.box-glance p a{
        color: #000;
        letter-spacing: 0px;
       
}
.box-glance p a:hover{
        color: #c2956b;
        letter-spacing: 0px;
      
}
.box-glance p{
        letter-spacing: 0px;
        text-align: left;
        font-size: 14px;
}

.glance-boxs1{
    padding:150px 0px;
}

.read-btn1 {
    margin-top: 15px!important;
    color: #C4956A;
    border-bottom: 2px solid#C4956A;
    width: 120px;
    font-weight: 600;
    text-align: left;
}
.box-glance img{
	    width: 75px;
    position: absolute;
    top: -32px;
    right: 15px;
}

.glanceimg img{
    float: left;
}

.glancebox-pd1{
	padding: 50px 0px 0px 0px;
}
.border-line {
    border-right: dotted;
}
.pdnone0.bgblack{
	background: #000;
}

.news-copy{
	         background: #999999;
    color: #fff;
    padding: 45px 25px 44px 45px;
    text-align: left;
    min-height: 228px;
}

.news-copy p{
margin-bottom: 25px;
	}

.news-copy h4{
	color: #fff;
	font-size: 18px;
}

.pdnone0{
	padding: 0px;
	/*background: #999;*/
}



.blog img{
    max-width: 100%;
}

.overlay1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
background-color: rgb(0 0 0 / 75%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.item {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    margin-bottom: 0px;
    margin-top: 0px;
}

.bottom-overlay1 {
    top: 100%;
}

.item:hover .bottom-overlay1 {
  top: 0;
}

.text {
    color: white;
    font-size: 1.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.bottom-overlay1 .fa-link{
	border: 1px solid#fff;
	padding: 15px;
	border-radius: 50%;
}


.mobile-section-glance{
	display: none;
}

.destop-section-glance {
	
	display: block;
}






.text a{
	color: #fff;
}
.text a:hover{
	color: #fff;
}

.video-slider-destop{
display: block;
}

.video-slider-mobile{
display: none;
}


    .blog-paragraph {
        overflow: hidden;
        /*display: -webkit-box;*/
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
     .blog-paragraph p{
         margin-top: 8px;
         line-height:24px;
    }*/

    .manage-line {
    margin: 10px 0px 10px 0px;
    height: 1px;
    border-bottom: solid 1px #979797;
}

.buttons-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#disclaimer3 .close{ position: absolute; right: 0; top: 0; z-index: 9; background: #000; opacity: 0.6; color: #fff; text-shadow: none; height: 35px; width: 35px; display: flex; align-items: center; justify-content: center; padding: 0 0 5px;}
#disclaimer3 .modal-body {
	padding: 0px;
	max-height: calc(100vh - 2.5rem);
	/* height: calc(100vh - 10vh); */
	overflow: hidden;
}



.buy_online,
.buy_online:hover{
	position: relative;
	display: inline-block;
	background: #c4956a;
	color: #fff!important;
	font-size: 14px;
	border: none;
	padding: 12px 30px;
}

/* ytmodal */

#yt_video .modal-body{
	padding: 0;
    height: auto;
	overflow:hidden;
}

#yt_video .close {
	position: absolute;
    right: 0;
    top: 0;
    background: #000;
	opacity:1;
    color: #fff;
    z-index: 1;
    height: 40px;
    width: 40px;
    padding-bottom: 5px;
}

/* 15-sep-22 */

.sale_partner .head{
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 0.3px;
}

.sale_partner .download_heading{
	font-size: 22px;
}

.sale_partner .download_btn{
	padding:0;
	margin-top:20px;
	background:transparent;
}
.sale_partner .download_btn img{
	max-width:80px;
}

.sale_partner .custom-file-input {
	width: 100%;
	border: 1px solid #ced4da;
}

.file-upload-wrapper {
	position: relative;
	width: 100%;
	height: 38px;
	border: 1px solid #ced4da;
	border-radius: 3px;
	overflow: hidden;
}


	.file-upload-wrapper:after {
		content: attr(data-text);
		font-size: 14px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		display: flex;
		align-content: center;
		left: 5px;
		background: #fff;
		pointer-events: none;
		z-index: 20;
		color: #495057;
		border-radius: 5px 10px 10px 5px;
		font-weight: 500;
		letter-spacing: 0.5px;
		white-space: nowrap;
	}

	.file-upload-wrapper:before {
		content: "Browse";
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		height: 100%;
		background: #C4956A;
		color: #fff;
		font-weight: 700;
		z-index: 25;
		font-size: 12px;
		padding: 0 15px;
		pointer-events: none;
		border-radius: 0 2px 2px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.file-upload-wrapper input {
		opacity: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99;
		height: 38px;
		margin: 0;
		padding: 0;
		display: block;
		cursor: pointer;
		width: 100%!important;
	}

	/* 17-sep-22 */

	.other_modal .modal-body{
		height:auto;
	}

	.empanelment_form .modal-body{
		padding:40px;
		position: relative;
	}

	.empanelment_form .modal-body .close{
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 40px;
		text-shadow: none;
		font-weight: normal;
		height: 35px;
		width: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.empanelment_form .modal-heading{
		text-transform: capitalize;
		font-size: 24px;
		letter-spacing: 0.5px;
    	font-weight: 600;
	}

	.empanelment_form .modal-subheading{
		font-size: 16px;
		text-transform: capitalize;
		letter-spacing: 0.2px;
		font-weight: 600;
		color: #333;
		margin-bottom:20px;
	}


	.empanelment_form .modal-dialog{
		max-width: 600px;
	}

	.empanelment_form .form-group{
		margin-bottom:12px;
	}

	.empanelment_form .form-control{
		height:42px;
		padding:5px 10px;
	}

	.empanelment_form .form-control::placeholder{
		font-size:13px;
		color:#495057;
	}

	.empanelment_form .dark_btn{
		background:#C4956A;
		color: #fff!important;
		text-transform: uppercase;
		padding: 8px 20px;
		margin-top: 10px;
		border-radius: 3px;
	}

	#partner_form .inline-btns .remove_btn{
		margin-left:10px;
	}

	#partner_form .inline-btns .hide{
		display:none;
	}




/* start responsive */
@media (min-width: 992px) {
	body {
		font-size: 15px;
	}
}

 h1, h2, h3, h4, h5, h6, [class^='heading-'] {
 margin-top: 0;
 margin-bottom: 0;
 font-weight: 700;
 font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 text-transform: capitalize;
 letter-spacing: -0.02em;
 color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #C4956A;
}
h1, .heading-1 {
	font-size: 32px;
	line-height: 1.16667;
}



.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;

    overflow: auto;
}
#disclaimer .btn-secondary{
	background: #02a8da;
	}

 @media (min-width: 576px) {
h1, .heading-1 {
	font-size: 35px;
}

#disclaimer{
	background: #161515d1;
	z-index: 99999;
}
#disclaimer .modal-dialog {
max-width: 900px;
margin: 1.75rem auto;
}
#disclaimer .modal-body {
padding: 20px;
height: calc(100vh - 25vh);
overflow: auto;
}

#disclaimer .modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;

}
#disclaimer .modal-body p{
font-size:14px;
margin-bottom:5px;
letter-spacing: 1px;
}
#disclaimer .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: 0px solid rgba(0,0,0,.2);
border-radius: 0.3rem;
outline: 0;
box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #ccc;
}

#disclaimer .btn-secondary{
background: #02a8da;
}


#disclaimer2 {
	background: #161515d1;
	z-index: 99999;
	 
}

	#disclaimer2 .modal-dialog {
		max-width: 900px;
		margin: 1.75rem auto;
	}

	#disclaimer2 .modal-body {
		padding: 20px;
		height: calc(100vh - 25vh);
		overflow: auto;
	}

	#disclaimer2 .modal-dialog {
		max-width: 900px;
		margin: 1.75rem auto;
	}

	#disclaimer2 .modal-body {
		padding: 20px;
		height: calc(100vh - 25vh);
		overflow: auto;
	}

	#disclaimer2 .modal {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1050;
		display: none;
		width: 100%;
		height: 100%;
		overflow: hidden;
		outline: 0;
	}

	#disclaimer2 .modal-body p {
		font-size: 14px;
		margin-bottom: 5px;
		letter-spacing: 1px;
	}

	#disclaimer2 .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: 0px solid rgba(0,0,0,.2);
		border-radius: 0.3rem;
		outline: 0;
		box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #ccc;
	}

	#disclaimer2 .btn-secondary {
		background: #02a8da;
	}




	#disclaimer3 {
		background: #161515d1;
		z-index: 99999;
	}

		#disclaimer3 .modal-dialog {
			max-width: 900px;
			margin: 1.75rem auto;
		}

		

		#disclaimer3 .modal-dialog {
			max-width: 800px;
			margin: 1.75rem auto;
			max-height: calc(100vh - 3.5rem);
			height: 100%;
		}

		/* #disclaimer3 .modal-body {
			padding: 0px;
			height: auto;
			overflow: hidden;
			
		} */
			#disclaimer3 .modal-body img{
				margin:0 auto;
				display:block;
				max-width:100%;
				max-height: 100%;
				transform:scale(1);
			}

			#disclaimer3 .modal-body img:hover{
				transform:scale(1);
			}

			#disclaimer3 .modal {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 1050;
				display: none;
				width: 100%;
				height: 100%;
				overflow: hidden;
				outline: 0;
			}

		#disclaimer3 .modal-body p {
			font-size: 13px;
			margin-bottom: 5px;
			letter-spacing: 1px;
			font-weight:400;
			padding:0px 10px;
		}

		#disclaimer3 .modal-content {
			position: relative;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			flex-direction: column;
			width: 100%;
			/* height: 100%; */
			pointer-events: auto;
			background-color: #fff;
			background-clip: padding-box;
			border: 0px solid rgba(0,0,0,.2);
			border-radius: 0.3rem;
			outline: 0;
			box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #ccc;
			max-width: fit-content;
    		margin: auto;
		}

		#disclaimer3 .btn-secondary {
			background: #02a8da;
		}



}
 @media (min-width: 768px) {
	.heading-text h1 {
		padding-top: 25px;;
	}
h1, .heading-1 {
	font-size: 40px;
}
}
 @media (min-width: 992px) {
h1, .heading-1 {
	font-size: 50px;
}
}
 @media (min-width: 1200px) {
h1, .heading-1 {
	font-size: 60px;
}
}
h2, .heading-2 {
	font-size: 28px;
	line-height: 1.3;
}
 @media (min-width: 768px) {
h2, .heading-2 {
	font-size: 32px;
}
}
 @media (min-width: 992px) {
h2, .heading-2 {
	font-size: 36px;
}
}
 @media (min-width: 1200px) {
h2, .heading-2 {
	font-size: 40px;
}
}
h3, .heading-3 {
	font-size: 24px;
	line-height: 1.4;
}
 @media (min-width: 768px) {
h3, .heading-3 {
	font-size: 26px;
}
}
 @media (min-width: 992px) {
h3, .heading-3 {
	font-size: 28px;
}
}
 @media (min-width: 1200px) {
h3, .heading-3 {
	font-size: 24px;
}
}
h4, .heading-4 {
	font-size: 20px;
	line-height: 1.25;
}
 @media (min-width: 992px) {
h4, .heading-4 {
	font-size: 22px;
}
}
 @media (min-width: 1200px) {
h4, .heading-4 {
	font-size: 24px;
}
}
h5, .heading-5 {
	font-size: 16px;
	line-height: 1.44444;
}
 @media (min-width: 768px) {
h5, .heading-5 {
	font-size: 14px;
}
}
h6, .heading-6 {
	font-size: 15px;
	line-height: 1.46667;
}
small, .small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}
mark, .mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #C4956A;
}
.big {
	font-size: 18px;
	line-height: 1.44444;
}
.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}
code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #f5f5f5;
}
p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #C4956A;
}
p [style*='max-width'] {
	display: inline-block;
}
::selection {
	background: #C4956A;
	color: #ffffff;
}

::-moz-selection {
 background: #C4956A;
 color: #ffffff;
}
/*
* Brand
*/

.thank-you-page {
	padding-top: 80px;
}
.brand {
	display: inline-block;
}
.brand .brand-logo-light {
	display: none;
}
.brand .brand-logo-dark {
	display: block;
}
/*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}
a, a:focus, a:active, a:hover {
	text-decoration: none;
}
a, a:focus, a:active {
	color: #C4956A;
}
a:hover {
	color: #a26f40;
}
a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}
.link-hover {
	color: #a26f40;
}
.link-press {
	color: #a26f40;
}
* + .privacy-link {
	margin-top: 25px;
}
/*
* Blocks
*/
.block-center, .block-sm, .block-lg {
	margin-left: auto;
	margin-right: auto;
}
.block-sm {
	max-width: 560px;
}
.block-lg {
	max-width: 768px;
}
.block-center {
	padding: 10px;
}
.block-center:hover .block-center-header {
	background-color: #C4956A;
}
.block-center-title {
	background-color: #ffffff;
}
 @media (max-width: 1599.98px) {
.block-center {
	padding: 20px;
}
.block-center:hover .block-center-header {
	background-color: #ffffff;
}
.block-center-header {
	background-color: #C4956A;
}
}
/*
* Boxes
*/
.box-icon-classic {
	text-align: center;
}
.box-icon-classic-header {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: -12px;
	margin-left: -12px;
}
.box-icon-classic-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.box-icon-classic-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px;
}
.box-icon-classic-icon {
	position: relative;
	font-size: 50px;
	line-height: 1;
	color: #000000;
}
.box-icon-classic-icon::after {
	position: absolute;
	content: '';
	top: 6px;
	right: -6px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: rgba(196, 149, 106, 0.5);
}
.box-icon-classic-title {
	position: relative;
	transform: translateY(5px);
	will-change: transform;
	transition: all .3s ease;
}
.box-icon-classic-title::after {
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 1px solid;
	transition: inherit;
}
.box-icon-classic-title a:hover {
	color: inherit;
}
.box-icon-classic-title:hover {
	transform: none;
}
.box-icon-classic-title:hover::after {
	width: 100%;
}
* + .box-icon-classic-text {
	margin-top: 12px;
}
 @media (min-width: 768px) {
.box-icon-classic {
	text-align: left;
}
.box-icon-classic-header {
	flex-direction: row;
}
}
.contacts-classic {
	font-size: 0;
	line-height: 0;
}
.contacts-classic .icon {
	font-size: 22px;
	line-height: 1;
	color: #c4c4c4;
}
.contacts-classic a, .contacts-classic a:focus, .contacts-classic a:active {
	color: #000000;
}
.contacts-classic a:hover {
	color: #C4956A;
}
.contacts-classic-text {
	font-size: 18px;
	line-height: 1.44444;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.contacts-modern a {
	font-weight: 400;
	text-transform: none;
}
.contacts-modern a, .contacts-modern a:focus, .contacts-modern a:active {
	color: inherit;
}
.contacts-modern a:hover {
	color: #C4956A;
}
* + .contacts-modern {
	margin-top: 30px;
}
.video-classic {
	position: relative;
	max-width: 530px;
}
.video-classic-figure {
	overflow: hidden;
	border-radius: 7px;
}
.video-classic-figure img {
	width: 100%;
}
.video-classic-link {
	position: absolute;
	text-align: center;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	z-index: 1;
}
.video-classic-link::after, .video-classic-link::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	z-index: -1;
}
.video-classic-link::before {
	background: rgba(196, 149, 106, 0.3);
	will-change: transform;
	transition: all .3s ease;
}
.video-classic-link .icon {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.video-classic-link, .video-classic-link:focus, .video-classic-link:active {
	color: #000000;
	background: transparent;
}
.video-classic-link::after, .video-classic-link:focus::after, .video-classic-link:active::after {
	background: #ffffff;
}
.video-classic-link:hover {
	color: #ffffff;
}
.video-classic-link:hover::before {
	transform: scale(1.3);
}
.video-classic-link:hover::after {
	background: #C4956A;
}
* + .video-classic {
	margin-top: 30px;
}
 @media (min-width: 768px) {
.video-classic-figure {
	box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
}
.video-classic-link {
	width: 80px;
	height: 80px;
	font-size: 28px;
	line-height: 80px;
}
* + .video-classic {
	margin-top: 40px;
}
}
 @media (min-width: 992px) {
.video-classic-link {
	width: 99px;
	height: 99px;
	font-size: 36px;
	line-height: 99px;
}
* + .video-classic {
	margin-top: 50px;
}
}
.clients-classic-wrap {
	margin-bottom: -20px;
	margin-left: -50px;
}
.clients-classic-wrap:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.clients-classic-wrap > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 50px;
}
.clients-classic {
	display: inline-block;
	vertical-align: middle;
	opacity: .5;
}
.clients-classic:hover {
	opacity: 1;
}
* + .clients-classic-wrap {
	margin-top: 20px;
}
 @media (min-width: 768px) {
.clients-classic-wrap {
	margin-left: -55px;
}
.clients-classic-wrap > * {
	margin-left: 55px;
}
}
 @media (min-width: 1200px) {
.clients-classic-wrap {
	margin-left: -75px;
}
.clients-classic-wrap > * {
	margin-left: 75px;
}
}
/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}
html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}
html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}
html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}
html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}
html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}
html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}
html .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}
 @media (min-width: 992px) {
html .group-xl {
	margin-bottom: -20px;
	margin-left: -45px;
}
html .group-xl > * {
	margin-bottom: 20px;
	margin-left: 45px;
}
}
html .group-middle {
	display: inline-flex;
	align-items: center;
}
html .group-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}
html .group-custom > * {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px;
}
 @media (min-width: 576px) {
html .group-custom {
	flex-wrap: nowrap;
}
html .group-custom > * {
	flex: 1 1 auto;
}
}
* + .group-sm {
	margin-top: 30px;
}
* + .group-xl {
	margin-top: 20px;
}
/*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -10px;
	margin-left: -10px;
}
.unit > * {
	margin-bottom: 10px;
	margin-left: 10px;
}
.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.unit-body {
	flex: 0 1 auto;
}
.unit-left, .unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}
.unit-spacing-0 {
	margin-bottom: 0;
	margin-left: 0;
}
.unit-spacing-0 > * {
	margin-bottom: 0;
	margin-left: 0;
}
.unit-spacing-xs {
	margin-bottom: -10px;
	margin-left: -15px;
}
.unit-spacing-xs > * {
	margin-bottom: 10px;
	margin-left: 15px;
}
.unit-spacing-sm {
	margin-bottom: -10px;
	margin-left: -20px;
}
.unit-spacing-sm > * {
	margin-bottom: 10px;
	margin-left: 20px;
}
.unit-spacing-md {
	margin-bottom: -15px;
	margin-left: -25px;
}
.unit-spacing-md > * {
	margin-bottom: 15px;
	margin-left: 25px;
}
.unit-spacing-lg {
	margin-bottom: -20px;
	margin-left: -30px;
}
.unit-spacing-lg > * {
	margin-bottom: 20px;
	margin-left: 30px;
}
.unit-spacing-xl {
	margin-bottom: -30px;
	margin-left: -40px;
}
.unit-spacing-xl > * {
	margin-bottom: 30px;
	margin-left: 40px;
}
/*
* Lists
*/
/*
* Vertical list
*/
.list > li + li {
	margin-top: 10px;
}
.list-xs > li + li {
	margin-top: 5px;
}
.list-sm > li + li {
	margin-top: 15px;
}
.list-md > li + li {
	margin-top: 20px;
}
.list-lg > li + li {
	margin-top: 25px;
}
.list-xl > li + li {
	margin-top: 30px;
}
/*
* List inline
*/
.list-inline > li {
	display: inline-block;
}
html .list-inline-xs {
	transform: translate3d(0, -6px, 0);
	margin-bottom: -6px;
	margin-left: -3px;
	margin-right: -3px;
}
html .list-inline-xs > * {
	margin-top: 6px;
	padding-left: 3px;
	padding-right: 3px;
}
html .list-inline-sm {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -5px;
	margin-right: -5px;
}
html .list-inline-sm > * {
	margin-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
html .list-inline-md {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -8px;
	margin-right: -8px;
}
html .list-inline-md > * {
	margin-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
}
html .list-inline-lg {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
}
html .list-inline-lg > * {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
html .list-inline-xl {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -13px;
	margin-right: -13px;
}
html .list-inline-xl > * {
	margin-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
}
html .list-inline-xxl {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -15px;
	margin-right: -15px;
}
html .list-inline-xxl > * {
	margin-top: 0px;
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
}
/*
* List terms
*/
.list-terms dt + dd {
	margin-top: 5px;
}
.list-terms dd + dt {
	margin-top: 25px;
}
* + .list-terms {
	margin-top: 25px;
}
/*
* Index list
*/
.index-list {
	counter-reset: li;
}
.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}
/*
* Marked list
*/
.list-marked {
	padding-left: 25px;
	text-align: left;
}
.list-marked > li {
	text-indent: -25px;
	padding-left: 25px;
}
.list-marked > li::before {
	position: relative;
	display: inline-block;
	left: 25px;
	top: -1px;
	min-width: 25px;
	content: '\f105';
	font: 400 14px/24px 'FontAwesome';
	color: #b7b7b7;
}
.list-marked > li + li {
	margin-top: 4px;
}
* + .list-marked {
	margin-top: 15px;
}
p + .list-marked {
	margin-top: 10px;
}
/*
* Ordered List
*/
.list-ordered {
	counter-reset: li;
	text-align: left;
	line-height: 1.46667;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-ordered > li {
	padding-left: 32px;
	text-indent: -32px;
}
.list-ordered > li:before {
	text-align: center;
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	display: inline-block;
	width: 20px;
	margin-right: 12px;
	text-indent: 0;
	transition: all 0.3s ease-in-out;
}
.list-ordered > li + li {
	margin-top: 10px;
}
* + .list-ordered {
	margin-top: 15px;
}
.list-social {
	color: inherit;
}
.list-social .icon {
	 
	line-height:inherit;
	border: none;
}
.list-social a, .list-social a:focus, .list-social a:active {
	color: inherit;
}
.list-social a:hover {
	color: #C4956A;
}
 @media (min-width: 768px) {
.list-social .icon {
	/* font-size: ; */
}
}
* + .list-social {
	margin-top: 30px;
}
.context-dark .list-social, .bg-gray-700 .list-social, .bg-gray-800 .list-social, .bg-primary .list-social {
	color: #ffffff;
}
/*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-responsive {
	width: 100%;
}
/*
* Icons
*/
.icon {
	display: inline-block;
	/* font-size:; */
	line-height: 1;
}
.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}
.icon-circle {
	border-radius: 50%;
}
/*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}
.table-custom th, .table-custom td {
	color: #313131;
	background: #ffffff;
}
.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #e5e5e5;
}

@media(max-width:991px){
	

	.right-bdr {
		border: 0!important;
		margin-bottom: 20px;
	}
}
 @media (max-width: 991.98px) {
.table-custom th {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
.table-custom td {
	padding: 17px 24px;
}
.table-custom tbody tr:first-child td {
	border-top: 0;
}
.table-custom tr td {
	border-bottom: 1px solid #c4c4c4;
}
.table-custom tfoot td {
	font-weight: 700;
}
* + .table-custom-responsive {
	margin-top: 30px;
}
 @media (min-width: 768px) {
* + .table-custom-responsive {
	margin-top: 40px;
}
}
.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #C4956A;
	border: 0;
}
.table-custom.table-custom-primary tbody tr:hover td {
	background: #e5e5e5;
}
.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}
.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}
.table-custom.table-custom-bordered td {
	border: 1px solid #c4c4c4;
}
.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}
.table-custom.table-custom-striped {
	border-bottom: 1px solid #c4c4c4;
}
.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}
.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #e5e5e5;
}
.table-custom.table-custom-striped tbody td {
	border: 0;
}
.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}
 @media (max-width: 991.98px) {
.table-custom-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-custom-responsive.table-bordered {
	border: 0;
}
}
/*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #e5e5e5;
}
.divider {
	font-size: 0;
	line-height: 0;
}
.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #C4956A;
}
/*
* Buttons
*/
.button {
	position: relative;
	/*overflow: hidden;*/
	display: inline-block;
	padding: 10px 30px;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}
 @media (min-width: 992px) {
.button {
	padding: 15px 45px;
}
}
.button-block {
	display: block;
	width: 100%;
}
.button-default, .button-default:focus {
	color: #c4c4c4;
	background-color: #313131;
	border-color: #313131;
}
.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: #C4956A;
	border-color: #C4956A;
}
.button-default.button-ujarak::before {
	background: #C4956A;
}
.button-default.button-jerry .button-jerry-line {
	border-color: #313131;
}
.button-default.button-jerry:hover, .button-default.button-jerry:active, .button-default.button-jerry.active {
	color: #ff0000;
}
.button-gray-100, .button-gray-100:focus {
	color: #282828;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #282828;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}
.button-gray-100.button-ujarak::before {
	background: #e8e8e8;
}
.button-gray-100.button-jerry .button-jerry-line {
	border-color: #f5f5f5;
}
.button-gray-100.button-jerry:hover, .button-gray-100.button-jerry:active, .button-gray-100.button-jerry.active {
	color: #000000;
}
.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #C4956A;
	border-color: #C4956A;
}
.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #ffffff;
	background-color: #313131;
	border-color: #313131;
}
.button-primary.button-ujarak::before {
	background: #313131;
}
.button-primary.button-jerry .button-jerry-line {
	border-color: #c4956a;
}
.button-primary.button-jerry:hover, .button-primary.button-jerry:active, .button-primary.button-jerry.active {
	color: #282828;
   
}


.button-primary.newdesign1.width1200{
    margin-top: -8px;
    font-size: 15px;
    width: 100%;
}

.button-primary.newdesign1.button-jerry:hover, .button-primary.newdesign1.button-jerry:active, .button-primary.newdesign1.button-jerry.active {
	color: #ffffff;
    background: #282828;
}

.button-default-outline, .button-default-outline:focus {
	color: #c4c4c4;
	background-color: transparent;
	border-color: #313131;
}
.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {
	color: #ffffff;
	background-color: #C4956A;
	border-color: #C4956A;
}
.button-default-outline.button-ujarak::before {
	background: #C4956A;
}
.button-default-outline.button-jerry .button-jerry-line {
	border-color: #313131;
}
.button-default-outline.button-jerry:hover, .button-default-outline.button-jerry:active, .button-default-outline.button-jerry.active {
	color: #000000;
}
.button-primary-outline, .button-primary-outline:focus {
	color: #000000;
	background-color: transparent;
	border-color: #C4956A;
}
.button-primary-outline:hover, .button-primary-outline:active, .button-primary-outline.active {
	color: #ffffff;
	background-color: #C4956A;
	border-color: #C4956A;
}
.button-primary-outline.button-ujarak::before {
	background: #C4956A;
}
.button-primary-outline.button-jerry .button-jerry-line {
	border-color: #C4956A;
}
.button-primary-outline.button-jerry:hover, .button-primary-outline.button-jerry:active, .button-primary-outline.button-jerry.active {
	color: #000000;
}
.button-ghost {
	border: 0;
	background-color: transparent;
}
.button-ghost:hover {
	color: #ffffff;
	background: #C4956A;
}
.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}
.button-facebook:hover, .button-facebook:active, .button-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}
.button-facebook.button-ujarak::before {
	background: #456497;
}
.button-facebook.button-jerry .button-jerry-line {
	border-color: #4d70a8;
}
.button-facebook.button-jerry:hover, .button-facebook.button-jerry:active, .button-facebook.button-jerry.active {
	color: #000000;
}
.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}
.button-twitter:hover, .button-twitter:active, .button-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}
.button-twitter.button-ujarak::before {
	background: #02a8da;
}
.button-twitter.button-jerry .button-jerry-line {
	border-color: #02bcf3;
}
.button-twitter.button-jerry:hover, .button-twitter.button-jerry:active, .button-twitter.button-jerry.active {
	color: #000000;
}
.button-google, .button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}
.button-google:hover, .button-google:active, .button-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}
.button-google.button-ujarak::before {
	background: #cc3a1a;
}
.button-google.button-jerry .button-jerry-line {
	border-color: #e2411e;
}
.button-google.button-jerry:hover, .button-google.button-jerry:active, .button-google.button-jerry.active {
	color: #000000;
}
.button-shadow {
	box-shadow: 0 9px 21px 0 rgba(196, 196, 196, 0.15);
}
.button-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(196, 196, 196, 0.15);
}
.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}
.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}
.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #C4956A;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}


.tom-alter-cont p{color: #eee;padding-bottom: 25px;letter-spacing: 0.5px;}
.tom-alter-cont p b{color: var(--khaki);letter-spacing: 1px;}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}
.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.button-xs {
	padding: 8px 17px;
}
.button-sm {
	padding: 0px 10px;
	font-size: 12px;
	line-height: 1.5;
}
 @media (min-width: 992px) {
.button-sm {
	padding: 5px 25px;
}
}
.button-lg {
	padding: 7px 35px;
	font-size: 14px;
	line-height: 1.5;
}
 @media (min-width: 992px) {
.button-lg {
	padding: 12px 50px;
}
}
.button-xl {
	padding: 11px 35px;
	font-size: 16px;
	line-height: 28px;
}
 @media (min-width: 992px) {
.button-xl {
	padding: 16px 50px;
}
}
 @media (min-width: 992px) {
.button-xl {
	padding: 20px 80px;
}
}
.button-circle {
	border-radius: 30px;
}
.button-round-1 {
	border-radius: 5px;
}
.button-round-2 {
	border-radius: 10px;
}
.button.button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}
.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	line-height: 1em;
}
.button.button-icon-left .icon {
	padding-right: 11px;
}
.button.button-icon-right {
	flex-direction: row-reverse;
}
.button.button-icon-right .icon {
	padding-left: 11px;
}
.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em;
}
.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px;
}
.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px;
}
.btn-primary {
	border-radius: 3px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #C4956A;
	border-color: #C4956A;
}
.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}
.button-jerry {
	overflow: visible;
}
.button-jerry:hover {
	border-color: transparent;
	background-color: transparent;
}
.button-jerry:hover .button-jerry-line:nth-child(1) {
	animation: move1 1500ms infinite ease;
}
.button-jerry:hover .button-jerry-line:nth-child(2) {
	animation: move2 1500ms infinite ease;
}
.button-jerry:hover .button-jerry-line:nth-child(3) {
	animation: move3 1500ms infinite ease;
}
.button-jerry:hover .button-jerry-line:nth-child(4) {
	animation: move4 1500ms infinite ease;
}
.ie-11 .button-jerry:hover {
	background-color: #C4956A;
}
.button-jerry-line {
	display: block;
	position: absolute;
	border: 2px solid #000000;
}
.button-jerry-line:nth-child(1) {
	bottom: -1px;
	left: -1px;
	border-left-width: inherit;
}
.button-jerry-line:nth-child(2) {
	top: -1px;
	left: -1px;
	border-top-width: inherit;
}
.button-jerry-line:nth-child(3) {
	top: -1px;
	right: -1px;
	border-right-width: inherit;
}
.button-jerry-line:nth-child(4) {
	right: -1px;
	bottom: -1px;
	border-bottom-width: inherit;
}
 @keyframes move1 {
 0% {
 height: calc(100% + 1px);
 bottom: -1px;
}
 54% {
 height: 0;
 bottom: calc(100% + 1px);
}
 55% {
 height: 0;
 bottom: -1px;
}
 100% {
 height: calc(100% + 1px);
 bottom: -1px;
}
}
 @keyframes move2 {
 0% {
 width: 0;
 left: -1px;
}
 50% {
 width: calc(100% + 1px);
 left: -1px;
}
 100% {
 width: 0;
 left: calc(100% + 1px);
}
}
 @keyframes move3 {
 0% {
 height: calc(100% + 1px);
 top: -1px;
}
 54% {
 height: 0;
 top: calc(100% + 1px);
}
 55% {
 height: 0;
 top: -1px;
}
 100% {
 height: calc(100% + 1px);
 top: -1px;
}
}
 @keyframes move4 {
 0% {
 width: 0;
 right: -1px;
}
 55% {
 width: calc(100% + 1px);
 right: -1px;
}
 100% {
 width: 0;
 right: calc(100% + 1px);
}
}
/*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left;
}
.rd-form .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 42px;
}
* + .rd-form {
	margin-top: 20px;
}
 input:-webkit-autofill ~ label, input:-webkit-autofill ~ .form-validation {
 color: #000000 !important;
}
.form-wrap {
	position: relative;
}
.form-wrap.has-error .form-input {
	border-color: #f5543f;
}
.form-wrap.has-focus .form-input {
	border-color: #C4956A;
}
.form-wrap + * {
	margin-top: 16px;
}
.form-wrap + .form-button {
	margin-top: 30px;
}
 @media (min-width: 768px) {
.form-wrap + * {
	margin-top: 24px;
}
.form-wrap + .form-button {
	margin-top: 44px;
}
}
.form-input {
	display: block;
	width: 100%;
	min-height: 42px;
	padding: 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 0 solid rgba(0, 0, 0, 0.1);
	border-bottom-width: 1px;
	border-color: rgba(255, 255, 255, 0.1);
}
.form-input:focus {
	outline: 0;
}
textarea.form-input {
	height: 135px;
	min-height: 42px;
	max-height: 230px;
	resize: vertical;
}
.form-label, .form-label-outside {
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
}
.form-label {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.02em;
	transform: translateY(-50%);
	will-change: transform;
	pointer-events: none;
	transition: .25s;
	z-index: 9;
}
.form-label.focus {
	opacity: 0.9;
}
.form-label.auto-fill {
	color: #000000;
}
.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}
 @media (min-width: 768px) {
.form-label-outside {
	position: static;
}
.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
	transform: none;
}
}
[data-x-mode='true'] .form-label {
	pointer-events: auto;
}
.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}
.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}
#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}
#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
 @media (min-width: 576px) {
#form-output-global {
	left: 30px;
}
}
.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.form-output.active {
	opacity: 1;
	visibility: visible;
}
.form-output.error {
	color: #f5543f;
}
.form-output.success {
	color: #98bf44;
}
.radio .radio-custom, .radio-inline .radio-custom, .checkbox .checkbox-custom, .checkbox-inline .checkbox-custom {
	opacity: 0;
}
.radio .radio-custom, .radio .radio-custom-dummy, .radio-inline .radio-custom, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom, .checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}
.radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after, .checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}
.radio .radio-custom:focus, .radio-inline .radio-custom:focus, .checkbox .checkbox-custom:focus, .checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after, .checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}
.radio, .radio-inline {
	padding-left: 28px;
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}
.radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #313131;
	border-radius: inherit;
}
.checkbox, .checkbox-inline {
	padding-left: 28px;
}
.checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b7b7b7;
}
.checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #c4c4c4;
}
.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}
.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #C4956A;
	transform: translate(20px, -50%);
}
.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: transparent;
	cursor: pointer;
}
.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}
.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}
.rd-form-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}
.rd-form-inline > * {
	margin-top: 0;
}
.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}
.rd-form-inline .form-wrap-select {
	text-align: left;
}
.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 42px;
}
.rd-form-inline .form-button .button {
	min-height: inherit;
}
 @media (min-width: 576px) {
.rd-form-inline .button {
	display: block;
}
}
.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}
.form-sm .form-input, .form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}
.form-sm .form-validation {
	top: -16px;
}
.form-sm .form-label {
	top: 20px;
}
.form-sm * + .button {
	margin-top: 10px;
}
.form-lg .form-input, .form-lg .form-label, .form-lg .select2-container .select2-choice {
	font-size: 16px;
}
.form-lg .form-input, .form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
}
.form-lg .form-input, .form-lg .select2-container .select2-choice {
	min-height: 58px;
}
.form-lg .form-button {
	min-height: 60px;
}
.form-lg .form-label {
	top: 30px;
}
.form-style-1 {
	max-width: 530px;
	padding: 20px;
	background: #363435;
	border-radius: 7px;
}
.form-style-1 .form-validation {
	top: auto;
	bottom: -15px;
}
* + .form-style-1 {
	margin-top: 22px;
}
 @media (min-width: 576px) {
.form-style-1 {
	padding: 30px 35px;
}
}
 @media (min-width: 768px) {
.form-style-1 {
	box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
}
}
 @media (min-width: 992px) {
.form-style-1 {
	padding: 42px 45px 50px;
}
* + .form-style-1 {
	margin-top: 44px;
}
}
/*
* Posts
*/
.post-classic {
	/*max-width: 270px;*/
	margin-left: auto;
	margin-right: auto;
}
.post-classic-time {
	color: #c4c4c4;
}
.post-classic-figure {
	display: block;
}
.post-classic-figure img {
	width: 100%;
}
* + .post-classic-figure {
	margin-top: 10px;
}
* + .post-classic-title {
	margin-top: 18px;
}
* + .post-classic-text {
	margin-top: 8px;
}
 @media (min-width: 768px) {
.post-classic {
	text-align: left;
}
* + .post-classic-figure {
	margin-top: 14px;
}
* + .post-classic-title {
	margin-top: 20px;
}
* + .post-classic-text {
	margin-top: 14px;
}
}
/*
* Quotes
*/
.quote-classic {
	position: relative;
	text-align: center;
	color: #000000;
	padding-top: 40px;
}
.quote-classic-text {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -0.02em;
	color: #000000;
}
.quote-classic-figure {
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}
.quote-classic-author {
	font-weight: 700;
	text-transform: uppercase;
}
.quote-classic-decor-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 0;
	line-height: 0;
	transform: translate3d(-50%, 0, 0);
}
.quote-classic-decor {
	display: inline-block;
}


.d-double{display: flex;flex-wrap: wrap;padding-top: 40px;}
.d-double a{width: 50%;}


.quote-classic-decor::before {
	display: block;
	content: '';
	width: 16px;
	height: 14px;
	background: #C4956A;
}
.quote-classic-decor::after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #C4956A transparent transparent transparent;
}
.quote-classic-decor + .quote-classic-decor {
	margin-left: 10px;
}
.quote-classic-status {
	color: #C4956A;
}
.quote-classic-text + .unit {
	margin-top: 20px;
}
* + .quote-classic-status {
	margin-top: 4px;
}
 @media (min-width: 576px) {
.quote-classic {
	text-align: left;
}
.quote-classic-decor-wrap {
	left: 0;
	transform: none;
}
.quote-classic-text {
	font-size: 20px;
}
}
 @media (min-width: 768px) {
.quote-classic {
	padding-top: 26px;
	padding-left: 14.5%;
}
.quote-classic-decor::before {
	width: 21px;
	height: 18px;
}
.quote-classic-decor::after {
	border-width: 10px 10px 0 0;
}
.quote-classic-text {
	font-size: 22px;
}
.quote-classic-text + .unit {
	margin-top: 30px;
}
}
 @media (min-width: 992px) {
.quote-classic-text {
	font-size: 26px;
}
.quote-classic-text + .unit {
	margin-top: 40px;
}
}
 @media (min-width: 1200px) {
.quote-classic-text {
	font-size: 30px;
}
}
.context-dark .quote-classic, .bg-gray-700 .quote-classic, .bg-gray-800 .quote-classic, .bg-primary .quote-classic {
	color: #ffffff;
}
.context-dark .quote-classic-text, .bg-gray-700 .quote-classic-text, .bg-gray-800 .quote-classic-text, .bg-primary .quote-classic-text {
	color: inherit;
}
/*
* Thumbnails
*/
.figure-light figcaption {
	padding-top: 10px;
	color: #b7b7b7;
}
/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #282828;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}
.snackbars .icon-xxs {
	font-size: 18px;
}
.snackbars p span:last-child {
	padding-left: 14px;
}
.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}
.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}
.snackbars-right:hover {
	text-decoration: underline;
}
 @media (min-width: 576px) {
.snackbars {
	max-width: 540px;
	padding: 12px 15px;
	font-size: 15px;
}
}
/*
* Footers
*/
.footer-classic {
	text-align: center;
	background: #282828;
}
 @media (min-width: 992px) {
* + .contacts-modern {
	margin-top: 40px;
}
}
.footer-classic-list {
	position: relative;
}
.footer-classic-list::before {
	display: none;
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	height: 0;
	width: 200px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	transform: translate3d(-50%, 0, 0);
}
.footer-classic-list + .footer-classic-list {
	margin-top: 40px;
	padding-top: 30px;
}
.footer-classic-list + .footer-classic-list::before {
	display: block;
}
.footer-classic-list + .rights {
	margin-top: 40px;
}
 @media (min-width: 768px) {
.footer-classic-list + .rights {
	margin-top: 60px;
}
}
/*
* Projects
*/
.project-classic {
	text-align: center;
}
.project-classic-2 {
	display: inline-block;
}
.project-classic-title {
	font-size: 30px;
	line-height: 1.16667;
	font-weight: 700;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	white-space: nowrap;
}
.project-classic-text {
	max-width: 185px;
	color: #C4956A;
}
* + .project-classic-text {
	margin-top: 20px;
}
 @media (min-width: 768px) {
.project-classic {
	text-align: left;
}
.project-classic-title {
	font-size: 35px;
}
* + .project-classic-text {
	margin-top: 30px;
}
}
 @media (min-width: 992px) {
.project-classic-title {
	font-size: 40px;
}
.project-classic-text {
	margin-left: auto;
	margin-right: 5%;
}
* + .project-classic-text {
	margin-top: 36px;
}
}
 @media (min-width: 1200px) {
.project-classic-title {
	font-size: 50px;
}
}
 @media (min-width: 1600px) {
.project-classic-title {
	font-size: 3.125vw;
}
}
.context-dark .project-classic-title, .bg-gray-700 .project-classic-title, .bg-gray-800 .project-classic-title, .bg-primary .project-classic-title {
	color: #ffffff;
}
.context-dark .project-classic-text, .bg-gray-700 .project-classic-text, .bg-gray-800 .project-classic-text, .bg-primary .project-classic-text {
	color: #C4956A;
}
.project-modern {
	padding: 15px 15px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	background: #282828;
}
.project-modern-info {
	margin-bottom: -6px;
	margin-left: -25px;
}
.project-modern-info:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.project-modern-info > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 25px;
}
.project-modern-info-item {
	color: #C4956A;
}
.project-modern-address {
	color: #282828;
}
.project-modern-decor {
	display: none;
	height: 0;
	width: 11.4%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-modern-counter {
	position: absolute;
	bottom: 10px;
	left: 50%;
	font-size: 16px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(196, 196, 196, 0.05);
	transform: translate3d(-50%, 0, 0);
	z-index: 1;
}
* + .project-modern-decor {
	margin-left: 50px;
}
 @media (min-width: 576px) {
.project-modern-counter {
	font-size: 3.125vw;
}
}
 @media (min-width: 768px) {
.project-modern {
	padding-bottom: 40px;
}
.project-modern-info {
	margin-left: -35px;
}
.project-modern-info > * {
	margin-left: 35px;
}
}
 @media (min-width: 992px) {
.project-modern {
	justify-content: flex-end;
	padding: 20px 35px;
}
.project-modern-counter {
	bottom: 0;
	left: 2%;
	line-height: 100px;
	transform: none;
}
}
 @media (min-width: 1200px) {
.project-modern {
	min-height: 121px;
}
.project-modern-counter {
	line-height: 121px;
	letter-spacing: .2em;
}
}
 @media (min-width: 1400px) {
.project-modern-info {
	margin-left: -50px;
}
.project-modern-info > * {
	margin-left: 50px;
}
}
 @media (min-width: 1600px) {
.project-modern-decor {
	display: block;
}
}
 @media (min-width: 1800px) {
.project-modern-info {
	margin-left: -75px;
}
.project-modern-info > * {
	margin-left: 75px;
}
.project-modern-counter {
	left: 1.2%;
}
* + .project-modern-decor {
	margin-left: 70px;
}
}
.context-dark .project-modern-info-item, .bg-gray-700 .project-modern-info-item, .bg-gray-800 .project-modern-info-item, .bg-primary .project-modern-info-item {
	color: #C4956A;
}
.context-dark .project-modern-address, .bg-gray-700 .project-modern-address, .bg-gray-800 .project-modern-address, .bg-primary .project-modern-address {
	color: #ffffff;
}
.ie-10 .project-modern, .ie-11 .project-modern, .ie-edge .project-modern {
	height: 100px;
}
.project-creative-figure img {
	width: 100%;
	border-radius: 4px;
}
* + .project-creative {
	margin-top: 30px;
}
 @media (min-width: 768px) {
* + .project-creative {
	margin-top: 40px;
}
}
.tabs-custom .project-creative > * {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: opacity 0.15s linear;
}
.tabs-custom .project-creative > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
	margin-top: 40px;
	margin-bottom: 10px;
}
.navin-rahejaimg img {
	visibility: visible;
	height: auto;
	overflow: visible;
	margin-top: 28px;
	margin-bottom: 10px;
}
.section.novi-background.bg-cover.about-section1.bg-gray-800.decoration-1 {
	padding-bottom: 68px;
	padding-top: 40px;
}
.section.novi-background.bg-cover.about-section1.bg-gray-800.decoration-1.pd-top {
	padding-bottom: 68px;
	padding-top: 100px;
}
.project-creative-figure.active {
	margin-top: 26px;
	margin-bottom: 7px;
}
.project-mary {
	position: relative;
}
.project-mary-figure {
	position: relative;
	overflow: hidden;
}
.project-mary-link-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}
.project-mary-link {
	text-align: center;
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
}
.project-mary-link, .project-mary-link:focus, .project-mary-link:active {
	color: #ffffff;
	background: #C4956A;
}
.project-mary-link:hover {
	color: #ffffff;
	background: #282828;
}
.project-mary-link img {
	display: none;
}
.project-mary-content {
	padding: 20px 15px;
	color: #ffffff;
	background: #282828;
}
.novi-background {
	padding: 50px 0px;
}

.novi-background.newdesignindex{
	   padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.box-div1:hover .column#caption .text {
	opacity: 9;
}
/*.btncommercial {
	border: 1px solid#ccc;
	padding: 2px;
}*/
.offerimg2 h4 {
	background: #282828;
	color: #fff;
	text-align: center;
	padding: 8px;
	letter-spacing: 2px;
	font-weight: 400;
}
.box-div1:hover::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000d9;
	z-index: 9999;
}
.box-div1 {
	position: relative;
}
.column#caption {
	position: relative;
}
.column#caption .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	opacity: 0;
	transition: all 0.8s ease;
	color: #fff;
}
.column#caption .text h1 {
	margin: 0;
	color: white;
	font-size: 24px;
}
.column#caption:hover .text {
	opacity: 1;
}
.column#caption:hover img {
	-webkit-filter: sepia(90%);
}
/*.btncommercial p {
	background: #282828;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 0px;
	padding: 25px 25px;
	letter-spacing: 2px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}*/

.button-primary.newdesign1{
    margin-top: 0px;
    
    font-size: 15px;
}

.bloghome {
	background: #fff;
	padding: 15px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}

.bloghome.glance {
	background: #fff;
	padding: 15px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}
/*.btncommercial p:hover {
	background: #c4956a;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 0px;
	padding: 25px 25px;
	letter-spacing: 2px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}*/
.project-mary-panel {
	overflow: hidden;
	margin-left: -17px;
	margin-right: -17px;
}
.project-mary-panel > * {
	padding-left: 17px;
	padding-right: 17px;
}
.project-mary-panel-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.project-mary-panel-item + .project-mary-panel-item::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -1px;
	width: 0;
	height: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	transform: translate3d(0, -50%, 0);
}
.project-mary-title {
	color: #C4956A;
}
.project-mary-title a, .project-mary-title a:focus, .project-mary-title a:active {
	color: inherit;
}
.project-mary-title a:hover {
	color: #ffffff;
}
.project-mary-text {
	color: rgba(255, 255, 255, 0.5);
}
* + .project-mary {
	margin-top: 30px;
}
* + .project-mary-title {
	margin-top: 10px;
}
* + .project-mary-text {
	margin-top: 10px;
}
 @media (min-width: 768px) {
.project-mary {
	padding-right: 13%;
	padding-left: 20.7%;
}
.project-mary-figure {
	display: inline-block;
	box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.15);
}
.project-mary-figure img {
	width: auto;
}
.project-mary-link {
	width: 61px;
	height: 61px;
	font-size: 25px;
	line-height: 61px;
}
.project-mary-content {
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 300px;
	padding: 30px 15px;
	transform: translate3d(0, -50%, 0);
}
}
 @media (min-width: 992px) {
.project-mary-content {
	max-width: 364px;
	padding: 45px 30px;
}
}
 @media (min-width: 1200px) {
.project-mary-content {
	padding-top: 60px;
	padding-bottom: 50px;
}
.project-mary-figure {
	box-shadow: -20px 30px 30px rgba(0, 0, 0, 0.15);
}
}
/*
* Team
*/
.team-classic {
	text-align: left;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}
.team-classic-figure img {
	width: 100%;
}
.team-classic-status {
	font-weight: 500;
	color: #C4956A;
}
.team-classic-body {
	padding: 6px 15px 4px;
	background: #ffffff;/*box-shadow: 0 15px 25px 0 rgb(0 0 0 / 5%);*/
}
.team-classic-footer {
	padding: 3px 15px 0;
}
.team-classic-list-panel {
	position: relative;
	display: flex;
	align-items: center;
	padding: 14px 0;
	pointer-events: none;
}
.team-classic-list-panel::before {
	display: inline-block;
	content: '';
	height: 0;
	width: 20%;
	margin-right: 16%;
	border-top: 1px solid #000000;
}
.team-classic-list-social {
	font-size: 0;
	line-height: 0;
	pointer-events: auto;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -9px;
	margin-right: -9px;
}
.team-classic-list-social > * {
	margin-top: 8px;
	padding-left: 9px;
	padding-right: 9px;
}
.team-classic-list-social .icon {
	font-size: 20px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.6);
}
.team-classic-list-social a, .team-classic-list-social a:focus, .team-classic-list-social a:active {
	color: inherit;
}
.team-classic-list-social a:hover {
	color: #C4956A;
}
.team-classic-placeholder {
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 1;
	color: rgba(40, 40, 40, 0.05);
	transform: translate3d(0, -50%, 0);
}
 @media (min-width: 768px) {
.team-classic-body {
	padding-top: 10px;
	padding-bottom: 6px;
}
}
 @media (min-width: 992px) {
.team-classic-body, .team-classic-footer {
	padding-left: 10px;
	padding-right: 10px;
}
.team-classic-list-panel::before {
	width: 28%;
	margin-right: 24%;
}
.team-classic-list-social .icon {
	font-size: 22px;
}
}
/** @group Helpers */
/*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;/*opacity: 0;*/
}
.page.fadeIn {
	animation-timing-function: ease-out;
}
.page.fadeOut {
	animation-timing-function: ease-in;
}
[data-x-mode] .page {
	opacity: 1;
}

@media all and (max-width: 968px) {
	.fixed-top .container-all nav {
		height: 100%;
		overflow-x: hidden;
	}
}

 @media (min-width: 1630px) {
html.boxed .page {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
}
html.boxed .rd-navbar-static {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
html.boxed .rd-navbar-static.rd-navbar--is-stuck {
	max-width: 1600px;
	width: 100%;
	left: calc(50% - 1600px);
	right: calc(50% - 1600px);
}
}
/*
* Text styling
*/
.text-italic {
	font-style: italic;
}
.text-normal {
	font-style: normal;
}
.text-underline {
	text-decoration: underline;
}
.text-strike {
	text-decoration: line-through;
}
.font-weight-thin {
	font-weight: 100;
}
.font-weight-light {
	font-weight: 300;
}
.font-weight-regular {
	font-weight: 400;
}
.font-weight-medium {
	font-weight: 500;
}
.font-weight-sbold {
	font-weight: 600;
}
.font-weight-bold {
	font-weight: 700;
}
.font-weight-ubold {
	font-weight: 900;
}
.text-spacing-0 {
	letter-spacing: 0;
}
.text-primary {
	color: #C4956A !important;
}
/*
* Offsets
*/
* + p {
	margin-top: 16px;
}
h1 + h3 {
	margin-top: 30px;
}
h3 + h6 {
	margin-top: 11px;
}
h6 + h1 {
	margin-top: 12px;
}
h1 + p {
	margin-top: 12px;
}
h2 + p {
	margin-top: 12px;
}
h3 + p {
	margin-top: 12px;
}
h4 + p {
	margin-top: 12px;
}
h5 + p {
	margin-top: 12px;
}
h6 + p {
	margin-top: 12px;
}
p + h2, p + .heading-2 {
	margin-top: 15px;
}
/* p + p {
	margin-top: 12px;
} */
img + p {
	margin-top: 15px;
}
h3 + img {
	margin-top: 42px;
}
* + .row {
	margin-top: 30px;
}
* + .big {
	margin-top: 20px;
}
* + .text-block {
	margin-top: 30px;
}
* + .button {
	margin-top: 20px;
}
* + .owl-carousel {
	margin-top: 30px;
}
.row + h3, .row + .heading-3 {
	margin-top: 80px;
}
.container + .container {
	margin-top: 35px;
}
.row + .row {
	margin-top: 35px;
}
 @media (min-width: 768px) {
h3 + h6 {
	margin-top: 18px;
}
* + .row {
	margin-top: 40px;
}
* + .row-sm {
	margin-top: 35px;
}
* + .button {
	margin-top: 30px;
}
* + .owl-carousel {
	margin-top: 25px;
}
}

 @media (min-width: 1200px) {
* + .row-lg {
	margin-top: 50px;
}
* + .row-xl {
	margin-top: 60px;
}
* + .row-xxl {
	margin-top: 70px;
}
* + .rd-form {
	margin-top: 30px;
}
* + .button {
	margin-top: 50px;
}
/* * + .owl-carousel {
	margin-top: 60px;
} */
.container + .container {
	margin-top: 60px;
}
/*.row + .row {
	margin-top: 60px;
}*/
}
.row-0 {
	margin-bottom: 0px;
}
.row-0:empty {
	margin-bottom: 0;
}
.row-0 > * {
	margin-bottom: 0px;
}
.row-15 {
	margin-bottom: -15px;
}
.row-15:empty {
	margin-bottom: 0;
}
.row-15 > * {
	margin-bottom: 15px;
}
.row-20 {
	margin-bottom: -20px;
}
.row-20:empty {
	margin-bottom: 0;
}
.row-20 > * {
	margin-bottom: 20px;
}
.row-30 {
	margin-bottom: -30px;
}
.row-30:empty {
	margin-bottom: 0;
}
.row-30 > * {
	margin-bottom: 30px;
}
.row-40 {
	margin-bottom: -40px;
}
.row-40:empty {
	margin-bottom: 0;
}
.row-40 > * {
	margin-bottom: 40px;
}
.row-50 {
	margin-bottom: -50px;
}
.row-50:empty {
	margin-bottom: 0;
}
.row-50 > * {
	margin-bottom: 50px;
}
.row-60 {
	margin-bottom: -60px;
}
.row-60:empty {
	margin-bottom: 0;
}
.row-60 > * {
	margin-bottom: 60px;
}
.row-70 {
	margin-bottom: -70px;
}
.row-70:empty {
	margin-bottom: 0;
}
.row-70 > * {
	margin-bottom: 70px;
}
 @media (min-width: 768px) {
.row-md-40 {
	margin-bottom: -40px;
}
.row-md-40:empty {
	margin-bottom: 0;
}
.row-md-40 > * {
	margin-bottom: 40px;
}
.row-md-50 {
	margin-bottom: -50px;
}
.row-md-50:empty {
	margin-bottom: 0;
}
.row-md-50 > * {
	margin-bottom: 50px;
}
.row-md-60 {
	margin-bottom: -60px;
}
.row-md-60:empty {
	margin-bottom: 0;
}
.row-md-60 > * {
	margin-bottom: 60px;
}
}
 @media (min-width: 992px) {
.row-lg-30 {
	margin-bottom: -30px;
}
.row-lg-30:empty {
	margin-bottom: 0;
}
.row-lg-30 > * {
	margin-bottom: 30px;
}
}
/*
* Sections
*/
.section-xs {
	padding: 30px 0;
}
.section-sm, .section-md, .section-lg, .section-xl {
	padding: 50px 0;
}
.section-collapse + .section-collapse {
	padding-top: 0;
}
.section-collapse:last-child {
	padding-bottom: 0;
}
html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}
 @media (min-width: 768px) {
.section-sm {
	padding: 60px 0;
}
.section-md {
	padding: 70px 0;
}
.section-lg {
	padding: 80px 0;
}
.section-xl {
	padding: 90px 0;
}
}
 @media (min-width: 992px) {
.section-sm {
	padding: 70px 0;
}
.section-md {
	padding: 80px 0;
}
.section-lg {
	padding: 90px 0;
}
.section-xl {
	padding: 100px 0;
}
.section-inset-1 {
	padding-bottom: 30px;
}
}
 @media (min-width: 1200px) {
.section-sm {
	padding: 40px 0;
}
.section-md {
	padding: 90px 0;
}
.section-lg {
	padding: 90px 0;
}
.section-xl {
	padding: 110px 0px 110px 0px;
}
.section-xl.bg-white.parallax-scene-js {
	padding: 0px 0px 110px 0px;
}
.bg-white.parallax-scene-js.newdesignindex1{
padding: 0px 0px 10px 0px;
}
.box-icon-classic-text{
	text-align: justify;
}
.section-inset-2 {
	padding-bottom: 140px;
}
.section-inset-3 {
	padding-bottom: 90px;
}
}
.section-single {
	display: flex;
	text-align: center;
}
.section-single p {
	margin-left: auto;
	margin-right: auto;
}
.section-single * + .rights {
	margin-top: 35px;
}
.section-single * + .countdown-wrap {
	margin-top: 35px;
}
.section-single .countdown-wrap + * {
	margin-top: 35px;
}
.resp-mrng-bottom0{
	margin-bottom: 0px;
}

.destop-mrgn-bottom1{
	margin-bottom: 0px;
}

 @media (min-width: 992px) {
.section-single * + .rights {
	margin-top: 60px;
}
.section-single .countdown-wrap + * {
	margin-top: 35px;
}
}
.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}
.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}
.section-single-main {
	padding: calc(1em + 4vh) 0;
}
.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}
.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}
.section-single-inner > * {
	width: 100%;
}
 @supports (display: grid) {
 .section-single-inner {
 display: grid;
 justify-items: center;
 align-content: space-between;
 grid-template-columns: 1fr;
}
}
.section-horace-left {
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.section-horace-left::before, .section-horace-left::after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	bottom: 0;
	border: 0 solid rgba(255, 255, 255, 0.05);
	pointer-events: none;
	z-index: -1;
}
.section-horace-left::before {
	width: 54%;
	border-width: 0 1px;
	transform: translate3d(-50%, 0, 0);
}
.section-horace-left::after {
	border-left-width: 1px;
}
.section-horace-left-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 30px 15px;
}
.section-horace-left-panel {
	padding: 10px 15px;
}
.section-horace-left-panel {
	background: #313131;
}
 @media (min-width: 576px) {
.section-horace {
	display: flex;
	align-items: stretch;
}
.section-horace-left {
	max-width: 40%;
}
.section-horace-left-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-horace-left-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 100px;
	padding: 0;
}
}
 @media (min-width: 768px) {
.section-horace-left-content {
	padding-left: 30px;
	padding-right: 30px;
}
}
 @media (min-width: 992px) {
.section-horace-left-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
 @media (min-width: 1200px) {
.section-horace-left {
	flex: 0 0 30.2%;
	max-width: 30.2%;
}
.section-horace-left-content {
	padding-top: 130px;
	padding-bottom: 130px;
}
.section-horace-left-panel {
	min-height: 121px;
}
}
/*
* Grid modules
*/
.grid-demo {
	letter-spacing: 0;
	text-align: center;
}
.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grid-demo * + p {
	margin-top: 5px;
}
.grid-demo * + .row {
	margin-top: 20px;
}
.grid-demo .row + .row {
	margin-top: 0;
}
 @media (min-width: 1200px) {
.grid-demo {
	text-align: left;
}
.grid-demo p {
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
}
.grid-demo * + p {
	margin-top: 25px;
}
}
.grid-demo-bordered .row {
	border: 0 solid #e5e5e5;
	border-top-width: 1px;
}
.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}
.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}
.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #e5e5e5;
}
 @media (min-width: 768px) {
.grid-demo-bordered [class*='col'] {
	padding: 30px;
}
}
 @media (min-width: 1200px) {
.grid-demo-bordered [class*='col'] {
	padding: 50px 50px 45px;
}
}
.grid-demo-underlined .row {
	border-bottom: 1px solid #e5e5e5;
}
.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}
 @media (min-width: 768px) {
.grid-demo-underlined [class*='col'] {
	padding-top: 25px;
	padding-bottom: 25px;
}
}
 @media (min-width: 1200px) {
.grid-demo-underlined [class*='col'] {
	padding-top: 45px;
	padding-bottom: 45px;
}
}
.gutters-6 {
	margin-left: -3px;
	margin-right: -3px;
}
 .gutters-6 > [class*='col-'] {
 padding-left: 3px;
 padding-right: 3px;
}
/*
* Backgrounds
*/
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-gray-800 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
	display: none;
}
.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-gray-800 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: block;
}
/*
* Light Backgrounds
*/
.section-inset-2.bg-gray-100.bgimages1{
background-image: url("../images/Omahomepage-white.jpg");
background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

/*.about30.newdesign2{
color: #fff;
}*/


.bg-default {
	background-color: #ffffff;
}
.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}
.bg-gray-100 {
	background-color: #f5f5f5;
}
.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}
.bg-gray-200 {
	background-color: #f5f5f5;
}
.bg-gray-200:not([style*="background-"]) + .bg-gray-200:not([style*="background-"]) {
	padding-top: 0;
}
/*
* Dark Backgrounds
*/
.bg-gray-700 {
	background-color: #313131;
}
.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}
.bg-gray-800 {
	background-color: #282828;
}
.bg-gray-800:not([style*="background-"]) + .bg-gray-800:not([style*="background-"]) {
	padding-top: 0;
}
/*
* Accent Backgrounds
*/
.bg-primary + .bg-primary {
	padding-top: 0;
}
/*
* Background Image
*/
.bg-cover {
	background-size: cover;
}
 [class^='bg-'] {
 background-size: cover;
 background-position: center center;
}
 @media (min-width: 992px) {
html:not(.tablet):not(.mobile) .bg-fixed {
	background-attachment: fixed;
}
}
/*
* Utilities custom
*/
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.height-fill > * {
	flex-grow: 1;
	flex-shrink: 0;
}
.object-inline {
	white-space: nowrap;
}
.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}
.object-inline > * + * {
	margin-left: 5px;
}
.oh {
	position: relative;
	overflow: hidden;
}
.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}
.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #e5e5e5;
	top: 50%;
	width: 100vw;
}
.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}
.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}
* + .text-decoration-lines {
	margin-top: 30px;
}
p.rights {
	color: #000000;
}
p.rights a {
	color: inherit;
}
p.rights a:hover {
	color: #C4956A;
}
.context-dark p.rights, .bg-gray-700 p.rights, .bg-gray-800 p.rights, .bg-primary p.rights {
	color: rgba(255, 255, 255, 0.7);
}
 [style*='z-index: 1000;'] {
 z-index: 1101 !important;
}
.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}
 @media (min-width: 768px) {
.inset-md-left-custom-1 {
	padding-left: 14.5%;
}
}
 @media (min-width: 1200px) {
.inset-xl-left-35 {
	padding-left: 35px;
}
.inset-xl-top-70 {
	padding-top: 70px;
}
}
.title-style-1 {
	color: #C4956A;
}
.title-style-2 {
	text-transform: none;
	color: rgba(0, 0, 0, 0.5);
}
.context-dark .title-style-1, .bg-gray-700 .title-style-1, .bg-gray-800 .title-style-1, .bg-primary .title-style-1 {
	color: #C4956A;
}
.context-dark .title-style-2, .bg-gray-700 .title-style-2, .bg-gray-800 .title-style-2, .bg-primary .title-style-2 {
	color: rgba(255, 255, 255, 0.5);
}
.caption-classic {
	position: relative;
	padding-bottom: 24px;
}
.caption-classic-decor {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	border-top: 4px solid #C4956A;
}
 @media (min-width: 768px) {
.caption-classic {
	padding-bottom: 3.1%;
}
.caption-classic-decor {
	width: 200vw;
}
.caption-classic-text {
	flex: 0 0 60%;
}
.caption-classic-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -12px;
}
.caption-classic-group > * {
	margin-bottom: 12px;
}
.caption-classic-group > * {
	margin-top: 0;
}
.caption-classic-group > * + * {
	margin-left: 8%;
}
}
.decoration-1 {
	position: relative;
	z-index: 1;
	
}

.decoration-1.bgimages{
background-image: url("../images/homes-trinity.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.decoration-1::before, .decoration-1::after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	bottom: 0;
	border: 0 solid rgba(0, 0, 0, 0.08);
	pointer-events: none;
	z-index: -1;
}
.decoration-1::before {
	width: 436px;
	border-width: 0 1px;
	transform: translate3d(-50%, 0, 0);
}
.decoration-1::after {
	border-left-width: 1px;
}
.decoration-1.context-dark::before, .decoration-1.bg-gray-700::before, .decoration-1.bg-gray-800::before, .decoration-1.bg-primary::before, .decoration-1.context-dark::after, .decoration-1.bg-gray-700::after, .decoration-1.bg-gray-800::after, .decoration-1.bg-primary::after {
	border-color: rgba(255, 255, 255, 0.05);
}
/** @group Plugins */
/*
*
* Animate.css
*/
.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
html:not(.lt-ie10) .not-animated {
	opacity: 0;
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-40px, 0, 0);
 transform: translate3d(-40px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-40px, 0, 0);
 transform: translate3d(-40px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(40px, 0, 0);
 transform: translate3d(40px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(40px, 0, 0);
 transform: translate3d(40px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
 @-webkit-keyframes slideInUp {
 0% {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInUp {
 0% {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
 @-webkit-keyframes slideInLeft {
 0% {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInLeft {
 0% {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
 0% {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInRight {
 0% {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
 @-webkit-keyframes slideOutDown {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @keyframes slideOutDown {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
 @-webkit-keyframes fadeInScale {
 0% {
 opacity: 0;
 transform: scale(0);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
 @keyframes fadeInScale {
 0% {
 opacity: 0;
 transform: scale(0);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
.fadeInScale {
	-webkit-animation-name: fadeInScale;
	animation-name: fadeInScale;
}
 @-webkit-keyframes blurIn {
 0% {
 opacity: 0;
 filter: blur(7px);
 transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
 opacity: 1;
 filter: blur(0);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes blurIn {
 0% {
 opacity: 0;
 filter: blur(7px);
 transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
 opacity: 1;
 filter: blur(0);
 transform: scale3d(1, 1, 1);
}
}
.blurIn {
	-webkit-animation-name: blurIn;
	animation-name: blurIn;
	animation-duration: 1.1s;
}
/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}
.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}
.preloader-body {
	text-align: center;
}
.preloader-body p {
	position: relative;
	right: -8px;
}
.cssload-box-loading {
	width: 49px;
	height: 49px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.cssload-box-loading:before {
	content: '';
	width: 49px;
	height: 5px;
	background: #000000;
	opacity: 0.1;
	position: absolute;
	top: 58px;
	left: 0;
	border-radius: 50%;
	animation: shadow 0.58s linear infinite;
}
.cssload-box-loading:after {
	content: '';
	width: 49px;
	height: 49px;
	background: #C4956A;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	animation: cssload-animate 0.58s linear infinite;
}
 @keyframes cssload-animate {
 17% {
 border-bottom-right-radius: 3px;
}
 25% {
 transform: translateY(9px) rotate(22.5deg);
}
 50% {
 transform: translateY(18px) scale(1, 0.9) rotate(45deg);
 border-bottom-right-radius: 39px;
}
 75% {
 transform: translateY(9px) rotate(67.5deg);
}
 100% {
 transform: translateY(0) rotate(90deg);
}
}
 @keyframes shadow {
 0%, 100% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.2, 1);
}
}
/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 12%;
	z-index: 999;
	width: 42px;
	height: 42px;
	font-size: 20px;
	line-height: 38px;
	color: #ffffff;
	background: #C4956A;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}
.ui-to-top:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}
.ui-to-top:focus {
	color: #ffffff;
}
.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}
html.mobile .ui-to-top, html.tablet .ui-to-top {
	display: none !important;
}
 @media (min-width: 576px) {
.ui-to-top {
	right: 40px;
	bottom: 40px;
}
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
 0% {
 transform: translateY(-100%);
}
 100% {
 transform: translateY(0);
}
}
 @keyframes rd-navbar-slide-up {
 0% {
 transform: translateY(0);
}
 100% {
 transform: translateY(-100%);
}
}
.rd-navbar-wrap, .rd-navbar, .rd-menu, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}
.rd-navbar, .rd-navbar.rd-navbar--is-clone {
	display: none;
}
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone, .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}
.rd-navbar {
	display: none;
	background: #ffffff;
}
.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	background-color: transparent;
	border: none;
}
.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	position: absolute;
	content: "";
	right: 0;
	transition: .3s all ease;
}
.rd-navbar-toggle span::before {
	top: -8px;
}
.rd-navbar-toggle span:after {
	top: 8px;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 28px;
	height: 1px;
	background-color: #ffffff;
	backface-visibility: hidden;
	border-radius: 0;
}
.rd-navbar-toggle.active span {
	background: transparent;
}
.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	transform-origin: 50% 50%;
	top: 0;
}
.rd-navbar-toggle.active span:before {
	transform: rotate(45deg);
}
.rd-navbar-toggle.active span:after {
	transform: rotate(-45deg);
}
.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #313131;
	display: none;
}
.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}
.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #313131;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}
.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}
.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}
.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}
.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}
.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}
.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}
.rd-navbar-brand a {
	display: block;
}
.rd-navbar-search {
	position: relative;
	display: inline-flex;
}
.rd-navbar-search .form-input {
	padding-right: 50px;
}
.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #c4c4c4;
	transition: .33s;
}
.rd-navbar-search .rd-search-form-submit:hover {
	color: #C4956A;
}
.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}
 .rd-navbar-search-toggle::-moz-focus-inner {
 border: none;
 padding: 0;
}
.rd-navbar-dropdown {
	display: none;
}
/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}
.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
	margin-left: 20px;
}
.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	text-align: left;
	margin-left: 6px;
	font-size: 0;
	line-height: 0;
}
.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 58px;
	width: auto;
	height: auto;
}
.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 15px;
	line-height: 24px;
	transform: translateX(-110%);
}
 .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
 width: 4px;
}
 .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
 background: #e1c9b3;
 border: none;
 border-radius: 0;
 opacity: .2;
}
 .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
 background: #C4956A;
 border: none;
 border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}
.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}
.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}
.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
	margin-top: 4px;
}
.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 7px 56px 7px 12px;
}
.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
	padding: 4px 0 0;
}
.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}
.rd-navbar-fixed li.opened > .rd-menu {
	opacity: 1;
	height: auto;
}
.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}
.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
	padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a, .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 46px;
}
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
}
.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}
.rd-navbar-fixed .rd-megamenu-list > li + li, .rd-navbar-fixed .rd-navbar-dropdown > li + li {
	margin-top: 3px;
}
.rd-navbar-fixed .rd-megamenu-list > li > a {
	padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 12px 7px;
	font-size: 16px;
	line-height: 1.5;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}
.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 11px;
}
.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
	margin-top: 20px;
}
.rd-navbar-fixed .rd-navbar-megamenu > li + li {
	margin-top: 20px;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}
.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
	display: block;
}
.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
	margin-top: 10px;
}
.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}
.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}
.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}
.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}
.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}
.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}
.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}
.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}
.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}
.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}
.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}
.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1082;
}
.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}
.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}
.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}
.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}
.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}
.rd-navbar-fixed .contacts-classic {
	padding: 0 10px;
}
.rd-navbar-fixed .rd-navbar-panel {
	color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	background: #282828;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #C4956A;
}
.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}
.rd-navbar-fixed .rd-nav-link {
	color: #000000;
}
.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #9b9b9b;
}
.rd-navbar-fixed .rd-megamenu-list > li:hover > a, .rd-navbar-fixed .rd-megamenu-list > li.focus > a, .rd-navbar-fixed .rd-megamenu-list > li.active > a, .rd-navbar-fixed .rd-megamenu-list > li.opened > a, .rd-navbar-fixed .rd-navbar-dropdown > li:hover > a, .rd-navbar-fixed .rd-navbar-dropdown > li.focus > a, .rd-navbar-fixed .rd-navbar-dropdown > li.active > a, .rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
	color: #ffffff;
	background: #C4956A;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #c4c4c4;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #e5e5e5;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #C4956A;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #ffffff;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #c4c4c4;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #C4956A;
}
.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #313131;
}
.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #C4956A;
}
.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #282828;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}
.rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-collapse a {
	color: #ffffff;
}
html.rd-navbar-fixed-linked .page-header {
	height: 56px;
}
/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: transparent;
}
.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}
.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	padding: 27px 0;
	max-width: 1766px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
 @media (min-width: 1800px) {
.rd-navbar-sidebar .rd-navbar-main {
	max-width: 94.3%;
}
}
.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}
.rd-navbar-sidebar .rd-navbar-main-element > * + * {
	margin-left: 25px;
}
.rd-navbar-sidebar .rd-navbar-toggle:not(.active) > span::before {
	width: 0;
}
.rd-navbar-sidebar .rd-navbar-toggle:not(.active) > span::after {
	width: 16px;
}
.rd-navbar-sidebar .rd-navbar-toggle:not(.active):hover > span:after, .rd-navbar-sidebar .rd-navbar-toggle:not(.active):hover > span:before {
	width: 100%;
}
.rd-navbar-sidebar .rd-navbar-panel {
	display: flex;
	align-items: center;
}
.rd-navbar-sidebar .rd-navbar-panel * + * {
	margin-left: 5.1%;
}
.rd-navbar-sidebar .rd-navbar-brand img {
	max-width: 200px;
	max-height: 200px;
}
.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	top: 0;
	left: 30.2%;
	padding: 44px 50px;
	background: #ffffff;
	transform: translateY(-101%);
	will-change: transform;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 0 14px 0 rgba(196, 196, 196, 0.15);
	z-index: 1101;
}
.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: none;
}
.rd-navbar-sidebar .rd-navbar-nav-wrap > * + * {
	margin-left: 20px;
}
.rd-navbar-sidebar .rd-nav-item {
	display: inline-block;
}
.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #C4956A;
}
.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
	margin-left: 30px;
}
.rd-navbar-sidebar .rd-nav-link {
	font-size: 12px;
	line-height: 1.25;
	font-weight: 700;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	word-break: break-all;
	color: #000000;
}
.rd-navbar-sidebar .rd-nav-link:hover {
	color: #C4956A;
}
.rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}
.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {
	transform: translateY(30px);
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	transform: translateY(0);
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
	transform: translateX(-20px);
}
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	transform: translateX(0);
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #313131;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
	color: #C4956A;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #c4c4c4;
	margin-left: 7px;
}
.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}
.rd-navbar-sidebar .rd-navbar-dropdown, .rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li > a:active, .rd-navbar-sidebar .rd-megamenu-list li > a, .rd-navbar-sidebar .rd-megamenu-list li > a:focus, .rd-navbar-sidebar .rd-megamenu-list li > a:active {
	color: #9b9b9b;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover, .rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	color: #C4956A;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a::before, .rd-navbar-sidebar .rd-megamenu-list li > a, .rd-navbar-sidebar .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}
.rd-navbar-sidebar .rd-navbar-dropdown li > a::before, .rd-navbar-sidebar .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #C4956A;
	opacity: 0;
	visibility: hidden;
}
.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a, .rd-navbar-sidebar .rd-navbar-dropdown li.opened > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:hover, .rd-navbar-sidebar .rd-megamenu-list li.focus > a, .rd-navbar-sidebar .rd-megamenu-list li.opened > a, .rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}
.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before, .rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before, .rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before, .rd-navbar-sidebar .rd-megamenu-list li.focus > a::before, .rd-navbar-sidebar .rd-megamenu-list li.opened > a::before, .rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}
.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}
.rd-navbar-sidebar .rd-navbar-megamenu > * {
	margin-bottom: 30px;
}
.rd-navbar-sidebar .rd-navbar-megamenu > li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}
.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}
.rd-navbar-sidebar .rd-megamenu-list > li + li {
	margin-top: 10px;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
	padding-right: 0;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
	display: none;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
	padding-left: 0;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
	padding-left: 0;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
	color: #C4956A;
}
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
	top: 1px;
}
.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
	margin-top: 10px;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
	margin-top: 25px;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
	font-size: 12px;
}
 @media (min-width: 1200px) {
.rd-navbar-sidebar .rd-navbar-megamenu {
	margin-bottom: -30px;
}
.rd-navbar-sidebar .rd-navbar-megamenu > * {
	margin-bottom: 30px;
}
.rd-navbar-sidebar .rd-navbar-dropdown > li + li, .rd-navbar-sidebar .rd-megamenu-list > li + li {
	margin-top: 18px;
}
}
.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}
.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}
.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-toggle {
	position: fixed;
	top: 20px;
	left: 40px;
	margin-left: 0;
	background: #000000;
}
.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-nav-wrap {
	left: 50%;
	padding: 30px;
	transform: translate3d(-50%, -101%, 0);
}
.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-nav-wrap.active {
	transform: translate3d(-50%, 0, 0);
}
.rd-navbar-sidebar-linked .page-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1080;
}
/*
*
* Swiper
*/
.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
}
.swiper-wp8-vertical {
	touch-action: pan-x;
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
 @keyframes swiper-preloader-spin {
 100% {
 transform: rotate(360deg);
}
}
.swiper-slide > .vide__body, .swiper-slide > .parallax_cnt {
	height: 100%;
}
.swiper-button-prev, .swiper-button-next {
	display: none;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	font-size: 22px;
	line-height: 44px;
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	transform: translateY(-50%);
	will-change: transform;
	transition: all .2s ease-in-out;
	cursor: pointer;
	z-index: 10;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	color: rgba(255, 255, 255, 0.4);
}
 @media (min-width: 768px) {
.swiper-button-prev, .swiper-button-next {
	display: block;
}
}
 @media (min-width: 1200px) {
.swiper-button-prev, .swiper-button-next {
	width: 58px;
	height: 58px;
	line-height: 54px;
}
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev {
	left: 30px;
}
.swiper-button-next {
	right: 30px;
}
.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061";
}
.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060";
}
.swiper-pagination {
	position: absolute;
	display: block;
	text-align: center;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
	transition: .2s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
	background: white;
}
.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.6);
}
.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: black;
}
.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}
.swiper-container-horizontal > .swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}
.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	background-position: 50%;
}
.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}
.swiper-slider-1 {
	min-height: 300px;
}
.swiper-slider-1 .swiper-slide {
	align-items: flex-end;
	background-position-y: calc(50% - 100px);
	padding-top: 45%;
}
 @media (min-width: 576px) {
.swiper-slider-1 .swiper-slide {
	padding-top: 0;
}
}
 @media (min-width: 1200px) {
.swiper-slider-1 {
	min-height: 44.27083vw;
}
.swiper-slider-1 .swiper-slide {
	background-position-y: calc(50% - 121px);
}
}
.swiper-slider-2 {
	min-height: 40.10417vw;
}
.swiper-custom-nav {
	display: inline-block;
	text-align: center;
}
.swiper-custom-nav .swiper-button-prev, .swiper-custom-nav .swiper-button-next {
	display: inline-block;
	position: static;
	transform: none;
	top: auto;
	left: auto;
	right: auto;
}
.swiper-custom-nav > * + * {
	margin-left: 7px;
}
 @media (min-width: 992px) {
.swiper-custom-nav {
	position: absolute;
	right: 10%;
	bottom: 54px;
	padding: 20px;
	background: #C4956A;
	box-shadow: 40px 30px 20px rgba(0, 0, 0, 0.25);
}
}
 @media (min-width: 1200px) {
.swiper-custom-nav {
	bottom: 66px;
}
}
 @media (min-width: 1400px) {
.swiper-custom-nav {
	right: 14%;
	padding: 30px;
}
}
 @media (min-width: 1800px) {
.swiper-custom-nav {
	right: 21%;
	padding: 42px;
}
}
.tabs-custom {
	text-align: left;
}
.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}
.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}
.tabs-custom .nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}
.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
}
.tabs-custom .nav-link.active {
	cursor: default;
	border: 0;
}
.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}
* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}
* + .tabs-vertical.tabs-corporate {
	margin-top: 40px;
}
h1 + .tab-content {
	margin-top: 30px;
}
 @media (min-width: 768px) {
* + .tabs-vertical.tabs-corporate {
	margin-top: 60px;
}
}
 @media (min-width: 1200px) {
* + .tabs-vertical.tabs-corporate {
	margin-top: 80px;
}
}
.tabs-line .nav-tabs {
	position: relative;
}
.tabs-line .nav-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
.tabs-line * + .tab-content {
	margin-top: 20px;
}
 @media (max-width: 991.98px) {
.tabs-line .nav-tabs {
	max-width: 100%;
	border: 1px solid #e5e7e9;
}
.tabs-line .nav-item {
	margin: -1px;
}
.tabs-line .nav-link {
	padding: 7px 10px;
	color: #000000;
	background: transparent;
	border-bottom: 1px solid #e5e7e9;
}
.tabs-line .nav-link:first-child {
	border-top: 1px solid #e5e7e9;
}
.tabs-line .nav-link:hover, .tabs-line .nav-link.active {
	color: #ffffff;
	background: #C4956A;
	border-color: #C4956A;
}
}
.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #e5e7e9;
}
.tabs-corporate .nav-item {
	margin: -1px;
}
.tabs-corporate .nav-link {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #000000;
	background: transparent;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
	vertical-align: middle;
}
.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #e5e7e9;
}
.tabs-corporate .nav-link:hover, .tabs-corporate .nav-link.active {
	color: #ffffff;
	background: #C4956A;
	border-color: #C4956A;
}
.tabs-corporate .tab-content {
	padding: 30px 0 0;
}
 @media (min-width: 768px) {
.tabs-horizontal.tabs-corporate .nav-tabs {
	position: relative;
	width: 100%;
	display: block;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
	text-align: center;
	border: 0;
	will-change: transform;
}
.tabs-horizontal.tabs-corporate .nav-tabs > * {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.tabs-horizontal.tabs-corporate .nav-item {
	display: inline-block;
	will-change: transform;
}
.tabs-horizontal.tabs-corporate .nav-link {
	display: block;
	position: relative;
	z-index: 1;
	min-width: 130px;
	letter-spacing: .1em;
	padding: 13px 20px;
	border: 2px solid #e5e7e9;
}
.tabs-horizontal.tabs-corporate .nav-link, .tabs-horizontal.tabs-corporate .nav-link::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.tabs-horizontal.tabs-corporate .nav-link::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	background: #C4956A;
}
.tabs-horizontal.tabs-corporate .nav-link.active, .tabs-horizontal.tabs-corporate .nav-link:hover {
	color: #ffffff;
	border-color: #C4956A;
	background-color: transparent;
}
.tabs-horizontal.tabs-corporate .nav-link.active::before, .tabs-horizontal.tabs-corporate .nav-link:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.tabs-horizontal.tabs-line .nav-tabs {
	border: 0;
	border-bottom: 4px solid #e5e5e5;
}
.tabs-horizontal.tabs-line .nav-item {
	display: inline-block;
}
.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
	margin-right: 52px;
}
.tabs-horizontal.tabs-line .nav-link {
	position: relative;
	padding: 0 0 15px 0;
	background-color: transparent;
	color: #9b9b9b;
	border: 0;
}
.tabs-horizontal.tabs-line .nav-link::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	width: 0;
	background: #C4956A;
	transition: .22s ease;
}
.tabs-horizontal.tabs-line .nav-link.active, .tabs-horizontal.tabs-line .nav-link:hover {
	color: #c4c4c4;
}
.tabs-horizontal.tabs-line .nav-link.active::after {
	width: 100%;
}
.tabs-horizontal.tabs-line * + .tab-content {
	margin-top: 30px;
}
.tabs-vertical {
	display: flex;
	align-items: flex-start;
}
.tabs-vertical .nav-tabs {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-shrink: 0;
	max-width: 50%;
}
.tabs-vertical .nav-item {
	border: 0;
	width: 100%;
	text-align: left;
}
.tabs-vertical .nav-link.active, .tabs-vertical .nav-link:hover {
	box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
}
.tabs-vertical .tab-content {
	flex-grow: 1;
}
.tabs-vertical.tabs-corporate .nav-tabs {
	width: auto;
	min-width: 260px;
	border: 0;
}
.tabs-vertical.tabs-corporate .nav-item {
	margin: 0;
}
.tabs-vertical.tabs-corporate .nav-link {
	position: relative;
	padding: 17px 30px;
	border: 0;
	overflow: hidden;
	text-align: left;
}
.tabs-vertical.tabs-corporate .nav-item + .nav-item {
	margin-top: 2px;
}
.tabs-vertical.tabs-corporate .tab-content {
	padding: 0 0 0 30px;
}
}
 @media (min-width: 992px) {
.tabs-horizontal.tabs-corporate .tab-content {
	padding: 60px 30px 0;
}
.tabs-vertical.tabs-corporate .tab-content {
	padding: 0 0 0 45px;
}
}
.nav-style-1 {
	counter-reset: li;
	text-align: left;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -16px;
	line-height: 1.46667;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(0, 0, 0, 0.3);
}
.nav-style-1 .nav-item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 16px;
}
.nav-style-1 .nav-link {
	display: inline-block;
	padding: 0 0 0 32px;
	text-indent: -32px;
	color: inherit;
}
.nav-style-1 .nav-link:before {
	text-align: center;
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	display: inline-block;
	width: 20px;
	margin-right: 12px;
	text-indent: 0;
	color: rgba(0, 0, 0, 0.3);
	transition: inherit;
}
.nav-style-1 .nav-link:hover, .nav-style-1 .nav-link.active {
	color: #000000;
}
.nav-style-1 .nav-link:hover::before, .nav-style-1 .nav-link.active::before {
	color: #C4956A;
}
 @media (min-width: 576px) {
.nav-style-1 .nav-item {
	flex-basis: 50%;
	max-width: 50%;
}
}
 @media (min-width: 768px) {
.nav-style-1 {
	margin-bottom: -26px;
}
.nav-style-1 .nav-item {
	margin-bottom: 26px;
}
}
.context-dark .nav-style-1, .bg-gray-700 .nav-style-1, .bg-gray-800 .nav-style-1, .bg-primary .nav-style-1 {
	color: rgba(255, 255, 255, 0.3);
}
.context-dark .nav-style-1 .nav-link::before, .bg-gray-700 .nav-style-1 .nav-link::before, .bg-gray-800 .nav-style-1 .nav-link::before, .bg-primary .nav-style-1 .nav-link::before {
	color: rgba(255, 255, 255, 0.3);
}
.context-dark .nav-style-1 .nav-link:hover, .bg-gray-700 .nav-style-1 .nav-link:hover, .bg-gray-800 .nav-style-1 .nav-link:hover, .bg-primary .nav-style-1 .nav-link:hover, .context-dark .nav-style-1 .nav-link.active, .bg-gray-700 .nav-style-1 .nav-link.active, .bg-gray-800 .nav-style-1 .nav-link.active, .bg-primary .nav-style-1 .nav-link.active {
	color: #ffffff;
}
.context-dark .nav-style-1 .nav-link:hover::before, .bg-gray-700 .nav-style-1 .nav-link:hover::before, .bg-gray-800 .nav-style-1 .nav-link:hover::before, .bg-primary .nav-style-1 .nav-link:hover::before, .context-dark .nav-style-1 .nav-link.active::before, .bg-gray-700 .nav-style-1 .nav-link.active::before, .bg-gray-800 .nav-style-1 .nav-link.active::before, .bg-primary .nav-style-1 .nav-link.active::before {
	color: #C4956A;
}
/*
* Counter
*/
.counter-classic {
	text-align: center;
}
.counter-classic-title::after {
	display: block;
	content: '';
	margin-left: auto;
	margin-right: auto;
	width: 18px;
	height: 4px;
	margin-top: 6px;
	background: #C4956A;
}
* + .counter-classic-text {
	margin-top: 10px;
}
 @media (min-width: 768px) {
.counter-classic {
	text-align: left;
}
.counter-classic-header {
	display: flex;
	align-items: flex-end;
	margin-bottom: -8px;
	margin-left: -16px;
}
.counter-classic-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.counter-classic-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 16px;
}
.counter-classic-number {
	line-height: .7;
}
.counter-classic-title {
	line-height: 1;
}
.counter-classic-title::after {
	margin-left: 0;
	margin-right: 0;
	height: 5px;
	margin-top: 8px;
}
* + .counter-classic-text {
	margin-top: 16px;
}
}
 @media (min-width: 992px) {
.counter-classic-title::after {
	height: 6px;
	margin-top: 10px;
}
}
 @media (min-width: 1200px) {
.counter-classic-title::after {
	height: 7px;
	margin-top: 12px;
}
}
/*
*
* Owl Carousel
*/
/* .owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
} */
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* .owl-height {
	transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
} */
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
/* .owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
/*
 * Owl Navigation
 */
/*.owl-nav.disabled {
	display: none !important;
}*/
.owl-prev, .owl-next {
	text-align: center;
	position: absolute;
	top: 40%;
	width: 48px;
	height: 48px;
	font-size: 22px;
	line-height: 44px;
	font-family: "Material Design Icons";
	color: #000000;
	border: 2px solid #c4c4c4;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all .2s ease-in-out;
	cursor: pointer;
	background: #fff;
}
.owl-prev:hover, .owl-next:hover {
	color: #C4956A;
}
.owl-prev {
	left: 0;
}
.owl-prev::before {
	content: '\f060';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.owl-next {
	right: 0;
}
.owl-next::before {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;

} */
/*
 * Owl Pagination
 */
/* .owl-dots {
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-top: 30px;
} */
/* .owl-dots.disabled {
	display: none !important;
}
.owl-dot {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 6px;
	margin-right: 6px;
	border-radius: 50%;
	transition: .2s;
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
}
.owl-dot:only-child {
	display: none;
}
.owl-dot, .owl-dot:focus {
	background-color: rgba(0, 0, 0, 0.2);
}
.owl-dot:hover, .owl-dot.active {
	background-color: #C4956A;
}
.owl-carousel.owl-carousel-light-dots .owl-dot {
	border-color: #ffffff;
}
.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
	background-color: #ffffff;
}
.owl-carousel.owl-carousel-light-dots .owl-dot.active {
	background-color: #ffffff;
} */
.owl-style-1 .owl-stage-outer {
	padding: 30px 0;
	margin: -30px 0;
}
.owl-style-1 .owl-stage {
	display: flex;
	align-items: center;
}
.owl-style-1 .owl-nav {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
}
.owl-style-1 .owl-prev, .owl-style-1 .owl-next {
	position: static;
	transform: none;
	margin: 7px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.parallax-scene-js.awards-pd50{
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.team-classic-body p {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

 @media (min-width: 768px) {
.owl-style-1 .owl-nav {
	display: flex;
}
.owl-style-1 .owl-dots {
	display: none;
}
* + .owl-style-1 {
	margin-top: 60px;
}
}
 @media (min-width: 992px) {
* + .owl-style-1 {
	margin-top: 80px;
}
}
 @media (min-width: 1200px) {
.owl-style-1 .owl-stage-outer {
	overflow: visible;
}
.owl-style-1 .owl-item {
	display: flex;
	justify-content: flex-end;
	opacity: .3;
	transition: all .4s linear;
}
.owl-style-1 .owl-item.active {
	display: block;
	opacity: 1;
}
.owl-style-1 .owl-item.active .project-mary {
	padding-right: 13%;
}
/*.owl-style-1 .owl-item.active .project-mary-figure {
	box-shadow: -20px 30px 30px rgba(0, 0, 0, 0.15);
	border: 1px solid#8b8b8b;
	padding: 2px;
}*/
.owl-style-1 .owl-item.active .project-mary-link-wrap, .owl-style-1 .owl-item.active .project-mary-content {
	opacity: 1;
	visibility: visible;
	transition-delay: .6s;
}
.owl-style-1 .owl-item.active .project-mary-link-wrap {
	transform: none;
}
.owl-style-1 .owl-item.active + .owl-item {
	display: block;
}
.owl-style-1 .owl-item.active + .owl-item .project-mary {
	padding-left: 0;
	transition: none;
}
.owl-style-1 .project-mary {
	padding-right: 0;
	transition: all .3s linear;
}
.owl-style-1 .project-mary-link-wrap, .owl-style-1 .project-mary-content {
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
}
.owl-style-1 .project-mary-figure {
	box-shadow: none;
}
.owl-style-1 .project-mary-link-wrap {
	transform: translate3d(100%, 100%, 0);
}
* + .owl-style-1 {
	margin-top: 90px;
}
}
 @media (min-width: 1600px) {
* + .owl-style-1 {
	margin-top: 105px;
}
}
.owl-style-2 .owl-stage-outer {
	padding: 30px 0;
	margin: -30px 0;
}
.owl-style-2 .owl-stage {
	display: flex;
	align-items: flex-end;
}
.owl-style-2 + * {
	margin-top: 40px;
}
 @media (min-width: 576px) {
.owl-style-2 .owl-dots {
	position: absolute;
	right: 24px;
	bottom: 64px;
	margin-top: 0;
}
}
 @media (min-width: 768px) {
.owl-style-2 + * {
	margin-top: 50px;
}
}
 @media (min-width: 992px) {
.owl-style-2 + * {
	margin-top: 70px;
}
}
.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}
/* @font-face {
	font-family: lg;
	src: url(../fonts/lg.eot);
	src: url(../fonts/lg.eot) format("embedded-opentype"), 
	url(../fonts/lg.woff) format("woff"), 
	url(../fonts/lg.ttf) format("truetype"), 
	url(../fonts/lg.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}
.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #ffffff;
}
.lg-actions .lg-next {
	right: 20px;
}
.lg-actions .lg-next:before {
	content: "\e095";
}
.lg-actions .lg-prev {
	left: 20px;
}
.lg-actions .lg-prev:after {
	content: "\e094";
}
 @-webkit-keyframes lg-right-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: -30px;
}
}
 @-moz-keyframes lg-right-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: -30px;
}
}
 @-ms-keyframes lg-right-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: -30px;
}
}
 @keyframes lg-right-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: -30px;
}
}
 @-webkit-keyframes lg-left-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: 30px;
}
}
 @-moz-keyframes lg-left-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: 30px;
}
}
 @-ms-keyframes lg-left-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: 30px;
}
}
 @keyframes lg-left-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: 30px;
}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-toolbar .lg-icon {
	color: #999999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.lg-toolbar .lg-icon:hover {
	color: #ffffff;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}
.lg-sub-html {
	bottom: 0;
	color: #eeeeee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
#lg-counter {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}
.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #ffffff;
	border-radius: 4px;
	margin-bottom: 5px;
}
 @media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
	-webkit-transition: border-color .25s ease;
	-o-transition: border-color .25s ease;
	transition: border-color .25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #C4956A;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #ffffff;
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
	/* background: url(../images/vimeo-play.png) no-repeat; */
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	/* background: url(../images/vimeo-play.png) 0 -58px no-repeat; */
}
.lg-outer .lg-has-html5 .lg-video-play {
	/* background: url(../images/video-play.png) no-repeat; */
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
/* 	background: url(../images/youtube-play.png) no-repeat; */
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	/* background: url(../images/youtube-play.png) 0 -60px no-repeat; */
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}
.lg-progress-bar {
	background-color: #333333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
	background-color: #C4956A;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}
.lg-autoplay-button:after {
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#lg-zoom-in:after {
	content: "\e311";
}
#lg-actual-size {
	font-size: 20px;
}
#lg-actual-size:after {
	content: "\e033";
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}
#lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #ffffff inset;
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #ffffff;
	color: #ffffff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #ffffff inset;
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}
.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer .lg-dropdown {
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	right: 16px;
	top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333333;
}
.lg-outer .lg-dropdown a {
	color: #333333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}
.lg-outer #lg-share {
	position: relative;
}
.lg-outer #lg-share:after {
	content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}
.lg-group:after {
	content: "";
	display: table;
	clear: both;
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item {
	/* background: url(../images/loading.gif) center center no-repeat; */
	display: none !important;
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}
.lg-backdrop.in {
	opacity: 1;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.tablet #lg-zoom-in, .tablet #lg-zoom-out, .mobile #lg-zoom-in, .mobile #lg-zoom-out {
	display: none;
}
.tablet .lg-icon, .mobile .lg-icon {
	font-size: 22px;
	width: 45px;
}
 @media (max-width: 767.98px) {
.lg-fullscreen, #lg-zoom-in, #lg-zoom-out {
	display: none;
}
.lg-icon {
	font-size: 22px;
	width: 45px;
}
#disclaimer3 .modal-body{
	height: auto;
}
}
/*
* Material Parallax
*/
.parallax-container {
	position: relative;
	overflow: hidden;
}
.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
}
.parallax-content {
	position: relative;
	z-index: 1;
}
.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}
.parallax-disabled {
	background-size: cover;
	background-position: center;
}
html:not(.ie-11):not(.ios) .parallax-disabled {
	background-attachment: fixed;
}
.parallax-scene-js {
	position: relative;
	/* overflow: hidden; */
	z-index: 999;
}
.toimages {
	top: -65px;
	position: relative;
}
.layer-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: -1;
}
.layer-wrap img {
	display: none;
	max-width: none;
	opacity: .5;
}
 @media (min-width: 768px) {
.layer-wrap img {
	display: inline-block;
}
}
 @media (min-width: 1200px) {
.layer-wrap img {
	opacity: 1;
}
}
 @media (min-width: 1600px) {
.layer-1 {
	top: 63%;
}
.layer-2 {
	top: 53%;
}
.layer-3 {
	top: 55%;
	left: 44%;
}
}
.About-span {
	font-size: 20px;
	color: #ef803c;
	font-weight: 600!important;
}
.About-h1 {
	font-size: 30px;
}
.about-p {
	margin-top: 15px!important;
}
.about-section1 {
	padding-top: 65px;
	padding-bottom: 65px;
	margin-top: 0px;
	background-color: #f5f5f5;
}
.breadcrumbs-custom-inner {
	/* display: flex; */
    /* min-height: inherit; */
	width: 100%;
	padding: 50px 0 25px;
	position: absolute;
	top: 27%;
	z-index: 999;
	left: 0px;
}
.breadcrumbs-custom-inner {
	padding: 50px 0 40px;
	display: none;
}

section.breadcrumbs-custom.bg-image.context-dark{position: relative;}
.breadcrumbs-custom-inner-number{position: absolute;width: 100%;top: 0;left: 0;right: 0;bottom: 0;display: grid;align-items: center;text-align: center;
padding-top: 15%;}
.number-call{background-color: #C4956A;padding: 8px 15px;width: 350px;margin: 0 auto;text-align: center;}
.number-call a{color: #fff!important;font-weight: 600;letter-spacing: 0.8px;text-align: center;font-size: 18px;}

.breadcrumbs-custom-container {
	/*display: flex;*/
	flex-direction: column;
	justify-content: space-between;
}
.breadcrumbs-custom .breadcrumbs-custom-subtitle {
	color: #fff;
	font-size: 24px;
}
.title-decorated {
	padding-left: 70px;
}
.title-decorated {
	position: relative;
	padding-left: 40px;
	text-align: left;
}
.breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
	margin-top: 20px;
	color: #fff;
}
.title-decorated::before {
	width: 50px;
	top: .7em;
	border-bottom-width: 2px;
}
.title-decorated::before {
	content: '';
	position: absolute;
	left: 0;
	top: .8em;
	width: 30px;
	border-bottom: 1px solid;
}
.breadcrumbs-custom-path {
	margin-left: -30px;
	margin-right: -30px;
}
.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #aeb1be;
	margin-bottom: 35px;
}
.breadcrumbs-custom-path > * {
	padding-left: 8px;
	padding-right: 8px;
}
.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}
.breadcrumbs-custom-path {
	margin-top: 30px;
	padding-left: 25px;
}
/*.breadcrumbs-custom {
    min-height: 800px;
    margin-top: 95px;
}*/
.breadcrumbs-custom-main {
	margin-top: 15px;
}
.about-paragraph p {
	margin-top: 15px;
	color: #000;
}
.about-paragraph h3 {
	    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
}
.about-paragraph h4 {
	    color: #000;
     font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
}
.about-paragraph h5 {
	    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
}
.about-paragraph ol li {
	    color: #000;
     font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
}
.breadcrumbs-custom-path li .fa-angle-right {
	color: #000;
	font-weight: 600;
}
.navbar-nav.destop-navbar {
	margin: 0px auto;
}
.destop-navbar .nav-item a {
	color: #000!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.toggle-navbr {
	display: block;
	margin: 0px auto;
}
.second-menu {
	height: 65px;
}
.csr-gallery-owl{padding: 25px 0px;}
.csr-gallery-owl p{padding: 5px 10px;background-color: #f7f7f7;color: #666;line-height: 24px;}

.navbar-hover ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 36%;
	/*transform: translate(-50%,50%);*/
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	transition: 1s;
	top: 40px;
}
.navbar-hover ul li:hover a::before {
	background: #444595;
	box-shadow: 15px 0 0 0 #ef803c, 30px 0 0 0 #34714e, -15px 0 0 0 #000;
}
.navbar-hover a.nav-link {
	position: relative;
	text-transform: uppercase;
}
.destop-navbar .nav-item.active before {
	background: #444595;
	box-shadow: 15px 0 0 0 #ef803c, 30px 0 0 0 #34714e, -15px 0 0 0 #000;
}
.company-overviewbg {
	background-image: url("../images/img2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*.about-paragraph video{
	margin-top: 65px;
}*/
.crprt-right img {
	border: 1px solid#c4956a;
	padding: 8px;
	border-radius: 15px 15px 15px 15px;
}
.Director-information span {
	display: block;
	font-size: 15px;
	color: #c4956a;
	margin-bottom: 8px;
}
.rahejalogo {
	width: 220px;
	height: 58px;
	border: 1px solid #666;
	float: right;
	margin: 20px 0px 10px 20px;
	background: #000;
	text-align: center;
	vertical-align: middle;
}
.csrul {
	color: #000;
	margin: 15px 0px;
}
.csrul li {
	padding: 0px 0px 14px 0px;
}
.project-creative.csr .project-creative-figure img {
	width: 80%!important;
	border-radius: 4px;
	border: 2px solid#c4956a;
	padding: 5px;
}
.csrul li i.fa.fa-arrow-right {
	color: #c4956a;
}
.locton.company-csr {
	line-height: 1.6;
	color: #000;
}
.team-classic-body.company-csr {
	min-height: 88px;
}
.bg-gray-800.pd-100 {
	padding: 65px 0px;
}
.team-classic {
    border: 1px solid#c4956a;
    padding: 0px;
     box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%); 
     transition: all 0.3s; 
   
}
.contbtn1{
	margin-bottom: 15px;
}

.team-classic:hover {
	box-shadow: 0 15px 25px 0 rgb(0 0 0 / 5%);
	transition: all 0.3s;
}
.properties-slider {
	background: #fff;
	padding: 25px 25px 25px 25px;
	position: relative;
	transition: all 0.3s;
	border: 2px solid#c4956a;
}
.top-content-section { /*background: url(../images/top-section-bg-img.webp) no-repeat 0px 130px / 100%;*/
	padding: 40px 0px;
}
.properties-slider1 {
	background: transparent;
	z-index: 1;
	position: relative;
	margin-top: 25px;
}
.content-box {
	margin-bottom: 35px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 15px 25px 0 rgb(0 0 0 / 5%);
	transition: all 0.3s;
}
.properties-slider h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.properties-slider p {
	font-size: 16px;
	margin-top: 0px;
}
.properties-slider p span {
	color: #c4956a;
	font-size: 12px;
}
.title-1 {
	font-size: 60px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	font-weight: bold;
}
.title-1 span {
	font-weight: normal;
	font-size: 26px;
	vertical-align: super;
	color: #b7b7b7 !important;
}
.nav {
	/* background-color: #282828;*/
	padding: 25px;
}
.nav.pd15 {
	/* background-color: #282828;*/
	padding: 15px;
}
.nav.pdtop {
	/* background-color: #282828;*/
	padding: 0px 15px 15px 15px;
}
.nav-tabs {
	border-bottom: none !important;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #0c192d !important;
	background-color: #a4d6ef !important;
	border-color: transparent transparent #f3f3f3;
}
#tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	color: #eee;
	font-size: 20px;
	/*background-color: #b7b7b7;*/
	border: 1px solid #fff;
	color: #000;
}
#tabs .nav-tabs.residential .nav-link {
	padding: 13px 10px;
}
.nav-tabs.residential {
	border-bottom: none !important;
	width: 43%;
	margin: 0px auto;
	margin-left: -2%;
}
.nav-item {
	border-radius: 0 !important;
}
.nav-item:last-child {
 border-top-right-radius: .5rem !important;
 border-bottom-right-radius: .5rem !important;
}
.nav-item:first-child {
 border-top-left-radius: .5rem !important;
 border-bottom-left-radius: .5rem !important;
}
.nav-tabs .nav-link.active {
	background-color: #e9d2ba !important;
}
.contact-text h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 7px;
}
.contact-text p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 1px;
}
/*.novi-background {
	padding: 50px 0px;
}*/
.contact-text h5 {
	font-weight: 500;
	font-size: 15px;
	margin: 15px 0 0;
	position: relative;
	text-transform: inherit;
}
.price1 {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.price1 span {
	font-size: 15px;
	font-weight: 100;
	color: #000;
	display: block;
	text-transform: uppercase;
}
.location1 {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.location1 span {
	font-size: 15px;
	font-weight: 100;
	text-align: left;
	color: #000;
	display: block;
	text-transform: uppercase;
}
.bg-grayf5f5f5 {
	background-color: #f5f5f5;
}
.type1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: left!important;
}
.price1 .fa {
	color: #808080;
	font-size: 14px;
	font-weight: 900;
	margin-right: 4px;
}
.price1 .fa span {
	color: #808080;
	font-size: 14px;
	font-weight: 900;
	margin-right: 4px;
}
.location1 .fa span {
	color: #808080;
	font-size: 14px;
	font-weight: 900;
	margin-right: 4px;
}
.location1 .fa {
	color: #808080;
	font-size: 14px;
	font-weight: 900;
	margin-right: 4px;
}
.type1 .fa {
	color: #808080;
	font-size: 14px;
	font-weight: 900;
	margin-right: 4px;
}
.content-box h4 {
	font-size: 17px;
}
.content-box:hover {
	transform: translateY(-10px);
	/*-webkit-transform: translateY(-10px);*/
	box-shadow: 0px 25px 25px 5px rgb(0 0 0 / 12%);
}
#temp-inner {
	max-width: 1366px;
	width: 80%;
	min-height: 300px;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 75px;
	position: relative;
}
.news-page a.news-box {
	transition: all .3s;
	margin: 5px 0;
	padding: 15px 10px;
	background: #fff;
	display: inline-block;
	color: var(--MainColor);
	border-left: #eee 5px solid;
	border-right: #eee 5px solid;
	position: relative;
}
.news-page a.news-box .news-name {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.news-page a.news-box .news-heading {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	text-transform: inherit;
	margin-bottom: 5px;
}
.news-page a.news-box .date {
	font-size: 12px;
	margin: 10px 0 0 0;
	color: #999;
}
.news-page a:hover.news-box {
	color: #19232c;
	border-left: #19232c 5px solid;
	border-right: #19232c 5px solid;
	background: #fff;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.news-page a.news-box .news-heading span {
	color: #ef803c;
	font-weight: 600;
}
.news-page .news-box a {
	margin-top: 15px!important;
}
.news-page .news-box {
	transition: all .3s;
	margin: 20px 0;
	padding: 45px 50px;
	background: #fff;
	display: inline-block;
	color: var(--MainColor);
	border-left: #eee 5px solid;
	border-right: #eee 5px solid;
	position: relative;
	display: flex;
}
.news-page .news-box .news-name {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.news-page .news-box .news-heading {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	text-transform: inherit;
	margin-bottom: 8px;
}
.news-page .news-box .date {
	font-size: 12px;
	margin: 10px 0 0 0;
	color: #999;
}
.news-page :hover.news-box {
	color: #19232c;
	border-left: #19232c 5px solid;
	border-right: #19232c 5px solid;
	background: #fff;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.news-page .news-box .news-heading span {
	color: #ef803c;
	font-weight: 600;
}
.awardsimg img {
	margin: 0px auto;
	display: block;
	border: 1px solid#c4956a;
	padding: 8px;
	border-radius: 15px;
}
.moretext {
	display: none;
}
.moreless-button {
	color: #fff!important;
}
.news-heading .fa {
	font-size: 34px;
	margin-right: 15px;
	display: table-cell;
	float: left;
}
.navbar-hover ul li .active-rj::before {
	background: #444595;
	box-shadow: 15px 0 0 0 #ef803c, 30px 0 0 0 #34714e, -15px 0 0 0 #000;
}
.navbar-hover ul li.active a::before {
	background: #444595;
	box-shadow: 15px 0 0 0 #ef803c, 30px 0 0 0 #34714e, -15px 0 0 0 #000;
}
#myCarousel .nav a small {
	display: block;
}
#myCarousel .nav {
	background: #eee;
}
#myCarousel .nav a {
	border-radius: 0px;
}
/*<-------Slider-css------>*/

.carousel-indicators.inner-banner li.banner1 {
	background: url(../images/raheja-atharva/banner1.jpg) center no-repeat;
	background-size: cover;
}
.carousel-indicators.inner-banner li.banner2 {
	background: url(../images/raheja-atharva/banner2.jpg) center no-repeat;
	background-size: cover;
}
.carousel-indicators.inner-banner li.banner3 {
	background: url(../images/raheja-atharva/banner3.jpg) center no-repeat;
	background-size: cover;
}
.carousel-indicators.inner-banner li.banner4 {
	background: url(../images/raheja-atharva/banner4.jpg) center no-repeat;
	background-size: cover;
}
.carousel-indicators.inner-banner li {
	width: 25%;
	height: 120px;
	background: #000;
	opacity: 1;
	transition: 0.3s;
	filter: grayscale(100%);
}
.carousel-indicators.inner-banner .active {
	background: #fff;
	height: 120px;
	margin-top: 0px;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	filter: grayscale(50%);
	box-shadow: 0 12px 20px 0 rgb(0 0 0 / 25%);
}
.banner-bg {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .40;
}
.carousel-indicators.inner-banner {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: -60px;
}
/*<-------Slider-css-end----->*/

.inner-page {
	padding: 120px 0px;
}
.loction-bg {
	background-image: url('../images/location-background.png');
	background-repeat: no-repeat;
	padding: 100px 0px;
}
.ulcolrfff li {
	color: #fff;
	padding: 0px 0px 14px 18px;
}
.loction-bg h3 {
	color: #fff;
	margin-bottom: 25px;
}
.corporate-sec {
	background: url(../images/world-map-background.png) center bottom no-repeat;
	background-attachment: fixed;
	background-size: 60%;
}
.section-heading-journey {
	margin-top: 65%;
}
.section-heading-journey {
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	/* margin-top: 0%;*/
	font-weight: 100;
}
.corporate-sec h2 strong {
	font-weight: bold;
	font-size: 54px;
	font-weight: 400;
}
.corporate-sec .corporate-box {
	margin: 15px 0px 0px;
	padding: 20px 10px;
	background-size: 100% 100%;
	transition: all .3s;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.corporate-sec .corporate-box strong {
	font-size: 50px;
	position: relative;
	color: #3b6cb8;
	width: 140px;
	display: inline-block;
	float: left;
	text-align: right;
	font-weight: 100;
	line-height: 60px;
}
.corporate-sec .corporate-box div {
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.corporate-sec .corporate-box div span {
	display: block;
	font-size: 18px;
	border-bottom: #eee 1px solid;
	margin-bottom: 5px;
}
.pd120 {
	padding: 120px 10%;
}
.about-sec ul {
	margin: 40px;
}
.section-heading-about {
	margin-top: 50%;
}
.section-heading-specifications strong {
	font-weight: 600;
}
.section-heading-about strong {
	font-weight: 600;
}
.section-heading-about {
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	/*  margin-top: 0%;*/
	font-weight: 100;
}
.display-block-mobile {
	display: none;
}
.display-block-mobile-style {
	display: none;
}
.about-sec ul li {
	background: url(../images/icon_li-arrow-red.png) center left no-repeat;
	padding-left: 35px;
	margin: 15px 0;
	font-weight: normal;
	text-transform: none;
}
.about-sec ul li span {
	display: block;
	font-size: 16px;
}
.section-heading-specifications {
	margin-top: 2%;
}
.section-heading-specifications {
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	/* margin-top: 0%;*/
	font-weight: 100;
}
.features-sec .specifications-box {
	height: 600px;
	display: block;
	margin-top: -35%;
	margin-bottom: -45%;
	background: #FFFFFF;
	border: #eee 8px solid;
	padding: 40px;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 5%);
}
.features-sec .specifications-box .content-div {
	height: 100%;
	padding-right: 20px;
	font-weight: 200;
	overflow: auto;
}
.features-sec .specifications-box .content-div div {
	border-bottom: #eee 1px solid;
	margin-bottom: 30px;
}
.features-sec .specifications-box .content-div div h6 {
	font-weight: 600;
	font-size: 1rem;
}
.about-sec-rj {
	padding: 120px 10%;
	margin: 0px 0;
	position: relative;
}
.rotate-section-area-location {
	width: 120%;
	height: 100%;
	display: flex;
	background-color: #000;
	-ms-transform: rotate(-2.5deg);
	transform: rotate(-2.5deg);
	position: absolute;
	left: -10%;
	top: 0;
}
.location-map-img {
	border: #fff 5px solid;
	transition: all .3s;
	box-shadow: 0 22px 30px 0 rgb(0 0 0 / 50%);
}
.section-heading-location-map .bottom-line {
	margin-top: 9px;
	left: -110px;
	background: #FFFFFF;
}
.section-heading-location-map {
	margin-top: 12%;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	/* margin-top: 0%;*/
	font-weight: 100;
}
.section-heading-location-map strong {
	font-weight: bold;
	font-size: 54px;
	font-weight: 400;
}
.rotate-section-area {
	width: 120%;
	height: 100%;
	display: flex;
	background-color: #f7f7f7;
	-ms-transform: rotate(-2.5deg);
	transform: rotate( -2.5deg );
	position: absolute;
	left: -10%;
	top: 0;
}
.section-heading-amenities {
	margin-top: 58%;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	/*  margin-top: 0%;*/
	font-weight: 100;
}
.section-heading-amenities strong {
	font-weight: bold;
	font-size: 54px;
	font-weight: 400;
}
.highlights-sec .highlights-box {
	margin: 30px 30px 10px;
	padding: 20px 20px;
	background: #fff;
	transition: all .3s;
	width: 160px;
	display: inline-block;
	font-size: 14px;
	border: #fff 2px solid;
	text-align: center;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
}
.highlights-sec .highlights-box:hover {
	background: #fff;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	font-weight: bold;
	border: #000 2px solid;
	color: #000;
	transition: all 0.3s;
}
.tab-ploor-plan {
	margin: 20px 0;
}
.tab-ploor-plan .accordion {
	cursor: pointer;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
}
.tab-ploor-plan h2 strong {
	font-size: 40px;
}
.tab-ploor-plan h2 {
	display: block;
	padding: 20px 20px 15px;
	font-size: 28px;
}
#tabs {
	font-size: 17px;
}
#tabs .col-lg-6 {
	padding: 10px;
}
#tabs table {
	background: #fff;
	padding: 10px;
	width: 100%;
	min-height: 300px;
	transition: 0.3s;
	border: #FFFFFF 10px solid;
}
#tabs table tr td:first-child {
	background: #FFFFFF;
}
.show-more {
	color: #e00c10;
	position: relative;
	top: 10px;
	display: none;
}
#tabs table tr td {
	padding: 20px;
	background: #f7f7f7;
}
#tabs table {
	text-align: left !important;
}
.tab-ploor-plan .panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom: #f7f7f7 2px solid;
	width: 100%;
	background: #fafafa;
	padding: 0 10px;
}
.tab-ploor-plan .accordion:after {
	content: '\002B';
	color: #fff;
	font-weight: 100;
	float: right;
	margin-left: 5px;
	font-size: 20px;
	background: #000;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
}
.tab-ploor-plan .active:after {
	content: "\2212";
}
.accordion {
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	margin-top: 0%;
	font-weight: 100;
}
.accordion strong {
	font-weight: bold;
	font-size: 54px;
	font-weight: 400;
}
.section-heading-floor-plan {
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	margin-top: 0%;
	font-weight: 100;
}
.section-heading-floor-plan strong {
	font-weight: bold;
	font-size: 54px;
	font-weight: 400;
}
.rotate-section-area {
	width: 120%;
	height: 100%;
	display: flex;
	background-color: #f7f7f7;
	-ms-transform: rotate(-2.5deg);
	transform: rotate( -2.5deg );
	position: absolute;
	left: -10%;
	top: 0;
}
.section-heading-site-plan {
	margin-top: 45%;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	/* margin-top: 0%;*/
	font-weight: 100;
}
.section-heading-site-plan strong {
	font-weight: bold;
	font-size: 54px;
	font-weight: 400;
}
.img-magnifier-container {
	position: relative;
	filter: grayscale(50%);
}
.img-magnifier-glass {
	position: absolute;
	border-radius: 50%;
	cursor: crosshair;
	width: 200px;
	height: 200px;/*	box-shadow: 0 0 0 7px rgb(255 255 255 / 85%), 0 0 7px 7px rgb(0 0 0 / 25%), inset 0 0 40px 2px rgb(0 0 0 / 25%);*/
}
.plan-sec .site-plan-img {
	width: 100%;
}
.rera-sec {
	text-align: center;
}
.rera-sec span {
	font-size: 14px;
	font-weight: 300;
}
.rera-sec strong {
	font-size: 20px;
	display: inline-block;
	width: 80%;
	border: #eee 1px solid;
	padding: 10px 10px 5px;
	border-radius: 0px;
	border: #000 1px solid;
	font-weight: 500;
	/* box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%); */
	color: #000;
}
.section-heading-loans {
	margin-top: 5%;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	/*margin-top: 0%;*/
	font-weight: 100;
}
.section-heading-loans strong {
	font-weight: bold;
	font-size: 54px;
	font-weight: 400;
}
.loans-approved-by-sec img {
	margin: 0px 10px 10px;
	padding: 20px;
	background: #fff;
	transition: all .3s;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
	filter: grayscale(100%);
	opacity: .8;
}
.section-heading-downloads {
	margin-top: 18%;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 34px;
	/* margin-top: 0%;*/
	font-weight: 100;
}
.section-heading-downloads strong {
	font-weight: bold;
	font-size: 54px;
	font-weight: 400;
}
.download-sec h6 {
	margin-bottom: 15px;
}
.download-sec h6 strong {
	font-size: 30px;
	font-weight: 100;
}
.download-sec .icon-download-2 {
	float: left;
	/*margin-top: 6px;*/
	margin-right: 15px;
}
.download-sec a .icon-down, .download-sec a {
	color: #000000;
	transition: all .3s;
}
.download-sec .download-space-middle {
	margin-top: 50px;
}
.bggrayf5f5f5 {
	background-color: #f7f7f7;
	padding: 120px 10%;
}
.rera-sec p {
	float: left;
}
.rera-secul li {
	text-align: justify;
	padding: 0px 0px 15px 0px;
}
.loans-approved-by-sec img:hover {
	background: #fff;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 7%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	filter: grayscale(0%);
	opacity: 1;
}
.loctionul li {
	color: #fff;
}
.display-none-destop {
	display: none;
}
.nav-tabs.nav-fill a.active::after {
	border: solid transparent;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-color: transparent;
	border-bottom-width: medium;
	border-left-width: medium;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #e9d2bb!important;
	border-width: 16px;
	left: 50%;
	margin-left: -20px;
	bottom: -31px;
	transform: rotate(180deg);
}
a#nav-home-tab {
	position: relative;
}
a#nav-profile-tab {
	position: relative;
}
a#nav-about-tab {
	position: relative;
}
.logo-header {
	display: block;
}
.logo-header {
	width: 100px;
	position: absolute;
	right: 78px;
	top: 0px;
}
.logo-header.vanya {
	    width: 100px;
    position: absolute;
    /* right: 126px; */
    top: 8px;
}
.logo-header.vanya.raisina {
	/*width: 115px;*/
	position: absolute;
	right: 126px;
	top: 20px;
}
.riyasathills p {
	margin: 30px 0px;
}
.message-pad-top.bg-gray2 {
	background-color: #f4f4f4;
}
.themailul li {
	color: #373A3B;
	letter-spacing: 1px;
	display: list-item;
	list-style: square;
	font-size: 14px;
	line-height: 24px;
}
.logo-header.riyasathills {
	width: 11%;
	position: absolute;
	right: 126px;
	top: 14px;
}
.Independent-floor {
	margin-bottom: 60px;
}
.pdlftrght0 {
	padding-left: 0px;
	padding-right: 0px;
}
#tabs .nav-tabs.event .nav-link {
	border: 1px solid transparent;
	color: #eee;
	font-size: 11px;
	/*background-color: #b7b7b7;*/
	border: 1px solid #dcdcdc;
	color: #000;
}
.event-peragraph {
	text-align: center;
}
.docs-pictures img {
	margin-bottom: 25px;
}
.naya-rahejap p {
	margin-bottom: 25px;
}
.mrgntop25 {
	margin-top: 25px!important;
}
#temp-inner.event {
	max-width: 1366px;
	width: 100%;
	min-height: 300px;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 75px;
	position: relative;
}
#temp-inner.event .news-page a.news-box {
	transition: all .3s;
	margin: 2px 0;
}
#temp-inner.event .news-page .news-box {
	transition: all .3s;
	margin: 2px 0;
}
.properties-slider1.press .date {
	font-size: 12px;
	margin: 10px 0 0 0;
	color: #999;
}
.properties-slider1.press {
	background: transparent;
	z-index: 1;
	position: relative;
	margin-top: 10px;
}
.pressbtn.moreless-button {
	background: #c4956a;
	padding: 8px;
	width: 38%;
	text-align: center;
	margin-top: 15px;
}
.press.text-left1 {
	margin-top: 0px;
	text-align: left;
}
.press1.text-left1 {
	text-align: left;
}
.display-none-mobile.destop {
	display: block;
}
.display-block-mobile.mobile {
	display: none;
}
.logo-menu-sec {
	min-width: 500px;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0%;
	top: 300px;
	border-radius: 0px;
	opacity: 1;
	text-align: center;
}
.logo-menu-sec h2 {
	width: 90%;
	font-size: 48px;
	text-shadow: #828181 0px 1px 2px;
	margin: auto;
	opacity: .85;
	padding: 4px 0;
}
.logo-menu-sec .slide1.inner-page {
	width: 60%;
	font-size: 48px;
	text-shadow: #828181 0px 1px 2px;
	margin: auto;
	opacity: .85;
	padding: 4px 0;
	text-align: left;
}
.logo-menu-sec h2 .txt-one {
	font-size: 25px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	font-weight: 100;
	letter-spacing: 0.1px
}
.logo-menu-sec h2 .txt-two {
	font-size: 66px;
	margin-top: -30px;
	margin-left: -40px;
	text-shadow: #000 0px 1px 2px;
	font-style: italic;
	font-weight: bold;
}
.logo-menu-sec .slide1.inner-page .txt-two {
	font-size: 60px;
	letter-spacing: 2px;
	margin-top: -30px;
	margin-left: 0px;
	text-shadow: #000 0px 1px 2px;
	font-style: inherit;
	font-weight: bold;
}
.content-div p {
	margin-top: 0px;
	margin-bottom: 1rem;
}
::-webkit-scrollbar {
 width: 8px;
}
::-webkit-scrollbar-thumb {
 background: #000;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 999;
	opacity: .2;
}
.print.properties-slider1.press .date {
	font-size: 22px;
	margin: 0px 0 0 0;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.print.content-box img {
	margin-bottom: 0px;
	margin: 0px auto;
	display: block;
}
.newsimg img {
	border: 2px solid#c4956a;
	width: 100%;
}
.newsimg p {
	font-size: 15px;
	text-align: left;
	margin-top: 14px;
}
.post-classic-text {
	font-size: 15px!important;
	text-align: left!important;
	margin-top: 14px!important;
}
.newsimg p a:hover {
	text-decoration: none;
}
.newsimg a {
	color: #000;
}
.pcolor {
	color: #c4956a!important;
	font-weight: 600;
	letter-spacing: 2px;
}
.deskul {
	padding: 25px 0px;
}
/*.deskul li {
	color: #000;
	display: inline-block;
	width: 33%;
	border: 1px solid;
	margin-bottom: 4px;
	padding: 8px;
	text-align: center;
}*/
.deskul li {
color: #000;
    padding: 8px;
    text-align: left;}


.deskul li:hover {
	color: #c4956a!important;
	font-weight: 600;
}
.ratebold {
	color: #c4956a!important;
	font-weight: 400;
	font-size: 18px;
}
.project-creative-figure p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	background: #e31e25;
	margin-top: 0px;
}
 
/* <-----Enquery-btn-css------->*/
.quick-contact-form-sec .icon-call {
	border-radius: 50%;
	float: left;
	position: relative;
	top: -5px;
	/* background: url(images/icon_call_18_dark.png) center no-repeat; */
	background-size: 50%;
	border: none;
	height: 30px;
	width: 30px;
	display: inline-block;
	border: #666 1px solid;
	margin-right: 10px;
}
.quick-contact-form-sec .icon-email {
	border-radius: 50%;
	float: left;
	position: relative;
	top: -5px;
	/* background: url(images/icon-email_dark.png) center no-repeat; */
	background-size: 50%;
	border: none;
	height: 30px;
	width: 30px;
	display: inline-block;
	border: #666 1px solid;
	margin-right: 10px;
}
a.quick-contact-form-link {
	background: #f5f5f5;
	padding: 7px 12px;
	box-shadow: 0 0px 5px #000;
	position: fixed;
	top: 50%;
	right: -50px;
	z-index: 9999;
	opacity: .9;
	width: auto;
	color: var(--LogoColor) !important;
	transform: rotate(90deg);
	cursor: pointer; /*border-radius: 0px 0 5px 5px;*/
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
	font-weight: 500;
}
a.quick-contact-form-link:hover {
	opacity: 1;
	right: -49px;
}
a.quick-contact-form-link .fa {
	transform: rotate(-90deg);
}
.quick-contact-form-bg {
	background-color: rgb(25, 35, 44, .8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.quick-contact-form-sec {
	width: 500px;
	max-height: 750px;
	position: fixed;
	top: 130px;
	right: -15px;
	margin-right: 10px;
	background: #fff;
	z-index: 9999999;
	padding: 30px 30px 30px;
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .25);
	border-radius: 0px;
	text-transform: uppercase;
	display: none;
}
.quick-contact-form-sec .form-sec {
	position: relative;
	width: 100%;
	margin: 0;
}
.quick-contact-form-sec h6 {
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 22px;
	font-size: 20px;
	color: var(--MainColor);
}
.quick-contact-form-sec p {
	margin-bottom: 10px !important;
	font-weight: 500;
	line-height: 22px;
	font-size: 12px;
	color: var(--MainColor);
	text-transform: uppercase;
}
.quick-contact-form-sec .form-sec input, .quick-contact-form-sec .form-sec select {
	width: 100%;
	margin: 5px 0;
	border: none;
	padding: 15px 10px;
	border: #fff 1px solid;
	color: #000;
	font-weight: 300;
	background: #edf1f5;
	opacity: 1;
	font-size: 16px;
	
}
.quick-contact-form-sec .form-sec input:focus, .quick-contact-form-sec .form-sec select:focus {
	background: #f5f5f5;
	border: #c5c5c5 1px solid;
}
.quick-contact-form-sec .form-sec textarea {
	width: 100%;
	height: 120px;
	margin: 5px 0 0;
	border: none;
	border: #fff 1px solid;
	padding: 10px;
	color: #000;
	font-weight: 300;
	background: #edf1f5;
	opacity: 1;
	font-size: 16px;
	/*text-transform: uppercase;*/
}
.quick-contact-form-sec .form-sec textarea:focus {
	background: #f5f5f5;
	border: #c5c5c5 1px solid;
}
.quick-contact-form-sec .form-sec button {
	height: 50px;
	padding: 0 25px;
	font-size: 16px;
	background: #c4956a;
	font-weight: 300;
	border: #666 1px solid;
	color: #fff;
	opacity: 1;
	margin-top: 5px;
	text-transform: uppercase;
	cursor: pointer;
}
.quick-contact-form-sec .form-sec button:hover {
	background: #fff;
	color: #333;
}
.quick-contact-form-sec .icon-close {
	position: absolute;
	z-index: 5;
	top: 10px;
	right: 10px !important;
	width: 42px;
	height: 42px;
	background: #282828;
	border: #666 1px solid;
	color: #fff !important;
	font-weight: 300;
	font-size: 18x;
	border-radius: 50%;
	opacity: 1;
	text-align: center;
	line-height: 40px;
	padding-left: 1px;
	cursor: pointer;
}
.quick-contact-form-sec .icon-close:hover {
	background: #fff;
	color: #333 !important;
}
.quick-contact-form-sec .divcont {
	font-size: 18px;
	margin-top: 30px;
	padding-top: 25px;
	background: var(--MainColor);
	border-top: #333 1px solid;
	color: #fff
}
.quick-contact-form-sec .divcont a {
	color: #fff
}
/* <-----Enquery-btn-css------->*/
.post-classic-title {
	font-size: 14px;
}
.button.button-jerry.button-primary.get-in-btn {
	font-size: 17px
}
.button.button-jerry.button-primary.get-in-btn1 {
	font-size: 16px
}
.button.button-jerry.button-primary.get-in-btn:hover {
	color: #fff !important
}
.button.button-jerry.button-primary.get-in-btn1 {
	color: #fff !important
}
.section-sub-title.big {
	font-size: 2.3em;
	margin-bottom: 18px
}
.about-usp + .button.button-jerry.button-primary {
	font-size: 14px
}
.project-detail-about-gallery, .project-detail-about-floor, .project-detail-about-loans, .project-detail-about-amenities {
	position: relative;
}
.section-highlight-gallery.project-detail--section-highlight-gallery.project-theme-bg, .section-highlight-floor.project-detail--section-highlight-floor.project-theme-bg, .section-highlight-loans.project-detail--section-highlight-loans.project-theme-bg, .section-highlight-amenities.project-detail--section-highlight-amenities.project-theme-bg {
	top: 0%;
}
.about-usp {
	font-size: 17px;
	margin-top: 10px;
}

.content-box.aranya1 {
	max-height: 1080px;
}
.walkthrough {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.content-box h5 {
	font-size: 14px;
	margin-top: 8px;
}
.content-box span {
	font-size: 14px;
	display: block;
	font-weight: 400;
}
.content-box.rahejaoma {
	max-height: 885px;
}
.content-box {
	margin-bottom: 35px;
	padding: 19px 19px;
	background: #fff;
	/*box-shadow: 0 15px 25px 0 rgb(0 0 0 / 5%);*/
	box-shadow: 0 10px 23px 0 rgb(0 0 0 / 43%);
	transition: all 0.3s;
	max-height: 725px;
}
.content-box.siteplan-rendered {
	max-height: 840px;
}
.content-box.sitemap1 {
	max-height: 120%;
}
.type1 {
	margin-top: 2px;
	margin-bottom: 15px;
	font-size: 17px!important;
	text-align: left!important;
}
.content-box h4 {
	    font-size: 15px;
    margin-top: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.location1 {
	margin-top: 21px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: left!important;
}
.price1 {
	font-size: 18px;
	text-align: left!important;
}
.price1 span, .location1 span {
	font-size: 14px;
	text-transform: capitalize;
}
.amenities .carousel-control-prev-icon .fa-arrow-left {
	color: #fff;
}
.amenities .carousel-control-next-icon .fa-arrow-right {
	color: #fff;
}
.carousel-control-next.amenities .carousel-control-prev.amenities {
	z-index: 999;
	opacity: .9;
}
.amenities .carousel-control-prev-icon, .amenities .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 22px;
	background: black no-repeat center center;
	background-size: 100% 100%;
	opacity: 9;
}
.form11 {
	margin-top: 28px;
}
.got-in1 {
	font-weight: 600;
	font-size: 21px;
}
.margntp-20 {
	margin-top: 17px
}
.box-icon-classic.marginbtm-20.resd-mt {
	margin-top: -125px;
}
.comrcl-mt {
	margin-top: 12px;
	margin-bottom: -33px;
}
.Commercialbtn1.text-cent {
	text-align: center;
}
.sbmt-btn:hover {
	color: #fff !important
}
.type1 {
	color: #000;
	font-size: 14px!important;
}
.content-box.wow.fadeInUp h4 {
	color: #c4956a
}
.press1.text-left1 {
	margin-top: 2px;
	text-transform: initial;
}
.deskul {
	padding-bottom: 2px
}
.pres-newlnk:hover {
	color: #000
}
.formbox {
	margin-bottom: 35px;
	padding: 19px 19px;
	background: #fff;
	/* box-shadow: 0 15px 25px 0 rgb(0 0 0 / 5%); */
	box-shadow: 0 10px 23px 0 rgb(0 0 0 / 17%);
	transition: all 0.3s;
	max-height: 725px;
	margin-top: 20px
}
.apply-form .form-label, .cnvrtr-form .form-label {
	color: #000 !important
}
.apply-form .form-control-plaintext, .cnvrtr-form .form-control-plaintext {
	border: solid 1px #c4956a
}
.form-group.row {
	margin-top: 5px
}
.apply-now, .section-emicalc {
	padding: 40px 0px
}
.apply-form label {
	font-size: 17px
}
.form-control-plaintext.uploadresume {
	border-bottom: none
}
.apply-form input[type="file"].form-control-plaintext {
	border: none;
}
/*.button.form-submt-btn{
	    color: #000;
    background-color: transparent;
    border-color: #C4956A
}
.button.form-submt-btn:hover{
	    border-color: transparent;
    background-color: transparent;
}

input#file-upload-button{
	   color: #000;
    background-color: transparent;
    border-color: #C4956A
}*/

input[type=file] {
	cursor: pointer;
	width: 180px;
	overflow: hidden;
}
input[type=file]:before {
	width: 158px;
	height: 34px !important;
	font-size: 16px;
	line-height: 34px !important;
	/*content: 'Upload Resume';*/
	display: inline-block;
	background: white;
	border: 1px solid #C4956A;
	padding: 0 10px;
	text-align: center;
}
 input[type=file]::-webkit-file-upload-button {
/* visibility: hidden;*/
}
.tabl-giud {
	color: #000 !important;
	margin-top: 20px
}
.nri-subhedng {
	margin-top: 30px
}
.support-imgbox {
	margin-top: 8%
}
.section-currency-cnvtr {
	padding: 40px 0px
}
.suprt-sction {
	padding-top: 7% !important;
}
.section-emi {
	padding-top: 52px !important;
}
.formbox.emi-calc {
	padding: 135px 0px;
}
.main-table-sprt {
	overflow: scroll;
}
.curncycnv {
	width: 51%;
	margin-left: 26%;
}
.sectn-blog {
	margin-top: 5%
}
.sectn-blog .title-1 {
	font-size: 48px;
	margin-bottom: -21px;
}
.section.novi-background.bg-cover.about-section1.bg-gray-800.decoration-1.section-emi {
	padding-top: 7% !important;
}
.section.novi-background.bg-cover.about-section1.bg-gray-800.decoration-1.section-career {
	padding-top: 7% !important;
}
 @media (max-width: 768px) {
.section.novi-background.bg-cover.bg-white.section-inset-1.parallax-scene-js.get-in-touch.mobl-view, .inset-xl-left-35.section-sm {
	padding-top: 0px !important;
}
.novi-background {
	padding: 40px 0px;
}
.section.novi-background.bg-cover.about-section1.bg-gray-800.decoration-1.section-career {
	padding-top: 13% !important
}
}


.button.button-jerry.button-primary#loadmore {
	color: #fff;
}
.button.button-jerry.button-primary#loadmore:hover {
	border-color: transparent;
	background-color: transparent;
	color: #000
}
.noContent {
	border-color: transparent;
	background-color: transparent;
	color: #000
}
/*<--------------->*/
.message-pad-top {
	padding-top: 40px;
	padding-bottom: 40px;
}

.message-pad-top .know-more {
	border-radius: 0px;
	padding: 0px 15px;
	line-height: 35px;
	letter-spacing: 2px;
	height: 35px;
	margin-top: 5px;
}
.know-more {
	background-color: #cca77f;
	height: 50px;
}
.know-more {
	height: 51px;
	/* border: 2px solid #d7a973;*/
	border-radius: 0px;
	padding: 0px 30px;
	line-height: 45px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
}
.content-text {
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
	border-left: 5px solid #C3986B;
}
.img-thumbnail {
	padding: 0;
	background-color: transparent;
	border: 0px solid #dee2e6;
	border-radius: 0rem;
	max-width: 100%;
	height: auto;
}
.services.atharva {
	min-height: auto;
}
.amenities-heading h4 {
	color: #d8a472;
	text-align: center;
	font-size: 22px;
	margin-bottom: 15px;
}
.sportbord {
	border-left: 1px solid#cdcdcd;
}
.services {
	background-color: #fcfcfc;
	min-height: 300px;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0 10px 23px 0 rgb(0 0 0 / 43%);
	padding: 20px 20px;
}
.carousel-control-prev.amenities {
	left: -58px;
}
.carousel-control-next.amenities {
	right: -58px;
}
.content-right p {
	font-size: 14px;
	color: #373A3B;
	line-height: 24px;
	padding-left: 0px;
	padding-top: 8px;
	text-align: justify;
	margin: 35px 0px;
}
.content-right.Maheshwarap p {
	margin: 60px 0px;
}
.content-right.oma p {
	margin: 26px 0px;
}
.content-right.revanta p {
	margin: 20px 0px;
}
.content-right.revanta p span {
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 8px;
}
.hightlight-pointul.hightlightulli.revanta {
	margin: 70px 0px;
}
.content-right.aranya p {
	margin: 25px 0px;
}
.content-right.Krishna p {
	margin: 15px 0px;
}
.content-right.riyasathills p {
	margin: 20px 0px;
}
.hightlightulli.Maheshwarap {
	margin: 22px 0px;
}
.hightlightulli.rahejaoma {
	margin: 80px 0px;
	text-align: justify;
}
.amenities-games.akshara ul li {
	display: list-item;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	list-style: none;
	border: 1px solid #b3b3b3;
	width: 24%;
	float: right;
	margin: 5px;
}
.hightlightulli.akshara {
	margin: 70px 0px;
}
.hightlightulli.Atlantis {
	margin: 105px 0px;
}
.hightlightulli.aranya1 {
	margin: 60px 0px;
	text-align: justify;
}
.services figure {
	margin-bottom: 10px;
	margin-top: 11px;
	text-align: center;
}
.services p {
	font-size: 12px;
	color: #0B182D;
	margin-bottom: 5px;
	text-align: center;
	line-height: 16px;
}
.content-text.overview1-mobile {
	display: none;
}
.content-text.overview1-destop {
	display: block;
}
.text-mrgn {
	margin-top: 160px;
}
.content-text.overview1-destop {
	border-right: 5px solid #C3986B;
}
.overview1-destop.brd-lft {
	border-left: none;
}
.floorpln {
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.form_inner input {
	margin-bottom: 15px;
}
.btn.btn-warning {
	height: 50px;
	padding: 0 25px;
	font-size: 16px;
	background: #c4956a;
	font-weight: 300;
	border: #666 1px solid;
	color: #fff;
	opacity: 1;
	margin-top: 5px;
	text-transform: uppercase;
}
.top_form h2 {
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 22px;
	font-size: 20px;
	color: var(--MainColor);
}
.inq-form .close {
	position: absolute;
	top: -6px;
	right: -6px;
	background: #000;
	opacity: .9;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;/*position: absolute;
    z-index: 5;
    top: 0px;
    right: 0px !important;
    width: 35px;
    height: 35px;
    background: #282828;
    border: #666 1px solid;
    color: #fff !important;
    font-weight: 300;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    line-height: 40px;
    padding-left: 1px;
    cursor: pointer;*/
}
.modal.enquiry {
	top: 85px;
}
body.dark {
	background-color: #0a182f;
}
body.dark h1, body.dark .support a {
	color: #fff;
}
.checkbox {
	opacity: 0;
	position: absolute;
}
.checkbox-label {
	background-color: #ee7e3a;
	width: 50px;
	height: 26px;
	border-radius: 50px;
	position: relative;
	padding: 5px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fa-moon {
	color: #f1c40f;
}
.fa-sun {
	color: #f39c12;
}
.checkbox-label .ball {
	background-color: #fff;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 2px;
	top: 2px;
	border-radius: 50%;
	transition: transform 0.2s linear;
}
.checkbox:checked + .checkbox-label .ball {
	transform: translateX(24px);
}
.BUY-ONINE-BTN,
.BUY-ONINE-BTN:hover{
	position: relative;
	display: inline-block;
	background: #c4956a!important;
	color: #fff!important;
	font-size: 14px;
	border: none;
	padding: 12px 30px;
}
.checkbtn-header {
	text-align: right;
	top: 23px;
	right: 65px;
	position: absolute;
}
.header.dark-color {
	background: none;
}
.dark .darkp {
	color: #fff;
}
.dark .vanya {
	color: #fff;
}
.dark #tabs .nav-tabs.event.vanya .nav-link {
	border: 1px solid transparent;
	color: #eee;
	font-size: 18px;
	background-color: #b7b7b7;
	border: 1px solid #eaeaea;
	color: #000;
	width: 230px;
	text-transform: uppercase;
	font-weight: 600;
}
.dark .header .menu-icon-animated .menu_toggle-bar {
	transition: 0.3s width;
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 4px;
}
.dark .header.active {
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	background: #0a182f!important;
	height: 70px;
}
.dark .parallax-scene-js {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #0a182f!important;
}
.reranumber {
	background: #000000c7;
	position: absolute;
	top: 15%;
	right: 4%;
	text-transform: uppercase;
	padding: 8px;
}
.rerano li {
	color: #c7c7c7;
	font-size: 10px;
	letter-spacing: 1px;
}
.reranumber p {
	color: #fff;
	padding: 8px;
	letter-spacing: 1px;
	font-size: 18px;
}
.content-box p {
	text-align: center;
	font-size: 14px;
	/*text-transform: uppercase;*/
	margin-top: 10px;
	text-transform: capitalize;
}
.content-box img {
	margin-bottom: 0px;
	cursor: pointer;
}

/* partner page */

.bg-about {
	background: url(../images/partner-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 0;
	padding: 50vmin 0 12vmin;
	overflow: hidden;
}

.main-inner {
	position: relative;
	margin-top: 70px;
	z-index: 1;
	min-height: 0;
	padding: 0;
	min-height: 500px;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

	.main-inner:before {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: #171717;
		opacity: .6;
		z-index: -1;
	}

	.main-inner .page-lines {
		z-index: 1;
		opacity: .15;
	}

.page-lines {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.main-inner .page-lines .line {
	border-color: #fff;
}

.main-blog .page-lines, .main-contacts .page-lines, .main-project .page-lines, .main-projects .page-lines {
	opacity: .08;
}

.page-lines .col-line {
	padding: 0;
}

.page-lines .line {
	position: absolute;
	top: 0;
	width: 1px;
	height: 50000px;
	background-color: #f4f4f4;
}

.page-lines .col-line:last-child .line:last-child {
	left: auto;
	right: 0;
}

.main-inner .innerTitle {
	position: relative;
	z-index: 1;
	color: #fff;
	letter-spacing: 2px;
	font-size: 40px;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

	.main-inner .innerTitle span {
		display: block;
		font-size: 42px;
		font-weight: 500;
	}

.sale_partner {
	background: #f5f5f5;
	padding: 90px 0;
}

	

.form-container {
	background: #cccccc36;
	padding: 20px;
	border-radius: 5px;
	box-shadow: -5px 5px 33px rgb(0 0 0 / 3%);
	letter-spacing: 1px;
}

.sale_partner .left_col .title {
	border-bottom: 4px solid#c4956a;
	margin-bottom: 35px;
}

.sale_partner .left_col p {
	font-size: 18px;
	padding-bottom: 15px;
}

.sale_partner .left_col .helpNo {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 16px;
}

	.sale_partner .left_col .helpNo a {
		font-size: 18px;
	}

.sale_partner .left_col .form-tagline {
	font-weight: 500;
	letter-spacing: 0.2px;
	/* font-size:17px; */
}



.right-bdr {
	border-right: 3px dotted #c4956a;
}

.submit_btn {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	color: #fff !important;
}

	.sale_partner .submit_btn.disabled {
		background-color: #C4956A !important;
		border-color: #C4956A !important;
	}

.sale_partner .appl_form {
	margin-top: 20px;
}

	.sale_partner .appl_form a {
		min-width: 300px;
	}

	.sale_partner .appl_form h5 {
		color: #333;
		font-size: 20px;
		/* text-transform: capitalize; */
		/* font-weight: 600; */
	}

.sale_partner .btn_dark {
	background: #333;
	padding: 10px 24px;
	font-size: 16px;
	color: #fff !important;
	letter-spacing: 0.5px;
}

.sale_partner .appl_form .button-primary {
	padding: 10px 24px;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff !important;
	background-color: #C4956A !important;
	border-color: #C4956A !important;
}

.sale_partner .upload_form {
	margin-top: 60px;
}

	.sale_partner .upload_form h5 {
		color: #333;
		font-size: 20px;
		/* text-transform: capitalize; */
		/* font-weight: 600; */
	}

	.sale_partner .upload_form .app_form {
		width: 100%;
		color: #333;
		display: flex;
		align-items: center;
		background: #fff;
		padding: 8px 8px 8px 15px;
		min-height: 45px;
		margin-top: 20px;
		border: 1px solid rgba(0 0 0 / 15%);
	}

		.sale_partner .upload_form .app_form a {
			margin-left: auto;
			background: #a88843;
			color: #fff;
		}

.sale_partner .checkboxes {
	margin-top: 15px;
}

	.sale_partner .checkboxes li {
		margin: 0;
	}

		.sale_partner .checkboxes li:not(:last-child) {
			margin-bottom: 5px;
		}

	

#submitFormModal .modal-header {
	position: relative;
	padding: 20px;
}

#submitFormModal .close {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background: #C4956A;
	opacity: 0.7;
	color: #fff;
	text-shadow: none;
	font-weight: 500;
	font-size: 32px;
}

#submitFormModal .modal-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

#submitFormModal .custom-file-label {
	min-height: 46px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555;
	font-weight: normal;
	letter-spacing: 0.2px;
}

	#submitFormModal .custom-file-label:after {
		height: 100%;
		display: flex;
		align-items: center;
		font-weight: 500;
		cursor: pointer;
	}

#submitFormModal .modal-body {
	max-height: auto;
	height:auto;
}

.thank-you-page {
	padding: 100px 0;
	text-align: center;
}

	.thank-you-page h1 {
		font-family: 'Courgette', cursive;
		text-transform: capitalize;
		letter-spacing: 2px;
		color: #C4956A;
		font-size: 80px;
		margin-bottom: 40px;
	}

	.thank-you-page .msg {
		font-size: 20px;
	}

	.thank-you-page .qr_code {
		max-width: 200px;
		margin-top: 30px;
	}

	.thank-you-page .backToHome {
		margin-top: 30px;
		display: inline-block;
		text-decoration: underline;
		letter-spacing: 0.3px;
	}

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

	a.animated-button:link:after, a.animated-button:visited:after {
		content: "";
		position: absolute;
		height: 0%;
		left: 50%;
		top: 50%;
		width: 150%;
		z-index: -1;
		-webkit-transition: all 0.75s ease 0s;
		-moz-transition: all 0.75s ease 0s;
		-o-transition: all 0.75s ease 0s;
		transition: all 0.75s ease 0s;
	}

	a.animated-button:link:hover, a.animated-button:visited:hover {
		color: #FFF;
		text-shadow: none;
	}

		a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
			height: 450%;
		}

a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}




a.animated-button.thar-three {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #C4956A;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

	a.animated-button.thar-three span {
		position: relative;
		z-index: 99;
		color: #000;
		font-size: 18px;
		text-shadow: none;
	}

a.animated-button:link:hover, a.animated-button:visited:hover {
	text-shadow: none;
}

a.animated-button.thar-three:hover {
	color: #000 !important;
	background-color: transparent;
}

a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: inline-block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	min-width: 370px;
	box-shadow: 2px 3px 8px #00000069;
}

a.download-frm {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}

a.animated-button:link.download-frm:visited {
	color: #fff;
}

a.download-frm span {
	color: #fff !important;
}

a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}


a.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}

a.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: 9;
	content: '';
	color: #000 !important;
	background: #C4956A;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-close {
	outline: none;
	border: none;
	cursor: pointer;
	color: #000;
	width: 1em;
	height: 1em;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	text-shadow: none;
	opacity: 0.5;
}

.modal-body .termslist {
	padding-left: 2rem;
}

	.modal-body .termslist li {
		margin-bottom: 5px;
		display:list-item;
	}

	.empanelment_form .check_otp{
		margin-top: 20px;
	}

	.empanelment_form .check_otp small{
		font-size: 13px;
		font-weight: 500;
		color: #333;
		letter-spacing: 0.5px;
		margin-bottom: 5px;
	}

	.empanelment_form .hide{
		display:none;
	}

	




@media(max-width:1280px){
	.fixed-top .container {min-width: 100%!important;}
	.navbar-dark .navbar-nav .nav-link {font-size: 15px;letter-spacing: 0.7px;padding: 0px 8px;padding-top: 22px;
	padding-bottom: 22px;}

	}
	
	@media all and (max-width: 968px) {
	.fixed-top nav ul ul{border-top: 1px dashed #ccc!important;}
	.fixed-top nav ul ul ul{border-bottom: 1px dashed #ccc!important;}
	.fixed-top nav ul ul li{border: none!important;}
	.b-t{border-top: 1px dashed #ccc;}
	.fixed-top nav ul ul li:last-child{border-top: 1px dashed #ccc;}
	/*.fixed-top nav ul ul li:nth-child(2){border-top: 1px dashed #ccc;}*/
	.fixed-top .container {min-width: 100%!important;padding: 0;}
	.fixed-top nav ul li a {line-height: 46px;padding: 0px 15px;}
	.fixed-top nav ul{margin-right: 0px;float: left;}
	.fixed-top nav .logo{padding-left: 14px;width: 100%;}
	.fixed-top .show + a, ul{display: none;}
	.fixed-top nav ul li,nav ul ul li{display: block;width: 100%;border-bottom: 1px dashed #ccc;}
	.fixed-top nav ul li:last-child{border: none;}
	.fixed-top nav ul li a:hover{box-shadow: none;}
	.fixed-top nav ul li{margin: 0;}
	.fixed-top .show{display: block;color: #222;font-size: 16px;padding: 0 14px;line-height: 46px;
	cursor: pointer;font-family: 'Jost-Regular', sans-serif;margin-bottom: 0;}
	.fixed-top .show:hover{color: var(--khaki);}
	.fixed-top .icon{display: block;color: #222;position: absolute;top: 10px;right: 40px;line-height: 46px;
	cursor: pointer;font-size: 25px;}
	.fixed-top nav ul ul{top: 70px;border-top: 0px;float: none;position: static;display: none;opacity: 1;
	visibility: visible;}
	.fixed-top nav ul ul a{padding-left: 14px;}
	.fixed-top nav ul ul ul a{padding-left: 14px;}
	.fixed-top nav ul ul ul li{position: static;}
	.fixed-top [id^=btn]:checked + ul{display: block;}
	.fixed-top nav ul ul li{border-bottom: 0px;border-top: 1px dashed #ccc;;}
	.fixed-top span.cancel:before{content: '\f00d';}
	.fixed-top nav ul ul li{width: 100%;}
	.checkboxes ul{display: block!important;}
	}
	
	@media(max-width:768px){
		.fixed-top nav .logo img{width: 140px;}
		}

/* start responsive */
@media(max-width:767px) {
	.main-inner {
		margin-top: 0;
	}

		.main-inner .innerTitle {
			font-size: 28px;
		}

			.main-inner .innerTitle span {
				font-size: 20px;
				margin-top: 5px;
			}

	.sale_partner {
		padding: 50px 0;
	}

		.sale_partner .appl_form .button-primary {
			margin-top: 10px !important;
		}

	.a.animated-button:link, a.animated-button:visited {
		display: block;
	}

	.form-box .pd-0 {
		padding: 0;
	}

	a.animated-button.thar-three span {
		position: relative;
		z-index: 99;
		color: #000;
		font-size: 12px;
		text-shadow: none;
	}

	.footer-grid {
		display: grid;
		grid-template-columns: 1fr;
		text-align: center;
		justify-content: center;
	}

	.footerp a {
		float: none;
		margin-top: 8px;
		color: #888888;
		font-size: 10px;
		margin-right: 10px;
	}

	a.animated-button:link, a.animated-button:visited {
		position: relative;
		display: block;
		margin: 20px auto 0;
		padding: 14px 15px;
		color: #fff;
		font-size: 14px;
		border-radius: 0;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		overflow: hidden;
		letter-spacing: .08em;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		box-shadow: 2px 3px 8px #00000069;
	}

	a.animated-button.thar-three:before {
		display: none;
	}

	a.animated-button:link:after, a.animated-button:visited:after {
		display: none;
	}

	.form-box h3, .heading-3 {
		font-size: 16px;
		line-height: 1.4;
	}

	a.animated-button:link, a.animated-button:visited {
		min-width: auto;
	}

	.sale_partner .form-box {
		padding: 15px;
	}

	.sale_partner .left_col p {
		font-size: 16px;
	}
}

@media(max-width:600px) {
	.second-menu {
		position: relative;
		right: 0
	}

		.second-menu ul.navbar-nav.destop-navbar.mr-auto li {
			text-align: center
		}

		.second-menu nav.navbar.navbar-expand-lg.navbar-light.bg-light.toggle-navbr {
			position: absolute;
			top: 50px;
			width: 100%
		}

		.second-menu button.navbar-toggler {
			position: absolute;
			top: -14px;
			right: 33px;
		}

	div#navbarSupportedContent {
		margin-top: 36px;
	}

	.second-menu.margentop {
		z-index: 999;
		height: 0px;
	}

	.col-lg-8 .fadeInRight {
		font-size: 20px;
	}

	.thank-you-page {
		padding: 60px 0;
	}

		.thank-you-page h1 {
			font-size: 40px;
			margin-bottom: 20px;
		}

		.thank-you-page .msg {
			font-size: 18px;
		}

		.thank-you-page .qr_code {
			max-width: 150px;
		}

	.sale_partner .left_col .btn {
		font-size: 13px;
		padding: 10px 15px;
		letter-spacing: 0;
		margin: 0;
		width: 100%;
	}

	#submitFormModal .modal-header {
		position: relative;
		padding: 12px 15px;
	}

	#submitFormModal .modal-title {
		font-size: 17px;
	}

	.sale_partner_page label {
		font-size: 13px;
	}

	.sale_partner .form-box .form-heading {
		font-size: 20px;
	}

	.sale_partner .download_heading{
		font-size:18px;
	}
	.sale_partner .download_btn img {
		max-width: 60px;
	}

	.sale_partner .left_col .helpNo {
		font-size: 14px;
	}

		.sale_partner .left_col .helpNo a {
			font-size: 15px;
		}
}



