* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;

}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}

.container-fluid {
	padding: 0px 40px !important;
}


/*=======butn=================*/
/*============================*/



.cumn-butn-body {
	font-family: Oswald;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	border-radius: 30px;
	padding: 15px 50px;
	transition: 0.5s;
	margin: 0px;
}

.grn-butn {
	background: #82BB66;
	color: #fff;
}


.grn-butn:hover {
	background: #1B1B3D;
	color: #fff;
}


/*============================*/
/*=======butn=================*/


/*============================*/
/*=======header================*/


.logo {
	width: auto;
	margin: 10px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 250px;
	padding: 0px;
	margin: 15px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #fff;

}

.main-nav.scroll {
	background-color: #fff;
	height: 80px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	z-index: 9;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 25px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
}

.stellarnav>ul>li>a {
	font-family: Raleway;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: right;

	color: #141414;
	padding: 0px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #82BB66;
}

.stellarnav>ul>li>a.active {
	color: #82BB66 !important;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 200px;
	padding: 0px;
	top: 50px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 18px;
	padding: 10px 20px;
	color: #000000;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #fff;
	color: #63B55D;
}

.main-nav .stellarnav li li a.active {
	background: #fff;
	color: #63B55D;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


/*============================*/
/*=======banner===============*/


.banner-section {
	padding: 50px 0px;
	margin: 0px;
	position: relative;
	height: 815px;
	background: url(../images/banner-bg.png) no-repeat;
	background-size: 100% 100%;

}

.banner-text-inner {

	position: relative;
}


.banner-logo {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.banner-text {
	position: absolute;
	top: 70px;
	left: 0px;
}

.banner-text h1 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.banner-text p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.banner-text .cumn-butn-body.grn-butn {
	float: left;
	margin: 40px 0px 0px;
}


.banner-section-right {
	width: 100%;
	height: 100%;
	padding: 0px;

}

.banner-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0% 1% 0% 0%;
	margin: 0%;
}

/* .banner-section .owl-carousel .owl-nav {
	display: block;
	position: relative;
	right: 0;
}

.banner-section .owl-dots {
	display: none;
}


.banner-section .owl-nav .owl-prev {

	position: absolute;
	bottom: 0px;
	right: 78px;
	width: 80px;
	height: 80px;
	background: #FFBF1F !important;
	color: #000000 !important;
	font-size: 35px !important;
	text-align: center;
}

.banner-section .owl-nav .owl-next {
	position: absolute;
	bottom: 0px;
	right: -2px;
	width: 80px;
	height: 80px;
	background: #F2F2F2 !important;
	color: #000000 !important;
	font-size: 35px !important;
	text-align: center;
} */


/*============================*/
/*=======banner===============*/


/* ============================================================== */
/* =========================about-sectiom======================== */


.about-section {
	padding: 60px 0px;
	margin: 0px;
	background: #fff;
}

.about-section-left {
	padding: 0px;
	margin: 0px;
}

.about-section-left-img {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin-top: -100px;
}

.about-section-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}


.about-section-right {
	padding: 0px;
	margin: 0px;

}

.about-section-right h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.about-section-right p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.about-section-right-box {
	background: #82BB66;
	border: 15px solid #70A855;
	border-radius: 10px;
	box-shadow: 0px 6px 25px 0px #00000075;
	padding: 40px 30px;
	margin: 60px 0px 0px;
}

.about-section-right-box h3 {
	font-family: Oswald;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}


.about-section-right-box h4 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.more-row {
	margin: 80px 0px 0px;
	padding: 0px;
}

.more-row-box {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 10px;

	height: 150px;
}

.more-row-box-icon {
	width: 160px;
	height: auto;
}


.more-row-box-text {
	padding: 0% 0% 0% 2%;
}

.more-row-box-text h4 {
	font-family: Raleway;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0;
	margin: 0px;
}

.more-row-box-text p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px;
	margin: 0px;
}

.services-section-row1-content-box {
	background: #fff;
	padding: 40px 40px;
	border-radius: 22px;
	box-shadow: 0px 20px 60px 0px #1B1B3D0A;
	position: absolute;
	top: 30%;
	left: -90px;
	width: auto;
	min-height: 340px;
	overflow: hidden;
}

