* {
	font-family: 'Lato';
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	/* Hide horizontal scrollbar */
}

.text-center img {
	display: inline-block;
}

header .mainmenu {
	padding-top: 18px;
	height: 75px;
}

header {
	padding: 0px;
}

.header-logo img {
	width: 305px;
	/* background: #550715; */
}

header .mainmenu ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
}

header .mainmenu ul li a {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #ffffff !important;

}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #fff;
}

header .mainmenu ul li {
	padding: 0px 22px;
}

header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}

/*************SUB MENU*************/
.mainmenu .sub-menu {
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

.mainmenu li:last-child:hover .sub-menu {
	right: 0;
}

.mainmenu li:hover .sub-menu {
	display: block;
}

.mainmenu .sub-menu li {
	padding: 0px !important;
}

.mainmenu .sub-menu li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
	transition: all 1s ease-in-out 0s;
}

.mainmenu .sub-menu li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}

.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
	margin: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
	font-family: 'ProximaNova-Regular';
	font-size: 15px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #062f59;
}

header .header-bottom {
	position: relative;
}

header .mainmenu .navbar-nav a {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #000000;
	position: relative;
	z-index: 999999;
}

header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 24%;
	width: 47%;
	margin: auto;
	text-align: center;
}

header .banner-contents h3 {
	font-size: 57px;
	color: #000000;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

.banner-contents p {
	font-size: 21px;
	color: #313131;
	line-height: 1.7;
	padding-top: 10px;
}

.banner-contents a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	border: 2px solid #062f59;
	background-color: #062f59;
	padding: 10px 22px;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 50px;
	outline: none !important;
}

header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 50px;
	outline: none !important;
}

/**********CAROUSEL DOTS***************/
/* header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border: 1px solid #fff;
	transform: scale(1.5);
} */
.owl-carousel.owl-theme.owl-carousel-banner.owl-loaded.owl-drag {
	z-index: inherit;
}

header .header-bottom .owl-theme .owl-controls {
	margin-top: 0;
}

header .header-bottom .owl-dots {
	bottom: 8%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}

header .header-bottom .owl-dot {
	width: 20px;
	height: 20px;
	background-color: #fff !important;
	margin: 5px 7px;
	border-radius: 50%;
	border: 1px solid #fff;
}

header .header-bottom .owl-dot.active {
	background-color: transparent !important;
	border: 1px solid #fff;
	transform: scale(1.4);
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	width: 12px;
	height: 12px;
	margin: 3px;
}

.header-bottom .owl-carousel-banner {
	z-index: inherit;
}

header .header-bottom .owl-dots {
	bottom: 3%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}

/* .banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
} */
header .service-page .banner-contents {
	position: absolute;
	left: -36%;
	right: 0;
	top: 46%;
	width: 47%;
	text-align: center;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}

.footer-wrap h3 {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
}

.footer-wrap ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}

.menu-first {
	padding-left: 56px;
}

.footer-wrap .menu-first ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.conatact1 span {
	display: block;
}

.footer-wrap ul li {
	padding-bottom: 5px;
}

.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}

.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}

.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}

.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}

.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}

.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.social-icons ul li {
	padding-right: 8px;
}

.copyrights p {
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 0px;
}

.copyrights p {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
}

.copyrights p a {
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
	margin-bottom: 0px;
}

.footer-main-by {
	color: #fff !important;
}

.footer-main-by a {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
}

.footer-main-btn a {
	font-family: 'ProximaNova-Regular';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff !important;
	border-radius: 3px;
	padding: 10px 15px;
	/*background: -moz-linear-gradient(top, #eaca43 0%,#fef785 100%);
	background: -webkit-linear-gradient(top, #eaca43 0%,#fef785 100%);
	background: linear-gradient(to bottom, #eaca43 0%,#fef785 100%);*/
	background: #550715;
}

.top-arrow-link {
	position: absolute;
	right: 3%;
	top: 78%;
	z-index: 99;
}

footer {
	position: relative;
}

.footer-section {
	padding: 20px 0px;
	background-image: url('img/Kingdom of joy/texture copy-test1.jpg');
	/*background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
	background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%);*/
	/* background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%); */
	border-top: solid #ecc647 6px;
}

