/*

====================================

[ CSS TABLE CONTENT ]

------------------------------------

    1.0 - General

    2.0 - Typography

    3.0 - Global Style

    4.0 - Header section 

    5.0 - Slider area

    6.0 - Block area

    7.0 - Intro section

    8.0 - Services area

    9.0 - Client logo

    10.0 - Accordian section

    11.0 - Portfolio section

    12.0 - Contact us

    13.0 - Testimonial section

    14.0 - Blog Section

    15.0 - footer section



-------------------------------------

[ END CSS TABLE CONTENT ]

=====================================

*/

/* ================= General ==================== */

html,
body {
	height: 100%
}
body {
	font-family: 'kievit';
	color: #323436;
	background: #fff;
	font-size: 15px;
	line-height: 24px;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased !important;
	font-weight: 300;
}
/* Link style

------------------------------ */

a {
	cursor: pointer;
	color: #ff6600;
	outline: none;
}
a:focus {
	outline: 0 solid;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #383838;
	outline: none;
}
/* Transition elements

------------------------------ */

a,
.navbar a,
.form-control {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}
/* ================ Typography ================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'kievit';
	color: #212121;
	margin: 0 0 15px;
	font-weight: 300;
}
h1 {
	font-size: 40px;
	line-height: 35px;
}
h2 {
	font-size: 34px;
	line-height: 44px;
}
h3 {
	font-size: 22px;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	line-height: 26px;
}
h5 {
	font-size: 18px;
	line-height: 22px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
}
.btn {
	color: #fff;
	padding: 14px 30px;
	text-transform: uppercase;
	font-family: "Titillium Web", sans-serif;
	border-radius: 3px;
	box-shadow: 0 4px 5px rgba(34, 34, 34, 0.2);
	background: #000;
}
.btn:hover {
	box-shadow: 0 8px 10px rgba(34, 34, 34, 0.2);
}
.btn-primary {
	background-color: #ff6600;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}
.btn-sm {
	padding: 8px 20px;
	font-size: 12px;
	font-weight: 400;
}
/* ================ Global setting ================== */

input:focus,
textarea:focus {
	outline: none;
}
.alert {
	padding: 12px 15px;
}
img {
	max-width: 100%;
	height: auto;
}
.form-group {
	margin-bottom: 30px;
}
.form-control {
	height: 50px;
	padding: 6px 20px;
	border: 1px solid #ccc;
	box-shadow: none;
}
.form-control:focus{
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(0, 0, 0, .3);
}
.contact-form .form-group textarea {
	min-height: 210px;
	padding: 15px 20px;
	position: relative;
	z-index: 20;
}
@media (max-width: 991px) {
	.contact-form {
		margin-bottom: 30px;
	}
	.error {
    background: #F44C4C;
    padding: 5px;
    margin-bottom: 27px;
    border: 1px solid #FFCACA;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
}
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* helper classes */

.section-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-padding-small {
	padding-top: 90px;
	padding-bottom: 60px;
}
.darker-bg {
	background: #000;
}
.darker-bg {
	color: #fff !important;
}
darker-bg p {
	color: #fff !important;
}
.light-bg {
	background: #f5f5f5 !important;
}
.g-hr-h:before {
	left: -13px;
}
.g-hr-h:after {
	right: -13px;
}
.g-hr-h:after,
.g-hr-h:before {
	display: inline-block;
	content: "";
	height: 1px;
	width: 5%;
	margin-top: 7px;
	vertical-align: top;
	position: relative;
	background-color: #ccc;
}
.g-hr-h::before,
.g-hr-h::after {
	margin-top: 11px;
	background: #fff;
	height: 3px;
	border: 1px solid #ccc;
}
.g-hr-h h2 {
	display: inline-block;
	font-size: 32px;
	vertical-aligN: top;
	line-height: 30px;
	margin: 0 0 25px;
	color: #fff;
	font-weight: 400;
}
.darker-bg h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
.empty_space40 {
	margin: 20px 0px;
	height: 1px;
	clear: both;
}
.empty_space50 {
	margin: 25px 0px;
	height: 1px;
	clear: both;
}
.empty_space60 {
	margin: 30px 0px;
	height: 1px;
	clear: both;
}
.empty_space70 {
	margin: 35px 0px;
	height: 1px;
	clear: both;
}
.empty_space100 {
	margin: 20px 0px;
	height: 1px;
	clear: both;
}
.count-title {
	font-size: 52px;
	font-weight: 300;
	width: 80px;
	margin-top: 10px;
	text-align: center; margin-bottom: 0;
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	padding-bottom: 10px;
}
.count-text {
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}
.light-header h1 {
	font-weight: 300;
	color: #323436;
}
section h5 {
	font-size: 20px;
	font-weight: 300;
	color: #323436;
	line-height: 28px
}
section p {
	font-size: 16px;
}
section.home-2 h2 {
	font-size: 24px;
	color: #323436;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
}
.footer-h4 {
	font-size: 20px;
	line-height: 0.3;
	color: #fff;
	font-weight: 300;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
	color: #fff;
}
/* ================ Header section ================== */

/* header top bar 

------------------------*/

.header-top-area {
	height: 40px;
	background: #000;
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'kievit'!important;
}
.header-top-area .contact p {
	float: left;
	margin-right: 0px;
	line-height: 42px;
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: 600;
}
.header-top-area .sell_do_ctc {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 2.4% 0;
}
.header-top-area .sell_do_ctc_input_c,
.header-top-area .sell_do_input_verify_c {
	float: left;
	width: 215px;
}
.header-top-area .selldof .form-group {
	margin-bottom: 0;
	text-align: left;
}
.header-top-area .selldof .form-control,
.header-top-area .sell_do_form_control {
	border: 1px solid #cccccc;
	border-radius: 0 !important;
	font-family: 'kievit'!important;
	font-weight: 300;
	font-size: 12px;
	height: 27px !important;
}
.header-top-area .selldof .btn,
.header-top-area .sell_do_ctc_btn,
.header-top-area .selldof .btn,
.header-top-area .sell_do_verify_btn {
	border-radius: 0 !important;
	color: #fff!important;
	background-color: #ff6600!important;
	border-color: #ff6600!important;
	font-family: 'kievit'!important;
	font-weight: 300;
	font-size: 12px;
	padding: 4px 11px;
}
@media (max-width: 768px) {
	.contact p {
		line-height: 35px;
	}
}
.contact p i {
	margin-right: 10px;
}
.contact a {
	color: #fff;
}
.social-icon {
	margin-top: 10px;
}
.social-icon ul {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.social-icon ul li {
	float: left;
}
.social-icon ul li a {
	color: #fff;
	font-size: 14px;
	width: 28px;
	height: 28px;
	text-align: center;
	margin-left: 12px;
	display: block;
	line-height: 28px;
	transition: all .3s;
}
.social-icon ul li a:hover,
.social-icon ul li.active a {
	background: #fff;
	color: #ff6600;
	border-radius: 3px;
}
@media (max-width: 768px) {
	.social-icon ul {
		float: none;
		text-align: center;
	}
	.social-icon ul li {
		float: none;
		display: inline-block;
	}
	.social-icon ul li a {
		text-align: center;
	}
	.header-top-area {
		height: 35px;
	}
	.social-icon {
		margin-top: 3px;
	}
	body .phone-group .code {
    width: 40%;
}
body .phone-group .input-div {
    width: 60%;
}
}
/* ================ Navigation ================== */

nav.navbar.bootsnav ul.nav>li>a {
	color: #3f4b5a;
	font-family: 'kievit';
}
nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li.active>a,
nav.navbar.bootsnav ul.nav>li>.dropdown-menu li>a:hover,
nav.navbar.bootsnav ul.nav>li>.dropdown-menu li.active>a,
nav.navbar.bootsnav ul.nav>li>.dropdown-menu.megamenu-content li>a:hover,
nav.navbar.bootsnav ul.nav>li>.dropdown-menu.megamenu-content .menu-col li.active>a {
	color: #494949;
	background-color: #f4f4f4 !important;
}
.subcurrent {
	color: #494949;
	background-color: #f4f4f4 !important;
}
.dropdown-menu.cart-list h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
.dropdown-menu.cart-list h2 a {
	color: #3f4b5a;
}
.dropdown-menu.cart-list h2 a:hover {
	color: #ff6600;
}
@media (min-width: 993px) {
	nav.navbar.bootsnav ul.nav>li>a {
    padding: 18px 7px;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.06em;
}
}
@media (min-width: 768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-top: 0px;
		padding: 10px;
	}
}
.attr-nav>ul>li>a span.badge {
	background-color: #ff6600;
}
ul.cart-list>li.total>a.btn {
	color: #fff !important;
}
ul.cart-list>li.total>a.btn:hover {
	background-color: #ff6600 !important;
}
/* ================ Slider area ================== */

.happy-fest-1 {
	/*background:url(img/slider-bg/manas-banner-new.png) no-repeat;*/
	background: url(img/happy-fest-1.jpg) no-repeat;
}
.happy-fest-2 {
	/*background:url(img/slider-bg/manas-banner-new.png) no-repeat;*/
	background: url(img/happy-fest-2.jpg) no-repeat;
}
.slider-banner {
	/*background:url(img/slider-bg/manas-banner-new.png) no-repeat;*/
	background: url(img/slider-bg/manas-lake-city-newr.jpg) no-repeat;
}
.banner-text {
	position: relative;
	top: 30%;
}
.slider-banner2 {
	background: url(img/slider-bg/Manas-Banner-mobile.png) no-repeat;
}
.slider-bg1 {
	/*background: url(img/slider-bg/night-view_026.jpg) no-repeat;*/
	background: url(img/diwali-fest1920x550.jpg) no-repeat;
}
.slider-bg2 {
	background: url(img/slider-bg/bedroom.jpg) no-repeat;
}
.slider-bg3 {
	background: url(img/diwali-fest1920x550.jpg) no-repeat;
	/*background: url(img/slider-bg/amphitheatre.jpg) no-repeat;*/
}
.slider-bg4 {
	background: url(img/slider-bg/livingroom.jpg) no-repeat;
}
.slider-bg5 {
	background: url(img/slider-bg/greendesiahn.jpg) no-repeat;
}
.homepage-slider {
	width: 100%;
	height: 550px;
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.homepage-slider:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	/*background: rgba(46, 46, 46, .4);*/
	z-index: -1;
}
.display-table {
	display: table;
	width: 100%;
	height: 100%;
}
.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}
/*.slider-content{margin-top:8px;}*/

