
@font-face {
    font-family: 'Novum';
    src: url('../font/Volvo_Novum_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Novum medium';
    src: url('../font/Volvo_Novum_Medium.ttf') format('truetype');
    font-weight: medium;
    font-style: medium;
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	background: #e8e8e8
}

::-webkit-scrollbar-thumb {
	background: #dacece;
}

::-webkit-scrollbar-thumb:hover {
	background: #afa7a7;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-os-font-smoothing: grayscale;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.agent-photo,
.amenities-card,
.cta,
.fixed-top,
.floor-plans,
.form-block button,
.form-block input,
.gallery-,
.nav-item a,
.project-card-,
.reviews-card,
.top-header .nav-link,
.top-header .nav-link:hover,
.top-header .sticky {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s
}

body {

	font-family: 'Novum medium' !important;

	color: #0a2233;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;


}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Novum;
	font-weight: 900
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .1px
}


a:hover {
	text-decoration: none
}

button:focus {
	outline: 0 !important
}

.padbtm0 {
	padding-bottom: 0 !important
}

.mt45 {
	margin-top: 45px
}

.mt15 {
	margin-top: 15px
}


	.pad-tb {
		padding-top: 66px;
		padding-bottom: 20px;
		background-color: #dbdbdb;
	}


.pad-t {

	padding-top: 90px;
}

.common-heading {
	padding: 0;
	text-align: center
}

.common-heading h2 {
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 20px
}

.common-heading p {
	font-size: 18px
}

.v-center {
	align-self: center
}

.navbar-toggler {
	background-color: #fff;
	border: 1px solid #fff
}

.top-header .sticky {
	background: #fafafa;
	-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
	box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08)
}

html body .top-header.header-2 .sticky .nav-link:hover {
	color: #4d4d4d;
	text-decoration:underline;
}

.top-header .nav-link:hover .nav-number {
	color: #f85359 !important
}

.top-header .nav-link {
	font-size: 18px;
	color: #0a2233
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(10 34 51)
}

.top-header .nav-link.active {
	color: #840031   !important
}

.top-header .nav-link.active:after {
	transition: all .2s linear 0s;
	background: #840031;
	width: 90%
}

.top-header .nav-link:after {
	content: '';
	display: block;
	height: 2px;
	text-align: center;
	left: 0;
	right: 0;
	width: 0;
	float: none;
	background: #f85359;
	transition: width .4s ease, background-color .4s ease;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin: 0 auto;
	position: relative;
	bottom: -4px
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding-top: 0;
	padding-bottom: 0;
	height: 80px;
	background: #fafafa;
	-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
	box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08)
}

.brand-logo a {
	display: block
}

.header-right ul li:after {
	content: "";
	position: absolute;
	border-right: 1px solid #eee;
	height: 30px;
	right: -12px;
	top: 10px
}

.header-right ul li:last-child:after {
	content: "";
	position: absolute;
	border-right: 0 solid #eee
}

.hero-section {
	position: relative;
	overflow: hidden;
	background: url(../images/hero/hero-bg.png) #fff;
	padding-top: 170px;
	padding-bottom: 170px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover
}

.header-heading {
	margin: 0 50px 0 0
}

.header-heading h1 {
	font-weight: 700;
	font-size: 55px;
	line-height: 1.3;
	margin-bottom: 25px
}

.header-heading p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 35px;
	font-weight: 500
}

.single-image .item {
	border-radius: 6px 6px 6px 50px;
	overflow: hidden
}

.owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #000;
	transform: translate3d(0, -50%, 0) scale(.7);
	transition: all 250ms ease-out 0s
}

.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
	position: absolute;
	transition: all 250ms ease-out 0s
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block
}

.owl-carousel .owl-dots .owl-dot span {
	background: #000;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0, -50%, 0) scale(.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px
}

.project-card-:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.project-card- {
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	top: 0;
	position: relative
}

.project-card img {
	width: 100%
}


.home-details {
	padding: 20px;
	border: 1px solid #e8e8ef;
	border-radius: 0 0 6px 6px
}

.home-details h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 4px
}

.feature-list {
	margin: 10px 0 0;
	color: #0a2233
}





.feature-image {
	border-radius: 6px 6px 6px 50px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}



.floor-img img {
	width: 100%
}



.specification-section {
	background: #fcfbfa;
}

