body 
{
  margin: 0;
  padding: 0;  
  font-size: 16px;
  color: #151A30;
  overflow-x: hidden;
   font-family: "DM Sans", serif;
   font-weight: 400;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a, a:hover, a:focus, button, button:focus 
{
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  color: #243665;
}

h1, h2, h3, h4, h5, h6 
{
  margin: 0px;
  font-family: "Aboreto", system-ui;
}

.h1, .h2, .h3, .h4, .h5, .h6
{
	 margin: 0px;
}
h1, .h1{
  font-size: 80px;
  line-height: 110px;
}

h2, .h2 {
  font-size: 36px;
  line-height:48px;
}

h3, .h3 {
  font-size: 32px;
  line-height:42px;
}

h4, .h4 {
  font-size: 28px;
  line-height: 32px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 26px;
}

p, li{
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0px;
  color: #151A30;
}
sup{font-size: 10px ;line-height: 10px;}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c2c2c2;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #c2c2c2;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #c2c2c2;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #c2c2c2;
}
/*----------------------*/
/*---- Padding Css ----*/
/*--------------------*/

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
/*----------------------*/
/*----  Margin Css ----*/
/*--------------------*/
.mb-8{margin-bottom: 8px;}
.mb-16{margin-bottom: 16px;}
.mb-24{margin-bottom: 24px;}
.mb-48{margin-bottom: 48px;}
.mb-64{margin-bottom: 64px;}


/*-----------------------*/
/*----  Font Weight ----*/
/*---------------------*/
.font-weight-700{font-weight:700;}
.font-weight-600{font-weight:600;}
.font-weight-500{font-weight:500;}
.font-weight-400{font-weight:400;}



.container{
	max-width:1200px;
}


.section-title{
	color: #706237;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.section-title img{
	max-width: 52px;
}
.btn-close-white{
	filter: none;
}
/*========================
  Header Section
========================*/
header{
	background: #FFEFCD;
}
.navbar {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	z-index: 99;
	width: 100%;
	top: 0;
	z-index: 666;
	padding: 0px;
}

.navbar .navbar-brand img {
	height: 56px;
}
.navbar-brand {
	padding: 8px 0px;
}
.navbar .nav-item {
	padding: 0px 16px;
}