/* css start */
header .header-logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 9;
	text-align: center;
}

.menu-left {
	float: left;
	margin-left: 125px;
	padding-top: 0px;
	margin-top: -15px;
}

.header-top {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	min-height: 110px;
	background-image: url('img/Kingdom of joy/texture copy-test1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: #000 0px -1px 10px 4px;
}

.about-main-left span {
	font-weight: 700;
	font-family: 'ProximaNova-Regular';
	font-size: 16px;
	color: #003235;
	background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	padding: 10px 25px;
	border-radius: 8px;
}

.menu-right {
	float: right;
	margin-right: 110px;
	margin-top: -15px;
}

header .mainmenu .navbar-nav a {
	font-size: 16px;
}

header .header-bottom {
	position: relative;
	padding-top: 110px;
}

.banner-shape {
	position: absolute;
	left: 70%;
	top: 20%;
	z-index: 9;
	width: 26%;
	/*background: -moz-linear-gradient(top, #003235 0%,#008279 100%);
	background: -webkit-linear-gradient(top,#003235 0%,#008279 100%);
	background: linear-gradient(to bottom, #003235 0%,#008279 100%);*/

	/*	background: #2f3f3f;*/

	/* background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%); */

	/*	border: 2px solid #fff;*/
	box-shadow: 0px 0px 1px 1px #0d0d0d;
	background: #ffffff;
}

#mainform {
	/* padding: 70px 20px; */
	/* border: 3px solid #f9ea74;  */
	/* padding: 25px 20px; */

}

#mainform img {
	width: 50%;
}

.banner-shape h4 {
	font-family: 'ProximaNova-Regular';
	text-decoration: none;
	font-size: 20px;
	color: #000;
	padding: 10px 0px;
	font-weight: 900;
}

.form-control {
	border-radius: 1px !important;
	padding: 16px 8px;
	border: solid 1px #bd941a;
	height: 40px;
}

#submitbtn {
	font-family: 'ProximaNovaA-Bold';
	/*background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);*/
	background: #550715;
	width: 93%;
	border-radius: 2px;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	/*	box-shadow: inset 0px 2px 10px #fefb86;*/
}

.about-section {
	/* background-color: #550715; */
	background-image: url('img/Kingdom of joy/texture copy-test1.jpg');
	padding: 50px 0px;
	/* border-top: solid #ecc647 6px; */

}

.site-plan {
	border-top: solid #ecc647 6px;
}

.maha-heading h2 {
	text-transform: uppercase;
	position: relative;
	font-family: 'ProximaNova-Bold';
	font-weight: 700;
	font-size: 45px;
	/* color: #f5e168; */
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 74px;
	text-align: center;
}

