:root {
	--primary-color: #1589C6;
	--secoundary-color: #61A512;
	--red-color: #ca1116;
}

* {
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: heading-font;
	src: url(../font/Inter_Tight/InterTight-Bold.ttf);
}
@font-face {
	font-family: body-font;
	src: url(../font/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
	font-family: heading-font-regular;
	src: url(../font/Inter_Tight/InterTight-Medium.ttf);
}

html {
	width: 100%;
}

body {
	width: 100%;
	font-size: 16px;
	font-family: body-font;
	overflow-x:  hidden !important;
}

section{
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.common-title {
	margin-bottom: 40px;
	margin-top: 10px;
}

.common-title h1 {
	font-family: heading-font;
	text-decoration: none;
	font-size: 3.2rem; 
	text-align: center;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	color: #000;
	margin-bottom: 0;
	line-height: 100%;
}
 header.is-sticky {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 10px;
    backdrop-filter: blur(10px); 
	width: 100%;
	z-index: 50; 
}
.navbar .navbar-brand img.is-sticky {
    width: 6rem !important;
}

header {
	position: relative;
	top: 0;
	z-index: 40;
	width: 100%;
	background-color: #fff !important;
	padding: 0px 30px;  
}
.navbar{
	background-color: #fff !important;
	padding: 0px;
}


.navbar .active {
	border-bottom: 2px solid var(--secoundary-color);
	color: #1b4962 !important;
}

.navbar .navbar-collapse {
	justify-content: flex-end;
}

.navbar .navbar-brand img {
	width: 10rem;
	padding: 0px;
}


.navbar .navbar-nav .nav-item {
	margin: 0.5rem 1rem;
}

.navbar .navbar-nav .nav-link {
	color: #1b4962; 
	text-transform: capitalize;
	font-family: heading-font-regular;
	text-decoration: none;
	letter-spacing: 0.2px;
	padding: 0.1rem 0rem;
	border-radius: 2px;
}

.navbar .navbar-nav .nav-link:hover {
	border-bottom: 2px solid var(--secoundary-color);
	color: #1b4962 !important;
}

.garba_link
{
  background: var(--primary-color);
    padding: 10px !important;
    color: #fff !important;  
}

@media only screen and (max-width:995px)
{
		.garba_link
    {
        margin-bottom:8px;
    }
}
.common-list {
	list-style: none;
	padding-left: 0;

}

.common-list li {
	font-size: 16px;
	color: #000;
	position: relative;
	margin-bottom: 10px;
	padding-left: 31px;
}

.common-list li:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: #61a512c4;
	left: 0;
	top: 6px;
}

.impact-row {
	align-items: center;
}

.img_wrap img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.content_wrap {
	padding: 20px 40px 20px 40px;
}

.impact-row_wrap {
	position: relative;
}

.impact-row_2:before {
	left: 0;
}

.impact-row_2:after {
	left: 0;
}

.content_wrap h3 {
	font-family: heading-font-regular;
	font-size: 2.2rem; 
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	color: var(--primary-color);
	margin-bottom: 30px;
}
.content_wrap p {
	text-align: justify;
	font-size: 16px;
}

.impact-row_wrap {
	background: #61a51230;
	/* margin-bottom: 40px; */
}

.pr-0 {
	padding-right: 0px;
}

.pl-0 {
	padding-left: 0px;
}
.activity_wrap{
	padding: 0% 8%;
} 
#activities .carousel-control-prev {
    left: 4% !important;
}
#activities .carousel-control-next {
    right: 4% !important;
}
.carousel-control-prev, .carousel-control-next{
    background-color: #202122;
    width: 35px;
    height: 35px;
    top: 50%;
    border-radius: 50%;
    opacity: .8 !important;
    padding: 4px;
}
 
@media screen and (max-device-width: 574px) {
	#activities .carousel-control-prev {
		left: -2% !important;
	}
	#activities .carousel-control-next {
		right: -2% !important;
	}
}


@media screen and (min-device-width: 992px) {
	.menu_btn {
		display: none;
	}
}

