@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;600;700&family=Cinzel:wght@400;600;700&display=swap');
body {
	position: relative;
}
.primary-font{
	font-family: 'Cinzel', serif;
}
.secondary-font{
	font-family: 'Bitter', serif;
}
a {
	color: #aa702b;
	text-decoration: none !important;
	font-family: 'Bitter';
}

a:hover {
	color: #000;
}

h1, h2, h3, h4, h5{
	font-family: 'Cinzel', serif;;
}
p {
	margin: 0px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	color: #4e4e4e;
	font-family: 'Bitter', serif;
	margin-bottom: 30px;
}

li{
	font-family: 'Bitter', serif;
}
ul {
	padding: 0;
	list-style-type: none;
}

.quadAreas{}

.quadAreas p{
	margin-bottom: 5px;
}

.quadAreas h3{
	color: #86796c;
}
.quadAreas a{
	font-size: 18px;
	border-bottom: 1px #aa702b solid;
	font-family: 'Bitter';
	font-weight: 500;
}

.form-control {
	border-radius: 0px;
}

.form-control:focus {
	box-shadow: none !important;
	border-color: #2ea3f2 !important;
}

.font-size-15 {
	font-size: 15px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-weight-600 {
	font-weight: 400;
}

.font-weight-700 {
	font-weight: 400;
}
.font-semibold{
	font-weight: 400;
}
.font-weight-bold{
    font-weight: 400 !important;
}
.line-height-25 {
	line-height: 25px;
}
.my-100{
	margin: 100px 0;
}
.text-gray {
	color: #4e4e4e !important;
}

.text-dark {
	color: #333 !important;
}

.text-light-grey {
	color: #ddd;
}

.text-orange {
	color: #aa702b !important;
}
.text-brown {
	color: #5f492f !important;
}
.background-orange {
	background-color: #aa702b !important;
}
.topbar a{
	font-size: 30px;
}
#navbarNav{
	justify-content: center;
}
.navbar-nav .nav-item .nav-link{
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 30px;
	color: #35220b;
}

.homepage-banner{
	background: url(../images/office.jpg) no-repeat center center;
	background-size: cover;
	height: 550px;
	position: relative;
}
.banner-overlay{
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: rgba(255,255,255,0.7);
	padding: 20px;
	text-align: right;
}
.banner-overlay h4{
	color: #5f492f;
}
.modal-body .form-group .form-control{
    border: 1px solid #eee !important;
}
.modal-body .submit-button{
    padding: 8px 20px;
    background-color: #aa702b;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px; 
    border: none;
    font-family: 'Bitter';
}
.banner-overlay h5{
	font-size: 18px;
}
.banner-overlay a{
	padding: 8px 20px;
	background-color:#aa702b;
	color: #fff;
	text-decoration: none;
	font-size: 23px;
	display: inline-block;
	margin-top: 10px;
}



.seo-section{
	padding: 30px;
}
.seo-section h1{
	font-size:30px;
	color: #86796c;
	margin-bottom: 30px;
}
.seo-section p{
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
	font-family: 'Bitter', serif;
	justify-content: safe left;
}
.schedule-cta a{
	padding: 10px 20px;
	background-color: #aa702b;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	display: inline-block;
}
.schedule-cta h2{
	color: #5f492f;
}
footer{
	padding: 15px;
	background-color: #333333;
}
footer ul{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 15px;
	font-family: 'Bitter', serif;
	margin: 0;
}
footer ul li a span{
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 5px;
}
footer ul li{
	color: #fff !important;
}
.dropdown-toggle::after{
    display: none;
}
.small-banner{
	padding: 30px;
	/*background:#bcb0a3 !important;*/
	border-bottom: 1px solid #696969;
}
.small-banner h1, .small-banner li, .small-banner li a{
	color: #aa702b;
}
.small-banner ul{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.small-banner ul li a, .small-banner ul li {
	/*color: #fff;*/
	font-family: 'Bitter', serif;
}
.big-button-styles{
    padding: 8px 20px;
    background-color: #aa702b;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    display: inline-block;
    text-transform: uppercase;
}
.big-button-styles:hover{
    color: #fff;    
}
.team-image{
	width: 100%;
	height: 350px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 30px;
}
.team-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.our-team{
	padding: 70px 0;
}
.our-team h5{
	font-size: 22px;
}
.our-team .overlay{
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right,  #ae7b38 0%,#f5ac56 100%); 
	opacity: 0.9;
	border-radius: 50%;
}
.our-team .overlay i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
}
.team-wrapper:hover .overlay{
	display: block;
}
.stats{
	padding-bottom: 70px;
}
.stats h2{
	font-size: 40px;
}
.about-details span{
	height: 2px;
	width: 150px;
	display: inline-block;
	background-color: #aa702b;
	margin: 20px 0;

}
.about-details , .news-wrapper{
	padding: 100px 0;
}
.about-details h3{
	font-size: 28px;
}
.about-details p{
	font-size: 16px;
	line-height: 28px;
	color: #4e4e4e !important;
	font-family: 'Bitter', serif;
}
.about-details h6{
	color: #000;
}
.seo-content{
	padding-top: 70px;
}
.services-wrapper{
	padding: 70px 0;
}
.service-image{
	width: 100%;
	height: 233px;
}
.service-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-details{
	padding: 30px;
	background-color: #fff7f1;
}
.service-details a h5{
	color: #333;
}
.service-details p{
	font-size: 16px;
	line-height: 25px;
	color: #4e4e4e !important;
	font-family: 'Bitter', serif;
}
.seo-contnt p{
	color: #4e4e4e !important;
	font-family: 'Bitter', serif;
}
.single-service-details{
	padding: 70px 0;
}
ul li a,.single-service-details p strong a, .single-service-details p a,  .single-service-details p a:hover{
    color: #aa702b;
}