.about-text-main h4 {
	margin: 40px 0px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
	font-weight: 700;
	font-size: 26px;
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.maha-heading.location-txt.white-text p {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

.maha-heading p {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: #000 3px 5px 4px;
	line-height: 40px;
}

/* .maha-heading h2::before {
	position: absolute;
	content: "";
	height: 50px;
	width: 5px;
	left: 45%;
	background-color: #f5e168;
	top: -23%;
} */
/* .maha-heading h2::after {
	position: absolute;
	content: "";
	height: 50px;
	width: 5px;
	left: 44%;
	background-color: #f5e168;
	top: 143%;
} */

.about-left-text {
	/* background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%); */
	padding: 30px 8px;
	border-radius: 5px;
	/* box-shadow: #000 10px 10px 10px -2px; */
	background-position: center;
	background-size: cover;
	background-color: #000000cc;
	margin-right: -60px;
	/* background-image:url('img/Kingdom of joy/texture copy-test1.jpg'); */
}

.about-left-text h5 {
	color: #550715;
	margin: 0px;
	font-family: 'ProximaNova-Black';
	font-weight: 500;
	font-size: 26px;
}

.about-left-text p {
	color: #fff;
	font-family: 'lato';
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	padding: 25px;
}

.main-text-top {
	padding: 50px 0px;
}

.contown-section {
	background-image: url("img/Kingdom of joy/welcome-bg.jpeg");
	background-size: 100% 100%;
	padding: 60px 0px;
	border-top: solid #ecc647 6px;
	border-bottom: solid #ecc647 6px;
}

.maha-heading.white-text h2 {
	color: #003235 !important;
	background: -webkit-linear-gradient(rgb(0, 50, 53), rgb(0, 50, 53));
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 50px;
	margin-bottom: 40px;
}

.maha-heading.white-text h2::after {
	background-color: #003235;
}

.maha-left h3 {
	color: #fff;
	font-family: 'ProximaNova-Bold';
	font-weight: 700;
	font-size: 38px;
}

.maha-left p {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 20px;
}

.maha-left {
	padding: 32px 0px;
	text-align: center;
}

.main-contown-text {
	background-color: rgba(28, 76, 66, 0.8);
	padding: 50px 40px;
}

.main-contown-text p {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 23px;
}

.owl-carousel-gallery .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	right: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 29px;
	outline: none !important;
	border: none !important;
}

.owl-carousel-gallery .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	left: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 29px;
	outline: none !important;
	border: none !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.heightlight-heading h2 {
	text-transform: uppercase;
	font-family: 'ProximaNovaA-Bold';
	font-size: 45px;
	color: #550715 !important;
	text-align: center;
	margin-top: 17px;
}

.heightlight-wrap {
	background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	padding: 70px 0px;
}

.height-icons h3 {
	padding: 20px 0px;
	font-size: 19px;
	text-align: center;
	font-family: 'ProximaNova-Regular';
	font-weight: 700;
	color: #1c1c1c;
}

.height-icons {
	text-align: center;
}

.height-main-icon {
	padding: 70px 0px 20px;
}

#advantage1.fade {
	opacity: 1 !important;
}

#locaadvantage1.fade {
	opacity: 1 !important;

}

.advantage-details {
	padding: 10px;
	border-radius: 2px;
	background: linear-gradient(to bottom, #f0cf60 0%, #ecc647 100%);
}

.advantage-details ul li {
	text-transform: capitalize;
	color: #fff;
	font-family: 'ProximaNovaA-Bold';
	font-size: 19px;
	padding-bottom: 10px;
}

.advantage-btn-list .nav-tabs .nav-link.active,
.advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	border-color: #dee2e6 #dee2e6 #fff;
	border: 1px solid #000;
}

.advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #fff;
	color: #000;
	margin-bottom: 35px;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 38px;
	border-radius: 5px;
	text-align: center;
}

.location-advantage-btn-list .nav-tabs .nav-link.active,
.advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	border-color: #dee2e6 #dee2e6 #fff;
	border: 1px solid #000;
}

.location-advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #003235;
	color: #fff;
	margin-bottom: 35px;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 24px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
}

.main-locationlist-section {
	background-image: url("img/icons/main-location-bg.png");
	background-size: 100% 100%;
	padding: 80px 0px;
}

.location-advantage-btn-list .nav-tabs .nav-item {
	margin-bottom: -1px;
	display: block;
	width: 100%;
}

.advantage iframe {
	height: 600px;
}

.nav-tabs {
	border-bottom: transparent;
}

.main-locationlist-wrap {
	margin-top: 90px;
}

.height-icons img {
	width: 90px !important;
	margin: auto;
}

.header-phone {
	background-color: #550715;
	padding: 5px 10px;
	border-radius: 8px;
	text-align: center;
}

.height-main-icon span {
	display: none !important;
}

.blink_me {
	text-align: center;
	/* animation: blinker 2s linear infinite; */
	/*		width: 13%;*/
	position: fixed;
	z-index: 999;
	right: 12px;
	top: 24px;
	padding: 12px;
}

.header-phone a {
	color: #000000;
	font-family: 'ProximaNova-Regular';
	font-size: 18px;
	font-weight: 900;
}

.header-phone i {
	font-size: 20px;
}