.services-section-row1-content-box h4 {
	font-family: Raleway;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #82BB66;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.services-section-row1-content-box p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

/* ============================================================== */
/* ===========================services-section-row2===============*/

.services-section-row2 {
	margin: 190px 0px 70px;
	padding: 0px;
}

.services-section-row2-text h3 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 0px 0px 60px 0px;
}


.services-section-row2-text h4 {
	font-family: Raleway;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #82BB66;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.services-section-row2-text p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.services-section-row2-img {
	width: 100%;
	height: 480px;
	border-radius: 30px;
	overflow: hidden;
}


.services-section-row2-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.services-section-row2-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* ===========================services-section-row2===============*/
/* ============================================================== */


/* ============================================================== */
/* =========================about-sectiom======================== */


/* ============================================================== */
/* =========================offer-sectiom======================== */


.offer-section {
	padding: 50px 0px;
	margin: 0px;
}

.offer-section-img {
	position: relative;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	margin: 20px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.offer-section-img:hover {
	-webkit-transition: all 0.3s ease-in-out;
	margin-top: 10px;
	box-shadow: 0px 6px 12px 0px #0000000D;
}

.offer-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.offer-section-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.offer-section-text {
	position: absolute;
	width: 100%;
}

.offer-section-text h3 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;

	padding: 0px;
	margin: 0px;
}


/* ============================================================== */
/* =========================offer-sectiom======================== */


/* ============================================================== */
/* =========================service-sectiom======================== */

.services-section {
	padding: 60px 0px 130px;
	margin: 0px;
	background: #F5F5F5;
}

.services-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	color: rgb(27, 27, 61);
	padding: 0px;
	margin: 0px 0px 60px 0px;
}


.services-section-row1 {
	padding: 0px;
	margin: 0px 0px 40px 0px;
	position: relative;
	height: 400px;

}

.services-section-row1-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}


.services-section-row1-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.services-section-row1-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.services-section-row1-text {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 100%;
}


.services-section-row1-text h3 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 20px 0px 60px 0px;
	height: 96px;
}


/* ============================================================== */
/* =========================offer-sectiom======================== */


/* ============================================================== */
/* =========================offer-sectiom======================== */


.our-impact-section {
	padding: 60px 0px;
	margin: 0px;
}

.our-impact-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	color: rgb(27, 27, 61);
	padding: 0px;
	margin: 0px 0px 60px 0px;
}


.our-impact-box {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.our-impact-box-icon {
	width: 200px;
	height: 200px;

}

.our-impact-box-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.our-impact-box-text {
	width: 70%;

	padding: 0px;
	margin: 0px;
}


.our-impact-box-text h4 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.our-impact-box-text p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


/* ============================================================== */
/* =========================offer-sectiom======================== */


/* ============================================================== */
/* =========================join-us-sectiom=======================*/

.join-us-section {
	padding: 150px 0px;
	margin: 0px;
	position: relative;
	background: url(../images/join-bg.png) no-repeat;
	background-size: cover;

}


.join-us-section-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
	margin: 0px;
}


.join-us-section-inner h2 {
	font-family: Oswald;
	font-weight: 400;
	font-size: 55px;
	line-height: 66px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px;
	width: 71%;
}


/* =============================================================*/
/* =========================join-us-sectiom======================*/


/* =============================================================*/
/* =========================news-sectiom======================*/

.news-section {
	padding: 60px 0px;
	margin: 0px;
	background: #fff;
}

.news-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	color: #1B1B3D;
	padding: 0px;
	margin: 0px;
}

.news-section-inner {
	margin: 50px 0px 0px 0px;
	padding: 0px;
}


.news-box {
	margin: 0px;
	padding: 0px;
}


.news-box-img-big {
	width: 100%;
	height: 600px;
	margin: 0px 0px 30px 0px;
	border-radius: 20px;
	overflow: hidden;

}


.news-box-img-big img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 20px;
}


.news-box-img-big:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.news-box-img-smll {
	width: 100%;
	height: 450px;
	margin: 0px 0px 30px 0px;
	border-radius: 20px;
	overflow: hidden;
}


.news-box-img-smll img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 20px;
}


.news-box-img-smll:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.news-box-text {
	padding: 0px;
	margin: 0px;
}


.news-box-text h6 {
	font-family: Oswald;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #00000080;
	opacity: 50%;
}


.news-box-text h3 {
	font-family: Raleway;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	color: #1B1B3D;
}


.news-box:hover .news-box-text h6 {
	color: #1B1B3D;
}

