/* Topbar Social Icons */

.socials {
	display: block;
	text-align: right;
	padding: 15px 0;
}

.socials .social-top {
	width: 30px;
}

.sticky .socials {
	display: block;
	text-align: right;
	padding: 8px 0;
}


/* End Topbar Social Icons */


/* Topbar Searchbox */

.searchbox {
	width: 200px;
	display: inline-block;
	position: relative;
}

.search {
	width: 100%;
	position: relative;
	display: flex;
}

.searchTerm {
	width: 100%;
	border: 2px solid #0095d2;
	border-left: none;
	padding: 5px;
	height: 30px;
	border-radius: 0 5px 5px 0;
	outline: none;
	color: #9DBFAF;
}

.searchTerm:focus {
	color: #000;
	border-color: #0095d2;
}

.searchButton {
	width: 40px;
	height: 30px;
	border: 1px solid #0099d7;
	background: #0095d2;
	text-align: center;
	color: #fff;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	font-size: 12px;
}

.searchButton:hover {
	color: #1562af;
}


/* End Topbar Search Box */


/* Main Slider */

.banner-content .text-content .text-contents {
	display: block;
	bottom: 15px;
	position: relative;
}

/* .banner-content .text-content .text-contents::before {
content: '';
width: 25px;
background: #bbda62;
height: 100%;
display: inline-block;
position: absolute;
left: -41px;
bottom: 15px;
top: auto;
} */
.banner-content .text-content .text-contents h1{
	padding: 10px 20px;
	background: rgba(0,0,0,.4);
	font-size: 40px;
}
.banner-content .text-content .text-contents h1 a:hover{
	color: #BBDA62;
}
.banner-content .default-btn {
	border: 1px solid #bbda62;
}
.default-btn:hover, .default-btn:focus, .default-btn:active {
	color: #bbda62;
}
.slider-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8715861344537815) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 1;
}

@media (max-width: 767px) {
	.banner-content .text-content .text-contents::before {
		width: 5px;
		left: -15px;
	}
	.banner-content .text-content {
		padding-left: 15px;
	}
}


/* End Main Slider */


/* About Area */

.about-area {
	background: linear-gradient(0deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url(../img/bg/about-bg.jpg);
	background-size: cover;
	padding: 55px 0;
}

.about-img img {
	box-shadow: 6px 6px 2px #323232;
}

.about-btn .default-btn {
	border-radius: 0;
	background: transparent;
	color: #343434;
	line-height: 40px;
}

.about-btn .default-btn:hover {
	background: #1562af;
	color: #fff;
}


/* End About Area */


/* Impact Area */

.impact-area {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/bg/impact.png);
	background-size: cover;
}

.impact-area2 {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg/impact-bg.png);
	background-size: cover;
}

.impact-box {
	min-height: 265px;
	background: #1562af;
	display: block;
	position: relative;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	/*     min-height: 258px; */
	box-shadow: 0px 0px 20px rgb(0 0 0 / .3);
}