.list-features li {
	color: #0a2233;
	background: url(../images/common/check-mark.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-left: 30px;
	margin-top: 10px
}

.h4-heading {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px
}

.cta-section:before {
	content: "";
	position: absolute;
	background: rgba(10, 34, 51, .9);
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0
}

.cta-section {
	background: url(../images/common/dots.png);
	position: relative
}

.mt30 {
	margin-top: 30px
}

.mt30a {
	margin-top: 30px
}

.cta-heading p {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	line-height: 1.5;
	font-family: Merriweather
}

.cta:hover {
	background-color: #0a2233;
	color: #fff;
	top: -5px;
	box-shadow: 0 5px 10px rgba(10, 34, 51, .2)
}

.cta {
	font-size: 16px;
	font-weight: 400;
	font-family: Merriweather;
	padding: 0 45px;
	line-height: 60px;
	text-align: center;
	outline: 0;
	color: #fff;
	background-color: #f85359;
	border: none;
	border-radius: 6px;
	display: inline-block;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	top: 0;
	position: relative
}

.cta:hover {
	color: #fff
}

.mt20 {
	margin-top: 12px
}

.cta-text {
	align-self: center
}

.gallery-section {
	background: #f4f6f8
}

.gallery-:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.gallery- {
	position: relative;
	top: 0;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	margin: 30px 0 0
}

.gallery- a img {
	display: block;
	border-radius: 6px
}

.location-section iframe {
	width: 100%;
	height: 300px;
	border-radius: 6px
}

.loc-adlit li {
	list-style: none;
	padding: 0 0 5px;
	font-size: 16px
}

.loc-adlit li span {
	list-style: none;
	text-align: right;
	float: right;
	font-weight: 700
}


.social-links- a {
	color: #0a2233;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	border: 1px solid #e8e8ef;
	padding: 8px;
	width: 32px;
	height: 32px;
	text-align: center;
	margin: 0 10px 0 0;
	border-radius: 4px
}

.social-links- {
	margin: 10px 0 0
}

.agent-details h5 {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5
}

.agent-details p {
	font-size: 16px;
	padding: 0 0 10px
}

.agent-details p span {
	font-weight: 600
}

.agent-photo:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.agent-photo {
	text-align: left;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	position: relative;
	top: 0;
	border: 1px solid #e8e8ef
}

.reviews-card:hover {
	box-shadow: 0 0 10px #e6e3e3;
	top: -5px
}

.reviews-section .owl-carousel .owl-dots {
	margin: 5px 0 0
}

.reviews-card span {
	font-size: 30px;
	color: #f85359
}

.reviews-card {
	text-align: center;
	background: url(../images/common/pricing-bottom-bg.png) #fff;
	border-radius: 6px;
	padding: 30px;
	margin: 5px 0;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	position: relative;
	top: 0;
	border: 1px solid #e8e8ef;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	cursor: grab
}

.reviews-card img {
	border-radius: 100px;
	max-width: 140px;
	margin: 0 auto 15px
}

.reviews-card h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 0
}

.reviews-card h4 span {
	font-weight: 400;
	display: block;
	font-size: 16px;
	margin: 8px 0 20px;
	color: #0a2233;
	font-family: Assistant, sans-serif
}

.project-logo-section {
	background: #f4f6f8
}

.project-logo img {
	margin: 0 auto;
	display: block
}

.opl ul {
	overflow: hidden
}

.opl ul li:before {
	content: "";
	height: 100%;
	top: 0;
	left: -1px;
	position: absolute;
	border-left: 1px solid #e6e6e6
}

.opl ul li {
	width: 20%;
	float: left;
	position: relative;
	padding: 0 30px
}

.enquire-form {
	background: url(../images/common/buildings.png);
	background-repeat: no-repeat;
	background-position: center bottom
}

.cta-heading-2 img {
	margin: 0 0 20px
}

.cta-heading-2 {
	margin-right: 50px
}

.cta-heading-2 h2 {
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	padding-bottom: 20px;
	color: #0a2233
}

.cta-heading-2 p {
	padding-bottom: 20px
}

.form-block {
	background: rgba(255, 255, 255, .85);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	border: 1px solid #e8e8ef
}

.form-block form {
	padding: 0 20px 30px
}

.form-block input:focus,
.form-block textarea:focus {
	border: 1px solid #f85359
}

.form-block input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	margin: 0 0 10px;
	border-radius: 6px;
	color: #172b43;
	font-size: 16px;
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	border: 1px solid #e6e6e6
}