.news-box:hover .news-box-text h3 {
	color: #82BB66;
}


/* =============================================================*/
/* =========================news-sectiom======================*/


/* ==========================================================*/
/* ========================footer-sectiom====================*/


.footer-top {
	padding: 60px 0px;
	margin: 0px;
	height: 100%;
	background: #1B1B3D;
	overflow: hidden;
	clear:both;
}

.footer-menu {
	padding: 0px;
	margin: 0px;
}

.footer-menu h3 {
	font-family: Oswald;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.footer-menu ul {
	margin:
		0px;
	padding:
		0;
	list-style:
		none;
	column-count: 2;
}

.footer-menu ul li {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	list-style-type: none;
}

.footer-menu ul li a {
	font-family: Raleway;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #D8D8D8;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}

.footer-menu ul li a:hover {
	color: #60B45A;
	padding-left: 4px;
}


.footer-social-icon {
	margin: 0px;
}


.footer-social-icon ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.footer-social-icon ul li {
	transition: 0.3s ease-in-out;
}

.footer-social-icon ul li a img {
	width: 35px;
}

.footer-social-icon ul li:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
}


.footer-logo {
	margin: 0px auto;
	text-align: center;
	width: 250px;
}


.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.footer-text-section {
	margin: 50px 0px 0px;
}


.footer-text-section h4 {
	font-family: Rockwell;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.footer-text-section h6 {
	font-family: Rockwell;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px;
}


.footer-text-section h6 span {
	margin-right: 10px;
}


.footer-info {
	margin: 0% 0% 0% 34%;
	padding: 0px;

	word-wrap: break-word;
}


.footer-info h3 {
	font-family: Oswald;
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px
}

.footer-info p {
	font-family: Raleway;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;

	color: #D8D8D8;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 0px;
}

.tittle {
	font-family: Raleway;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #D8D8D8;
}


.footer-info p a {
	color: #DEDEDE;
}

.footer-info p a:hover {
	color: #82BB66;
}


.footer-info p span {
	width: 25px;
	height: 25px;
	margin-right: 25px;
}

.footer-info p span img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.footer-manu-butm {
	margin: 0px;
	padding: 0px;
}

.footer-manu-butm ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4px;
}


.footer-manu-butm ul li {
	padding:
		0px;
	margin:
		0px;
	list-style-type: none;
}


.footer-manu-butm ul li a {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	position: relative;
}

.footer-manu-butm ul li a::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "|";
	height: auto;
	width: 5px;
	position: absolute;
	margin: 0px 0px 0px 7px;
	color: #D5E9E5;
	font-size: 20px;
}

.footer-manu-butm ul li:last-child a::after {
	display: none;
}


.footer-manu-butm ul li a:hover {
	color: #60B45A;
}

.footer-bottom {
	padding: 15px 0px;
	margin: 0px;
	background: #13132B;
	overflow: hidden;
}

.footer-bottom p {
	font-family: Raleway;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #CCCCCC;
	padding: 15px 0px 0px;
	margin: 0px;
}

.footer-bottom p a {
	color: #82BB66;
}

.footer-bottom p a:hover {
	color: #DEDEDE;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}


/* ==============================================*/
/* ==============footer-sectiom==================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #60B45A;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #60B45A;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/
/*================================================
start-inner-pages
=================================================*/

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 35%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0px;
	text-align: center;

	color: #fff;
	padding: 0px;
	margin: 0px;
}


/*================================================
about page CSS
=================================================*/


.about-page-top {
	padding: 60px 0px;
	margin: 0px;
	background: #fff;
}


.about-page-left {
	padding: 0px;
	margin: 0px;
}

.about-page-left-img {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin-top: -60px;
}

.about-page-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.about-page-right {
	padding: 0px;
	margin: 0px;
}


.about-page-right p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-page-services-section {
	padding: 60px 0px 130px;
	margin: 0px;
	background: #F5F5F5;
}


.about-page-services-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	color: rgb(27, 27, 61);
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-page-services-section h5 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0px;
	text-align: center;
	color: rgb(27, 27, 61);
	padding: 0px;
	margin: 0px 0px 60px 0px;
}


.inner-add-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	background: url(../images/add-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 650px;
}

.inner-add-section-inner {
	position: absolute;
	width: 48%;

}