@media screen and (max-device-width: 991px) {
	.navbar {
		position: relative;
	}

	.navbar .container-fluid {
		padding: 0 !important;
	}

	.navbar-brand img {
		width: 7rem !important;
		margin-left: 1rem;
	}

	.menu_btn {
		display: block;
		border: none;
		background-color: transparent;
		margin-right: 1rem;
	}

	.menu_btn img {
		width: 30px;
		padding: 0.4rem;
	}

	.menu_btn img:hover {
		border: 1px solid grey;
		border-radius: 3px;
	}



	#navbar.opennav {
		top: 52px;
	}

	#navbar {
		position: absolute;
		width: 100%;
		background-color: #fff;
		display: block;
		height: 350px;
		top: -400px;
		transition: 0.5s ease-out;
	}

	.navbar-nav {
		margin-top: 1rem;
	}

	.navbar-nav .nav-item {
		margin: 0rem !important;
	}

	.navbar-nav .nav-item .nav-link {
		padding: 0.5rem 2rem;
	}

	.navbar-nav .nav-item:hover {
		background-color: var(--primary-color);
		color: #fff !important;
		border: none;
	}
}

.fixed_btn {
	background-color: var(--primary-color);
	z-index: 100;
	top: 28%;
}

.vtet_btn
{
   right:0px;
   
}

.fixed_btn:hover {
	background-color: var(--primary-color);

}

.banner_our_acitivity {
	position: relative; 
	z-index: 1;
}

.banner_our_acitivity .carousel .carousel-control-prev-icon,
.banner_our_acitivity .carousel .carousel-control-next-icon {
	width: 6rem;
	height: 6rem !important;
}

@media screen and (min-device-width: 768px) {
	.carousel-item .desktop_banner {
		display: block;
	}

	.carousel-item .mobile_banner {
		display: none;
	}

	.appoach_desk {
		display: block;
	}

	.appoach_mob {
		display: none;
	}

	.activiti_desk {
		display: block;
	}

	.activiti_mob {
		display: none;
	}
}

@media screen and (max-device-width: 767px) {
	.carousel-item .desktop_banner {
		display: none;
	}

	.carousel-item .mobile_banner {
		display: block;
	}

	.appoach_desk {
		display: none;
	}

	.appoach_mob {
		display: block;
	}

	.activiti_desk {
		display: none;
	}

	.activiti_mob {
		display: block;
	}
	.garba_link
    {
		margin-bottom:8px;
    }
	#activities .carousel-control-prev, #activities .carousel-control-next {
		 display: none;
	} 
		.captcha {
		display: block !important;
	}
	.captcha-form {
		margin-top: 14px;
		    display: block !important;
    width: 100%;
	}
	.captcha-form button{
	    width: 100%;
    margin-top: 10px;
	}
		.captcha-form input {
		width: 100%;
	}
}

.aboutus {
	width: 100%; 
	display: flex;
	justify-content: center;
	background-color: #f1fdf4;
}

.aboutus .row {
	padding: 0;
	width: 100%;
	margin: 0;
}

.aboutus .row .about_left img {
	width: 100%; 
}

.aboutus .row .heading_our_acitivity {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}
.aboutus_content_wrap{
	padding-left: 30px;
}

.aboutus .row .heading_our_acitivity .orange_border {
	background-color: var(--primary-color);
	width: 50px;
	height: 3px;
	margin: 0rem 2rem;
}