.form-block textarea {
	max-height: 200px;
	width: 100%;
	padding: 15px;
	margin: 0 0 10px;
	border-radius: 6px;
	color: #172b43;
	font-size: 16px;
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	border: 1px solid #e6e6e6
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #f85359;
	background-color: #f85359
}

.custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #ffbc80
}

.custom-control-label::before {
	position: absolute;
	top: -1px;
	left: -1.5rem;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: -3px;
	left: -26px;
	display: block;
	width: 25px;
	height: 25px;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-control {
	margin-bottom: 10px
}

.form-block label input {
	height: 20px;
	width: 20px;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0
}

.fieldsets label {
	position: relative;
	top: -10px;
	font-size: 14px;
	color: #f85359;
	margin: 0;
	padding: 0
}

.custom-control label {
	text-indent: -21px;
	padding: 0 0 0 21px;
	font-size: 13px
}

.form-block label a {
	color: #000
}

.form-header {
	text-align: center;
	border-bottom: 3px solid #f85359;
	padding: 20px 0;
	margin: 0 0 20px;
	background-color: #fff5f5
}

.form-header h2 span {
	font-size: 36px;
	display: block;
	font-weight: 700;
	color: #0a2233
}

.form-header p {
	text-align: center
}

.form-block p.trm {
	font-size: 13px;
	width: 100%;
	text-align: center;
	margin: 10px 0 0
}

.form-block p.trm i {
	padding: 5px 5px 0 0
}

.form-block button:hover {
	background-color: #0a2233
}

.form-block button {
	font-size: 16px;
	font-weight: 400;
	font-family: Merriweather;
	padding: 0 40px;
	line-height: 60px;
	text-align: center;
	outline: 0;
	color: #fff;
	background-color: #000;
	border: none;
	border-radius: 6px;
	width: 100%;
	-webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
	box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.pl0 {
	padding-left: 0 !important
}

footer {
	background: #0a2233;
/*	padding: 90px 0 25px;*/
	color: #fff
}

.footer- a img {
	width: 100px
}

footer h3 {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 700
}

.footer- p {
	text-align: center;
	padding: 25px 0 0;
	font-size: 15px;
	font-weight: 500;
	color: #fff
}

.footer- a {
	display: block;
	margin: 0 0 25px
}

.footer-block {
	padding: 20px 0
}

.social-links {
	text-align: right
}

.social-links a {
	color: #0a2233;
	font-size: 25px;
	line-height: 1
}

.footer-address-list li i {
	margin: 0 5px 0 0
}

.copyright {
	border-top: 1px solid #13334a;
	margin-top: 0px
}

.footer-address-list li {
	font-size: 16px;
	text-indent: -12px;
	padding-left: 25px;
	line-height: 35px
}

.footer-social-media-icons a {
	color: #fff;
	font-size: 16px;
	border: 1px solid #cacaca;
	border-radius: 4px;
	margin: 0 2px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 34px
}

.footer-social-media-icons a.facebook {
	background: #0069f7;
	border-color: #0069f7
}

.footer-social-media-icons a.twitter {
	background: #00c6f7;
	border-color: #00c6f7
}

.footer-social-media-icons a.instagram {
	background: #d62977;
	border-color: #d62977
}

.footer-social-media-icons a.linkedin {
	background: #0e72a3;
	border-color: #0e72a3
}

.footer-address-list li a {
	color: #fff
}

.v-center {
	align-items: center;
	align-self: center
}

.index2 h1,
.index2 h2 {
	font-family: 'Novum', sans-serif;
	font-weight: 700
}

.common-heading-2 p {
	font-size: 18px;
	line-height:2;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4
}

.h1 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 800
}

.h2 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 800
}

.h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 800
}

.h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600
}

.h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600
}

.h6 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px
}

html .mr5 {
	margin-right: 5px
}

.hero-slider {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0
}

.hero-slider .slide-inner {
	position: relative
}

.hero-slider .slide-inner:before {
	content: "";
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: .25;
	top: 0;
	left: 0;
	right: 0
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
	background: 0 0;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px)
}

.hero-slider .swiper-button-prev:before {
	font-family: "font awesome 5 free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900
}

.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px)
}

.hero-slider .swiper-button-next:before {
	font-family: "font awesome 5 free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block;
	font-weight: 900
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: .3;
	background: #fff;
	transition: all .2s ease
}