.impact-box .impact-icon {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.impact-box .impact-icon .impact-img {
	display: inline-block;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #b8cdff;
	padding: 7px;
}

.impact-box .impact-data h3 {
	font-size: 16px;
	color: #bbda62;
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0 8px;
}

.impact-box .impact-data p {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
}

.impact-box .impact-data .default-btn {
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 0;
	color: #f3ae42;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 34px;
	padding: 0 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.impact-box::before {
	content: url(../img/icon/impact.png);
	position: absolute;
	top: -13px;
	left: 0;
	display: block;
	text-align: center;
	width: 100%;
}

h4.main-heading {
	margin: 12px 0;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ccc;
}


/*Read More */

.read-more {
	border-radius: 0;
	padding: 0 40px;
	border: 1px solid #1562af;
	background: transparent;
	color: #464646;
	line-height: 45px;
}

.read-more:hover {
	border: 1px solid #1562af;
	background: #1562af;
	color: #fff;
}


/*Read More Button*/

.testimonial {
	display: flex;
	box-shadow: 0px 0px 7px #727171;
	margin: 4px 4px 15px;
	padding: 17px;
	background: #fff;
}

.testimonial .testimonial-image {
	border-right: 1px solid #ccc;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 140px;
	max-width: 140px;
}

.testimonial .testimonial-image img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	align-items: center;
	align-self: flex-start;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.testimonial .testimonial-data {
	width: 100%;
	padding-left: 15px;
}

.testimonial h5 {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.testimonial .read-more {
	padding: 0 20px;
	line-height: 34px;
	font-size: 11px;
}

.testimonial p {
	font-size: 14px;
	/*display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;*/
	text-overflow: ellipsis;
	text-align: justify;
	line-height: 21px;
}


.section-title span.controls {
	float: right;
	margin-top: -5px;
}

.section-title span.controls a {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #4A4A4A;
	border: 1px solid #c7c7c7;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}

.section-title span.controls a:hover {
	color: #ffffff;
	border: 1px solid #0189d3;
	background: #0189d3;
}

.media-area {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/media/media-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.media-owl .single-media .media-img {
	width: 424px;
	float: left;
	border: 1px solid #ccc;
	box-shadow: 6px 5px 1px #01025d;
}

.media-owl .single-media .media-content {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	text-align: left;
	min-height:250px;
}

.media-owl .single-media .media-content h5 {
	padding-bottom: 20px;
}

.media-owl .single-media .media-content p {
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.media-owl .single-media .media-img {
		width: 100%;
		float: none;
	}
	.media-owl .single-media .media-content {
		padding-left: 0;
		padding-top: 20px;
	}
}

.media-owl {
	background: #f9f9f9;
	padding: 20px 20px;
}

.media-owl .owl-nav {
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
}

.media-owl .owl-prev,
.media-owl .owl-next {
	position: absolute;
	height: 100px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.media-owl .owl-prev i,
.media-owl .owl-next i {
	font-size: 15px;
	color: #ffffff;
	padding: 10px;
	background: #3e3e3e;
}

.media-owl .owl-prev {
	left: -50px;
}

.media-owl .owl-next {
	right: -50px;
}

@media (max-width: 767px) {
	.media-owl .owl-nav {
		display: none;
	}
}

.footer-area p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.footer-area ul.social li img {
	width: 30px;
}

.single-footer-right a {
	font-size: 15px;
	color: #fff;
	border-right: 1px solid #ccc;
	padding: 4px 5px;
	display: inline-block;
	margin-bottom: 15px;
}

.single-footer-right a:last-child {
	border-right: none;
}

.single-footer-right p {
	font-size: 14px;
	color: #fff;
	/*     font-weight: 700; */
}

.single-footer-right p small {
	display: block;
}
.single-footer-right p.email-web small {
	display:inline-block;
	font-size:16px;
}
.single-footer-widget>h4 {
	line-height: 15px;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

.footer-list li a {
	color: #ffffff;
}


/* Inner Page */

.inner-bg {
	background-attachment: scroll !important;
	background-clip: initial !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-origin: initial !important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	position: relative!important;
}

.inner-slider-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(33, 33, 33, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
	opacity: 1;
}

.breadcrumb-text {
	padding: 380px 0 35px;
	position: relative;
	z-index: 1;
}

.breadcrumb-text.data {
	padding: 225px 0 65px;
	position: relative;
	z-index: 1;
}

.breadcrumb-text p {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background: #1562af;
	padding: 5px 25px;
	display: inline-block;
	color: #fff;
	margin-bottom: 25px;
}

.breadcrumb-text .breadcumb-btn {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: 4px solid #1562af;
	padding: 7px 15px;
	border-radius: 7px;
	font-weight: 700;
}

.breadcrumb-text h2 {
	color: #ffffff;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 6px;
}

.breadcrumb-text h2 span {
	background: #1562af;
	padding: 0 8px;
	margin-left: 10px;
}

.breadcrumb-down {
	padding: 15px 0px;
	position: relative;
	z-index: 1;
}

.breadcumb-area {
	background: #75cbc9;
}

@media (max-width: 767px) {
	.breadcrumb-text {
		padding: 118px 0 27px;
	}
	.breadcrumb-text.data {
		padding: 70px 0 65px;
	}
	.inner-bg {
		background-size: cover !important;
	}
}


/*End Inner Page */


/* About Us */

.left-menu {}

.left-menu .heading h3 {
	background: #545454;
	color: #fff;
	padding: 10px 15px;
}

.left-menu ul {
	margin-bottom: 20px;
}

.left-menu ul li {
	position: relative;
}

.left-menu ul li a {
	border-bottom: 1px solid #545454;
	border-left: 1px solid #545454;
	border-right: 1px solid #545454;
	padding: 15px 15px 15px 60px;
	display: block;
}

.left-menu ul li a:hover,
.left-menu ul li a.active {
	color: #1562af;
}

.left-menu ul li a img {
	position: absolute;
	left: 8px;
	top: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.left-menu ul li a:hover img {
	filter: brightness(1%);
	-webkit-filter: brightness(1%);
}

.heading-inner {
	color: #303493;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
}

.heading-inner.caps {
	text-transform: uppercase;
}

.heading-inner img.icon {
	width: 50px;
	border: 2px solid #303493;
	border-radius: 50%;
	padding: 4px;
}

.nav-tabs {
	display: none;
}

@media(min-width:768px) {
	.nav-tabs {
		display: flex;
	}
	.card {
		border: none;
	}
	.card .card-header {
		display: none;
	}
	.card .collapse {
		display: block;
	}
}

@media(max-width:767px) {
	.tab-content>.tab-pane {
		display: block !important;
		opacity: 1;
		margin-bottom: 4px;
	}
}

.who-we-are .nav-tabs {
	border-bottom: 4px solid #08097c;
}

.who-we-are .nav-link {
	display: block;
	padding: 12px 20px;
	border-bottom: none;
}

.who-we-are .nav-tabs .nav-item.show .nav-link,
.who-we-are .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #08097c;
	border-bottom: none;
	border-color: #08097c #08097c #08097c;
}

.who-we-are .nav-tabs .nav-link:focus,
.who-we-are .nav-tabs .nav-link:hover {
	border-bottom: 0;
}

.who-we-are h4.main-heading {
	margin: 12px 0;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ccc;
	text-transform: uppercase;
	color: #08097c;
}

.card-header h5 {
	font-size: 14px;
}

@media(max-width:767px) {
	.who-we-are .tab-content-inner {
		padding: 20px;
	}
	.who-we-are h4.main-heading {
		margin-top: 0;
	}
}


/* End About Us */


/* Donors Radio Button */

.custom-radio {
	-webkit-box-flex: 0;
	flex: 0 0 20rem;
}

.custom-radio .list__item {
	position: relative;
	display: inline-block;
}

.custom-radio .list__item:hover>.label {
	color: #000000;
}

.custom-radio .list__item:hover>.label::before {
	border: 3px solid #b1b2ff;
}

.custom-radio .radio-btn {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.custom-radio .radio-btn:checked+.label {
	color: #08097c;
	background: #F9F9F9;
}

.custom-radio .radio-btn:checked+.label::before {
	border: 3px solid #b1b2ff;
	background: #08097c;
}

.custom-radio .label {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #3c3c3c;
	background: #fff;
	padding: 13px 15px;
	margin-right: 8px;
	margin-bottom: 10px;
	min-width: 220px;
	box-shadow: 1px 1px 3px #888787;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.custom-radio .label::before {
	display: inline-block;
	content: "";
	height: 1.125rem;
	width: 1.125rem;
	margin-right: 0.625rem;
	border: 3px solid #b8b8b8;
	border-radius: 50%;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}


/* End Donors Radio Button */


/* Sidebar Checckbox Design */

.custom-checkbox {
	margin-top: 20px;
}

.custom-checkbox input {
	display: none;
}

.checkbox-custom {
	margin-left: 40px;
}

.checkbox-custom label {
	font-size: 15px;
	font-weight: 700;
	color: #3c3c3c;
	display: inline-flex;
	vertical-align: top;
	margin-bottom: 20px;
}

.checkbox-custom label>div {
	width: 23px;
	height: 23px;
	min-width: 23px;
	display: flex;
	border: 2px solid #bdbdbd;
	text-align: center;
	line-height: 20px;
	margin-right: 6px;
	border-radius: 0;
	cursor: pointer;
	margin-left: -40px;
	margin-right: 15px;
}

.checkbox-custom input:checked+label div {
	background: #fff;
	border-color: #303493;
}

.checkbox-custom input[type="radio"]+label i.check {
	position: relative;
	border-radius: 0;
	top: 0;
	left: 0;
	-webkit-transition: all ease-out 200ms;
	transition: all ease-out 200ms;
	text-indent: 14px;
	font: normal normal 12px/14px "Helvetica";
	white-space: nowrap;
	color: #555;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-custom input[type="radio"]+label i.check:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 9px;
	border-bottom: 2px solid #1562af;
	border-left: 2px solid #1562af;
	top: 6px;
	left: 10px;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	-webkit-transition: all ease-out 200ms;
	transition: all ease-out 200ms;
}

.checkbox-custom input[type="radio"] {
	display: none;
}

.checkbox-custom input[type="radio"]:checked+label i.check:after {
	opacity: 1;
	width: 25px;
}

.other-amount {
	display: none;
}

.other-amount .input-group .form-control {
	height: 46px;
	display: block;
	padding: 6px 10px;
	font-size: 15px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #08097c;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.other-amount .input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 15px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	background-color: #08097c;
	border: 1px solid #08097c;
	border-radius: .25rem;
}

.other-amount .input-group .form-control:focus {
	box-shadow: none;
	outline: 0 none;
}

.input-submit button {
	padding: 13px 20px;
	font-size: 18px;
	border: 2px solid #08097c;
	background: #fff;
	text-transform: uppercase;
	min-width: 250px;
	text-align: center;
	margin-top: 15px;
	font-weight: 700;
	cursor: pointer;
}

.input-submit button i {
	font-size: 20px;
}

.input-submit button:hover {
	background: #08097c;
	color: #fff;
}

.bg-container {
	background: #0a1836;
}

.bg-container .heading-inner {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 15px;
	border-bottom: none;
}
.bg-container .heading-inner.less-font-size {
	font-size: 22px;
	margin-bottom: 8px;
}
.bg-container p {
	color: #fff;
}

.bg-container p span {
	color: #ffde26;
}


/* Education Page */

.key-projects {
	background-attachment: scroll !important;
	background-clip: initial !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-origin: initial !important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	position: relative!important;
}

.key-projects::before {
	content: '';
	top: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(9, 54, 92, 0.8) 0%, rgba(9, 54, 92, 0.8) 100%);
	opacity: 1;
}

.key-projects .heading-inner {
	color: #fff;
	margin-bottom: 30px;
}

.timeline-item {
	padding: 8px 15px 19px 35px;
	position: relative;
	color: rgba(255, 255, 255, 0.9);
	border-left: 2px solid #ff6c00;
}
.timeline-item strong{
	color: #1562af;
}
.timeline-item ul.research-list {
	list-style: none;
	padding: 0;
}
.timeline-item ul.research-list li {
	padding-left: 2.2em;
	margin-bottom: 8px;
	position: relative;
	font-size: 13px;
	text-align: justify;
}
.timeline-item ul.research-list li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 0;
	color: #0096d6;
	font-size: 18px;
	position: absolute;
	left: 0;
}
.timeline-item .tiemeline-img{
	display: inline-block;
	float: left;
	max-width: 130px;
	margin-right: 10px;
	overflow: hidden;
	border: 1px solid #939393;
	padding: 3px;
}

.timeline-item h3 {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	margin-bottom: 11px;
}
.timeline-item h3 a{
	color: #1562af;
}
.timeline-item h3 a:hover{
	color: #78cbc7;
}
.timeline-item p {
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}

.timeline-item::after {
	width: 20px;
	height: 20px;
	display: block;
	top: 10px;
	position: absolute;
	left: -11px;
	border-radius: 10px;
	content: '';
	border: 2px solid rgb(255, 108, 0);
	background: #ff6c00;
}

.work-projects .nav-tabs {
	border-bottom: 4px solid #08097c;
}

.work-projects .nav-link {
	display: block;
	padding: 12px 20px;
	border-bottom: none;
}

.work-projects .nav-tabs .nav-item.show .nav-link,
.work-projects .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #08097c;
	border-bottom: none;
	border-color: #08097c #08097c #08097c;
}

.work-projects .nav-tabs .nav-link:focus,
.work-projects .nav-tabs .nav-link:hover {
	border-bottom: 0;
}

.work-projects h5.main-heading {
	margin: 12px 0;
	padding-bottom: 7px;
	border-bottom: 1px dashed #1562af;
	text-transform: none;
	color: #545454;
}

@media(max-width:767px) {
	.work-projects .tab-content-inner {
		padding: 20px;
	}
	.work-projects h5.main-heading {
		margin-top: 0;
	}
}


/* End Education Page*/


/* Geography Page */

.city-details .about-content>h4 {
	color: #303493;
}

.city_slider .owl-nav {
	position: absolute;
	top: 22%;
	display: block;
	width: 100%;
	z-index: -1;
}

.city_slider .owl-nav .owl-prev {
	float: left;
	margin-left: -17px;
}

.city_slider .owl-nav .owl-next {
	float: right;
	margin-right: -17px;
}

.city_slider .owl-nav .owl-next i,
.city_slider .owl-nav .owl-prev i {
	font-size: 33px;
}

.city_slider .owl-nav:focus {
	outline: none;
}

.city_slider .city {
	padding: 15px 0;
	text-align: center;
}

.city_slider .city h5 a {
	color: #000d25;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}

.city_slider .city h5 a.active {
	color: #0095d2;
}

@media(max-width:767px) {
	.city_slider .owl-nav {
		position: relative;
		top: 30%;
		display: block;
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	.city_slider .owl-nav .owl-prev {
		float: none;
		margin-left: 0px;
		display: inline-block;
		margin: 10px;
	}
	.city_slider .owl-nav .owl-next {
		float: none;
		margin-right: 0px;
		display: inline-block;
		margin: 10px;
	}
}

.city-project {
	margin-bottom: 20px;
	box-shadow: 1px 1px 3px #ccc;
	background: #fbfbfb;
	display: flex;
}
.city-project:after {
	content: '';
	display: block;
	clear: both;
}

.city-project .city-img {
	/* float: left; */
	padding-right: 0;
	min-width: 384px;
}

.city-project .city-img img {}

.city-project .city-data {
	padding: 5px 20px;
}

.city-project .city-data h5 {
	font-size: 22px;
	color: #303493;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

.city-project .city-data p {
	font-weight: 400;
	margin-top: 15px;
	font-size: 15px;
	text-align: justify;
	margin-bottom: 0;
	line-height: 23px;
}
.city-project .city-data p strong{
	color:#1562af;
}

@media(max-width:767px) {
	.city-project .city-img {
		float: none;
		padding-right: 0;
		padding-top: 15px;
	}
	.city-project .city-img img {
		display: block;
		margin: 0 auto;
	}
}

.team-header-bg {
	background-attachment: scroll !important;
	background-clip: initial !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-origin: initial !important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	position: relative!important;
}

.team-header-bg::before {
	content: '';
	top: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(48, 48, 48, 0.8) 0%, rgba(48, 48, 48, 0.8) 100%);
	opacity: 1;
}

.team-header-bg h2 {
	font-size: 60px;
	color: #fff;
	text-align: center;
	padding: 25px 0;
}

@media(max-width:767px) {
	.team-header-bg h2 {
		font-size: 32px;
	}
}

.team-box {
	padding: 15px;
	box-shadow: 1px 1px 4px #ccc;
	border-radius: 3px;
	min-height: 250px;
	background: #fbfbfb;
	margin-bottom: 20px;
}

.team-box .img-box {
	width: 170px;
	height: 170px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

.team-box .img-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.team-box h3 {
	font-size: 17px;
	text-align: center;
	padding-top: 10px;
}


/* End Geography Page */


/* Partners Page */

.partner-box {
	display: block;
	padding: 15px;
	margin-bottom: 26px;
	box-shadow: 1px 1px 3px #ccc;
	min-height: 354px;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.partner-box:hover {
	background: #fafafa;
	box-shadow: 1px 1px 5px #B5B5B5;
}

.partner-box h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
	transition: all .3s ease-in-out;
}

.partner-box:hover h3 {
	color: #1562af;
}

.partner-box p {
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

.partner-box .icon-img {}

.partner-box .icon-img .partner-box-ico {
	display: block;
	margin: 10px auto;
}

.partner-box .partner-button {
	text-align: right;
	padding: 5px 15px;
	border: 1px solid #1562af;
	margin-bottom: 15px;
	font-size: 12px;
}

.partner-box .partner-button:hover {
	color: #fff;
	background: #1562af;
}


/* Partners Page */


/* Conatct Page */

h2.heading-inner2 {
	color: #3f3f3f;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.address-box {
	padding: 15px;
	background: #f3f3f3;
	margin-bottom: 20px;
}

.address-box h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.address-box h4 span {
	font-size: 13px;
	display: block;
	margin-top: 7px;
}

.address-box p {
	margin-bottom: 0;
}

.enquiry-form {
	background: #f3f3f3;
	padding: 20px;
}

.enquiry-form input.form-control {
	display: block;
	height: 45px;
	width: 100%;
	padding: 15px 20px;
	font-size: 13px;
	line-height: 20px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #8f8f8f;
	border-radius: 4px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.enquiry-form textarea {
	border: 1px solid #8f8f8f;
	font-size: 13px;
}

.enquiry-form .form-control:focus {
	box-shadow: none;
	outline: 0 none;
}

.enquiry-form .input-submit {
	padding: 4px;
	font-size: 17px;
	border: 2px solid #383838;
	background: #fff;
	text-transform: uppercase;
	min-width: 210px;
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 4px;
}

.enquiry-form .input-submit span {
	background: #383838;
	display: block;
	padding: 10px 20px;
	color: #fff;
}

.enquiry-form .input-submit:hover {
	background: #383838;
	color: #fff;
}

.media-heading {
	padding-bottom: 10px !important;
}

.media-content {
	line-height: 24px!important;
	font-size: 14px!important;
}
.gallery-datas{
	display:none;
}
.media_heading {
	padding-bottom:10px!important;
}
.media_content {
	line-height:24px!important; font-size: 14px!important;
}

/* Profiles */

.profile{
	display:flex;
	align-items:center;
	margin-bottom:25px;
}
.profile .profile-data{
	background: #ff914d;
	margin-right: -18px;
	min-height: 155px;
	z-index: 10;
	min-width: 100%;
	max-width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}
.profile.green .profile-data{
	background: #8abfac;
}
.profile .profile-data h3, .profile .profile-data h3 a{
	color:#fff;
	font-size: 24px;
}
.profile .profile-data p{
	color:#000;
	line-height: 19px;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 0;
}
.profile-image img {
	min-width: 220px;
}
.inner-socal img {
	text-align:center;
	max-width:30px;
}
.modal.profile-detail img{
	border-radius:50%;
}

.modal.profile-detail .modal-dialog {
	max-width: 700px;
	margin: 1.75rem auto;
}
.modal.profile-detail h3{
	color: #ff914d;
	letter-spacing: 2px;
}
.modal.profile-detail h4 {
	font-size: 18px;
	margin-bottom: 6px;
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 8px;
	padding-top: 5px;
}			
.modal.profile-detail p{
	font-size: 14px;
	line-height: 20px;
}
.modal.profile-detail p.proile-rating{				
	font-size: 14px;
	line-height: 18px;
	margin-bottom:20px;
}
.profile .profile-data .profile-details{
	display:none;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition:      -o-transform .3s ease-out;
	transition:         transform .3s ease-out;
	-webkit-transform: translate(0, 10%) rotate(0deg) !important;
	-ms-transform: translate(0, 10%) rotate(0deg) !important;
	-o-transform: translate(0, 10%) rotate(0deg) !important;
	transform: translate(0, 10%) rotate(0deg) !important;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 50%) rotate(360deg) scale(0, 1.2) !important;
	-ms-transform: translate(0, 50%)  rotate(360deg) scale(0, 1.2) !important;
	-o-transform: translate(0, 50%)  rotate(360deg) scale(0, 1.2) !important;
	transform: translate(0, 50%)  rotate(360deg) scale(0, 1.2) !important;
}
@media only screen and (max-width:500px){
	.modal-open .modal.profile-detail {
		padding-left: 17px;
		text-align:center;
	}

}

.breadcrumb-text.bottom-line h2 {
	position: relative;
	display: inline-block;
}
.breadcrumb-text.bottom-line h2:after {
	content: '';
	background: #1562af;
	width: 30%;
	height: 11px;
	display: block;
	margin-top: 8px;

}

/* Board of members */

.board-para{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
.board-para h4{
	color:#555;
	padding-bottom:15px;
}
.board-para h4 small{
	display:block;
	font-size:18px;
	color:#1562af;
	margin-top: 5px;
}
.bom:not(:last-child){
	border-bottom:1px solid #f8f8f8;
	padding-bottom:15px;
	margin-bottom:15px;
}
.b-o-m{
	display:block;
}
.b-o-m img{
	width: 255px;
	height: 255px;
	border-radius: 50%;
	border: 1px solid #f8f8f8;
	padding: 15px;
}
/* End Board of members */

/* Research Timeline  */

.breadcrumb-text.bottom-line.para p{
	background: none;
	text-transform: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	padding: 0;
	text-align: justify;
	margin-bottom:0;
}
.breadcrumb-text.para {
	padding: 225px 0 65px;
}
.research-para{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
.research-mainimg{
	text-align:center;
	margin-bottom:20px;
}
.research-mainimg img{
	max-width:350px;
}

ul.research-list {
	list-style: none;
	padding: 0;
}
ul.research-list li {
	padding-left: 1.3em;
	margin-bottom:12px
}
ul.research-list li a{
	font-size:16px;
	font-weight:600;
	color:#111;
}
ul.research-list li a:hover{
	color: #0095d2;
}
ul.research-list li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1em;
	width: 2.0em;
	color: #1562af;
	font-size: 20px;
}





ul.objectives {
	list-style: none;
	padding: 0;
}
ul.objectives li {
	padding-left: 1.3em;
	margin-bottom: 12px;
	line-height: 24px;
}
ul.objectives li a{
	font-size:12px;
	font-weight:600;
	color:#111;
}
ul.objectives li a:hover{
	color: #0095d2;
}
ul.objectives li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -2em;
	width: 2.0em;
	color: #1562af;
	font-size: 20px;
}


.timeline {
	width: 100%;
	max-width: 100%;
	background: #fff;
	padding: 50px 20px 0px;
	margin: 50px 0 70px;
	position: relative;
	box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(25% + 18px);
	bottom: 0px;
	width: 4px;
	background: #ddd;
}
.timeline:after {
	content: "";
	display: table;
	clear: both;
}

.entry {
	clear: both;
	text-align: left;
	position: relative;
}
.entry .title {
	margin-top: 4px;
	margin-bottom: .5em;
	float: left;
	width: 25%;
	padding-right: 30px;
	text-align: right;
	position: relative;
}
.entry .title:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border: 4px solid #1562af;
	background-color: #fff;
	border-radius: 100%;
	top: 0;
	right: -21px;
	z-index: 13;
}
.entry .title h3 {
	margin: 0;
	font-size: 120%;
}
.entry .title p {
	margin: 0;
	font-size: 100%;
}
.entry .body {
	margin: 0 0 3em;
	float: right;
	width: 73%;
	padding-left: 30px;
}
.entry .body p {
	line-height: 1.4em;
}
.entry .body h4 {
	color: #2b2d8f;
	font-size: 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.entry .body h4 i{
	color: #a8a8a8;
	font-size: 25px;
	margin-right: 7px;
}
.entry .body h3 {
	font-size: 18px;
	margin-top: 0;
	font-weight: 600;
	line-height: 23px;
}
.entry .body h3 small{
	display:block;
	color: #1562af;
	margin-top: 7px;
}
.entry .body p {
	margin-top: 15px;
	font-size: 15px;
	text-align: justify;
	margin-bottom:0;
}
.entry .body ul {
	color: #aaa;
	padding-left: 0;
	list-style-type: none;
}
.entry .body ul li:before {
	content: "–";
	margin-right: .5em;
}
/* End Research Timeline  */

.inner-slider-overlay.less-transparent {
	background: linear-gradient(90deg, rgba(33, 33, 33, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.partner-icon{
	border:1px solid #eee;
	padding:15px;;
	border-radius:4px;
	margin-bottom:20px;
}
.breadcrumb-text p.regular-text{
	text-transform:none;
	font-weight:400;
}
p a strong{
	color:#1562af;
	transition:all .3s ease-in-out;
} 
p a:hover strong{
	color:#000;
} 

.field-story {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.field-story .field-story-img{
	width:250px;
	height:250px;
	border-radius:50%;
	padding:15px;
	border:1px solid #F4F4F4;
	overflow:hidden;
	display:flex;
	position:relative;
}
.field-story .field-story-img img{
	width:100%;
	border-radius:50%;
	height:100%;
}
.field-story .field-story-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 126, 0,.4);
	z-index: 1;
	position: absolute;
	left: 0;
	top: 100%;
	transition:all .3s ease-in-out;
}
.field-story .field-story-img a {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	bottom: 100%;
	left: 0;
	font-size: 51px;
	color: #fff;
	z-index: 10;
	transition:all .6s ease-in-out;
}
.field-story:hover .field-story-img:before {
	top: 0;
}
.field-story:hover .field-story-img a{
	bottom: 0;
}
.field-story .field-story-data h3{
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
}


#video{
	background:url(../img/donate.jpg);
	width:100%;
	height:300px;
	cursor : pointer;
	border:1px solid #f7f7f7;
	padding:10px;
}
div#play-btn-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
	z-index: 0;
	transition:all .3s ease-in-out;
}
#play-btn-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	transition:all .3s ease-in-out;
}
div#play-btn-wrap:hover:before {
	background:rgba(0, 0, 0, 0.7);

}
.play-btn{
	display:inline-block;
	width:100px;
	height:100px;
	border:6px solid rgb(255, 126, 39);
	border-radius:50%;
	position:relative;
	text-align:center;
}
#play{
	display: block;
	position: relative;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -10px;
	border-top: 20px solid transparent;
	border-left: 30px solid rgba(255,255,255,0.6);
	border-bottom: 20px solid transparent;
}
.play-btn.hover{
	border-color:rgba(255,255,255,1);
}
#play.hover{
	border-left-color:rgba(255,255,255,1);
}

.inner-form{
	background: #fff;
	padding: 20px 20px 30px;
	margin: 0px 0 20px;
	position: relative;
	box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.inner-form .label{
	font-weight: 700;
	color: #1562af;
}
.inner-form .form-control {
	padding: 20px 13px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #ced4da;
	border-radius: 0px;
}
.inner-form .form-control:focus {
	outline:none;
}

.res-box{
	display:flex;
	align-items:flex-start;
	border:1px solid #C9C9C9;
	padding:10px;
	margin-bottom:25px;
}
.res-box .res-img{
	min-width: 140px;
	padding-right: 15px;
}
.res-box .res-img img {
	max-width: 125px;
}
.res-box .res-data{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 156px;
}
.res-box .res-data h4{
	font-size:14px;
	margin-bottom:10px;
}
.res-box .res-data .res-btns{

}
.res-box .res-data .res-btns a{
	height: 30px;
	width: 30px;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: inline-block;
}
.res-box .res-data .res-btns a.prev{
	border: 1px solid #1562af;
	background: #1562af;
	color: #fff;
}
.res-box .res-data .res-btns a.prev:hover{
	border: 1px solid #1562af;
	background: transparent;
	color: #1562af;
}
.res-box .res-data .res-btns a.download {
	border: 1px solid #666b6c;
	background: #697071;
	color: #fff;
}
.res-box .res-data .res-btns a.download:hover {
	border: 1px solid #666b6c;
	background: transparent;
	color: #666b6c;
}

a.download-btn {
	border: 1px solid #303493;
	background: transparent;
	padding: 3px 10px;
	border-radius: 0;
	color: #303493;
	font-size: 12px;
}
a.download-btn:hover {
	border: 1px solid #303493;
	background: #303493;
	color: #fff;
}
.table-finance thead td, .table-finance thead th {
	border-bottom-width: 2px;
	background: #303493;
	color: #fff;
	border-color: #303493;
}
.pt-25-imp{
	padding-top:25px;
}
ul.achiev-list{
	margin-bottom:20px;
}
ul.achiev-list li {
	margin-bottom: 24px;
	position:relative;
	text-align:justify;
	padding-left: 40px;
}
ul.achiev-list li:last-child {
	margin-bottom: 0px;
}
ul.achiev-list li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 0;
	width: 30px;
	height: 30px;
	color: #1562af;
	font-size: 18px;
	position: absolute;
	left: 0;
	background: #fff;
	border: 2px solid #1562af;
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
}
a.view-all {
	padding: 4px;
	font-size: 14px;
	border: 2px solid #383838;
	background: #fff;
	text-transform: uppercase;
	min-width: 140px;
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 4px;
	display: inline-block;
}
a.view-all span {
	background: #383838;
	display: block;
	padding: 10px 20px;
	color: #fff;
}
a.view-all:hover {
	background: #383838;
	color: #fff;
}
a.theme-colored{
	color:#1562af;
}
a.theme-colored:hover{
	color:#1562af;
}
.newsletter-top{
	display: inline-block;
	padding: 12px 5px;
	font-size: 14px;
	font-weight:400;
	color: #1562af;
}
.newsletter-top a{
	font-size: 14px;
	color: #1562af;
}
.newsletter-top a:hover{
	color: #000d25;
}

.font-22{
	font-size:22px !important;
}
span.min-big-font{
	font-size:20px !important;
}
.social-feed {
	background: #ffead5;
	padding: 15px;
	border: 5px solid #343b96;
}
.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
._10b4 ::-webkit-scrollbar {
	width: 1em;
}

._10b4::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
}

._10b4::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}


._10b4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #CCCCCC;
}

._10b4::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

._10b4::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
		transparent,
		rgba(0, 0, 0, 0.4) 50%,
		transparent,
		transparent)
}