.main-page {
	position: relative;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.accordionItem.close {
	float: none;
}

.accordionItemContent ul li {
	color: #000;
	font-family: 'ProximaNova-Regular';
	font-size: 16px;
	font-weight: 400;
}

.accordionItemHeading {
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #4c5255;
	color: #fff;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
}

.close .accordionItemContent {
	height: 0px;
	transition: height 1s ease-out;
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	float: left;
	display: block;


}

.open .accordionItemContent {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: block;
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	box-sizing: border-box;
}

.open .accordionItemHeading {
	margin: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #f0d256;
	color: #000;
}


.whyplots {
	background-image: url("img/Kingdom of joy/welcome-bg.jpeg");
	background-size: 100% 100%;
	padding: 60px 0px;
	border-top: solid #ecc647 6px;
	/* border-bottom: solid #ecc647 6px; */
}

.whykoj {
	background-image: url("img/Kingdom of joy/texture\ copy-test1.jpg");
	/* background-color: #000; */
	background-size: 100% 100%;
	padding: 60px 0px;
	border-top: solid #ecc647 6px;
	/* border-bottom: solid #ecc647 6px; */

}




/*RESPONSIVE*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 576px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		width: 20% !important;
		float: left !important;
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media screen and (max-width: 3840px) {}

@media screen and (max-width: 2880px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}


@media screen and (min-width: 1100px) and (max-width: 1280px) {}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media screen and (max-width: 767px) {

	.strip1 {
		border-bottom: 2px solid #000;
	}

	.strip2 {
		border-bottom: 2px solid #000;
	}

	.strip2 {
		border-right: none !important;
	}

	#exampleModal .modal-header {
		text-align: center;
		display: inline-table;
		/* background-color: #5C1B06; */
		background-image: url('img/Kingdom of joy/texture copy-test1.jpg');
		padding: 0px;
		padding-left: 45px;
	}

	.modal-header img {
		height: 69px;
		width: 55%;
	}

	.selldof .form-group p {

		font-size: 12px !important;
	}

	.useragreement {
		line-height: 25px !important;
	}

	header .header-logo {
		text-align: left;
		width: 192px;
	}

	header .header-logo img {
		display: inline-block;
	}

	header .mainmenu .navbar {
		margin: 0;
		padding: 0;
	}

	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.icon-bar+.icon-bar {
		margin-top: 4px;
	}

	button:focus {
		outline: none;
	}

	.navbar-toggler {
		background-color: transparent;
		background-image: none;
		border-radius: 0;
		padding: 9px 10px;
	}

	.navbar-dark .navbar-toggler {
		border: medium none;
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
	}

	header .header-top .mainmenu ul li .sub-menu li {
		margin-bottom: 0px;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}

	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

	.aboutProj {
		position: relative;
	}

	.mob-hide {
		border-right: solid 3px transparent !important;
	}

	.liBorder3 {
		padding-left: 23px !important;
		margin-left: 95px;
	}

}