.aboutus .row .heading_our_acitivity h2 {
	font-family: heading-font;
	text-decoration: none;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.aboutus .row p {

	text-decoration: none;
	color: #000;
	font-weight: 400;
	text-align: left;
	margin-top: 0rem;
	margin-Bottom: 1rem;
	text-align: justify;
	font-size: 16px;
}

.impact .heading_our_acitivity {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.impact .heading_our_acitivity .orange_border {
	background-color: var(--primary-color);
	width: 50px;
	height: 3px;
	margin: 0rem 2rem;
}

.impact .heading_our_acitivity h2 {
	font-family: heading-font;
	text-decoration: none;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.impact .heading_our_acitivity {
	margin-top: 3rem;
}



.impact .impact_our_acitivity {
	display: flex;
	justify-content: center;
}

.impact .impact_box {
	position: relative;
	z-index: 10;
	height: 350px;
	overflow-y: hidden;
	margin-bottom: 5rem;
	overflow: hidden;
}

.impact .impact_box img {
	width: 100%;
}

.impact .impact_box:hover .impact_content {
	bottom: 0;
}

.impact .impact_box .impact_content {
	position: absolute;
	background-color: rgba(27, 73, 98, 0.7803921569);
	z-index: 30;
	width: 100%;
	height: 100%;
	transition: 0.6s ease-out;
	bottom: -86%;
}

.impact .impact_box .impact_content h3 {
	font-family: heading-font;
	text-decoration: none;
	color: #fff;
	background-color: var(--primary-color);
	font-size: 2.5rem;
	line-height: 100%;
	margin: 0;
	padding: 1.3rem 0rem;
	text-align: center;
	text-transform: uppercase;
}

.impact .impact_box .impact_content ul {
	margin: 1rem 1rem;
}

.impact .impact_box .impact_content ul li {

	text-decoration: none;
	font-weight: 300;
	color: #fff;
	font-size: 1.4rem;
	line-height: 140%;
	margin-top: 1.5rem;
}

.impact .left_box {
	margin-right: 5rem;
}

.impact .right_box {
	margin-left: 5rem;
}

.our_approch {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.our_approch .heading_our_acitivity {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.our_approch .heading_our_acitivity .orange_border {
	background-color: var(--primary-color);
	width: 50px;
	height: 3px;
	margin: 0rem 2rem;
}

.our_approch .heading_our_acitivity h2 {
	font-family: heading-font;
	text-decoration: none;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.our_approch .heading_our_acitivity {
	margin-top: 3rem;
}



.our_approch .col-lg-4 {
	margin-bottom: 3rem;
}

.our_approch .approach_card {
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.36);
	border-radius: 25px;
	height: 100%;
}

.our_approch .approach_card:hover {
	box-shadow: 0px 0px 5px 0px grey;
}

.our_approch .approach_card img {
	width: 100px;
	height: auto;
	margin-bottom: 20px;
}

.our_approch .approach_card h3 {
	font-family: heading-font-regular;
	text-decoration: none;
	color: #000;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1rem;
	font-weight: 500;
	text-transform: capitalize;
}

.our_approch .approach_card p {

	text-decoration: none;
	color: #000;
	font-weight: 500;
	text-align: center;
	margin: 1rem 0rem;
	font-weight: 400;
	line-height: 140%;
	font-size: 16px;
}

.our_approch .approach_card button {
	text-decoration: none;
	color: #fff;
	background-color: var(--primary-color);
	font-weight: normal;
	border: none;
	border-radius: 5px;
	padding: 0.5rem 2.5rem;
	margin: 1rem 0rem;
	box-shadow: 2px 1px 3px grey;
}

.our_acitivity6 {
	background-color: #1589c614;
	padding: 2rem;
}

.our_acitivity6 .heading_our_acitivity {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.our_acitivity6 .heading_our_acitivity .orange_border {
	background-color: var(--primary-color);
	width: 50px;
	height: 3px;
	margin: 0rem 2rem;
}

.our_acitivity6 .heading_our_acitivity h2 {
	font-family: Oswald-font;
	text-decoration: none;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.our_acitivity6 .heading_our_acitivity {
	margin-top: 3rem;
}


.our_acitivity6 img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.our_acitivity6 .blog_content {
	padding-left: 2rem;
}

.our_acitivity6 .blog_content h3 {
	text-decoration: none;
	font-weight: 800;
	margin-bottom: 1rem;
	color: #000;
	font-size: 1.2rem;
}

.our_acitivity6 .blog_content p {
	text-decoration: none;
	font-weight: 400;
	margin-bottom: 2rem;
	color: #000;
}

.our_acitivity6 .blog_content .updateDiv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.our_acitivity6 .blog_content .updateDiv p {
	margin-bottom: 0 !important;
}

.our_acitivity6 .blog_content .updateDiv button {

	text-decoration: none;
	color: #fff;
	background-color: var(--primary-color);
	font-weight: normal;
	border: none;
	border-radius: 5px;
	padding: 0.5rem 2.5rem;

	margin: 2rem 0rem;
	box-shadow: 2px 1px 3px grey;
}

.our_acitivity7 {
	padding-bottom: 4rem;
}

.our_acitivity7 .heading_our_acitivity {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.our_acitivity7 .heading_our_acitivity .orange_border {
	background-color: var(--primary-color);
	width: 50px;
	height: 3px;
	margin: 0rem 2rem;
}

.our_acitivity7 .heading_our_acitivity h2 {
	font-family: Oswald-font;
	text-decoration: none;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.our_acitivity7 .heading_our_acitivity {
	margin-top: 3rem;
}


.address p {
	position: relative;
	padding-left: 18px;
}

.address p:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: var(--primary-color);
	left: 0;
	top: 8px;
}


@media screen and (max-device-width: 991px) {
    section {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }
	.banner_our_acitivity {
		margin-top: 0;
	}

	.banner_our_acitivity .carousel .carousel-control-prev-icon,
	.banner_our_acitivity .carousel .carousel-control-next-icon {
		width: 2rem;
		height: 4rem !important;
	}
 

	.aboutus .row .about_left img {
		width: 100%;
	}

	.aboutus .row .heading_our_acitivity {
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	}

	.aboutus .row .heading_our_acitivity h2 {
		font-size: 2.2rem;
	}

    .aboutus_content_wrap {
        padding-left: 0px;
    }

	.impact .left_box,
	.impact .right_box {
		margin: 0rem 0rem 3rem 0rem;
	}

	.impact .heading_our_acitivity {
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	}

	.impact .heading_our_acitivity h2 {
		font-size: 2.2rem;
	}

	.impact .impact_box img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.impact .impact_box .impact_content h3 {
		font-size: 1.8rem;
	}

	.impact .impact_box .impact_content ul li {
		font-size: 1.2rem;
		line-height: 130%;
		padding: 0rem 0.9rem;
	}

	.our_approch .heading_our_acitivity h2 {
		font-size: 2.2rem;
	}

	.our_approch .approach_card {
		padding: 1rem 1.5rem 0rem 1.5rem;

	}

	.our_approch .approach_card img {
		margin-bottom: 1rem;
	}

	.our_approch .approach_card h3 {
		font-size: 1.8rem;
	}

	.our_approch .approach_card p {

		margin: 0;
	}

	.our_acitivity6 .heading_our_acitivity h2 {
		font-size: 2.2rem;
	}

	.our_acitivity6 .blog_content {
		padding: 2rem 0rem;
	}

	.our_acitivity7 .heading_our_acitivity {
		margin: 2rem 0rem;
	}

	.our_acitivity7 .heading_our_acitivity h2 {
		font-size: 2.2rem;
	}

	.poppup-container .box {
		width: 90% !important;
		overflow-y: scroll;
		position: fixed;
		height: 97vh;
	}

	.poppup-container .box .row img {
		height: 200px;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media screen and (max-device-width: 574px) {
	.impact .impact_box {
		height: 380px;
	}

	.impact .impact_box .impact_content {
		bottom: -89%;
	}

	.impact .impact_box .impact_content ul li {

		margin-top: 1rem;
	}

	.impact .impact_box .impact_content h3 {
		font-size: 1.4rem;
	}
}

.poppup-container {
	width: 100%;
	height: 100vh;
	z-index: 50;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6705882353);
	display: none;
}

.poppup-container .box {
	width: 60%;
	background-color: #1b4962;
	border-radius: 10px;
	padding: 3rem 2rem;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.poppup-container .box .close {
	width: 100%;
}

.poppup-container .box .closeIcon {
	background-color: var(--primary-color);
	border-radius: 50%;
	padding: 0.3rem;
	width: 30px;
	height: 30px;
	float: right;
}

.poppup-container .box .closeIcon img {
	width: 100%;
}

.poppup-container .box .row img {
	width: 100%;
}

.poppup-container .box .row .content h3 {
	font-size: 2rem;
	font-family: Oswald-font;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1rem;
}

.poppup-container .box .row .content p {
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	margin-bottom: 2rem;
	line-height: 140%;
}

.poppup-container .box .row .content button {

	text-decoration: none;
	color: #fff;
	background-color: var(--primary-color);
	font-weight: normal;
	border: none;
	border-radius: 5px;
	padding: 0.5rem 2.5rem;
	margin: 2rem 0rem;
	box-shadow: 2px 1px 3px grey;
}
 

.blog1 h3 {
	font-size: 2rem;
	font-weight: 500;
	margin: 3rem 0rem;
	font-family: Oswald-font;
	text-decoration: none;
	color: #000;
}

.blog1 img {
	width: 90%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog1 h4 {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 1rem 0rem;

	text-decoration: none;
	color: #000;
}

.blog1 P {
	font-weight: 400;
	margin: 1rem 0rem;

	text-decoration: none;
	color: #000;
	text-align: justify;
}

.gallary img {
	margin: 1rem 0rem;
}

.privacy {
	margin-top: 10%;
	margin-bottom: 4rem;
}

.privacy h1 {
	color: #1b4962;
	margin: 3rem 0rem;
	text-align: center;
	font-family: Oswald-font;
	text-decoration: none;
}

.privacy h3 {
	color: #1b4962;
	margin: 2.5rem 0rem;
	font-family: Oswald-font;
	text-decoration: none;
}

.privacy p,
.privacy ul li {
	color: #000;
	margin: 1rem 0rem;
	text-decoration: none;
	line-height: 140%;
	font-weight: 500;
}

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
}

.gallery-container h1 {
	text-align: center;
	margin-top: 50px;
	font-family: "Droid Sans", sans-serif;
	font-weight: bold;
}

.gallery-container p.page-description {
	text-align: center;
	margin: 25px auto;
	font-size: 18px;
	color: #999;
}

.tz-gallery {
	padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: "Glyphicons Halflings";
	content: "\e003";
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}

.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0; 
	content: "";
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

.quicklinks p {
	margin-bottom: 10px !important;
}

.quicklinks p a {
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
}

.common-bookbtn {
	color: #fff;
	background: var(--primary-color);
	font-size: 35px;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 50px;
	font-weight: bold;
}

.garba_sec {
	padding: 30px;
	background: url(../images/garba_bg.jpg);
	background-size: cover;
	margin: 100px 0px 100px;
	border: 20px solid var(--primary-color);
}

.garba_row {
	align-items: center;
}

.form_heading {
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
	color: #ffff;
}

.btn_wrap {
	text-align: center;
}

.common-bookbtn:hover,
.common-bookbtn:focus {
	color: #fff;
	border: 3px solid var(--primary-color);
	background: transparent;
}
.thank-wrap {
	margin-top: 8%;
	height: 70vh;
	padding: 5rem 0rem;
}

.thank-wrap .card-header {
	background-color: #eef2f7;
	border: none;
}

.thank-wrap .card-header img {
	margin-top: -4rem;
}

.thank-wrap .card-body {
	background-color: #eef2f7;
	padding: 1rem 1rem;
}

.thank-wrap .card-body h3 {
	text-decoration: none;
	margin: 1rem 0rem 1rem 0rem;
	color: #000;
	font-weight: 600;

}

.thank-wrap .card-body h5 {

	text-decoration: none;
	margin: 1rem 0rem;
	color: #000;

}

@media screen and (max-device-width: 991px) {
	.blog_banner img {
		margin: 0;
	}

	.blog1 h3 {
		font-size: 1.6rem;
	}

	.blog1 h4 {
		font-size: 1.3rem;
	}

	.blog1 img {
		width: 100%;
	}

	.privacy h1 {
		font-size: 2rem;
	}

	.privacy h3 {

		margin-bottom: 1rem;
	}
}



@media screen and (max-device-width: 991px) {
	.thank-wrap {
		height: auto !important;
	}

}



@media (max-width: 768px) {
 
 
	section {
        padding-top: 20px;
        padding-bottom: 30px;
        position: relative;
    }

	.common-title{
		margin-bottom: 13px;
	}
	.common-title h1 {
		font-size: 22px;
	}

	.common-list li {
		font-size: 15px;
	}

	.common-title h1:after {

		width: 40px;
		height: 4px;
		bottom: -10px;
		left: calc(50% - 40px);
		top: unset;
	}

	.common-title h1:before {
		width: 40px;
		height: 4px;
		top: unset;
		left: calc(50% - -10px);
		bottom: -10px;
	} 

	.pr-0 {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}

	.pl-0 {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	.impact-row_2 .impact-row {
		flex-direction: column-reverse;
	}

	.content_wrap {
		padding: 15px;
	}

	.impact-row_wrap:before {

		width: 6px;
		height: 70px;

	}

	.impact-row_wrap:after {

		height: 6px;
		width: 70px;

	}

	.impact-row_2:after,
	.impact-row_2:before {

		left: unset;
	}

	.our_approch .col-lg-4 {
		margin-bottom: 1rem;
	}

	.our_acitivity6 {
		padding: 1rem;
	}


	.garba_sec {
		padding: 15px;
		margin: 20px 0px 20px;
		border: 8px solid var(--primary-color);
	}

	.form_heading {
		margin-top: 20px;
		font-size: 25px;
	}

	.btn_wrap {
		margin-bottom: 30px;
	}

	.common-bookbtn {
		font-size: 26px;
		padding: 15px 20px;
		border-radius: 50px;
	}

	.approch-padding h2{
		padding-bottom: 0px !important;
	}
	.our_approch .approach_card h3 {
        font-size: 18px;
    }


}

@media only screen and (min-width: 575px) and (max-width : 767px) {
	.garba_img img {
		display: block;
		width: 80%;
		margin: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width : 995px) {
	.common-title h1 {

		font-size: 2.5rem;
	}

	body {
		font-size: 14px;
	}

	.common-list li {
		font-size: 14px;
	}

	.content_wrap h3 {

		font-size: 2rem;
		margin-bottom: 15px;
	}

	.content_wrap {
		padding: 10px 20px 10px 20px;
	}

	.garba_sec {
		padding: 14px;
		/* background: url(../images/garba_bg.jpg); */
		background-size: cover;
		margin: 30px 0px 30px;
		border: 10px solid var(--primary-color);
	}
}

@media only screen and (min-width: 996px) and (max-width : 1199px) {
	body {
		font-size: 15px;
	}

	.common-list li {
		font-size: 15px;
	}

	.navbar .navbar-brand img {
		width: 8rem;
	}

.navbar .navbar-nav .nav-link {
    font-size: 14px;
}
	.navbar .navbar-nav .nav-item {
		margin: 0.5rem 7px;
	}

	.common-title h1 {
		font-size: 2.4rem;
	}

}

.tz-gallery .lightbox:after {

	z-index: -1 !important;
}



footer{
	background-image: url('../images/footer_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.footer-heading h2{
	font-size: 50px;
}

.contact-form-wrap{
	background-color: #fff;
	padding: 40px 60px;
	box-shadow: 0px 0px 5px 0px grey;

}

.contact-form-wrap .form-wrap{
	margin-top: 10px;
}

.contact-form-wrap .form-wrap input{
	background-color: transparent;
	border-radius: 0px;
	padding: 10px 10px;
}

.contact-form-wrap .form-wrap input:focus,
.contact-form-wrap .form-wrap textarea:focus{
	outline: none;
	border: 1px solid grey;
	box-shadow: none;
}

.contact-form-wrap .form-wrap textarea{
	background-color: transparent;
	border-radius: 0px;
}

.contact-form-wrap .submit_btn{
	background-color: var(--primary-color);
	margin: 20px 0px;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 50px;
	font-family: body-font;
}
.contact-form-wrap .submit_btn:hover{
	background-color: var(--secoundary-color);
}

.btn-wrap{
	display: flex;
    justify-content: center;
}

.contact-info-wrap{
	height: auto;
	padding-left: 50px;
	padding-top: 50px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/* 
.contact-info-wrap .contact-logo{
	margin-bottom: 15px;
} */

.contact-info-wrap .contact-logo img{
	width: 14rem;
	margin-bottom: 20px;
	display: inline-block;
}

.contact-info-wrap .contact-wrap .wrap-info{
	margin: 20px 0px;
}

.contact-info-wrap .contact-wrap .wrap-info a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600px;
	font-family: body-font;
}

.contact-info-wrap .contact-wrap .wrap-info a span:nth-child(1){
	margin-right: 4px;
	font-size: 22px;
}

input::placeholder{
	color: black !important;
}



.error-message{
    color: red;
    margin-bottom: 10px;
}
.captcha {
    /* margin-bottom: 15px; */
    display: flex;
    margin-top: 20px;
    gap: 10px;
}



.captcha .preview {
    color: #555;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #888;
    font-family: monospace;
    /* margin-bottom: 10px; */
}
.captcha .preview span{
    display: inline-block;
    user-select: none;
}

.captcha-form {
    display: flex;
    align-items: center;
}

.captcha-form input {
    flex: 1;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
}

.captcha-form button {
    background-color: #1589C6;
    color: #fff;
    padding: 8px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

@media screen and (max-device-width: 768px){
	.contact-info-wrap{
		justify-content: flex-start;
		text-align: center;
		height: auto;
	}
	.contact-info-wrap .contact-logo img{
		width: 100%;
	}
}


.footer-bottom{
	position: relative;
	background-color: #000;
	
	padding: 0px 15px;
}

.footer-bottom .footer-copyright{
	text-align: center;
	margin-top: 13px;
	color: #fff;
	font-size: 15px;
	
}

@media screen and (max-device-width: 576px){

	.footer-bottom .footer-copyright{
		font-size: 16px;
	}

	
	.footer-info-wrap .content-wrap a{
		font-size: 16px;
	}
}

.carousel-caption {
	background-color: #111110b5;
    left: 12%;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    color: #fff;
    text-align: left;
    bottom: 20%;
	width: 40%;
    padding-left: 37px;
    padding-right: 50px;
}

.carousel-caption h5{
	font-size: 30px;
	line-height: 1.6em;
	font-family: heading-font-regular;
}

.carousel-caption p{
	font-size: 18px;
}


@media screen and (max-device-width: 576px){

	.our_approch .approach_card{
		margin-top: 30px;
	}
}
 @media screen and (max-device-width: 1198px){
	.footer-heading h2{
		font-size: 2rem;
	}

	.contact-info-wrap{
		padding: 50px 0px;
		margin-left: 40px;
	}
	
}

@media screen and (max-device-width: 1399px){
	
	.contact-info-wrap .contact-wrap .wrap-info a{
		font-size: 16px;
	}
}


@media screen and (max-device-width: 991px){
	.contact-info-wrap{
		padding: 50px 0px;
		margin-left: 0px;
	}
	
	.contact-info-wrap .contact-wrap .wrap-info a{
		font-size: 16px;
	}
}

@media  (max-width: 991px) and (min-width: 767px){
	.carousel-caption h5 {
		font-size: 22px;
	}
	.carousel-caption {
		padding: 20px 20px; 
	}

}
@media  (max-width: 767px) and (min-width: 575px){
	.carousel-caption h5 {
		font-size: 22px;
	}
	.carousel-caption {
		padding: 30px 33px; 
	}

}
@media screen and (max-device-width: 574px){
	.carousel-caption h5 {
		font-size: 14px;
	}
	.carousel-caption {
		padding: 15px 20px;
		width: 50%;
	}

	.contact-form-wrap{
		padding: 40px 28px;
	}

}

.gallery-wrap img{
	width: 100%;
}

.gallery-wrap-button{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	/* border: 1px solid #1589c645; */
}

.gallery-wrap-button a{
    margin: auto;
}

.gallery-wrap-button button{
    padding: 14px 60px;
    background: #1589c6;
    border: none;
    color: #fff;
    font-weight: 700;
	border-radius: 29px;
	box-shadow: 2px 2px 0px 1px #1589c633;
}

.gallery-wrap-button button:hover{
	background: #61a512;
	transition: all 0.5s ease-in-out;
}

.gallery-wrap-button button::after{
	font: var(--fa-font-solid);
    content: ' \f061';
	margin-left: 5px;
}


@media screen and (max-device-width: 576px){
	.gallery-wrap-button button{
		padding: 12px 30px;
		background: #1589c6;
		border: none;
		color: #fff;
		font-weight: 700;
		border-radius: 29px;
	}
}

@media screen and (max-device-width: 410px){
	.gallery-wrap-button button{
		padding: 8px 20px;
	    font-size: 13px;
	}
}