.hero-slider .swiper-pagination-bullet-active {
	opacity: 1
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px
}

.swiper-pagination {
	text-align: left
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%)
}

.hero-style .slide-btns,
.hero-style .slide-text,
.hero-style .slide-title {
	max-width: 690px
}

.hero-style .slide-title h2 {
	font-size: 60px;
	font-weight: 400;
	line-height: 70px;
	color: #fff;
	margin: 0 0 20px;
	transition: all .4s ease;
	font-family: 'dm serif display', serif
}

.hero-style .slide-text p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: normal;
	color: #fff;
	margin: 0 0 30px;
	transition: all .4s ease
}

.hero-style .slide-btns>a:first-child {
	margin-right: 10px
}

html body .top-header.header-2 .nav-link {
	font-weight: 500;
	font-size: 18px;
	color: #000;
}

html body .top-header.header-2 .sticky .nav-link {
	font-weight: 500;
	font-size: 18px;
	color: #0a2233
}

.form-block select {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	margin: 0 0 10px;
	border-radius: 6px;
	color: #172b43;
	font-size: 16px;
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgb(91 130 148/8%);
	box-shadow: 0 3px 6px rgb(91 130 148/8%);
	border: 1px solid #e6e6e6
}

.form-block textarea {
	max-height: 100px
}

.featurelistgere {
	display: grid;
	grid-template-columns: 100% auto
}

.featurelist-1 {
	background: #0a2233;
	color: #fff;
	display: grid;
	grid-template-columns: auto auto auto auto
}

.featurelist-2 {
	background: #f85359;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.flst {
	padding: 30px
}

.icon- {
	width: 50px;
	height: 50px;
	display: flex;
	text-align: center;
	font-size: 20px;
	margin-right: 15px;
	border-radius: 100px;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center
}

.icon- img {
	width: 100%
}

.icondata p span {
	font-size: 28px;
	font-weight: bolder;
	display: block
}

.flst2 p {
	text-align: left
}

.flst2 p span {
	display: block;
	font-size: 25px;
	font-weight: 700
}

.whatwedonw {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 30px
}

.itawastats p  {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.pad-t-b {
 
   padding-top: 30px;

}

#higlights {

	background-color: #caba8b;
}

#higlights .mb15 {

   color: #fff;

}

.list-features  li i {

	padding-right: 5px;
}

.about-feature h3 {

	color: #000 !important;
}



.itawastats {

	 text-align: center;
	 background: #840031;
    border-radius: 15px;
   
}

.itawastats p:last-child {
	font-size: 16px !important;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600
}

.crdinfo h3 {
	font-size: 20px;
	font-family: Merriweather, serif;
	margin-bottom: 10px
}

.halfsec {
	display: grid;
	grid-template-columns: 50% 50%
}

.bghalfimg {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.content-column {
	background: #fff5f5;
	padding: 70px 40px
}

.innnerclm {
	max-width: 600px
}

.fltwithiconss .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row
}

.fltwithiconss .nav-link1 {
	display: block;
	text-align: center;
	color: #0a2233;
	font-weight: 600
}

.fltwithiconss .nav-link1.active {
	color: #f85359
}

.fltwithiconss .nav-item a:hover {
	color: #f85359
}

.fltwithiconss .nav-link1 span {
	display: block;
	font-size: 44px;
	font-weight: 400
}

.loc-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 30px;
	justify-content: space-between;
	justify-items: stretch
}

.loc-list li {
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.loc-list li img {
	display: block;
	max-width: 100px;
	margin: 0 auto 15px;
	background: #840031 !important;
	padding: 15px !important;
    border-radius: 10% !important;
}

#location .mb15 {

	color: #fff;
}

.loc-list li span {
	display: block
}

.cta-section-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff
}

.cta-section-1 h2 {
	color: #fff;
	font-weight: 400;
	font-size: 45px;
	margin-bottom: 15px
}

.cta-section-1:before {
	content: "";
	position: absolute;
	background: rgb(0 0 0/40%);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0
}

.callnow {
	color: #fff;
	display: block;
	font-size: 26px
}

.callnow:hover {
	color: #fff
}

.gallery-section2 {
	background: #fff
}

.button1 {
	color: #fff;
	background-color:#840031;
}

html body .button1:hover {
	color: #fff;
	background-color: #840031;
}

