:root {
	--main-color: #3d8d00;
	--heading-color: #1e1666;
	--text-color: #1E1E1E;
	--white-color: #fff;
	--black-color: #000;
	--btn-color: #3d8d00;
	--main-font: "Montserrat", sans-serif;
	--heading-font: "Montserrat", sans-serif;
	--button-font: "Montserrat", sans-serif;
	--inter-font: "Montserrat", sans-serif;
}
html, body {
	font-family: var(--main-font);
	background-color: #f5f7f6;
}
a {
	text-decoration: none;
}
.container-fluid {
	padding: 0 4%;
}
h1, h2, h3, h5, h6 {
	font-family: var(--heading-font);
}
p {
	font-family: var(--main-font);
}
.main_menu_hdr {
	background: transparent;
	z-index: 99;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 10px 0;
}
/*.main_menu_hdr.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  background: var(--white-color);
}*/
.left_top {
	display: flex;
	justify-content: flex-start;
}
.main_menu {
	display: block;
	position: relative;
	background: transparent;
	padding: 0px;
	border-radius: 15px;
}
.main_menu .navigation.navbar {
	padding: 0;
}
.container-menu {
	width: 80%;
	margin: 0 auto;
}
.logo {
	display: block;
	padding: 0px 0px;
}
.logo a {
	position: relative;
	z-index: 1;
	width: 150px;
	display: inline-block;
}
.logo a img {
	width: 110px;
}
.hdr_icon {
	padding: 0 10px;
}
.login_hdr a {
	color: #282A3A;
	text-transform: uppercase;
}
.donate_btn {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 23px;
	border-radius: 30px;
	position: relative;
	color: var(--white-color);
	background: var(--main-color);
	text-transform: capitalize;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #3d8d00;
}
.donate_btn:hover {
	color: #3d8d00;
	background-color: #fff;
	border-color: #fff;
}
.active_cart a {
	position: relative;
}
.active_cart a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: #18A837;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.select_lens_btn {
	text-align: center;
	margin-top: 15px;
	margin-bottom: -40px;
}
/*--- spliting ----*/
.splitting .char {
	animation: slide-in .7s cubic-bezier(.3, 0, .7, 1) both;
	animation-delay: calc(50ms * var(--char-index));
}
@keyframes slide-in {
	from {
		transform: scale(0.4) translateY(80%);
		opacity: 0;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*--- spliting ----*/
.banner_sec {
	width: 100%;
	background-size: cover;
	position: relative;
	background: #FFF8FB;
}
.slide .slide__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(180deg, rgb(0 0 0 / 45%), transparent);
}
.elementor-shape-fill {
	fill: #fff;
}
.right_img {
	width: 100%
}
.right_img img {
	width: 100%
}
.slider, .slide {
	height: 700px;
}
.slide {
	position: relative;
	transition: 1s;
}
.slide .slide__img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media (min-width: 992px) {
	.slide .slide__img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}
.slide .slide__img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transition: all 1s ease;
	object-fit: cover;
}
.slide .slide__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.slide .slide__content.slide__content__left {
	left: 0%;
	transform: translate(0%, -50%);
}
.slide .slide__content.slide__content__right {
	right: 15%;
	left: auto;
	transform: translate(5%, -50%);
}
.slide .slide__content--headings {
	color: #FFF;
}
.welcome_to {
	font-size: 18px;
	color: #fff;
}
.welcome_to span {
	color: var(--main-color);
}
.slide .slide__content--headings h2 {
	font-size: 4.5rem;
	margin: 10px 0;
	letter-spacing: 0px;
}
.slide .slide__content--headings h5 {
	margin: 10px 0;
}
.slide .slide__content--headings .animated {
	transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
	font-family: var(--main-font);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: var(--white-color);
}
.slide .slide__content--headings .title {
	font-size: 50px;
	font-weight: 600;
	font-family: var(--heading-font);
	color: var(--white-color);
	text-shadow: 1px 1px 10px #000;
}
.slide .slide__content--headings h4 {
	color: var(--black-color);
	text-transform: uppercase;
	font-weight: 400;
}
.slide .slide__content--headings .title span {
	color: var(--green-color);
}
.slide__content--headings {
	position: relative;
	width: 100%;
}
.slidebottomleft {
	animation: fadeInUp 1.5s both 1.5s;
}
.slick-dotted .slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 150px;
	transform: translate(-50%, 0px);
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 7px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.slick-dots li button {
	background: #fff;
	border: 0;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 7px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 50%;
	border: 2px solid var(--main-color);
}
.differt_part_slid {
	padding-bottom: 30px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.simple-dots .slick-dots li {
	width: 20px;
	height: 20px;
}
.simple-dots .slick-dots li button {
	border-radius: 50%;
	background-color: white;
	opacity: 0.25;
	width: 20px;
	height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
	opacity: 1;
}
.stick-dots .slick-dots li {
	height: 50px;
	width: 50px;
	padding: 0px 5px;
}
.stick-dots .slick-dots li button {
	color: #000;
	background: none;
	border: none;
	margin: 0px 0px;
	font-size: 20px;
	font-family: var(--text-font);
	position: relative;
	width: 25px;
	height: 25px;
}
.slick-dots li.slick-active button {
	background: var(--main-color);
}
.slick-dots li.slick-active button::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: var(--green-color);
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.slick-dots li.slick-active button::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--green-color);
	width: 100%;
	height: 2px;
	border-radius: 50%;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
	opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
	/* color: transparent;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #D9D9D9; */
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
	opacity: 1;
}
.slider .slide.slick-active {
	animation: Slick-FastSwipeIn 1s both;
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
	0% {
		transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
	}
	100% {
		transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
	}
}
@-webkit-keyframes ProgressDots {
	from {
		width: 0px;
	}
	to {
		width: 100%;
	}
}
@keyframes ProgressDots {
	from {
		width: 0px;
	}
	to {
		width: 100%;
	}
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
	from {
		transform: scale3d(1, 1, 1);
		transition: 1s;
	}
	to {
		transform: scale3d(1.1, 1.1, 1.1);
		transition: 1s;
	}
}
@keyframes zoomInImage {
	from {
		transform: scale3d(1, 1, 1);
		transition: 1s;
	}
	to {
		transform: scale3d(1.1, 1.1, 1.1);
		transition: 1s;
	}
}
.zoomInImage {
	-webkit-animation-name: zoomInImage;
	animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
	from {
		transform: scale3d(1.1, 1.1, 1.1);
		transition: 1s;
	}
	to {
		transform: scale3d(1, 1, 1);
		transition: 1s;
	}
}
@keyframes zoomOutImage {
	from {
		transform: scale3d(1.1, 1.1, 1.1);
		transition: 1s;
	}
	to {
		transform: scale3d(1, 1, 1);
		transition: 1s;
	}
}
.zoomOutImage {
	-webkit-animation-name: zoomOutImage;
	animation-name: zoomOutImage;
	transition: 1s;
}
.slick-nav {
	--active: #fff;
	--border: rgba(255, 255, 255, .12);
	width: 44px;
	height: 44px;
	position: absolute;
	cursor: pointer;
	top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
	left: 3%;
	transform: scaleX(-1);
	z-index: 1;
}
.slick-nav.next-arrow {
	left: auto;
	right: 3%;
}
.slick-nav i {
	display: block;
	position: absolute;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
}
/* .slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
} */
.slick-nav:before, .slick-nav:after {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	border-radius: 50%;
	border: 2px solid var(--border);
}
.slick-nav svg {
	width: 44px;
	height: 44px;
	display: block;
	position: relative;
	z-index: 1;
	color: var(--active);
	stroke-width: 2px;
	stroke-dashoffset: 126;
	stroke-dasharray: 126 126 0;
	transform: rotate(0deg);
}
.slick-nav.animate svg {
	-webkit-animation: stroke 1s ease forwards 0.3s;
	animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
	-webkit-animation: arrow 1.6s ease forwards;
	animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
	-webkit-animation: arrowUp 1.6s ease forwards;
	animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
	-webkit-animation: arrowDown 1.6s ease forwards;
	animation: arrowDown 1.6s ease forwards;
}
@-webkit-keyframes stroke {
	52% {
		transform: rotate(-180deg);
		stroke-dashoffset: 0;
	}
	52.1% {
		transform: rotate(-360deg);
		stroke-dashoffset: 0;
	}
	100% {
		transform: rotate(-180deg);
		stroke-dashoffset: 126;
	}
}
@keyframes stroke {
	52% {
		transform: rotate(-180deg);
		stroke-dashoffset: 0;
	}
	52.1% {
		transform: rotate(-360deg);
		stroke-dashoffset: 0;
	}
	100% {
		transform: rotate(-180deg);
		stroke-dashoffset: 126;
	}
}
@-webkit-keyframes arrow {
	0%, 100% {
		transform: translateX(0);
		opacity: 1;
	}
	23% {
		transform: translateX(17px);
		opacity: 1;
	}
	24%, 80% {
		transform: translateX(-22px);
		opacity: 0;
	}
	81% {
		opacity: 1;
		transform: translateX(-22px);
	}
}
@keyframes arrow {
	0%, 100% {
		transform: translateX(0);
		opacity: 1;
	}
	23% {
		transform: translateX(17px);
		opacity: 1;
	}
	24%, 80% {
		transform: translateX(-22px);
		opacity: 0;
	}
	81% {
		opacity: 1;
		transform: translateX(-22px);
	}
}
@-webkit-keyframes arrowUp {
	0%, 100% {
		transform: rotate(-40deg) scaleX(1);
	}
	20%, 80% {
		transform: rotate(0deg) scaleX(0.1);
	}
}
@keyframes arrowUp {
	0%, 100% {
		transform: rotate(-40deg) scaleX(1);
	}
	20%, 80% {
		transform: rotate(0deg) scaleX(0.1);
	}
}
@-webkit-keyframes arrowDown {
	0%, 100% {
		transform: rotate(40deg) scaleX(1);
	}
	20%, 80% {
		transform: rotate(0deg) scaleX(0.1);
	}
}
@keyframes arrowDown {
	0%, 100% {
		transform: rotate(40deg) scaleX(1);
	}
	20%, 80% {
		transform: rotate(0deg) scaleX(0.1);
	}
}
/*-------- button Effect-------*/
.red_btn {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 23px;
	border-radius: 30px;
	position: relative;
	color: var(--white-color);
	background: var(--main-color);
	text-transform: capitalize;
	text-decoration: none;
	overflow: hidden;
	border: none;
	align-items: center;
	justify-content: space-between;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 50%);
}
.red_btn span {
	font-weight: 600;
	position: relative;
	font-family: var(--button-font);
	letter-spacing: 1px;
	color: var(--white-color);
	font-size: 15px;
}
.red_btn .img_right_icon {
	padding: 4px;
	position: relative;
	display: flex;
	transition: all ease-in 0.3s;
	width: 27px;
	height: 27px;
	background: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.red_btn:before {
	content: "";
	height: 0;
	width: 100%;
	transform: translateX(0%);
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--green-color);
	border-radius: 0px;
	transition: all ease-in 0.3s;
}
.red_btn:hover:before {
	bottom: 0;
	transition: all ease-in 0.3s;
	height: 100%;
}
.red_btn:hover img {
	transform: rotate(45deg);
	transition: all ease-in 0.3s;
}
.red_btn:hover span {
	color: var(--white-color);
}
.red_btn.white_bg {
	color: var(--black-color);
	background: var(--white-color);
}
.red_btn.white_bg:before {
	background: rgb(255 255 255 / 50%);
}
.red_btn.white_bg span {
	color: var(--black-color);
}
.red_btn.black_bg {
	color: var(--white-color);
	background: var(--black-color);
}
.red_btn.black_bg:before {
	background: rgb(0 0 0 / 50%);
}
.red_btn.black_bg span {
	color: var(--white-color);
}
/*-------- button Effect-------*/
.heading_hp h2 {
	font-size: 34px;
	font-weight: 700;
	color: var(--heading-color);
	position: relative;
	letter-spacing: 0px;
}
.heading_hp h6 {
	font-weight: 400;
	color: var(--main-color);
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 15px;
}
.heading_hp p {
	font-size: 15px;
	color: var(--text-color);
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 25px;
}
.heading_hp.text_white h2, .heading_hp.text_white h6, .heading_hp.text_white h5, .heading_hp.text_white p {
	color: var(--white-color);
}
.border_h2 h2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.border_h2 h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 5px;
	background: var(--main-color);
}
/*---- about ----*/
.about_sec {
	padding: 50px 0px 50px;
}
.img_part {
	width: 100%;
	height: 500px;
	display: block;
	border-radius: 15px;
	box-shadow: 0 9px 34px rgb(0 0 0 / 50%);
}
.img_part img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.img1 {
	width: 100%;
	z-index: 999;
	position: relative;
	margin: 0 auto;
}
.img1 img {
	width: 100%;
}
.about_left_btm {
	position: absolute;
	right: 18%;
	bottom: -3%;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background: linear-gradient(180deg, #FF3C00 0%, #f2295b 100%);
}
.about_left_right {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background: linear-gradient(180deg, #FF3C00 0%, #f2295b 100%);
	position: absolute;
	left: 6%;
	top: 0%;
	z-index: -1;
}
.abt_ul {
	position: relative;
	list-style: none;
	padding-left: 0;
}
.abt_ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.abt_ul li:before {
	content: "\f00c";
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	width: 25px;
	height: 25px;
	background: var(--main-color);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}
.market_reserch {
	margin-right: 20px;
}
.market_reserch h4 {
	padding-right: 15px;
	color: var(--main-color);
	font-size: 30px;
}
.market_reserch span {
	font-size: 12px;
}
.oufio img {
	width: 75px;
	margin: 0 auto 15px;
}
.oufio h4 {
	font-size: 22px;
}
.bnr_br {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}
.bnr_br img {
	width: 100%;
}
/*---- about ----*/
.min_bb {
	margin-top: -50px;
	background: #3d8d00;
	padding: 25px;
	border-radius: 15px 15px 0 0;
}
/*---- why resot ----*/
.why_resot {
	padding: 50px 0;
	position: relative;
}
.why_resot:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 73%);
}
.img_why {
	width: 100%;
	height: 500px;
}
.img_why img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*---- why resot ----*/
/*---- services ----*/
.services_sec {
	background: #FFF;
	padding: 100px 0;
}
.new_arr_padding {
	padding: 0 15px;
}
.single_glass_item {
	position: relative;
	background: #fff;
	box-shadow: 0px 9px 20px 0px rgb(245 193 165 / 82%);
	border-radius: 10px;
}
.single_img {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
}
.single_img span {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
}
.single_img span:before {
	content: '';
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--main-color);
}
.single_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
	position: relative;
}
.single_img h4 {
	font-size: 20px;
	color: var(--main-color);
}
.name_rating {
	padding: 15px;
}
.name_rating h4 {
	color: var(--main-color);
	font-size: 20px;
	font-weight: 600;
}
.ser_btn {
	padding: 14px 5px;
	color: #fff;
	background: linear-gradient(to right, #ff4b26 0%, #ff2b9c 100%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto -35px;
	display: block;
	text-align: center;
}
.services_sec .slick-nav i {
	margin: -9px 0 0 -10px;
	height: 18px;
	z-index: 1;
}
.services_sec .slick-nav.next-arrow {
	right: -3%;
}
.services_sec .slick-nav.prev-arrow {
	left: -3%;
}
.services_sec .slick-nav:before, .services_sec .slick-nav:after {
	background: #85ab0026;
	border: 1px solid rgb(133 171 0 / 26%);
}
.services_sec .slick-nav:hover:before, .services_sec .slick-nav:hover:after {
	background: #023047;
}
.services_sec .slick-nav:hover i {
	filter: brightness(0) invert(1);
}
.mt_mins {
	margin-top: -50px;
	box-shadow: 0px 3px 19px 0px rgb(1 0 2 / 49%);
}
/*---- services ----*/
/*---- servi_after ----*/
.bg_bix {
	background: url(../../assets/images/vfvfv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 15px;
	display: flex;
	margin-bottom: 15px;
	border-radius: 10px;
	min-height: 120px;
}
.inon {
	width: 40px;
	height: 40px;
	flex-shrink: 1;
	margin-right: 15px;
}
.inon img {
	width: 100%;
	height: 100%;
}
.bg_bix h4 {
	color: #fff;
	font-size: 16px;
}
.bg_bix span {
	color: #fff;
}
/*---- servi_after ----*/
.differt_part_slid_box {
	width: 400px;
	height: 400px;
	display: block;
	position: relative;
	margin: 0 auto;
}
.differt_part_slid_box img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.slid_makes_sec {
	background-color: #f2f2f2;
	padding: 50px 0;
}
.testi_text p {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	line-height: 45px;
}
.testi_text span {
	width: 80px;
	height: 80px;
	display: inline-block;
}
.testi_text span img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
span.footer_testi {
	width: 60px;
	height: 60px;
	display: inline-block;
}
.ceo_nme {
	text-align: right;
	font-size: 25px;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}
.footer_testi {
	float: right;
}
.ceo_nme:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0px, -50%);
	background: #000;
	width: 20px;
	height: 2px;
}
/*---- trust ----*/
.bg_bix {
	width: 100%;
}
.bg_bix img {
	width: 100%;
}
.box_bbg {
	width: 100%;
	padding: 0 30px 50px;
	background-color: #3d8d00;
	border-bottom: 5px solid #fff;
}
#sponsor-sec {
	padding-bottom: 0;
}
#sponsor-sec h2 {
	color: #fff;
	padding: 40px 0;
}
.trust_bix {
	border: 1px dashed #fff;
	margin-bottom: 0px;
	padding: 5px;
	border-radius: 4px;
}
.trust_bix img {
	width: 100%;
	height: 160px;
	object-fit: contain;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	padding: 20px;
	background-color: #fff;
}
.img_part_slid {
	box-shadow: 0 0 28px #00000070;
	border-radius: 20px;
	overflow: hidden;
}
/*---- trust ----*/
.country_flag {
	padding: 50px 0;
}
/*---- counter ----*/
.counter_js {
	position: relative;
	padding-top: 50px;
}
.counter_js #counter {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding-left: 0;
}
.counter_js #counter li {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000
}
.count {
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: 700;
}
.counter_js #counter li span.count {
	display: block;
	color: #000;
}
.about_counter {
	padding: 0 0px 25px;
}
.count_img {
	width: 50px;
	margin-right: 15px;
}
.count_img img {
	width: 100%;
}
.roundbox {
	width: 250px;
	height: 250px;
	box-shadow: 0 0 30px rgb(0 0 0 / 18%);
	border-radius: 50%;
	text-align: center;
	padding: 20px
}
.counter_sec {
	padding: 50px 0;
}
.single_flag {
	width: 130px;
	text-align: center;
	display: inline-block;
	margin-bottom: 25px;
	vertical-align: top;
}
.single_flag span {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 auto 15px;
}
.single_flag span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.single_flag h5 {
	font-size: 15px;
}
.country_flag {
	text-align: center;
}
/*---- lead height ----*/
.about_lead_text {
	position: relative;
	padding-left: 50px;
	border-left: 1px dashed var(--heading-color);
	padding-bottom: 30px
}
.about_lead_text:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 3px solid var(--heading-color);
	border-radius: 50%;
}
.about_lead_text:first-child:before {
	width: 40px;
	height: 40px;
	background: url(../../assets/images/digital-campaign.png);
	border: none;
	border-radius: 0;
	background-size: contain;
	left: -20px;
}
.about_lead_text p {
	margin-bottom: 0;
}
/*---- lead height ----*/
.rady_work {
	position: relative;
	padding: 100px 0;
}
.rady_work:before {
	content: '';
	position: absolute;
	background-image: linear-gradient(180deg, #01001D 0%, #440078 100%);
	opacity: 0.5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.app_gll {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.app_gll a img {
	width: 130px;
}
.app_text h4 {
	font-size: 20px;
	color: #fff;
}
.app_text {
	background: linear-gradient(90deg, #5500B499 0%, #9B022857 100%);
	padding: 10px;
	border-radius: 15px;
	min-height: 150px;
}
.app_gll a {
	color: #fff;
	font-size: 20px
}
.contact_hr {
	padding: 50px 0;
}
.contact_hr h4 {
	font-size: 30px
}
.contact_hr a {
	color: #000;
}
.nav.nav-pills {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 19px rgb(0 0 0 / 10%);
}
.nav-item {
	width: 50%;
}
.nav-pills .nav-link {
	width: 100%;
	border-radius: 30px;
	padding: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff !important;
}
.tab_img {
	width: 100%;
	height: 400px;
	display: block;
	padding: 0 0 50px 50px;
	position: relative;
}
.tab_img:before {
	content: '';
	width: 85%;
	height: 85%;
	display: block;
	background: var(--main-color);
	position: absolute;
	border-radius: 30px;
	z-index: -1;
	left: 0;
	bottom: 0;
}
.tab_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.blog_sec {
	padding: 50px 0 150px;
	background: #f9f9f9;
}
.blog_part_slid_padding {
	padding: 0 5px;
}
.blog_sec .main_heading h3 {
	color: var(--main-color);
}
.blog_img img {
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.blog_text h4, .blog_text p, .blog_name {
	color: #1e1e1e;
}
.blog_name span {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: #fff
}
.blog_name {
	display: flex;
	align-items: center;
}
.date_blog img {
	margin-right: 5px;
}
.blog_text {
	padding: 15px;
}
.blog_text h4 {
	font-size: 18px;
	margin-bottom: 0;
}
.blog_img {
	overflow: hidden;
	border-radius: 8px;
}
.blog_img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}
.blog_sc:hover .blog_img img {
	transform: scale(1.05) rotate(2deg);
	filter: brightness(70%);
}
.blog_text p {
	font-size: 14px;
	line-height: 25px;
	min-height: 150px;
}
.blog_text span {
	color: #bfbfbf;
}
.blog_sc {
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 15px;
	padding: 1rem;
	margin-top: 30px;
}
.date_blog {
	color: #2e982a;
	background: #2e982a29;
	border-radius: 30px;
	display: inline-block;
	padding: 8px 25px;
	font-weight: 600;
	margin-bottom: 15px
}
.follow_us {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: 0;
	z-index: 15;
	transform: translate(0px, -50%);
	/* display: flex; */
	writing-mode: vertical-rl;
	height: max-content;
}
.follow_us a {
	text-align: center;
	color: var(--dark);
	background-color: #fff;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 13px 5px;
	/* line-height: 40px; */
	box-shadow: 0 0 15px -5px rgb(0 0 0 / 20%);
	/* display: flex; */
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}
.follow_us a i {
	transform: rotate(90deg);
}
/*--- footer ---*/
.footer_sec {
	width: 100%;
	padding: 50px 0 0px 0;
}
.left_logo span {
	color: #fff;
}
.ftr_logo img {
	width: 200px;
}
.left_ali {
	width: 100%;
}
.left_ali h4 {
	position: relative;
	color: var(--white-color);
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 18px;
}
.left_ali p, .left_ali a {
	color: var(--white-color);
	text-decoration: none;
	font-size: 15px;
}
.read_more {
	color: #0C7682;
	font-size: 15px;
	margin-bottom: 15px;
	display: block;
}
.icon_map {
	margin-right: 10px;
}
.icon_map span {
	color: #fff;
	font-size: 16px;
}
.ftr_text_h p {
	margin: 0;
}
.left_aa ul {
	list-style: none;
	padding-left: 0;
}
.left_aa ul li a {
	color: var(--white-color);
	padding: 4px 0;
	display: block;
	line-height: 20px !important;
}
.ftr_text_h span {
	font-size: 13px;
	color: rgb(255 255 255 / 60%);
	display: block;
}
.left_ali ul {
	list-style: none;
	padding-left: 0;
}
.left_ali ul li a {
	line-height: 40px;
}
.left_logo p {
	color: rgb(255 255 255 / 80%);
	margin-bottom: 15px;
	font-size: 14px;
}
.left_logo ul {
	list-style: none;
	padding-left: 0;
	display: flex;
}
.left_logo ul li {
	margin-right: 10px;
}
.left_logo ul li a {
	color: #ffffff;
	font-size: 15px;
}
.left_logo ul li a:hover {
	background: rgb(12 118 130 / 20%);
	color: #0C7682;
}
.frt_btm ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0;
}
.frt_btm ul li {
	padding: 0 10px;
}
.frt_btm ul li a {
	font-size: 15px;
	color: var(--white-color);
	text-decoration: none;
	text-transform: uppercase;
}
.copy_right {
	font-size: 13px;
	color: rgb(255 255 255 / 80%);
	margin-bottom: 0;
}
.copy_right a {
	color: rgb(255 255 255 / 100%);
	text-decoration: none;
}
.btm_ftr {
	padding: 20px;
	text-align: center;
	border-top: 1px dashed rgb(255 255 255 / 50%);
}
/*------------- Inner Page ----------------- */
.inner_banner_sec {
	padding: 150px 0;
	position: relative
}
/*.inner_banner_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, white, transparent);
}*/
.inner_banner_ontent {
	position: relative;
	z-index: 9
}
.inner_banner_ontent h1 {
	font-size: 40px;
	font-family: var(--heading-font);
	color: #fff;
	margin-bottom: 0;
}
.inner_banner_ontent h4 {
	color: #fff;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: var(--heading-font);
	font-size: 60px;
	font-weight: 300
}
.inner_banner_ontent p {
	color: var(--white-color);
}
.inr_latest:before {
	content: none;
}
/*------ contact page ------*/
.contact_us {
	position: relative;
	padding-top: 120px;
	background: #f2f2f2
}
.contact_wrap_main {
	margin: 50px 0px 0;
}
.contact_left {
	margin-bottom: 80px;
	background: #fff;
	box-shadow: 0 0 30px rgb(0 0 0 / 30%);
	padding: 30px;
	border-radius: 20px
}
.contact_left p {
	font-size: 15px;
}
.contact_form {
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
}
.contact_us .form_group_wrap {
	margin: 0px 0px 15px;
}
.contact_us .contact_form .form-control {
	padding: 10px 10px;
}
.contact_us .contact_form .send-msg .btn {
	background: linear-gradient(to right, #ef5859 0%, #f05859 100%);
	color: var(--white-color);
	font-size: 16px;
	box-shadow: none;
	outline: none;
	padding: 10px 0px;
	width: 100%;
	border-radius: 30px;
}
.contact_right {
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
}
.contact_info {
	padding: 30px 25px;
	border-left: 3px solid var(--btn-color);
	box-shadow: 10px 25px 50px rgb(0 0 0 / 13%);
	border-radius: 10px;
	background: #fff;
	min-height: 135px;
}
.contact_us .con_icon {
	width: 45px;
	height: 45px;
	background: var(--main-color);
	padding: 10px;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	text-align: center;
	margin-right: 10px;
}
.contact_us .con_text {
	margin-top: 0px;
}
.contact_us .con_text a {
	color: #161723;
	text-decoration: none;
	font-size: 17px;
}
.contact_us .con_text h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.contact_us .con_text p {
	margin-bottom: 0;
}
/*------ contact page ------*/
.about_sec_inr {
	padding: 50px 0;
}
.about_sec_miss {
	padding: 100px 0;
}
.about_vis_mis {
	border-radius: 15px;
	background: linear-gradient(213deg, #252525C2 0%, #4B00BDBF 100%);
	backdrop-filter: blur(10px);
	padding: 20px;
	text-align: center;
	height: 100%
}
.about_vis_mis h4, .about_vis_mis p {
	color: #fff;
}
.mt_22 {
	margin-top: -50px
}
.case_study_box_sec {
	padding: 50px 0;
}
.case_study_card {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.case_study_card .case_study_box {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px
}
.case_img {
	height: 150px;
	width: 100%;
}
.case_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.seo_bos {
	width: 100%;
	position: absolute;
	bottom: -5px;
	z-index: 1;
}
.seo_bos img {
	width: 100%;
	transform: rotate(180deg);
}
.box_blk {
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.main_color_bg {
	background: #B2D5E6;
}
.box_blk ul {
	padding-left: 20px;
}
.box_blk ul li {
	margin-bottom: 15px;
	color: #fff
}
.box_blk ul li a, .box_blk p a {
	color: #fff;
	text-decoration: none;
}
.box_blk h5 {
	color: #fff;
	margin-bottom: 15px;
}
.yel_color_bg {
	background: #F8B914;
}
.box_blk .top_input .form-control {
	width: 100%;
	background: #fff;
	border: #fff;
	padding: 15px;
	border-radius: 6px 0 0 6px;
}
.box_blk .top_input .btn {
	background: #fff;
	border: #fff;
	border-radius: 0 6px 6px 0;
}
.single_blog_img img {
	height: 550px;
}
.box_blk .tags {
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.box_blk .tags li a {
	background: rgb(255 255 255 / 50%);
	color: rgb(0 0 0 / 50%);
	padding: 7px 13px;
	display: block;
	margin: 0 4px;
	border-radius: 5px;
}
.blog_sec_inner {
	padding: 50px 0 0;
}
.about_text.heading_hp h2, .about_text.heading_hp p {
	color: #000;
}
.slide .slide__content.slide__content__left .red_btn {
	background-color: #fff;
	color: #3d8d00;
	padding: 8px 25px;
}
.slide .slide__content.slide__content__left .red_btn span {
	color: #3d8d00;
}
#cssmenu ul li ul.submenu {
	background: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 110%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 250px;
	z-index: 9;
	padding: 0;
	margin: 0;
}
#cssmenu ul li:hover > ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 102%;
}
#cssmenu ul li ul.submenu li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: block;
	margin: 0;
	height: auto;
}
#cssmenu ul li ul.submenu li:last-child {
	border: 0;
}
#cssmenu ul li ul.submenu li a {
	color: #0f0707;
	display: block;
	padding: 12px 10px;
	text-align: left;
	font-size: 14px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
}
#cssmenu ul li ul.submenu li:hover > a {
	color: #3d8d00;
}
#cssmenu ul li ul.submenu li ul.submenu {
	left: 100%;
	top: 0;
}
.inner_banner {
	width: 100%;
	height: 41vw;
	overflow: hidden;
	position: relative
}
.inner_banner .item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f5f7f6;
}
.inner_banner:before {
	content: '';
	width: 100%;
	height: 255px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/top-shadow.png) repeat-x top center;
	z-index: 10
}
.inner_banner:after {
	content: '';
	width: 100%;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/banner-bar1.png) repeat-x center;
	z-index: 10
}
.inner_banner .banner-content {
	position: absolute;
	top: 50%;
	text-align: center;
	z-index: 11;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -48px;
	color: #fff;
}
.inner_banner .banner-content .title-lg {
	margin: 0;
	line-height: normal;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
	font-size: 3rem;
}
.breadc {
	padding: 2rem 0 0 0;
	font-size: 13px;
	margin: 0;
}
.breadcrumb {
	background: none;
	border-radius: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb li {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 1rem;
	position: relative;
}
.breadcrumb li + li {
	margin-left: 35px;
}
.breadcrumb li + li:before {
	content: "";
	background: #ffa80d;
	position: absolute;
	top: 50%;
	left: -20px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-top: -3px;
}
.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #0b0707;
	font-weight: 400;
}
.breadcrumb a:hover {
	color: #ffa80d;
}
.partner-sec {
	text-align: center;
	border: 1px solid #f5f5f5;
	background: #fff;
	padding: 5px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.partner-sec .title-sm {
	font-size: 1rem;
	margin: 1rem 0
}
.partner-sec p {
	font-size: .8125rem;
	margin: 0
}
.sec-pic img {
	max-width: 100%;
}
.corporate-partners {
	padding: 3rem 0;
}
.corporate-partners .entry-header.text-center {
	margin: 0 auto 3rem;
}
.team-members, .partner-sec {
	margin-bottom: 2rem;
}
.history-sec {
	padding: 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #e9e9e9;
	margin-top: 40px;
}
.history-sec:nth-child(2n) {
	background-color: #fff;
}
.history-sec {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.history-sec:nth-child(2n) {
	-ms-flex-direction: inherit!important;
	flex-direction: inherit!important
}
.history-sec .sec-pic {
	position: relative;
	top: 0;
	right: 0;
	width: 30%;
	min-width: 300px;
	max-width: 400px;
	height: 100%;
	text-align: left;
	border: 5px double #3d8d00;
}
.team-members .team-member .member-picture-wrap .member-picture::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #3d8d00;
	width: 90px;
	height: 80px;
	-webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
	clip-path: polygon(100% 0, 0 100%, 0 0);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	content: "";
	opacity: 1;
}
.history-sec:nth-child(2n) .sec-pic {
	text-align: right
}
.history-sec .sec-pic img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.history-content {
	margin: 2rem 15px;
	position: relative;
	padding-left: 30px;
}
figure img {
	max-width: 100%;
	height: auto;
}
#dreams-page {
	padding: 3rem 0;
}
.dreams-page-image {
	max-width: 801px;
	margin: 0 auto;
}
.category-box h4 {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 1rem 0;
	line-height: 28px;
}
.video-box-wrapper {
	max-width: 844px;
	margin: 0 auto;
}
.header-btn-sec {
	display: flex;
	align-items: center;
	float: right;
	padding-left: 10px;
}
.sponsor-btn-sec {
	margin-left: 10px;
}
.sponsor-btn {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 23px;
	border-radius: 30px;
	position: relative;
	color: var(--white-color);
	background: var(--main-color);
	text-decoration: none;
	overflow: hidden;
	text-transform: uppercase;
	border: 1px solid #3d8d00;
}
.sponsor-btn:hover {
	color: #3d8d00;
	background-color: #fff;
	border-color: #fff;
}
.sponsor-btn-sec .dropdown-menu {
	z-index: 9;
	padding: 10px 0;
	border-radius: 5px;
	top: 67%;
	border: none;
}
.sponsor-btn-sec .dropdown-menu a {
	padding: .6rem;
	color: #0f0707;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .9rem;
	position: relative;
	display: block;
	white-space: normal
}
.sponsor-btn-sec .dropdown-item:focus, .sponsor-btn-sec .dropdown-item:hover, .sponsor-btn-sec .dropdown-menu .dropdown a:hover, .sponsor-btn-sec .dropdown-menu .dropdown-menu li a {
	color: var(--green);
	background-color: transparent
}
.sponsor-btn-sec .dropdown-menu .dropdown {
	padding: .6rem
}
.sponsor-btn-sec .dropdown-menu .dropdown-toggle::after {
	border: 1px solid var(--green);
	min-width: 40px;
	right: 0;
	position: absolute;
	top: 50%;
	margin-top: -2px
}
.sponsor-btn-sec .dropdown-menu .dropdown a {
	padding: 0
}
.sponsor-btn-sec .dropdown-menu .dropdown-menu {
	left: 100%;
	min-width: 400px;
	padding: 20px
}
.sponsor-btn-sec .dropdown-menu .dropdown-menu li {
	display: inline-block;
	padding: 5px 15px;
	position: relative
}
.sponsor-btn-sec .dropdown-menu .dropdown-menu li:before {
	position: absolute;
	content: '/';
	top: 50%;
	right: -4px;
	margin-top: -11px
}
.sponsor-btn-sec .dropdown-menu .dropdown-menu li:last-child:before {
	display: none
}
.sponsor-btn-sec .dropdown-menu .dropdown-menu li a {
	color: #666
}
.sponsor-btn-sec .dropdown-item.active, .dropdown-item:active {
	color: var(--dark);
	text-decoration: none;
	background-color: transparent
}
.sponsor-btn-sec .dropdown-item.active:hover, .dropdown-item:active:hover {
	color: var(--green)
}
.right_top .sponsor-btn-sec:hover > .dropdown-menu {
	display: block
}
.right_top .sponsor-btn-sec:hover > .dropdown-menu {
	display: block
}
.blog--content {
	padding-right: 20px;
}
.blog--content h1 {
	font-weight: 600;
	font-size: 35px;
	padding-bottom: 20px;
}
.blog--content h2 {
	padding-bottom: 10px;
}
.blog-details-content-wrap {
	padding-bottom: 50px;
}
.blog-loop.grid-blog .single-post-box {
	margin-top: 30px;
	background-color: #eee;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.blog-loop.grid-blog .single-post-box .post-thumb {
	overflow: hidden;
}
@media (max-width: 767px) {
	.blog-loop.grid-blog .single-post-box .post-thumb img {
		width: 100%;
	}
}
.blog-loop.grid-blog .single-post-box .post-content {
	padding: 15px 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
	.blog-loop.grid-blog .single-post-box .post-content {
		padding: 30px 20px;
	}
}
.blog-loop.grid-blog .single-post-box .post-content .post-date {
	color: #3d8d00;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	.blog-loop.grid-blog .single-post-box .post-content .post-date {
		font-size: 16px;
	}
}
.blog-loop.grid-blog .single-post-box .post-content .post-date i {
	margin-right: 10px;
}
.blog-loop.grid-blog .single-post-box .post-content .title {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
@media (max-width: 1199px) {
	.blog-loop.grid-blog .single-post-box .post-content .title {
		font-size: 22px;
	}
}
.blog-loop.grid-blog .single-post-box .post-content .post-link {
	font-weight: 700;
	color: #14212b;
	margin-top: 25px;
}
.blog-loop.grid-blog .single-post-box .post-content .post-link i {
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.blog-loop.grid-blog .single-post-box .post-content .post-link:hover {
	color: #3d8d00;
}
.blog-loop.grid-blog .single-post-box:hover .post-thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-loop.grid-blog .single-post-box:hover .post-content {
	border-color: #3d8d00;
}
.single-post-box:hover {
	border-color: #3d8d00;
}
.blog-loop.grid-blog .single-post-box .post-content p {
	margin-bottom: 0;
}
/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #3d8d00;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
	z-index:1;
}
.single-post-img {
	padding: 0;
}
.post-thumb img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	max-width: 100%;
	height: auto;
}
.policy_content h4 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 22px;
}
.privacy-policy {
	padding: 50px 0;
}
.policy_content h5 {
	font-size: 18px;
	font-weight: 600;
}
.policy_content ul li {
	list-style: none;
	padding-bottom: 10px;
}
.policy_content ul {
	padding: 0;
	margin: 0;
}
.policy_content li a {
	color: #212529;
}
.refund-page {
	padding: 50px 0;
}
.refund_content h4 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 22px;
}
.refund_content ul {}
.refund_content ul li {
	padding-bottom: 10px;
}
.terms-page_content ul li {
	padding-bottom: 10px;
}
.terms-page_content h4 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 22px;
}
.terms-page, .donate-section {
	padding: 50px 0;
}
.terms-page_content ul li {
	list-style: none;
	padding-bottom: 10px;
}
.terms-page_content ul {
	padding: 0;
	margin: 0;
}
.terms-page_content li a {
	color: #212529;
}
.blog-entry {
	margin-bottom: 70px;
}
.recent-posts__item {
	margin-bottom: 50px;
	position: relative;
	background-color: #fff;
	align-items: center;
}
.recent-posts__item .recent-posts__thumb {
	display: inline-block;
	float: left;
	position: relative;
	padding: 0;
}
.recent-posts__item .recent-posts__thumb img {
	width: 100%;
}
.recent-posts__item .recent-posts__thumb::before {
	content: '';
	opacity: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.recent-posts__item .recent-posts-desc {
	display: inline-block;
	padding: 0 35px 0;
}
.home-blog {
	padding: 50px 0 0;
}
.recent-posts__item .recent-posts__thumb::after {
	content: '';
	background: url("../images/pre_thumb.png") repeat-y center left;
	height: 100%;
	width: 27px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.blog-entry-excerpt p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 30px;
}
.blog-entry-excerpt h4 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3d8d00;
	padding-bottom: 5px;
}
.recent-posts__thumb.right-thumb::after {
	background: url("../images/pre_thumb-02.png") repeat-y center right;
	left: 0;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
	margin-left: 55px;
}
.pd_bottom_15 {
	padding-bottom: 15px;
}

.contact_img img {
	max-width: 100%;
	height: auto;
}
.contact-section {
	padding: 50px 0;
}
.title_sections.left {
	color: #000;
	font-size: 32px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.qr_img img {
	max-width: 100%;
	height: auto;
}



