@charset "utf-8";
/* CSS Document */


body {
	font-family: "Poppins", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
p {
	font-size: 16px;
	line-height: 30px;
	color: #302914;
}
.sub-title {
	font-size: 18px;
	color: #302914;
}
.container {
	max-width: 1600px;
}
.section-title-ribbon {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #2b2211; /* dark brown */
	height: 50px;
	padding: 0 40px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
/* Left & right angled ends */
.section-title-ribbon::before {
	content: "";
	position: absolute;
	top: 0;
	width: 32px;
	height: 100%;
	background: #2b2211;
	clip-path: polygon(100% 0, 100% 59%, 100% 100%, 0% 100%, 43% 50%, 0% 0%);
}
.section-title-ribbon::after {
	content: "";
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	background: #2b2211;
	clip-path: polygon(0% 0%, 100% 0, 51% 50%, 100% 100%, 0% 100%);
}
.section-title-ribbon::before {
	left: -15px;
}
.section-title-ribbon::after {
	right: -15px;
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
.header-section {
	position: absolute;
	top: 14px;
	left: 0px;
	width: 100%;
	z-index: 333;
}
.header-top-btn li {
	display: inline-block;
	margin-left: 2px;
}
.header-top-btn {
	text-align: right;
}
.header-top-btn li a {
	width: 37px;
	height: 37px;
	background: #eee7db;
	border-radius: 100px;
	display: inline-block;
	text-align: center;
	line-height: 37px;
	font-size: 13px;
	color: #706546;
	text-decoration: none;
}
.header-top-btn li a:hover {
	background: #000000;
	color: #ffffff;
}
.banner-section {
	position: relative;
}
.banner-text-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.banner-text {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 6px;
}
.title-row {
	text-align: center;
	margin-bottom: 13px;
}
.wrapper-section-img1 {
	background-image: url(../images/bg1.jpg);
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.img-wrapper1 {
	width: 75%;
}
.ul-list li {
	font-size: 18px;
	margin-bottom: 8px;
	color: #302914;
}
.section-title-bg1 {
	background-image: url(../images/title-bg1.jpg);
	background-size: cover;
	padding: 65px 0px;
}
.section-title-bg2 {
	background-image: url(../images/title-bg2.jpg);
	background-size: cover;
	padding: 65px 0px;
}
.wrapper-section-img2 {
	background-image: url(../images/bg2.jpg);
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
/*.wrapper-section-img1 .ul-list {
	padding-right: 5%;
}
.wrapper-section-img2 .ul-list {
	padding-left: 5%;
}*/
.wrapper-section-img2 .img-wrapper1 {
	text-align: right;
}
.copy-right-text {
	color: #000;
	font-size: 12px;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #000;
	font-size: 12px;
}
.copy-right {
	border-top: solid 2px #ddd7c7;
	padding-top: 9px;
	padding-bottom: 9px;
}
.footer-section-row {
	padding-top: 40px;
	padding-bottom: 16px;
}
.info-row .info-title {
	font-size: 17px;
	color: #000;
	font-weight: 600;
	position: relative;
}
.info-row p {
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 23px;
}
.info-row {
	margin-bottom: 13px;
}
ul.foo-ul {
	margin-bottom: 9px;
}
ul.foo-ul li {
    display: inline-block;
    margin-right: 23px;
    color: #000;
}
ul.foo-ul li a {
    color: #000;
}
.map iframe {
	width: 100%;
	height: 190px;
}
.footer-text {
    font-size: 27px;
    text-align: left;
    color: #000;
}
#modalslider .owl-dots {
	display: none;
}
.title-section {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	border-bottom: solid 1px #c9a752;
	padding-bottom: 16px;
	margin-bottom: 16px;
	justify-content: center;
}
.title-section .icon {
    color: #fff;
    width: 36px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-right: 10px;
    background-image: url(../images/location_point_map.png);
    background-size: 100% 100%;
}
.content {
	font-size: 15px;
	line-height: 27px;
	color: #000;
	text-align: center;
}
.wrapper-modal .modal-dialog {
	max-width: 700px;
}
#modalslider .owl-nav button {
	width: 35px;
	height: 35px;
	border: solid 1px #706546;
	border-radius: 100px;
	color: #706546;
	font-size: 20px;
	top: 40%;
}
#modalslider .owl-nav button.owl-prev {
	position: absolute;
	left: -39px;
}
#modalslider .owl-nav button.owl-next {
	position: absolute;
	right: -39px;
}
.wrapper-modal .modal-body {
	padding: 64px 60px;
}
.wrapper-modal button.close {
	position: absolute;
	right: -45px;
	width: 35px;
	height: 35px;
	border: solid 2px #fff;
	color: #fff;
	border-radius: 100px;
	opacity: 1;
	font-size: 21px;
	top: -15px;
	outline: 0;
}
.wrapper-modal .modal-content {
    border: none;
    border-radius: 0;
    border-top-left-radius: 112px;
    border-bottom-right-radius: 112px;
    overflow: hidden;
    min-height: 282px;
}
.banner-section {
    position: relative;
    height: 780px;
    object-fit: cover;
    background-attachment: fixed;
    background-position: top;
}
.border-top-img1 {
    position: absolute;
    top: 0;
    display: inline-flex;
}
.wrapper-section-img2 .img-wrapper1 {
    margin-left: auto;
}
.position-left-div {
    position: absolute;
    width: 100%;
}
.position-right-div {
    position: absolute;
    width: 100%;
}
.position-right-div .ul-list {
    text-align: right;
}

.wrapper-modal .modal-body:before {
    content: "";
    width: 94%;
    border: solid 1px #80765a;
    position: absolute;
    top: 30px;
    border-top-left-radius: 70px;
    height: 101px;
    border-bottom: none;
    border-right: none;
    right: 0;
}





/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.wrapper-modal .modal-content {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
	min-height: auto;
}



.position-right-div, .position-left-div {
    position: relative;
}
.wrapper-modal .modal-body:before { display: none;}
.banner-section .banner-img img {
    height: 319px;
    object-fit: cover;
}
.banner-section {
    height: 400px;
}
.banner-text {
    font-size: 28px;
}
.title-row {
    margin-bottom: 37px;
}
p {
    font-size: 15px;
    line-height: 34px;
}
.wrapper-section-img1, .wrapper-section-img2 {
    display: inline-block;
}
.img-wrapper1 {
    width: 100%;
}
.wrapper-section-img2 .ul-list, .wrapper-section-img1 .ul-list {
    padding-left: 0;
    padding: 31px 15px;
    padding-bottom: 18px;
	text-align: center;
}	

.section-title-bg1, .section-title-bg2 {
    padding: 42px 0px;
}

.copy-right-text {
    text-align: center;
}
.besign-by {
    text-align: center;
}
.info {
    margin-top: 23px;
}
.info-row p {
    line-height: 28px;
}
.footer-text {
    margin-bottom: 21px;
}
.wrapper-modal .modal-body {
    padding: 36px 18px;
}
.wrapper-modal button.close {
    right: 0;
    top: -44px;
}
.modal-nav {
    top: calc( 60% - 10px ) !important;
}
	
	
}


/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wrapper-modal .modal-dialog {
    max-width: 633px;
}

.banner-section {
    background-position: top;
}		
}