@media screen and (max-width: 480px) {
	.maha-heading.extra-heading.location-txt.white-text {
		margin-top: 60px;
	}

	.main-locationlist-wrap {
		margin-top: 40px;
	}

	.advantage iframe {
		height: 310px;
	}

	.heightlight-wrap {
		padding: 10px 0px;
	}

	.maha-left h3 {
		color: #003235;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size: 45px;
	}

	.maha-heading.white-text h2 {
		margin-top: 0px;
	}

	.blink_mess {
		text-align: center;
		animation: blinkers 3s linear infinite;
	}

	@keyframes blinkers {
		50% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.owl-carousel-gallery .owl-prev {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/icons/right-arrow.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 29px;
		right: 51%;
		position: absolute;
		text-indent: -99999px;
		top: 104%;
		width: 29px;
		outline: none !important;
	}

	.owl-carousel-gallery .owl-next {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/icons/left-arrow.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 29px;
		left: 51%;
		position: absolute;
		text-indent: -99999px;
		top: 104%;
		width: 29px;
		outline: none !important;
	}

	.contactButtom a {
		font-family: 'ProximaNova-Regular';
		font-weight: bold;
		width: auto;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}

	.formButton a {
		font-family: 'ProximaNova-Regular';
		font-weight: bold;
		width: auto;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}

	.contactButtom {
		width: 50%;
		float: right;
		padding: 10px 30px;
		text-align: center;
		display: block;
	}

	.formButton {
		padding: 10px 10px;
	}

	.formButton {
		width: 50%;
		float: left;
		padding: 10px 30px;
		text-align: center;
		display: block;
		border-right: 1px solid #fff;
	}

	.bottom_button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
		display: block;
		width: 100%;
		background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		border-top: 1px solid #fff;
	}

	.footer-main-btn {
		display: none;
	}

	.footer-main-by span {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 15px;
		color: #fff !important;
	}

	.copyrights p {
		font-weight: 400;
		font-size: 15px;
		color: #fff;
		margin-bottom: 0px;
		text-align: center;
	}

	.heightlight-heading h2 {
		text-transform: uppercase;
		font-family: 'ProximaNovaA-Bold';
		font-size: 25px;
		color: #550715 !important;
		text-align: center;
	}

	.main-contown-text p {
		color: #fff;
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 17px;
	}

	.maha-heading h2 {
		text-transform: uppercase;
		position: relative;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size: 27px;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	/* .blink_me{
		display: none;
	} */
	.about-main-left {
		margin-top: 30px;
	}

	.about-left-text {
		margin: 20px;
	}

	/*	.banner-shape {
		position: relative;
		left: 0;
		top: 18%;
		z-index: 9;
		width: 100%;
background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);

	}*/
	.advantage-btn-list .nav-link {
		background: -moz-element;
		background-color: #fff;
		color: #000;
		margin-bottom: 35px;
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 22px;
		border-radius: 5px;
		text-align: center;
	}

	.maha-heading p {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 16px;
		color: #fff;

	}

	.main-text-top {
		padding: 30px 0px;
	}

	.maha-left p {
		color: #000;
	}

	.footer-section {
		padding: 20px 0px;
		/* background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
		background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
		background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%); */
		margin-bottom: 45px;
	}

	.navbar-toggler {
		display: none;
	}

	/*.mainmenu .navbar.navbar-expand-md img{
		width: 110px;
		background: #550715;
	}*/
	header .mainmenu {
		height: 70px;
	}

	header .header-bottom {
		position: relative;
		padding-top: 70px;
	}

	.header-phone a {
		color: #000;
		font-family: 'ProximaNova-Regular';
		font-size: 19px;
		font-weight: 900;
		text-align: center;
	}

	.header-phone {
		background-color: #550715;
		padding: 5px 10px;
		border-radius: 8px;
		text-align: center;
		margin-left: 25px;
	}

	.header-phone img {
		width: 21px;
	}

	.maha-heading h2::after {
		display: none;
	}

	.maha-heading.white-text h2::after {
		display: none;
	}

	.contown-section {
		background-size: 200%;
		padding: 60px 0px;
	}

	.whyplots {
		background-size: 200%;
		padding: 60px 0px;
	}

	.whykoj {
		background-size: 200%;
		padding: 60px 0px;
	}

	.maha-left {
		padding: 32px 0px;
		text-align: center;
	}

	.about-section {
		background-color: #550715;
		padding: 60px 0px;
	}

	.about-left-text {
		margin: 10px;
	}

	.about-left-text h5 {
		color: #550715;
		margin: 0px;
		font-family: 'ProximaNova-Black';
		font-weight: 500;
		font-size: 25px;
	}

	.about-left-text {
		background: #000000cc;
		padding: 20px 5%;
		border-radius: 5px;
	}

	.about-left-text p {
		color: #fff;
		/* font-family: 'ProximaNova-Regular'; */
		font-weight: 400;
		font-size: 14px;
		text-align: center;
		line-height: 26px;
	}

	.about-text-main h4 {
		margin: 35px 0px;
		text-transform: uppercase;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size: 21px;
		background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
		background-clip: border-box;
		background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.maha-heading.location-txt.white-text p {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 17px;
		color: #000;
	}

	.main-locationlist-section {
		background-image: url("img/icons/main-location-bg.png");
		background-size: 100% 100%;
		padding: 0px 0px;
	}
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 387px) {
	.copyrights p {
		font-weight: 400;
		font-size: 14px;
		color: #fff;
		margin-bottom: 0px;
	}

	.about-left-text p {
		color: #fff;
		font-weight: 400;
		font-size: 14px;
		padding-top: 10px;
	}

	.maha-left h3 {
		color: #003235;
		font-family: 'ProximaNova-Bold';
		font-weight: 700;
		font-size: 38px;
	}

	.heightlight-wrap {
		background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		padding: 9px 0px;
	}
}

@media screen and (max-width: 375px) {
	.footer-section {
		padding: 20px 0px;
		/* background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
		background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
		background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%); */
		margin-bottom: 30px;
	}

	.contactButtom {
		width: 50%;
		float: right;
		padding: 10px 20px;
		text-align: center;
		display: block;
	}

	.about-left-text h5 {
		color: #003235;
		margin: 0px;
		font-family: 'ProximaNova-Black';
		font-weight: 600;
		font-size: 20px;
	}
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}


.maha-main-text {
	margin-top: 40px;
}


.connectIconsDiv ul {
	list-style: none;
	display: inline-flex;
}

.connectIconsDiv p {

	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 600;
}

.connectIconsDiv h5 {
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'ProximaNova-Bold';
	font-size: 25px;
	margin-bottom: 0px;
}

.connectli {
	margin-left: 20px;
	margin-top: 5px;
}

.connectIconsRow2 {
	margin-top: 30px;
}


.heading2 h2 {

	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 20px;
}

.heading2 h3 {
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



#highlights {
	border-top: solid #ecc647 6px;
	border-bottom: solid #ecc647 6px;
}



@media screen and (max-width: 767px) {
	.high-layout .advantage img {
		padding-bottom: 40px !important;
		padding-top: 20px;

	}

	.top-reason-content h4 {
		font-size: 17px !important;
	}

	.accordian ul li {
		font-size: 17px !important;
	}

	.to-invest {
		background-size: cover !important;
	}

	.to-invest h3 {
		font-size: 22px !important;
	}

	.to-invest p {
		font-size: 17px !important;
		text-align: justify;
	}

	.top-reason-content p {
		text-align: justify !important;
	}

	.top-reason-content h3 {
		font-size: 18px !important;
		line-height: 30px !important;
		text-align: center !important;
	}

	.blink_me {
		right: 17px;
		top: 17px;
	}

	.liBorder2 {
		padding-right: 35px !important;

	}

	.aboutProj ul {

		width: 100%;
	}

	.aboutProj li {
		text-align: center;
		min-width: min-content;
		width: 50%;
	}

	#contact {
		background-position: right;
	}

	.mob-spec {
		padding-top: 50px;
	}

	.maha-heading h2::before {
		display: none;
	}

	.maha-heading h2::after {
		display: none;
	}

	.heading2 h3 {

		font-size: 35px;
	}

	.heading2 p {

		color: #fff;
	}

	.copyrights p a {
		font-size: 14px;
	}

	.connectIconsRow2 {
		margin-top: 0px;
	}

	.advantage-details {
		padding: 5px;
	}

	.mainmenu .navbar.navbar-expand-md img {
		width: 71px;
		max-width: fit-content;
		margin-top: -18px;
		margin-left: 40px;
	}

	header .mainmenu .navbar img {
		width: 87px;
		background-color: none !important;
		margin-top: -25px;
		padding: 12px 5px 5px 5px !important;
	}

	.banner-shape {
		position: relative;
		left: 0;
		top: 18%;
		z-index: 9;
		width: 100%;
		background: #ffffff;
		/* background:#fff; */

	}

	.header-top {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		min-height: 70px;
		/* background-image: url(img/Kingdom of joy/texture copy-test1.jpg); */
		background-size: cover;
		background-repeat: no-repeat;
		box-shadow: #000 0px -1px 10px 4px;
	}

	#overview {
		background-position: left !important;
		/* margin-top: 245px; */

	}

	.aboutProj {

		top: 100%;
	}

	.detailSecContents {
		margin-right: 0px !important;
		margin-left: -20px !important;
	}

	.detailSecContents p {
		font-size: 30px !important;
	}

	.maha-heading h2 {
		text-align: center;
		line-height: 50px;
	}
}

