html body{
	padding:0px;
	margin:0px;
	background:#fff;
	background-position:center;
	background-size:cover;
	font-family:'Poppins', sans-serif;
	font-size:15px;
}
html body:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0, 0, 0, 0.5);
    -webkit-transition:.3s all ease;
    -o-transition:.3s all ease;
    transition:.3s all ease;
    opacity:0;
    visibility:hidden;
	z-index:1; 
}
html body.offcanvas-menu:before {
    opacity:1;
    z-index:1002;
	visibility:visible; 
}
/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/
.site-navbar-wrap {
	position:absolute;
	z-index:99;
	width:100%;
	left:0;
}
.site-navbar-wrap a {
	color:#fff; 
}
.site-navbar-wrap .site-navbar-top {
	font-size:13px;
	padding:0 20px;
}
.site-navbar-wrap .site-navbar-top a:hover{
	color:#2dc977; 
	text-decoration:none;
}
.site-navbar-top {
	border-bottom:1.5px solid rgba(255, 255, 255, 0.4); 
}
.site-navbar {
	margin-top:0;
	margin-bottom:0px;
	width:100%; 
}
.site-navbar .site-logo {
	font-weight:200;
	line-height:0;
	top:-7px;
	position:relative; 
}
.site-navbar .site-logo amp-img {
	margin:0;
	padding:0;
}
.site-navbar .site-navigation .site-menu {
	margin-bottom:0; 
}
.site-navbar .site-navigation .site-menu a {
	text-decoration:none !important;
	display:inline-block;
	font-weight:550;
}
.site-navbar .site-navigation .site-menu > li {
	display:inline-block;
	padding:10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
	padding:20px 10px;
	color:rgba(225, 225, 225);
	font-size:14px;
	text-decoration:none !important; 
}
.site-navbar .site-navigation .site-menu > li > a:hover {
	color:#2dc977;
}
.sticky-wrapper .site-navbar .site-navigation .site-menu > li.active a {
	color:#2dc977; 
}
.site-navbar .site-navigation .site-menu > li:last-child {
	padding-right:0; 
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
	padding-right:0; 
}
.site-navbar .site-navigation .site-menu .has-children {
	position:relative; 
}
.site-navbar .site-navigation .site-menu .has-children > a {
	position:relative;
	padding-right:20px; 
}
.site-navbar .site-navigation .site-menu .has-children > a:before:hover {
	color:#2dc977;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
	position:absolute;
	content:"\f107";
	font-size:18px;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	font-family:"icomoon"; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility:hidden;
	opacity:0;
	top:100%;
	position:absolute;
	text-align:left;
	-webkit-box-shadow:0 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:0 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding:0px 0;
	margin-top:20px;
	margin-left:0px;
	background:#fff;
	-webkit-transition:0.2s 0s;
	-o-transition:0.2s 0s;
	transition:0.2s 0s;
	border-radius:4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position:absolute; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom:100%;
	left:20%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color:rgba(136, 183, 213, 0);
	border-bottom-color:#fff;
	border-width:10px;
	margin-left:-10px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	font-size:14px;
	text-transform:none;
	letter-spacing:normal;
	-webkit-transition:0s all;
	-o-transition:0s all;
	transition:0s all;
	color:#343a40; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	color:#2dc977 !important; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	list-style:none;
	padding:0;
	margin:0;
	min-width:200px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
	border-top-left-radius:4px;
	border-top-right-radius:4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	padding:9px 20px;
	display:block; 
	color:#343a40;
	font-weight:normal;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background:#006420;
	color:#fff; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
	content:"\f105";
	right:20px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
	left:100%;
	top:0; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
	background:#ebeef0;
	color:#212529; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
	color:#fff; 
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
	cursor:pointer; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
	margin-top:0px;
	visibility:visible;
	opacity:1; 
}
.site-mobile-menu {
	width:300px;
	position:fixed;
	right:0;
	z-index:2000;
	padding-top:20px;
	background:rgba(52, 59, 64, 0.9);
	height:calc(100vh);
	-webkit-transform:translateX(110%);
	-ms-transform:translateX(110%);
	transform:translateX(110%);
	-webkit-box-shadow:-10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow:-10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	transition:.3s all ease-in-out; 
}
.offcanvas-menu .site-mobile-menu {
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%); 
}
.site-mobile-menu .site-mobile-menu-header {
	width:100%;
	float:left;
	padding-left:20px;
	padding-right:20px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float:right;
	margin-top:8px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size:30px;
	display:inline-block;
	padding-left:10px;
	padding-right:0px;
	line-height:1;
	cursor:pointer;
	color:#fff;
	-webkit-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color:#dee2e6; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float:left;
	margin-top:10px;
	margin-left:0px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display:inline-block;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a amp-img {
	max-width:70px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration:none; 
}
.site-mobile-menu .site-mobile-menu-body {
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	position:relative;
	padding:20px;
	height:calc(100vh - 52px);
	padding-bottom:150px; 
}
.site-mobile-menu .site-nav-wrap {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
}
.site-mobile-menu .site-nav-wrap a {
	padding:10px 5px;
	display:block;
	position:relative;
	color:#fff; 
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
	color:#2dc977; 
	text-decoration:none; 
}
.site-mobile-menu .site-nav-wrap li {
	position:relative;
	display:block; 
}
.site-mobile-menu .site-nav-wrap li.active > a {
	color:#2dc977; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position:absolute;
	right:0px;
	top:10px;
	z-index:20;
	width:36px;
	height:36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #212529; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 14px;
	z-index: 20;
	font-family: "icomoon";
	color: #fff;
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}
.site-mobile-menu .site-nav-wrap > li {
	display: block;
	position: relative;
	float: left;
	width: 100%; 
}
.site-mobile-menu .site-nav-wrap > li > a {
	padding-left: 20px;
	font-size: 16px; 
}
.site-mobile-menu .site-nav-wrap > li > ul {
	padding: 0;
	margin: 0;
	list-style: none; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
	display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	padding-left: 40px;
	font-size: 15px; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	padding: 0;
	margin: 0; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	font-size: 16px;
	padding-left: 60px; 
}
.site-navbar .site-navigation .site-menu {
	margin-bottom: 0; 
}
.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%; 
}
.sticky-wrapper + .site-blocks-cover {
	margin-top: 96px; 
}
.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
	height: 90px;
}
.sticky-wrapper .site-navbar ul {
	margin-top: 10px;
}
.sticky-wrapper .site-navbar .site-logo {
	margin-top: 25px;
}
.sticky-wrapper .site-navbar ul li.active a {
	color: #2dc977; 
}
.sticky-wrapper.is-sticky .site-navbar {
	  background-color: rgba(31, 31, 37, 0.9); 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 10px 5px; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
	padding-right: 0; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
	padding-right: 0; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
	padding-right: 20px; 
}
.sticky-wrapper .site-navbar .site-navigation .site-menu > li.has-children > a:hover {
	color: #2dc977;
}
.sticky-wrapper .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background: #006420;
	color: #fff; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
	padding: 10px 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
	color: #2dc977 !important; 
	text-decoration: none; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
	color: #2dc977; 
} 
@media only screen and (max-width: 575px) {
	.site-navbar-wrap .socio a {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.site-navbar-wrap .socio a {
		display: block;
	}
}
@media only screen and (max-width: 375px) {
	.site-navbar .site-logo amp-img {
		max-width: 200px;
		height: 40px;
	}
	.site-navbar-wrap .socio a {
		display: block;
	}
}
@media only screen and (max-width: 320px) {
	.site-navbar .site-logo amp-img {
		max-width: 180px;
		height: 40px;
	}
	.site-navbar-wrap .socio a {
		display: block;
	}
}
/*--------------------------------------------------------------
# HOMEPAGE BACKGROUND
--------------------------------------------------------------*/
.carousel-inner {
	width: 100%;
	margin-bottom: 0px;
} 
.carousel-item amp-img {
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	z-index:1;
	filter: brightness(0.29);
}
.carousel-indicators {
	margin-top: 0px;
}
.carousel-inner .carousel-caption {
	text-align: left;
	top: 40%;	
}
.carousel-inner .carousel-caption h1 {
	font-size: 35px;
	font-weight: 600;
	color:#cdcdcd;
	width: 100%;
	animation-delay: 1s;
}
.carousel-caption h1 span {
	color: #02d977;
}
.carousel-caption p {
	margin-top: 20px;
	font-size: 21px;
	color: #fff;
	font-weight: 500;
	width: 100%;
	animation-delay: 1.5s;
}
.carousel-caption .btn {
	background: #b11c1c;
	color: #fff;
	font-weight: bold;
	font-size: 16px;	
	width: auto;
	font-family: 'Play', sans-serif;
	margin-left: 5px;
	padding: 20px 15px;
	border: outset;
	border-radius: 5px;
	animation-delay: 2s;
	letter-spacing: 1.5px;
}
.carousel-caption .button .btn:hover {
	background: #fff;
	color:#b11c1c;
	border: outset;
}
.carousel a {
	margin-top: 0px;
}
@media only screen and (max-width: 1199px) {
	.carousel-inner .carousel-caption h1 {
		font-size: 30px;
		width: 100%;
	}
	.carousel-caption p {
		font-size: 20px;
		width: 90%;
		text-align: left;
		margin-top: 20px;
	}
	.carousel-caption .btn {
		font-size: 15px;
		padding: 15px 12px;
	}
}
@media only screen and (max-width: 991px) {
	.carousel-inner .carousel-caption h1 {
		font-size: 24px;
		width: 100%;
	}
	.carousel-caption p {
		font-size: 15px;
		width: 90%;
		text-align: left;
		margin-top: 20px;
	}
	.carousel-caption .btn {
		font-size: 15px;
		padding: 15px 12px;
	}
}
@media only screen and (max-width: 767px) {
	.carousel-item img {
		width: 100%;
		height: 95vh;
	}
	.carousel-inner .carousel-caption h1 {
		margin-top: 10px;
		font-size: 24px;
		width: 100%;
	}
	.carousel-caption p {
		font-size: 16px;
		width: 100%;
	}
	.carousel-caption .btn {
		font-size: 16px;
		padding: 15px 12px;
	}
}
@media only screen and (max-width: 575px) {
	.carousel-item img {
		width: 100%;
		height: 95vh;
	}
	.carousel-inner .carousel-caption h1 {
		margin-top: 10px;
		font-size: 20px;
		width: 100%;
	}
	.carousel-caption p {
		font-size: 16px;
		width: 100%;
	}
	.carousel-caption .btn {
		font-size: 15px;
		padding: 15px 12px;
	}
}
@media only screen and (max-width: 480px) {
	.carousel-item img {
		width: 100%;
		height: 95vh;
	}
	.carousel-inner .carousel-caption h1 {
		font-size: 22px;
		width: 110%;
		margin-top: 30px;
	}
	.carousel-caption p {
		font-size: 15px;
		width: 105%;
	}
	.carousel-caption .btn {
		font-size: 15px;
		padding: 15px 12px;
	}
}
@media only screen and (max-width: 375px) {
	.carousel-item img{
		width: 100%;
		height: 100vh;
	}
	.carousel-inner .carousel-caption h1{
		margin-top: 0px;
		font-size: 18px;
		width: 110%;
	}
	.carousel-caption p{
		width: 110%;
		font-size: 13px;
		margin-top: 15px;
	}
	.carousel-caption .btn{
		width:80%;
		font-size: 15px;
		padding: 12px 15px;
		letter-spacing:0px;
	}
}
/*--------------------------------------------------------------
# BREADCRUMB
--------------------------------------------------------------*/
nav .breadcrumb{
	background: transparent;
}
nav .breadcrumb{
	margin-top:50px;
	margin-left:30px;
	margin-bottom:-50px;	
}
nav .breadcrumb i{
	font-size: 17px;
	color: #666	;
	margin-top: 0px;
	padding-right: 10px;
}
nav .breadcrumb li{
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;	
}
nav .breadcrumb li a{
	color:#006420;
}
nav .breadcrumb li a:hover{
	color:#001f3f;
	text-decoration:none;
}
@media only screen and (max-width: 320px) {
	nav .breadcrumb{
		margin-left: 10px;	
	}
	.breadcrumb li a{
		font-size:14px;
	}
}
/*--------------------------------------------------------------
# CUSTOM FACTS
--------------------------------------------------------------*/
.colum{
	margin-top: 0px;
	padding: 20px 0px;
	background: #fff;
	border-bottom: 3px solid #006420;
	border-radius: 1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.colum-body{
	padding: 20px 20px;
	display:inline-block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}
.colum-body i{
	color:#006420;
  	font-size:45px;
   	float:left;
	clear:both;
	padding:20px 5px;   
}
.colum-body span{
  	color:#002c4c;
  	font-weight:560;
	font-size:25px;
	font-family:'Big Shoulders Display', cursive;
}
.colum-body .sign{
	color:#7cdf9c;
	font-weight:bolder;
	font-size:30px;
	font-family:'Big Shoulders Display', cursive;
}
.colum-body p{
  color:#333;
  font-size:16px;
  line-height:1.2em;
}
@media only screen and (max-width: 1199px) {
	.colum-body{
		width: 100%;
		margin-left: auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 991px) {
	.colum-body{
		display: inline-block;
		padding: 15px;
		width:40%;
	}
	.colum-body p{
		font-size: 16px;
	}
	.colum-body i{
		font-size:38px;  
	}
}
@media only screen and (max-width: 767px) {
	.colum-body{
		display: inline-block;
		width: 100%;
		margin-left: auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 575px) {
	.colum .colum-body{
		display: block;
		margin-left: auto;
		margin-right:auto;
		font-size: 15px;
		width: 100%;
		padding:20px;
	}
}
@media only screen and (max-width: 480px) {
	.colum .colum-body{
		display: block;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.colum-body p{
		width: 100%;
		font-size: 15px;
	}
}
@media only screen and (max-width: 375px) {
	.colum .colum-body{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 320px) {
	.colum-body{
		width: 100%;
		padding:5px;
	}
}
/*--------------------------------------------------------------
# INTRODUCTION
--------------------------------------------------------------*/
.home-page{
	margin-top:50px;
}
.home-page p{
	margin-top:35px;
	font-size: 15.5px;
	padding:10px;
	line-height:35px;
	text-align:justify;
}
.home-page img{
	width:80%;
	padding:30px 10px;
	height:75vh;
	border-radius:5%;
	display: block;
	margin-left: auto;
	margin-right:auto;
}
.icon-container{
	display:flex;
	gap:25px;
	margin-top:50px;
}
.icon i{
	font-size:30px;
	color:inherit;
	padding:20px 17px;
	cursor: pointer;
	border-radius:10px;
	text-align: center;
	background: rgba(220, 220, 220, 0.3);
}
.icon.active{
	background:#006420; 
	color:#fff;
	border-radius:10px;
}
.icon i:hover{
	background:#006420;
	color:#fff;
}
.sentence-container{
	margin-top:20px;
	height:auto;
	padding:10px;
	font-size:15.5px;
	line-height:30px;
	text-align:left;
}
.sentence{
	display:none;
}
.sentence.active{
	display:block;
}
@media only screen and (max-width: 767px) {
	.home-page img{
		width:90%;
		padding:20px;
		height:auto;
	}
}
@media only screen and (max-width: 480px) {
	.home-page img{
		width:100%;
		padding:0px;
		height:auto;
	}
}
/*--------------------------------------------------------------
# SECTION HEADINGS
--------------------------------------------------------------*/
.service .head{
	margin-top: 100px;
	font-family: 'Play', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #001f3f;
	text-align: center;
	text-transform: capitalize;
}
.service .red-head{
	margin-top: 100px;
	font-family: 'Play', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #ff0000;
	text-align: center;
	text-transform: capitalize;
}
.service hr{
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 4px solid #006420; 
	border-radius: 15px;
	width: 3%;
}
.service p{
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;	
	margin-top: 0px; 
}
@media only screen and (max-width: 1199px) {
	.service p{
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.service{
		margin-top: 50px;
	}
	.service .head{
		margin-top: 0px;
	}
	.service p{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.service{
		margin-top: 50px;
	}
	.service .head{
		margin-top: 0px;
	}
	.service p{
		font-size: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.service{
		margin-top: 50px;
	}
	.service p{
		margin-top: 0px;
		font-size: 18px;
	}
	.service .head{
		margin-top: 0px;
	}
}
@media only screen and (max-width: 480px) {
	.service{
		margin-top: 50px;
	}
	.service p{
		font-size: 17px;
		margin-top: 0px;
	}
	.service .head{
		margin-top: 0px;
	}
}
@media only screen and (max-width: 375px) {
	.service{
		margin-top: 50px;
	}
	.service p{
		font-size: 16px;
		margin-top: 0px;
	}
	.service .head{
		margin-top: 0px;
	}
}
@media only screen and (max-width: 320px) {
	.service{
		margin-top: 50px;
	}
	.service p{
		font-size: 16px;
		margin-top: 0px;
	}
	.service .head{
		margin-top: 0px;
	}
}
/*--------------------------------------------------------------
# SECTION HEADINGS TWO
--------------------------------------------------------------*/
.service-two .head{
	margin-top: 100px;
	padding-left: 15px;
	font-family: 'Play', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #006420;
	text-transform: capitalize;
}
.service-two .head i{
	padding-left: 5px;
	font-size: 20px;
	margin-right: 15px;
	color: #001f3f;
}
.service-two p{
	font-size: 18px;
	margin-top: 0px;
	padding-left: 30px;
	color: #1b1b1b; 
}
@media only screen and (max-width: 375px) {
	.service-two{
		margin-top: 70px;
	}
	.service-two p{
		font-size: 16px;
		margin-top: 0px;
	}
	.service-two .head{
		margin-top: 0px;
		font-size: 17px;
	}
}
/*--------------------------------------------------------------
# SECTION HEADINGS THREE
--------------------------------------------------------------*/
.service-three .head{
	margin-top: 70px;
	font-family: 'Play', sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #006420;
	text-transform: capitalize;
}
.service-three .head i{
	font-size: 22px;
	margin-right: 15px;
	color: #001f3f;
}
.service-three p{
	font-size: 18px;
	margin-top: 0px;
	padding-left: 30px;
	color: #1b1b1b; 
}
@media only screen and (max-width: 991px) {
	.service-three p{
		font-size: 16px;
		margin-top: 0px;
	}
	.service-three .head{
		font-size: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.service-three p{
		font-size: 17px;
		margin-top: 0px;
	}
	.service-three .head{
		font-size: 22px;
	}
}
@media only screen and (max-width: 375px) {
	.service-three p{
		font-size: 16px;
		margin-top: 0px;
	}
	.service-three .head{
		font-size: 18px;
	}
}
@media only screen and (max-width: 320px) {
	.service-three p{
		font-size: 16px;
		margin-top: 0px;
	}
	.service-three .head{
		font-size: 18px;
	}
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.header h1{
	margin-top: 250px;
	font-size: 48px;
	color: #f1f1f1;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: 'Teko', sans-serif;
}
.header{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/static/images/array.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	width: auto;
	animation-delay: 1s;
}
@media only screen and (max-width: 1199px) {
	.header h1{
		font-size: 25px;
	}
}
@media only screen and (max-width: 991px) {
	.header h1{
		font-size: 35px;
	}
}
@media only screen and (max-width: 767px) {
	.header h1{
		font-size: 32px;
	}
}
@media only screen and (max-width: 575px) {
	.header h1{
		font-size: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.header h1{
		margin-top: 250px;
		font-size: 28px;
	}
}
@media only screen and (max-width: 375px) {
	.header h1{
		margin-top: 255px;
		font-size: 26px;
	}	
}
@media only screen and (max-width: 320px) {
	.header h1{
		margin-top: 255px;
		font-size: 24px;
	}
}
/*--------------------------------------------------------------
# BACK TO TOP
--------------------------------------------------------------*/
.back-to-top{
	position: fixed;
	font-size: 17px;
	margin-bottom: 80px;
	background: transparent;
	border-radius: 100%;
	border: 1px solid #24a560;
	color: #24a560;
	padding: 10px 15px;
	bottom: 5px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 99;
}
.back-to-top:hover{
	color:#fafafa;
	background: #006420;
	transition: .4s;
}
/*--------------------------------------------------------------
# HOMPAGE SERVICES / SERVICES
--------------------------------------------------------------*/
.service-page-three{
	margin-top:30px;
}
.single-service-style-three {
	position: relative;
	box-shadow: #001f3f;
}
.single-service-style-three .text-block {
	margin-top:20px;
	background:rgba(25, 31, 52, 0.04);
	padding:20px 20px;
	text-align:left;
	position:relative;
	border-radius:5px;
}
.single-service-style-three .text-block .block {
	width: 120px;
	height: 120px;
	display: inline-block;
	transition: all .4s ease;
}
.single-service-style-three .text-block .block i {
	font-size: 46px;
    display: block;
    line-height: 85px;
	color: #006420;
	margin-top: 15px;
}
.single-service-style-three .text-block h3 {
	margin: 0;
	font-size: 24px;
	font-weight:bold;
	margin-top: 30px;
}
.single-service-style-three .text-block h3 a {
	color: #001f3f;
	transition: all .4s ease;
}
.single-service-style-three:hover .text-block h3 a{
	color: #fff;
	text-decoration: none;
}
.single-service-style-three .text-block p {
	margin: 0;
	color: #000;
	margin-top: 15px;
	margin-bottom:35px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.single-service-style-three .text-block .read-more {
	color: #006420;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
	transition: all .4s ease;
	text-transform:capitalize;
}
.single-service-style-three:hover .text-block i{
	color: #fff;
	text-decoration: none;
}
.single-service-style-three:hover .text-block p{
	color: #fff;
	text-decoration: none;
}
.single-service-style-three:hover .text-block .read-more{
	color: #fff;
	text-decoration: none;
}
.single-service-style-three:hover .text-block {
	background:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(/static/images/cost-saving.jpeg) top center;
	transition: 0.3s ease-in-out;
	transition-delay: 0.4ms;
}
@media only screen and (max-width: 1199px) {
	.single-service-style-three{
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
	}
	.single-service-style-three .text-block p{
		padding: 0px;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.single-service-style-three{
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
	}
	.single-service-style-three .text-block p{
		padding: 0px;
		width: 100%;
	}
	.single-service-style-three .text-block h3 {
		margin: 0;
		font-size: 20px;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.single-service-style-three{
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 70%;
	}
}
/*--------------------------------------------------------------
# PAGE HEADER
--------------------------------------------------------------*/
.page-header{
	margin-top: 100px;
	text-align: left;
}
.page-header h2{
	font-size: 30px;
	width: 90%;
	font-weight: 600;
	padding: 5px 15px;
	margin-left: 10px;
	font-family: 'Play', sans-serif;
}
@media only screen and (max-width: 1199px) {
	.page-header h1{
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.page-header h1{
		padding: 0;
		width: 100%;
		font-size: 18px;
	}
	.page-header h2{
		font-size: 22px;
	}
}
@media only screen and (max-width: 375px) {
	.page-header h1{
		padding: 0;
		width: 100%;
		font-size: 15px;
	}
	.page-header h2{
		font-size: 20px;
	}
}
@media only screen and (max-width: 320px) {
	.page-header h1{
		padding: 0;
		width: 100%;
		font-size: 18px;
	}
	.page-header h2{
		font-size: 20px;
	}
}
/*--------------------------------------------------------------
# ABOUT US
--------------------------------------------------------------*/
.about-us{
	margin-top:50px;
	padding:15px;
}
.about-us .image-container{
	position:relative;
	width:100%;
	margin-left: auto;
	margin-right:auto;
	display:block;
}
.about-us .image-container img{
	margin-bottom:40px;
}
.about-us .background-image{
	width:80%;
	height:72vh;
	display:block;
	border-radius:4%;
}
.about-us .overlay-image{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(20%, -30%);
	width:42%;
	height:42vh;
	border-radius:4%;
}
.about-us p{
	font-size:16px;
	padding:10px 5px;
	text-align:justify;
	line-height:28px;
	width:100%;
	margin-top:10px;
}
.abt-msn{
	margin-top:30px;
	padding:0 10px;
}
.abt-msn h6{
	font-size:22px;
	font-weight:bold;
	color:#002c4c;
	margin-top:25px;
}
.abt-msn p{
	font-size:15.5px;
	margin-top:0px;
}
@media only screen and (max-width: 1199px) {
	.about-us .background-image{
		width:85%;
		height:75vh;
		display:block;
	}
	.about-us .overlay-image{
		display:block;
		width:40%;
		height:35vh;
		top:35%;
	}
}
@media only screen and (max-width: 991px) {
	.about-us .background-image{
		margin-left:auto;
		margin-right:auto;
		width:55%;
		height:80vh;
		display:block;
	}
	.about-us .overlay-image{
		display:block;
		width:25%;
		height:40vh;
		left:60%;
	}
}
@media only screen and (max-width: 767px) {
	.about-us .background-image{
		margin-left:auto;
		margin-right:auto;
		width:65%;
		height:70vh;
		display:block;
	}
	.about-us .overlay-image{
		display:block;
		width:25%;
		height:30vh;
		left:65%;
	}
}
@media only screen and (max-width: 575px) {
	.about-us .background-image{
		width:80%;
		padding:0;
		height:70vh;
		display:block;
	}
	.about-us .overlay-image{
		display:none;
	}
}
@media only screen and (max-width: 480px) {
	.about-us .background-image{
		width:100%;
		padding:0;
		height:50vh;
		display:block;
	}
}
/*--------------------------------------------------------------
# WHY CHOOSE US
--------------------------------------------------------------*/
.why-choose-us{
	margin-top:0;
	padding:20px;
	justify-content:center;
	align-items:center;
}
.why-choose-us h3{
	font-size:45px;
	line-height:45px;
	color:#082842;
	font-weight:800;
	margin-top:20px;
	margin-bottom:30px;
	letter-spacing:0.1cm;
	font-family:'play', sans-serif;
}
.why-choose-us img{
	width:100%;
	height:70vh;
	margin-top:130px;
	border-radius:5%
}
.my-accordion{
	margin-top:20px;
}
.why-choose-us .card{
	border:none;
}
.why-choose-us .card-header{
	background:rgba(220, 220, 220, 0.3);
	border-bottom:none;
}
.why-choose-us .card-header.active{
	background:#006420;
	color:#fff;
}
.why-choose-us .card-header .btn-link{
	font-size:16px;
	color:inherit;
	text-decoration:none;
	text-align: left;
	width: 100%;
}
.why-choose-us .btn-link:hover, .btn-link:focus{
	text-decoration:none;
	color:inherit;
}
.why-choose-us .card-body p{
	font-size: 14px;
	color:#444;
	text-align:justify;
}
.rotate{
	transition:transform 0.2s;
	float:right;
	clear:both;
}
.rotate-down{
	transform:rotate(180deg);
}
@media only screen and (max-width: 1199px) {
	.why-choose-us img{
		width:100%;
		height:500px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 991px) {
	.why-choose-us img{
		width:70%;
		height:500px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 767px) {
	.why-choose-us img{
		width:80%;
		height:400px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 575px) {
	.why-choose-us img{
		width:90%;
		height:350px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 480px) {
	.why-choose-us h3{
		font-size:25px;
		line-height:25px;
		width:100%;
	}
	.why-choose-us img{
		height:350px;
		width:100%;
	}
}
@media only screen and (max-width: 375px) {
	.why-choose-us img{
		height:300px;
		width:100%;
	}
}
/*--------------------------------------------------------------
# HOW WE WORK
--------------------------------------------------------------*/
.workflow{
	margin-top:15px;
	padding:20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.workflow img{
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
}
@media only screen and (max-width: 1199px) {
	.workflow img{
	width:100%;
	height:100%;
	}
}
@media only screen and (max-width: 320px) {
	.workflow img{
	margin-left:-10px;
	width:110%;
	height:100%;
	}
}
/*--------------------------------------------------------------
# FEATURED PROJECT
--------------------------------------------------------------*/
.hp-project{
	margin-top:50px;
	justify-content: center;
	align-items:center;
	background:#fafafa;
	padding-bottom:50px;
}
.featured-project{
	padding:10px 30px;
	text-align:center;
	margin-top:20px;
	width:100%;
}
.featured-project img{
	margin:10px 10px;
	width:300px;
	height:300px;
}
@media only screen and (max-width: 1199px) {
	.featured-project amp-img{
		width: 35%;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 767px) {
	.featured-project amp-img{
		width: 45%;
		height: 250px;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 575px) {
	.featured-project amp-img{
		width: 75%;
		height: 350px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 480px) {
	.featured-project amp-img{
		width: 80%;
		height: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 375px) {
	.featured-project amp-img{
		width: 90%;
		height: 320px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 320px) {
	.featured-project amp-img{
		width: 100%;
		height: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/*--------------------------------------------------------------
# PROJECTS
--------------------------------------------------------------*/  
.projects{
	margin-top:50px;
}
.portfolio .image-block{
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.portfolio .image-block:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 29, 43, 0.7);
	-webkit-transform: scaleX(0);
			transform: scaleX(0);
	z-index: 1;
	transition: .5s ease;
}
.portfolio .image-block >img{
	margin: 0;
	width: 350px;
	height: 350px;
}
.portfolio .image-block .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 900ms ease;
	transition-delay: .1s;
	-webkit-transform: scale(0);
			transform: scale(0);
	z-index: 2;
}
.portfolio:hover .image-block:before{
	-webkit-transform: scaleY(1);
			transform: scaleY(1);
	transition: .5s ease;
}
.portfolio:hover .image-block .overlay{
	-webkit-transform: scale(1);
			transform: scale(1);
	transition: all 900ms ease;
	transition-delay: .5s;
}
.portfolio:hover .image-block .overlay .caption{
	color: #fff;
	font-size: 18px;
	padding: 5px;
	font-weight: 550;
	text-transform: capitalize;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	background: rgba(31, 31, 37, 0.9);
}
@media only screen and (max-width: 1199px){
	.portfolio .image-block > img{
		width: 100%;
		height: 300px;
	}
}
@media only screen and (max-width: 991px){
	.portfolio .image-block > img{
		width: 100%;
		height: 240px;
	}
}
@media only screen and (max-width: 767px) {
	.portfolio .image-block > img{
		width: 100%;
		height: 230px;
		padding: 0;
	}
}
@media only screen and (max-width: 575px) {
	.portfolio .image-block > img{
		width: 70%;
		height: 320px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.portfolio .image-block:before {
		width: 70%;
		left: 15%;
	}
	.portfolio:hover .image-block .overlay .caption{
		width: 70%;
		left: 15%;
	}
}
@media only screen and (max-width: 480px) {
	.portfolio .image-block > img{
		width: 85%;
		height: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.portfolio .image-block:before {
		width: 85%;
		left: 7.7%;
	}
	.portfolio:hover .image-block .overlay .caption{
		width: 85%;
		left: 7.7%;
	}
}
@media only screen and (max-width: 375px) {
	.portfolio .image-block > img{
		width: 90%;
		height: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.portfolio .image-block:before {
		width: 90%;
		left: 5.3%;
	}
	.portfolio:hover .image-block .overlay .caption{
		width: 90%;
		left: 5.3%;
	}
}
@media only screen and (max-width: 320px) {
	.portfolio .image-block > img{
		width: 100%;
		height: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.portfolio .image-block:before {
		width: 100%;
		left: 0;
	}
	.portfolio:hover .image-block .overlay .caption{
		width: 100%;
		left: 0;
	}
}
/*--------------------------------------------------------------
# PROJECT DETAILS
--------------------------------------------------------------*/
.project-details{
	margin-top:50px;
	padding:10px 20px;
}
.folio img{
	width:100%;
	height:500px;
	padding:0 30px;
}
.project-info{
    background:#fff;
}
.project-info p{
	padding: 10px 5px;
	font-size: 20px;
	font-weight: bold;
	margin:30px 10px;
	margin-left: 20px;
	color: #006420;
}
.project-info p span{
	font-size: 17px;
	font-weight: normal;
	color: #1b1b1b;
	font-family: 'Poppins', sans-serif;
}
.tech-details{
	margin-top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.tech-details p{
	line-height: 45px;
	font-size: 16px;
	text-align: justify;
	padding: 10px;
	width: 100%;
}  
.pro-details{
	margin-top:100px;
}
.pro-details img{
	width: 300px;
	height: 350px;
	padding-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
	.folio img{
		width:100%;
		height:55vh;
	}
	.tech-details p{
		width: 100%;
	}
	.pro-details img{
		height: 280px;
	}
}
@media only screen and (max-width: 991px) {
	.pro-details img{
		width: 95%;
		height: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.folio img{
		width: 100%;
		height: 75vh;
	}
	.tech-details p{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.pro-details img{
		height:250px;
		width:100%;
	}
	.folio img{
		display:block;
		width:100%;
		height:60vh;
	}
	.tech-details p{
		width: 100%;
		padding: 0;
	}
	.client-details{
		padding: 0;
	}
	.project-info{
		margin-top:50px;
	}
	.project-info p{
		padding:0 5px;
		font-size: 17px;
		width: 100%;
	}
	.project-info p span{
		font-size: 15px;
	}
}
@media only screen and (max-width: 575px) {
	.project-details{
		padding: 0;
	}
	.tech-details p{
		padding: 0;
		width: 100%;
		line-height: 35px;
	}
	.pro-details img{
		width: 80%;
		height: 320px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.folio img{
		padding: 0;
		width: 85%;
		height: 50vh;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 480px) {
	.pro-details img {
		width: 90%;
		height: 350px;
	}
	.folio img {
		width: 90%;
		height: 45vh;
		margin-left: auto;
		margin-right: auto;
	}
	.tech-details p {
		width: 100%;
		padding:0 10px;
	}
}
@media only screen and (max-width: 375px) {
	.pro-details img {
		width:95%;
		height: 250px;
	}
	.folio img {
		width: 100%;
		height: 45vh;
	}
}
@media only screen and (max-width: 320px) {
	.pro-details img {
		width:100%;
		height:200px;
	}
	.folio img {
		width: 100%;
		height: 45vh;
	}
}
/*--------------------------------------------------------------
# TEAM SECTION
--------------------------------------------------------------*/
.team-area{
	justify-content:center;
	align-items:center;
	display:block;
	left:15px;
	margin-top:50px;
	width:100%;
}
.single-team{
	width: 350px;
	height: 400px;
	padding: 5px 25px;
	background:#fff;
	position: relative;
	display: flex;
	align-items: flex-end;
	transition: .6s;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.single-team:hover {
	transform:translateY(5px);
}
.single-team:hover:before {
	opacity:0.5;
}
.single-team:hover .team-text{
	opacity:1;
	transform: translateY(10px);
	text-decoration: none;
}
.single-team:before{
	content: '';
	position:absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #000, transparent);
	z-index: 2;
	transition: .5s;
	opacity: 0;
}
.single-team amp-img{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.single-team .team-text {
	position: relative;
	z-index: 5;
	color:#fff;
	opacity: 0;
	transform: translateY(5px);
	transition: .5s;
}
.single-team .team-text span{
	text-transform: capitalize;
	font-weight: 700;
	font-size: 24px;
	color:#2dc977;
	margin-left: 13px;
}
.single-team .team-text p{
	font-size: 17px;
	margin-top: 0px;
	margin-left: 15px;
	color: #fff;
}
@media only screen and (max-width: 991px) {
	.team-area{
		width: 100%;
	}
	.single-team-one{
		width: 49%;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		height: 400px;
	}
}
@media only screen and (max-width: 767px) {
	.team-area{
		width:100%;
	}
	.single-team{
		width: 100%;
		height: 320px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 45px;
	}
}
@media only screen and (max-width: 575px) {
	.team-area{
		width: 70%;
		justify-content: center;
		align-items: center;
	}
	.single-team{
		width: 100%;
		height: 350px;
		
	}
}
@media only screen and (max-width: 480px) {
	.team-area{
		width: 100%;
	}
	.single-team{
		width: 80%;
		height: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 375px) {
	.team-area{
		display: block;
		margin-left: auto;
		margin-right: auto;	
	}
	.single-team{
		width: 100%;
		height: 350px;
		display: block;
		margin-left: auto;
		margin-right: auto;	
	}
}
@media only screen and (max-width: 320px) {
	.team-area{
		display: block;
		margin-left: auto;
		margin-right: auto;	
	}
	.single-team amp-img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 300px;
	}
}
/*--------------------------------------------------------------
# FOOTER SECTION
--------------------------------------------------------------*/
.footer-20192 {
	position: relative;
	color: #fff;
	margin-top: 150px;
	padding-top: 7rem;
	padding-bottom: 1rem;
	padding-left: 7rem;
	padding-right: 7rem;
	background-color: #141d2a; 
}
.footer-20192 .container {
	position: relative; 
}
.footer-20192 h3 {
	color:#cdcdcd;
	font-size:20px;
	margin-bottom:20px;
	margin-top:0;
	line-height:1.5; 
	letter-spacing: 1px;
	font-weight:bold;
	font-family:'Big Shoulders Display', cursive;
}
.footer-20192 .links li {
	margin-bottom:10px;
	line-height:2.0;
	display:block;
	font-size:13px;
}
.footer-20192 .links li p{
	color:#cdcdcd;
}
.footer-20192 .links li p span{
	color:#cdcdcd;
	font-size:16px;
}
.footer-20192 .links li p:hover {
	color:#fff; 
	text-decoration:none;
}
.footer-20192 .links li a {
	color:#cdcdcd; 
}
.footer-20192 .links li span a {
	color:#cdcdcd; 
	font-size:17px;
}
.footer-20192 .links li a:hover {
	color: #fff; 
	text-decoration: none;
}
.footer-20192 .social li {
	top:80px;
	display:inline-block;
	position:relative;
}
.footer-20192 .social li a {
	position:relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display:inline-block;
	background-color: #fff;
	color: #001f3f; 
}
.footer-20192 .social li a:hover{
	color:#fff;
	background:#24a560;
	text-decoration: none;
}
.footer-20192 .social li a > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}
.footer-20192 .footer-logo amp-img{
	margin: 0;
	padding-bottom: 20px;
} 
.footer-20192 .copyright {
	color: #fff; 
	text-align: center;
	bottom: 0;
	font-size: 15px;
	padding-top: 1.5rem;
}
.footer-20192 .cta {
	-webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
	box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
	padding: 20px;
	background-color: #007654;
	top: -150px;
	position: relative;
}
.footer-20192 .cta h2, .footer-20192 .cta h3 {
	line-height: 1.5; 
}
.footer-20192 .cta h2 {
	font-size: 28px;
}
.footer-20192 .cta h3 {
	font-size: 20px;
	color: #000
}
.footer-20192 .cta a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4))#ff0000;
	font-weight: 600;
	font-family: 'Play', sans-serif;
	font-size: 20px;
}
.footer-20192 .cta a:hover {
	color: #001f3f;
	background: #f1f1f1;
	text-decoration: none !important; 
}  
.site-section{
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 4.5rem;
}
@media only screen and (max-width: 1199px) {
	.footer-20192 {
		padding-left:0;
		padding-right:0; 
	}
	.footer-20192 .footer-logo amp-img{
		width: 150px;
		height: 100px;
	} 
	.footer-20192 .links li span a {
		width: 100%;
		font-size: 18px;
	}
	.footer-20192 .links li p span{
	    width: 100%;
		font-size: 17px;
	}
}
@media only screen and (max-width: 991px) {
	.footer-20192 .footer-logo amp-img{
		width: 150px;
		height: 100px;
	} 
	.footer-20192 .links li span a {
		width: 100%;
		font-size: 17px;
	}
	.footer-20192 .links li p span{
	    width: 100%;
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-20192 .footer-logo amp-img{
		max-width: 180px;
		height: 100px;
	} 
	.footer-20192 .links li span a {
		width: 100%;
		font-size: 17px;
	}
	.footer-20192 .links li p span{
	    width: 100%;
		font-size: 17px;
	}
}
@media only screen and (max-width: 575px) {
	.footer-20192 .footer-logo amp-img{
		max-width: 180px;
		height: 100px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 320px) {
	.footer-20192 .footer-logo amp-img{
		max-width: 160px;
	} 
	.footer-20192 .cta a{
		width:110%;

	}
}
/*--------------------------------------------------------------
# FREQUENTLY ASKED QUESTIONS
--------------------------------------------------------------*/
.FAQS{
	margin-top:120px;
}
.FAQS h3{
	font-family: 'play', sans-serif;
	font-size: 35px;
	color: #006420;
}
.FAQS .card-body{
	font-size: 14px;
	color:#444;
}
.FAQS .card{
	border:none;
}
.FAQS .card-header.active{
	background:#006420;
	color:#fff;
}
.FAQS .card-header .btn-link{
	font-size: 16px;
	color:inherit;
	text-decoration: none;
	text-align: left;
	width: 100%;
}
.FAQS .btn-link:hover, .btn-link:focus{
	text-decoration:none;
	color:inherit;
}
.rotate{
	transition:transform 0.2s;
	float:right;
	clear:both;
}
.rotate-down{
	transform:rotate(180deg);
}
/*--------------------------------------------------------------
# CONTACT US
--------------------------------------------------------------*/
.address{ 
	margin-top:50px; 
	margin-bottom: 50px;
	text-align: center;
}
.add h6{
	font-family: 'play', sans-serif;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 600;
} 
.add p{
	font-size: 15px;
	color:#000;
	width: 100%;
	padding: 2.5px 5px;
}
.add a{
	font-size: 15px;
	color: #000;
	width: 100%;
	padding: 2.5px 5px;
	text-decoration: none;
}
.add a:hover{
	text-decoration: none;
	color: #fff;
	background: #001f3f;
}
.add i{
	font-size: 25px;
	color: #24a560;
	margin-top: 50px;
	background: transparent;
	border: 1px solid #001f3f;
	padding: 10px 13px;
	border-radius: 5px;
}
.content{
	margin-top:0px;
}
.contact{
	margin-bottom: 0px; 
	margin-top: 100px;
}
.contact h4{
	font-family:'play', sans-serif;
	font-size:20px;
	padding-left:20px;
	line-height:30px;
}
.content .map embed{
	margin-top: 30px;
	padding: 10px 0;
	width: 100%;
	height: 550px;
}
.form-row .form-control{
	height:55px;
	margin-top: 40px;
	border-radius: 0px;
	border: 1px solid grey;
	font-size: 15px;
}
#contact-form{
	margin-top: 0px;
	width: 100%;
}
#contact-form input{
	width: 100%;
	border-radius: 0px;
	border: 1px solid grey;
	box-shadow: none;
	font-size: 15px;
	height: 55px;
	margin-top: 40px;
}
#contact-form textarea{
	margin-top: 40px;
	border: 1px solid grey;
	border-radius: 0px;
	box-shadow: none;
	font-size: 15px;
	width: 100%;
	height: auto;
}
#contact-form button{
	width: 200px; 
	height: 60px; 
	margin: 15px 0px; 
	padding: 10px 10px;
	border: 2px solid #006420;
	border-radius: 10px;
	color: #006420; 
	font-size: 15px; 
	font-weight: 550;
}
#contact-form button:hover{
	background: #001f3f; 
	color: #cdcdcd; 
	transition: .3s;
}
#contact-form .form-row p{
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
	color: #555;
}
#contact-form .form-row span{
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
	color: #555;
	margin-top: 15px;
}
#contact-form .form-check input{
	height: 35px;
	width: 35px;
}
#contact-form .form-check label{
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	color: #555;
}
#contact-form .form-row .form-check-label{
	color: red;
	font-weight: bold;
}
#contact-form .form-check{
	margin-top: 0px;
	display: inline-block;
}
#contact-form input[type=checkbox] {
	border: 1.9px solid #555;
	padding: 0.5em;
	-webkit-appearance: none;
}
input[type=checkbox]:checked {
	background: url(/static/images/bbb.webp) no-repeat center center;
	background-size: 12px 12px;
}
input[type=checkbox]:focus {
	outline-color: transparent;
}
#contact-form input[type=radio] {
	border: 1.9px solid #555;
	padding: 0.5em;
	-webkit-appearance: none;
}
input[type=radio]:checked {
	background: url(/static/images/bbb.webp) no-repeat center center;
  	background-size: 12px 12px;
}
input[type=radio]:focus {
	outline-color: transparent;
}
.content p{
	font-size: 15px;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.content p strong{
	text-decoration: underline;
	color: #ff0000;
}
@media only screen and (max-width: 991px) {
	.address .add h4{
		font-size: 30px;
	}
	.contact{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.contact h4{
		margin-left: 30px;
		font-size:24px;
	}
	.content #contact-form{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.content .map{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.content p{
		padding: 0 30px;
	}
	.address .add{
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.content .map embed{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		height: 450px;
	}
	.contact{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.content #contact-form{
		width: 75%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.contact h4{
		width:100%;
		font-size:22px;
	}
}
@media only screen and (max-width: 575px) {
	.content .map embed{
		width:100%;
		height: 350px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.contact h4{
		width:100%;
		font-size:20px;
	}
}
@media only screen and (max-width: 480px) {
	.contact h4{
		width:100%;
		font-size:22px;
	}
	.address p{
		font-size: 15px;
	}
	.address a{
		font-size: 15px;		
	}
	.address h4{
		font-size: 20px;
		width: 82%;
	}
	.address i{
		font-size: 20px;
	}
	.content .map embed{
		width: 100%;
		height: 320px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#contact-form input{
		width: 100%;
	}
	#contact-form textarea{
		width: 100%;
	}
	.contact{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.content #contact-form{
		width: 95%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 375px) {
	.contact h4{
		width:100%;
		font-size:20px;
	}
	.address iframe{
		width: 100%;
	}
	.address p{
		font-size: 15px;
	}
	.address a{
		font-size: 15px;		
	}
	.address h4{
		font-size:20px;
		width:82%;
	}
	.address i{
		font-size:20px;
	}
	#contact-form input{
		width:100%;
	}
	#contact-form textarea{
		width:100%;
	}
	.content .map embed{
		height:300px;
		width:100%;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 320px) {
	.contact h4{
		width:100%;
		font-size: 18px;
	}
	.content .map embed{
		width: 100%;
		height: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/*--------------------------------------------------------------
# THANK YOU PAGE
--------------------------------------------------------------*/
.thank-you{
	margin-top: 50px;
}
.thank-you h4{
	margin-top: 70px;
	font-family: 'play', sans-serif;
	text-align: justify;
	font-size: 25px;
	line-height: 40px;
	width:95%;
	padding: 0px 20px;
}
.thank-you img{
	width: 450px;
	height: 280px;
	margin-top: 20px;
	padding: 0px 20px;
}
.thank-you-home{
	margin-top: 100px;
	text-align: center;
}
.thank-you-home a{
	font-size: 18px;
	padding: 15px 25px;
	border: 2px solid #006420;
	border-radius: 15px;
	color:#006420;	
	transition:.3s;
}
.thank-you-home a:hover{
	background:#001f3f;
	color:#cdcdcd;
	text-decoration:none;
	transition:.3s;
	transition-delay: .3s;
}
@media only screen and (max-width: 991px) {
	.thank-you h4{
		justify-content: center;
		font-size: 35px;
	}
	.thank-you img{
		width: auto;
		height: 280px;
		padding: 0px 20px;
		margin-top: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.thank-you h4{
		margin-top: 50px;
		justify-content: center;
		font-size: 35px;
		width: 100%;
	}
	.thank-you img{
		width: auto;
		height: 280px;
		padding: 0px 20px;
		margin-top: 100px;
	}
}
@media only screen and (max-width: 575px) {
	.thank-you h4{
		margin-top: 50px;
		justify-content: center;
		font-size: 35px;
		width: 100%;
	}
	.thank-you img{
		width: auto;
		height: 280px;
		padding: 0px 20px;
		margin-top: 100px;
	}
}
@media only screen and (max-width: 480px) {
	.thank-you h4{
		margin-top: 50px;
		justify-content: center;
		font-size: 35px;
		width: 100%;
	}
	.thank-you img{
		width: 100%;
		height: 250px;
		padding: 0px 20px;
		margin-top: 100px;
	}
}
@media only screen and (max-width: 320px) {
	.thank-you h4{
		margin-top: 50px;
		justify-content: center;
		font-size: 22px;
		width: 100%;
	}
	.thank-you img{
		width: 100%;
		height: 220px;
		padding: 0px 20px;
		margin-top: 100px;
	}
}
/*--------------------------------------------------------------
# SERVICE PAGES
--------------------------------------------------------------*/
.service-list{
	margin-top: 100px;
}
.service-list img{
	width:100%;
	height:550px;
	padding: 0px 15px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.service-list p{
	font-size: 17px;
	text-align: justify;
	width: 100%;
	line-height: 40px;
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
}
.service-list ul{
	margin-top:50px;
}
.service-list ul h5{
	margin-bottom:20px;
	font-weight:bold;
	color:#006420;
	font-size:20px;
	padding:0;
}
.service-list ul li {
	font-size:16px;
	list-style-type:square;
	color:#222;
	line-height:25px;
	text-align:justify;
	padding:15px 5px;
}
.service-list ul li span{
	font-weight:bold;
	font-size:17px;
}
@media only screen and (max-width: 1199px) {
	.service-list img{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.service-list p{
		width: 95%;
		padding: 10px 20px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.service-list img{
		width:95%;
		height:auto; 
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.service-list p{
		margin-top:50px;
		padding:10px 30px;
		font-size:15px;
	}
	.service-list ul li {
		font-size:15px;
		text-align:left;
	}
}
@media only screen and (max-width: 767px) {
	.service-list img{
		width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.service-list p{
		margin-top:40px;
		width:100%;
		font-size:15px;
	}
	.service-list ul li {
		font-size:15px;
		text-align:left;
	}
}
@media only screen and (max-width: 575px) {
	.service-list img{
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.service-list p{
		padding: 10px 20px;
		line-height: 30px;
		font-size: 15px;
	}
	.service-list ul li {
		font-size:15px;
		text-align: left;
	}
}
@media only screen and (max-width: 480px) {
	.service-list img{
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.service-list p{
		padding: 10px 20px;
		line-height: 30px;
		font-size: 15px;
	}
	.service-list ul li {
		font-size:15px;
		text-align: left;
	}
}
@media only screen and (max-width: 375px) {
	.service-list img{
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.service-list p{
		padding: 10px 20px;
		line-height: 33px;
		font-size: 15px;
	}
	.service-list ul li {
		font-size:15px;
		text-align: left;
	}
}
@media only screen and (max-width: 320px) {
	.service-list{
		padding: 0 10px;
	}
	.service-list img{
		width:105%;
		padding:5px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.service-list p{
		padding: 5px 5px;
		line-height: 33px;
		font-size: 15px;
	}
	.service-list ul li {
		font-size:15px;
		margin-left:-10px;
		text-align: left;
	}
}
/*--------------------------------------------------------------
# HOMPAGE TESTIMONIAL
--------------------------------------------------------------*/
.testimony{
	margin-top:50px;
}
.testimony .title-block .sec-title p{
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 40px;
	justify-content:center;
	font-family: 'play', sans-serif;
}
.testimony .title-block .sec-title a{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #006420;
	border-radius: 10px;
	padding: 20px 30px;
	color: #006420;
	width: 100%;
}
.testimony .title-block .sec-title a:hover{
	background: #006420;
	color: #fff;
	transition: .5s;
	transition-delay: .1s;
}
#testimonial{
	display: block;
	width: 100%;
	height: 100%;
}
.testimonials-style-three-carousel-wrapper{
	padding: 70px 80px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url('/static/images/testimonial.webp');
	background-size: cover;
}
.single-testimonial-style-three h6, .single-testimonial-style-three p {
  margin: 0;
}
.single-testimonial-style-three i {
  width: 40px;
  height: 40px;
  background: #006420;
  text-align: center;
  line-height: 40px;
  color: #cdcdcd;
  font-size: 15px;
  border-radius: 50%;
  display: block;
  margin-bottom: 25px;
}
.single-testimonial-style-three p {
  font-size: 18px;
  line-height: 46px;
  font-weight: 400;
  margin: 0;
  color: #cdcdcd;
  text-align: justify;
}
.single-testimonial-style-three h6 {
  font-size: 20px;
  color: #2dc997;
  font-weight: 600;
}
.single-testimonial-style-three span {
  display: block;
  color: #b1bec5;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}
.single-testimonial-style-three .client-block {
  padding-top: 40px;
  margin-top: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.05);
}
.single-testimonial-style-three .client-block .image-block, .single-testimonial-style-three .client-block .text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonial-style-three .client-block .image-block {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.single-testimonial-style-three .client-block .image-block > amp-img {
  margin: 0;
}
.single-testimonial-style-three .client-block .text-block {
  padding-left: 20px;
}
.testimonials-style-three-carousel .owl-nav {
  margin: 0;
}
.testimonials-style-three-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.testimonials-style-three-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #fff;
  opacity: .2;
  border-radius: 50%;
  margin: 0 2.5px;
}
.testimonials-style-three-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
	.testimonials-style-three-carousel-wrapper{
		margin-top: 30px;
		width: 100%;
		height: 95%;
	}
	.testimonials-style-three-carousel-wrapper p{
		width: 100%;
		font-size: 16px;
	}
	.testimony .title-block .sec-title p{
		margin-top: 30px;
		font-size: 35px;
	}
	.testimony .title-block .sec-title a{
		width: 100%; 
		font-size: 16px;
		padding: 20px 15px;
	}
	.single-testimonial-style-three .client-block .image-block > amp-img {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.testimony{
		margin-bottom: 70px;
	}
	.testimonials-style-three-carousel-wrapper{
		margin-top: 40px;
		width: 80%;
		height: 95%;
	}
	.testimonials-style-three-carousel-wrapper p{
		width: 100%;
		font-size: 16px;
	}
	.testimony .title-block .sec-title p{
		font-size: 35px;
		margin-top: 0px;
	}
	.testimony .title-block .sec-title a{
		width: 100%; 
		font-size: 16px;
		padding: 20px 15px;
	}
	.single-testimonial-style-three .client-block .image-block > amp-img {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.testimonials-style-three-carousel-wrapper{
		width: 95%;
		height: 90%;
	}
	.testimonials-style-three-carousel-wrapper p{
		width: 100%;
		font-size: 15px;
	}
	.testimony .title-block .sec-title p{
		margin-top: 0px;
		font-size: 30px;
	}
	.testimony .title-block .sec-title a{
		width: 100%; 
		font-size: 16px;
		padding: 15px 15px;
	}
	.single-testimonial-style-three .client-block .image-block > amp-img {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.testimonials-style-three-carousel-wrapper{
		width: 90%;
		height: 90%;
	}
	.testimonials-style-three-carousel-wrapper p{
		width: 100%;
		font-size: 15px;
	}
	.testimony .title-block .sec-title p{
		font-size: 25px;
		margin-top: 0px;
	}
	.testimony .title-block .sec-title a{
		width: 100%; 
		font-size: 15px;
		padding: 15px 15px;
	}
	.single-testimonial-style-three .client-block .image-block > amp-img {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.single-testimonial-style-three .client-block{
		width: 100%;
	}
	.testimonials-style-three-carousel-wrapper{
		width: 100%;
		padding: 50px 25px;
	}
	.testimonials-style-three-carousel-wrapper p{
		width: 100%;
		font-size: 14px;
	}
   .testimony .title-block .sec-title p{
		width: 100%;
		font-size: 25px;
	}
	.testimony .title-block .sec-title a{
		width: 100%; 
		padding: 20px 20px;
	}
	.single-testimonial-style-three h6, .single-testimonial-style-three p {
		width: 100%;
		font-size: 14px;
	}
	.single-testimonial-style-three .client-block .image-block > amp-img {
		width: 100%;
		height: 100%;
	}
	.single-testimonial-style-three .client-block .text-block {
		padding: 10px;
	}
	.single-testimonial-style-three .text-block h6{
		font-size: 17px;
	}
	.single-testimonial-style-three .text-block span{
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px) {
	.testimony .title-block .sec-title p{
	    margin-top: 0px;
		width: 100%;
		font-size: 25px;
	}
	.single-testimonial-style-three h6, .single-testimonial-style-three p {
		width: 100%;
		font-size: 15px;
	}
	.single-testimonial-style-three h6, .single-testimonial-style-three span {
		width: 100%;
		font-size: 15px;
	}
	.single-testimonial-style-three .client-block .image-block > amp-img {
		width: 100%;
		height: 100%;
	}
	.testimonials-style-three-carousel-wrapper{
		width: 100%;
		padding: 40px 20px;
	}
	.testimonials-style-three-carousel-wrapper p{
		width: 100%;
		font-size: 14px;
	}
	.testimony .title-block .sec-title p{
		font-size: 22px;
	}
	.testimony .title-block .sec-title a{
		width: 100%; 
		font-size: 14px;
		padding: 15px 10px;
	}
}
@media only screen and (max-width: 320px) {
	.testimonials-style-three-carousel-wrapper{
		width: 110%;
		padding: 20px 20px;
		margin-left: -10px;
	}
	.testimonials-style-three-carousel-wrapper p{
		width: 100%;
		font-size: 14px;
	}
	.testimony .title-block .sec-title p{
		font-size: 20px;
		margin-top: -25px;
		width: 100%;
	}
	.testimony .title-block .sec-title a{
		width: 100%; 
		font-size: 14px;
		padding: 15px 10px;
	}
	.single-testimonial-style-three h6, .single-testimonial-style-three span {
		width:100%;
		font-size: 15px;
	}
	.single-testimonial-style-three .client-block .image-block > amp-img {
		width: 100%;
		height: 100%;
	}
}
/*--------------------------------------------------------------
# TESTIMONIAL SECTION
--------------------------------------------------------------*/
.testimonials{
	margin-top: 100px;
}
.single-testimonial-style-one {
	position: relative;
	text-align: center;
	margin-top: 50px;
}
.single-testimonial-style-one .image-block {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.single-testimonial-style-one .image-block i {
	width: 40px;
	height: 40px;
	background: #006420;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 11px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 35%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
			transform: translate(50%, -50%);
}
.single-testimonial-style-one .image-block .inner-block {
	overflow: hidden;
	width: 90px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.single-testimonial-style-one .image-block .inner-block > img {
	margin: 0;
	width: 100%;
	height: 90px;
}
.single-testimonial-style-one .text-block {
	background: #fff;
	padding: 0 50px;
	padding-top: 70px;
	padding-bottom: 60px;
}
.single-testimonial-style-one .text-block h6,
.single-testimonial-style-one .text-block p {
  margin: 0;
}
.single-testimonial-style-one .text-block h6 {
	color: #002c42;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 10px;
}
.single-testimonial-style-one .text-block span {
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 1em;
	color:#006420;
}
.single-testimonial-style-one .text-block p {
	font-size: 17px;
	line-height: 36px;
	color: #7f8284;
	font-weight: 500;
	margin: 36px 0 0;
	text-align: justify;
}
@media only screen and (max-width: 767px) {
	.single-testimonial-style-one .text-block{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 575px) {
	.single-testimonial-style-one .text-block{
		width: 70%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 480px) {
	.single-testimonial-style-one .text-block p{
		width: 100%;
	}
	.single-testimonial-style-one .text-block{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 375px) {
	.single-testimonial-style-one .text-block{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 320px) {
	.single-testimonial-style-one .text-block{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/*--------------------------------------------------------------
# 403 404 500 ERROR PAGES
--------------------------------------------------------------*/
.error{
	background-image: url('/static/images/bbb.webp');
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100vh;
	text-align: center;
}
.error h4{
	font-size: 150px;
	font-family: 'Big Shoulders Text', cursive;
	font-weight: bold;
	margin-top: 200px;
	color:#fafafa;
}
.error p{
	margin-top: 30px;
	font-size: 17px;
	color:#cdcdcd;
}
.error .page{
	font-size:17px;
	color:#cdcdcd;
	margin-top:-10px;
	margin-bottom:50px;
}
.error a{
	font-size: 16px;
	font-weight: 500;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 15px 20px;
	color:#fff;
	background: none;
}
.error a:hover{
	background:#001f3f;
	color:#cdcdcd;
	text-decoration:none;
	transition:.3s;
	transition-delay: .3s;
}
/*--------------------------------------------------------------
# HOMEPAGE NEWS 
--------------------------------------------------------------*/
.articles .news{
	margin-top: 50px;
	justify-content:center;
}
.articles .news p{
	font-size: 15px;
	margin-top: 20px;
	color: #b11c1c;
	font-weight: bold;
	width: 100%;
	text-transform: capitalize;
}
.articles .card-body{
	margin-top: -30px;
	width: 100%;
}
.articles .card-body small{
	margin-left: -20px;
	font-size: 15px;
	display: flex;
}
.articles .card-body small i{
	margin-top: 5px;
	margin-right: 7px;
}
.articles .card-body h5{
	margin-top: 10px;
	margin-left: -20px;
	font-size: 15px;
	width: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
.articles .card-body a{
	color: #006420;
}
.articles .card-body a:hover{
	color: #002c4c;
	text-decoration: none;
}
@media only screen and (max-width: 1199px) {
	.articles .news amp-img{
		width: 100%;
	}
	.articles .news p{
		font-size: 17px;
		width: 100%;
	} 
	.articles .card-body small{
		font-size: 15px;
	}
	.articles .card-body a h5{
		width: 120%;
	}
}
@media only screen and (max-width: 991px) {
	.articles .card-body a h5{
		width: 100%;
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.articles .news{
		display: inline-block;
		width: 49%;
		margin-left: auto;
		margin-right: auto;
	}
	.articles .news amp-img{
		width: 95%;
		height: 40vh;
		margin-left: 0px;
	}
	.articles .news p{
		font-size: 17px;
		width: 100%;
		margin-left: 0px;
	} 
	.articles .card-body small i{
		margin-left: 0px;
		font-size: 15px;
	}
	.articles .card-body a h5{
		width: 100%;
		font-size: 17px;
	}
}
@media only screen and (max-width: 575px) {
	.articles .news{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.articles .news amp-img{
		width: 80%;
		height: 40vh;
	}
	.articles .news p{
		font-size: 17px;
		width: 100%;
	} 
	.articles .card-body small{
		font-size: 15px;
	}
	.articles .card-body a h5{
		width: 120%;
		font-size: 17px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.articles .news{
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-right: auto;
	}
	.articles .news amp-img{
		width: 90%;
		height: 37vh;
	}
	.articles .news p{
		font-size: 17px;
		width: 100%;
	} 
	.articles .card-body small{
		font-size: 15px;	
	}
	.articles .card-body a h5{
		width: 100%;
		font-size: 17px;
	}
}
@media only screen and (max-width: 375px) {
	.articles .news{
		display: block;
		width: 100%;
		margin-left: 0px;
		margin-right: auto;
	}
	.articles .news amp-img{
		width: 90%;
		height: 37vh;
	}
	.articles .news p{
		font-size: 17px;
		width: 100%;
	} 
	.articles .card-body small{
		font-size: 15px;	
	}
	.articles .card-body a h5{
		width: 100%;
	}
}
@media only screen and (max-width: 320px) {
	.articles .news{
		display: block;
		width: 100%;
		margin-left: 5%;
		margin-right: auto;
	}
	.articles .news amp-img{
		width: 95%;
		height: 37vh;
	}
	.articles .news p{
		font-size: 17px;
		width: 100%;
	} 
	.articles .card-body small{
		font-size: 15px;	
	}
	.articles .card-body a h5{
		width: 110%;
	}
}
/*--------------------------------------------------------------
# BLOG NEWS 
--------------------------------------------------------------*/
.blog{
	margin: 50px 0px;
	justify-content: center;
}
.blog .news .cad{
	margin-top: 25px;
	margin-bottom: 50px;
}
.blog .news .cad img{
	display: block;
	width:300px;
	height:250px;
} 
.blog .news .cad p{
	font-size: 15px;
	margin-top: 20px;
	color: #b11c1c;
	font-weight: bold;
	text-transform: capitalize;
}
.blog .news .cad .card-body small{
	font-size: 15px;
	display: flex;
	margin-top: -30px;
	margin-left: -25px;
}
.blog .news .cad .card-body small i{
	margin-top: 5px;
	margin-right: 7px;
}
.blog .news .cad .card-body h5{
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	width: 120%;
	margin-left: -25px;
}
.blog .news .cad .card-body a{
	color: #006420;
}
.blog .news .cad .card-body a:hover{
	color:#002c4c;
	text-decoration: none;
}
.blog .card{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	margin-bottom: 50px;
	width: 300px;
	border: .5px solid #cdcdcd;
}
.blog .card amp-img{
	width: 100%;
	height: 400px;
}
.blog .card p{
	margin-left: 20px;
	font-size: 15px;
	margin-top: 20px;
	color: #b11c1c;
	font-weight: bold;
	width: 100%;
	text-transform: capitalize;
} 
.blog .card .card-body small{
	margin-left: 0px;
	margin-top: -20px;
	font-size: 15px;
	display: flex;
}
.blog .card .card-body small i{
	margin-top: 5px;
	margin-right: 10px;
}
.blog .card .card-body h5{
	margin-top: 10px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #006420;
}
.blog .card .card-body p{
	font-size: 15px;
	text-align: justify;
	line-height: 30px;
	color: #444;
	font-weight: normal;
	margin-left: 0px;
}
.blog .link{
	margin: 20px 0px;
}
.blog .link p{
	font-size:18px;
	margin:20px 20px;
	color:#444;	
}
.blog .link a{
	font-size:20px;
	color:#777;
	border:1px solid #cdcdcd;
	padding:10px 10px;
	border-radius:5px;
	margin:0px 2px;
}
.blog .link a:hover{
	background:#006420;
	color:#fff;
}
.blog h6{
	font-size:18px;
	margin-top:75px;
	text-transform:uppercase;
}
.blog .side-bar{
	margin-top:50px;
	justify-content:center;
	float: right;
}
.blog .side-bar h5 {
	margin-top:40px;
	margin-bottom:-30px
}
.blog .list-group{
	line-height:45px;
	margin-top:10px;
}
.blog .list-group a{
	color:#333;
	font-size:15px;
}
.blog .list-group a:hover{
	text-decoration:none;
	color:#66cdaa;
}
.blog .list-unstyled{
	margin-top: 40px;
}
.blog .media{
	margin: 20px 0px;
	line-height: 23px;
}
.blog .media amp-img{
	width: 70px;
	height: 65px;
}
.blog .media-body p{
	font-size: 15px;	
}
.blog .media-body p a{
	color: #006420;
}
.blog .media-body p span{
	font-size: 14px;
	color: #b11c1c;
}
.blog .media-body p a:hover{
	text-decoration:none;
	color: #002c4c;
}
@media only screen and (max-width: 991px) {
	.blog .news{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .news .cad{
		width: 33%;
		padding: 5px;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .news .cad amp-img{
		width: 90%;
		height: 200px;
		margin-left: 0px;
	} 
	.blog .media amp-img{
		width:120px;
		height: 90px;
	}
	.blog .media-body a{
		font-size:18px;
		color:#444;
	}
}
@media only screen and (max-width: 767px) {
	.blog .news{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .news .cad{
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 49%;
	}
	.blog .news .cad small{
		margin-left: 0px;
	}
	.blog .news .cad amp-img{
		height: 200px;
		width: 80%;
		margin-left: 0px;
	}
	.blog .media amp-img{
		width: 120px;
		height: 90px;
	}
	.blog .media-body a{
		font-size:18px;
		color:#444;
	}
	.blog .card{
		width:100%;
	}
	.blog .card .title{
		font-size: 15px;
		padding: 10px 5px;
		width: 12%;
		margin-left: 120px;
	}
	.blog .card amp-img{
		height: 350px;
		width: 85%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .card-body small{
		font-size: 15px;
		margin-left: 100px;
	}
	.blog .side-bar{
		display: block;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		width: 70%;
	}
}
@media only screen and (max-width: 575px) {
	.blog .news{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .news .cad{
		justify-content: center;
		align-items: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}
	.blog .news .cad small{
		margin-left: 0px;
	}
	.blog .news .cad amp-img{
		height: 200px;
		width: 70%;
		margin-left: 0px;
	}
	.blog .news .cad small{
		margin-left: 0px;
	}
	.blog .news .cad a h5{
		width: 110%;
		font-size: 15px;
	}
	.blog .card .title{
		font-size: 15px;
		padding: 10px 5px;
		width: 18%;
		margin-left: 100px;
	}
	.blog .card-body small{
		font-size: 15px;
		margin-left: 80px;
	}
	.blog .card amp-img{
		height: 350px;
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.pagination{
		display: block;
		margin-left: 80px;
		margin-right: auto;
	}
}
@media only screen and (max-width: 480px) {
	.blog .news{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .news .cad{
		justify-content: center;
		align-items: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	.blog .news .cad small{
		margin-left: 0px;
	}
	.blog .news .cad amp-img{
		height: 220px;
		width: 100%;
	}
	.blog .card amp-img{
		height: 300px;
		width: 90%;
	}
	.blog .card .title{
		font-size: 15px;
		padding: 10px 5px;
		width: 22%;
		margin-left: 20px;
	}
	.blog .card-body small{
		font-size: 15px;
		margin-left: 5px;
	}
}
@media only screen and (max-width: 375px) {
	.blog .news{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .news .cad{
		justify-content: center;
		align-items: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 85%;
	}
	.blog .news .cad small{
		margin-left: 0px;
	}
	.blog .news .cad amp-img{
		height: 220px;
		width: 100%;
	}
	.blog .card amp-img{
		height: 250px;
		width: 100%;
	}
	.blog .card .title{
		font-size: 15px;
		padding: 10px 15px;
		width: 22%;
	}
}
@media only screen and (max-width: 320px) {
	.blog .card-body h5{
		width: 110%;
		font-size: 15px;
	}
	.blog .card .title{
		padding: 10px 15px;
		font-size: 15px;
		width: 22%;
	}
	.blog .news{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .news .cad{
		justify-content: center;
		align-items: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.blog .news .cad small{
		margin-left: 0px;
	}
	.blog .news .cad amp-img{
		height: 220px;
		width: 100%;
	}
	.blog .card amp-img{
		height: 200px;
		width: 100%;
	}
	.blog .card .link{
		width: 100%;
	}
	.blog .card .link a{
		font-size: 15px;
	}
}
/*--------------------------------------------------------------
# BLOG NEWS SIDEBAR
--------------------------------------------------------------*/
.side-bar .single-sidebar{
	padding: 10px 10px;
}
.side-bar .single-sidebar .socia i{
	background: #666;
	color: #cdcdcd;
	padding: 13px 15px;
	font-size: 35px;
	display: flex-grid;
	border-radius: 100%;
	margin: 3px 3px;
}
.side-bar .single-sidebar .socia i:hover{
	background:#006420;
	color:#fafafa;
}
.side-bar .single-sidebar .socia{
	margin: 30px 0px;
	width:100%;
}
.side-bar .single-sidebar .socia a{
	margin: 25px 2px;
	width: 100%;
}
nav .pagination{	
	width: 100%;
	margin-top: -150px;
}
nav .pagination a{
	color: #444;
}
nav .pagination a:hover{
	color: #fff;
	background: #006420;
}
.comment-header{
	margin-top: 80px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Big Shoulders Text', cursive;
}
.comment input{
	width: 100%;
	border-radius: 0px;
	border: 1px solid grey;
	box-shadow: none;
	font-size: 15px;
	height: 55px;
}
.comment .form-row textarea{
	border: 1px solid grey;
	box-shadow: none;
	font-size: 15px;
	width: 100%;
	height: 200px;
}
.comment .form-row button{
	width: 200px; 
	height: 60px; 
	margin-top: 25px; 
	padding: 10px 10px;
	border: 2px solid #006420;
	border-radius: 15px;
	color: #006420; 
	font-size: 15px; 
	font-weight: 550;
	transition: .3s;
	background: transparent;
}
.comment button:hover{
	background: #006420; 
	color: #fff; 
	transition: .3s;
}
.news1 p{
	margin:20px 30px;
	font-size:15px;
	color:#444;
}
.side-bar .search-option input {
  margin:25px 0px;
  padding: 6px 7px;
  width: 80%;
}
.side-bar .search-option {
  height: 42px;
  margin-bottom: 30px;
}
.side-bar .search-option button {
  color: #006420;
  background:#cdcdcd;
  font-size: 15px;
  padding: 7px 10px;
  border: none;
}
.side-bar .search-option button:hover {
	background:#006420;
	color:#fff; 
}
@media only screen and (max-width: 991px) {
	.side-bar .list-group li a{
		font-size: 15px;
	}
	.list-unstyled{
		width: 100%;
	}
	.list-unstyled .media img{
		width: 30%;
		height: 15vh;
	}
	.list-unstyled .media .media-body p a{
		width: 150%;
		font-size: 14px;
	}
	.list-unstyled .media .media-body p span{	
		font-size: 15px;
	}
	.pagination{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.pagination .page-item{
		margin-top: -1100px;
	}
	.pagination .page-item .page-link{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.list-unstyled{
		width: 100%;
	}
	.list-unstyled .media img{
		width: 30%;
		height: 17vh;
	}
	.list-unstyled .media .media-body p a{
		width: 150%;
		font-size: 15px;
	}
	.list-unstyled .media .media-body p span{	
		font-size: 15px;
	}
}
@media only screen and (max-width: 575px) {
	.side-bar .single-sidebar .socia{
		margin: 30px 0px;
		width: 100%;
		display: flex;
		margin-left: -30px;
	}
	.list-unstyled{
		width: 100%;
	}
	.list-unstyled .media img{
		width: 35%;
		height: 15vh;
	}
	.list-unstyled .media .media-body p a{
		width: 150%;
		font-size: 15px;
	}
	.list-unstyled .media .media-body p span{	
		font-size: 15px;
	}
}
@media only screen and (max-width: 480px) {
	.side-bar .single-sidebar .socia{
		margin: 30px 0;
		width: 100%;
		display: flex;
		margin-left: -60px;
	}
	.list-unstyled{
		width: 100%;
	}
	.list-unstyled .media img{
		width: 40%;
		height: 15vh;
	}
	.list-unstyled .media .media-body p a{
		width: 150%;
		font-size: 14px;
	}
	.list-unstyled .media .media-body p span{	
		font-size: 15px;
	}
	.pagination{
		display: block;
		margin-left: 50px;
		margin-right: auto;
	}
	.pagination .page-item{
		margin-top: -1150px;
	}
}
@media only screen and (max-width: 375px) {
	.side-bar form {
		margin-top: 10px;
		padding: 0px 0px;
		margin-left: -20px;
		width: 120%;
		display: inline-table;
	}
	.side-bar .list-group-item{
		width: 100%;
		padding: 10px 5px;
	}
	.single-sidebar .socia a{
		display: inline-block;
		margin: 20px 5px;
	}
	.side-bar .single-sidebar .socia{
		margin: 30px 0;
		width: 100%;
		display: flex;
		margin-left: -60px;
	}
	.list-unstyled{
		width: 100%;
	}
	.list-unstyled .media img{
		width: 45%;
		height: 15vh;
	}
	.list-unstyled .media .media-body p a{
		width: 150%;
		font-size: 14px;
	}
	.list-unstyled .media .media-body p span{	
		font-size: 14px;
	}
	.pagination{
		display: block;
		margin-left: 30px;
		margin-right: auto;
	}
	.pagination .page-item{
		margin-top: -1200px;
	}
}
@media only screen and (max-width: 320px) {
	.side-bar form {
		margin-top: 10px;
		padding: 0px 0px;
		margin-left: -20px;
		width: 120%;
		display: inline-table;
	}
	.side-bar .list-group{
		width: 100%;
	}
	.side-bar .list-group-item{
		width: 100%;
		padding: 10px 5px;
	}
	.side-bar .single-sidebar .socia{
		margin: 30px 0;
		width: 80%;
		display: flex;
		margin-left: -75px;
		margin-right: auto;
		font-size: 22px;
	}
	.pagination{
		display: block;
		margin-left: 30px;
		margin-right: auto;
	}
	.pagination .page-item{
		margin-top: -1200px;
	}
	.list-unstyled{
		width: 100%;
	}
	.list-unstyled .media img{
		width: 40%;
		height: 13vh;
	}
	.list-unstyled .media .media-body p a{
		width: 150%;
		font-size: 14px;
	}
	.list-unstyled .media .media-body p span{	
		font-size: 14px;
	}
}
/*--------------------------------------------------------------
# COMMENT SECTION
---------------------------------------------------------------*/
.post-header{
	margin-top:80px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
	font-family: 'Big Shoulders Text', cursive;
}
.card{
	margin:10px;
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.card-white .h5{
	font-family:15px;
	margin-left:5px;
}
.card-white span{
	text-transform:lowercase;
	font-weight:regular;
	font-size:15px;
}
.card-white .time{
	font-size:13px;
	margin-left:10px;
	text-align:left;
}
.post .post-heading{
	height:95px;
	padding:20px 15px;
}
.post .post-heading .avatar{
	width: 70px;
	height:70px;
	display:block;
	margin-right: 10px;
	border-radius:100%;
}
.post .post-heading .meta .title{
	margin-bottom:0;
}
.post .post-heading .meta .title a{
	color: #006420;
}
.post .post-heading .meta .title a:hover{
	color: #5f8fbe;
}
.post .post-heading .meta .time{
	margin-top: 0px;
	color: #444;
}
.post .post-image .image{
	width: 100%;
	height: auto;
}
.post .post-description{
	padding: 15px;
}
.post .post-description p{
	font-size: 14px;
	margin-left: 90px;
	margin-top: -20px;
}
.post .post-description .stats{
	margin-top: 20px;
}
.post .post-description .stats .stat-item{
	display: inline-block;
	margin-right: 15px;
}
.post .post-description .stats .stat-item .icon{
	margin-right: 8px;
}
@media only screen and (max-width: 991px) {
	.card .card-body{
		font-size: 18px;
	}
	.card button{
		font-size: 17px;
	}
}
@media only screen and (max-width: 375px) {
	.card{
		margin: 10px;
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.post .post-heading{
		height: 95px;
		padding: 20px 5px;
	}
	.post .post-heading .avatar{
		width: 40px;
		height:40px;
		display: block;
		margin-right: 10px;
		border-radius: 100%;
	}
	.post .post-description{
		padding: 15px;
	}
	.post .post-description p{
		font-size: 14px;
		margin-left: 20px;
		margin-top: -20px;
	}
}
@media only screen and (max-width: 320px) {
	.card{
		margin: 10px;
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.post .post-heading{
		height: 95px;
		padding: 20px 5px;
	}
	.post .post-heading .avatar{
		width: 40px;
		height: 40px;
		display: block;
		margin-right: 10px;
		border-radius: 100%;
	}
	.post .post-description{
		padding: 15px;
	}
	.post .post-description p{
		font-size: 14px;
		margin-left: 0px;
		margin-top: -20px;
	}
}
/*--------------------------------------------------------------
# PAGINATION
--------------------------------------------------------------*/
.pagination{
	margin: 50px 20px;
	justify-content:center;
}
.page-item.active-page .page-link {
	z-index: 1;
	color: #fff;
	background: #006420 !important;
	background: #006420 !important;
}
/*--------------------------------------------------------------
# PRIVACY POLICY
--------------------------------------------------------------*/
.privacy{
	margin:100px 0px;
	padding:0px 50px;	
}
.privacy p{
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
}
.privacy p a{
	font-size: 16px;
	color: #b11c1c; 
	font-weight: bold;
	font-style: italic;
}
.privacy ul{
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
}
.privacy .privacy-title{
	font-weight: 600;
	color:#333;
	font-size: 20px;
}
@media only screen and (max-width: 991px) {
	.privacy p{
		font-size: 16px;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.privacy{
		margin: 100px 0px;
		padding: 0px 5px;
	}
	.privacy p{
		font-size: 16px;
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.privacy{
		margin: 100px 0px;
		padding: 0px 10px;
	}
	.privacy p{
		font-size: 16px;
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	.privacy p{
		width: 100%;
		padding: 2px 2px;
		margin: 2px 2px;
		font-size: 15px;
	}
	.privacy ul{
		margin-left: 0px;
	}
	.privacy .privacy-title{
		display: flex;
		width: 100%;
		margin-left: 0px;
	}
}
@media only screen and (max-width: 320px) {
	.privacy p{
		width: 100%;
		padding: 2px 2px;
		margin: 2px 2px;
	}
	.privacy ul{
		margin-left: 0px;
	}
	.privacy .privacy-title{
		display: flex;
		width: 100%;
		margin-left: 0px;
	}
}
/*--------------------------------------------------------------
# TERMS OF USE
--------------------------------------------------------------*/
.TERMS{
	margin: 100px 0px;
	padding: 0px 10px;	
}
.TERMS p{
	font-size: 17px;
	text-align: justify;
	line-height: 30px;
	max-width: 1200px;
}
.TERMS ul{
	font-size: 17px;
	text-align: justify;
	line-height: 30px;
	margin-top: 30px;
}
@media only screen and (max-width: 480px) {
	.TERMS p{
		width: 100%;
		padding: 2px;
		font-size: 15px;
	}
	.TERMS ul{
		margin-left: -20px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 375px) {
	.TERMS p{
		width: 100%;
		padding: 2px;
		font-size: 15px;
	}
	.TERMS ul{
		margin-left: -20px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 320px) {
	.TERMS p{
		width: 100%;
		padding: 2px;
		font-size: 15px;
	}
	.TERMS ul{
		margin-left: -20px;
		font-size: 15px;
	}
}
/*--------------------------------------------------------------
# VIDEO STYLE
--------------------------------------------------------------*/
.video-block-style-one {
	margin-top: 100px;
	background:linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url(/static/images/video-bg.webp) center top no-repeat fixed;
	background-size: cover;
	padding:20px 0;
	height:100vh;
}
.video-block-style-one a.video-popup {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #2dc997;
	font-size: 24px;
	line-height: 100px;
	color: #002c42;
	position: relative;
	top:40%;
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}
.video-block-style-one a.video-popup:before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	border-radius: 50%;
	border: 20px solid rgba(0, 0, 0, 0.2);
	transition: all .4s ease;
}
.video-block-style-one a.video-popup:hover:before {
	border-color: rgba(0, 0, 0, 0.4);
}
.video-block-style-one a.video-popup:hover{
	animation: zoom-in-zoom-out .9s ease-out infinite;
}
@media only screen and (max-width: 991px) {
	.video-block-style-one p {
		font-size: 37px;
	}
	.video-block-style-one {
		padding:20px;
		height:70vh;
	}
}
@media only screen and (max-width: 767px) {
	.video-block-style-one p {
		font-size: 35px;
	}
}
@media only screen and (max-width: 575px) {
	.video-block-style-one p {
		font-size: 32px;	
	}
}
@media only screen and (max-width: 480px) {
	.video-block-style-one p {
		font-size: 25px;	
	}
}
@media only screen and (max-width: 375px) {
	.video-block-style-one p {
		font-size: 22px;
	}
}
@media only screen and (max-width: 320px) {
	.video-block-style-one p {
		font-size: 18px;
	}
}
/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/
.gallery a amp-img{
	padding: 10px 10px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1199px) {
	.gallery amp-img{
		max-width: 220px;
		max-height:250px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 991px) {
	.gallery amp-img{
		max-width: 220px;
		max-height:250px;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 767px) {
	.gallery amp-img{
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 575px) {
	.gallery amp-img{
		width: 100%;
		display:block;
		margin-left: auto;
		margin-right: auto;
	}
}