.inner-add-section-inner h3 {
	font-family: Oswald;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.inner-add-section-inner h3 span {
	color: #1B1B3D;
}

.inner-add-section-inner h5 {
	font-family: Oswald;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 40px 0px;
}

.inner-add-section-inner p {
	font-family: Oswald;
	font-weight: 600;
	font-size: 32px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 10px 0px 40px 0px;
}

.inner-add-section-inner h6 {
	font-family: Oswald;
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.inner-add-section-inner h6 a {
	color: #fff;
}


.inner-add-section-inner h6 a:hover {
	color: #1B1B3D;
}


.our-goals-section {
	background: #F5F5F5;
	padding: 60px 0px;
	margin: 0px;
}


.our-goals-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	color: rgb(27, 27, 61);
	padding: 0px;
	margin: 0px 0px 60px 0px;
}


.our-impact-section.our-goals-section .our-impact-box {
	margin: 0px 0px 30px 0px;
}


.our-impact-box-text p a {
	font-family: Oswald;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 0px;


}

.our-impact-box-text p a:hover {
	color: #82BB66;
}


.join-us-inner-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	background: url(../images/join-us-bg.png) no-repeat;

	background-size: cover;
}


.join-us-inner-section-inner {
	text-align: center;
}

.join-us-inner-section-inner h2 {
	font-family: Oswald;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: capitalize;
	color: #1B1B3D;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.join-us-inner-section-inner h4 {
	font-family: Raleway;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.join-us-inner-section-inner p {
	font-family: Raleway;
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	padding: 0% 5%;
	margin: 0px;
}

/* ========================================================= */
/* about-page */
/* ========================================================= */


/* ========================================================= */
/* we-do-page */
/* ========================================================= */

.about-page-services-section.we-do-section {
	background: #fff;
}


.about-page-services-section.we-do-section h6 {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #212121;
	padding: 0px;
	margin: 130px 0px 0px;
}


/* ========================================================= */
/* we-do-page */
/* ========================================================= */


/* ========================================================= */
/* franchising-page */
/* ========================================================= */


.about-page-top.franchising-page-about h3 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 37px;
	line-height: 47px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.about-page-top.franchising-page-about h6 {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	position: relative;
	display: flex;
	justify-content: start;
	align-items: start;
}


.about-page-top.franchising-page-about h6::before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f058";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #82BB66;
	position: relative;
	top: 7px;
	margin-right: 15px;
}


.about-page-top.franchising-page-about h4 {
	font-family: Raleway;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0px;
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 40px 0px 0px;
}


.about-page-top.franchising-page-about h4 span a {
	color: #82BB66;
}


.about-page-top.franchising-page-about h4 span a:hover {
	color: #000000;
}


.news-section.franchising-page-news {
	background: #F5F5F5;
}


/* ========================================================= */
/* franchising-page */
/* ========================================================= */


/* ========================================================= */
/* contact-page */
/* ========================================================= */

.contact-info-section {
	padding: 60px 0px;
	margin: 0px;
}

.contact-info {
	position: relative;

}

.contact-info-icon {
	margin: 0px auto;
	padding: 0px;
	width: 55px;
	height: 55px;

}

.contact-info-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.contact-info-inner {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0px;
	text-align: center;
	padding: 40px 20px;
}


.contact-info-inner h3 {
	font-family: Oswald;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 20px 0px;
}


.contact-info-inner p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.contact-info-inner p a {
	color: #fff;
}


.contact-info-inner p a:hover {
	color: #1B1B3D;
}


.contact-map-section {
	padding: 0px;
	margin: 0px;
}


.contact-frm-section {
	padding: 60px 0px;
	margin: 0px;
	text-align: center;
}


.contact-frm-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	color: rgb(27, 27, 61);
	padding: 0px;
	margin: 0px 0px 60px 0px;
}


.frm-section-inner form {
	padding: 0px;
	margin: 20px 0px 0px;
}


.frm-section-inner .form-row .form-control {
	background: #EFEFEF;
	border-radius: 6px;
	opacity: 1;
	padding: 15px 20px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #121212;
	margin: 0px 0px 15px 0px;
	border: none;
}

textarea.form-control {
	min-height: calc(2.5em + (5.75rem + 2px));
}

.frm-section-inner .cumn-butn-body.grn-butn {
	margin: 20px auto 0px;
	clear: both;
	float: none;
	text-align: center;
	border: none;
}


/* ========================================================= */
/* contact-page */
/* ========================================================= */


/* ========================================================= */
/* team-page */
/* ========================================================= */


