/* @font-face {
    font-family: "Roustel";
    src: url('Roustel.ttf');  
    font-weight: normal;  
} */


body,
html {
  color: #000000;
   font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
	

}

a{
	color:#000;
     font-family: "Open Sans", sans-serif;
}
a:hover {
  opacity: 1;
	color:#000;
	text-decoration:none;
}

h1 {
    font-size: 30px !important;
	line-height:40px;
}
h3
h4,
h6 {
	 font-family: "Open Sans", sans-serif;
	
}
p, h3, h5{
     color:#000;
	   font-family: "Open Sans", sans-serif;
}
h2{
	 font-family: "Open Sans", sans-serif;
}
h2 strong{
	font-weight:500;
}
h1{
 font-family: "Open Sans", sans-serif;
/* 	 color:#fff; */
	    font-size: 80px;
}
.et_pb_section h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: normal;
   
}

.et_pb_section.page-banner h2{
	background:#3E2420;
}
h5{
    font-size: 18px;
    font-weight: normal;
}
p, li{
	font-size: 16px;
  line-height: 23px;
	font-weight:normal !important;
	margin-bottom:0;
	color:#000;
	
	
}
.page-banner p{
		font-size:22px;
	line-height:30px;
}
h4{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
h3{
    font-size: 27px !important;
	line-height:37px !important;
    font-weight: normal;
}

.custom-box-row a{
	font-size:18px !important;
	color:#B97E3A !important;
}

.et_pb_row{
	width:80% !important;
	max-width:100% !important;
}

.et_pb_section.custom-header{
	padding:10px 0;
/* 		box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; */
}

.custom-header .et_pb_row{
  display: flex;
  
  align-items: center;
}

.custom-header .et_pb_menu_inner_container {
  float: right;
}

.custom-header  li a{
padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
	
}
.sub-menu{
	background:#000 !important;
	opacity:1 !important;
	border-top:0 !important;
}
.sub-menu a{
	color:#fff !important;
}


/*** footer **/

.custom-footer  *{
	color:#fff !important;
}
.et_pb_section.custom-footer {
	padding-bottom:10px;

}
.custom-footer .et_pb_row:first-child{
	display:flex;
	align-items:center;
}
.footer-col-1 .et_pb_text_inner{
	display:flex;
	align-items:center
}
.footer-col-1 .et_pb_text_inner img{
	padding-right:20px;
}

.footer-info-row .et_pb_module {
	margin-bottom:0 !important;
}


.footer-info-row ul{
	padding-left:0;
	margin-bottom: 0;
	

}
.footer-info-row  li {
	list-style:none;
	padding-bottom:10px;
}
.footer-info-row .et-menu-nav ul{
	 column-count: 2;
	 display: grid !important;
  grid-template-columns: 1fr 1fr; 
  gap: 10px;
}
.footer-info-row .et-menu-nav ul li{
/* 	display:block;
	width:100%; */
	padding-bottom:0 !important;
	

}
.et_pb_row.footer-copyright {
  text-align: center;
  border-top: 1px solid #fff;
}
.footer-copyright p {
  text-align: center;
	font-size:16px;
}

.et_pb_social_media_follow  li a{
	border-radius:50% !important;
}


@media only screen and (max-width:980px){
	.et_pb_section.custom-header .et_pb_row{
	padding:0px 0;
		
	}
	.custom-header .et_pb_column{
		margin-bottom:0 !important;
	}
	.et_pb_module .mobile_menu_bar::before {
  top: 0;
  font-size: 50px;
  color: #000 !important;
}
	.custom-header .et_mobile_menu {
  width: 250px;
  left: -300%;
		border-top:0 !important;
}

}