
@import url('https://fonts.googleapis.com/css2?family=Chelsea+Market&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html,
body {
	line-height: 1.6;
	font-weight: 400;
	font-size: 14px;
	color: #363A57;
   
}

 /* font-family: "Chelsea Market", serif;
    font-family: "DM Sans", serif;
    font-family: "Inter", serif;
  */
a {
	color: unset;
	text-decoration: none;
	font-family: "DM Sans", serif;
}
#wpadminbar{
    display:none !important;
}
a:focus {
	outline: 0 solid;
}

a:hover {
	text-decoration: none;
	color: unset;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;


}

p {
	margin-bottom: 0;
	color: #636886;
	font-size: 14px;
	line-height:25px;
	font-weight: 400;
    font-family: "Inter", serif;
}
p:empty{
    padding:0 !important;
}
section{
    padding:5% 0;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
.top_heading h2{
    font-size:32px;
    text-transform:capitalize;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

i.bx {
	vertical-align: middle;
}


input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



.slick-next:hover {
	background: url(../images/right-arrow.png) center center no-repeat transparent;
	background-size: contain;
}

.slick-prev:hover {
	background: url(../images/left-arrow.png) center center no-repeat transparent;
	background-size: contain;
}
 .slick-next {
	right: 15px;
	top: 50%;
	transform: unset;
	z-index: 9;
	margin-top: 0px;
	background: url(../images/right-arrow.png) center center no-repeat transparent;
	background-position: center center;
	background-size: contain;

}
.slick-prev {
	left: 15px;
    top: 50%;
    transform: unset;
	margin-top: 0px;
	background: url(../images/left-arrow.png) center center no-repeat transparent;
	background-position: center center;
	background-size: contain;
}
.popular_sec .slick-next {
	right: -30px;


}
.popular_sec .slick-prev {
	left: -30px;


}
.container{
    max-width:1230px;
}
.associative_top_heading h2{
    color:#fff;
}
.associative_top_heading p{
    color:#fff;
}


.back-to-top-btn {
	width: 40px;
	position: fixed;
	bottom: 40px;
	z-index: 999;
	right: 30px;
	height: 40px;
	background-color: rgb(15 103 237 / 94%);
	color: rgb(255, 255, 255);
	border-radius: 50%;
	font-size: 20px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
}

.back-to-top-btn:hover .bi {
	color: #fff;
}
.btn_sec {
  margin:0 -10px -10px; 
}
.btn_sec a{
    width: 50%;
    text-align: center;
    float: left;
    border-radius: 0;
    color: #fff;
    background: #3871C1;
    padding: 12px 2px;
    font-size: 18px;
}
.btn_sec a:last-child{
    background:#38C156;
}

.primary_btn {
    border-radius:5px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #5663C1;
    border-color: #5663C1;
}

.primary_btn:hover {
	background: #0e5ed3;
	color: #fff;
	opacity:0.9;
}
.top_heading_premium
{
    margin-bottom: 50px;
	text-align: center;
}
.top_heading_premium h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
}
.top_heading {
	margin-bottom: 50px;

}

.top_heading h2 {
	font-size: 30px;
	font-weight: 700;
	color:#000;
}

.top_heading span {
    color:#2161B1;
    font-size:18px;
	display: inline-block;
	font-weight: 600;

}

.banner_caption {
    width: 100%;
    padding: 30px;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    z-index: 3;
    max-width:1230px;
}
.video-play-button {
  position: relative;
  z-index: 10;
  margin:0 auto;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #eb2055;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #eb2055;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
	border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



@media(max-width:767px) {
	.container {
		padding: 0 15px;
	}
}

/**header**/
header {
	background: #fff; 
	position:relative;
}

header .logo {
    float: left;
    width: max-content;
}

.main_menu {
    text-align: center;
    padding-top: 26px;
}
.search_area {
    float: right;
    margin-right: 24px;
    margin-top: 27px;
}

.main_menu ul > li   {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    padding: 6px 0 18px 0;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 9999;
    min-width: 180px;
    background: #fa827b;
}
.sub-menu.js-toggled{
    display:block;
}
.main_menu ul li .sub-menu li{
    display:block;
    padding:0;
}
.main_menu ul li .sub-menu li a{
    display:block;
    padding:5px 10px;
    line-height:16px;
}
@media (min-width:992px){
    .main_menu ul li:hover .sub-menu {
    	display: block;
    }
    .main_menu ul li .sub-menu li a:hover{
        background:#fff;
        color:#fa827b;
    }
}



a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #222;
    text-decoration: none;
}
.main_menu ul li:last-child {
	margin-right: 0;
}

.main_menu ul  li  a {
	font-size: 16px;
	padding:0 15px 0 0;
	font-family: "DM Sans", serif;
	font-weight: 600;
    color: #222;
}

.main_menu ul li a:hover,
.main_menu ul li.active a {
	color:#a0ca68;
}

.toggle_btn {
	position: relative;
}

.toggle_btn:after {
	content: "\F479";
	font-family: "bootstrap-icons";
	position: absolute;
	color: #fff;
	font-size: 33px;
	right: 0;
	top: 0px;
	line-height: 33px;
}

.toggle_btn.on:after {
	content: "\F622";

}

.toggle_icon {
	position: relative;
}

.toggle_icon:after {
	position: absolute;
	content: '\F282 ';
	font-family: "bootstrap-icons";
	right: -20px;
	top: 4px;
	font-size: 15px;
	color: #3F3F3F;
	font-weight: 900;
	line-height: 15px;
	cursor: pointer;
}

.toggle_icon.open_submenu:after {
	content: '\F286 ';
}


.user_login_wrapper ul li:last-child {
	margin-right: 0;
}

.enquery_none {
	float: right;
    margin-top: 22px;
}

.enquery_none a {
	font-size: 17px;
	font-weight: 700;

}

@media (max-width:767px) {
	header .logo {
		width: 80px;
		margin-top: 7px;
	}
	.search_area {
        margin-right: 0;
        margin-top: 30px;
    }
	.search_area img{
        margin-right: 3px; 
        filter: brightness(0) invert(1);
        width: 26px;
    }
	.enquery_none {
    	margin-top: 24px;
        margin-right: 40px;
    }
   

	.main_menu .main-nav__navigation-box {
		display: none;
	    position: absolute;
        background: #9dcd56;
        width: 100%;
        left: 0;
        top: 99px;
        margin-left: 0;
        padding: 0 15px;
        z-index: 99;
        height: calc(100% - 99px);
	}
    .sub-menu {
        position: relative;
        min-width: 100%;
        background: #93324e;
    }
	.main_menu ul li {
		display: block;
		width: 100%;
		text-align: left;
		padding: 6px 0 6px 0;
	}

	.main_menu ul li a {
	    line-height: 24px;
        color: #fff;
        display: block;
        padding:5px 10px;
        border-bottom: 1px solid #fff;
	}
	.main_menu ul li a:hover, .main_menu ul li.active a {
        color: #a0ca68;
        background: #fff;
        border-bottom: 1px solid #a0ca68;
    }

	.mtijresources {
		display: none;
	}

	.user_login_wrapper ul li {
		margin-right: 5px;
	}

	.user_login_wrapper {
		margin-left: 5px;
	}

}


/**header end **/

/**banner**/
.banner {
	position: relative;
}

.slider_item {
	position: relative;

}

/*.slider_item:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(94, 95, 75, 0.43);
	z-index: 1;
}*/

.banner .banner_img_holder {
	position: relative;
	margin-left: auto;
}.condition{
   text-align: right;
    color:red;
    font-size:15px;
    font-weight:600;
    
}
 .main_menu li span{
    position: absolute;
    right: -2px;
    top: 11px;
    color: #fff;
    font-size: 11px;
}

.banner_caption h3 {
	color: #fff;
	line-height: 50px;
	font-size: 40px;
	font-weight: 600;
}
.banner_caption h3 span{
    display:block;
    color: #fff;
	line-height: 70px;
	font-size: 50px;

}

.banner .slick-dots li button:before {
	border-radius: 10px;
	background: rgba(181, 138, 96, 0.50);
	width: 15px;
	height: 15px;
	background-color: rgba(217, 217, 217, 0.28);
}

.banner .slick-dots li.slick-active button:before {
	background-color: #fff;
}

.banner .slick-dots {
	display: none !important;
}

/*popular_sec**/
.charity_cause{
    padding: 50px 0;
    background: #F5F5F5;
}
.charity_cause .post_item {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    margin: 10px 0px;
}
.charity_cause .post_item [class*="col-"]{
    padding:10px;
}
.post_item .event_img{
  height:100%;   
}
.post_item .event_img img{
  height:100%; 
  object-fit:cover;
}
.become_partner{
    background:#F86048;
    padding:100px 0;
}
.become_partner .top_heading{
    margin-bottom:0;
}
.become_partner .top_heading h2{
    color:#fff;
}
.become_partner .primary_btn img{
    margin-right:10px;
}
.become_partner .primary_btn{
    border: 1px solid #fff;
    background:transparent;
}
.our_activity{
     background:#F5F5F5;
    padding:100px 0;
}
.about_right_content .top_heading h2{
    color:#363A57;
} 
.about_right_content p{
    padding:15px 0;
}
.img_one{
    height:410px;
    float:left;
    margin-right:10px;
}
.img_two{
    height:200px;
    margin-bottom:10px;
}
.img_three{
   height:200px;  
}

.img_caption {
	height: 100%;
}

.img_caption img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form_wrapper {
	padding: 70px;
}
.blog_content h3 a{
    color:#363A57;
    font-size:20px;
    font-family: "Chelsea Market", serif;
}
.read_more_btn {
    color:#000;
    display:inline-block;
    margin-top:15px;
}
.date{
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 12px;
}
.video_item{
    padding:0 20px;
}
.whatwedo{
    padding:100px 0;
}
.whatwedo h2{
    margin:20px 0;
}
.our_mission h2{
     margin:20px 0;
}
.our_vision{
    background:#F4F4F4;
    padding:80px 0;
}
.vision_img{
    border-radius:10px;
    height:300px;
    overflow:hidden;
}
.vision_img img{
    height:100%;
   object-fit:cover;
}
/**testimonial*/
.testimonial {
	padding: 50px 0 100px 0
}
.team_item{
    position:relative;
}
.team_item img{
    width:100%;
}
.team_text{
  
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
}
.team_text h4{
    font-size:16px;
    color:#000000;
}
.testimonial .top_heading span{
    color:#fff;
}
.team_text span{
    color:#696969;
}
.team_text p{
    font-size:15px;
    color:#696969;
    font-weight:600;
    line-height:20px;
    margin-bottom:30px;
}

.testimonial .top_heading h2 {
	color: #fff;
}
.board_member .team_item{
    margin-bottom:30px;
}
.testimonial .top_heading p {
	color: #fff;
}

.slider_inner_colum {
	padding: 15px 30px;
	background: #fff;
	text-align: center;
	margin: 0 30px;
}

.slider_inner_colum img {
	border-radius: 50%;
	height: 77px;
	width: 77px;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.slider_inner_colum p {
	color: #333;
	font-size: 10.146px;
	font-style: italic;
	font-weight: 300;
	line-height: 15px;

}

.name {
	color: #333;
	font-size: 13.045px;
	font-weight: 600;
}

.designation {
	font-size: 11px;
	font-weight: 300;
	line-height: 12px;
	margin-bottom: 20px;
}

.contact_form input {
    width: 100%;
    outline: none;
    border: none;
    padding: 20px 25px;
    color: #202426;
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    font-family: "Inter", serif;
    margin-bottom:30px;
}
.contact_form select {
    width: 100%;
    outline: none;
    border: none;
    padding: 20px 25px;
    color: #202426;
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    font-family: "Inter", serif;
    margin-bottom:30px;
}

.contact_form br {
	display: none;
}


.contact_form textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 20px;
    color: #202426;
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
	height: 100px;
    font-family: "Inter", serif;
     margin-bottom:30px;
}

.contact_form input[type="submit"] {
	color: #fff;
	border-radius: 100px;
	background: #a1c966;
	font-weight: 700;
	width: auto;
	height: auto;
	padding: 20px 50px;
	font-family: "Inter", serif;
	margin-bottom:30px;
}
.colum_item{
    border:5px solid #C1BEBE;
    padding:20px;
    margin-bottom:20px;
}
.colum_item h4{
    color:#2161B1;
    text-align:center;
    margin-bottom:10px;
}
.colum_item .knowmore{
    border-radius: 3px;
    color: #FFF;
    margin-top:10px;
    font-size: 14px;
    line-height:20px;
    font-weight: 500;
    padding: 5px 10px;
    background-color: #5663C1;
    border-color: #5663C1;
    display:inline-block;
}
.contact_form input[type="submit"]:hover {
	opacity: 0.9;
}

.title {
	color: #024DBF;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}

.form_wrapper {
	background: #53535A;

}

.form_wrapper h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

footer {
	background-color: #fff;
	padding: 40px 0 20px;
	color: #333333;
}
.f_logo {
    width:150px;
    margin: 0 auto;
}
.footer_location {
    columns:2;
}
.connect_width_us .bi{
    width: 32px;
    font-size: 16px;
    display: inline-block;
    height: 32px;
    border: 1px solid #000;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color:#000;
}
.connect_width_us .bi:hover{
    background:#3871c1;
    border: 1px solid #3871c1;
    color:#fff;
}
.footer_col h4 {
	color: #333333;
	font-size: 22px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}


.f_menu li a {
	color: #333333;
	font-size: 16px;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}

.footer_col a {
	color: #333333;
	font-size: 16px;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}

.footer_col p {
	color: #333333;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156.023%;
	/* 15.602px */
	text-transform: capitalize;
	margin-bottom: 20px;

}

.connect_width_us {
	margin-left: 15px;
}

.connect_width_us ul {
	display: flex;
	justify-content: center;
}

.connect_width_us ul li {
	margin-right: 15px;
}

.contact_info a {
	display: block;
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 156.023%;
	/* 15.602px */
	text-transform: capitalize;
	margin-bottom: 20px;

}

.contact_info a img {
	margin-right: 10px;
}

.f_form form {
	border-radius: 100px;
	background: #FFF;
	display: flex;
	height: 40px;
	border: 2px solid #fff;
	margin-right: 10px;
}

.f_form form input[type="email"] {
	background: transparent;
	color: #868383;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border: none;
	text-transform: capitalize;
	width: calc(100% - 90px);
	padding-left: 20px;
}

.f_form form input::placeholder {
	color: #868383;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
}

.f_form form input[type="submit"] {
	border-radius: 20px;
	background: #B58A60;
	color: #fff;
	width: 90px;
	text-align: center;
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	border: none;
	line-height: normal;
	text-transform: capitalize;
}
.is-form-style input.is-search-submit, .is-search-icon{
    background: #a0c965;
}
.widget h4{
    margin-bottom:20px;
    text-transform:uppercase;
}
.styled-icons{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.styled-icons li{
    margin-right:10px;
}
.styled-icons li i{
   font-size:20px;
    display:block;
}
.styled-icons li i:hover{
    opacity:0.7;
}
@media (max-width:767px) {
	.multi_images img:nth-of-type(1) {
		width: 91%;
		height: 267px;
		object-fit: cover;
	}

	.multi_images img:nth-of-type(3) {
		height: 250px;
		width: 68%;

	}

	header {
		padding: 10px 0;
		background:#a0c965;
		
	}



.is-search-form {
   
    width: 100%;
    right: 0;
   
}
	.main_menu {
		margin-top: 0;
		margin-right: 0px;
	}

	.banner_caption h1 {
		line-height: 41px;
		font-size: 27px;
	}

	

	.info_box {
		margin-bottom: 150px;
	}

	.why_choose_us_right img {
		display: none;
	}

	.popular_sec_box {
		position: unset;
		background: rgba(0, 0, 0, 0.80);
		padding: 30px 15px;
		width: 100%;
		right: 0;
		top: 0px;
	}



	.why_choose_us_left_content h2 {
		font-size: 25px;
		font-weight: 400;
		line-height: 55px;
	}

	.footer_col .d-flex {
		display: block !important;
	}

	.f_form {
		margin-bottom: 30px;
	}

	.connect_width_us ul {
		display: flex;
		justify-content: center;
	}

	.why_choose_us {
		padding: 50px 0;
	}

	.row [class*="col"]:last-child .info_box {
		margin-bottom: 40px;
	}

	.why_choose_us_left_content {
		margin-top: 30px;
	}

	.enquery_none a {
		font-size: 14px;
        background-color: transparent;
        border-color: #fff;
        border-width: 2px;
        padding: 8px 15px;

	}
}

@media (max-width:575px) {}


.popup {
	position: absolute;
	min-height: auto;
	width: auto;
	z-index: 1002;
}

.test {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 80%;
	margin: auto;
}

.test2 {
	position: absolute;
	margin-left: 10%;
	margin-top: 10%;
	width: 80%;
	height: 80%
}

.test3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	height: 80%
}

.bg {
	background-color: black;
	opacity: 0.65;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#showPopup {

	top: 50%;
	left: 50%;
	padding: 10px 30px;

	margin-top: -40px;
	margin-left: -77px;

	font-size: 40px;
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
}

/**inner pages**/
.page_title {
	text-align: center;
	color: #fff;
	position:relative;
}
.page_title h2{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
}
.short_description{
    padding:0 10px;
    font-weight:600;
    color:#A3A3A3;
}
.sub_cate_item strong{
    padding:10px;
    display:block;
    font-family: "Inter", serif;
    color:#A3A3A3;
}
.contact_inner {
	padding: 70px 0;
    background:#2161B1;
}
.contact_inner p ,.contact_inner p a{
    color:#fff;
}
.contact_inner img{
    width:70px;
    margin:0 auto;
}


.about_inner_sec {
	padding: 70px 0;
}

.about_inner_sec p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.about_inner_sec h2 {
	margin: 20px 0;
	color: #7E7E7E;
}
.founder_details h3{
    font-size:40px;
    line-height:92%;
    color:#727272;
    margin-bottom:10px;
}
.founder_details h3 span{
    display:block;
    color:#000;
    font-size:24px;
    font-weight:500;
}
.founder_details p span{
    color:#FF9D2E;
}
.founder_details p{
    margin-bottom:7px;
}
.founder_details p i{
    color:#FF9D2E;
}
.founder_details a{
    display:inline-block;
    padding:5px 30px;
    
}
.project_details img {
	width: 100% !important;
	height: 350px;
	object-fit: cover;
}
.about_inner_sec .row{
    align-items:center;
}

.project_details {
	position: relative;
}
.common_area {
    box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
    border-radius:10px;
    padding:20px;
    margin-bottom:20px;
}
.common_area h3{
    text-align:center;
    color:#3871C1;
    font-weight:700;
    font-size:27px;
    margin-bottom:20px;
}
.project_review_listing {
    columns:2;
}
.project_review_listing li{
    padding-bottom:15px;
}
.amenitites_item img{
    width:50px;
}
 
.slider-nav .gallery_item img{
    height:80px;
    opacity:0.9;
    border-radius:3px;
    cursor:pointer;
}
.slider-nav .gallery_item:hover img{
    opacity:unset;
}
.slider-nav .gallery_item{
    margin:5px;
    height: auto;
}
.slider_item_img{
    position:relative;
}
.slider_item_img:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 19%, rgba(0,0,0,0.6194852941176471) 100%);
	z-index: 1;
}
.about_headin {
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index: 3;
    width: 100%;
    max-width: 1230px;
    left: 50%;
    transform: translate(-50%, 10px);
}
.about_headin p{
    color:#fff;
}
.about_headin h2 {
	font-size: 60px;
}