.button2 {
	color: #0a2233;
	background-color: #ffeba1
}

html body .button2:hover {
	color: #fff;
	background-color: #f85359
}

.bttn {
	font-size: 16px;
	font-weight: 400;
	font-family: Merriweather;
	padding: 0 45px;
	line-height: 60px;
	text-align: center;
	outline: 0;
	border: none;
	border-radius: 6px;
	display: inline-block;
	-webkit-box-shadow: 0 3px 6px rgb(91 130 148/8%);
	box-shadow: 0 3px 6px rgb(91 130 148/8%);
	top: 0;
	position: relative
}

html body .top-header.header-2 .navbutton {
	line-height: 42px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	margin-left: 15px
}

.icon-bar {
	width: 24px;
	height: 3px;
	background-color: #0a2233;
	display: block;
	transition: all .2s;
	margin-top: 4px
}


.sticky .icon-bar {
	background-color: #000
}

.navbar-toggler {
	background-color: transparent;
	border: 0 solid transparent
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%
}

.navbar-toggler .middle-bar {
	opacity: 0
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%
}

.navbar-toggler.collapsed .bottom-bar,
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0)
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1
}

.nnv {
	display: flex
}

form#contactForm button#form-submit {
    background: #840031 !important;
    color: #fff;
    opacity: 1 !important;
    width: 50% !important;
}
.index2 .icon-bar {
    background-color: #0a2233 !important;
}
@media(max-width:767px){
.extrabtn {
    position: fixed !important;
    right: 0 !important;
    bottom: 15px !important;
    top:revert !important;
}
    a.navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-nav {
    margin: 0 20px !important;
}
}
section#home {
    padding-top: 80px;
}
section#home .col-lg-9{
    padding:0 !important;
}




.anand-nagar-contact {
    position: fixed;
    right: 50px;
    top: 35%;
    z-index: 100;
}
.anand-nagar-contact ul {
    padding: 10px 10px 10px 10px;
	margin: 0px -47px 0px 0px;
    text-align: center;
    background: #b3b3b4;
    border-radius: 50px;
 
}
.anand-nagar-contact ul li {
    list-style: none;
    padding: 15px 10px;
}
.anand-nagar-contact ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.anand-nagar-contact ul li a i{
    font-size: 25px;
    color: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.anand-nagar-contact{
	display: block;
}
@media(min-width:320px){
	.anand-nagar-contact{
		display: none;
	}
}
@media(min-width:690px){
	.anand-nagar-contact{
		display: none;
	}
}
@media(min-width:1020px){
	.anand-nagar-contact{
		display: block;
	}
}



/**********slider********/

@media(min-width:320px){
	.copyright-ayatiworks img{
		width:8%;
		}
}
@media(min-width:690px){
	.copyright-ayatiworks img{
		width:8%;
		}
}
@media(min-width:1024px){
	.copyright-ayatiworks img{
		width:5%;
		}
}

   #description{
	font-size: 24px;
}

.form-control {

	border: 1px solid #A7A8A9 !important;
}