.slider-content h1 {
	color: #ff6600!important;
	font-size: 48px;
	font-weight: 300;
	line-height: 53px;
	margin-bottom: 10px;
}
.customimg img {
	width: 70% !important;
	float: right;
}
.slider-content h5 {
	color: #383838;
}
.slider-content p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 75px;
}
.slider-content a {
	border-radius: 5px;
	background: #ff6600;
	padding: 15px 25px;
	border: none;
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}
.slider-content a:hover {
	background: #494949;
}
.slider-content a i {
	padding-left: 8px;
}
.owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom:8px;
	width: 100%;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin-bottom: 0;
}
.owl-theme .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	cursor: pointer;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ffffff;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover > span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
@media (max-width: 768px) {
	.homepage-slider {
		height: 400px;
	}
	.slider-content h1 {
		font-size: 30px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.slider-content p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 24px;
	}
	.slider-content a {
		padding: 8px 15px;
	}
}
/* owl-carousel 

-----------------------------*/

.owl-nav div {
	display: inline-block;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	transition: all .3s;
}
.owl-nav i {
	background: #494949 none repeat scroll 0 0;
	color: #fff;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	transition: all .3s;
	opacity: .5;
	border-radius: 3px;
}
.owl-nav i:hover {
	opacity: .9;
}
.owl-nav .owl-prev {
	left: -15px;
	opacity: 0;
}
.owl-nav .owl-next {
	right: -15px;
	opacity: 0;
}
.slider-area.owl-carousel {
	overflow: hidden;
}
.slider-area.owl-carousel:hover .owl-nav .owl-prev {
	left: 15px;
	opacity: 1;
}
.slider-area.owl-carousel:hover .owl-nav .owl-next {
	right: 15px;
	opacity: 1;
}
/* ================ Block area ================== */