ul.secondary-font li{}
ul li{color: #4e4e4e !important; font-family:'Bitter', serif;}
ul.secondary-font li{list-style:disc; list-style-position:inside;}
h2{margin-bottom:2rem !important;}
h3{margin-bottom:1.5rem !important;margin-top:1.5rem !important;}

.single-service-details p{
	font-size: 16px;
	line-height: 28px;
	color: #4e4e4e !important;
	font-family: 'Bitter', serif;
}
.single-news p{
    font-family: 'Bitter', serif;
    color: #4e4e4e !important;
    font-size: 15px !important;
    margin: 1.5rem 0;
}
.single-service-details img{
	margin-bottom: 30px;
}
.social-icons ul li{
	margin-right: 10px;
}
.social-icons ul li a i{
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #aa702b;
	border: 1px solid #aa702b;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}
.social-icons ul li a:hover i{
	color: #aa702b;
	background-color: #fff;
}
.more-services a{
	text-align: center;
	display: block;
	padding: 15px 30px;
	width: 100%;
	background-color: #fff;
	color: #aa702b;
	border: 1px solid #aa702b;
}
.more-services a:hover{
	background-color: #aa702b;
	color: #fff;
}
.single-news{
	margin-bottom: 60px;
}
.single-news h5{
	/*min-height: 75px;*/
}
.news-image{
	width: 100%;
	height: 350px;
	display: block;
}
.news-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.navigation{
	display: flex;
	justify-content: space-between;
}
.recent-news{
	overflow: hidden;
	margin-bottom: 30px;
}
.single-news span, .single-news span a, .single-news a{
	color: #aa702b;
	font-family: 'Bitter', serif;
}
.single-news p{
	font-family: 'Bitter', serif;
}
.recent-news-image{
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.recent-news-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.search-bar i{
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #2ea3f2;
	color: #fff;
}	
.questions{
	padding: 70px 0;
}
.card{
	border: none;
	margin-bottom: 20px;
}
.accordion{
	margin-top: 30px;
}
.card-header{
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.09);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.09);
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 !important;
}
.card-header h2 .btn {
    font-size: 18px;
    color: #aa702b;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}
.card-header h2 .btn:focus{
	box-shadow: none;
}
.card-body p{
	font-size: 16px;
	line-height: 28px;
}
.contact-popup{
	border: 1px solid #aa702b;
	padding: 10px 25px;
	color: #aa702b;
}
.contact-popup:hover{
	background-color: #aa702b;
	color: #fff;
}
.contact-popup i{
	height: 25px;
	width: 25px;
	line-height: 25px;
	background-color: #aa702b;
	border: 1px solid #aa702b;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
}
.contact-popup:hover i{
	color: #aa702b;
	background-color: #fff;
	border-color: #fff;
}
.modal-header .close {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #aa702b;
    border-radius: 50%;
    padding: 0px;
    opacity: 1;
    color: #fff;
}
.modal-header h5{
	font-size: 18px;
}

.fixed-menu{
	position: fixed;
	top: 15%;
	right: 0;
}
.fixed-menu a{
	border-radius: 10px 0 0 10px;
	background-color: #c7c2bc;
	color: #fff;
	display: block;
	height: 75px;
	width: 75px;
	line-height: 75px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.sticky {
	position:fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 100000;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
  }