.searchbox.footer-newsletter .searchTerm{
	width: 100%;
	border: 2px solid #0095d2;
	border-right: none;
	padding: 5px;
	height: 30px;
	border-radius: 5px 0px 0px 5px;
	outline: none;
	color: #9DBFAF;
}
.searchbox.footer-newsletter .searchButton {
	width: 87px;
	height: 30px;
	border: 1px solid #0099d7;
	background: #0095d2;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 12px;
}
.searchbox.footer-newsletter{
	width: 271px;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}

@media only screen and (min-width:1200px){
	.breadcrumb-text.large-img {
		padding: 415px 0 65px;
	}	

}
.programmes:not(:last-child) {
	padding-bottom: 35px;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	margin-bottom: 35px;
}
.heading-style-2{
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #1562af;
	font-size: 26px;
	font-weight: 700;
	border-radius: 4px;
	font-style: italic;
}

.main-menu > nav > ul > li > ul li > ul {
	position: absolute !important;
	right: 100%;
	padding: 10px;
	border: 1px solid #ccc;

	background: #ffffff none repeat scroll 0 0;
	box-shadow: -1px 5px 6px 1px rgba(0, 0, 0, 0.2);
	top:0;
	opacity: 0;
	padding: 0px 8px;
	position: absolute;
	text-align: left;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 999;
}
.main-menu > nav > ul > li > ul li > ul.right-open {
	position: absolute !important;
	left: 100%;
}
.main-menu > nav > ul > li > ul > li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.main-menu > nav > ul > li > ul > li > a > i{
	position:absolute;
	right:10px;
	top: 8px;
}
@media only screen and (min-width:1191px){

}