.golden {
	color: #000 !important;
	background: #FDE08D !important;
	background: -webkit-linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
}

.button-shine {
	color: #fff;
	border: none;
	border-radius: 1px;
	padding: 10px 28px;
	background: #101c3b;
	position: relative;
	overflow: hidden;
}

.button-shine:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 30%,
			rgba(255, 255, 255, .8),
			rgba(255, 255, 255, 0) 70%);
	top: 0;
	left: -100px;
}

@keyframes shine {
	0% {
		left: -100px
	}

	20% {
		left: 100%
	}

	100% {
		left: 100%
	}
}

.button-shine:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 30%,
			rgba(255, 255, 255, .8),
			rgba(255, 255, 255, 0) 70%);
	top: 0;
	left: -100px;
	animation: shine 3s infinite linear;
	/* Animation */
}

.aboutProj {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, #dbbf74 0%, #ffe7ac 100%);
}

.aboutProj ul {
	list-style: none;
	display: inline-flex;
	margin-bottom: 0px;
	padding: 15px 0px;
}

.aboutProj li {
	text-align: center;
}

.aboutProj li p {

	margin: 0px;
	color: #000;
	font-size: 26px;
	font-weight: 600;

}

.aboutProj li span {

	color: #000;
	font-size: 18px;

}