.navbar .nav-link {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 12px 18px !important;
	color: #101426 !important;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.navbar .nav-item.dropdown i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	color: #111111 !important;
}
.active.nav-item.dropdown i {
	color: #706237 !important;
}
.navbar .nav-item:hover .nav-link, .navbar .nav-item:hover i, .active.nav-item {
	color: #706237  !important;
}
.active.nav-item{	
	font-weight: 700;
}
.navbar .nav-link.dropdown-toggle::after {
	display: none;
}
.navbar-nav li .dropdown-menu {
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	/*display: block;
	left: 0;
	opacity: 0;
	padding: 0px;
	visibility: hidden;
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*.navbar-nav li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}*/
.navbar-nav li .dropdown-item {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 16px;
	padding: 12px 18px !important;
	color: #101426 ;
	letter-spacing: 1px;
}
.navbar-nav li .dropdown-item:hover {
	background: #706237;
	color: #fff;
}

.navbar.sticky {
	top: 0;
	position: fixed;
}

.offcanvas{
	background: #FFEFCD;
}


/*========================
  Banner Section
========================*/
.banner-section{
	padding: 0px 72px 24px;
	background: #FFEFCD;;
}
.banner-img{
	height: calc(100vh - 130px);
  display: flex;
  width: 100%;
  min-height: 700px;
}
.banner-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-btn-group{
	display: flex;
	gap: 16px;
	padding-top: 16px;
	justify-content: space-between;
}
.banner-btn{
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #151A30;
	gap: 16px;
}
.banner-btn:hover{
	color: #A0905E;
	font-weight: 500;
}
.banner-btn i{
	color: #A0905E;
}
/*========================
  About Section
========================*/
.about-section
{
	background: #E3D2AC;
	padding: 40px 0px;
}
.about-section h3{
	margin-bottom: 222px;
	margin-top: 32px;
	color: #706237;
}

/*========================
  Why Choose Section
========================*/
.why-choose-section
{
	background: #F4EFE2;
	padding: 80px 0px;
}
.why-choose-box{
	text-align: center;
}
.why-choose-box img{
	margin-bottom: 40px;
}

/*========================
  Project Section
========================*/
.our-project-section
{
	background: #E3D2AC;
	padding-top: 62px;
	padding-bottom: 40px;
}
.our-project-section .nav-tabs{
	justify-content: center;
	margin-bottom: 40px;
	border: none;
	gap: 4px;
}
.our-project-section .nav-tabs .nav-link{
	padding: 14px 36px;
	border: 2px solid transparent;
	border-radius: 0px;
	font-size: 24px;
	line-height: 48px;
	color: #000000;
}
.our-project-section .nav-tabs .nav-link.active{
	background: transparent;
	border-color: #706237;
	color: #706237;
	font-weight: 600;
}
.project-images{
	max-width: 745px;
	margin: 0px auto 40px;
}
.project-images .owl-prev, .project-images .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 70px;
	color: #706237;
}
.project-images .owl-prev i, .project-images .owl-next i{
	font-size: 30px;
	color: #706237;
}
.project-images .owl-next {
	left: calc(100% + 24px);
}
.project-images .owl-prev {
	right: calc(100% + 24px);
	left: auto;
}
.project-images  .project-img{
	position: relative;
}
.project-images  .project-img .project-name{
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding: 4px 24px;
	background: rgba(160, 144, 94, 0.8);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.project-images  .project-img .project-name h6{
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 500;
	line-height: 48px;
	color: #fff;
}
.project-images  .project-img .project-name a{
	color: #fff;
}
.project-thumbs .current .project-details{
	opacity: 1;
}
.project-details{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background:  rgba(0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
	color: #fff;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.project-details img{
	max-height: 72px;
}
.project-thumbs .owl-dots{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.project-thumbs .owl-dots .owl-dot{
	background: rgba(160, 117, 84, 0.5);
	width: 8px;
	height: 4px;
	border-radius: 4px;
	transition: all 0.4s;
	margin: 0px 2px;
}
.project-thumbs .owl-dots .owl-dot.active{
	width: 24px;
	background: rgba(160, 117, 84, 1);
}

/*========================
  Achievements Section
========================*/

.achievements-section{
	background: #F4EFE2;
	padding: 72px 0px;
}
.achievement-carousel {
	max-width: 552px;
	margin: 0px auto;
}
.achievement-carousel .owl-dots{
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.achievement-carousel .owl-dots .owl-dot{
	background: rgba(160, 117, 84, 0.5);
	width: 8px;
	height: 4px;
	border-radius: 4px;
	transition: all 0.4s;
	margin: 0px 2px;
}
.achievement-carousel .owl-dots .owl-dot.active{
	width: 24px;
	background: rgba(160, 117, 84, 1);
}

/*========================
  Review Section
========================*/
.review-section{
	background: #F4EFE2;
	padding-bottom: 72px;
}

.revice-carousel{
	max-width: 360px;
	margin: 0px auto 48px;
}
.revice-carousel .owl-prev, .revice-carousel .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 70px;
	color: #706237;
}
.revice-carousel .owl-prev i, .revice-carousel .owl-next i{
	font-size: 16px;
	color: #706237;
}
.revice-carousel .owl-next {
	left: calc(100% + 24px);
}
.revice-carousel .owl-prev {
	right: calc(100% + 24px);
	left: auto;
}
.review-box p{
	margin-bottom: 48px;
}
.review-box h6{
	font-size: 15px;
	line-height: 20px;
	font-family: "DM Sans", serif;
	font-weight: 500;
	margin: 0px;
}
.review-btn{text-align: center;}
.review-btn a{
	color: #706237;
	border: 2px solid  #706237;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 0px auto;
	display: inline-flex;
		transition: all 0.4s;
}
.review-btn a:hover{
	background: #706237;
	color: #F4EFE2;
}

.revice-carousel .owl-dots{
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.revice-carousel .owl-dots .owl-dot{
	background: rgba(160, 117, 84, 0.5);
	width: 8px;
	height: 4px;
	border-radius: 4px;
	transition: all 0.4s;
	margin: 0px 2px;
}
.revice-carousel .owl-dots .owl-dot.active{
	width: 24px;
	background: rgba(160, 117, 84, 1);
}

/*========================
  Footer Section
========================*/
footer{
	background: #FFFCF5;
	padding: 40px 0px;
}
footer h4{
	color: #151A30;
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 8px;
	font-family: DM Sans;
}
footer ul li a{
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	transition: all 0.4s;
	color:#151A30;

}
footer ul li a:hover{
	color: #706237;
	font-weight: 600;
}

form label {
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
    color: #151A30;
}

footer form input,
footer form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    boder: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #151A30;
    border-radius: 0px;
    font-size: 14px;
    box-sizing: border-box;
    background: transparent;
}

footer form textarea {
    resize: none;
    height: 88px;
}

footer button {
	color: #706237;
	border: 2px solid  #706237;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 0px auto;
	display: inline-flex;
	transition: all 0.4s;
	background: transparent;
}

footer button:hover {
	background: #706237;
	color: #F4EFE2;
}
.copy-right-text{
	padding-top: 40px;
}
.copy-right-text p{
	text-align: center;
	color: #151A30;
}
.copy-right-text p a{
	color: #151A30;
	border-bottom:1px solid #151A30;
}