.block.block2 {
	padding: 40px 0px 0px;
	background: #F4F7F7;
}
.block2 .block-text {
	margin-top: 128px;
}
.block-text h2 {
	margin-bottom: 50px;
}
.block-text p {
	margin-bottom: 60px;
}
.block.about-us-block .block-img {
	margin-top: 0px;
}
.block.about-us-block h2 {
	margin-top: 0px;
	font-size: 32px;
	font-weight: 300;
}
.block-img {
	margin-top: 50px;
}
@media (max-width: 768px) {
	.block2 .block-text {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.block2 .block-text {
		margin-top: 50px;
	}
}
@media (min-width: 992px) {
	.block2 .block-text {
		margin-top: 38px;
	}
	.block-text h2 {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.block2 .block-text {
		margin-top: 128px;
	}
	.block-text h2 {
		font-size: 32px;
	}
}
/* ================ Intro section ================== */

.intro-bg1 {
	background: url("assets/img/intro/1.jpg") no-repeat;
}
.intro-bg2 {
	background: url("assets/img/intro/2.jpg") no-repeat;
}
.intro-bg3 {
	background: url("assets/img/intro/3.jpg") no-repeat;
}
.intro-title p {
	margin-bottom: 50px;
}
.single-intro {
	overflow: hidden;
}
.intro-img {
	width: 100%;
	height: 222px;
	background-size: cover;
	background-position: center;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.intro-img:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 102, 0, 0.8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.single-intro:hover .intro-img:after {
	opacity: 1;
}
.single-intro:hover .intro-details {
	border-bottom: 4px solid #ff6600;
}
.intro-details {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	box-shadow: 0 2px 29px 0 rgba(15, 46, 64, 0.12);
	max-height: 210px;
	margin: -70px auto 30px;
	padding: 30px 25px;
	position: relative;
	width: 88%;
	overflow: hidden;
	border-bottom: 4px solid #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.intro-details h3 {
	margin-top: 0;
}
/* ================ Services area ================== */

.loction h2 {
	font-size: 34px;
	line-height: 38px;
	letter-spacing: 0px;
	font-weight: 300;
}
.loction h3 {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: 500;
}
.loction ul {
	margin: 1rem 0em 2em;
	padding-left: 15px;
}
.customlist ul,
.customlist li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.customlist ul {
	margin: 2em 0;
}
.customlist li {
	margin: 0 0 12px;
	margin-left: 2em;
	font-size: 18px;
	line-height: 23px;
}
.customlist li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #383838;
}
/* ================= Client logo area ======================*/

.extra-large-padding {
	padding-top: 150px;
	padding-bottom: 155px;
}
.title {} .residences-title {
	background: url(img/residences/V21.jpg);
	background-repeat: no-repeat;
	background-position: center 0!important;
}
.extra-large-padding h1 {
	font-size: 44px;
	border: 0px;
	padding: 0px !important;
	font-weight: 500;
}
/* services animation effect 

----------------------------------*/

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}
@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}
.services-tiem img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.services-tiem:hover img {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/* ================ Breadcrumb style ================== */

.page-title {
	background: #f0f0f0;
	padding: 50px 0px;
	color: #383838;
	position: relative;
}
.page-title:after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	z-index: -1;
}
.page-breadcrumbd h2,
.page-breadcrumbd a {
	margin: 0px;
	color: #383838;
	font-weight: 300;
}
.page-breadcrumbd p {
	font-size: 14px;
}
/* ================ Accordian section ================== */

.panel-default>.panel-heading {
	background-color: #F4F7F7;
	border: none;
}
.panel-default {
	border: none;
	background: #F4F7F7;
}
.panel-heading {
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px
}
.panel-title>a {
	background: #F4F7F7;
	display: block;
	padding: 10px 15px;
	color: #212121;
	font-size: 18px;
	position: relative;
}
.panel-title>a[aria-expanded=true] {
	background: #ff6600;
	color: #fff;
}
.panel-title>a[aria-expanded=true]:after {
	content: "-";
	background: #fff;
	color: #ff6600;
}
.panel-title>a:focus {
	text-decoration: none;
}
.panel-title>a:after {
	background: #ff6600 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	content: "+";
	height: 20px;
	line-height: 16px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 9px;
	width: 20px;
	font-weight: bold;
}
.panel-group .panel+.panel {
	margin-top: 6px;
}
.accordian-right-content h2 {
	margin-bottom: 13px;
}
/* ================ Portfolio section ================== */

#portfolio .portfolio-thumbnail {
	position: relative;
}
#portfolio .portfolio-thumbnail img {
	width: 100%;
	height: auto;
}
#portfolio .portfolio-thumbnail .col-md-2 {
	padding: 0;
}
#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}
#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(22, 23, 23, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}
#portfolio .portfolio-thumbnail .item:hover>.caption {
	opacity: 1;
}
#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #000;
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#portfolio .caption p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}
/*Media*/

@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		margin-top: 50px;
	}
	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}
	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
}
/*Media*/

@media screen and (min-width: 521px) and (max-width: 980px) {
	#portfolio {
		margin-top: 50px;
	}
	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}
}
/* ================ flat-section section ================== */

.flat-section h1 {
	color: #383838;
	font-weight: 300;
	line-height: 30px;
}
.flat-section h1 small {
	font-size: 16px;
	font-weight: 300;
}
.flat-section a {
	text-transform: uppercase;
}
.bgimg-1,
.bgimg-2,
.bgimg-3 {
	position: relative;
	opacity: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-itd {
	background: rgba(147, 182, 201, 0.8);
	padding: 20px 0px;
}
.section-itd h2 {
	color: #fff;
	font-weight: 300;
	font-size: 36px;
}
.section-itd a {
	color: #fff;
}
.whitecolor,
.whitecolor h1,
.whitecolor p {
	color: #fff !important;
}
.h1taag {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 35px;
}
.bgimg-1 {
	background-image: url(img/parallax/layer-12.jpg);
	min-height: 100%;
	height: auto;
	padding: 10% 0;
}
.h3 {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #383838;
}
.h3 a {
	color: #383838;
}
#exTab1 .nav-tabs {
	border: 1px solid #e1e1e1;
}
#exTab1 .tab-content {
	color: #383838;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #e1e1e1;
}
#exTab2 h3 {
	color: white;
	background-color: #428bca;
	padding: 5px 15px;
}
/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
	border-radius: 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #222;
	background: #f8f8f8;
	padding: 1em 0.765em;
}
#exTab1 .nav-pills>li.active>a,
#exTab1 .nav-pills>li.active>a:focus,
#exTab1 .nav-pills>li.active>a:hover {
	color: #383838 !important;
	background-color: #fff !important;
	border-top-color: #ff6600;
	border-top-width: 2px;
	border-bottom-width: 0px;
}
#exTab1 .nav-pills>li+li {
	margin-left: 0;
}
#exTab1 .text-center {
	text-align: center;
	margin: 0px auto;
}
#exTab1 table {
	margin: 25px 0px;
}
#exTab1 table td {
	padding: 8px;
}
/* ================ testimonial section ================== */

/* preloader  

-------------------------------*/

/* ================ Blog Section ================== */

.blog-item {
	margin-bottom: 30px;
	box-shadow: 0 49px 72px 0 rgba(25, 25, 25, 0.12);
}
.blog-item a {
	font-family: "Titillium Web", sans-serif;
}
.blog-item .blog-thumb {
	overflow: hidden;
}
.blog-item .blog-thumb img {
	transition: all .3s;
	width: 100%;
	height: auto;
}
.blog-content {
	padding: 0px 10px 20px 30px;
}
.blog-header .tag {
	margin-top: 20px;
	overflow: hidden;
}
.entry-title {
	color: #212121;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	line-height: 25px;
}
.entry-title a {
	color: #212121;
	transition: all .3s;
}
.entry-title a:hover {
	color: #ff6600;
}
.blog-header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blog-header ul li {
	float: left;
	position: relative;
	padding-right: 2px;
	margin-right: 3px;
}
.blog-header ul li:last-child:before {
	content: "";
}
.blog-header ul li:before {
	bottom: 4px;
	content: ",";
	position: absolute;
	right: 0;
	font-size: 14px;
}
.blog-header ul li a {
	display: block;
	margin-right: 5px;
	margin-bottom: 3px;
	color: #61727f;
	transition: all .3s;
}
.blog-header ul li a:hover {
	color: #000;
}
.entry-content a {
	color: #000;
	font-weight: 700;
	transition: all .3s;
}
.entry-content a:hover {
	color: #ff6600;
}
/* single blog 

---------------------------------------*/