.aboutProj li h5 {

	color: #000;
	font-size: 26px;
	font-weight: 600;
	margin-top: 12px;
	padding-left: 0px;
	padding-right: 25px;

}

.liBorder {

	border-right: solid 3px #000000;
	padding-right: 40px;

}

.liBorder3 {

	padding-left: 40px;
	padding-right: 20px;

}

.liBorder2 {

	border-right: solid 2px #000000;
	padding-right: 40px;
	padding-left: 40px;

}

.liBorder1 {

	/* border-right: solid 2px #000000; */
	padding-right: 40px;
	padding-left: 40px;

}

.aboutProjRight {

	right: 0;
}

.btn {
	font-family: 'ProximaNova-Regular';
	font-size: 24px;
	font-weight: 700;
}

.connectIconsDiv ul li img {
	width: 64px !important;
}

#Specifications {
	background-position: center;
	background-size: cover;
	background-image: url('img/Kingdom of joy/Spec.jpeg');
	border-bottom: solid #ecc647 6px;
	border-top: solid #ecc647 6px;
}

#overview {
	background-position: center;
	background-size: cover;
	background-image: url('img/Kingdom of joy/About BG-test.jpg');
}

.detailSecContents p {
	color: #f5e168;
	font-family: 'lato';
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 0px;
}

.detailSecContents span {
	color: #ffffff;
	font-family: 'lato';
	font-weight: 300;
	font-size: 18px;
}

.detailSecContents {
	padding: 35px;
}

.detailSecContents {
	margin-right: 60px;
	margin-left: -60px;
}

.gal-right img {
	padding-top: 30px;
}

.gal-right p {
	color: #fff;
	font-size: 20px;
}

.gal-right p span {
	font-size: 24px;
	font-weight: 600;
}

.specification h2::after {
	position: absolute;
	content: "";
	height: 50px;
	width: 5px;
	left: 48%;
	background-color: #f5e168;
	top: 173%;
}

.specification h2::before {
	position: absolute;
	content: "";
	height: 50px;
	width: 5px;
	left: 48%;
	background-color: #f5e168;
	top: -50%;
}

#Location .maha-heading h2::after {

	display: none;
}

#Location .maha-heading h2::before {

	display: none;
}

a {
	color: #fff;
}

#overview .maha-heading h2::after {
	display: none;
}

#overview .maha-heading h2::before {
	display: none;
}

#contact {
	background-image: url('img/Kingdom of joy/contact-bg.jpg');
	/* border-top: solid #ecc647 6px;	 */
	background-repeat: no-repeat;
	background-size: cover;
}

.gal-right a {
	color: #fff;
}