.city-project .city-data a.view-all {
	padding: 2px;
	font-size: 14px;
	border: 2px solid #303493;
	background: #ffffff;
	text-transform: uppercase;
	min-width: 90px;
	text-align: center;
	margin-top: 14px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 4px;
	display: inline-block;
}
.city-project .city-data a.view-all span {
	background: #303493;
	display: block;
	padding: 3px 10px;
	color: #fff;
	font-size: 12px;
}
.city-project .city-data a.view-all:hover {
	background: #75cac8;
	color: #fff;
}
.city-project.inner-view {
	margin-bottom: 20px;
	background: #ffffff;
	display: block;
	box-shadow:none;
}
.city-project.inner-view .city-data {
	padding: 0;
}
@media only screen and (min-width:1200px){
	.city-project.inner-view .city-img {
		float: left;
		min-width: 384px;
		padding-right: 20px;
		padding-bottom: 15px;
	}
}
@media only screen and (max-width:1199px){
	.city-project .city-img {
		padding-right: 0;
		min-width: auto;
	}
}

.program-img.hover-effect{
	position:relative;
	overflow:hidden;
}
.program-img.hover-effect:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #ffb3b3, #d5f3ff);
	transition: .3s all ease;
	position: absolute;
	opacity: 0;
}
.program-img.hover-effect .search-btn {
	position: absolute;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	left: 0;
}

