@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

html,
body {
  overflow-x: hidden;
  font-family: 'Merriweather', serif;
  background: #066E00;
}
p {
	font-size: 20px;
}

/* PRATIK CSS*/
.displayinpc {
	display: block;
}
.displayinmobile {
	display: none;
}

@media (max-width: 767.98px) {
	.displayinpc {
		display: none;
	}
	.displayinmobile {
		display: block;
	}
}


.logocss {
	width: 700px;
}
.nodec {
	text-decoration: none;
}
.nodec:active, .nodec:hover, .nodec:focus{
	text-decoration: none;
}
.nopadding {
	padding:0;
}
.nomargin {
	margin:0;
}
.paddingten {
	padding: 10px 0;
}
.fontbold {
	font-weight: bold;
}
.back-black {
	background : #000;
}
.back-white {
	background : #fff;
}
.back-red {
	background : #066E00;
}
.back-l-green {
	background : #EFFFE3;
}
.color-black {
	color : #000;
}
.color-white {
	color : #fff;
}
.color-red {
	color : #066E00;
}
.color-gray {
	color : #666;
}
.h-color-black:hover, .h-color-black:active, .h-color-black:focus {
	color : #000;
	transition: 0.3s;
}
.h-color-white:hover, .h-color-white:active, .h-color-white:focus {
	color : #fff;
	transition: 0.3s;
}
.h-color-red:hover, .h-color-red:active, .h-color-red:focus {
	color : #066E00;
	transition: 0.3s;
}
.h-color-gray:hover, .h-color-gray:active, .h-color-gray:focus {
	color : #666;
	transition: 0.3s;
}
.bottomgap-css {
	margin-bottom: 15px;
	border-radius: 8px;
}
.head-css {
	font-size: 32px;
	margin: 40px 0;
}
.c-head-css {
    font-size: 30px;
    text-transform: uppercase;
    color: #066E00;
    margin-bottom: 18px;
    font-weight: 700;
}
.c-opening-css {
    font-size: 24px;
    text-transform: uppercase;
    color: #066E00;
    margin-bottom: 18px;
	margin-top: 26px;
    font-weight: 700;
}
.c-para-css {
    font-size: 19px;
    color: black;
}
.c-contact-css {
	font-weight: bold;
    font-size: 19px;
    color: black;
}
.font-awesome-css {
	margin-bottom: -7px;
	color: #066E00;
    font-size: 34px;
}
.border-map-css {
    border: 6px solid #066E00;
    border-radius: 6px;
}
.margin-top-css {
	padding: 5px 20px 20px;
}
.cust-pad-fifteen-css {
	padding: 15px;
}
.main-title-css {
	font-size: 24px;
}
.main-para-css {
	font-size: 18px;
	margin-bottom: 0;
}
.hrclass {
	border-top : 2px solid #066E00;
}

@media (max-width: 767.98px) {
	.head-css {
		font-size: 24px;
		margin: 20px 0;
	}
}