.title {
	display: none;
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
	color: #000 !important;
	background: #FDE08D !important;
	background: -webkit-linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.selldof {
	font-size: 15px !important;
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	margin-top: 0;
	width: 100%;
	margin-top: 10px !important;
}

.selldof .form-control,
.sell_do_form_control {
	display: block;
	width: 100%;
	height: 40px !important;
	font-size: 12px;
	line-height: 1.42857143;
	padding: 6px 12px;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.useragreement {
	height: 350px;
	overflow-y: auto;
	padding: 15px 20px 15px 20px;
	line-height: 30px;
}

.user-agreement ul {
	list-style: none;
}

.user-agreement ul li:before {
	content: "\f06c";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59;
	margin-right: 10px;
}


.selldof .form-group p {
	color: #000;
	text-align: center;
	font-size: 9px;
}

.selldof label {
	display: none !important;
	margin-bottom: 5px;
	font-weight: bold;
}

.spec-button {
	position: relative;
	top: 140px;
	z-index: 99;

}

#exampleModal .close:not(:disabled):not(.disabled) {
	cursor: pointer;
	color: #fff;
	font-size: 40px;
	padding: 30px;
}

#exampleModal .modal-header {
	text-align: center;
	display: inline-table;
	/* background-color: #5C1B06; */
	background-image: url('img/Kingdom of joy/texture copy-test1.jpg');
	padding: 0px;
	padding-left: 45px;
}

.buyplots ul li {
	font-size: 20px;
	color: #fff;
	font-family: 'ProximaNova-Regular';
	line-height: 34px;
	text-align: start;
	font-weight: 400;
	/* text-shadow: #000 3px 5px 4px; */
	line-height: 38px;
}

#Gallery {
	border-bottom: solid #ecc647 6px;
	/* border-top: solid #ecc647 6px; */
}

.wel-dounload {
	text-align: center;
}

.top-reason {
	border-top: solid #ecc647 6px;
	background-image: url('img/Kingdom of joy/texture copy-test1.jpg');
	border-bottom: solid #ecc647 6px;
	padding: 30px 0px 30px 0px;
}

.top-reason-content h3 {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
}

.top-reason-content h4 {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

.top-reason-content p {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 17px;

}

.top-reason-content ul li {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 17px;
}

.accordian {
	background-image: url('img/Kingdom of joy/texture copy-test1.jpg');

	border-top: solid #ecc647 6px;

	padding: 60px 0px;
	background-position: center;
	background-size: cover;
}

.accordian-content h2 {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 600;
	font-size: 30px;
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.accordian ul li {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 20px;
}

.to-invest {
	background-image: url("img/Kingdom of joy/welcome-bg.jpeg");
	padding: 60px 0px;
	border-bottom: solid #ecc647 6px;
	background-size: 100% 100%;
}

.to-invest h3 {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 500;
	font-size: 25px;
}

.to-invest p {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 18px;
}

.discl {
	text-align: center;
	color: #fff;
}

.rerano {
	text-align: center;
	color: #fff;
}

header .mainmenu .navbar img {
	width: 87px;
	background-color: #fff;
	margin-top: -25px;
	padding: 12px 5px 15px 5px;

}

.navbar-brand {
	margin-left: -40px;
}

.banner-shape .kinglogo {
	position: relative;
	/* Ensures positioning within this section */
	background-color: #000;
	background-size: cover;
	/* Ensures the image covers the whole section */
	background-position: center center;
	/* Ensures the image is centered */
	background-repeat: no-repeat;
	/* Prevents the image from repeating */
	height: 100%;
	/* Sets the height of the section (full viewport height) */
	width: 100%;
	/* Ensures it covers the entire width */
	padding: 20px 0px;

}


.header-strip {
	padding: 15px 0;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	color: #000;
}

.strip-box {
	text-align: center;
	padding: 10px 0;
	border-right: 2px solid #000;
}

.strip-box:last-child {
	border-right: none;
}

.strip-border {
	border-left: 2px solid #000;
}

.header-strip h4 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'ProximaNova-Regular', sans-serif;
}

.header-strip p {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	font-family: 'ProximaNova-Regular', sans-serif;
}