
@font-face {
  font-family: pantonReg;
  src: url(fonts/PantonRegular.otf);
}

@font-face {
  font-family: pantonBold;
  src: url(fonts/PantonBold.otf);
}

* {
	font-family: pantonReg;
	transition: all 0.3s ease;
}

body {
	font-family: pantonReg;
}

h1, h2, h3, h5, h6, strong {
	font-family: pantonBold;

}


.year { 
font-family: pantonBold;

}



h2 {
	font-size: 38px;
}

a {
	text-decoration: none;
}

*:focus, .form-control:focus {
	outline: none;
	box-shadow: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dk-none {
	display: none;
}

.header-area {
	background-image: url(images/topbg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px 0;
	position: relative;
	z-index: 9;
}

.head-left p {
	font-size: 18px;
	color: #29492b;
	font-weight: bold;
	margin-bottom: 0;
/*	font-family: "Panton";*/
}

.head-right {
	text-align: right;
}

.head-right a {
	display: inline-block;
	margin: 0 0 0 10px;
}

.head-right a i {
	color: #DBA916;
	font-size: 28px;
}

.head-right a i:hover {
	color: #000000;
}

.banner-area {
	position: relative;
	margin-top: -65px;
}

 .banner-area > a img {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 9;
}

.owl-dots {
	display: none;
}

.banner-area > i {
	display: none;
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
	z-index: 9;
	font-size: 35px;
	cursor: pointer;
}


.modal-content {
  background-color: #dba916;
  border: none !important;
}

.modal-header {
  border-bottom: none !important;
}




/*menu-area*/

.menu-area {
	background: #dba916;
	padding: 10px 0;
	border-top: 4px solid #fff !important;
}





/*about-area*/
.about-area {
	padding: 50px 0;
	text-align: center;
}

.about-area .container {
	max-width: 850px;
}

.about-area img {
	width: 100%;
	height: 100%;
}

.about-area p {
	font-size: 16px;
	line-height: 25px;
	color: #29492b;
	margin-bottom: 20px;
}

.about-area .half-w {
	width: 30%;
}


.fair-image {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.about-area .half2 {
	width: 40%;
}





/*footer-area*/

.footer-area {
	
		background: #2b2b2b;

	padding-bottom: 50px;
	
}

.footer-area h4 {
	font-size: 22px;
	line-height: 28px;
	color: #DBA916;
	font-weight: bold;
}

.footer-area p {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}

.footer-area ul li {
	display: block;
	margin-bottom: 4px;
}

.footer-area ul li a {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	display: flex;
	gap: 10px;
}

.footer-area ul li a span {
	width: 85px;
}

.foot1 a small {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}


.foot1 a small:hover {
	color: #96d9a0;
	text-decoration: underline;
}

.foot3 a {
	display: inline-block;
	margin: 0 0 0 10px;
}

.foot3 a i {
	color: #fff;
	font-size: 28px;
}

.foot3 a i:hover {
	color: #96d9a0;
}

.foot-last {
	margin-top: 70px;
}

.foot-last p {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	margin: 30px;
	margin-top: 70px;
}


.foot-last p a {
	color: #ffffff;
	padding: 0 10px;
}


.foot-last p a:hover {
	color: #94db85;
}











































































































