.team-page-section {
	padding: 60px 0px;
	margin: 0px;
}

.team-box {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.team-box img{
width:100%;
max-height: 385px;
}

.team-box #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.67%, #000000 100%);

}


.team-info {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
	bottom: 30px;
	width: 100%;
	padding: 20px 20px;
	margin: 0px;
}

.team-info h4 {
	font-family: Oswald;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.team-info p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
	
}


.link-arrow-wht {
	padding: 0px 0px;
	width: 60px;
	height: 60px;
	background: transparent;

	border-radius: 50%;
	color: #82BB66;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transform: rotate(-318deg);
	-moz-transform: rotate(-318deg);
	-ms-transform: rotate(-318deg);
	-o-transform: rotate(-318deg);
	transform: rotate(-318deg);
	transition: transform 0.5s;
	z-index: 9;
	font-size: 35px;
	font-weight: 400;
	cursor: pointer;
}


.link-arrow-wht:hover {
	background: #82BB66;

	color: #ffffff;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}


/* ========================================================= */
/* team-page */
/* ========================================================= */


/* ========================================================= */
/* news-page */
/* ========================================================= */

.news-page-section {
	padding: 60px 0px;
}

.news-page-section .news-box-img-smll {
	margin: 0px 0px 15px 0px;
	height: 550px;
}

.news-page-section .news-box {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}


.news-page-section .news-box-text h3 {
	font-size: 28px;
	line-height: 38px;
}


.news-page-detalis-section {
	padding: 60px 0px;
	margin: 0px;
}


.news-page-detalis-left {
	padding: 0px;
	margin: 0px;
}


.news-page-detalis-left p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.news-page-detalis-left-img {
	border-radius: 30px;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.news-page-detalis-left h6 {
	font-family: Oswald;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #00000080;
	opacity: 50%;
}

.news-page-detalis-left h2 {
	font-family: Raleway;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.news-page-detalis-right {
	padding: 0% 0% 0% 2%;

}


.blogcardright {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.blogcardright h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.postscard-sect {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.postscard {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: start;
	gap: 11px;
	align-items: start;
}

.postscardimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 155px;
	height: 76px;
	overflow: hidden;
	border-radius: 5px;
}

.postscardimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.postscardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.postscardtext p {
	font-family: Oswald;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #00000080;
	opacity: 50%;
}


.postscardtext h6 {
	font-family: Raleway;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	color: #1B1B3D;
}

.postscardtext p:hover {
	color: #82BB66;
}

.blogcardright ul {
	margin: 0px 0px;
	padding: 0px 9px;
	position: relative;
	width: 100%;
}

.blogcardright li {
	margin: 0px 0px 4px 0px;
	padding: 7px 0px;
	text-align: left;
	width: 100%;
	font-family: Raleway;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #141414;
	border-bottom: #cccccc5e 1px solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}

.blogcardright li a {
	color: #404040;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	gap: 6px;
}

.blogcardright li span {
	text-align: left;
	color: #82BB66;
}

.blogcardright li:hover {
	color: #82BB66;
}

.team-page-section p{
   font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #212121;
    padding: 0px 0px 20px 0px;
    margin: 0px; 
}

.team_img {
    text-align: center;
    margin-bottom: 30px;
}

.post_gallerysec main {
  column-count: 1;
  break-inside: avoid;
  gap: 0.5rem;
  padding: 0.5rem;
}

 .post_gallerysec main img {
    width: 100%;
    margin-bottom: 0.25rem;
    cursor: pointer;
  }


@media (width > 700px) {
  main {
    column-count: 2;
  }
}

@media (width > 1000px) {
 .post_gallerysec main {
    column-count: 3;
  }
}

@media (width > 1300px) {
  .post_gallerysec main {
    column-count: 4;
  }
}

.postid-72 .news-page-detalis-left-img{display:none;}
.postid-72 section.news-page-detalis-section > div > div > div.col-lg-9.col-md-9.col-12 > div > div:nth-child(6){display:none;}
.postid-72 section.news-page-detalis-section > div > div > div.col-lg-9.col-md-9.col-12 > div > p:nth-child(7){display:none;}
.single-teams .team_img{    float: left;
    margin-right: 20px;
    margin-bottom: 20px;}
.single-teams .team_img img{
    border-radius: 20px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    padding: 5px;}
/* ========================================================= */
/* news-page */
/* ========================================================= */