.program-img.hover-effect .search-btn .pulse-btn {
	position: relative;
	background: rgba(48, 52, 147, .7);
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	z-index: 1;
}
.program-img.hover-effect .search-btn .pulse-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 200ms;
	animation: pulse-border 1500ms ease-out infinite;
}
.program-img.hover-effect:hover:after{
	opacity: .8;
}
.program-img.hover-effect:hover .search-btn .pulse-btn {
	background: rgb(255, 126, 0, .7);
	color: #ffffff;
}
/*	Pulse Animation */

@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;

	}

}
.fb-feed-mobile, .fb-feed-mobile .fb-page{
	display:none;
}
.modal-content button.close[data-dismiss="modal"] {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
	z-index: 100;
}
@media only screen and (max-width:768px){
	.mean-container .mean-nav > ul {
		max-height: 600px;
		overflow-y: scroll;
	}
	.slider-wrapper .owl-nav {
		display: block !important;
	}
	.slider-area:hover .slider-wrapper .owl-nav .owl-next, .slider-two-area:hover .slider-wrapper .owl-nav .owl-next {
		right: 0;
	}
	.slider-area:hover .slider-wrapper .owl-nav .owl-prev, .slider-two-area:hover .slider-wrapper .owl-nav .owl-prev {
		left: 0;
	}
	.slider-wrapper .owl-nav > div {
		height: 45px;
		left: -100%;
		line-height: 42px;
	}
	.media-owl .owl-prev, .media-owl .owl-next {
		position: absolute;
		height: auto;
	}
	.media-owl .owl-nav {
		position: absolute;
		top: 140px;
		left: auto;
		right: 0;
		width: 100%;
		display: block;
	}
	.media-owl .owl-next {
		right: 0;
	}
	.media-owl .owl-prev {
		left: 0;
	}
	.about-img img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	.approach-img-pull-none {
		float: none;
		width: 100%;
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	.single-footer-right p {
		font-size: 13px;
		color: #fff;
		font-weight: 700;
	}
	p {
		font-size: 13px;
		line-height: 23px;
	}
	.heading-inner {
		font-size: 17px;
	}
	.single-slide {
		background-position: 50% center;
		background-size: cover;
	}
	.fb-page social-feed {
		width: 400px !important;
	}
	.fb-feed-mobile{
		margin-bottom:20px;
	}
	.fb-feed-mobile, .fb-feed-mobile .fb-page{
		display:block;
	}
	.fb-feed-web, .fb-feed-web .fb-page{
		display:none;
	}
	.section-title span.controls {
		float: right;
		margin-top: -6px;
	}
	.slider-area {
		height: auto !important;
	}
	.slider-area {
		height: auto;
	}
	.single-slide {
		background-position: center center;
		height: 190px;
	}
	.slider-wrapper .owl-stage-outer{
		height: auto;
	}
	.banner-btn .default-btn {
		line-height: 25px  !important;
		padding: 0 10px  !important;
		font-size: 10px  !important;
	}
	.banner-content .text-content {
		padding-bottom: 0  !important;
	}
	.text-content .text-contents > h1, .text-content > h1 {
		font-size: 16px !important;
		line-height: 17px  !important;
		margin-bottom: 15px !important;
	}
	.text-content h1 span {
		margin-top: 7px  !important;
		padding-top: 5px  !important;
	}
	.about-content > p {
		font-size: 13px;
		line-height: 21px;
		font-weight: 500;
	}
	.single-footer-right.text-right{
		text-align:left!important;
	}
	.breadcrumb-text {
		padding: 95px 0 17px !important;
	}
	.breadcrumb-text.more-mobile-padding{
		padding: 130px 0 17px !important;
	}
	.breadcrumb-text h2 {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.breadcrumb-text.bottom-line h2:after {
		height: 3px;
	}
	.breadcrumb-text br{
		display:none !important;
	}
	.mean-container .mean-nav ul li a.mean-expand {
		line-height: 10px;
	}
	.left-menu .heading h3 {
		font-size: 16px;
	}
	.left-menu ul li a {
		font-size: 12px;
		padding: 10px 15px 10px 44px;
	}
	.left-menu ul li a img {
		width: 25px;
	}
	.b-o-m {
		text-align: center;
	}
	.b-o-m img {
		width: 187px;
		height: 187px;
		padding: 7px;
	}
	.board-para h4 {
		padding-bottom: 15px;
		padding-top: 10px;
		text-align: center;
		font-size: 19px;
	}
	.board-para h4 small {
		font-size: 13px;
	}
	.profile-image img {
		min-width: 138px;
	}
	.profile .profile-data h3, .profile .profile-data h3 a {
		font-size: 18px;
	}
	.profile .profile-data {
		min-height: 110px;
		min-width: 215px;
		max-width: 215px;
	}
	.breadcrumb-text.partners-breadcumb > p {
		display:none;
	}
	.partner-box h3 {
		font-size: 16px;
	}
	.breadcrumb-text p.regular-text.font-22 {
		font-size: 14px !important;
		line-height: 18px;
	}
	.breadcrumb-text.domain-page p {
		background: rgba(26, 26, 26, .4);
		color: #e6b280;
	}
	.breadcrumb-text.ssp-page {
		padding: 150px 0 6px !important;
	}
	.breadcrumb-text.ssp-page p{
		margin:0;
	}
	ul.achiev-list li {
		font-size: 13px;
	}
	a.view-all {
		padding: 4px;
		font-size: 10px;
		min-width: 100px;
		margin-top: 10px;
	}
	a.view-all span {
		padding: 6px 11px;
	}
	.timeline {
		margin: 0px 0 25px;
	}
	.timeline-item h3 {
		font-size: 14px;
	}
	.timeline-item ul.research-list li {
		font-size: 12px !important;
	}
	.entry .body h3 {
		font-size: 14px;
		line-height: 19px;
	}
	.entry .body p {
		line-height: 18px;
		font-size: 13px !important;
	}
	.entry .title {
		margin-top: 4px;
		margin-bottom: .5em;
		padding-right: 7px;
	}
	.entry .title h3 {
		margin: 0;
		font-size: 13px;
	}
	.work-projects h5.main-heading {
		margin-top: 0;
		font-size: 13px;
	}
	.work-projects .tab-content-inner {
		padding: 20px 10px;
	}
	.field-story {		
		margin-bottom: 15px;
		margin-top: 15px;

	}
	.field-stories .col-md-4:not(:last-child) .field-story{
		border-bottom: 1px solid #dfdfdf;
	}
	.field-story .field-story-img {
		width: 180px;
		height: 180px;
		padding: 5px;
	}
	.field-story .field-story-data h3 {
		font-size: 14px;
		margin: 15px 15px;
	}
	.work-projects ul.research-list, ul.research-list.mobile-view-list {
		margin-left: 20px;
		position: relative;
	}
	.work-projects ul.research-list li:before, ul.research-list.mobile-view-list li:before {
		position: absolute;
		left: 0;
	}
	.work-projects ul.research-list li a, ul.research-list.mobile-view-list li a {
		font-size: 13px;
		font-weight: 600;
		color: #111;
	}
	.breadcrumb-text.p-s {
		padding: 110px 0 3px !important;
	}
	.breadcrumb-text.p-s p.regular-text.font-22 {
		margin-top: 25px;
		margin-bottom: 0;
	}
	.slider-area.fxb-village-sider .banner-content .text-content .text-contents::before {
		bottom: 0px;
		top: auto;
	}
	.heading-style-2 {
		font-size: 15px;
	}
	.programmes:not(:last-child) {
		padding-bottom: 6px;
	}
	.breadcrumb-text.pt-25-imp span.tag {
		font-size: 12px !important;
		line-height: 15px !important;
		margin: 8px !important;
		margin-left: 0 !important;
	}
	.breadcrumb-text.pt-25-imp .mb-80 {
		margin-bottom: 25px;
	}
	.breadcrumb-text.pt-25-imp {
		padding-top: 45px !important;
	}
	.about-content > h4 {
		font-size: 18px !important;
		margin-top: 20px !important;
	}
	.city-project {
		display: block;
	}
	.city-project .city-img {
		padding-right: 0 !important;
		padding-top: 0px !important;
	}
	.city-project .city-data h5 {
		font-size: 14px;
		line-height: 20px;
	}
	.city-project .city-data p {
		font-size: 15px;
		line-height: 20px;
		font-size: 13px;
	}
	.custom-radio {
		margin-bottom: 15px;
	}
	.custom-radio .list__item {
		display: block;
	}
	.custom-radio .label {
		font-size: 13px;
	}
	.checkbox-custom label {
		font-size: 13px;
	}
	.input-submit button {
		padding: 7px 13px;
		font-size: 13px;		
		min-width: 170px;
		margin-top: 15px;
	}
	.input-submit button i {
		font-size: 14px;
	}
	.bg-container .heading-inner.less-font-size {
		font-size: 15px;
		margin-top: 10px !important;
	}
	.bg-container p {
		margin-top: 10px !important;
	}
	h5.pb-10 {
		font-size: 14px;
	}
	#video {
		margin-bottom: 20px;
	}
	h2.heading-inner2 {
		font-size: 18px;
	}
	.address-box h4 {
		font-size: 15px;
	}
	.address-box h4 span {
		font-size: 12px;
	}
	.enquiry-form .input-submit {
		font-size: 13px;
		min-width: 150px;
		border-radius: 4px;
	}
	.enquiry-form .input-submit span {
		padding: 5px 13px;
	}

	.modal.profile-detail h3 {
		font-size: 15px;
	}
	.modal.profile-detail h4 {
		font-size: 13px;
	}
	.modal.profile-detail img {
		max-width: 161px;
		margin-bottom: 9px;
	}
	.modal-open .modal.profile-detail {
		padding-left: 17px;
		padding-right: 17px;
	}
	.about-content p strong {
		font-size: 16px !important;
	}
	.section-title h1 {
		font-size: 20px !important;
	}
	.twitter-feed-web {
		margin-bottom:15px;
	}
}

.twitter-feed-web {
	padding: 5px;
	max-height: 627px;
	overflow: auto;
	background: #fff;
	border: 1px solid #e1e1e1;
}
.impact-box-main:nth-child(1) .impact-box {
	background: #1d3d95;
}
.impact-box-main:nth-child(2) .impact-box {
	background: #41c264;
}
.impact-box-main:nth-child(3) .impact-box {
	background: #a0c23e;
}
.impact-box-main:nth-child(4) .impact-box {
	background: #5486c4;
}
.impact-box .impact-data h3 {
	color: #ffffff;
}
#news-block img{
	height: 240px!important;
	width: 100%!important;
	//box-shadow: 0 0 6px black;
}
#n-block{
	margin-left: 13px!important;
	padding: 50px 0px;
}
#n-block .col-md-6{
	padding-right: 8px!important;
	padding-left: 8px!important;
}
#n-block .col-md-12{
	padding-right: 8px!important;
	padding-left: 8px!important;
}
#pic-t{
	position: absolute;
	bottom: 13px;
	right: 35px;
	padding: 0 0 0 5px;
	color: white;
	border-left: 5px solid #bbda62;
	background-image: linear-gradient(
		45deg
		, #484848bf, transparent);
	font-size: 20px;
	font-weight: 600;
	width: 90%;
	transition: .5s;
}
#pic-t:hover{
	background-image: linear-gradient(
		45deg
		, transparent, transparent);
	border-left: 5px solid #1562af;
}
#n-block .owl-item active{
	width: 488px!important;
}
#rt-arrow{
	position: absolute;
	font-size: 40px;
	top: 45%;
	right: 6px;
	color: white;
}
#lt-arrow{
	position: absolute;
	font-size: 40px;
	top: 45%;
	left: 6px;
	color: white;
}
#contact-box{
	margin-top: 50px;
	margin-bottom: 50px;
}
#contact-box .address-box{
	border-left: 5px solid #bbda62;
	transition: .5s;
}
#contact-box .address-box:hover {
	border-left: 5px solid #1562af!important;
	box-shadow: 0 0 14px lightgrey;
}
#contact-box .address-box .add-title{
	font-weight: 700;
	color: darkgrey;
	font-size: 18px;
	margin-bottom: 12px;
}