.post-wrapper {
	box-shadow: 0 49px 72px 0 rgba(25, 25, 25, 0.12);
	padding-bottom: 30px;
}
.post-wrapper .blog-content {
	padding: 15px 20px 15px 40px;
}
.single-post-title h2 {
	font-size: 29px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px
}
.single-post-title h2 a {
	color: #212121;
}
.post-meta ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.post-meta li {
	float: left;
}
.post-meta {
	overflow: hidden;
	margin-bottom: 30px;
}
.post-meta>ul>li>a {
	color: #888;
	margin-right: 19px;
	transition: all .3s;
	font-size: 13px;
}
.post-meta>ul>li>a:hover {
	color: #000;
}
.post-meta li a i {
	margin-right: 7px;
}
.post-meta li.rating ul {
	display: inline;	float:right;
}
.post-meta a {
	font-family: "Titillium Web", sans-serif;
}
li.rating>a {
	margin-right: 8px !important;
}
li.rating>ul a {
	font-size: 13px;
	margin: 0;
}
li.rating ul i {
	margin: 1px;
	color: #FE6000;
}
.entry-content p {
	margin-bottom: 30px;
}
.full-width-img {
	margin-bottom: 30px;
	margin-left: -40px;
	margin-right: -20px;
}
/* single page social icon 

-------------------------------*/

.social-link {
	overflow: hidden;
}
.social-link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.social-link ul li {
	float: left;
}
.social-link ul li a {
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: center;
	width: 45px;
	background: #ddd;
	white-space: nowrap;
	margin-right: 6px;
	padding: 7px 0px;
	width: 45px;
	overflow: hidden;
	font-size: 15px;
	transition: all 400ms ease 0s;
	border-radius: 3px;
	position: relative;
	margin-bottom: 10px;
}
.social-link ul li a.facebook {
	background: #286196;
}
.social-link ul li a.twitter {
	background: #1AA2F6;
}
.social-link ul li a.google {
	background: #E7462A;
}
.social-link ul li a.linkedin {
	background: #0078B4;
}
.social-link ul li a.pinterest {
	background: #BD081B;
}
.social-link ul li a.reddit {
	background: #FF4400;
}
.social-link ul li a.message {
	background: #9FA3A4;
}
.social-link ul li a:hover {
	width: 90px;
}
.social-link ul li i {
	width: 45px;
}
.social-link ul li span {
	width: 45px;
	text-align: center;
	padding-right: 15px;
}
/* comments form 

------------------------------*/

.company-address h3 {
	font-weight: 300;
	margin-bottom: 0px;
}
.company-address ul li {
	margin-bottom: 30px;
}
.comments-wrapper {
	padding: 15px 40px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.comment-title h2 {
	margin-bottom: 40px;
}
.contact-intro-title .g-hr-h:before {
	left: -13px;
	display: none;
}
.contact-intro-title .g-hr-h:after {
	right: -13px;
}
.contact-intro-title .g-hr-h:after {
	display: inline-block;
	content: "";
	height: 1px;
	width: 60%;
	margin-top: 7px;
	vertical-align: top;
	position: relative;
	background-color: #e1e1e1;
}
.contact-intro-title .g-hr-h::before,
.g-hr-h::after {
	margin-top: 11px;
	background: #fff;
	height: 3px;
	border: 0px solid #ccc;
}
.contact-intro-title .g-hr-h h2 {
	display: inline-block;
	font-size: 25px;
	vertical-aligN: top;
	line-height: 20px;
	margin: 0 0 25px;
	color: #383838;
	font-weight: 300;
}
.orgbg.page-title {
	background: #ff6600;
	color: #fff;
}
.orgbg.page-title .page-breadcrumbd h2,
.orgbg.page-title .page-breadcrumbd a {
	margin: 0px;
	color: #fff;
	font-weight: 300;
}
#download-section ul,
#download-section li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#download-section ul {
	margin: 2em 0;
}
#download-section li {
	margin: 0 0 12px;
	margin-left: 2em;
	font-size: 18px;
	line-height: 23px;
}
#download-section li:before {
	content: '\f019';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #383838;
}
.left-border {
	border-left: 1px solid #ccc;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ccc;
}
/* comments media 



--------------------------*/

/* ================ footer section ================== */

.primary-footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.primary-footer {
	background: #e9f8fb;
	padding: 50px 0px 50px;
	color: #000;
}
.footer-widget {
	margin-bottom: 0px;
}
.footer-widget span {
	font-size: 13px;
	color: #fff;
}
.footer-widget p,
.footer-widget a {
	color: #fff;
}
.footer-widget h3 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 300;
}
.about-us p {
	margin-bottom: 30px;
}
.about-us img {
	margin-bottom: 28px;
}
.online-card img {
	margin-right: 5px;
}
/*Useful Link Widget*/

.usefull-link ul li a {
	display: block;
	padding: 7px 0;
	-webkit-transition: .3s;
	transition: .3s;
}
.usefull-link ul li a:hover {
	padding-left: 15px;
	color: #fff;
}
.usefull-link ul li a i {
	color: #fff;
	margin-right: 10px;
}
.usefull-link ul li:first-child {
	padding-top: 0;
}
/*Latest Post Widget*/