.product_info {
	background-color: #3871C1;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

.product_info p {
	color: #fff;

}

.gallery_item {
	height: 300px;
	margin-bottom: 30px;
}

.gallery_item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.project_description h2{
    margin-bottom:20px;
}

.project_description {
	padding: 40px 0;
}

.project_information_area {
	background-color: #3871C1;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

.information p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

.information h2 {
	margin-bottom: 20px;
}

.about_cstm_buttn {
	display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #3871C1;
    padding: 10px 50px;
    border-radius: 100px;
    font-weight:700;
}

.about_cstm_buttn:hover {
	color: #3871C1;
}

.book_now_modal label {
	display: block;
	color: #5F5F5F;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
}

.book_now_modal input {
	height: 35px;
	width: 100%;
	border-radius: 5px;
	background: #FFF;
	padding: 0 15px;
	color: #5F5F5F;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.book_now_modal br {
	display: none;
}


.book_now_modal textarea {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
	padding: 10px;
	background: #fff;
	border: none;
	height: 100px;
	width: 100%;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.book_now_modal input[type="submit"] {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 50px;
	border-radius: 5px;
	background: #00AEEF;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.book_now_modal input[type="submit"]:hover {
	opacity: 0.9;
}

.book_now_modal .modal-body {
	padding-left: 30px;
	padding-right: 30px;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}
.project_details .slick-next{
    left: 48%;
   margin-left: -35px;
}
.project_details .slick-prev{
    right: 48%;
   margin-right: -35px;
   left:unset;
}
.project_details .slick-dots{
    display:none !important;
}
.banking_partner{
    background: #9FADB6;
}
.blog_content {
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.event_item .date {
    position: unset;
    right: 15px;
    top: 7px;
    font-size: 12px;
    width: auto;
    background: #fff;
    display: inline-block;
    padding: 5px;
    margin: 10px;
}
.event_item {
    margin-bottom:30px;
   
}
.event_item .event_img img{
    position:absolute;
    height:100%;
    width:100%;
  
}

/*.event_img img:after{
    background: rgb(255,255,255);
    background: linear-gradient(174deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 79%);
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
}*/
.event_img img{
    width:100%;
    height: 100%;
    object-fit:cover;
    
}
.view_more_btn {
    display: block;
    border-radius: 0;
    padding: 5px 10px;
    background: #fa827b;
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 5%;
    font-weight: 600;
}
.view_more_btn:hover{
    color:#fff;
}
.event_item{
    height:440px;
    overflow:hidden;
}
.event_item .blog_content h3 a {
    color: #fff;
    display: block;
    margin-top: 237px;
    padding-left:15px;
}
.event_item h5{
    color:#fff;
    padding-left:15px;
    font-size:10px;
}
.donner_item{
    background:#D9D9D9;
    text-align:center;
    padding:30px 20px;
    border-radius:3px;
    margin-bottom:30px;
}
.donner_item h4{
    color:#000;
    font-size:17px;
}
.input_item {
    margin-bottom:30px;
    position:relative;
}
.input_item input{
    width: 100%;
    outline: none;
    border: none;
    padding: 20px 25px;
    color: #202426;
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.4s ease-in-out;
    font-family: "Inter", serif;
   
}
.input_item input[type="submit"]{
   background:#FBA5A0;
   color:#fff;
   
}
.placeholder {
    position: absolute;
    top: 30px;
    right: 22px;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
  }
  input[type="file"]:focus + .placeholder {
    display: none;
  }
 

.single-contact-card .top-part .title1 {
  overflow: hidden;
}
.single-contact-card .bottom-part {
  margin-top: 25px;
  overflow: hidden;
}

.single-contact-card .bottom-part .info {
  display: inline-block;
  overflow: hidden;
}
.donation_form{
    background:#F5F5F5;
    border:2px solid #E0DEDE;
    padding:30px;
}
.donation_form h4{
    margin-bottom:30px;
}
.donation_form input[type="text"],.donation_form input[type="email"],.donation_form input[type="tel"],.donation_form textarea{
    background:#fff;
    color:#636886;
    height:47px;
    padding:0 15px;
    font-size:12px;
    margin-bottom:20px;
    border:none;
}
.choose_amount .wpcf7-list-item{
   width: 33%;
    margin: 0 1% 20px 0;
    background: #fff;
    text-align: center;
    height: 47px;
    padding: 0 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.choose_amount .wpcf7-list-item label{
    display:block;
    width: 100%;
    cursor: pointer;
}
.choose_amount .wpcf7-list-item:last-child{
     margin: 0 0 20px 0;
}
.wpcf7-list-item input[type="radio"]{
    width:0;
    position:absolute;
    
}
.choose_amount input[type="radio"]:checked + span {
    background-color: yellow;
    color: #000;
    width: 100%;
    display: block;
    padding: 0;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.choose_amount .wpcf7-form-control.wpcf7-radio.form-control{
    display: flex;
    background: transparent;
    align-items: center;
    padding: 0;
    border: none;
}
.text-center input[type="text"]{
    text-align:center;
}
.donation_form input[type="submit"]{
    background: #FBA5A0;
    color: #fff;
    width: auto;
    display: table;
    margin: 0 auto;
    min-width: 320px;
    font-size: 22px;
    border: none;
    border-radius: 0;
    font-family: "Chelsea Market", serif;
}
.donation_form.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-control{
     background: transparent;
    align-items: center;
    padding: 0;
    border: none;
}
.donation_bank_details{
    background:#F5F5F5;
}
.donation_bank_details p{
    font-weight:700;
    color:#000;
    font-size:12px;
    padding:5px 10px;
    border-bottom:1px solid #E0DEDE;
}
.donation_bank_details p:last-child{
    border-bottom:none;
}
.donation_bank_details p span{
    font-weight:400;
    color:#000;
    font-size:12px;
    float:right;
}
.img_wrapper {
    margin-bottom:30px;
}
.img_wrapper img{
    background:#fff;
    border-radius:4px;
    padding:10px;
    margin-right:10px;
    width:80px;
    height:80px;
}
span.category-name {
    font-weight: 700;
    font-size: 21px;
    color:#000;
}
.left_img img{
    border-radius:30px;
}
.bg-theme-colored1 {
    background-color: #A1C966 !important;
    padding:30px 20px;
}
.bg-theme-colored1  .icon-text{
    margin-left:76px;
    color:#fff;
}
.bg-theme-colored1  .icon-text p, .bg-theme-colored1  .icon-text h5{
    color:#fff;
}
.bg-theme-colored1:nth-child(2) {
  background-color: #2161B1 !important;
  padding: 30px 20px;
}
.footer{
   background-color: #2161B1;  
   padding:50px 0;
   color:#fff;
}
.icon-box.icon-left .icon {
    float: left;
    margin-right: 20px;
}
.categorypage {
    padding:70px 0;
}
.sub_cate_item {
    border: 3px solid #ADD07A;
    border-radius: 17px;
    overflow: hidden;
}
.sub_cate_item h4{
    color:#2161B1;
    padding:10px;
    text-align:center;
    text-transform:uppercase;
}
.is-search-form{
    display:none;
    position:absolute;
    top:100%;
    width:40%;
    right:15px;
    z-index:9;
}
.top_header{
    background:#A1C966;
    padding:5px 0;
}
.top_header li a, .top_header li{
    color:#fff;
}
.top_header li{
    margin-right:10px;
}
.top_header li:last-child{
    margin-right:0;
}
.top_header ul{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
@media (min-width:992px){
    .footer_info{
        padding-right:83px;
    }
}


@media (max-width:991px){
    .main_menu ul li {
        margin-right: 30px;
        
    }
    .copywrite{
        text-align:center;
    }
    .f_menu li a,.footer_location a{
        font-size:13px;
    }
    .footer_col h4{
        font-size:15px;
    }
}

@media (max-width:767px) {
    .contact_form {
        margin-top:50px;
    }
    .top_header{
        display:none;
    }
    .vision_img {
        border-radius: 10px;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .about_right_content{
        margin-top:50px;
    }
    .img_one {
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom:20px;
        width: 100%;
    }
    .become_partner .top_heading {
        margin-bottom: 30px;
    }
    .become_partner {
        padding: 50px 0;
        text-align: center;
    }
    .team_item img{
        width:100%;
    }
    .team_item{
        margin-bottom:30px;
    }
    .main_menu li span {
        right: 0;
        top: 4px;
        color: #fff;
        font-size: 11px;
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_menu ul li {
        margin-right: 0;
    }
    .img_two {
        height: 200px;
        margin-bottom: 10px;
        width: 48%;
        float:left;
    }
    .img_three {
        height: 200px;
        width: 48%;
        float: right;
    }
	.top_heading h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.enquery_none img{
	    display:none;
	}
	.about_headin {
        top: 50%;
        text-align: center;
    }
    .slider-nav .gallery_item img{
        height:auto;
    }
	.banner_caption h3 {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .banner_right_form form {
        width: 100%;
    }
	.banner .banner_right_form{
	    display:none;
	}
	.about_cstm_buttn{
	    margin-top:20px;
	    padding: 7px 29px;
	}
	header .logo{
	   
        margin-top: 0;
	}

	
	.location_name {
		font-size: 15px;
	}

	.why_choose_us_left img {
		height: 329px;
	}
    .popular_sec .slick-next{
        right:15px;
    }
    .popular_sec .slick-prev{
        left:15px;
    }





	/*.slick-next {
		right: 63px;
		left: unset;
	}

	.slick-prev {
		left: unset;
		right: 30px;
	}*/

	.why_choose_us .dots_shape {
		left: 0;
		top: 100px;
		height: 500px;
		width: 60%;
	}

	.features p img {
		width: 50px;
	}

	.features p {
		padding-left: 67px;
		font-size: 13px;
		margin-bottom: 20px;
	}

	.features p strong {
		margin-bottom: 4px;
		font-size: 14px;

	}

	.features {
		margin-top: 50px !important;
	}

	.our_project {
		padding: 0 0 50px 0;
	}

	.product_details p {
		font-size: 13px;
		font-weight: 400;
		line-height: 22px;
	}

	.banking_partner .slick-dots {
		display: none !important;
	}

	.gallery_inner img {
		margin: 0 auto;
	}

	.banking_partner .top_heading {
		margin-bottom: 10px;
	}

	footer {
		text-align: center;
	}

	.footer_col h4 {
		font-size: 15px;
		margin-top: 10px;
	}

	.f_menu li a {
		font-size: 13px;
	}

	.footer_col a {
		font-size: 13px;
	}

	footer p {
		font-size: 13px;
	}

	.about_headin h2 {
		font-size: 22px;
	}

	.product_info h3 {
		font-size: 15px;
	}

	.product_info p {
		font-size: 13px;
	}

	.gallery_item {
		height: 160px;
		margin-bottom: 20px;
	}

	.contact_left_img {
		height: auto;
		overflow: hidden;
		margin-bottom: 40px;
	}
	.contact_form label {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	.contact_form input, .contact_form textarea,.contact_form input[type="submit"]{
		width: 100%;
	}
	.contact_info_col strong {
		min-width: 100px;
	}
	.contact_info_col{
	    margin-bottom:30px;
	}
	.about_founder .img_holder{
	    margin-bottom:30px;
	}
    .founder_details h3 {
        font-size: 28px;
        line-height: 89%;
        margin-bottom: 18px;
    }
    .founder_details p{
        font-size:17px;
    }
    .about_inner_sec p{
        text-align:justify;
    }
	.information h2 {
		margin-bottom: 20px;
		font-size: 18px;
		margin-top: 15px;
	}
}


.whatsapp_icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #1ca91c;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 39px;
    z-index: 99;
    text-align: center;
    line-height: 80px;
    font-size: 46px;
}