/* CONTACT US PAGE */
#title-batch{
	display: flex;
	align-items: center;
	top: -10px;
}
#news-board{
	background-image: linear-gradient( 
		180deg
		, #bbbbbb, transparent);
	margin: 0 auto;
	margin: 0 auto;
	padding: 22px 60px;
}
#news-board img{
	max-width: 100%;
	max-height: 158px;
	min-width: 100%;
	min-height: 158px;
}
#news-board h6{
	font-size: 18px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	padding-left: 4px;
	color: #d42525;
	transition: .5s;
	margin: auto;
}
#news-board .col-md-3{
	padding: 10px 10px!important;
	transition: 0.5s;
	border-bottom: 5px solid transparent!important;
}
#news-board .col-md-3:hover {
	background: #e8e8e8;
	border-bottom: 5px solid #1562af!important;
}
#news-board .col-md-1{
	padding: 0!important;
}
#news-board h5{
	color: white;
	position: absolute;
	margin-top: -35px;
	font-size: 17px;
	font-weight: 600;
	padding-left: 5px;
	background-image: linear-gradient(
		45deg
		, #00000080, transparent);
	width: 90%;
}
#news-board p{
	margin-top: 10px;
	line-height: 20px;
	font-weight: 600;
}
/* publication */
#feed-board{
	margin: 0 auto;
	margin: 0 auto;
	padding: 22px 60px;
}
#pg-title{
	width: 100%;
	text-align: center;
	padding: 0 0 50px 0;
}
#pg-title h1{
	font-size: 50px!important;
	color: #bbda62;
}
#feed-board .feed-image-box img {
	min-height: 275px;
	max-height: 275px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#feed-board .feed-image-box{
	background: lightgrey;
	padding: 10px;
}
#feed-board .col-md-4 {
	padding: 10px 30px;
}
#feed-board .feed-content {
	margin-top: 10px;
}
#feed-board .feed-disc {
	margin-top: 10px;
}
#feed-board .feed-title h6{
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#feed-board .feed-disc p{
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
#feed-board .feed-title{
	min-height: 51px;
	max-height: 51px;
}
#feed-board .feed-container {
	padding: 8px;
	transition: .5s;
}
#feed-board .feed-container:hover {
	background: white;
	box-shadow: 0 0 15px grey;
}
/* new single page design */
#single-feed-container .wp-block-group {
	position: absolute;
	margin-top: -270px;
	margin-left: 377px;
}
#single-feed-container .wp-block-group .wp-block-file{
	margin-bottom: 10px;
}
#single-feed-container .wp-block-group .wp-block-file a{
	background: grey;
	padding: 6px 20px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	transition: .3s;	
}
#single-feed-container .wp-block-group .wp-block-file a:hover {
	box-shadow: 1px 1px 10px #595757;
	border-radius: 5px;
	background: tomato;
}
#single-feed-container .single-title h4{
	color: #828282!important;
	font-weight: 700!important;
}
#single-feed-container .single-title p {
	color: #41c264;
	font-weight: 600;
	font-size: 20px;
}
#single-feed-container .feed-content{
	padding: 30px 0;
	text-align: justify;
}
#single-feed-container .col-md-12.row{
	padding: 50px;
}
#single-feed-container .col-md-12.row .col-md-8{
	padding: 20px;
}
#single-feed-container .col-md-4{
	padding-left: 0;
	padding-right: 0;
}
.breadcumb-area{
	display: none;
}
#single-feed-container{
	margin: 0 auto;
}
#single-feed-container .single-feed-img img{
	float: right;
	height: auto;
	width: 100%;
	box-shadow: 2px 2px 8px;
}