.latest-post ul li {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.latest-post ul li img {
	float: left;
	margin-right: 15px;
	border-radius: 3px;
}
.latest-post ul li p a {
	font-size: 17px;
	margin-bottom: 0;
	font-family: 'kievit';
	transition: all .3s;
}
.latest-post ul li p a:hover {
	color: #fff;
}
.latest-post ul li p {
	margin-bottom: 2px;
}
/*NewsLetter Subscription*/

.news-letter p {
	margin-bottom: 23px;
}
.subscribe-form {
	position: relative;
}
.subscribe-form button {
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	color: #ff6600;
	font-size: 20px;
	background: transparent;
}
.subscription-success {
	margin-top: 20px;
	margin-bottom: 0;
	color: #3c763d !important;
}
/* footer bottom 

--------------------------------*/

.copyright-wrapper {
	background: #f76300cf;
	padding: 25px 0px 8px;
}
.copyright-wrapper p {
	color: #fff;
}
.copyright-wrapper a {
	color: #fff;
}
.disclaimer {
	background: #494949;
	padding: 40px 0px;
}
.disclaimer p {
	color: #fff;
}
/*------------------------------------------------------------------------------------------------------*/

.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.header-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 363px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #CCCCCC;
}
.header-banner .banner-text h2 {
	color: rgba(255, 255, 255, 1)!important;
	font-size: 44px;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 300;
}
.header-banner .banner-text p {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 300;
}
.the-club-banner {
	background-image: url(img/the-club/the-club-header-bg.jpg)
}
h1.big-heading {
	font-size: 31px;
	text-align: center;
	line-height: 1.3;
	color: #363636;
	font-weight: 300;
}
h1.huge-heading {
	font-size: 43px;
	text-align: center;
	line-height: 1.3;
	color: #363636;
	font-weight: 300;
}
h3.medium-heading {
	font-size: 26px;
	line-height: 1.3;
	color: #363636;
	font-weight: 300;
	text-transform: none;
}
.empty_space100 {
	margin: 50px 0px;
	height: 1px;
	clear: both;
}
h1.section-title {
	color: #323436!important;
	font-size: 43px;
	line-height: 1.3em;
	margin-bottom: 0;
	font-weight: 500;
}
.section-bg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 455px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #CCCCCC;
	position: relative;
}
.sport-and-fitness {
	background-image: url(img/the-club/sport-and-fitness-bg.jpg);
}
.section-verlap {
	position: relative;
	top: -72px;
	min-height: 175px;
}
.section-verlap img {
	border-radius: 50%;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.main-section {
	position: relative;
}
.header-banner.pictures {
	min-height: 190px;
	background-color: #ff6407;
}
.central-park-banner {
	background-image: url(img/central-park/central-park-header-bg.jpg)
}
.open-parks {
	background-image: url(img/central-park/gardens-11.jpg);
	min-height: 100%;
	height: auto;
	padding: 4.3% 0;
	position: relative;
	opacity: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.over-box {
	background-color: #fff;
	padding: 25px;
	border-radius: 6px;
}
.over-box h2 {
	font-size: 29px;
	line-height: 1.3;
	color: #2f2f2f;
	text-align: center;
	font-weight: 300;
}
.over-box p {
	text-align: center;
	color: #2f2f2f !important;
}
.img-center {
	margin: 0 auto;
}
.art-and-culture-banner {
	background-image: url(img/art-and-culture/art0011.jpg)
}
.makerspace {
	background-image: url(img/art-and-culture/art0032.jpg);
	min-height: 100%;
	height: auto;
	padding: 9% 0;
	position: relative;
	opacity: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.makerspace h2 {
	font-size: 38px;
	line-height: 1.3;
	color: #323436;
	font-weight: 300;
	margin-bottom: 0px;
}
.makerspace p {
	font-size: 26px;
	line-height: 1.3;
	color: #323436;
	font-weight: 300;
	margin-bottom: 0px;
}
.inner-heading h1 {
	font-size: 34px;
	line-height: 1.3;
	font-weight: 300;
	color: #323436;
}
.gap30 {
	margin: 15px 0px;
	height: 1px;
	clear: both;
}
.visual-arts {
	background-image: url(img/art-and-culture/visual-art0011.jpg);
	min-height: 100%;
	height: auto;
	padding: 9% 0;
	position: relative;
	opacity: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.convenience-banner {
	background-image: url(img/convenience/convenience-shopping.jpg)
}
p.sub-heading-small {
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: 0px;
}
.icon-box {
	text-align: center;
}
.icon-box i {
	font-size: 34px;

	color: #ff6407;
	padding: 16px;
	border-radius: 85px;
	background-color: #fff;
	border: 2px solid #ff6407;
	margin-bottom: 20px;
	width: 74px;
	height: 74px;
}
.icon-box:hover i {
	color: #fff;
	background-color: #ff6407;
	border: 2px solid #ff6407;
}
.icon-box h3 {
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #323436;
	font-weight: 300;
}
.icon-box hr {
	width: 50px;
	margin: 0px auto 10px;
	border-top: 1px solid #eee;
}
.icon-box:hover hr {
	border-top: 1px solid #ff6407;
}
.gray-bg {
	background-color: #f6f6f6;
}
.padding-medium {
	padding: 50px 0;
}
.connectivity {
	margin: 20px auto 20px;
}
.connectivity h4 {
	text-align: center;
	display: block!important;
	max-width: 100%;
	margin: 0px auto 10px;
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 300;
}
.connectivity p {
	text-align: center;
	display: block!important;
	max-width: 100%;
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 300;
}
.flex-container-services {
	padding: 0;
	margin: auto;
	list-style: none;
	max-width: 1130px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
}
.flex-item-services {
	/*background: #f1f1f1;*/
	padding: 0px;
	width: 340px;
	height: 100px;
	margin: 10px 16px;
	color: white;
	font-weight: bold;
}
.title-services {
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #323436;
	text-align: left;
	font-weight: 300;
}
.content-services {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #323436;
	text-align: left;
	font-weight: 300;
}
.service-description {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin-bottom: 25px;
	color: #808080;
}
.separation-title {
	width: 100%;
	display: block;
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
}
.services-icon {
	float: left;
	overflow: hidden;
	font-size: 30px;
	margin: 0px 15px 100px 0;
}
.section-title.white {
	color: #fff !important;
	font-weight: 300;
}
.restaurants {
	background-image: url(img/convenience/bg1.jpg);
}
.restaurants.section-bg {
	min-height: 255px;
}
.modal-body {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.home-vedio h5 {
	margin-top: 20px;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	padding: 6px 12px;
	text-align: center;
	right: 1%;
	display: none;
	background-color: rgba(0, 0, 0, 0.67);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.scrollup:hover {
	background-color: #f16522;
}
.scrollup i {
	color: #fff;
	font-size: 24px;
}
.navbar-brand>img {
	width: 29% !important;
}
.tmdiv sup {
	font-size: 13px;
	top: -1.8em;
}
.selldocustom .selldof .title {
	display: none;
}
.selldocustom .selldof_row {
	width: 47%;
	float: left;
}
.selldocustom label {
	font-family: 'kievit';
	font-weight: 500 !important;
	font-size: 14px;
}
.selldocustom .selldof_row:nth-of-type(5) label {
	float: left;
	width: 100%;
}
.selldocustom .selldof_row:nth-of-type(5) label.checkbox {
	width: 25%;
	margin-top: 8px;
	line-height: 14px;
	height: 50px;
}
.selldocustom .selldof .btn {
	background-color: #ff6600;
	border-color: #ff6600;
	color: #fff;
	font-weight: 500;
	padding: 14px 30px;
	font-size: 16px;
	font-family: 'kievit';
}
.selldocustom .selldof .form-group input[type="text"],
.selldocustom .selldof .form-group input[type="phone"],
.selldocustom .selldof .form-group input[type="email"],
.selldocustom .selldof .form-control,
.sell_do_form_control {
	height: 50px;
	padding: 6px 20px;
	border: 1px solid #ccc;
	box-shadow: none;
	font-family: 'kievit';
	font-weight: 300;
	font-size: 16px;
}
.flotingmobile {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
}
#feedback-tab {
	position: fixed;

	right: -54px;
	text-transform: uppercase;
	top: 50%;
	float: left;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	width: 150px;
	height: 42px;
	background-color: rgb(241, 100, 33);
	margin-top: 0px;
	margin-left: -0px;
	padding-top: 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.popupdiv.selldocustom {
	padding: 25px;
}
.popupdiv.selldocustom .selldof label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 15px;
}
.modal-dialog.modal-lg .close {
	position: absolute;
	right: 10px;
	font-size: 46px;
	top: 7px;
	font-weight: 100;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}
@media all and (max-device-width: 1366px) {
	nav.navbar.bootsnav ul.nav>li>a {
		font-size: 12px !important;
	}
	.homepage-slider {
		width: 100%;
		height: 540px;
	}
	.copyright-wrapper {
		padding: 20px 0px 0;
	}
	.slider-content h1 {
		color: #ff6600!important;
		font-size: 42px;
		font-weight: 300;
		line-height: 43px;
		margin-bottom: 10px;
	}
	.customimg img {
		width: 65% !important;
		float: right;
	}
	.slider-content h5 {
		color: #383838;
	}
	.banner-text {
		position: relative;
		top: 27%;
	}
}
@media only screen and (max-device-width: 480px) {
	.section-padding {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.g-hr-h:after,
	.g-hr-h:before {
		display: none
	}
	.row[class*="col-"] {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-top-area .row[class*="col-"] {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.modal-body {
		padding: 0;
	}
	.nav-pills>li {
		width: 100%;
	}
	.contact-intro-title .g-hr-h:after {
		display: none;
	}
	.contact-intro-title .form-group {
		margin-bottom: 0px !important;
	}
	.formdiv .contact-form .row[class*="col-"] {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.formdiv .form-group {
		margin-bottom: 10px !important;
	}
	.homepage-slider {
		height: 235px;
	}
	.selldocustom .selldof_row {
		width: 100%;
		float: left;
	}
	.banner-text {
		position: relative;
		top: 48%;
	}
	.banner-text .container {
		padding: 0
	}
	.xs-column {
		flex-direction: column;
	}
	.bg-xs-none {
		background-image: none !important;
	}
	.vihaan-slide-1 {
		background-image:url(img/vihaan/slider-xs-1.jpg) !important;
	}
	.vihaan-slide-2 {
		background-image:url(img/vihaan/slider-xs-2.jpg) !important;
	}
	.vihaan-slide-3 {
		background-image:url(img/vihaan/slider-xs-3.jpg) !important;
	}
	.vihaan-slide-4 {
		background-image:url(img/vihaan/slider-xs-4.jpg)!important;
	}
	
	.startown-slide-1 {
		background-image:url(img/startown/startown-slider-1-xs.jpg)!important;
	}
	.startown-slide-2 {
		background-image:url(img/startown/startown-slider-1-xs.jpg)!important;
	}
	.mb-3-xs{
		margin-bottom:25px;
	}
	.mb-1-xs{
		margin-bottom:10px;
	}
	.pb-1-xs{
		padding-bottom:10px;
	}
	.navbar-brand>img {
	width: 25% !important;
}
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
	.g-hr-h:after,
	.g-hr-h:before {
		display: none
	}
	.row[class*="col-"] {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-top-area .row[class*="col-"] {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.modal-body {
		padding: 0;
	}
	.nav-pills>li {
		width: 100%;
	}
	.contact-intro-title .g-hr-h:after {
		display: none;
	}
	.formdiv .contact-form .row[class*="col-"] {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.formdiv .form-group {
		margin-bottom: 10px !important;
	}
	.homepage-slider {
		height: 235px;
	}
	.banner-text {
		position: relative;
		top: 48%;
	}
	.banner-text .container {
		padding: 0
	}
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	.banner-text {
		position: relative;
		top: 51%;
	}
	.banner-text .container {
		padding: 0
	}
}
/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}
/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {} .socliaicon {
	width:24px;
	height:24px;
	background:url(img/socialicon.png);
	display:block;
	border-radius:4px;
}
.facebook {
	background-position: 0 0;
}
.twitter {
	background-position: 58px 0;
}
.instagram {
	background-position: 116px 0;
}
/*-------New Home Page--------*/

.main-heading {
	font-size: 26px;
	line-height: 1.3;
	color: #fd6600;
	font-weight: 500;
}
.font-18 {
	font-size: 18px;
	line-height: 1.5;
}
.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters >[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.map-text {
	padding: 2rem;
	background: #e9f8fb;
}
.map-text h5 {
	font-size: 18px;
	line-height: 1.3;
	color: #fd6600;
	font-weight: 500;
	margin-bottom: 0;
}
/* .map-text img{
	max-width: none;
} */
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.m-0 {
	margin: 0 !important;
}
.mt-0,
.my-0 {
	margin-top: 0 !important;
}
.mr-0,
.mx-0 {
	margin-right: 0 !important;
}
.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
	margin-left: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3,
.my-3 {
	margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}
.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.mt-5,
.my-5 {
	margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}
.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0,
.py-0 {
	padding-top: 0 !important;
}
.pr-0,
.px-0 {
	padding-right: 0 !important;
}
.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
	padding-left: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3,
.py-3 {
	padding-top: 1rem !important;
}
.pr-3,
.px-3 {
	padding-right: 1rem !important;
}
.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
	padding-left: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.pt-5,
.py-5 {
	padding-top: 3rem !important;
}
.pr-5,
.px-5 {
	padding-right: 3rem !important;
}
.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
	padding-left: 3rem !important;
}
.m-n1 {
	margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}
.m-n2 {
	margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}
.m-n3 {
	margin: -1rem !important;
}
.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}
.m-n4 {
	margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}
.m-n5 {
	margin: -3rem !important;
}
.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto,
.my-auto {
	margin-top: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}
/*------Custom-----*/

.map-text h4 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	color: #414042;
	margin-bottom: 3px;
}
.thoughtful-design h2 {
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	text-align: center;
}
.thoughtful-design p {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
}
.city-residences h1 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 10px;
}
.city-residences h5 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	color: #000;
	margin-bottom: 2rem;
}
.btn.btn-default {
	font-size: 16px;
	color: #fd6600;
	text-transform: none;
	font-weight: 300;
	font-family: 'kievit';
	box-shadow: none;
	border: 1px solid #fd6600;
	border-radius: 0;
	padding: 0.4rem 2rem;
	line-height: 22px;
	background-color: transparent;
}
.btn.btn-default.btn-white {
	color: #fff;
	border: 1px solid #fff;
}
.btn.btn-default.btn-vihaan {
	color: #a89138;
	border: 1px solid #a89138;
}
.btn.btn-default.btn-startown {
	color: #0c2b48;
	border: 1px solid #0c2b48;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	cursor: pointer;
}
.image-h {
	border: 1px solid #e9e8e8;
	padding: 0.5rem;
}
.senior-living-bg {
	background-image: url(img/home/senior-living-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.vihaan-text {
	background-color: #a89138;
	padding: 4rem;
	color: #fff;
}
.vihaan-text h2 {
	font-size: 26px;
	line-height: 1.3;
	color: #fff;
	font-weight: 300;
}
.cust-iconbox.cust-iconbox {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 300;
	min-height: 37px;
	margin: 0.8rem 0.8rem 1rem;
}
.shuttle {
	background-image: url(img/home/icon/shuttle-services.png);
}
.social {
	background-image: url(img/home/icon/social-life.png);
}
.restaurants {
	background-image: url(img/home/icon/restaurants.png);
}
.housekeeping {
	background-image: url(img/home/icon/housekeeping.png);
}
.healthcare {
	background-image: url(img/home/icon/healthcare.png);
}
.security {
	background-image: url(img/home/icon/security.png);
}
.stores {
	background-image: url(img/home/icon/stores.png);
}
.guest-rooms {
	background-image: url(img/home/icon/guest-rooms.png);
}
.travel {
	background-image: url(img/home/icon/travel-desk.png);
}
.resident-doctors {
	background-image: url(img/home/icon/resident-doctors.png);
}
.ambulance {
	background-image: url(img/home/icon/ambulance.png);
}
.stabilizing {
	background-image: url(img/home/icon/stabilizing.png);
}
.vihaan-color {
	color: #a89138 !important;
}
.startown-color {
	color: #0c2b48 !important;
}
.town-center-bg {
	background-image: url(img/home/town-center-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.town-center-text {
	background-color: #0c2b48;
	padding: 4rem;
	color: #fff;
}
.town-center-text h2 {
	font-size: 26px;
	line-height: 1.3;
	color: #fff;
	font-weight: 300;
}
.store-advantages ul {
	padding-left: 15px;
}
.store-advantages ul li {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 0.8rem;
}
.travel-miles {
	background-color: #f5f5f5;
}
.travel-miles ul li.title {
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	font-weight: 500;
}
.award-and-membership h5 {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 2rem;
	text-align: center;
}
.rera-box {
	text-align: center;
	padding: 0.5rem;
	border: 1px solid #000;
	border-collapse: collapse;
	min-height: 85px;
	justify-content: center;
	color: #000;
}
.rera-box a {
	color: #000;
}
.rera-box hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid #000;
}
.rera-box.with-hr p {
	padding: 0.5rem 0.8rem;
	text-align: left;
}
.rera-numbers .col-md-12 {
	margin: 0;
	padding: 0;
}
.rera-numbers .rera-box {
	min-height: auto;
	padding: 0;
}
.black {
	color: #000 !important;
}
.disclaimer-section {
	background-color: #a2a7af;
	padding: 15px 0;
}
.disclaimer-section p {
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	font-weight: 200;
	margin-bottom: 0;
}
.disclaimer-section a {
	color: #fff;
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e9f8fb;
	background: #e9f8fb;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	color: #000;
	text-align: center;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-body p {
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.bb-0 {
	border-bottom: 0;
}
.br-0 {
	border-right: 0;
}
.selldo-intl-tel-input input[type="phone"] {
	padding-left: 45px !important;
}
.sell_do_form_actual_container .selldof_row:last-child {
	width: 100%;
}
.sell_do_form_actual_container .selldof_row:last-child .form-group {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}
/*------Vihaan------------**/
.position-relative {
    position: relative!important;
}
.senior-living-half.bg-right {
    background-image: url(img/vihaan/senior-living-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 6% 100%;
    padding: 4rem 0;
}
.bg-right-side {
    background-position: 95% !important;
}
.fancy-border {
    border: 2px solid #a89138;
}
.services-text {
    padding: 2rem 1rem;
}
.senior-living-half .main-heading {
    font-size: 22px;
    line-height: 1.3;
    color: #a89241;
    font-weight: 500;
}
#vihaan_slider .glyphicon-chevron-left:before,
#vihaan_slider .glyphicon-chevron-right:before{
    content: "";
}
.weight-medium{
	font-weight:500 !important;
}
.error {
    display: block;
	color:#fff;
	text-transform: none;
}
 .error{
     background: #F44C4C;
     padding: 10px;
     margin-bottom: 10px;
     border: 1px solid #FFCACA;
     border-radius: 5px;
     font-weight: normal;
}
.input-group-addon{
    background: transparent;
    border: 0;
    width: 30%;
    padding: 0;
    border-right: 0;
}
.phone-group {
    width: 100%;
    border-collapse: collapse;
    display: flex;
}
.phone-group .code {
    width: 30%;
}
.phone-group .code .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
	padding: 0.5rem;
}
.phone-group .input-div {
    width: 70%;
}
.phone-group .input-div .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

form{
	position:relative;
}
.spinner {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    padding:8%;
    background:rgba(255, 255, 255, 0.9);
}
.wait {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wait img{
    width: 100px;
    height: auto;
}
			
@keyframes rotating {
  from {
	transform: rotate(0deg);
  }
  to {
	transform: rotate(360deg);
  }
}


/* ------------July 2020----------------- */
.main-banner{position: relative; width: 100%;}
.bannerfloting {
    position: absolute;
    top: 2rem;
    left:5rem;
    min-height: 400px;
    z-index: 99;
}
.bannerfloting h1{font-size: 28px; font-weight: 500; margin: 2rem 0;}
.bannerfloting h1 small{font-weight: 500; font-size: 18px;    color: #000;line-height: 1.4;}
.bannerfloting h1 span{ color: #e95d0e;}
.slider-gt1 {
	background: url(img/grandtower/main-slider/desktop-24may.jpg) no-repeat;
	/*background: url(img/slider-bg/amphitheatre.jpg) no-repeat;*/
	background-size: cover;
}
.slider-gt2{
	background: url(img/grandtower/main-slider/desktop-24may1.jpg) no-repeat;
	background-size: cover;
}
/*.slider-gt3{*/
/*	background: url(img/grandtower/main-slider/manaslakebannerdesktop1.jpg) no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*.slider-gt4{*/
/*	background: url(img/grandtower/main-slider/manaslakebannerdesktop2.jpg) no-repeat;*/
/*	background-size: cover;*/
/*}*/
.homepage-slider{background-position: left top; height: 100vh;}
#my-pics .carousel-control.right {
    background-image:none !important;
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
section.skyi-grant {
    background-color: #e9f8fb;
    padding: 60px 0;
}
.title-1 {
    font-size: 28px;
    line-height: 1.3;
    color: #e95d0e;
    font-weight: 500;
    margin: 0 0 10px;
}
section.skyi-grant h3 {
    font-size: 18px;
    font-weight: 300;
}
.flatprice {
    font-size: 30px;
    color: #f16321 !important;
    font-weight: 500;
}
.flatprice span {
    font-size: 24px;
    color: #000000;
}
h1.fl {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 10px;
}
.btn-eq-btn {
    background-color: #f16421;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px !important;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-eq-btn.focus, .btn-eq-btn:focus, .btn-eq-btn .btn:hover{color: #fff; border: 0px;}
.btn-eq-btn.active.focus, .btn-eq-btn.active:focus, .btn-eq-btn.focus, .btn-eq-btn:active.focus, .btn-eq-btn:active:focus, .btn-eq-btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* MOBILE style */
@media screen and (max-width: 992px) {
    /*
     * In Mobile, hide the tabs controls and undo some potential damage done by the accordion
     */
    .responsive-tabs .nav-tabs,
    .responsive-tabs .tab-content .collapse.active:not(.in) {
        display: none;
    }
    .responsive-tabs .tab-content .collapse.in,
    .responsive-tabs .tab-content .collapsing {
        display: block;
    }
}

/* DESKTOP style */
@media screen and (min-width: 991px) {
    /*
     * In desktop, hide the accordion's controls and undo some potential damage done on the active tab
     */
    .responsive-tabs .panel-heading {
        display: none;
    }
    .responsive-tabs > .active {
        height: auto !important;
    }
}

/* To make it a bit prettier */
.wpcsection {
    padding: 60px 0;
}

.wpcsection .tab-content .panel-heading {
    padding: 0;
}
.wpcsection .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.wpcsection .tab-content a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: solid #ccc;
    border-width: 1px 0;
}
.wpcsection .nav-tabs > li {
    float:none;
    display: table-cell;
    width: 1%;
}
.wpcsection .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: #8a8f9b;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}
.wpcsection .nav-tabs>li.active>a, .wpcsection .nav-tabs>li.active>a:focus, .wpcsection .nav-tabs>li.active>a:hover {
	color: #f16421;
    background-color: #fff;
    border-color:transparent;
    border-bottom: 1px solid #f16421;
}
.orangetext{    color: #fd6600 !important;}
.font32{font-size: 32px !important;}
.the-club-banner-gtml {
    background-image: url(img/grandtower/The-SKYi-Club-new.png);
}
.tclubc{}
.tclubc h4 {
    color: #fd6600 !important;
    font-size: 26px;
    font-weight: 300;
    margin-top: 20px;
}
.tclubc ul {
    margin-left: 0px;
    padding-left: 0px;
}
.tclubc ul li {
    list-style: none;
    padding-left: 0px;
    font-size: 18px;
    line-height: 1.7;
}
.convenience-banner-new {
    background-image: url(img/grandtower/neighbourhood-new.jpg);
}
.newconveni{text-align: center; font-size: 33px;color: #fd6600 !important;}
.con-box{text-align: center; display: block;}
.con-box img {
    text-align: center;
    display: block;
    margin:1rem auto 2rem;
}
.con-box h4{font-size: 18px;}
.tgt-sup sup {
    font-size: 70%;
}
section.locat h5 {
    font-size: 17px !important;
    font-weight: 300;
    color: #4b4c4d;
    line-height: 28px;
}
.loction-new ul {
    margin: 1rem 0em 2em;
    padding-left: 0;
    list-style: none;
}
.commerdiv .con-box h2{font-size: 18px; font-weight: 500; color: #353535;}


div.col-sm-7.five-three {
width: 60% !important;
}

div.col-sm-5.five-two {
	width: 40% !important;
}
	@media (max-width: 768px) {
		div.col-sm-7.five-three {
			width: 100% !important;
			}
			
			div.col-sm-5.five-two {
				width: 100% !important;
			}
	}
	@media (min-width: 768px) {
		div.col-sm-7.five-three [class*="col-"],
		div.col-sm-5.five-two  [class*="col-"] 
		{
			padding-right: 6px !important;
			padding-left: 6px !important;
		}
		}


.residences-title{
    background: url(img/grandtower/residences/residences-banner.jpg);
    background-repeat: no-repeat;
    background-position: center 0!important;
}
.newfatfile h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #353535;
}
.light-bg-secondary{
    background: #fafafa !important;
}
.con-box-resi .con-box h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #f16421;
}
.con-box-resi .con-box img {
    margin: 1rem auto 1rem;
}
.vertical-align {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
	.header-banner {
		min-height: 283px;
	}
	nav.navbar.bootsnav ul.nav>li>a {
		font-size: 18px !important;    padding-left: 15px !important;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse {
		max-height: 370px;
	}
	.vertical-align {
		display: block;
		align-items: center;
	}
	.con-box-resi br{display: none;}

	.font-18,
	section.skyi-grant h3,
	section p,
	section.locat h5,
	section h5
	 {
		text-align: justify;
		text-align-last: center;
	}
	.map-text h5,  .map-text p{
		text-align: left;
		text-align-last: left;
	}

	.wpcsection .tab-content a {
		text-align: center;
		font-size: 20px;
		font-weight: 500;
	}
	.wpcsection {
		padding: 40px 0;
	}
	.mob-text-center{text-align: center;}
	.btn-eq-btn{display: block; margin: 0px auto;}
}

.modal-body input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #585454;
	font-size: 14px;
	font-weight: 500;
  }
  .modal-body input::-moz-placeholder { /* Firefox 19+ */
	color: #585454;
	font-size: 14px;
	font-weight: 500;
  }
  .modal-body input:-ms-input-placeholder { /* IE 10+ */
	color: #585454;
	font-size: 14px;
	font-weight: 500;
  }
  .modal-body input:-moz-placeholder { /* Firefox 18- */
	color: #585454;
	font-size: 14px;
	font-weight: 500;
  }
  .modal-body  .form-control {
    color: #585454;
    font-size: 14px;
    font-weight: 500;
}
.modal-body option{color: #585454; line-height: 1.4;
    font-size: 14px;
    font-weight: 500;}
.launching{
    display: block;
    background: #e95d0e;
    padding: 0.8rem;
    color: #fff;
    margin-bottom: 0.5rem;
    max-width: 120px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}


.bg-dgray {
    background-color: #848484;
}
.open-br {
    border-right: 1px solid #9f9f9f;
}
.open-bb {
    border-bottom: 1px solid #9f9f9f;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.open ul li {
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    margin: 30px 20px;
    display: flex;
    align-items: center;
    align-content: center;
    color: #fff;
}
.open ul li {
	text-align: left;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.spriteLogo1{
    background:url(img/img-icon.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    height: 45px;
}

.spriteLogo2 {
	background: url(img/img-icon.png);
	background-repeat: no-repeat;
	padding-left: 60px;
    height: 45px;
}

.icon-1 {
	background-position: 0px 0px;
}

.icon-2 {
	background-position: 0px -42px;
}

.icon-3 {
	background-position: 0px -84px;
}

.icon-4 {
	background-position: 0px -134px;
}

.icon-5 {
	background-position: 0px -182px;
}

.icon-6 {
	background-position: 0px -228px;
}

.icon-7 {
	background-position: 0px -60px;
}

.icon-8 {
	background-position: 0px -92px;
}
@media (max-width: 768px) {
	.open-br {
    border-right: 0;
}
.open-bb {
    border-bottom: 0 !important;
}
}
#grand-homes .carousel-control.left,
#grand-homes .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    color: #000;
}
#grand-homes .carousel-indicators li {
    border: 1px solid #ccc;
}
#grand-homes .carousel-indicators .active {
    background-color: #000;
}
@media screen and (min-width: 768px){
#grand-homes .carousel-indicators {
    bottom: -20px;
}
}