:root {
	--primary-font: 'Scheherazade',Open Sans,Arial,sans-serif;
	--secondary-font: 'Orienta',Open Sans,Arial,sans-serif;
	--primary-title-clr: #000;
	--txt-clr: #3A3A3A;
	--line-clr: #7DC152;
	--bg-green: #F7F9F8;
	--light-green: #7DC152;
	--light-brown: #969BA1;
	--border-clr : #cfd3da;
	--arrow-right-bg : url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 601 1001' style='enable-background:new 0 0 601 1001;' xml:space='preserve'%3E%3Cpath d='M133,1001l468-501L133,0L0,142l335,358L0,859L133,1001z'/%3E%3C/svg%3E");
	--arrow-left-bg	: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 601 1001' style='enable-background:new 0 0 601 1001;' xml:space='preserve'%3E%3Cpath d='M468,1001L0,500L468,0l133,142L265,500l336,359L468,1001z'/%3E%3C/svg%3E");
}

html {
  scroll-behavior: smooth;
}
a{
	color: var(--light-green);
}
.btn{
    justify-content: center;
    padding: 11px 25px;
    border-radius: 3px;
    border: 1px solid;
	color: #000;
	border-color: #000;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    text-transform: capitalize;
    transition: all .3s ease;
  }
 	.btn span{
    position: relative;
    z-index: 2;
  }
  .btn.white{
    color: #fff;
    border-color:  #fff;
  }
.btn i{
	margin-bottom: -7px;
	position: relative;
    z-index: 2;
}
.btn svg{
	height: 12px;
    fill: #000;
    padding-left: 8px;
}
.btn.white svg{
	fill: #fff;
}
.btn:hover{
	color: #fff;
}
.btn:hover svg{
	fill: #fff;
}
  a.btn::before{
    content: "";
    position: absolute;
    width: 0;
    height: calc(100% + 2px);
    left: auto;
    right: -1px;
    top: -1px;
    border-radius: 3px;
    background-color: var(--light-green);
    transition: all .3s ease;
  }
  a.btn:hover::before {
    width: calc(100% + 2px);
    left: -1px;
    right: auto;
  }

.title-block{
	padding-bottom:35px;
	position: relative;
}
.title-block::after{
	content: "";
	width: 80px;
	height: 1px;
	display:inline-block;
	background: var(--line-clr);
	position: absolute;
    bottom: 0;
}
.title-block.white::after{
	background: #fff;
}
.title-block.center::after{
	left: 50%;
    transform: translatex(-50%);
}
.title-block.no-line::after{
	display: none;
}
.title-block .sub-title{
	color: var(--primary-title-clr);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
    margin-bottom: 30px;
}
.title-block.center .sub-title{
	text-align: center;
}
.title-block h2.title{
	font-size: 55px;
	line-height: 50px;
}
.title-block.center  h2.title{
	text-align: center;
}
.title-block.white .sub-title, .title-block.white h2.title{
	color: #fff;
}
.home-3-col-info .et_pb_column{
	min-height: 640px;
	text-align: center;
	padding: 30px 100px;
	z-index: 1;
  	overflow: hidden;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-ms-flex-line-pack: center;
  	align-content: center;
  	padding: 35px;
  	width: 100%;
}
.slick-list.draggable {
    overflow: hidden;
}
body.single-post h2 {
    font-size: 42px;
    line-height: 44px;
}
@media (max-width : 1024px) and (min-width : 980px){
	#home-grid-slide .et_pb_column.home-slide-3{
		width: 140% !important;
	}
	#home-grid-slide .et_pb_text{
		width: 80%;
	}
	.fw-row{
		width: 90% !important;
	}
}
@media (max-width : 980px){
	.title-block h2.title, h2{
		font-size: 45px;
		line-height: 45px;
	}
	.title-block {
    	padding-bottom: 25px;
	}
	.title-block .sub-title {
		margin-bottom: 20px;
	}
	body.single-post h2{
		font-size: 38px;
		line-height: 40px;
	}
}
@media (max-width : 479px){
	.title-block h2.title, h2{
		font-size: 40px;
		line-height: 42px;
	}
	.title-block .sub-title{
		margin-bottom: 20px;
		line-height: 12px;
	}
	.title-block{
		padding-bottom: 20px;
	}
	.home-3-col-info .et_pb_column{
		min-height: 450px;
	}
	body.single-post h2{
		font-size: 30px;
		line-height: 32px;
	}
}