.form-wrap{
	background:#E1DFDD;
	/*width: 100%;*/
	/*max-width: 850px;*/
	padding: 30px;
	margin: 10px 10px 10px 10px;
	position: relative;
	/*-webkit-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);

}
.form-wrap:before{
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.form-group{
	margin-bottom: 25px;
}
.form-group > label{
	display: block;
	font-size: 14px;	
	color: #000;
}
.custom-control-label{
	color: #000;
	font-size: 14px;
}
.form-control{
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control:focus{
	border-color: #00bcd9;

}
textarea.form-control{
	height: 160px;
	padding-top: 15px;
	resize: none;
}

.btn{
	padding: .657rem .75rem;
	font-size: 14px  !important;
	letter-spacing: 0.050em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover {
  color: #000;
  background-color: #ffffff;
  border-color:#fff;

}

.btn-primary:focus, .btn-primary.focus {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
 
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
}

ul{
	list-style:block;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 40px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 39px;
	line-height: 39px;
	border-radius:5px;
	border-left: none;
	margin-bottom: -1px;
	background: #F0F0F0;
	overflow: hidden;
	position: relative;
	margin-right:5px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	border-radius:5px;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fd8300;
	
	border-bottom: 1px solid #fff;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 15px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 20px;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


/******test**********/
			.secheader1{
				padding-top: 66px;
					padding-bottom: 60px;	
			}
			.secheader{
				padding-top: 66px;
					padding-bottom: 20px;	
			}
		
		
				.points {
					font-size: 18px;
					line-height: 30px !important;
				}
			
			.modelsbutton{
				margin-right:10px;
			}
		.tab-para{
			margin-left: 20px;
				margin-top: 1%;
		}

		.tab-button{
	background-color: #fff;
				color: #000;
				font-weight: 500;
		}
		.nav-link.active{
			background-color: #000 !important;
			color: #fff;
			font-weight:500;
		  }
		/* Sidebar style */
		.sidebar {
			height: 100%;
			background-color: #f8f9fa;
			padding-top: 20px;
		  }
		  .sidebar .nav-link {
			color: #333;
			font-size: 18px;
			padding: 15px;
			text-align: left;
		  }
		  .sidebar .nav-link.active {
			background-color: #007bff;
			color: white;
		  }
		  
		  /* Gallery content area */
		  .gallery-content {
			padding: 20px;
		  }
		  .gallery-item {
			margin-bottom: 30px;
			transition: all 0.4s ease;
			position: relative;
		  }
		  .gallery-item img {
			width: 100%;
			border-radius: 5px;
			transition: transform 0.5s ease;
		  }
		  .gallery-item:hover img {
			transform: scale(1.05);
		  }
		  .caption {
			text-align: center;
			margin-top: 10px;
			font-size: 18px;
		  }
		  
		  /* Responsive design */
		  @media (max-width: 768px) {
			.sidebar {
			  height: auto;
			  padding-top: 10px;
			}
		  }
		
		  .main-form-button{
			background-color: #1c6eba !important;
			border: 1px solid #000 !important;
			color: #fff !important;
		  }
		  .main-form-button:hover{
			background-color: #000 !important;
			border: 1px solid #000 !important;
			color: #fff !important;
		  }
		  #main-form-button1{
		
				padding: 10px 10px 10px 10px!important;
				border-radius: 10px !important;
			
		  }
		  #main-form-button1:hover{
			background-color: #000 !important;
			border: 1px solid #000 !important;
			color: #fff !important;
		  }
		  
		  
		  
		  
		  
		  	/*********mobilebutton****/
		#mobileid {
			display: none;
		}
		@media (max-width: 767px) {
			#mobileid {
				display: block;
			}
		}
	
		@media (max-width: 767px) {
			.mfix {
				display: block;
				position: fixed;
				width: 100%;
				bottom: 0;
				z-index: 999;
			}
		}
		.mfix .mrow {
			display: flex;
			flex-wrap: wrap;
			-ms-flex-align: center!important;
			align-items: center!important;
		}
		@media (max-width: 767px) {
			.mcol {
				align-items: center !important;
				display: flex;
				width: 50%;
			}
		}
		@media (max-width: 767px) {
			.enq {
				background: #000;
			}
		}
		.last-mobile-button {
			height: 45px;
		}
		@media (max-width: 767px) {
		.mfix a {
			display: block;
			width: 100%;
			height: 100%;
			font-size: 18px;
			color: #fff;
			padding: 10px;
		}
	}
	@media (max-width: 767px) {
		.mcall {
			background: #3d3d3f;
		}
	}

	@media (min-width: 320px) {
	.footer-copyright{

    margin-bottom: 66px;

	}
}
@media (min-width: 690px) {
	.footer-copyright{

    margin-bottom: 0px;

	}
}
@media (min-width: 1024px) {
	.footer-copyright{

    margin-bottom: 0px;

	}
}


.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
@media (min-width: 690px) {
    .back-to-top {
        right: 20px;
        bottom: 90px;
    }
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 20px;
    bottom: 75px;
    z-index: 996;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
@media (min-width: 320px){
.privacy-policy{
    margin-bottom:56px;
     text-align:center;
}
}
@media (min-width: 690px){
.privacy-policy{
    margin-bottom:50px;
      text-align:center;
}
}
@media (min-width: 1024px){
.privacy-policy{
    margin-bottom:0px;
            text-align: right;
}
}

.policy_breadcrumb {
    color: #000 !important;
}

.policy_breadcrumb:hover {
    color: blue;
}


.tabpara-img {

	background: #E1DFDD; 
}

.tabpara-img img {
 
    padding: 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.0rem + 2px) !important;
}
.form-control {

	font-size: 14px !important;
}