/*
 Theme Name:     Building Markets
 Theme URI:      https://buildingmarkets.org/
 Description:    Building Markets 
 Author:         Building Markets
 Author URI:     https://buildingmarkets.org/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/*@import url('fonts/stylesheet.css');*/
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: #f4f4f4;
	color: #202027;
	font-size: 16px;
	line-height: 1.2;
	overflow-x: hidden!important;
	-webkit-overflow-x:hidden!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ul,
ol,
dl,
dd,
th,
td,
pre,
button {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 30px;
	}
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 33px;	
	line-height: 1.15;
	font-weight: 500;
	color: #202027;
}
h3{
	color: #4398ad;
	font-family: ‘Quattrocento’, serif;
	font-size: 27px;
	line-height: 1.2;
	margin-bottom: 10px;
}
h4 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #333;
}

@media screen and (max-width: 1279px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 27px;
	}
	h3 {
		font-size: 24px;
	}
	h4{
		font-size: 20px;
	}
}

@media screen and (max-width: 1023px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 23px;
	}
	h4{
		font-size: 19px;
	}
}

@media only screen and (max-width: 767px) {
	h4 {
		font-size: 20px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4{
		font-size: 18px;
	}
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
	margin-bottom: 0;
}

.text-center {
	text-align: center;
}

.paddingtopbottom {
	padding: 100px 0;
}

.pt-0 {
	padding-top: 0!important;
}

.pb-0 {
	padding-bottom: 0;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.d-flex {
	display: flex;
	display: -ms-flexbox;
}

.flex-wrap {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}
.bgWhite{
	background-color: #fff;
}

.read-more {
	font-size: 16px;
	display: inline-block;
	color: #202027;
	position: relative;
	padding-right: 35px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.read-more:after {
	background-image: url(./images/readmore-icon.png) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 17px;
	width: 17px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.read-more:hover:after {
	right: -10px;
}

.btn {
	font-size: 14px;
	line-height: 1.2;
	color: #f58220;
	border: 1px solid #f58220;
	padding: 13px 40px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.btn.orangebgbtn,
.btn:hover {
	color: #fff;
	background-color: #f58220;
}

.btn.orangebgbtn:hover,
.btn.orangebgbtn:focus {
	background-color: transparent;
	color: #f58220;
	outline: 0;
	border-color: #f58220;
}

.btn.lightbluebtn {
	border-color: #6abec3;
	color: #6abec3;
}

.btn.lightbluebtn:hover {
	background-color: #6abec3;
	color: #fff;
}

.btn.fillbtn {
	background-color: #f4f4f4;
}

.btn.fillbtn:hover {
	background-color: #f58220;
}

.fill-orange-btn {
	background-color: #f58220;
	color: #fff;
}

.fill-orange-btn:hover {
	background-color: transparent;
	color: #f58220;
}

.fill-lightblue-btn {
	background-color: #6abec3;
	color: #fff;
	border-color: #6abec3;
}

.fill-lightblue-btn:hover {
	background-color: transparent;
	color: #6abec3;
}

.imgzoom {
	overflow: hidden;
}

.imgzoom img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.imgzoom:hover img {
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.ptb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

p {
	margin-bottom: 20px;
	line-height: 1.5;	
	font-weight: 400;
}

p:last-child,
p:not(.has-background):last-of-type {
	margin-bottom: 0;
}

.entry-title.main_title {
	font-family: 'Quattrocento', serif;
}

h4.entry-title.main_title {
	font-family: 'Open Sans', sans-serif;
}

h1.page-title,
h1.page-title strong,
h1#page-title strong {
	font-family: 'Quattrocento', serif;
}

.page-template-template-listing-page h1.page-title{
	font-family: 'Open Sans', sans-serif;
}

h1.page-title strong,
h1#page-title strong {
	font-weight: normal;
}

.top-main-title {
	background-color: #3a85a5;
	padding: 40px 0 35px;
	position: relative;
}
.top-main-title .container {
	max-width: 1600px;
}

.top-main-title h1 {
	color: #fff;
	line-height: 1.15;
 	font-weight: 400;
	margin-bottom: 0!important;
	font-family: 'Quattrocento', serif;
}

#page-container {
	padding-top: 65px!important;
}

.mb50 {
	margin-bottom: 50px;
}

.text-orange {
	color: #f58220;
}
small.text-orange {
	font-size: .6em;
}

@media only screen and (max-width: 1279px) {
	#page-container {
		padding-top: 58px!important;
	}
}

@media only screen and (max-width: 767px) {
	.top-main-title .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ptb80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* Background Color */
.bg-light{
	background-color: #ffffff;
}
.pt-60{
	padding-top: 60px;
}

@media only screen and (max-width: 767px) {
	.pt-60{
		padding-top: 40px;
	}
}

/* Header */

.container {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 0 30px;
}

#main-header {
	border-top: 5px solid #fe8400;
	z-index: 9999;
}

.et_header_style_left .logo_container {
	position: static;
	height: auto;
	width: auto;
	float: left;
	margin-top: 15px;
}

.et_header_style_left #et-top-navigation {
	padding-left: 60px!important;
}

#main-header .et_menu_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main-header .nav li a {
	font-size: 14px;
	color: #3a4d62;
	padding-bottom: 30px;
}

#main-header .nav li {
	padding-left: 35px;
	padding-right: 0px;
}

#main-header .nav li.current_page_item a,
#main-header .nav li a:hover {
	color: #fe8400;
	background-color: transparent;
}

#main-header .rightsidemenuSec {
	display: flex;
}

#main-header .rightsidemenuSec nav .menu {
	display: flex;
}

#main-header .rightsidemenuSec #et_top_search {
	margin-right: 20px;
}

#main-header .rightsidemenuSec #et_top_search #et_search_icon:before {
	transform: rotate(-90deg) !important;
}

.nav li ul {
	border-top-color: #fe8400;
}

#main-header .et-search-form input {
	background-color: #4398ad;
	height: 45px;
	padding: 0 20px;
	width: 100%;
	right: 0;
	font-size: 30px;
}

#main-header .et_search_outer {
	right: 0px;
	padding-right: 0;
}

#main-header .et_search_outer .container {
	width: 100%;
	background-color: #fff;
	max-width: 100%;
}

span.et_close_search_field {
	height: 35px;
	right: 15px;
}



/* Banner */

.hero_banner {
	padding-top: 90px;
	padding-bottom: 120px;
	position: relative;
}

.hero_banner:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -140px;
	width: 0;
	height: 0;
	border-top: 580px solid transparent;
	border-right: 540px solid rgba(81, 180, 186, 0.2);
	border-bottom: 140px solid transparent;
}

.hero_banner .contentSec {
	max-width: 640px;
	padding-left: 60px;
}

.hero_banner .contentSec h1 {
	font-size: 102px;
	line-height: 1em;
	color: #fff;
	font-weight: 500;
	padding-bottom: 25px;
}

.hero_banner .contentSec p {
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	padding-bottom: 40px;
}

.hero_banner .contentSec .btn:hover {
	border-color: #fff;
	color: #fff;
}


/* Banner Bottom Section */

.hero_bottomSec .container {
	max-width: 1190px;
}

.hero_bottomSec li {
	width: 33.33%;
	text-align: center;
}

.hero_bottomSec li .content {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.hero_bottomSec li .content:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 4px;
	width: 125px;
	background-color: #51b4ba;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.hero_bottomSec li p {
	font-size: 24px;
	line-height: 1.2;
	color: #202027;
}

.our_missiontitleSec .container {
	max-width: 1190px;
}

.our_missiontitleSec h2 {
	line-height: 1.4;
	text-align: center;
}


/* Map Section */

.impactMapSec {
	padding-bottom: 100px;
}

.impactMapSec .container {
	max-width: 1390px;
}

.impactMapSec .mapimageSec .imp-wrap {
	max-width: 100% !important;
}

.impactMapSec .bottomtextSec {
	border-top: 8px solid #00b6bd;
	padding: 60px 80px;
	text-align: center;
	background-color: #fff;
	margin-top: -150px;
}

.impactMapSec .bottomtextSec h2{
	margin-bottom: 20px;
}
.impactMapSec .bottomtextSec h3 small{
	padding-top: 20px;
	display: inline-block;
}

.impactMapSec .bottomtextSec p {
	color: #2a2a31;
	font-size: 27px;
	line-height: 1.5;
	font-family: 'Quattrocento', serif;
}

.country_listSec {
	margin-top: -160px;
	display: none;
}

.country_listSec .impact_outer {
	padding: 0 70px;
	align-items: flex-start;
}

.impactMapSec .imp-wrap .imp-shape {
	animation: imp-shape 2s ease-out infinite;
	background: rgba(255, 255, 255, 0.2)!important;
}

@keyframes imp-shape {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.5, 1.5);
	}
	100% {
		transform: scale(1, 1);
	}
}

.impact_outer .leftSec {
	width: 45%;
	padding-right: 242px;
	margin-top: 60px;
}

.impact_outer .leftSec .image {
	text-align: center;
	background-image: url(./images/plus-gp.png);
	background-position: left top;
}

.impact_outer .leftSec .image img {
	position: relative;
	top: 40px;
}

.impact_outer .leftSec p {
	color: #202027;
	font-size: 18px;
	line-height: 1.7;
	font-style: italic;
	padding-bottom: 40px;
}

.impact_outer .leftSec h5 {
	font-size: 13px;
	line-height: 1.2;
	color: #51b4ba;
}

.impact_outer .leftSec .testimonialSec {
	padding-left: 25px;
	padding-right: 30px;
	border-left: 3px solid #6abec3;
	padding-bottom: 10px;
	position: relative;
	margin-top: 65px;
}

.impact_outer .leftSec .testimonialSec:before {
	position: absolute;
	left: -45px;
	top: 5px;
	content: "";
	background-image: url(./images/quote-icon.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}

.impact_outer .rightSec {
	width: 55%;
	background-color: #fff;
	border-left: 5px solid #fe8400;
	padding: 35px 80px 30px 80px;
	text-align: center;
	position: relative;
}

.impact_outer .rightSec h3 strong{
	font-family: ‘Quattrocento’, serif;
}

.impact_outer .rightSec li {
	width: 50%;
	margin-top: 50px;
	list-style: none;
}

.impact_outer .rightSec li span {
	color: #202027;
	font-size: 36px;
	line-height: 1.2;
	padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.impact_outer .rightSec li p {
	color: #202027;
	font-size: 18px;
	line-height: 1.2;
}

.impact_outer .rightSec .btnSec {
	margin-top: 40px;
}

.circleCountryNameSec {
	/* position: absolute;
	left: 0;
	top: 0; */
	background-image: url(./images/turkey-image.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 154px 154px;
	border-radius: 100%;
	min-height: 154px;
	min-width: 154px;
	order: 1;
	/* display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 85px;
	margin-top: -77px; */
}

.circleCountryNameSec p {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}


/* Building Markets’ Section */

.connect-building-markets {
	/* padding: 350px 0; */
	overflow: hidden;
	background-color: #ffffff;
}

.connect-building-markets .container {
	max-width: 1260px;
	align-items: flex-start;
}

.connect-building-markets .leftCol {
	width: 53%;
	padding-right: 60px;
}

.connect-building-markets .leftCol .btn {
	padding: 13px 70px;
	margin-top: 40px;
}

.connect-building-markets .video {
	width: 47%;
	line-height: 0;
}

.maintitle p {
	font-size: 20px;
	line-height: 1.5;
	color: #202027;
	margin-bottom: 0;
}

.btmbdr h2 {
	padding-bottom: 35px;
	margin-bottom: 35px;
	position: relative;
}

.btmbdr h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 124px;
	background-color: #51b4ba;
	content: "";
}

.video {
	position: relative;
}

.video:after {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 0;
	height: 0;
	border-right: 4000px solid transparent;
	border-bottom: 373px solid rgba(81, 180, 186, 0.2);
	content: "";
}

.video:before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 400px solid rgba(81, 180, 186, 0.2);
	border-left: 5000px solid transparent;
	content: "";
}


/* @-moz-document url-prefix() {
    .video:before{
        bottom: -114px;
    }
} */

@media only screen and (max-width: 2560px) {
	.video::before {
		border-top-width: 300px;
		border-left-width: 1500px;
	}
	.video::after {
		border-right-width: 680px;
		border-bottom-width: 372px;
	}
}


/* Work With Us */

.work_withus {
	padding-top: 150px;
}

.work_withus .container {
	max-width: 1260px;
}

.work_withus .maintitle h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.work_withus .maintitle h2 strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.work_withus .topSec {
	background-color: #202027;
	padding-top: 110px;
	padding-bottom: 450px;
}

.work_withus .bottomSec {
	margin-top: -310px;
}

.work_withus .work_details {
	padding: 0 80px;
	position: relative;
}

.work_details li {
	width: 50%;
	padding: 0 75px;
	margin-bottom: 100px;
	position: relative;
}

.home .work_details li .image figure::before {
	display: none;
}

.work_details li:nth-child(odd):before {
	width: 255px;
	height: 240px;
	background-image: url(./images/plus-icon-blue.png);
	background-position: top center;
	background-repeat: repeat;
	position: absolute;
	left: 13px;
	top: -43px;
	content: "";
}

.work_details h2 {
	color: #202027;
	line-height: 1.2;
	margin-bottom: 10px;
}

.work_details p {
	line-height: 1.7;
}

.work_details .read-more {
	margin-top: 20px;
}

.work_details .image {
	position: relative;
	line-height: 0;
}

.work_details .image .hover-text {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 0 45px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.work_details .image .hover-text:before {
	background: rgb(58, 77, 98);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(58, 77, 98, 1) 50%, rgba(123, 196, 202, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(58, 77, 98, 1) 50%, rgba(123, 196, 202, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(58, 77, 98, 1) 50%, rgba(123, 196, 202, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a4d62', endColorstr='#7bc4ca', GradientType=0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.7;
	content: "";
}

.work_details .image:hover .hover-text {
	opacity: 1;
	visibility: visible;
}

.work_details .image .hover-text p {
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	position: relative;
}

.work_details .infobox {
	margin-top: 30px;
}

@media only screen and (max-width: 1279px) {
	.work_withus .work_details {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 1023px) {
	.work_withus .work_details {
		padding: 0 30px;
	}
}


/* Our Donor */

.image_col_row .container {
	max-width: 1360px;
}

.image_col_row .image {
	width: 36%;
}

.image_col_row .contentBox {
	width: 64%;
	padding-left: 130px;
}

.image_col_row .contentBox h2 {
	margin-bottom: 30px;
}

.image_col_row .contentBox h3 {
	margin-bottom: 45px;
}

.image_col_row .contentBox p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 45px;
}

.image_col_row .contentBox p:last-child {
	margin-bottom: 0;
}


/* Our Partner */

.our-partners.paddingtopbottom {
	padding-top: 170px;
	padding-bottom: 170px;
}

.smtitle h2 {
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.partner-title h3 {
	line-height: 1.4;
	margin-top: 20px;
}

.partner-title h2 {
	font-family: 'Open Sans', sans-serif;
}

.partner-slider {
	padding: 40px 0 0!important;
}

.partner-slider .owl-stage {
	display: flex;
	align-items: center;
}

.partner-slider li img {
	width: auto;
}


/* Footer */

footer .widgettitle {
	color: #51b4ba;
	font-size: 14px!important;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 0;
}

footer .footermenuSec .widget_nav_menu li a {
	color: #fff!important;
	font-size: 14px;
}

footer .footermenuSec .widget_nav_menu li a:hover,
footer .footermenuSec .widget_nav_menu li.current-menu-item a {
	color: #f58220!important;
}

footer .lastcol,
.post-type-archive-tenders #et-main-area footer.et-l--footer .custom-footer-Sec .et_pb_column.lastcol {
	width: 30% !important;
	float: right;
}

footer .lastcol .et_pb_newsletter_form form .input {
	border-radius: 0 !important;
	background-color: transparent !important;
	color: #51b4ba!important;
	font-size: 16px;
	line-height: 1.2;
	border-bottom: 1px solid #51b4ba;
}

footer .lastcol .et_pb_newsletter_form form .et_pb_newsletter_field {
	padding-bottom: 0;
	margin-bottom: 0;
}

footer .lastcol .et_pb_newsletter_form form .et_pb_newsletter_fields {
	position: relative;
}

footer .lastcol .et_pb_newsletter_form form .et_pb_newsletter_button_wrap {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
}

.newsletter-form-wrap .gform_wrapper input[type="text"] {
	background-color: transparent !important;
	color: #51b4ba;
	font-size: 16px !important;
	line-height: 1.2;
	border: 0;
	border-bottom: 1px solid #51b4ba;
	padding: 0 15px !important;
	height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
#input_4_2{
	padding-right: 40px !important;
}

.newsletter-form-wrap form {
	position: relative;
}

.newsletter-form-wrap .gform_wrapper .gform_footer {
	height: 45px;
	width: 45px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.newsletter-form-wrap .gform_wrapper .gform_footer .gform_button {
	margin-bottom: 0;
	cursor: pointer;
	background-color: transparent;
	font-size: 0;
	border: 0;
	height: 45px;
	width: 45px;
	background-image: url(./images/readmore-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	padding: 0 20px;
}

.newsletter-form-wrap .gform_wrapper .gfield_error input[type="text"] {
	border: 1px solid #c02b0a;
}

.newsletter-form-wrap .gform_wrapper .gfield_error .validation_message {
	display: none;
}

footer .lastcol .et_pb_newsletter_form form .et_pb_newsletter_button_wrap .et_pb_button,
.post-type-archive-tenders footer .lastcol .et_pb_newsletter_form form .et_pb_newsletter_button_wrap .et_pb_button {
	border: 0!important;
	font-size: 0!important;
	height: 100%!important;
	width: 100%!important;
	background-color: transparent!important;
}

body #page-container footer .et_pb_section .et_pb_signup_0_tb_footer.et_pb_subscribe .et_pb_newsletter_button.et_pb_button::before,
body.post-type-archive-tenders.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_signup_0_tb_footer.et_pb_subscribe .et_pb_newsletter_button.et_pb_button::before {
	font-size: 25px !important;
	right: 10px!important;
	top: 24px;
}

footer .et_pb_social_media_follow_0_tb_footer li a.icon,
.post-type-archive-tenders.et-db #et-boc .et-l .et_pb_social_media_follow_0_tb_footer li a.icon {
	height: 40px;
	width: 40px;
}

footer .et_pb_social_media_follow_0_tb_footer li a.icon::before,
.post-type-archive-tenders.et-db #et-boc .et-l .et_pb_social_media_follow_0_tb_footer li a.icon:before {
	font-size: 20px;
	height: 40px;
	width: 40px;
}

footer .lastcol .et_pb_social_media_follow {
	margin-top: 15px;
}

footer .et_pb_social_media_follow_0_tb_footer li a.icon:hover:before {
	color: #f58220;
}

footer .copyRightSec p {
	padding-top: 2px;
}

.utilityMenuSec {
	padding-right: 0;
}

.utilityMenuSec div#nav_menu-7 {
	width: 100%;
	margin: 0!important;
}

.utilityMenuSec ul {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.utilityMenuSec ul li {
	margin: 0;
}

.utilityMenuSec ul li a {
	color: #fefefe!important;
	font-size: 12px;
	padding-left: 16px;
	line-height: 15px!important;
	position: relative;
}

.utilityMenuSec ul li a:hover {
	color: #f58220!important;
}

.utilityMenuSec ul li a:after {
	content: "";
	position: absolute;
	right: -8px;
	top: 3px;
	height: 10px;
	width: 1px;
	display: inline-block;
	background: #fefefe;
}

.utilityMenuSec ul li:last-child a:after {
	display: none;
}


/* Custom Style */


/* Banner Section */

.countrydetailpage .banner:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
}

.banner {
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .bannertextSec {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0 85px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	align-items: center;
	z-index: 2;
}
.single-country .countrydetailpage .banner .bannertextSec{
	background-color: rgba(51,51,51,0.6);
	padding: 40px 85px;
}
.bannertopImageSec {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.banner .bannertextSec .TitleSec {
	width: 50%;
	position: relative;
}

.banner .bannertextSec .TitleSec h1 {
	font-size: 85px;
	line-height: 1;
	color: #ffffff;
	height: auto;
	display: flex;
	align-items: flex-end;
	padding-left: 30px;
	/* padding-bottom: 25px; */
	position: relative;
	font-family: Quattrocento;
	font-weight: 400;
	/* background-image: url(./images/plus-sign.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain; */
}

/* .banner .bannertextSec .TitleSec::before {
	position: absolute;
	content: "";
	width: calc(100% + 80px);
	height: calc(100% - 25px);
	background-color: #fff;
	bottom: 0;
	left: -85px;
} */

.circleCountryNameSec {
	/* left: 132px;
	top: -32px; */
	z-index: 9;
}

.impact_outer .circleCountryNameSec {
	left: 0;
	top: 20px;
}

.banner .bannertextSec .bbtext {
	/* padding-left: 180px; */
	padding-right: 180px;
	padding-bottom: 0px;
	width: 100%;
	max-width: 400px;
}

.banner .bannertextSec .bbtext h5 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.banner .bannertextSec .bbtext h1 {
    font-size: 72px;
    color: #fff;
    font-family: 'Quattrocento', serif;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.banner .bannertextSec .bbtext h1::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 260px;
	height: 3px;
	background-color: #f58222;
}
.banner .bannertextSec .bbtext p {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.75px;
	margin-bottom: 5px;
}

.banner .bannertextSec .bbtext p span {	
	position: relative;
}

/* .banner .bannertextSec .bbtext p span::before, */
.banner .bannertextSec .bbtext p span::after {
	position: absolute;
	content: "";
	width: 520px;
	height: 1px;
	left: 0;
	bottom: -7px;
	background-color: #fff;
}

/* .banner .bannertextSec .bbtext p span::after {
	bottom: -5px;
} */

.banner .bannertextSec .bbtext p a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
	display: inline-block;
}

.banner .bannertextSec .bbtext p a:hover {
	opacity: 0.8;
}


/* Intro Section */

.introSec {
	background-color: #51b4ba;
	margin-top: -5px;
}

.introSec .container {
	max-width: 1370px;
}

.introSec h6 {
	font-size: 14px;
	color: #202027;
	padding-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 0;
}

.introSec p,
.introSec ul li {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.7;
	color: #202027;
}

.introSec p:not(:last-child),
.introSec ul li:not(:last-child) {
	margin-bottom: 25px;
}

.introSec p strong {
	font-weight: 600;
}

.introSec p a,
.introSec ul li a {
	color: #fe8400;
	text-decoration: underline;
}


/* Impact Status Section */

.impact_statsSec .container {
	max-width: 1220px;
}

.impact_statsSec h2 {
	line-height: 1.7;
	color: #2a2a31;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 0;
}

.impact_statsSec h2 strong {
	font-weight: 600;
}

.impact_statsSec ul {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
	justify-content: center;
}

.impact_statsSec ul li {
	text-align: center;
	padding: 0 30px;
}

.impact_statsSec ul li span {
	font-size: 60px;
	font-weight: 600;
	color: #202027;
	position: relative;
	display: inline-block;
}

.impact_statsSec ul li p {
	font-size: 18px;
	font-weight: 400;
	color: #202027;
	position: relative;
	padding-top: 20px;
	margin-top: 25px;
}

.impact_statsSec ul li p::before {
	position: absolute;
	content: "";
	height: 5px;
	width: 100px;
	background-color: #fe8400;
	left: 50%;
	margin-left: -50px;
	top: 0;
}


/* FAQ Section */

.faqsSec {
	padding-bottom: 180px;
	display: flex;
	width: 100%;
}
.single-country .faqsSec .container {
  display: flex;
  max-width: 90%;
  align-items: center;
}
.faqsSec .leftsec {
	width: 35%;
	padding-right: 100px;
}
.single-country .faqsSec .leftsec {
  padding-right: 40px;
  position: relative;
}
.single-country .faqsSec .leftsec::before {
    position: absolute;
    left: -60px;
    top: -60px;
    content: "";
    z-index: -1;
	background-image: url(./images/plusIcon-orange.png);
    height: 70%;
    width: 54%;
}
.faqsSec .leftsec img {
	width: 100%;
}

.faqsSec .rightsec {
	width: 65%;
	max-width: 785px;
}

.faqsSec .rightsec h2 {
	padding-bottom: 60px;
	margin-bottom: 0;
}

.faqslistSec {
	padding-left: 55px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #bcd2dc;
}

.faqslistSec:last-child {
	border-bottom: 1px solid transparent;
}

.faqslistSec .accordion {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

.faqslistSec .accordion::before {
	position: absolute;
	content: "+";
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	left: -40px;
	top: -6px;
	color: #f58220;
}

.faqslistSec .accordion.active::before {
	content: "-";
	color: #42d4c2;
}

.faqslistSec .panel {
	display: none;
	max-width: 625px;
	margin: 0 auto;
	padding-top: 15px;
	line-height: 1.7;
	font-weight: 400;
}

.faqslistSec .panel strong {
	font-weight: 600;
}
.faqslistSec li.tender-distribution {
    padding: 0;
}

/* Cta Section */

.ctaSec {
	padding-top: 170px;
	padding-bottom: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ctaSec .container {
	max-width: 980px;
	text-align: center;
}

.ctaSec h2 {
	line-height: 1.2;
	color: #fff;
	padding-bottom: 50px;
}

.ctaSec .btn.orangebgbtn {
	padding: 13px 65px;
}


/* Our Report Section */

.our-reports-section {
	margin-top: 100px;
	position: relative;
	padding-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.our-reports-section::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #51b4ba;
	z-index: -1;
}

.our-reports-section .top-title {
	width: 100%;
	max-width: 1220px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}

.our-reports-section .top-title::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 115px;
	width: 100%;
	height: 1px;
	background-color: #4398ad;
}

.our-reports-section .top-title h2 {
	margin-bottom: 0;
}

.our-reports-section .top-title .read-more-btn {
	display: inline-block;
}

.countrydetailsreportsec .top-title .read-more-btn {
	font-family: 'Open Sans', sans-serif;
}

.report-left-col-container,
.report-right-col-container {
	width: 50%;
	display: flex;
}

.report-left-col-container {
	justify-content: flex-end;
}

.report-right-col-container {
	justify-content: flex-start;
}

.our-reports-section .left-col {
	max-width: 680px;
	width: 100%;
}

.our-reports-section .left-col {
	padding-right: 200px;
	padding-bottom: 50px;
	padding-top: 50px;
	padding-left: 75px;
}

.our-reports-section .right-col {
	width: 100%;
	padding-top: 10px;
}

.our-reports-section .left-col figure {
	position: relative;
	margin-bottom: 40px;
	line-height: 0;
}

.our-reports-section .left-col figure img {
	width: 100%;
}
.our-reports-section .left-col figure img:hover {
  opacity: 0.9;
}

.our-reports-section .left-col .report-description {
	text-align: center;
	padding: 0 50px;
}

.our-reports-section .left-col .report-description small,
.our-report-list .report-list-description small {
	font-size: 10px;
	line-height: 1.2;
	color: #202027;
	font-weight: 700;
	padding-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.our-reports-section .left-col .report-description h2,
.our-report-list .report-list-description h2 {
	padding-bottom: 10px;
}
.our-report-list .report-list-description h3 a, .our-reports-section .left-col .report-description h3 a{
	font-family: 'Quattrocento', serif;
}
.our-reports-section .left-col .report-description h3 a{
 color: #202027;
}

.our-reports-section .left-col .report-description h2 a,
.our-report-list .report-list-description h2 a {
	color: #202027;
	text-decoration: none;
}

.our-reports-section .left-col .report-description h2 a:hover,
.our-report-list .report-list-description h2 a:hover {
	color: #f58220;
}

.our-reports-section.home-reports-section .right-col .our-report-list h2 {
	margin-bottom: 0;
}

.our-reports-section.home-reports-section .left-col .report-description {
	padding: 0 40px;
}
.our-reports-section .left-col .report-description h3 a{
	color: #202027;
	font-family: ‘Quattrocento’, serif;
}

.report-list-description h6,
.report-description h6 {
	color: #202027;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

.our-report-list {
	width: 100%;
	position: relative;
}

.our-report-list .inner-report-list {
	max-width: 680px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 80px;
}

.our-report-list::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #84b1c5;
}

.our-report-list:last-child:after {
	background-color: transparent;
}

.our-report-list figure {
	margin-right: 20px;
	width: 174px;
	position: relative;
	line-height: 0;
}

.our-report-list .report-list-description {
	width: calc(100% - 174px);
}

.our-report-list figure:hover::before {
	position: absolute;
	top: 15px;
	left: -27px;
	content: "";
	z-index: -1;
	height: calc(100% - 30px);
	width: 70px;
	background-image: url('./images/first-list-bg.png');
}

.our-reports-section .left-col figure:hover::before {
	position: absolute;
	top: 25px;
    left: -46px;
	content: "";
	z-index: -1;
/* 	height: calc(100% - 50px);
	width: 70px; */
	background-image: url('./images/first-list-bg.png');
/* 	background-image:url(./images/plus-icon.png); */
	background-size: 180px;
    background-repeat: no-repeat;
	height: 190px;
    width: 195px;
}

.report_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.nomoredata h2 {
	text-align: center;
}

.our-report-list figure img {
	width: 100%;
}

.our-report-list figure img:hover {
	opacity:.9;
}

.mobile-view {
	display: none;
}


/* Our Donors */

.our-donors.sec-reverse {
	padding-top: 180px;
	padding-bottom: 130px;
}

.our-donors.sec-reverse .container {
	max-width: 1320px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.our-donors .image.bg-dot {
	position: relative;
}

.our-donors .image.bg-dot::before {
	position: absolute;
	right: -60px;
	top: -60px;
	content: url(./images/plus-sign-bg-image.png);
	z-index: -1;
}

.our-donors.sec-reverse .image img {
	width: 100%;
}

.our-donors.sec-reverse .contentBox {
	padding-right: 160px;
	padding-left: 0;
}

.our-donor .contentBox p {
	line-height: 1.7;
}


/*----------------------------------
        Our Report Page
----------------------------------*/

.our_reportSec {
	padding: 0 0 50px 0;
}

.our_reportSec .container {
	max-width: 1300px;
}

.our_reportSec .entrytext {
	padding-bottom: 20px;
}

.our_reportSec .entrytext h1 {
	font-size: 36px;
	font-weight: 600;
	color: #202027;
	padding-bottom: 30px;
}

.our_reportSec .entrytext p {
	font-size: 18px;
	font-weight: 400;
	color: #202027;
}

.our_reportSec .top-main-title {
	margin-bottom: 50px;
}

.our_reportSec .top-main-title .container {
	max-width: 1600px;
}

.atozlinkSec .az-letters {
	border-bottom: 1px solid #84b1c5;
	padding: 0 15px 15px;
	margin-bottom: 15px;
}

.atozlinkSec .az-letters .az-links {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.atozlinkSec .az-letters .az-links li {
	padding: 0 10px;
	margin-bottom: 10px;
}

.atozlinkSec .az-letters .az-links li:not(:last-child) {
	border-right: 1px solid #bcd2dc;
}
ul.reportslist li:not(:last-child) {
    margin-bottom: 10px;
}

.atozlinkSec .az-letters .az-links li a,
.atozlinkSec .az-letters .az-links li a span,
.atozlinkSec .az-letters .az-links li span {
	color: #202027;
	font-size: 18px;
	font-weight: 600;
}

.atozlinkSec .az-letters .az-links li.has-posts a,
.atozlinkSec .az-letters .az-links li.has-posts a span {
	color: #51b4ba;
}

#az-slider .letter-section {
	padding-bottom: 30px;
}

#az-slider .letter-section .letter-title span {
	color: #202027;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
}

#az-slider .letter-section h3 {
	padding-bottom: 10px;
}

#az-slider .letter-section .reportslist li:not(:last-child) {
	padding-bottom: 10px;
}

#az-slider .letter-section .reportslist a {
	color: #f58220;
	font-size: 16px;
	font-weight: 400;
}

#az-slider .letter-section .reportslist a:hover {
	text-decoration: underline;
}


/*==================================================
            Responsive
==================================================*/


/* Media CSS */

@media only screen and (max-width: 1600px) {
	.hero_banner .contentSec {
		max-width: 540px;
	}
	.hero_banner .contentSec h1 {
		font-size: 80px;
	}
	.hero_banner .contentSec p {
		font-size: 20px;
	}
	.our-reports-section .left-col {
		padding-right: 200px;
	}
	.work_withus {
	  padding-top: 0;
	}

}

@media screen and (max-width: 1439px) {
	.introSec .container,
	.impact_statsSec .container,
	.our-reports-section .top-title,
	.our-donors.sec-reverse .container {
		max-width: 90%;
	}
	.faqsSec .leftsec {
		padding-right: 75px;
	}
	.faqsSec .rightsec {
		max-width: 675px;
	}
	.our-reports-section .left-col {
		max-width: 575px;
	}
	.our-reports-section .left-col {
		padding-right: 100px;
		padding-left: 0;
	}
	.our-report-list .inner-report-list {
		max-width: 575px;
		padding-right: 0;
	}
	.banner .bannertextSec .bbtext {
		padding-right: 110px;
	}
}

@media screen and (max-width: 1279px) {
	.paddingtopbottom {
		padding: 60px 0;
	}
	.banner .bannertextSec {
		padding: 0px 50px;
	}
	.single-country .countrydetailpage .banner .bannertextSec{
		padding: 30px 50px;
	}
	/* .banner .bannertextSec .TitleSec::before {
		width: calc(100% + 50px);
		left: -55px;
	}
	.circleCountryNameSec {
		left: 100px;
		top: -40px;
	} */
	.banner .bannertextSec .TitleSec h1 {
		font-size: 56px;
		/* width: auto;
		height: 140px;
		padding-left: 30px;
		padding-bottom: 20px; */
	}
	.banner .bannertextSec .bbtext {
		padding-right: 0;
	}
	.banner .bannertextSec .bbtext h5 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.banner .bannertextSec .bbtext p {
		font-size: 18px;
	}	
	.banner .bannertextSec .bbtext p span::before,
	.banner .bannertextSec .bbtext p span::after {
		width: 318px;
	}
	.introSec h6 {
		font-size: 13px;
	}
	.introSec p,
	.introSec ul li {
		font-size: 24px;
	}
	.introSec p:not(:last-child),
	.introSec ul li:not(:last-child) {
		margin-bottom: 20px;
	}
	.our-reports-section .left-col .report-description {
		padding: 0 70px;
	}
	.countrydetailsreportsec .left-col .report-description {
		padding: 0 30px;
	}
	.impact_statsSec h2 {
		padding-bottom: 20px;
	}
	.impact_statsSec ul {
		padding: 40px 0 0;
	}
	.impact_statsSec ul li span {
		font-size: 50px;
	}
	.impact_statsSec ul li p {
		padding-top: 15px;
		margin-top: 20px;
	}
	.faqsSec .leftsec {
		padding-right: 50px;
	}
	.single-country .faqsSec .leftsec::before {
		top: -48px;
        left: -48px;
		height: 61%;
        width: 56%;
		background-size: 25px;
	}
	.faqsSec .rightsec {
		max-width: 555px;
	}
	.faqsSec .rightsec h2 {
		padding-bottom: 30px;
		line-height: 1.3;
	}
	.faqslistSec {
		padding-left: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.faqslistSec .accordion {
		font-size: 22px;
	}
	.faqslistSec .accordion::before {
		left: -35px;
	}
	.faqslistSec .panel {
		max-width: 90%;
		font-size: 13px;
	}
	.ctaSec {
		padding-top: 150px;
		padding-bottom: 100px;
	}
	.ctaSec .container {
		max-width: 750px;
	}
	.ctaSec h2 {
		padding-bottom: 40px;
	}
	.our-reports-section {
		margin-top: 0;
		padding-top: 40px;
		padding-bottom: 0px;
	}
	.our-reports-section .top-title {
		padding-bottom: 25px;
	}
	.our-reports-section .top-title::after {
		top: 90px;
	}
	.our-reports-section .left-col {
		padding-bottom: 50px;
		padding-top: 40px;
		padding-right: 50px;
		max-width: 455px;
	}
	.our-reports-section .left-col figure {
		margin-bottom: 20px;
	}
	.our-reports-section .right-col {
		padding-top: 0;
	}
	.our-report-list .inner-report-list {
		max-width: 455px;
		padding-left: 50px;
	}
	.our-report-list figure {
		min-width: 120px;
		margin-right: 15px;
	}
	.our-report-list figure::before {
		/*top: 5px;
		left: -35px;*/
		content: "";
		/*background-image: url(./images/first-list-bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 80%;
		width: 85px;*/
	}
	.our-reports-section .left-col .report-description h2,
	.our-report-list .report-list-description h2 {
		padding-bottom: 0px;
	}
	.our-reports-section .left-col .report-description h2 {
		padding-bottom: 10px;
	}
	.our-donors.sec-reverse {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.our-donors.sec-reverse .contentBox {
		padding-right: 60px;
		padding-left: 0;
	}
	.our-donors .image.bg-dot::before {
		top: -30px;
		right: -35px;
		content: "";
		background-image: url(./images/plus-sign-bg-image.png);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 153px 185px;
		width: 153px;
		height: 185px;
	}
	.our-donors.sec-reverse .contentBox h2 {
		margin-bottom: 20px;
	}
	.our-donors.sec-reverse .contentBox p {
		margin-bottom: 30px;
	}
	.work_details .image .hover-text {
		padding: 0 20px;
	}
	.work_details .image .hover-text p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1023px) {
	.bannertopImageSec {
		height: 490px !important;
	}
	.banner .bannertextSec {
		padding: 0px 30px;
	}
	.single-country .countrydetailpage .banner .bannertextSec{
		padding: 25px 30px;
	}
	.circleCountryNameSec {
		background-size: 100px 100px;
		border-radius: 100%;
		min-height: 100px;
		min-width: 100px;
	}
	.banner .bannertextSec .TitleSec::before {
		width: calc(100% + 30px);
		left: -35px;
	}
	.banner .bannertextSec .TitleSec h1 {
		font-size: 48px;
		/* width: 200px;
		height: 110px;
		padding-bottom: 20px; */
	}
	.banner .bannertextSec .bbtext h5 {
		font-size: 12px;
		margin-bottom: 5px;
		letter-spacing: 1px;
	}
	.banner .bannertextSec .bbtext p {
		font-size: 16px;
		letter-spacing: 0;
		margin-bottom: 0;
	}	
	.banner .bannertextSec .bbtext p a {
		font-size: 12px;
	}
	.banner .bannertextSec .bbtext {
		padding-bottom: 0px;
	}
	.banner .bannertextSec .bbtext p span::before,
	.banner .bannertextSec .bbtext p span::after {
		width: 265px;
	}
	.introSec p,
	.introSec ul li {
		font-size: 20px;
	}
	.impact_statsSec h2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.impact_statsSec ul {
		padding: 20px 0 0;
	}
	.impact_statsSec ul li span {
		font-size: 30px;
	}
	.impact_statsSec ul li p {
		padding-top: 12px;
		margin-top: 15px;
		font-size: 16px;
	}
	.faqsSec .leftsec {
		padding-right: 30px;
	}
	.faqsSec .rightsec {
		max-width: 420px;
	}
	.faqslistSec {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.faqslistSec .accordion {
		font-size: 18px;
	}
	.ctaSec {
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.ctaSec .container {
		max-width: 650px;
	}
	.ctaSec h2 {
		padding-bottom: 30px;
	}
	.our-reports-section {
		padding-top: 30px;
	}
	.our-reports-section .top-title {
		padding-bottom: 20px;
	}
	.our-reports-section .top-title::after {
		top: 75px;
	}
	.our-reports-section .left-col {
		padding-bottom: 40px;
		padding-top: 30px;
		padding-right: 30px;
		max-width: 354px;
	}
	.our-report-list .report-list-description {
		width: calc(100% - 120px);
	}
	.our-reports-section.home-reports-section .left-col .report-description {
		padding: 0 15px;
	}
	.our-report-list .inner-report-list {
		max-width: 354px;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.our-report-list figure {
		min-width: 100px;
	}
	.our-report-list figure::before {
		left: -25px;
	}
	.our-reports-section .left-col .report-description small,
	.our-report-list .report-list-description small {
		padding-bottom: 5px;
	}
	.our-donors.sec-reverse {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.utilityMenuSec ul {
		justify-content: center;
	}
	.copyRightSec .et_pb_column.et_pb_column_1_2.et_pb_column_5_tb_footer.et_pb_css_mix_blend_mode_passthrough {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {
	.banner img {
		height: 600px;
		object-fit: cover;
	}
	.banner .bannertextSec {
		padding: 0 15px;
		flex-wrap: wrap;
	}
	.single-country .countrydetailpage .banner .bannertextSec{
		padding: 15px;
	}
	/* .banner .bannertextSec .bbtext {
		width: 50%;
		padding-bottom: 10px;
		text-align: right;
		padding-left: 0;
	} */
	.banner .bannertextSec .bbtext h5 {
		font-size: 10px;
		margin-bottom: 5px;
		letter-spacing: 2px;
		line-height: 1.7;
	}
	.banner .bannertextSec .bbtext p span::before,
	.banner .bannertextSec .bbtext p span::after {
		display: none;
	}
	.banner .bannertextSec .bbtext p a {
		font-size: 12px;
		border-top: 1px solid #fff;
		padding-top: 10px;
		margin-top: 10px;
	}
	.banner .bannertextSec .TitleSec {
		width: 33%;
		text-align: left;
	}
	.banner .bannertextSec .TitleSec h1 {
		font-size: 44px;
		padding-left: 15px;
	}
	.circleCountryNameSec {
		background-size: contain;
		height: 60px;
		width: 60px;
	}
	.introSec .container,
	.impact_statsSec .container,
	.our-reports-section .top-title,
	.our-donors.sec-reverse .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.our-reports-section .left-col .report-description {
		padding: 0 15px;
	}
	.our-reports-section.home-reports-section .left-col .report-description {
		padding: 0 20px;
	}
	.introSec h6 {
		font-size: 12px;
		padding-bottom: 40px;
	}
	.introSec p,
	.introSec ul li {
		font-size: 18px;
	}
	.introSec p:not(:last-child),
	.introSec ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.impact_statsSec h2 {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		padding-top: 10px;
	}
	.impact_statsSec ul {
		flex-direction: column;
	}
	.impact_statsSec ul li {
		padding: 0;
	}
	.impact_statsSec ul li:not(:last-child) {
		margin-bottom: 50px;
	}
	.impact_statsSec ul li span {
		font-size: 40px;
	}
	.impact_statsSec ul li .amtwrap {
		justify-content: center;
	}
	.impact_statsSec ul li p br {
		display: none;
	}
	.impact_statsSec ul li,
	.impact_statsSec ul li:nth-child(3) {
		width: 100%;
	}
	.contentBox .mcenter {
		text-align: center;
	}
	.faqsSec {
		padding-top: 25px;
		padding-bottom: 80px;
		flex-direction: column;
	}
	.single-country .faqsSec .container {
		max-width: 100%;
		flex-direction: column;
		padding: 0 20px;
	}
	.faqsSec .leftsec {
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.faqsSec .leftsec {
		padding-bottom: 80px;
	}
	.single-country .faqsSec .leftsec {
		padding: 0 20px;
		position: relative;
		width: 100%;
	}
	.faqsSec .rightsec {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.faqsSec .rightsec h2 {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.faqslistSec {
		padding-top: 25px;
		padding-bottom: 20px;
		padding-left: 55px;
		padding-right: 20px;
	}
	.faqslistSec .panel {
		max-width: 100%;
		font-size: 14px;
	}
	.ctaSec {
		padding-top: 160px;
		padding-bottom: 60px;
	}
	.ctaSec .container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.ctaSec h2 {
		padding-bottom: 30px;
		line-height: 1.5;
	}
	.our-reports-section {
		margin-top: 0;
		padding-top: 50px;
		background-color: #51b4ba;
	}
	.our-reports-section .top-title .read-more-btn {
		display: none;
	}
	.our-reports-section .top-title {
		justify-content: center;
	}
	.our-reports-section .top-title::after {
		display: none;
	}
	.our-reports-section::before {
		display: none;
	}
	.report-left-col-container {
		justify-content: center;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.our-reports-section .left-col {
		padding-right: 25px;
		max-width: 100%;
		padding-left: 25px;
		padding-bottom: 50px;
	}
	.our-report-list .report-list-description {
		width: 100%;
	}
	.report-right-col-container {
		justify-content: center;
		width: 100%;
		background-color: #f4f4f4;
		padding-top: 20px;
		flex-direction: column;
		padding-bottom: 70px;
	}
	.our-report-list .inner-report-list {
		max-width: 100%;
		padding-left: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 20px;
	}
	.our-report-list figure {
		display: none;
	}
	.our-reports-section .left-col .report-description small,
	.our-report-list .report-list-description small {
		padding-bottom: 15px;
	}
	.our-report-list:last-child:after {
		background-color: #84b1c5;
	}
	.our-donors.sec-reverse {
		padding-top: 120px;
	}
	.mobile-view {
		display: block;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.our-donors.sec-reverse .container {
		flex-direction: column;
	}
	.our-donors .image.bg-dot {
		width: 100%;
		padding: 0 25px;
	}
	.our-donors .image.bg-dot::before {
		top: -33px;
		right: -10px;
		background-size: 160px 200px;
		width: 160px;
		height: 200px;
	}
	.our-donors.sec-reverse .contentBox {
		width: 100%;
		padding-right: 0;
		padding-top: 30px;
	}
	.our-donors.sec-reverse .contentBox h2 {
		text-align: center;
	}
	.our-donors.sec-reverse .contentBox p {
		font-size: 14px;
		line-height: 2;
		margin-top: 15px;
	}
	.impactMapSec {
		padding-bottom: 0;
		background-color: #fff;
	}
	.mobile-center {
		text-align: center;
	}
	footer .et_pb_row .et_pb_column {
		padding-bottom: 15px;
	}
	#main-header .nav li a {
		padding-bottom: 0;
	}
}

@media screen and (max-width:499px) {
	.banner .bannertextSec{
		flex-direction: row;
	}
	.circleCountryNameSec{
		order: unset;
	}
	.single-country .countrydetailpage .banner .bannertextSec .bbtext{
		width: 60%;
	}
	.banner .bannertextSec .bbtext {
		width: 100%;
	}
	.banner .bannertextSec .TitleSec {
		width: 100%;
		text-align: center;
	}
	.banner .bannertextSec .TitleSec h1 {
		padding: 15px 0 0;
		justify-content: center;
	}
}

/* Contact Us Page */

.flag-heading h5 img {
	margin-right: 10px;
}

.main-heading h2 {
	color: #61b1f5;
}

.contact-divider:before {
	border-top-color: #ccc;
}


/*  */


/*----------------------------------
    Eco Hotels - listing Page
----------------------------------*/

.bannergallerySec .rfsSec {
	display: block;
	text-align: right;
	padding: 60px 50px 30px;
	display: flex;
	justify-content: space-between;
}
.bannergallerySec.ownerbottonSec .rfsSec{
	padding: 30px 50px 30px 0;
}

.bannergallerySec .rfsSec .single-action-buttons {
	display: flex;
	align-items: center;
}

.bannergallerySec .rfsSec .single-action-buttons .action {
	display: flex;
	align-items: center;
	margin-left: 45px;
}

.bannergallerySec .rfsSec .single-action-buttons .action__icon {
	color: #52b4ba;
	margin-right: 15px;
	font-size: 15px;
	width: 15px;
	height: 15px;
}

.bannergallerySec .rfsSec .single-action-buttons .action__text {
	display: none;
	color: #3a4d62;
}

.bannergallerySec .rfsSec .single-action-buttons .action__text--mobile {
	color: #3a4d62;
	font-size: 14px;
	font-weight: 400;
}

.bannergallerySec .rfsSec .single-action-buttons .action--favorite {
	margin-bottom: 0;
}

.bannergallerySec .rfsSec .single-action-buttons .action--share .sd-title {
	display: none;
}

.bannergallerySec .rfsSec .single-action-buttons .action--share {
	position: relative;
}

.bannergallerySec .rfsSec .single-action-buttons .action--share .tooltip-trigger {
	display: flex;
	align-items: center;
}

.bannergallerySec .rfsSec .single-action-buttons .action--share .sd-social, .action--share .sd-social.joblistdetailsocialshare {
	display: none;
	position: absolute;
	right: 0;
	top: -60px;
	background-color: #ffffff;
	padding: 10px;
	width: 180px;
}

.bannergallerySec .rfsSec .single-action-buttons .action--share.active .sd-social, .action--share.active .sd-social.joblistdetailsocialshare {
	display: block;
}

.bannergallerySec .rfsSec .single-action-buttons .action--share .sd-social ul li {
	margin: 0 3px;
}

.bannergallerySec .rfsSec .single-action-buttons .action--share .sd-social ul li a:hover {
	opacity: 0.9;
}

.bannergallerySec .rfsSec ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 560px;
}

.bannergallerySec .rfsSec ul li {
	display: inline-block;
	/*background-image: url("./images/review-icon.png");
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: left center;*/
	/* padding-left: 80px; 
	margin-left: 45px;*/
}
/*
.bannergallerySec .rfsSec ul li:nth-child(2) {
	background-image: url("./images/favorate-icon.png");
}

.bannergallerySec .rfsSec ul li:nth-child(3) {
	background-image: url("./images/share-icon.png");
}*/

.bannergallerySec .rfsSec ul li a {
	font-size: 18px;
	line-height: 1.2;
	color: #3a4d62;
	font-weight: 400;
	display: inline-block;	
}


/* image Gallery */

.bannergallerySec .imageSec {
	display: block;
	padding: 0 0;
}
ul.ecohotels_banner_slider {
    line-height: 0;
}

/* .bannergallerySec .imageSec ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.bannergallerySec .imageSec ul li {
	flex-shrink: 0;
    display: flex;
    width: 20%;
    padding: 0 3px;
} */

ul.ecohotels_banner_slider li {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.entry-featured-carousel ul.ecohotels_banner_slider li img {
	height: 450px;
	width: auto;
}

.ecohotels_banner_slider .owl-stage-outer {
	overflow: hidden;
}
.gallery-arrow.gallery-arrow-next, .gallery-arrow.gallery-arrow-prev{
	text-indent: -99999px;
}
.ecohotels_banner_slider .owl-nav .owl-next, .gallery-arrow.gallery-arrow-next {
	right: 20px;
	background-image: url(./images/readmore-icon-orange.png)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 17px!important;
	transform: rotate(0);
}

.ecohotels_banner_slider .owl-nav .owl-prev, .gallery-arrow.gallery-arrow-prev {
	left: 20px;
	background-image: url(./images/readmore-icon-orange.png)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 17px!important;
	transform: rotate(180deg);
}

.ecohotels_banner_slider .owl-nav button {
	height: 40px !important;
	width: 40px !important;
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: #fff!important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.ecohotels_banner_slider .owl-nav button span {
	font-size: 0;
}

.ecohotels_banner_slider .owl-nav button.disabled {
	opacity: 0;
	pointer-events: none;
}

.ecohotels_banner_slider .owl-nav {
	position: absolute;
	right: 15px;
	left: 15px;
	top: 50%;
	margin-top: -20px;
}

.entry-featured-carousel {
	position: relative;
}

@media only screen and (max-width: 1600px) {
	.entry-featured-carousel ul.ecohotels_banner_slider li img {
		height: 350px;
	}
}

@media only screen and (max-width: 1279px) {
	.ecohotels_banner_slider .owl-nav {
		left: 15px;
		right: 15px;
	}
	.entry-featured-carousel ul.ecohotels_banner_slider li img {
		height: 350px;
	}
}

@media only screen and (max-width: 1023px) {
	.ecohotels_banner_slider .owl-nav button {
		height: 30px !important;
		width: 30px !important;
	}
	.ecohotels_banner_slider .owl-nav .owl-next,
	.ecohotels_banner_slider .owl-nav .owl-prev {
		background-size: 12px !important;
	}
	.entry-featured-carousel ul.ecohotels_banner_slider li img {
		height: 250px;
	}
}


/* Title Section */

.jobdetailpage .titleSec {
	padding: 45px 0 115px;
	background-color: #f4f4f4;
	/* float: left;
    width: 100%; */
}

.jobdetailpage .titleSec .container {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	/* padding: 0 80px; */
}

.jobdetailpage .titleSec .leftsec {
	/* float: left; */
	padding-left: 0;
	width: 50%;
}

.jobdetailpage .titleSec .rightsec {
	/* float: right; */
	padding-right: 0;
	width: 50%;
}

.jobdetailpage .titleSec .leftsec h1 {
	font-size: 50px;
	font-family: 'Quattrocento';
	padding-bottom: 15px;
}

.jobdetailpage .titleSec .leftsec p {
	font-size: 24px;
}

.jobdetailpage .titleSec .rightsec ul {
	list-style: none;
	/* display: flex;
	justify-content: flex-end;
	align-items: center; */
}

.jobdetailpage .titleSec .rightsec ul li {
	display: inline-block;
	/* margin-left: 35px; */
	font-size: 18px;
	line-height: 1.2;
	color: #202027;
	display: inline-block;
}

.jobdetailpage .titleSec .rightsec ul li .claim-verified {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: relative;
	padding-top: 5px;
    height: 40px;
}

.jobdetailpage .titleSec .rightsec ul li .claim-verified::before {
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
	content: "";
	background: url("./images/octagon-check-icon.png") no-repeat;
	height: 40px;
	width: 40px;
	background-size: contain;
	position: relative;
	top: -4px;
}

.jobdetailpage .titleSec .rightsec ul li.verifiedListing {
	color: #f48222;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.jobdetailpage .titleSec .rightsec ul li.claimedListing{
	color: #00b6bd;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.jobdetailpage .titleSec .rightsec ul li.claimedListing svg {
	margin-right: 15px;
}

.jobdetailpage .ownerDetailSec {
	background-color: #51b4ba;
	padding: 60px 0 60px;
}

.jobdetailpage .ownerDetailSec .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.ownerDetailSec .rightSec .listing-tagline {
    width: calc(100% - 175px);
    padding-left: 70px;
    text-align: left;
	padding-right: 30px;
}
.ownerDetailSec .owner-photo-cropper {
	text-align: center;
}

.ownerDetailSec .owner-photo-cropper figure {
	height: 175px;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	width: 175px;
	display: inline-block;
	background-repeat: no-repeat;
}

.ownerDetailSec .owner-photo-cropper img.owner-photo {
	border-radius: 100%;
	max-width: 175px;
	width: 100%;
	height: 175px;
}

.ownerDetailSec .rightSec .listing-tagline .listing-name {
	font-size: 24px;
	padding: 0 0 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

.ownerDetailSec .rightSec .listing-tagline p {
	font-size: 23px;
    line-height: 1.4;
}

.ownerDetailSec .shortbio {
	padding: 0;
	width: 275px;
}

.ownerDetailSec .rightSec {
	width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.ownerDetailSec .shortbio .job_description {
	font-size: 24px;
	line-height: 1.8;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 20px 0;
}

.reviewshareIconSec li{
   list-style: none;
   padding: 0;
   margin: 0;
}
.reviewshareIconSec li.reviewicon{
    background: url(images/reviewIcon.png) no-repeat left center;
	padding-left: 60px;
    background-size: 35px;
    padding-top: 3px;
	margin: 0 0 15px;
}
.reviewshareIconSec li.favoriteicon{
	background: url(images/favoriteicon.png) no-repeat left center;
	padding-left: 60px;
    background-size: 35px;
	margin: 0 0 15px;
}
.reviewshareIconSec li.shareicon{
	background: url(images/shareicon.png) no-repeat left center;
	padding-left: 60px;
    background-size: 35px;
    margin-bottom: 0;
	margin: 0 0 15px;
}
.reviewshareIconSec li a {
    color: #fff;
    font-size: 27px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}


/* Accordian Section */

.jobdetailpage .accordionDetailSec {
	padding: 36px 0;
}

.accordionDetailSec .container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.accordionDetailSec .leftside {
	padding: 0 200px 0 0;
	width: calc(100% - 275px);
}

.accordionDetailSec .rightsec {
	max-width: 275px;
	width: 100%;
	padding-left: 10px;
}

.accordionDetailSec .accordionlist {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #bcd2dc;
}

.accordionDetailSec .accordionlist:last-child {
	border-bottom: 0;
}

.accordionDetailSec .accordionlist .accordion {
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.accordionDetailSec .accordionlist .accordion::after {
	position: absolute;
	content: "+";
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	right: 0;
	top: -5px;
	color: #51b4ba;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.accordionDetailSec .accordionlist .accordion.active::after {
	content: "-";
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.accordionDetailSec .accordionlist .panel {
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 30px;
	display: none;
}

.accordionDetailSec .accordionlist .panel .box_wrap {
	/* padding: 0 50px; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

.accordionDetailSec .accordionlist label {
	font-size: 16px;
	width: 30%;
	padding-right: 10px;
	display: block;
}

.accordionDetailSec .accordionlist .ansSec {
	font-size: 15px;
	line-height: 1.2;
	padding: 20px 20px;
	background-color: #c3e1e2;
	border-radius: 0;
	width: 70%;
	display: block;
}

.accordionDetailSec .rightsec .listing-map-container {
	margin-bottom: 30px;
	display: flex;
	border: 1px solid #bcd2dc;
}

.accordionDetailSec .rightsec .listing-map-container .listing-map {
	max-width: 100%;
	margin: 0 auto;
}

.accordionDetailSec .rightsec p {
	font-size: 18px;
	margin-bottom: 15px;
	color: #202027;
}

.accordionDetailSec .rightsec p a {
	font-size: 18px;
	margin-bottom: 15px;
	color: #202027;
}

.accordionDetailSec .rightsec p a:hover {
	color: #fe8400;
	text-decoration: underline;
}

.accordionDetailSec .rightsec .bottomSec h6 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.accordionDetailSec .rightsec .bottomSec {
	padding-top: 85px;
}

.accordionDetailSec .accordionlist .videoGallery {
	padding-left: 0!important;
	padding-right: 0!important;
	display: flex;
	flex-wrap: wrap;
}

.accordionDetailSec .accordionlist .videoGallery a {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
	display: block;
	line-height: 0;
}

.review_qouteSec {
	padding-top: 40px;
	padding-bottom: 90px;
	border-top: 1px solid #bcd2dc;
}

.review_qouteSec .comment-respond .must-log-in {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 25px;
	position: relative;
}

.review_qouteSec .comment-respond .must-log-in:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 3px;
	width: 90px;
	background-color: #51b4ba;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.comments-area {
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #bcd2dc;
}

.comments-area .comment-respond {
	text-align: center;
}

.comments-area .comment-reply-title {
	padding-bottom: 0;
    margin-bottom: 20px;
}

.comments-area .must-log-in {
	font-size: 22px;
	line-height: 1.25;
}


/* Favorites Popup (Register and Login) */

.lwa-modal {
	padding: 24px 25px 20px;
}
p.introtopSec {
    text-align: center;
    margin-bottom: 15px!important;
    display: inline-block;
}

.lwa-modal .lwa-modal-close {
	top: 10px;
	right: 10px;
	color: #51b4ba;
	font-weight: 400;
}

.lwa-modal .lwa-form {
	/*display: flex;*/
	flex-direction: column;
}

.lwa-modal .lwa-form p {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.lwa-modal .lwa-form label {
	font-size: 14px;
	color: #202027;
	margin-bottom: 10px;
}

.lwa-modal .lwa-form input[type="text"],
.lwa-modal .lwa-form .input {
	font-size: 14px;
	padding: 15px 20px;
	border-radius: 3px;
	border: 1px solid #bcd2dc;
}

.lwa-modal .lwa-form .lwa-meta.grid {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.lwa-modal .lwa-form .lwa-meta.grid .w50 {
	width: 50%;
	max-width: 50%;
}

.lwa-modal .lwa-form .remember-me-checkbox {
	margin-right: 8px;
}

.lwa-modal .lwa-form .lwa-meta.grid a {
	font-size: 14px;
}

.lwa-modal .lwa-form .lost-password {
	text-align: right;
}

.lwa-modal .lwa-form button {
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	border: 1px solid #f58220;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.lwa-modal .lwa-form button:hover {
	color: #f58220;
	background-color: transparent;
}

.lwa-modal .lwa-form .lwa-bottom-text {
	flex-direction: row;
	justify-content: center;
}

.lwa-modal .lwa-form .lwa-bottom-text a {
	margin-left: 10px;
	display: inline-block;
	font-size: 14px;
}

.lwa-form button[type="submit"] {
	background-color: #f58220;
}

.single-job_listing .job-manager-form.action--favorite.action.wp-job-manager-bookmarks-form.lwa {
	margin: 0;
	border: 0;
}
.action__text--mobile {
    display: none!important;
}
.reviewshareIconSec li.favoriteicon a.action {
    padding: 0;
}
.reviewshareIconSec li.favoriteicon a.bookmark-notice::before{
	display: none;
}
.reviewshareIconSec li.favoriteicon .action__icon, .reviewshareIconSec li.favoriteicon a.action .action__text--mobile {
    display: none;
}
.reviewshareIconSec li.favoriteicon .wp-job-manager-bookmarks-form{
	border: 0;
	margin: 0;
}
.reviewshareIconSec li.favoriteicon a.action .action__text{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
#add_comment_rating_wrap label {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
    display: block;
}
#add_comment_rating_wrap #add_post_rating {
    display: none;
}
#comments #commentform {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
#comments #commentform .review-title-form {
    margin-top: 30px;
}
#comments #commentform .review-title-form #pixrating_title {
    width: 100%;
}
#comments #commentform .logged-in-as {
    font-size: 20px;
}
#comments #commentform .form-submit {
    text-align: center;
    padding-top: 15px;
}
#comments #commentform #submit{
	background-color: #f58220;
    padding: 15px 40px;
    border-radius: 30px;
    border: 1px solid #f58220;
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    margin: 0 !important;
    cursor: pointer;
}
#comments #commentform #submit:hover{
   color: #f58220;
   background-color:transparent;
}

/* Media CSS */

@media only screen and (max-width: 1600px) {
	.accordionDetailSec .accordionlist .panel {
		padding-left: 20px;
	}
}

@media screen and (max-width: 1365px) {
	.accordionDetailSec .leftside {
		padding-right: 60px;
	}
	.ownerDetailSec .shortbio {
		padding-right: 60px;
	}
}

@media screen and (max-width: 1199px) {
	.bannergallerySec .rfsSec {
		padding: 60px 0 30px;
	}
	.bannergallerySec .imageSec {
		padding: 0 0;
	}
	.jobdetailpage .titleSec .leftsec {
		padding-left: 0;
		width: 45%;
	}
	.jobdetailpage .titleSec .rightsec {
		padding-right: 0;
		width: 55%;
	}
	.jobdetailpage .ownerDetailSec .container {
		padding: 0 30px;
	}
	.ownerDetailSec .shortbio {
		padding: 0 45px 0 0;
	}
	
	.accordionDetailSec .leftside {
		padding: 0 45px 0 0;
	}
	.jobdetailpage .titleSec .rightsec ul li {
		margin-left: 20px;
		font-size: 16px;
	}
	.jobdetailpage .titleSec .leftsec h1 {
		font-size: 40px;
		padding-bottom: 10px;
	}
	.jobdetailpage .titleSec .leftsec p {
		font-size: 20px;
	}
	.jobdetailpage .titleSec .rightsec ul li .claim-verified::before {
		height: 35px;
		width: 35px;
		background-size: 35px;
	}
	.jobdetailpage .titleSec {
		padding: 45px 0 60px;
	}
	.ownerDetailSec .shortbio .job_description {
		font-size: 20px;
		padding: 0 0;
	}
	.ownerDetailSec .rightSec .listing-tagline {
		width: calc(100% - 175px);
		padding-left: 30px;
		text-align: left;
		padding-right: 20px;
	}
	.reviewshareIconSec li a{
		font-size: 22px;
	}
	.reviewshareIconSec li.reviewicon{
		padding-left: 60px;
		background-size: 30px;
	}
	.reviewshareIconSec li.favoriteicon{
		padding-left: 60px;
		background-size: 30px;
	}
	.reviewshareIconSec li.shareicon{
        padding-left: 60px;
        background-size: 30px;
	}
	.jobdetailpage .accordionDetailSec {
		padding: 80px 0;
	}
	.accordionDetailSec .rightsec .bottomSec {
		padding-top: 40px;
		border-bottom: 1px solid #bcd2dc;
		padding-bottom: 60px;
	}
	.accordionDetailSec .rightsec p,
	.accordionDetailSec .rightsec p a {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.ownerDetailSec .owner-photo-cropper .listing-map {
	height: 175px;
	width: 175px;
	display: flex;
	border-radius: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	.accordionDetailSec .rightsec p br {
		display: none;
	}
	.bannergallerySec .rfsSec {
		padding: 20px 0 15px;
		text-align: center;
	}
	.bannergallerySec .rfsSec ul {
		justify-content: center;
	}
	.bannergallerySec .rfsSec ul li {
		margin: 0 15px;
	}
	.bannergallerySec .rfsSec ul li a {
		padding-left: 25px;
		font-size: 12px
	}
	.jobdetailpage .titleSec .rightsec ul li .claim-verified::before {
		/* background-size: 20px;
		height: 20px;
		width: 20px; */
		background-size: 30px;
		height: 30px;
		width: 30px;
	}
	.jobdetailpage .titleSec .container {
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
		align-content: center;
		padding: 0 0;
	}
	.jobdetailpage .titleSec {
		padding: 15px 0 15px;
		text-align: center;
	}
	.jobdetailpage .titleSec .leftsec {
		text-align: center;
		padding: 20px 10px 0;
	}
	.jobdetailpage .titleSec .leftsec h1 {
		font-size: 36px;
	}
	.jobdetailpage .titleSec .rightsec ul li {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
	}

	.jobdetailpage .titleSec .rightsec ul li .claim-verified::before {
		margin-right: 5px;
	}
	.ownerDetailSec .shortbio .job_description {
		font-size: 18px;
		text-align: center;
		overflow: hidden;
	}
	.jobdetailpage .ownerDetailSec {
		padding: 30px 0;
	}
	.jobdetailpage .ownerDetailSec .container {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	.reviewshareIconSec ul {
		display: flex;
		align-items: center;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.ownerDetailSec .shortbio {
		width: 100%;
		padding: 0;
		background-color: #51b4ba;
		padding: 0;
		position: relative;
	}
	.jobdetailpage .titleSec .leftsec p {
		font-size: 14px;
	}
	.ownerDetailSec .rightSec {
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
		padding: 0 20px;
		text-align: center;
		background-color: transparent;
	}
	.ownerDetailSec .owner-photo-cropper {
		margin-top: 0;
	}
	.ownerDetailSec .rightSec .listing-tagline .listing-name {
		font-size: 22px;
	}
	.ownerDetailSec .rightSec .listing-tagline p {
		font-size: 21px;
		line-height: 1.4;
	}
	.jobdetailpage .accordionDetailSec {
		padding: 40px 0 0;
		margin-top: 0;
	}
	.reviewshareIconSec li a{
		font-size: 20px;
	}
	.reviewshareIconSec li.reviewicon {
		padding-left: 40px;
		background-size: 26px;
		margin: 0 15px;
	}
	.reviewshareIconSec li.favoriteicon {
		padding-left: 40px;
		background-size: 26px;
		margin: 0 15px;
	}
	.reviewshareIconSec li.shareicon {
		padding-left: 40px;
		background-size: 26px;
		margin: 0 15px;
	}
	.sharedaddy.sd-sharing-enabled{
		bottom: 28px;
	}
	div.sharedaddy .sd-social.sd-social-icon ul li {
		padding: 0;
	}
	.accordionDetailSec .rightsec .listing-map-container .listing-map{
		width: 100%;
	}
	.jobdetailpage .accordionDetailSec .container {
		flex-direction: column-reverse;
		padding: 0;
	}
	.accordionDetailSec .rightsec {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.accordionDetailSec .accordionlist .panel .box_wrap {
		display: block;
	}
	.accordionDetailSec .accordionlist label {
		font-size: 12px;
		width: 100%;
		padding-right: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 5px;
	}
	.accordionDetailSec .accordionlist .ansSec {
		font-size: 15px;
		width: 100%;
		padding: 15px 15px;
		text-align: center;
	}
	.accordionDetailSec .leftside {
		padding: 0;
		width: 100%;
	}
	.accordionDetailSec .accordionlist {
		padding: 30px 15px 30px 15px;
	}
	.accordionDetailSec .accordionlist .panel {
		padding: 20px 0 0;
	}
	.comments-area .comment-reply-title {
		font-size: 26px;
	}
	#comments #commentform .logged-in-as {
		font-size: 19px;
	}
	#comments #commentform #submit{
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.bannergallerySec .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bannergallerySec .rfsSec ul li {
		margin: 0 5px;
	}
	.bannergallerySec .rfsSec ul li a {
		font-size: 12px;
	}
	.jobdetailpage .titleSec .rightsec ul li {
		font-size: 10px;
		margin-right: 0;
	}
	.jobdetailpage .titleSec .leftsec h1 {
		font-size: 32px;
		line-height: 1.2;
	}
	.reviewshareIconSec li a {
		font-size: 16px;
	}
	.reviewshareIconSec li.reviewicon {
		padding-left: 30px;
		background-size: 20px;
		margin: 0 6px;
	}
	.reviewshareIconSec li.favoriteicon {
		padding-left: 30px;
		background-size: 19px;
		margin: 0 6px;
	}
	.reviewshareIconSec li.shareicon {
		padding-left: 30px;
		background-size: 20px;
		margin: 0 6px;
	}
	.ownerDetailSec .rightSec{
		padding: 0;
		flex-direction: column;
	}
	.ownerDetailSec .rightSec .listing-tagline {
		width: 100%;
		padding-left: 30px;
		text-align: center;
		padding-right: 20px;
		margin-top: 10px;
	}
	.jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing::before{
		height: 30px;
		width: 30px;
		padding: 5px 4px !important;
	}
	.ownerDetailSec .rightSec .listing-tagline p {
		font-size: 18px;
		line-height: 1.4;
	}
	.ownerDetailSec .rightSec .listing-tagline .listing-name {
		font-size: 20px;
	}
}

@media screen and (max-width: 479px) {
	.accordionDetailSec .accordionlist .videoGallery a {
		width: 100%;
	}
}


/* Review Section */


.blockquoteWrapper blockquote {
	font-size: 24px;
	line-height: 1.8;
	padding: 10px 20px;
	border-left: 2px solid #6abec3;
}

.blockquoteWrapper blockquote span.author_Detail {
	font-size: 13px;
	margin-top: 10px;
	display: block;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
	font-size: 32px !important;
	line-height: 1.5 !important;
	text-transform: none !important;
	color: #202027 !important;
}

li#mega-menu-80152-0-1 p a,
li#mega-menu-80152-0-2 p a {
	text-transform: uppercase;
	color: #202027;
	font-weight: 700;
	font-size: 20px;
}


/* Home page meadia css */

footer.et-l.et-l--footer .et_pb_section.et_pb_section_0_tb_footer {
	padding-left: 20px!important;
	padding-right: 20px!important;
}

.onlymobileview {
	display: none;
}

@media screen and (max-width: 1279px) {
	.hero_banner .contentSec {
		max-width: 500px;
	}
	.hero_banner .contentSec h1 {
		font-size: 60px;
	}
	.hero_banner .contentSec p {
		font-size: 18px;
	}
	.hero_bottomSec li .content {
		padding-top: 35px;
	}
	.hero_bottomSec li p {
		font-size: 20px;
	}
	.hero_banner::before {
		bottom: -70px;
		border-top-width: 350px;
		border-right-width: 350px;
		border-bottom-width: 70px;
	}
	.maintitle p {
		font-size: 20px;
		line-height: 1.5;
	}
	.connect-building-markets .leftCol .btn {
		margin-top: 30px;
	}
	.impactMapSec .bottomtextSec p {
		font-size: 24px;
	}
	.impactMapSec .bottomtextSec {
		padding: 60px 50px;
		margin-top: -100px;
	}
	.impact_outer .rightSec li span {
		font-size: 23px;
	}
	.impact_outer .rightSec li {
		width: 50%;
		margin-top: 35px;
	}
	.impact_outer .rightSec {
		padding: 35px 30px 30px 30px;
	}
	.impact_outer .rightSec li p {
		font-size: 16px;
	}
	.video::after {
		border-bottom-width: 299px;
	}
	.video::before {
		border-top-width: 273px;
		bottom: -177px;
	}
	.btn {
		padding: 13px 30px;
	}
	.impact_outer .leftSec {
		padding-right: 95px;
	}
	section.connect-building-markets.paddingtopbottom {
		padding-top: 100px;
	}
	.connect-building-markets .leftCol {
		width: 53%;
		padding-right: 60px;
	}
	.work_withus .bottomSec {
		margin-top: -230px;
	}
	.work_withus .topSec {
		padding-top: 65px;
		padding-bottom: 350px;
	}
	.work_withus {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	.image_col_row .contentBox h2 {
		margin-bottom: 15px;
	}
	.image_col_row .contentBox h3 {
		margin-bottom: 30px;
	}
	.image_col_row .contentBox p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.image_col_row .contentBox {
		width: 64%;
		padding-left: 80px;
	}
	.our-partners.paddingtopbottom {
		padding-top: 140px;
		padding-bottom: 100px;
	}
	.report-list-description h6 {
		margin-top: 9px;
	}
	.work_details li {
		padding: 0 35px;
	}
	.work_details li:nth-child(2n+1)::before {
		width: 210px;
		height: 200px;
		left: 0;
	}
}

@media screen and (max-width: 1023px) {
	.work_withus {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 996px) {
	#et-top-navigation .et_mobile_menu {
		border-top-color: #fe8400;
	}
	.hero_banner .contentSec h1 {
		font-size: 46px;
	}
	.hero_bottomSec li p {
		font-size: 18px;
	}
	.hero_bottomSec li p br {
		display: none;
	}
	.hero_bottomSec li .content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.impactMapSec .bottomtextSec {
		padding: 40px 50px;
	}
	.impactMapSec .bottomtextSec h2{
		margin-bottom: 15px;
	}	
	.impactMapSec .bottomtextSec p {
		font-size: 22px;
		line-height: 1.3;
	}
	.country_listSec .impact_outer {
		padding: 0;
	}
	.impact_outer .leftSec {
		padding-right: 42px;
		padding-left: 25px;
	}
	.impact_outer .rightSec .btnSec a.btn {
		padding: 13px 15px;
	}
	.connect-building-markets .leftCol {
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.connect-building-markets .video {
		width: 100%;
		text-align: center;
	}
	.connect-building-markets .video img {
		width: 100%;
		height: auto;
	}
	.video:before,
	.video:after {
		display: none;
	}
	section.connect-building-markets.paddingtopbottom {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.work_details li {
		padding: 0 15px;
	}
	.work_details li:nth-child(2n+1)::before {
		width: 170px;
		height: 160px;
		left: -6px;
		top: -40px;
	}
	.work_withus .bottomSec {
		margin-top: -160px;
	}
	.work_withus .topSec {
		padding-top: 65px;
		padding-bottom: 260px;
	}
	.partner-title h3 br {
		display: none;
	}
	.our-partners.paddingtopbottom {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	footer .lastcol,
	.post-type-archive-tenders #et-main-area footer.et-l--footer .custom-footer-Sec .et_pb_column.lastcol {
		width: 40% !important;
		float: right;
	}
	footer .footermenuSec .widget_nav_menu li a {
		color: #fff;
		font-size: 11px;
	}
	#main-header .et_menu_container {
		display: inline-block;
	}
	
	#main-header .et_header_style_left #logo {
		max-width: 75%;
	}
	.et_fixed_nav #main-header {
		position: fixed!important;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 6px;
	}
	.et_header_style_left .logo_container {
		margin-top: 15px;
	}
	#top-menu li.current-menu-ancestor>a,
	#top-menu li.current-menu-item>a,
	.mobile_menu_bar:after,
	.mobile_menu_bar:before {
		color: #fff;
		background: #f48222;
		border-radius: 100%;
		padding: 3px;
	}
}

@media screen and (max-width: 979px) {
	footer.et-l.et-l--footer .et_pb_column_0_tb_footer,
	.post-type-archive-tenders.et-db #et-boc .et-l .et_pb_column_0_tb_footer {
		width: 100% !important;
		text-align: center;
	}
	footer.et-l.et-l--footer .et_pb_column_1_tb_footer,
	footer.et-l.et-l--footer .et_pb_column_2_tb_footer,
	footer.et-l.et-l--footer .et_pb_column_3_tb_footer {
		width: 100% !important;
	}
	footer .et_pb_row .et_pb_column {
		padding-bottom: 15px;
	}
	footer .lastcol,
	.post-type-archive-tenders #et-main-area footer.et-l--footer .custom-footer-Sec .et_pb_column.lastcol {
		width: 100% !important;
	}
	footer.et-l.et-l--footer .et_pb_module.et_pb_image.et_pb_image_0_tb_footer,
	footer .lastcol .et_pb_social_media_follow {
		text-align: center !important;
	}
	.et-db #et-boc .et-l .custom-footer-Sec .et_pb_column_1_tb_footer,
	.et-db #et-boc .et-l .custom-footer-Sec .et_pb_column_2_tb_footer,
	.et-db #et-boc .et-l .custom-footer-Sec .et_pb_column_3_tb_footer {
		width: 100% !important;
	}
	.et-db #et-boc .et-l .custom-footer-Sec ul.et_pb_social_media_follow {
		justify-content: center;
		display: flex;
		margin-top: 15px;
	}
	footer .copyRightSec p {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.hero_banner .contentSec {
		max-width: 400px;
		padding-left: 0;
	}
	.hero_banner .contentSec h1 {
		font-size: 50px;
	}
	.hero_banner .contentSec p {
		font-size: 15px;
	}
	.btn {
		padding: 10px 20px;
	}
	section.hero_banner.paddingtopbottom {
		padding: 130px 0;
	}
	.hero_banner:before {
		bottom: -50px;
		border-top-width: 300px;
		border-right-width: 300px;
		border-bottom-width: 50px;
	}
	.hero_bottomSec li {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	.hero_bottomSec .box {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.hero_bottomSec .box .icon img {
		max-width: 150px;
	}
	.hero_bottomSec li .content {
		padding-top: 40px;
		padding-bottom: 20px;
		position: relative;
	}
	.hero_bottomSec li p {
		font-size: 16px;
	}
	section.hero_bottomSec.paddingtopbottom {
		padding-bottom: 0;
	}
	section.our_missiontitleSec.paddingtopbottom {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.impact_outer .rightSec li span {
		font-size: 24px;
	}
	.impact_outer .rightSec li p {
		font-size: 14px;
	}
	.impactMapSec .bottomtextSec p {
		font-size: 15px;
	}
	.impactMapSec .bottomtextSec {
		padding: 30px 15px;
		margin-top: -30px;
		display: none;
	}
	.impact_outer .leftSec {
		display: none;
	}
	.impact_outer .rightSec {
		padding: 20px 15px 20px 15px;
		width: 100%;
		border: 0;
		text-align: center;
	}
	.country_listSec {
		margin-top: 0;
		display: block;
	}
	.impact_outer .rightSec ul {
		padding: 0 30px;
	}
	.country-mobile-slider {
		margin-top: -100px;
	}
	.country-mobile-slider .owl-stage-outer {
		padding-top: 100px;
	}
	.country-mobile-slider .owl-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translate(0, -40px);
		-moz-transform: translate(0, -40px);
		-o-transform: translate(0, -40px);
		-ms-transform: translate(0, -40px);
		-webkit-transform: translate(0, -40px);
	}
	.country-mobile-slider .owl-nav button span {
		font-size: 40px;
	}
	.country-mobile-slider .owl-nav .owl-prev {
		position: absolute;
		left: 20px;
	}
	.country-mobile-slider .owl-nav .owl-next {
		position: absolute;
		right: 20px;
	}
	.impactMapSec .container {
		max-width: 100%;
		padding: 0;
	}
	.impact_outer .circleCountryNameSec {
		position: static;
		margin: -60px auto 0;
	}
	.impact_outer .rightSec h3 {
		padding: 15px 60px 0;
	}
	.impact_outer .rightSec .btnSec {
		margin-top: 40px;
		display: block;
	}
	.impact_outer .rightSec .btnSec a.btn {
		padding: 13px 40px;
		margin: 0 auto 15px;
		width: 220px;
	}
	section.connect-building-markets.paddingtopbottom {
		padding-top: 60px;
		padding-bottom: 80px;
		text-align: center;
		background-color: #f4f4f4;
	}
	.read-more {
		font-size: 15px;
	}
	.connect-building-markets .leftCol {
		text-align: center;
	}
	.btmbdr h2:after {
		left: 50%;
		margin-left: -62px;
		bottom: 10px;
	}
	.btmbdr h2 {
		padding-bottom: 35px;
		margin-bottom: 20px;
		position: relative;
	}
	.maintitle p {
		font-size: 19px;
		line-height: 1.5;
	}
	.work_withus .container {
		max-width: 100%;
		padding: 0;
	}
	.work_withus .topSec {
		padding-top: 60px;
		padding-bottom: 250px;
	}
	.work_withus .topSec .maintitle.text-center {
		padding: 0 20px;
	}

	.work_withus .bottomSec {
		margin-top: -160px;
	}
	.work_details li {
		padding: 0 35px;
		width: 100%;
		margin-bottom: 40px;
	}
	.work_details li:first-child:before {
		width: 210px;
		height: 160px;
		left: 50%;
		top: -50px;
		margin-left: -105px;
		background-size: 16px;
	}
	.image_col_row .image {
		width: 100%;
	}
	section.our-donors.image_col_row.paddingtopbottom.pt-0 {
		padding-top: 15px;
	}
	.image_col_row .contentBox {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.image_col_row .contentBox h2 {
		margin-bottom: 15px;
	}
	.image_col_row .contentBox h3 {
		margin-bottom: 15px;
	}
	.image_col_row .contentBox p {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	.partners-logo ul.partner-slider {
		padding: 30px 0;
	}
	.onlymobileview {
		display: inline-block;
	}
	a.read-more-btn.read-more.onlymobileview {
		margin: 20px auto 0;
	}
	.partner-slider li {
		padding: 0 10px!important;
	}
	.partner-title h2 br {
		display: none;
	}
	.post-type-archive-tenders.et-db #et-boc .et-l .et_pb_image_0_tb_footer {
		text-align: center;
	}
	footer.et-l.et-l--footer .et_pb_column_0_tb_footer,
	.post-type-archive-tenders.et-db #et-boc .et-l .et_pb_column_0_tb_footer {
		width: 100%!important;
		text-align: center;
	}
	footer.et-l.et-l--footer .et_pb_module.et_pb_image.et_pb_image_0_tb_footer {
		text-align: center;
	}
	footer.et-l.et-l--footer .et_pb_column_1_tb_footer,
	footer.et-l.et-l--footer .et_pb_column_2_tb_footer,
	footer.et-l.et-l--footer .et_pb_column_3_tb_footer {
		width: 100%!important;
	}
	.post-type-archive-tenders.et-db #et-boc .et-l .et_pb_column_1_tb_footer,
	.post-type-archive-tenders.et-db #et-boc .et-l .et_pb_column_2_tb_footer,
	.post-type-archive-tenders.et-db #et-boc .et-l .et_pb_column_3_tb_footer,
	footer .lastcol,
	.post-type-archive-tenders #et-main-area footer.et-l--footer .custom-footer-Sec .et_pb_column.lastcol {
		width: 100%!important;
	}
	footer .lastcol,
	.post-type-archive-tenders #et-main-area footer.et-l--footer .custom-footer-Sec .et_pb_column.lastcol .et_pb_social_media_follow {
		text-align: center;
	}
	footer .lastcol {
		width: 100% !important;
		float: left;
		text-align: center;
	}
	footer.et-l.et-l--footer .et_pb_module.et_pb_text_align_right {
		text-align: center;
	}
	footer.et-l.et-l--footer .et_pb_row.et_pb_row_1_tb_footer.copyRightSec {
		padding: 10px 0;
		text-align: center;
	}
	footer .copyRightSec p {
		padding-top: 25px;
		text-align: center;
	}
	footer.et-l.et-l--footer .et_pb_section.et_pb_section_0_tb_footer {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.work_withus .work_details {
		max-width: 450px;
		margin: 0 auto;
		padding: 0;
	}
	.work_details li:nth-child(3)::before {
		display: none;
	}
	.et_pb_row.et_pb_row_1_tb_footer.copyRightSec {
		padding: 0!important;
	}
	.home section.work_withus {
  		padding-top: 0!important;
	}
}


/* Landing Page CSS */


/* Banner Section */

.hero-banner .row {
	display: flex;
}

.hero-banner h1 {
	font-size: 50px;
	color: #202027;
	line-height: 1.4;
	position: relative;
}

.hero-banner h1:before {
	width: 490px;
	height: 212px;
	background-image: url(images/banner-before-img.png);
	background-position: top center;
	background-repeat: repeat;
	position: absolute;
	left: 50%;
	top: -151px;
	content: "";
	z-index: -1;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
.page-template-template-landing-page .hero-banner h1:before {
	display: none;
}
.page-template-template-landing-page .hero-banner .bannerL{
	padding-top: 0;
	display: flex;
	align-items: center;
	position: relative;
}
.page-template-template-landing-page .hero-banner .bannerL:before{
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-left: 510px solid rgba(81, 180, 186, 0.2);
	border-bottom: 280px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}
.page-template-template-landing-page .hero-banner.landing-hero-banner h1{
	padding-top: 0;
}
.hero-banner p {
	font-size: 18px;
	line-height: 36px;
	margin-top: 50px;
	margin-bottom: 55px;
}

.page-template-template-landing-page .hero-banner p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.bannerL {
	text-align: center;
	width: 50%;
	padding-top: 190px;
}

.bannerL .inner-container {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.bannerR {
	width: 50%;
}

.bannerR img {
	width: 100%;
}
.bannerR figure{
	line-height: 0;
}

.page-template-template-landing-page .hero-banner p .btn:nth-child(2){
	margin-top: 15px;
}

/* Market Section */

.landing-hero-banner .bannerL .inner-container {
	text-align: left;
}

.hero-banner.landing-hero-banner h1 {
	font-size: 72px;
	font-family: 'Quattrocento', serif;
    line-height: 1.15;
    font-weight: 400;
    color: #202027;
    background-image: url(https://buma.wpengine.com/wp-content/uploads/2021/09/blog-plus-sign.png);
    background-position: top 30px center;
    background-repeat: no-repeat;
    padding-top: 180px;
    margin-top: auto;
    margin-bottom: auto;
    background-size: 480px 200px;
	text-align:center;
    background-size: 410px 170px;
    background-position: top 25px center;
}

.market {
	padding: 140px 0 240px;
	background-color: #fff;
}

.market .container {
	max-width: 1395px;
}

.section-head h2 {
	text-align: center;
	line-height: 57px;
}

.section-head h2 span {
	font-weight: 700;
}

.market .section-head h2 {
	padding: 0 80px;
}

.market-bottom {
	display: flex;
	background-color: #51b4ba;
	margin-top: 135px;
}

.market-bottom h4 {
	font-size: 53px;
	font-weight: 700;
	font-family: 'Quattrocento';
	margin-bottom: 40px;
}

.market-bottom h4 sup {
	font-size: 18px;
	width: 123px;
	display: inline-block;
	line-height: 1.2;
	position: static;
}

.market-bottom p {
	font-size: 22px;
	line-height: 44px;
	color: #2a2a31;
}

.landing-market-sec .market-bottom h5 {
	text-transform: uppercase;
}

.landing-market-sec .market-bottom h4 span {
	font-family: 'Quattrocento';
	font-weight: 700;
}

.market .child-1 {
	width: 60%;
}

.market .child-2 {
	width: 40%;
}

.market .child-1 figure {
	margin-top: 100px;
	margin-bottom: -165px;
}

.market .child-1 .inner-container {
	margin: 0 auto;
	width: 82%;
	padding-top: 75px;
}

.market .child-2 .inner-container {
	padding-top: 75px;
	width: 92%;
}

.market .child-2 .top {
	margin-left: 60px;
	margin-bottom: 100px;
}

.market-bottom h4:last-child sup {
	width: 165px;
}


/* Mobile */

.mobile-bottom {
	display: flex;
	background-color: #202027;
}

.mobile .inner-container {
	width: 75%;
	margin: 0 auto;
	margin-left: 130px;
}

.mobile .container {
	max-width: 1398px;
}

.mobile-bottom .child-1 {
	width: 60%;
	padding-top: 70px;
}

.mobile-bottom .child-2 {
	width: 40%;
	padding-top: 70px;
}

.mobile .section-head h2 {
	text-align: left;
}

.mobile .section-head h2 span {
	font-weight: 600;
	color: #202027;
}

.mobile figure {
	margin-bottom: 60px;
	margin-top: -560px;
}

.mobile .section-head {
	width: 50%;
	margin-bottom: 90px;
}

.mobile-bottom .child-1 h5 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}

.mobile-bottom .child-1 p {
	font-size: 15px;
	color: #ffffff;
	line-height: 32px;
	padding-left: 20px;
	padding-bottom: 25px!important;
	border-bottom: 1px solid #44444a;
	margin-bottom: 25px;
}

.mobile-bottom li:last-child p {
	border-bottom: none;
}

.mobile-bottom .child-1 .inner-container {
	margin: 0 auto;
	width: 63%;
}

.mobile-footer {
	text-align: center;
}

.mobile .btn {
	padding: 13px 75px;
}


/* tender-distribution */

.tender-distribution .container,
.mentorship-opportunites .container {
	max-width: 1275px;
}

.tender-distribution .section-head h2,
.mentorship-opportunites .section-head h2 {
	text-align: left;
	margin-bottom: 30px;
}

.tender-distribution .section-head h3 {
	text-align: left;
	padding-right: 95px;
}

.tender-distribution .image,
.tender-distribution .contentBox {
	width: 50%;
}

.image figure {
	position: relative;
}

.image figure:before {
	width: 335px;
	height: 120px;
	background-image: url(images/plus-blue-icon1.png);
	background-position: top center;
	background-repeat: repeat;
	position: absolute;
	left: 50%;
	top: -125px;
	content: "";
	z-index: -1;
	margin-left: -210px;
}

.tender-distribution {
	padding: 140px 0;
}


/* Mentor Opportunities */

.mentorship-opportunites .section-head h3 {
	text-align: left;
}

.mentorship-opportunites .btn {
	margin-top: 50px;
}

.mentorship-opportunites .section-head h2 {
	text-align: left;
}

.child-bottom h5 {
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 30px;
	font-family: 'Quattrocento', serif;
}

.child-bottom h5 span {
	font-weight: 600;
}

.child-bottom {
	background-color: #51b4ba;
	padding: 30px 50px 35px 35px;
}

.sub-parent figure {
	line-height: 0;
}

.sub-parent img {
	width: 100%;
}

.mentorship-opportunites .child-1 {
	margin-right: 90px;
	width: 33%;
}

.child-bottom .read-more:after {
	background-image: url(./images/learn-more-arrow.png);
}

.mentorship-opportunites .sub-parent {
	width: 67%;
}

.sub-parent .item {
	width: 50%;
	padding: 0 15px;
}

.sub-parent .item .child-inner {
	background-color: #51b4ba;
	height: 100%;
	position: relative;
}

.sub-parent .item .child-inner .child-bottom .read-more {
	position: absolute;
	left: 35px;
	bottom: 30px;
}

.landing-social-links {
	padding-top: 150px;
	padding-bottom: 200px;
}

.landing-social-links h2 {
	margin-bottom: 40px;
}

.social-links-wrap .et_pb_widget {
	float: none;
}


/* Media CSS */

@media screen and (max-width: 1919px) {
	.bannerL .inner-container {
		width: 70%;
	}
	.hero-banner h1 {
		font-size: 38px;
	}
	.bannerL {
		padding-top: 165px;
	}
	.landing-social-links {
		padding-top: 70px;
		padding-bottom: 130px;
	}
	.page-template-template-landing-page .hero-banner .bannerL::before{
		border-left-width: 350px;
		border-bottom-width: 160px;
	}
	.hero-banner p{
		margin-top: 40px;
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 1439px) {
	.bannerL {
		padding-top: 130px;
	}
	.bannerL .inner-container {
		width: 69%;
	}
	.hero-banner h1::before {
		width: 390px;
		height: 165px;
		top: -120px;
	}
	.market {
		padding: 90px 0 240px;
	}
	.market-bottom {
		margin-top: 90px;
	}
	.hero-banner.landing-hero-banner h1 {
		font-size: 45px;
	}
	.hero-banner p{
		margin-top: 30px;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 1365px) {
	.market-bottom h4 {
		font-size: 44px;
	}
	.market-bottom p {
		font-size: 20px;
		line-height: 1.5;
	}
	.mobile .section-head {
		width: 55%;
	}
}

@media screen and (max-width: 1279px) {
	.hero-banner h1 {
		font-size: 30px;
	}
	.hero-banner p {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.bannerL .inner-container {
		width: 80%;
	}
	.hero-banner p {
		font-size: 16px;
		line-height: 30px;
	}
	.bannerL {
		padding-top: 100px;
	}
	.hero-banner h1::before {
		width: 330px;
		height: 165px;
		top: -93px;
	}
	.market {
		padding: 60px 0 170px;
	}
	.market .section-head h2 {
		line-height: 1.4;
	}
	.market-bottom {
		margin-top: 60px;
	}
	.market .child-1 figure {
		margin-top: 50px;
	}
	.market .child-2 .top {
		margin-left: 30px;
		margin-bottom: 50px;
	}
	.market-bottom h4 {
		font-size: 32px;
	}
	.market-bottom p {
		font-size: 16px;
	}
	.market-bottom h4 sup {
		font-size: 14px;
	}
	.mobile .section-head h2 {
		line-height: 1.4;
	}
	.mobile .inner-container {
		margin-left: 80px;
	}
	.mobile .section-head {
		margin-bottom: 50px;
	}
	.mobile-bottom .child-2 {
		padding-right: 60px;
	}
	.mobile figure {
		margin-top: -405px;
	}
	.mobile-bottom .child-1 .inner-container {
		width: 70%;
	}
	.mobile-bottom .child-1 p {
		font-size: 14px;
		line-height: 1.3;
	}
	.image figure::before {
		margin-left: -170px;
	}
	.mentor-parent .section-head h3,
	.tender-distribution .section-head h3 {
		line-height: 1.5;
	}
	.tender-distribution {
		padding: 140px 0 60px;
	}
	.mentorship-opportunites .child-1 {
		margin-right: 30px;
	}
	.child-bottom h5 {
		font-size: 22px;
		line-height: 1.3;
	}
	.child-bottom {
		padding: 30px 30px 35px 30px;
	}
	.landing-social-links {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.landing-social-links h2 {
		margin-bottom: 20px;
	}
	.hero-banner.landing-hero-banner h1 {
		font-size: 40px;
	}
	.page-template-template-landing-page .market-bottom p {
		font-size: 18px;
		line-height: 1.8;
	}

	.our-service-sec.faqSection{
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1023px) {
	.hero-banner h1 {
		font-size: 28px;
	}
	.hero-banner p {
		margin-top: 20px;
		margin-bottom: 25px;
		line-height: 24px;
	}
	.bannerL {
		padding-top: 45px;
	}
	.hero-banner h1::before {
		width: 290px;
		height: 120px;
		top: -38px;
		background-position: top left
	}
	.market {
		padding: 40px 0 60px;
	}
	.market .section-head h2 {
		padding: 0 20px;
	}
	.market-bottom {
		margin-top: 40px;
	}
	.market .child-2 .inner-container {
		padding-top: 50px;
	}
	.market .child-2 .top {
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.market .child-1 .inner-container {
		padding-top: 50px;
	}
	.page-template-template-landing-page .landing-market-sec .market-bottom h3, .landing-market-sec .market-bottom h2{
		padding-right: 0;
	}
	.market-bottom h4 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.market-bottom h4 sup {
		font-size: 11px;
		width: auto!important;
	}
	.market .child-1 figure {
		margin-top: 30px;
	}
	.market .child-2 {
		padding-bottom: 30px;
	}
	.mentorship-opportunites .sub-parent {
		margin-left: -15px;
		margin-right: -15px;
	}
	.mobile .inner-container {
		margin-left: 30px;
		width: 100%;
		padding-right: 20px;
	}
	.mobile-bottom .child-1 {
		padding-top: 40px;
	}
	.mobile-bottom .child-1 .inner-container {
		width: 85%;
	}
	.mobile-bottom .child-2 {
		padding-right: 30px;
	}
	.mobile figure {
		margin-top: -335px;
	}
	.image_col_row .contentBox {
		padding-left: 40px;
	}
	.tender-distribution .section-head h3 {
		padding-right: 0;
	}
	.mentorship-opportunites.paddingtopbottom {
		padding: 0 0 30px;
	}
	.child-bottom {
		padding: 20px 20px 40px 20px;
	}
	.child-bottom h5 {
		font-size: 18px;
	}
	.sub-parent .item .child-inner .child-bottom .read-more {
		left: 20px;
	}
	.landing-social-links h2 {
		margin-bottom: 10px;
	}
	.landing-social-links {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.landing-market-sec .market-bottom h4 {
		margin-bottom: 20px;
	}
	.hero-banner.landing-hero-banner h1 {
		font-size: 30px;
	}
	.page-template-template-landing-page .hero-banner p{
		line-height: 26px;
	}
}

@media screen and (max-width: 767px) {
	.page-template-template-landing-page .hero-banner .bannerL::before{
		display: none;
	}
	.hero-banner .row {
		flex-direction: column-reverse;
	}
	.bannerL,
	.bannerR {
		width: 100%;
	}
	.hero-banner h1 {
		font-size: 38px;
	}
	.bannerL .inner-container {
		width: 100%;
		padding: 30px 20px;
	}
	.hero-banner p {
		font-size: 18px;
		line-height: 1.7;
	}
	.page-template-template-landing-page .btn {
		width: 170px;
		padding: 12px 20px;
	}
	.page-template-template-landing-page.page-template-template-landing-page .btn {
		width: auto;
	}
	.market .section-head h2 {
		padding: 0 30px;
		line-height: 1.6;
	}
	.market-bottom {
		margin-top: 60px;
	}
	.market .container {
		padding-left: 0;
		padding-right: 0;
	}
	.market .child-1,
	.market .child-2 {
		width: 100%;
	}
	.market-bottom {
		flex-direction: column;
	}
	.market-bottom h3 {
		padding-right: 40px;
		position: relative;
		padding-left: 25px;
	}
	.market .child-1 .inner-container {
		width: 100%;
		padding-right: 30px;
	}
	.market .child-1 figure {
		margin-bottom: 0;
		margin-top: -20px;
	}
	.market .child-2 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.market .child-2 .inner-container {
		padding-top: 30px;
	}
	.market-bottom h4 {
		font-size: 39px;
	}
	.market .child-2 .inner-container {
		width: 100%;
		padding: 0 25px;
	}
	.market .child-2 .top {
		margin-left: 0;
		margin-bottom: 50px;
	}
	.market-bottom p {
		font-size: 15px;
		line-height: 1.8;
	}
	.page-template-template-landing-page .market-bottom p {
		font-size: 16px;
		line-height: 1.8;
	}
	.mobile .section-head h2 {
		text-align: center;
	}
	.mobile .section-head {
		width: 100%;
	}
	.mobile .container {
		padding-left: 0;
		padding-right: 0;
	}
	.market {
		padding: 40px 0 55px;
	}
	.mobile .inner-container {
		margin: 0;
		padding: 0 20px;
	}
	.mobile figure {
		margin-top: -295px;
	}
	.mobile-bottom {
		flex-direction: column-reverse;
		margin-top: 320px;
	}
	.mobile-bottom .child-1,
	.mobile-bottom .child-2 {
		width: 100%;
	}
	.mobile-bottom .child-2 {
		padding: 0 60px;
	}
	.mobile-bottom .child-1 {
		padding-top: 0;
	}
	.mobile-bottom .child-1 h5 {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.mobile-bottom .child-1 p {
		font-size: 15px;
		line-height: 1.8;
	}
	.tender-distribution .container,
	.mentorship-opportunites .container {
		padding: 0 15px;
		flex-direction: column;
	}
	.tender-distribution .image,
	.tender-distribution .contentBox {
		width: 100%;
	}
	section.our-donors.image_col_row.paddingtopbottom.pt-0.tender-distribution {
		padding-top: 90px;
	}
	.image figure::before {
		background-image: url(./images/plus-icon-blue.png);
		width: 220px;
		height: 60px;
		transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		margin-left: 0;
		top: -63px;
	}
	.tender-distribution .section-head h2,
	.mentorship-opportunites .section-head h2 {
		text-align: center;
		margin-bottom: 15px;
		padding: 0 20px;
	}
	.image_col_row .contentBox {
		padding-left: 0;
		text-align: center;
	}
	.mentor-parent .section-head h3,
	.tender-distribution .section-head h3 {
		text-align: center;
		margin-bottom: 30px;
	}
	.mentorship-opportunites .child-1 {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.mentorship-opportunites .sub-parent {
		width: 100%;
	}
	.mentorship-opportunites .btn {
		margin-top: 0;
	}
	section.our-donors.image_col_row.paddingtopbottom.pt-0.mentorship-opportunites {
		padding-top: 0;
	}
	.mentorship-opportunites .sub-parent {
		flex-direction: column;
		margin-top: 30px;
	}
	.image_col_row .image img {
		width: 100%;
	}
	.sub-parent .item {
		width: 100%;
		padding: 0 35px;
		margin-top: 30px;
	}
	.child-bottom h5 {
		font-size: 17px;
		line-height: 1.5;
	}
	.child-bottom {
		padding: 20px 70px 40px 20px;
	}
	.landing-social-links {
		padding-bottom: 60px;
	}
	.landing-social-links h2 {
		margin-bottom: 15px;
	}
	.landing-social-links .et_pb_social_media_follow_0_tb_footer li a.icon {
		height: 40px;
		width: 40px;
	}
	.hero-banner.landing-hero-banner h1 {
		font-size: 30px;
	}
}


/* Single Page */


/* Global Style */

.bg-fountain-blue {
	background-color: #51b4ba;
}

.text-fountain-blue {
	color: #51b4ba;
}

.f-600 {
	font-weight: 600;
}


/* Blog Buying Section */

.blog-buying-section {
	width: 100%;
	display: flex;
}

.blog-buying-section .left-col,
.blog-buying-section .right-col {
	width: 50%;
}

.blog-buying-section .left-col {
	display: flex;
	justify-content: flex-end;
	padding-left: 100px;
	padding-right: 100px;
}

.blog-buying-section .left-col .left-container {
	max-width: 630px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blog-buying-section h1 {
	font-family: 'Quattrocento', serif;
	font-size: 72px;
	line-height: 1.15;
	font-weight: 400;
	color: #202027;
	background-image: url(https://buma.wpengine.com/wp-content/uploads/2021/09/blog-plus-sign.png);
	background-position: top 30px center;
	background-repeat: no-repeat;
	padding-top: 180px;
	margin-top: auto;
	margin-bottom: auto;
	background-size: 480px 200px;
}

.blog-buying-section .date-name {
	padding-top: 40px;
	padding-bottom: 40px;
}

.blog-buying-section .date-name p {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blogdetailrightimageSec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
}

.blog-buying-section .right-col figure {
	width: 100%;
	display: flex;
}

.blog-buying-section .right-col figure img {
	width: 100%;
}


/* Blog Buying Detail Section */

.blog-buying-detail-section {
	position: relative;
}

.blog-buying-detail-section:after {
	height: 80px;
	width: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -25px;
	content: "";
	display:none;
}

.blog-buying-detail-section .container {
	max-width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

.blog-buying-detail-section .content-detail {
	font-size: 28px;
	line-height: 1.6;
	text-align: center;
	font-weight: 400;
	font-family: 'Quattrocento', serif;
}

.blog-buying-detail-section .content-detail strong {
	font-weight: 600;
}


/* Detail Description Section */

.detail-description-section {
	padding: 80px 0;
	line-height: 1.5;
}

.detail-description-section .tags-links {
	display: none;
}

.description-container.container,
.tag-container.container {
	max-width: 780px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

.blockquote-container.container {
	max-width: 1100px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

.custom-blockquote {
	padding: 0 40px;
	border-left: 3px solid #6abec3;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
}


/* .custom-blockquote::before, .detail-description-section blockquote:before{
	position: absolute;
	content: "\7b";
	left: -40px;
	top: 0px;
	font-family: ETmodules;
	font-size: 30px;
	line-height: 1;
	color: #51b4ba;
    transform: rotate(180deg);
} */

.single .jp-relatedposts {
	display: none !important;
}

.slider-container.container {
	max-width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 80px;
	display: flex;
	position: relative;
}

.slider-container .image-slider .owl-stage-outer {
	overflow: hidden;
}

.slider-container figure {
	border-left: 5px solid #f58220;
	/*	display: flex;*/
}

.slider-container .image-slider {
	width: 100%;
	max-width: 800px;
}

.slider-container .image-slider figure {
	width: 100%;
	max-width: 390px;
}

.single .slider-container .image-slider figure img {
	padding-bottom: 0;
}

.slider-container .image-slider .bottom-caption {
	max-width: 390px;
	padding-left: 30px;
}

.single .slider-container .image-slider .bottom-caption p {
	padding-bottom: 0;
}

.slider-container .image-slider .slides {
	display: flex;
	align-items: flex-end;
}

.image-slider .owl-nav {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100px;
	height: 20px;
	margin-left: 20px;
	display: inline-block;
}

.image-slider .owl-nav .owl-prev {
	left: 0;
	background-image: url(./images/readmore-icon.png)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 17px!important;
	transform: rotate(180deg);
}

.image-slider .owl-nav .owl-next {
	right: 0;
	background-image: url(./images/readmore-icon.png)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 17px!important;
}

.image-slider .owl-nav button {
	height: 17px;
	width: 17px;
	display: block;
	position: absolute;
}

.image-slider .owl-nav button span {
	font-size: 0;
}

.custom-figure-caption {
	position: absolute;
	left: 50%;
	width: 100px;
	text-align: center;
	top: -3px;
}

.custom-figure-caption .bottom-caption p {
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.custom-figure-caption .top-arrow {
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

.detail-description-section p {
	/* font-size: 17px; */
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.1px;
}

.detail-description-section p a {
	color: #51b4ba;
}

.detail-description-section p:not(:last-child) {
	padding-bottom: 30px;
}

.detail-description-section blockquote {
	margin: 30px -150px 65px;
	padding: 0 40px;
	border-left: 3px solid #6abec3;
	position: relative;
	color: #51b4ba;
	font-size: 30px;
	line-height: 1.5;
}

.single .detail-description-section blockquote p {
	padding-bottom: 0;
}

.custom-blockquote p,
.detail-description-section blockquote p {
	font-family: 'Quattrocento', serif;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 400;
	color: #51b4ba;
	font-style: italic;
}

.tag-container {
	padding-top: 50px;
	text-transform: capitalize;
}

.tag-container p {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.single .detail-description-section .tag-container p {
	padding-bottom: 0;
}

.tag-container p strong {
	font-weight: 600;
}


/* Share Article Section */

.share-article-section {
	display: flex;
	align-items: center;
	width: 100%;
	border-top: 1px solid #bcd2dc;
	border-bottom: 1px solid #bcd2dc;
}

.share-article-section .left-col,
.share-article-section .right-col {
	width: 50%;
}

.share-article-section .left-col {
	border-right: 1px solid #bcd2dc;
}

.share-article-section .left-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 25px 200px 25px 0;
}

.share-article-section .left-container ul {
	margin-bottom: 0;
}

.share-article-section .left-container ul li {
	margin-bottom: 0;
}

.share-article-section .left-container ul li a.icon:hover::before,
.share-article-section a:hover {
	color: #fe8400;
}

.share-article-section .right-container {
	display: flex;
	justify-content: flex-start;
	padding-left: 200px;
}

.share-article-section p,
.share-article-section a {
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 400;
	color: #3a85a5;
}

.share-article-section p {
	padding-right: 15px;
}

.share-article-section a {
	font-weight: 600;
}


/* Subscribe Newsletter Section */

.subscribe-newsletter-section {
	padding: 150px 0;
}

.subscribe-newsletter-section .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.subscribe-newsletter-section h2 {
	margin-right: 50px;
}

.subscribe-newsletter-section .newsletter-form {
	width: 380px;
}

.subscribe-newsletter-section .gform_wrapper {
	width: 100%;
}

.newsletter-form {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
}

.subscribe-newsletter-section .newsletter-form-wrap .gform_wrapper input[type="text"] {
	border: 1px solid #51b4ba;
}

.subscribe-newsletter-section .newsletter-form-wrap .gform_wrapper .gfield_error input[type="text"] {
	border-color: #c02b0a;
}

.newsletter-form ::placeholder {
	font-size: 18px;
	color: #51b4ba;
	opacity: 1;
}

.newsletter-form input[type="email"] {
	border: 1px solid #51b4ba;
	padding: 13px 20px;
	font-size: 18px;
	background-color: #fff;
	border-radius: 0px;
	width: 380px;
	color: #51b4ba;
}

.newsletter-form .arrow-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	background: transparent;
	padding: 0;
}

.newsletter-form .arrow-btn::after {
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.newsletter-form .arrow-btn:hover::after {
	right: 10px;
}

@media screen and (max-width: 767px) {
	.subscribe-newsletter-section .newsletter-form {
		width: 100%;
	}
}

.our-blogs-sec.our-reports-section {
	margin-top: 0;
}
.single .our-blogs-sec.bg-light{
	z-index: 0;
}
.single .bg-light.pt-60{
	border-top: 1px solid #51b4ba;
}
.our-blogs-sec .top-title {
	max-width: 1400px;
}

.our-blogs-sec .left-col,
.our-blogs-sec .right-col {
	max-width: 700px;
}

.our-blogs-sec .left-col {
	padding: 50px 80px 50px 0;
}

.our-blogs-sec .report-list-description h2 a {
	color: #202027;
	display: inline-block;
	transition: all 300ms ease;
}
.our-blogs-sec .report-list-description h2 a:hover{
	color: #202027;
}

.our-blogs-sec .right-col {
	padding: 50px 50px 50px 100px;
}

.our-blogs-sec .inner-report-list {
	max-width: 100%;
	padding-left: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}

.our-blogs-sec .inner-report-list {
	display: flex;
	align-items: center;
	padding-right: 0;
}

.our-blogs-sec .left-col figure {
	margin-bottom: 0;
}

.our-blogs-sec .our-report-list figure::before {
	/*top: -15px;*/
	left: -28px;
	width: 100%;
	/*height: 100%;*/
	background-repeat: no-repeat;
}

.our-blogs-sec .our-report-list::after {
	display: none;
}

.our-blogs-sec .our-report-list figure,
.our-blogs-sec .our-report-list figure a {
	display: block;
	line-height: 0;
	border: 0;
}

.postbtn-wrapper .container {
	max-width: 560px;
	text-align: center;
}

.postbtn-wrapper .read-more {
	padding-left: 30px;
	padding-right: 0;
}

.postbtn-wrapper .read-more:after {
	left: 0;
	right: auto;
	transform: rotate(180deg);
	transition: all 300ms ease;
}

.postbtn-wrapper .read-more:hover:after {
	left: -10px;
}

.post-detail-sec .top-title .left-title,
.post-detail-sec .top-title .right-title {
	width: 50%;
}

.post-detail-sec .top-title .right-title {
	padding-left: 70px;
}

.single .detail-description-section p{
	word-break: normal;
}

.single .detail-description-section img,
.single .detail-description-section p,
.single .detail-description-section .mceTemp {
	padding-bottom: 30px;
}

.single .detail-description-section .mceTemp img {
	padding-bottom: 15px;
}

@media screen and (max-width: 1919px) {
	.blog-buying-section h1 {
		font-size: 55px;
		background-size: 410px 170px;
		background-position: top 25px center;
	}
	.our-blogs-sec .left-col {
		padding: 50px 50px 50px 70px;
	}
	.post-detail-sec .top-title .left-title {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1439px) {
	.blog-buying-section h1 {
		font-size: 50px;
	}
	.share-article-section .left-container {
		padding: 25px 100px 25px 0;
	}
	.share-article-section .right-container {
		padding-left: 100px;
	}
}

@media screen and (max-width: 1365px) {
	.blog-buying-section h1 {
		font-size: 45px;
	}
}

@media screen and (max-width: 1279px) {
	.blog-buying-section h1 {
		font-size: 38px;
		padding-top: 130px;
		background-size: 360px 140px;
	}
	.blog-buying-section .left-col .left-container {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-buying-section .date-name p {
		font-size: 14px;
	}
	.blog-buying-detail-section .content-detail {
		font-size: 22px;
	}
	.custom-blockquote p,
	.detail-description-section blockquote p {
		font-size: 26px;
	}
	.detail-description-section blockquote {
		margin: 30px -85px 45px;
		font-size: 26px;
	}
	.blockquote-container.container {
		max-width: 950px;
	}
	.custom-blockquote {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.share-article-section .right-container {
		padding-left: 50px;
	}
	.share-article-section .left-container {
		padding: 25px 50px 25px 0;
	}
	.share-article-section .et_pb_social_media_follow_0_tb_footer li a.icon {
		height: 40px;
		width: 40px;
	}
	.subscribe-newsletter-section {
		padding: 90px 0;
	}
	.post-detail-sec .top-title .right-title {
		padding-left: 50px;
	}
	.our-blogs-sec.post-detail-sec .right-col {
		padding: 50px 40px 50px 70px;
	}
	.slider-container.container {
		margin-bottom: 50px;
	}
	.tag-container {
		padding-top: 50px;
	}
}

@media screen and (max-width: 1023px) {
	.blogdetailrightimageSec {
		height: 450px !important;
	}
	.blog-buying-section .left-col {
		padding-left: 60px;
		padding-right: 60px;
	}
	.blog-buying-section h1 {
		font-size: 30px;
		background-size: 290px 110px;
		padding-top: 90px;
	}
	.blog-buying-detail-section .content-detail {
		font-size: 20px;
	}
	.blockquote-container.container {
		max-width: 710px;
	}
	.custom-blockquote p,
	.detail-description-section blockquote p {
		font-size: 22px;
	}
	.detail-description-section blockquote {
		margin: 30px 30px 40px;
		font-size: 22px;
	}
	.share-article-section {
		flex-direction: column;
	}
	.share-article-section .left-col,
	.share-article-section .right-col {
		width: 100%;
	}
	.share-article-section .left-col {
		border-right: 0;
		border-bottom: 1px solid #bcd2dc;
	}
	.share-article-section .left-container {
		padding: 20px;
		flex-direction: column;
	}
	.share-article-section .right-container {
		justify-content: center;
		padding: 31px 20px;
		text-align: center;
	}
	.share-article-section p {
		padding-right: 0;
	}
	.share-article-section a {
		display: block;
	}
	.subscribe-newsletter-section .container {
		flex-direction: column;
	}
	.subscribe-newsletter-section {
		padding: 40px 0 70px;
	}
	.subscribe-newsletter-section h2 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.post-detail-sec .top-title .left-title,
	.post-detail-sec .top-title .right-title {
		padding-left: 30px;
	}
	.our-blogs-sec .left-col {
		padding: 30px 30px 30px 50px;
	}
	.our-blogs-sec.post-detail-sec .right-col {
		padding: 30px 30px 30px 50px;
	}
	.our-report-list figure {
		min-width: 115px;
		width: 120px;
	}
	.our-blogs-sec .our-report-list figure {
		width: 120px;
	}
	.our-blogs-sec .our-report-list figure::before {
		top: -10px;
		left: -25px;
	}
	.our-blogs-sec .our-report-list .report-list-description {
		width: calc(100% - 120px);
	}
	.slider-container .image-slider {
		min-width: 100%;
	}
	.slider-container .image-slider figure {
		max-width: 50%;
	}
	.slider-container .image-slider .bottom-caption {
		max-width: 50%;
	}
	.custom-figure-caption {
		margin-left: 20px;
	}
	.slider-container.container {
		margin-bottom: 40px;
	}
	.tag-container {
		padding-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.description-container.container,
	.tag-container.container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.blogdetailrightimageSec {
		height: 350px !important;
	}
	.blog-buying-section {
		flex-direction: column;
	}
	.blog-buying-section .left-col {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.blog-buying-section h1 {
		font-size: 38px;
		padding-top: 50px;
	}
	.blog-buying-section .date-name p {
		font-size: 10px;
	}
	.blog-buying-section .date-name {
		padding-top: 40px;
	}
	.blog-buying-section .left-col,
	.blog-buying-section .right-col {
		width: 100%;
	}
	.blog-buying-detail-section {
		padding: 45px 0 60px;
	}
	.blog-buying-detail-section .content-detail {
		font-size: 15px;
	}
	.blog-buying-detail-section::after {
		height: 50px;
	}
	.detail-description-section {
		padding: 60px 0;
	}
	.detail-description-section p {
		font-size: 15px;
	}
	.custom-blockquote {
		border: 0;
		padding: 20px 0 0 0;
		position: relative;
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.custom-blockquote:after,
	.detail-description-section blockquote:after {
		position: absolute;
		left: 0;
		top: 0;
		height: 3px;
		width: 135px;
		background-color: #6abec3;
		content: "";
	}
	.custom-blockquote p,
	.detail-description-section blockquote p {
		font-size: 24px;
	}
	.detail-description-section blockquote {
		margin-left: 0;
		margin-right: 0;
		border: 0;
		padding: 20px 0 0 0;
		position: relative;
		margin-top: 50px;
		margin-bottom: 40px;
		font-size: 18px;
	}
	.detail-description-section blockquote p {
		padding-left: 0px;
	}
	.single .detail-description-section img,
	.single .detail-description-section p,
	.single .detail-description-section .mceTemp {
		padding-bottom: 15px;
	}
	.single .detail-description-section .mceTemp img {
		padding-bottom: 5px;
	}
	.custom-blockquote::before,
	.detail-description-section blockquote::before {
		left: 0;
		top: -45px;
		font-size: 36px;
	}
	.slider-container.container {
		flex-direction: column;
		padding-top: 25px;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider-container figure {
		width: 100%;
		border: 0;
	}
	.image-slider .owl-nav {
		right: 0;
		top: -30px;
		left: auto;
		margin-left: 0;
	}
	.slider-container .image-slider {
		max-width: 100%;
	}
	.custom-figure-caption {
		width: 100px;
		padding: 0;
		right: 15px;
		left: auto;
		margin-left: 0;
		top: -7px;
	}
	.custom-figure-caption .top-arrow {
		position: absolute;
		right: 30px;
		top: 0;
	}
	.subscribe-newsletter-section h2 {
		text-align: center;
	}
	.newsletter-form {
		width: 100%;
	}
	.newsletter-form input[type="email"] {
		height: 40px;
		font-size: 14px;
	}
	.newsletter-form .arrow-btn {
		height: 40px;
		width: 40px;
	}
	.post-detail-sec {
		padding-top: 40px;
	}
	.post-detail-sec .report-right-col-container,
	.post-detail-sec .top-title .right-title {
		display: none;
	}
	.post-detail-sec .top-title .left-title {
		padding-left: 10px;
		width: 100%;
	}
	.post-detail-sec .left-col figure {
		display: none;
	}
	.post-detail-sec .left-col {
		padding: 15px 0 20px 10px;
	}
	.post-detail-sec .top-title {
		padding-bottom: 20px;
		border-bottom: 1px solid #4398ad;
	}
	.post-detail-sec .inner-report-list {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 0;
	}
	footer.et-l.et-l--footer .et_pb_module.et_pb_text_align_right {
		margin-top: 40px;
	}
	footer.et-l.et-l--footer .et_pb_row.et_pb_row_0_tb_footer {
		padding-bottom: 20px;
	}
	.slider-container .image-slider .slides {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.slider-container .image-slider figure {
		max-width: 100%;
	}
	.slider-container .image-slider .bottom-caption {
		max-width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.our-blogs-sec .report-left-col-container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.our-blogs-sec .left-col {
		padding: 15px 0 20px 0px;
	}
	.our-blogs-sec .report-list-description {
		width: 100%;
	}
	.our-blogs-sec .our-report-list .report-list-description {
		width: 100%;
	}
	.tag-container {
		padding-top: 30px;
	}
}

@media screen and (max-width: 399px) {
	.blogdetailrightimageSec {
		height: 300px !important;
	}
}

.logos-row-wrap {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 980px) {
	.logos-row-wrap .et_pb_module.et_pb_image {
		text-align: center;
	}
	.logos-row-wrap .et_pb_module.et_pb_image img {
		max-width: 200px;
	}
}


/*  Blog Page */

.our-reports-section.blog-reports-section {
	margin-top: 0;
}


/* Listing */

.page-template-template-listing-page #main-header .et_menu_container,
.single-job_listing #main-header .et_menu_container {
	max-width: 100%;
}

.page-template-template-listing-page .entry-content {
	padding: 0;
	max-width: none!important;
	margin-bottom: 0;
}

div.job_listings {
	margin-bottom: 1em;
}

.myflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.myflex__left {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-height: 100vh;
	width: calc(900px) !important;
	flex-basis: 900px;
	float: left;
}

.job_filters {
	background: #fff;
	zoom: 1;
}

.map {
	position: fixed!important;
	top: 60px;
	right: 0;
	bottom: 0;
	display: block!important;
}

.myflex__right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	float: left;
	width: calc(100% - 900px);
}

.search_jobs {
	border-bottom: 1px solid rgba(0, 0, 0, .075);
}

.job_filters .search_jobs {
	padding: 20px 30px 6px;
}

.is--using-facetwp .job_filters .search_jobs {
	padding-left: 0;
	padding-right: 0;
}

.job_filters .facetwp-facet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 77px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 20px 30px;
	font-size: 15px;
	border-top: 1px solid rgba(0, 0, 0, .075);
}

.job_filters .search_jobs div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.job_filters .fs-wrap .fs-dropdown {
	margin-top: -1px;
	width: 100%;
	border-color: rgba(72, 72, 72, 0.2);
}

.fs-search {
	border-radius: 3px;
	border-color: rgba(72, 72, 72, 0.2);
}

.job_filters .facetwp-facet:first-of-type {
	margin-top: -20px;
	border-top: 0;
}

.job_filters .facetwp-facet label {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 10px;
	font-weight: 400;
	line-height: 36px;
}

.job_filters .facetwp-facet .facetwp-filter-title {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-right: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.page-listings .search_jobs .facetwp-facet label,
.post-type-archive-job_listing .search_jobs .facetwp-facet label {
	display: block;
}

.job_listings .search_jobs .facetwp-facet .facetwp-filter-title,
.job_listings .buma-search-sort .facetwp-facet .facetwp-filter-title {
	padding-right: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 215px;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
}

.job_filters .facetwp-facet .facet-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.job_filters .facetwp-facet .facet-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.search_jobs select {
	background: #fff;
	color: #919191;
	font-size: 15px;
	padding: 11px 15px 10px;
}

.job_filters .search_jobs input,
.job_filters .search_jobs select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.facetwp-type-dropdown select.facetwp-dropdown {
	display: block;
}

.job_filters .facetwp-facet input[type="text"],
.job_filters .facetwp-facet input[type="number"],
.job_filters .facetwp-facet input[type="search"],
.job_filters .facetwp-facet input[type="date"],
.job_filters .facetwp-facet select,
.job_filters .facetwp-facet .facetwp-type-fselect .fs-label {
	padding: 8px;
	border-color: rgba(72, 72, 72, 0.2);
	border-radius: 3px;
}

.job_filters .facetwp-facet input,
.job_filters .facetwp-facet select,
.job_filters .facetwp-facet .facetwp-type-fselect .fs-label {
	font-size: 14px;
}

.job_filters .facetwp-facet select {
	background: url(assets/img/select-arrows.png) calc(100% - 10px) center no-repeat;
	background-size: 7px 10px;
	appearance: none;
	border-color: rgba(72, 72, 72, 0.2);
}

.job_filters .facetwp-facet-location .facet-wrapper {
	flex-wrap: nowrap;
}

button,
input,
select,
textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.job_filters .facetwp-facet .facet-wrapper label.facetwp-filter-title {
	display: none;
}

.fs-wrap {
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	width: 200px;
}

.facetwp-facet.facetwp-type-fselect .fs-wrap {
	position: relative;
	width: 100%;
}

.job_filters .facetwp-type-fselect .fs-wrap {
	width: 100%;
}

.fs-label-wrap {
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.facetwp-facet.facetwp-type-fselect .fs-label-wrap {
	display: block;
	border: 0;
	width: 100%;
	width: 220px;
}

.fs-label-wrap .fs-label {
	padding: 6px 22px 6px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.facetwp-facet.facetwp-type-fselect .fs-label-wrap .fs-label {
	padding: 15px 20px;
	height: 51px;
	text-align: left;
}

.job_filters .facetwp-type-fselect .fs-label.fs-label {
	padding: 8px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .075);
	border-radius: 3px;
	font-size: 14px;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	background: url(assets/img/select-arrows.png) calc(100% - 10px) center no-repeat;
	background-size: 7px 10px;
	border-color: rgba(72, 72, 72, 0.2);
}

.fs-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	transition: ease-in 0.15s;
}

.job_filters .facetwp-type-fselect .fs-label.fs-label+.fs-arrow {
	display: none;
}

.job_filters .facetwp-type-proximity #facetwp-radius {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 30%;
	flex: 1 0 30%;
	display: block;
	margin-left: 30px;
}

.mobile-buttons {
	display: none;
	background: #F9F9F9;
	padding: 26px;
	padding-bottom: 0;
}

.mobile-buttons {
	padding-bottom: 25px;
}

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.hide {
	display: none;
}

.job_filters .features_facets .facetwp-type-checkboxes {
	display: flex;
	align-items: center;
}

.facetwp-checkbox.facetwp-checkbox {
	position: relative;
	padding-left: 31px;
	background: none!important;
}

.facetwp-checkbox.checked:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 1px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

.facetwp-checkbox.facetwp-checkbox:hover:after,
.facetwp-checkbox.facetwp-checkbox.checked:after {
	border-color: #484848;
}

.facetwp-checkbox.facetwp-checkbox:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 1px solid #D8D8D8;
	pointer-events: none;
}

.filter-container .facetwp-type-pager .facet-wrapper {
	line-height: 1.7;
}


/**
 *   4.9 - Leaflet
 */


/* required styles */


/* rtl:ignore */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
}


/* map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container img {
	max-width: none !important;
}


/* stupid Android 2 doesn't understand "max-width: none" properly */

.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
}

.leaflet-tile {
	-webkit-filter: inherit;
	filter: inherit;
	visibility: hidden;
}

.leaflet-tile-loaded {
	visibility: inherit;
}

.leaflet-zoom-box {
	width: 0;
	height: 0;
}


/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
}

.leaflet-tile-pane {
	z-index: 2;
}

.leaflet-objects-pane {
	z-index: 3;
}

.leaflet-overlay-pane {
	z-index: 4;
}

.leaflet-shadow-pane {
	z-index: 5;
}

.leaflet-marker-pane {
	z-index: 6;
}

.leaflet-popup-pane {
	z-index: 7;
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
}

.leaflet-top {
	top: 0;
}

.leaflet-right {
	right: 0;
}

.leaflet-bottom {
	bottom: 0;
}

.leaflet-left {
	left: 0;
}

.leaflet-control {
	float: left;
	clear: both;
}

.leaflet-right .leaflet-control {
	float: right;
}

.leaflet-top .leaflet-control {
	margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
	margin-left: 10px;
}

.leaflet-right .leaflet-control {
	margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	transition: none;
}

.leaflet-marker-icon {
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
}

.is--ie9 .leaflet-clickable {
	position: absolute;
}

.leaflet-container {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}


/* visual tweaks */

.leaflet-container {
	background: #eae4d5;
	outline: 0;
}

.leaflet-container a {
	color: #0078A8;
}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, 0.5);
}


/* general typography */


/* general toolbar styles */

.leaflet-bar {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
}

.leaflet-control-zoom-out {
	font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
}


/* layers control */

.leaflet-control-layers {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	background: #fff;
	border-radius: 5px;
}

.leaflet-control-layers-toggle {
	width: 36px;
	height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
}

.leaflet-control-layers label {
	display: block;
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
}

.leaflet-control-attribution a {
	text-decoration: none;
}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: -7px;
}

.leaflet-popup-content-wrapper {
	width: 200px;
	text-align: left;
	border-radius: 4px;
	overflow: hidden;
}

.leaflet-popup-content {
	line-height: 1.4;
}

.leaflet-popup-content p {
	margin: 18px 0;
}

.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 24px;
	position: relative;
	overflow: hidden;
}

.leaflet-popup-tip {
	width: 30px;
	height: 30px;
	padding: 1px;
	margin: -21px auto 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.leaflet-container a.leaflet-popup-close-button {
	display: none;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}


/**
 *   4.10 - Leaflet cluster
 */


/**
 *   4.11 - List
 */

.list {
	margin-left: -30px;
	margin-bottom: -30px;
}

.list>* {
	padding-left: 30px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 560px) and (max-width: 900px),
(min-width: 740px) and (max-width: 1200px) {
	.list {
		margin-left: -26px;
		margin-bottom: -26px;
	}
	.list>* {
		padding-left: 26px;
		padding-bottom: 26px;
	}
}


/**
 *   4.12 - Pin
 */

.pin {
	position: relative;
	width: 48px;
	height: 59px;
	margin-left: -24px;
	margin-top: -59px;
	color: #FF4D55;
	overflow: hidden;
}

.pin__icon {
	position: absolute;
	top: 38%;
	left: 50%;
	color: #FF4D55;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.pin__icon svg,
.pin__icon img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pin__icon img {
	top: 1px;
	max-width: 44px;
	max-height: 44px;
	border-radius: 50%;
}

.is--ie .pin__icon {
	/*rtl:ignore*/
	direction: ltr;
}

.pin #selected {
	fill: white;
	-webkit-transition: fill .2s ease-out;
	transition: fill .2s ease-out;
}

.pin--selected #selected {
	fill: #FF4D55;
}

.marker-cluster {
	width: 50px !important;
	height: 62px !important;
	margin-left: -25px !important;
	margin-top: -62px !important;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FF4D55;
}

.marker-cluster span {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


/**
 *   4.13 - Map
 */

.map {
	position: fixed !important;
	top: 60px;
	right: 0;
	bottom: 0;
}

.admin-bar .map {
	top: 92px;
}

@media only screen and (min-width: 900px) {
	.has--secondary-menu .map {
		top: 108px;
	}
	.has--secondary-menu.admin-bar .map {
		top: 140px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .map {
		top: 106px;
	}
}

@media not screen and (min-width: 900px) {
	.map {
		position: absolute;
		top: 60px;
		bottom: 0;
		width: 100%;
		left: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		pointer-events: none;
		visibility: hidden;
		z-index: -1;
	}
	.show-map .map {
		z-index: 10;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		display: block;
	}
	.show-map .map .leaflet-control-container {
		display: none;
	}
}

@media only screen and (min-width: 740px) {
	.map {
		display: block !important;
	}
}

@media not screen and (min-width: 480px) {
	.map {
		top: 50px;
	}
	.page-listings.admin-bar .map,
	.admin-bar.post-type-archive-job_listing .map {
		top: 96px;
	}
}

.listing-map {
	width: 350px;
	height: 200px;
}

.map--google iframe {
	display: none;
}

.map--google .leaflet-bottom.leaflet-right {
	bottom: 17px;
}

.single-job_listing .gm-style>div>a>div>img,
.single-job_listing .gmnoprint,
.single-job_listing .gm-style-cc,
.single-job_listing .leaflet-control-attribution {
	display: none;
}

.myflex.no-map {
	max-width: 1060px;
	margin: 0 auto;
	display: block;
}

.myflex.no-map .active-tags {
	display: inline;
	margin-left: 14px;
}

.myflex.no-map .active-tag {
	margin-top: -1px;
	position: relative;
	top: 1px;
	padding-top: 10px;
	padding-bottom: 8px;
}

.myflex.no-map .remove-tag {
	top: 11px;
}

.myflex.no-map .loader {
	left: 50%;
}

.myflex.no-map .job_filters {
	background: none;
}

.myflex.no-map .search_jobs {
	background: white;
	padding: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

@media only screen and (min-width: 1200px) {
	.myflex.no-map .search_jobs {
		margin-top: 20px;
		border-radius: 8px;
		border: 1px solid rgba(0, 0, 0, 0.075);
	}
}

.myflex.no-map .findme {
	display: none;
}

@media only screen and (min-width: 900px) {
	.myflex.no-map .grid.job_listings>.grid__item,
	.myflex.no-map .job_listings.product-content>.grid__item,
	.myflex.no-map .product-content.grid.job_listings>*,
	.myflex.no-map .product-content.job_listings>* {
		width: calc(100%/3);
	}
}

.myflex.no-map .btn--view-map {
	display: none;
}

@media only screen and (min-width: 900px) {
	.myflex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.myflex__left {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-height: 100vh;
}

@media only screen and (min-width: 900px) {
	.myflex__left {
		float: left;
		width: 100%;
		width: calc(600px);
		-ms-flex-preferred-size: 600px;
		flex-basis: 600px;
	}
}

@media only screen and (min-width: 1200px) {
	.myflex__left {
		-ms-flex-preferred-size: 900px;
		flex-basis: 900px;
		width: calc(900px);
	}
}

.myflex__right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media only screen and (min-width: 900px) {
	.myflex__right {
		display: block;
		float: left;
		width: 100%;
		width: calc(100% - 600px);
	}
}

@media only screen and (min-width: 1200px) {
	.myflex__right {
		width: calc(100% - 900px);
	}
}

.myflex__right .active-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

article.job_listing .claim-claimed:before {
	content: "\e82f";
	font-family: "job-manager";
	vertical-align: top;
	color: #e6ce04;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
}

article.job_listing .claim-verified {
	margin-right: 15px;
}

article.job_listing .listing-bio-box {
	display: flex;
	align-items: center;
	padding: 10px;
	margin-top: 10px;
	background-color: #f0f0f0;
}

article.job_listing .listing-bio-box .owner-photo-cropper {
	line-height: 0;
	margin-right: 10px;
}

article.job_listing .listing-bio-box .owner-photo-cropper img.owner-photo {
	border-radius: 50%;
	height: 100px;
	max-width: none;
	object-fit: cover;
	width: 100px;
}

article.job_listing .listing-bio-box .listing-tagline {
	font-size: 14px;
}

article.job_listing .listing-bio-box .listing-tagline .listing-name {
	font-weight: bold !important;
}

#map .pin,
#map .marker-cluster {
	color: #03c6ae;
	fill: #03c6ae;
	height: 40px;
	margin-left: -50%;
	margin-top: -140%;
	overflow: hidden;
	position: relative;
	width: 28px;
}

#map .pin>span,
#map .marker-cluster>span {
	top: 25% !important;
	color: #ffffff !important;
}

#map .pin>svg,
#map .marker-cluster>svg {
	height: 40px;
	width: 28px;
}

#map .pin .pin__icon,
#map .marker-cluster .pin__icon {
	left: 49% !important;
	top: 35% !important;
	transform: scale(0.8) !important;
}

#map .pin--empty {
	width: auto;
	height: auto;
}

#map .pin--empty svg {
	width: auto;
	height: auto;
}

#map .pin--empty #selected {
	color: #03c6ae;
	fill: #03c6ae;
}

.page-listings .card--listing .listing-verified-icon {
	color: green !important;
}

.page-listings .card--listing .listing-claimed-icon {
	color: #e6ce04;
	margin-left: 0;
}

.page-listings .card--listing .card__pin {
	color: #03c6ae;
}

.type-job_listing .jmfe-custom-field-label {
	width: auto;
}

.job_listings .search_jobs .facetwp-counter,
.job_listings .buma-search-sort .facetwp-counter {
	display: none;
}

.job_listings .search_jobs .facetwp-hide,
.job_listings .buma-search-sort .facetwp-hide {
	visibility: hidden;
}

.job_listings .search_jobs .toggle-hidden-facets,
.job_listings .buma-search-sort .toggle-hidden-facets {
	display: inline-block;
	margin: 20px 5px 0px 26px;
}

.job_listings .search_jobs .features_facets,
.job_listings .buma-search-sort .features_facets {
	display: flex;
	padding-top: 25px;
}

.job_listings .search_jobs .features_facets>div,
.job_listings .buma-search-sort .features_facets>div {
	border: none;
	float: left;
	margin-top: -25px;
	width: 300px;
}

.job_listings .search_jobs .features_facets>div:nth-child(3),
.job_listings .buma-search-sort .features_facets>div:nth-child(3) {
	clear: both;
}

.job_listings .search_jobs .features_facets .facet-wrapper .facetwp-checkbox,
.job_listings .buma-search-sort .features_facets .facet-wrapper .facetwp-checkbox {
	padding-right: 0;
}

.job_listings .search_jobs .features_facets .facet-wrapper .facetwp-checkbox .facetwp-hide,
.job_listings .buma-search-sort .features_facets .facet-wrapper .facetwp-checkbox .facetwp-hide {
	display: block;
	text-indent: -10000px;
}

.job_listings .search_jobs .facetwp-facet .facetwp-filter-title,
.job_listings .buma-search-sort .facetwp-facet .facetwp-filter-title {
	padding-right: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 215px;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
}

.job_listings .search_jobs button.toggle-facet-group,
.job_listings .buma-search-sort button.toggle-facet-group {
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	background-color: #f58220;
	border: 1px solid #f58220;
	padding: 8px 25px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin: 20px 30px;
}

.job_listings .search_jobs button.toggle-facet-group:hover,
.job_listings .buma-search-sort button.toggle-facet-group:hover {
	color: #f58220;
	background-color: transparent;
}

.job_listings .search_jobs button.toggle-facet-group.toggle-facet-group:before,
.job_listings .buma-search-sort button.toggle-facet-group.toggle-facet-group:before {
	/*		background: url('assets/svg/filter-dark.svg') no-repeat center center;
		background-size: 100%;	*/
	display: inline-block;
	height: 17px;
	margin-right: 5px;
	position: relative;
	top: -5px;
	vertical-align: middle;
	width: 17px;
	font-family: ETmodules;
	content: "\67";
	font-size: 22px;
}

.job_listings .search_jobs button.job-filters-clear-btn,
.job_listings .buma-search-sort button.job-filters-clear-btn {
	background-color: #484848;
	border: 1px solid #484848;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 200;
	margin: 20px 30px;
	padding: 4px 14px;
	position: relative;
	z-index: 11;
	line-height: 1.7;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.job_listings .search_jobs button.job-filters-clear-btn:hover,
.job_listings .buma-search-sort button.job-filters-clear-btn:hover {
	color: #484848;
	background-color: transparent;
}

.job_listings .search_jobs button.toggle-facet-group span {
	line-height: 1.7;
}

.job_listings .search_jobs button.job-filters-clear-btn.toggle-facet-group:before,
.job_listings .buma-search-sort button.job-filters-clear-btn.toggle-facet-group:before {
	background: url('assets/svg/filter-dark.svg') no-repeat center center;
	background-size: 100%;
	content: "";
	display: inline-block;
	height: 17px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 17px;
}

.job_listings .search_jobs .hide,
.job_listings .buma-search-sort .hide {
	display: none;
}

@media only screen and (max-width: 900px) {
	.job_listings .search_jobs button.toggle-facet-group,
	.job_listings .buma-search-sort button.toggle-facet-group {
		display: none;
	}
	.job_listings .search_jobs .features_facets .facetwp-facet,
	.job_listings .buma-search-sort .features_facets .facetwp-facet,
	.job_listings .search_jobs .hidden_facets .facetwp-facet,
	.job_listings .buma-search-sort .hidden_facets .facetwp-facet {
		justify-content: flex-start;
	}
	.job_listings .search_jobs .features_facets .facetwp-facet .facet-wrapper,
	.job_listings .buma-search-sort .features_facets .facetwp-facet .facet-wrapper,
	.job_listings .search_jobs .hidden_facets .facetwp-facet .facet-wrapper,
	.job_listings .buma-search-sort .hidden_facets .facetwp-facet .facet-wrapper {
		flex-basis: 10%;
	}
	.job_listings .search_jobs .features_facets .facetwp-facet label,
	.job_listings .buma-search-sort .features_facets .facetwp-facet label,
	.job_listings .search_jobs .hidden_facets .facetwp-facet label,
	.job_listings .buma-search-sort .hidden_facets .facetwp-facet label {
		flex-basis: 80%;
	}
	.job_listings .search_jobs .hidden_facets .facetwp-facet-sort .facet-wrapper,
	.job_listings .buma-search-sort .hidden_facets .facetwp-facet-sort .facet-wrapper {
		flex-basis: 50%;
	}
	.job_listings .search_jobs .hide,
	.job_listings .buma-search-sort .hide {
		display: block;
	}
}

.job_listings .buma-search-sort .facetwp-facet {
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	min-height: 77px;
	padding: 20px 30px;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.job_listings .buma-search-sort .facetwp-facet label {
	flex: 0 0 215px;
	line-height: 36px;
	padding-right: 15px;
	margin-right: 0;
	align-self: flex-start;
}

.job_listings .buma-search-sort .facetwp-facet .facet-wrapper {
	box-sizing: border-box;
	flex: 0 1 25%;
	display: flex;
	min-width: 163px;
	position: relative;
	flex-wrap: wrap;
}

.job_listings .buma-search-sort .facetwp-facet select {
	background: url(assets/img/select-arrows.png) calc(90%) center no-repeat;
	background-size: 7px 10px;
	padding: 8px;
	width: 100%;
	border-radius: 3px;
}

.facet-wrapper select:focus {
	outline: 0;
	border-color: rgba(72, 72, 72, 0.2);
	box-shadow: none;
}

:focus {
	outline: 0;
	border-color: rgba(72, 72, 72, 0.2);
}

.mobile-buttons {
	padding-bottom: 25px;
}

.mobile-buttons .btn--reset {
	background-color: white;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	color: #484848;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin: 20px 30px;
	padding: 4px 14px;
	position: relative;
	z-index: 11;
	margin-top: 0;
	float: left;
	margin-left: 15px;
}

.mobile-buttons .btn--reset.toggle-facet-group:before {
	background: url('assets/svg/filter-dark.svg') no-repeat center center;
	background-size: 100%;
	content: "";
	display: inline-block;
	height: 17px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 17px;
}

.mobile-buttons .btn--reset:hover {
	background-color: #ffffff;
}

.show-filters-only {
	display: none !important;
}

body.show-filters .show-filters-only {
	display: block !important;
}

.page .gallery.gallery {
	justify-content: space-between;
}

.page .gallery .gallery-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 8%;
}

.page .gallery .gallery-item .gallery-icon img {
	max-width: 225px;
}

form#submit-job-form .fieldset-disabled label {
	color: #adadb2;
}

form#submit-job-form .fieldset-disabled input {
	color: #d9d9d9;
}

a,
button {
	cursor: pointer;
}

.filter-container div:not(:first-child) .facetwp-facet .facet-wrapper select.facetwp-custom-per-page.facetwp-per-page-select {
	width: 100%;
	border-radius: 3px;
}

.grid.job_listings,
.job_listings.product-content {
	padding: 30px;
	padding-top: 20px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid.job_listings>.grid__item,
.job_listings.product-content>.grid__item,
.product-content.job_listings>* {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.grid.job_listings>.grid__item {
	width: 100% !important;
}

.grid.job_listings .card,
.grid.job_listings .card>a,
.grid.job_listings .card--listing .card__content {
	overflow: hidden;
	background: white;
	color: #ABABAB;
	border-radius: 8px;
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-box-shadow 0.1s ease-out;
	transition: opacity 0.3s ease-in-out, -webkit-box-shadow 0.1s ease-out;
	transition: box-shadow 0.1s ease-out, opacity 0.3s ease-in-out;
	transition: box-shadow 0.1s ease-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.1s ease-out;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.card {
	position: relative;
}

.card:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid currentColor;
	border-radius: inherit;
	opacity: .2;
	pointer-events: none;
}

.flexbox .card--listing .card__content {
	padding: 16px;
	flex-direction: row !important;
	align-items: center !important;
	padding-top: 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.grid.job_listings>.grid__item .card__image {
	display: none;
}

.grid.job_listings .card__content .card__tags {
	padding: 0;
	list-style: none;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	order: 0!important;
	flex: 50px 0 0!important;
	margin: 0px!important;
}

.grid.job_listings .card__content .card__tags li {
	margin: 0px!important;
	padding: 10px!important;
	position: relative;
}

.grid.job_listings .card__tag {
	width: 40px;
	height: 40px;
	border: 2px solid #FF4D55;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	background-color: #2f2f2f!important;
	border-color: #61b1f5;
}

.grid.job_listings .pin__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FF4D58;
	-webkit-transform: scale(.85);
	transform: scale(.85);
}

.grid.job_listings .pin__icon svg,
.grid.job_listings .pin__icon img {
	max-width: 30px;
	max-height: 30px;
	min-height: 20px;
	min-width: 20px;
	margin: 0!important;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.grid.job_listings .card__title {
	font-size: 14px;
	letter-spacing: 0em;
	text-transform: none;
	color: #2f2f2f!important;
	margin: 0;
	font-family: "Gotham A", "Gotham B", Arial, sans-serif!important;
	font-weight: 200!important;
	word-break: normal!important;
	hyphens: none!important;
}

.page-template-template-listing-page .grid.job_listings .card__title {
	font-size: 20px;
}

.grid.job_listings .listing-verified-icon {
	color: green!important;
}

.grid.job_listings .card__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* flex: 140px 0 0!important; */
	flex: 180px 0 0!important;
	text-align: right!important;
	margin: 0px!important;
	margin-left: auto !important;
}

.grid.job_listings .card__pin,
.grid.job_listings .card__rating {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #03c6ae;
}

.grid.job_listings .card__pin svg {
	display: block;
}

.grid.job_listings .address {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	-webkit-box-flex: 100;
	-ms-flex: 100 0 7.5em;
	flex: 100 0 7.5em;
}


/* listings */

.job_filters .search_jobs select {
	font-family: 'Open Sans', sans-serif;
}

.job_filters .search_jobs div.location-results {
	background-color: #fff;
	z-index: 1;
}

.grid.job_listings .card {
	margin-bottom: 0;
}

.myflex .facetwp-pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 30px 30px;
}

.myflex .facetwp-pager a {
	color: #919191;
	background-color: #FFFFFF;
	font-size: 14px;
	border-radius: 3px;
	padding: 6px 18px;
	line-height: 1.7;
	font-weight: normal;
}

.myflex .facetwp-pager a:hover,
.myflex .facetwp-pager a.active {
	color: #fff;
	background-color: #f58220;
}

.leaflet-bar.leaflet-bar {
	top: 25px;
}

.leaflet-bar.leaflet-bar a {
	width: 21px;
	height: 21px;
	font-size: 16px;
	line-height: 18px;
	background: #fff;
	margin: 0 auto;
	border: 0;
	color: #484848;
}

.leaflet-bar.leaflet-bar {
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0 1px 2px;
	box-shadow: rgba(0, 0, 0, .5) 0 1px 2px;
	top: 20px;
	left: 20px;
	margin: 0;
	border-radius: 4px;
	border: 0;
}

.job_listings .myflex .map {
	top: 66px;
}

.leaflet-pane .leaflet-marker-icon path,
.leaflet-pane .leaflet-marker-icon svg {
	fill: #03c6ae;
}


/* Tender */

.post-type-archive-tenders .top-main-title {
	margin-bottom: 50px;
}

.site-main.tender .page-header h1 {
	font-size: 37px;
	line-height: 1.3;
	color: #202027;
	font-family: 'Open Sans', sans-serif;
}

.site-main.tender .entry-content {
	max-width: 1500px!important;
}
div#tenders-container {
    position: relative;
	z-index: 9;
}
#tenders-container select {
	margin: 0 4px;
	background-image: url(../../themes/listable/assets/img/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	padding-right: 32px;
	border-radius: 3px;
	font-size: 14.95px;
	width: 100%;
	border: 1px solid #48484833;
}

#tenders-container .dataTables_filter input {
	border-radius: 3px;
	border: 1px solid #48484833;
	font-size: 14.95px;
	width: 100%;
}

#tenders-container .tender-table {
	border-top: 0;
	background-color: #fff;
	border-color: #eee;
}

#tenders-container .tender-table thead td {
	font-weight: bold;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	height: 60px;
}

#tenders-container .tender-table td {
	font-family: 'Open Sans', sans-serif;
}

#tenders-container .dataTables_wrapper .tender-table td {
	font-size: 14px;
	padding: 18px 15px!important;
}

#tenders-container .tender-table .tender-title a {
	border: 0;
}

table.dataTable thead .sorting {
	background-image: url(../../themes/listable-child-master/images/sort_both.png);
}

table.dataTable thead .sorting_asc {
	background-image: url(../../themes/listable-child-master/images/sort_asc.png);
}

table.dataTable thead .sorting_desc {
	background-image: url(../../themes/listable-child-master/images/sort_desc.png);
}

#tenders-container .dataTables_wrapper .tender-table td .card__tags {
	list-style: none;
}

.site-main.tender .page-header {
	padding: 1.5rem!important;
	text-align: center;
}

.tender-title a {
	border-bottom: 1px solid #f48f4d;
	padding-bottom: 3px;
	text-align: left !important;
	line-height: 1.4;
	color: #202027;
}


/*
#tenders-container .dataTables_wrapper .tender-table thead td:first-child{
    border-radius: 10px 0 0 0;
}
#tenders-container .dataTables_wrapper .tender-table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
#tenders-container .dataTables_wrapper .tender-table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}
*/

#tenders-container .paging_simple_numbers a {
	background-color: #fff;
	border: 0;
	background-image: none;
	margin-left: 5px;
	margin-bottom: 5px;
}

#tenders-container .paging_simple_numbers a.current,
#tenders-container .paging_simple_numbers a:hover {
	background-color: #f48f4d;
	color: #fff!important;
}

@media only screen and (max-width: 1500px) {
	.site-main.tender .entry-content {
		max-width: 1200px!important;
	}
}

@media only screen and (max-width: 1200px) {
	.site-main.tender .entry-content {
		max-width: 900px!important;
	}
	.page-template-template-listing-page .grid.job_listings .card__title {
		font-size: 16px;
	}
	.job_listings .myflex .map {
		top: 72px;
	}
}

@media only screen and (max-width: 1023px) {
	.site-main.tender .entry-content {
		max-width: 600px!important;
	}
	.site-main.tender .page-header h1 {
		font-size: 32px;
	}
	#tenders-container .tender-table {
		width: 100%!important;
		/* max-width: 250px; */
		margin: 0 auto 20px auto;
		border: 1px solid #eee;
	}
	#tenders-container .tender-table thead {
		display: none;
	}
	#tenders-container .dataTables_wrapper .tender-table tbody tr {
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: block;
	}
	#tenders-container .dataTables_wrapper .tender-table tbody tr:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	#tenders-container .dataTables_wrapper .tender-table tbody td {
		display: block;
		border: 0;
	}
	#tenders-container .dataTables_wrapper .tender-table tbody td.tender-icon {
		display: contents;
	}
	div.job_listings {
		background-color: #f9f9f9;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 739px) {
	.job_filters .facetwp-facet {
		flex-wrap: wrap;
	}
	.facetwp-template .job_listings {
		padding-right: 0;
	}
	.facetwp-template .job_listings .grid__item {
		padding-left: 0;
	}
	.facetwp-template .job_listings .grid__item .card {
		border-radius: 0;
	}
	.job_listings .filter-container {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-main.tender .entry-content {
		padding: 0 25px;
	}
	.myflex .facetwp-pager a {
		margin-right: 5px;
		font-size: 12px;
	}
	.facetwp-template .job_listings {
		padding-bottom: 0;
	}
	.page-template-template-listing-page .grid.job_listings .card__title {
		font-size: 14px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 399px) {
	.myflex .facetwp-pager a {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}


/* Team Page */

.tabcontentSec {
	display: none;
}


/* Our Value Page */

.tiocSec h4 {
	color: #202027 !important;
	font-family: 'Quattrocento', serif;
}

.tiocSec p {
	margin-top: -10px;
}

.exceedsec p {
	margin-top: -10px;
}

.acctrans ul {
	padding-left: 45px;
	margin-top: -10px
}

.acctrans li {
	margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
	.values-sec {
		padding-top: 0px;
	}
	.sec-acctrans {
		padding-top: 0px;
	}
}


/* What we do Page */

.mgr-25 {
	margin-right: 25px !important;
}

.mrg-btm p {
	margin-bottom: 20px;
}

.billion-sec {
	float: right;
	background-color: #f48222;
	padding: 20px;
	width: 287px;
	margin: 0 0px 10px 16px;
}

.billion-sec h4 {
	color: #fff;
	font-size: 42px;
	line-height: 26px;
	margin: 15px 0 0;
	font-weight: 900;
}

.billion-sec p {
	color: #fff;
	font-weight: 600;
}

.wework-sec ul {
	list-style-type: none;
}

.wework-sec a {
	color: #202027;
	border-bottom: 1px solid #bfbfc1 !important;
}

.mrg-35 {
	margin-right: 35px !important;
}

.cities-list li a {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 3px 0 !important;
	display: inline-block;
	color: #202027;
	line-height: 1;
	font-weight: 600;
}

.cities-list li a::after {
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid transparent;
	border-left-color: black;
	position: absolute;
	content: "";
	top: 3px;
	right: -22px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.cities-list li a:hover:after {
	right: -28px;
}

.cities-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.cities-list ul li {
	width: 33.33%;
	margin-top: 20px !important;
}

.cities-list .et_mobile_nav_menu ul.et_mobile_menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
	background-color: transparent !important;
	position: static !important;
	box-shadow: none !important;
	border: 0;
}

.wework-sec h3 {
	margin-bottom: 15px;
}


/* As per New Design */

.overviewLeft_Img .et_pb_image_wrap,
.overviewLeft_Img .et_pb_image_wrap img {
	width: 100%;
}

.billion-sec {
	width: 300px;
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.billion-sec {
		margin: 0 auto 25px;
		width: 100%;
	}
}

@media only screen and (max-width: 1400px) {
	.our_impact_Sec .et_pb_row.chart-img,
	.roasdMap_Sec .et_pb_row.chart-img {
		width: 100% !important;
		padding-left: 30px;
		padding-right: 30px;
	}
}


/* @media only screen and (max-width: 767px){
.our_impact_Sec .et_pb_row.chart-img, .roasdMap_Sec .et_pb_row.chart-img {
	width: 100% !important;
	padding-left: 10px;
	padding-right: 10px;
}
} */

.roasdMap_Sec h2 {
	margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
	.list-p br {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.create-job br {
		display: none;
	}
	.content-p {
		width: none;
	}
}

@media only screen and (max-width: 767px) {
	.mgr-25 .et_pb_image_wrap {
		width: 100%;
		text-align: center;
	}
	.billion-sec {
		margin-bottom: 25px;
		width: 100%;
	}
	.billion-sec h4 {
		font-size: 35px;
	}
	.cities-list ul li {
		font-size: 14px;
	}
	.cities-list li::after {
		margin-left: 5px;
	}
}

@media only screen and (max-width: 412px) {
	.cities-list ul li {
		width: 49.33%;
	}
	.cities-list ul {
		padding-left: 20px;
	}
}


/* Work with us */

.mrgin-5 {
	margin-right: 5px !important;
}

.mrgin-5 .et_pb_image_wrap {
	width: 100%;
}

.tower-img {
	width: 100%;
}

.director-sec .text-part {
	font-size: 30px;
}

.caret {
	position: relative;
}

.caret::after {
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid transparent;
	border-left-color: #f48222;
	position: absolute;
	content: "";
	top: 5px;
	margin-left: 8px;
}


/* Style after Mega Menu added(06/Oct/2021) */


/* #main-header .et_menu_container{
	padding-bottom: 10px;
} */

#main-header {
	background-color: #f4f4f4;
}

#mega-menu-wrap-primary-menu {
	background-color: transparent;
}

.et_header_style_left #et-top-navigation {
	padding-top: 0px!important;
	padding-left: 40px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
	color: #3a4d62 !important;
	background-color: transparent!important;
	padding: 22px 0;
	line-height: 1.2;
	height: auto;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover {
	background: transparent;
	color: #fe8400 !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item {
	padding: 0 20px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
	position: fixed !important;
	left: 0 !important;
	right: 0;
	top: 55px;
	background-color: #ffffff !important;
	padding: 40px 30px;
	/*	box-shadow: 0 0 5px rgba(0,0,0,0.07);*/
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
	font-size: 32px;
	line-height: 1.5;
	text-transform: none;
	color: #202027;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu p {
	font-size: 20px;
	line-height: 1.5;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item .menu .menu-item:not(:last-child) {
	padding-bottom: 35px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item .menu .menu-item a {
	font-size: 20px;
	color: #202027;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item .menu .menu-item a:hover {
	color: #fe8400;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item #menu-our-impact-1.menu .menu-item a,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.menutext ul.menu .menu-item a {
	font-size: 15px;
	color: #202027;
	line-height: 1.2;
	text-transform: capitalize;
	font-weight: 700;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item #menu-our-impact-1.menu .menu-item a:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.menutext ul.menu .menu-item a:hover {
	color: #fe8400;
}

.threecolSec .mega-sub-menu li.mega-menu-item h4.mega-block-title,
.mega-sub-menu .title-uppercase h4.mega-block-title {
	font-size: 20px !important;
	color: #202027;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 25px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
	max-width: 1600px;
	margin: 0 auto;
	float: none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 0;
}

#menu-our-impact-1 li.menu-item {
	width: 49%;
	display: inline-block;
}

.mega-fristcolSec.fristcolSec,
.mega-secondcolSec.secondcolSec,
.mega-threecolSec.threecolSec,
.mega-lastcolSec.lastcolSec,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menuBox {
	width: 25% !important;
	padding: 0 38px !important;
}

@media only screen and (max-width: 1599px) {
	.mega-fristcolSec.fristcolSec,
	.mega-secondcolSec.secondcolSec,
	.mega-threecolSec.threecolSec,
	.mega-lastcolSec.lastcolSec {
		padding: 0 15px !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
		font-size: 28px !important;
		line-height: 1.4 !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu p {
		font-size: 18px;
	}
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	display: none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children {
	position: relative !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #202027 transparent;
	line-height: 0;
	_border-color: #000000 #000000 #ffffff #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	content: "";
	bottom: 0px;
	left: 50%;
	margin-left: -4px;
	display: inline-block;
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children:hover::before {
	opacity: 1;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
	transform: translate(0, 0) !important;
	border-top: 3px solid #202027;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.mega-menu-flyout.aboutus-menu ul.mega-sub-menu {
	transform: translate(0, 0px) !important;
	padding: 10px 0;
	background-color: #fff;
	/*	box-shadow: 0 0 5px rgba(0,0,0,0.07);*/
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background-color: #fff;
	border-top: 1px solid #ccc;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link {
	border-top: 0;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background-color: #fff;
	color: #fe8400;
}

.rightsidemenuSec .menu-item.menu-item-has-children {
	position: relative;
}

.rightsidemenuSec .menu-item.menu-item-has-children::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #202027 transparent;
	line-height: 0;
	_border-color: #000000 #000000 #ffffff #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	content: "";
	bottom: -24px;
	left: 64%;
	display: inline-block;
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.rightsidemenuSec .menu-item.menu-item-has-children:hover::before {
	opacity: 1;
}

.rightsidemenuSec .nav li ul {
	border-top: 3px solid #202027;
	top: 39px;
	width: 120px;
	left: 16px;
	padding: 10px 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.rightsidemenuSec .menu-item.menu-item-has-children .sub-menu li {
	padding-left: 10px !important;
	padding-right: 10px !important;
}


/* #main-header .rightsidemenuSec {
	padding-top: 8px;
}
 */

.workwithusmenusec ul.mega-sub-menu li a.mega-menu-link {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

.workwithusmenusec ul.mega-sub-menu li a.mega-menu-link span.mega-menu-description {
	color: #666!important;
}

.pdleft-10 a.mega-menu-link {
	padding-left: 25px!important;
	color: #51b4ba!important;
}

.pdleft-10 a.mega-menu-link:hover {
	color: #fe8400!important;
}

@media only screen and (max-width: 1600px) {
	.rightsidemenuSec .nav li ul {
		left: 0;
	}
}

@media only screen and (max-width: 1279px) {
	.et_search_outer {
		padding-right: 5px;
	}
	.mega-lastcolSec.lastcolSec {
		display: none !important;
	}
	/*#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children:hover::before {
		opacity: 0;
		display: none;
	}
	#et-top-navigation {
		position: absolute;
		right: 30px;
	}
	#main-header .rightsidemenuSec {
		display: flex;
		padding-right: 75px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
		height: 30px;
		width: 30px;
		top: 2px;
		left: 3px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		width: 25px;
		height: 3px;
		background-color: #fff;
		border-radius: 0px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle {
		color: #fff;
		background: transparent;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-right {
		background-color: transparent;
		padding-top: 16px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-left,
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-center {
		display: none;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item {
		padding: 0 0;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
		padding: 15px 20px;
		font-weight: bold!important;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		margin-left: 6px;
		background-color: #fe8400;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		display: flex;
		align-content: center;
		justify-content: center;
		padding-top: 6px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block:only-child {
		padding-top: 4px;
	}
	header #mega-menu-primary-menu {
		position: fixed !important;
		right: 0 !important;
		left: 0 !important;
		top: 59px !important;
		background-color: #fff !important;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		top: 15px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
		top: 8px;
	}
	.mega-menu-toggle .mega-toggle-blocks-right button.mega-toggle-animated {
		margin-top: 6px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		top: 20px;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
		z-index: 1111;
		position: absolute;
		right: 15px;
		top: 11px;
		height: 30px;
		width: 30px;
		display: flex;
		align-items: center;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
		position: static !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		padding: 5px 35px;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item .menu .menu-item a:hover {
		background: rgb(229, 118, 46);
		background: -moz-linear-gradient(left, rgba(229, 118, 46, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(229, 118, 46, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(to right, rgba(229, 118, 46, 1) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58220', endColorstr='#ffffff', GradientType=1);
		color: #fff !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link .mega-indicator,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link .mega-indicator {
		color: #666;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.mega-menu-flyout.aboutus-menu ul.mega-sub-menu {
		padding: 0;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		transform: translate(0, 0) !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
		content: "\f344";
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator::after {
		content: "\f342";
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.hover>a.mega-menu-link>span.mega-indicator::after {
		content: "\f342";
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
		padding: 0;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item .menu .menu-item a,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item #menu-our-impact-1.menu .menu-item a,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.menutext ul.menu .menu-item a {
		font-size: 14px;
		line-height: 35px;
		font-weight: normal;
		padding: 5px 40px;
		text-transform: capitalize;
		display: block;
		color: #666;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column,
	#menu-our-impact-1 li.menu-item {
		width: 100% !important;
		padding: 0 !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item .menu .menu-item:not(:last-child) {
		padding-bottom: 0;
		display: block;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
		font-size: 16px !important;
		padding-bottom: 0 !important;
		padding-left: 40px;
		padding-top: 10px;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
		max-height: 400px;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu .mega-sub-menu .textwidget p {
		margin-bottom: 0;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu .mega-sub-menu .textwidget p br {
		display: none;
	}
	li#mega-menu-80152-0-1 p a,
	li#mega-menu-80152-0-2 p a {
		padding: 5px 35px;
		text-transform: capitalize;
		font-size: 14px !important;
		display: block;
		margin-top: 0;
		font-weight: normal;
		line-height: 35px;
	}
	li#mega-menu-80152-0-1 p a:hover,
	li#mega-menu-80152-0-2 p a:hover {
		background: rgb(229, 118, 46);
		background: -moz-linear-gradient(left, rgba(229, 118, 46, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(229, 118, 46, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(to right, rgba(229, 118, 46, 1) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58220', endColorstr='#ffffff', GradientType=1);
		color: #fff !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu .mega-sub-menu .mtxt {
		display: none;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.hover>.mega-sub-menu {
		visibility: visible;
		display: block;
	} */
    
	#mega-menu-wrap-primary-menu .mega-menu-toggle {
		background: #fe8400;
		border-radius: 100%;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block {
		border-radius: 100%;
		margin: 0!important;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		width: 26px;
		background-color: #fff;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block span.mega-toggle-animated-box span.mega-toggle-animated-inner {
		width: 26px;
		left: 6px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu {
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		z-index: 9999;
		background: #fff;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item {
		padding: 0;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
		padding: 15px 20px;
		font-weight: bold!important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
		display: block;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
		content: "\f344";
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.hover>a.mega-menu-link>span.mega-indicator::after {
		content: "\f342";
	}
	/* #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.hover ul.mega-sub-menu {
		display: block;
		background: #fff!important;
	} */
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children:hover::before{
		display: none;
	}

}


/* Become a Partner Section */

.becomePartnerSection .becomePartnerWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	background-color: #202027;
}

.becomePartnerSection .becomePartnerWrap .contentBox {
	padding-left: 0;
	padding-right: 300px;
}

.becomePartnerSection .becomePartnerWrap .image {
	position: relative;
}

.becomePartnerSection .becomePartnerWrap .image img {
	z-index: 2;
	position: relative;
	margin-top: -130px;
}

.becomePartnerSection .becomePartnerWrap .image:after {
	width: 220px;
	height: 200px;
	background-image: url(./images/plus-icon-blue.png);
	background-position: top center;
	background-repeat: repeat;
	position: absolute;
	right: -20px;
	bottom: -118px;
	content: "";
}

.becomePartnerSection .becomePartnerWrap .contentBox p {
	color: #fff;
}

.becomePartnerSection .becomePartnerWrap .contentBox .btn {
	background-color: #fff;
}

.becomePartnerSection .becomePartnerWrap .contentBox .btn:hover {
	color: #fff;
	background-color: #f58220;
}

@media only screen and (max-width: 1279px) {
	.et_fixed_nav #main-header {
		padding-bottom: 5px;
	}
	.et_header_style_left .logo_container {
		margin-top: 14px;
		margin-bottom: 10px;
	}
	.rightsidemenuSec .nav li ul {
		top: 44px;
	}
	.pdleft-10 a.mega-menu-link {
		padding-left: 45px!important;
	}
}

@media only screen and (max-width: 1199px) {
	.becomePartnerSection .becomePartnerWrap .contentBox {
		padding-right: 150px;
	}
}

@media screen and (max-width: 1023px) {
	.et_header_style_left #logo {
		max-width: 175px;
	}
	#main-header .rightsidemenuSec {
		margin-top: 11px;
	}
	.et_header_style_left .logo_container {
		margin-top: 6px;
		margin-bottom: 5px;
	}
	.et_fixed_nav #main-header {
		padding-bottom: 10px;
		padding-top: 7px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-right {
		padding-top: 0px;
	}
	
	header #mega-menu-primary-menu {
		top: 57px !important;
	}
	.work_details .image .hover-text p {
		font-size: 17px;
	}
	.work_details .image .hover-text {
		padding: 0 10px;
	}
	.rightsidemenuSec .nav li ul {
		top: 40px;
	}
	.rightsidemenuSec .menu-item.menu-item-has-children::before {
		bottom: -25px;
	}
}

header#main-header .et-search-form {
	width: 100%!important;
	max-width: 100%!important;
	left: 0;
	right: 0;
	background-color: #4398ad !important;
}

@media only screen and (max-width: 1023px) {
	#main-header .et-search-form input {
		font-size: 30px;
	}
}

@media only screen and (max-width: 979px) {
	.becomePartnerSection .becomePartnerWrap .contentBox {
		padding-right: 40px;
	}
	.rightsidemenuSec .nav li ul{
		width: 77px;
	}
}

@media only screen and (max-width: 767px) {
	.et_header_style_left #et-top-navigation{
		padding-left: 12px !important;
	}
	.rightsidemenuSec .nav li ul {
		top: 35px;
	}
	.rightsidemenuSec .menu-item.menu-item-has-children::before {
		bottom: -22px;
	}
	#main-header .et_search_outer .et_search_form_container {
		height: 55px !important;
	}
	header #mega-menu-primary-menu {
		top: 57px !important;
		border-top: 1px solid #fff !important;
	}
	#main-header .et-search-form input {
		font-size: 22px;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item {
		background-color: #fff;
	}
	.et_header_style_left .logo_container {
		margin-top: 4px;
		margin-bottom: 5px;
	}
	.et_header_style_left #logo {
		max-width: 140px;
	}
	#main-header .rightsidemenuSec {
		margin-top: 11px;
	}
	#et-top-navigation {
		right: 10px;
	}
	#main-header .et_menu_container {
		padding: 0 10px
	}
	#main-header .rightsidemenuSec {
		padding-right: 55px;
	}
	#main-header .nav li {
		padding-left: 12px;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-right {
		padding-top: 0px;
	}
	.et_header_style_left .et-search-form {
		width: 100% !important;
		max-width: 65% !important;
	}
	.becomePartnerSection .becomePartnerWrap {
		flex-direction: column-reverse;
	}
	.becomePartnerSection .becomePartnerWrap .image img {
		margin-top: 0;
	}
	.becomePartnerSection .becomePartnerWrap .image {
		margin-bottom: 20px;
	}
	.becomePartnerSection .becomePartnerWrap .image::after {
		bottom: -18px;
	}
	.becomePartnerSection .becomePartnerWrap {
		padding: 20px 20px;
	}
	.becomePartnerSection .becomePartnerWrap .contentBox {
		padding-right: 0;
	}
}

.contactInfo a:hover {
	text-decoration: underline;
}

.contactInfo h5,
.contactInfo h2 {
	margin-bottom: 0;
}

.contactInfo .et_pb_column.et_pb_column_1_3.et_pb_column_single {
	width: 15% !important;
}

.contact-form-wrapper .formSec {
	max-width: 700px;
	margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
	.contactInfo .et_pb_column.et_pb_column_1_3.et_pb_column_single {
		width: 20% !important;
	}
}

@media only screen and (max-width: 980px) {
	.contactInfo .et_pb_column.et_pb_column_1_3.et_pb_column_single {
		width: 100% !important;
		margin-bottom: 0;
	}
	.et_header_style_left #et-top-navigation,
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding-top: 0;
	}
}

.director-sec .img-col {
	padding-right: 30px;
}

.director-sec .img-col img {
	width: 100%;
}

@media only screen and (max-width: 1279px) {
	.director-sec .content-col h4 {
		font-size: 18px !important;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	.director-sec .text-part {
		font-size: 22px;
	}
}

@media only screen and (max-width: 980px) {
	.director-sec .img-col img {
		width: auto;
	}
	.director-sec .img-col .et_pb_image_wrap {
		text-align: left;
	}
	.mapRow .mgn-25 {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.director-sec .content-col h4 {
		font-size: 16px !important;
	}
	.director-sec .text-part {
		font-size: 18px;
	}
	.wework-sec ul {
		padding-left: 0;
	}
	.wework-sec ul li {
		width: 50%;
	}
}

.our-partners .container {
	max-width: 1230px;
}

.partner-slider {
	padding: 80px 0;
}

.partner-slider li {
	padding: 0 30px;
}

.partner-slider .owl-item li img {
	width: auto;
}


/* Our impact */

.mgn-25 {
	margin-right: 25px !important;
	width: 23% !important;
}

@media only screen and (max-width:1439px) {
	.chart-img .wp-image-72614 {
		width: 95%;
	}
}

@media only screen and (max-width:1199px) {
	.chart-img .wp-image-72614 {
		width: 90%;
	}
	.mgn-25 {
		margin-right: 20px !important;
	}
	.tab_full_width_row {
		max-width: 100%;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width:991px) {
	.chart-img .wp-image-72614 {
		width: 100%;
	}
	.mgn-25 {
		margin-right: 15px!important;
	}
}

@media only screen and (max-width:667px) {
	.mgn-25 {
		margin-right: 0px!important;
		width: 50% !important;
	}
}


/* Finalize Page Style */

.acctrans li::marker {
	color: #666666;
}


/* Team Member List Section */


/* Our Team */

.ourteamSec .top-main-title .container {
	max-width: 1600px;
}

section.ourteamSec .entrytext h1 {
	text-align: center;
}

section.ourteamSec .container {
	max-width: 1080px;
}

section.ourteamSec .main-title .container {
	max-width: 1600px;
}

.teammemberlistSec {
	padding-bottom: 40px;
}

.teammemberlistSec .tablinkSec {
	display: flex;
	justify-content: center;
}

.teammemberlistSec .tablinkSec li {
	margin: 0px 12px;
	text-align: center;
}

.teammemberlistSec .tablinkSec li a {
	background-color: #f4f4f4;
	padding: 10px 30px;
	border-radius: 25px;
	border: 1px solid #f48222;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
}

.teammemberlistSec .tablinkSec li a:hover {
	background-color: #f48222;
	color: #fff;
}

.teammemberlistSec .tablinkSec li .active {
	background-color: #f48222;
	color: #fff;
}

.page-template-template-our-team .teammemberlistSec .tabcontentSec:nth-child(2) {
	display: block;
}

.tabcontentSec {
	padding-top: 80px;
}

.tabcontentSec ul {
	display: flex;
	flex-wrap: wrap;
}

.tabcontentSec li {
	width: 25%;
	text-align: center
}

.tabcontentSec ul li figure img {
	border-radius: 100%;
	max-height: 190px;
}

.tabcontentSec ul li figure img {
	-webkit-filter: grayscale(100%);
}

.tabcontentSec ul li figure img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

@media only screen and (max-width: 1279px) {
	.main-title {
		padding: 40px 0 35px;
	}
}

@media only screen and (max-width: 991px) {
	.tabcontentSec {
		padding-top: 45px;
	}
	.tabcontentSec ul li figure img {
		max-height: 160px;
	}
}

@media only screen and (max-width: 767px) {
	section.ourteamSec .entrytext h1 {
		font-size: 30px;
	}
	.entrytext .et_pb_section {
		padding: 0px 0px;
	}
	section.ourteamSec .entrytext p {
		font-size: 18px;
		line-height: 30px;
	}
	.tabcontentSec p {
		font-size: 18px;
	}
	.teammemberlistSec .tablinkSec li a {
		font-size: 16px;
	}
	.teammemberlistSec .tablinkSec li {
		margin: 0px 6px;
	}
	.tabcontentSec p {
		font-size: 14px;
	}
	.tabcontentSec li:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 562px) {
	.teammemberlistSec .tablinkSec {
		flex-direction: column;
		align-items: center;
	}
	.teammemberlistSec .tablinkSec li a {
		font-size: 16px;
	}
	.teammemberlistSec .tablinkSec li {
		padding-top: 10px;
	}
	.tabcontentSec li {
		width: 100%;
	}
	.teammemberlistSec .tablinkSec li a {
		width: 220px;
	}
	.teammemberlistSec .tablinkSec li a {
		padding: 15px 30px;
	}
}

.tabcontentSec ul li figure img {
	-webkit-filter: grayscale(100%);
}

.teammemberlistSec .tabcontentSec li {
	margin-bottom: 45px;
}

.teammemberlistSec .tabcontentSec li h2 a {
	font-size: 20px;
	line-height: 1.25;
	color: #f48222;
	margin-top: 15px;
	display: inline-block;
}

.teammemberlistSec .tabcontentSec li p {
	font-size: 16px;
	line-height: 1.25;
	color: #777777;
	margin-top: 5px;
	font-weight: 400;
}

@media only screen and (max-width:1023px) {
	.teammemberlistSec .tabcontentSec li {
		width: 33.33%;
	}
}

@media only screen and (max-width:767px) {
	.teammemberlistSec .tabcontentSec li {
		width: 50%;
	}
	.teammemberlistSec .tabcontentSec li {
		margin-bottom: 45px;
	}
	.teammemberlistSec .tabcontentSec li h2 a {
		margin-top: 10px;
	}
}

@media only screen and (max-width:575px) {
	.teammemberlistSec .tabcontentSec li {
		width: 100%;
	}
}

.font_quattrocento p i,
.font_quattrocento {
	font-family: 'Quattrocento', serif !important;
}


/* Updated Landing Page */
.our-service-sec{
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
}
.our-service-sec.faqSection{
	background-color: #fff;
}
.our-service-sec .container {
	max-width: 1280px;
}

.our-service-sec .services {
	margin-top: 50px;
}

.subtitle h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.services .faqslistSec .panel {
	max-width: 100%;
	width: 100%;
	display: flex;
}

.services .faqslistSec .panel .left-col {
	float: none;
	width: 67%;
	padding-right: 100px;
}

.services .faqslistSec .panel .right-col {
	float: none;
	width: 33%;
	margin-left: 0;
	position: relative;
}

.services .faqslistSec .panel .right-col:before {
	width: 255px;
	height: 240px;
	background-image: url(./images/plus-icon-blue.png);
	background-position: top center;
	background-repeat: repeat;
	position: absolute;
	left: -40px;
	top: -43px;
	content: "";
	z-index: -1;
}

.faqslistSec blockquote {
	margin-top: 80px;
}

.faqslistSec blockquote p {
	padding-bottom: 35px!important;
}

blockquote {
	padding-left: 30px;
	margin-left: 40px;
	border-left: 4px solid #51b4ba;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

blockquote:before {
	position: absolute;
	left: -45px;
	top: 5px;
	content: "";
	background-image: url(./images/quote-icon.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}

blockquote p {
	font-size: 20px;
	line-height: 1.5;
	font-family: Quattrocento;
}

blockquote h6 {
	font-size: 14px;
}

.landing_work_withus {
	padding: 0 0 120px;
	background-color: #fff;
}

.landing_work_withus .container {
	max-width: 1510px;
}

.work_withus.landing_work_withus .work_details {
	padding: 0;
}

.landing_work_withus .work_details li:last-child::before {
	display: none;
}

.landing_work_withus .work_details li {
	width: 33.33%;
	padding: 0 55px;
	margin-bottom: 30px;
}

.landing-reports-section.mt-0 {
	margin-top: 0;
}

.landing-reports-section .top-title h2 span {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}

.landing-reports-section.our-reports-section .top-title h2 {
	margin-top: -5px;
	width: 50%;
	text-align: center;
}

.landing-reports-section .top-title {
	max-width: 1400px;
	/* padding-left: 30px; */
}

.landing-reports-section .top-title h2 span {
	margin-bottom: 5px;
}

.landing-reports-section .top-title::after {
	top: 130px;
}

.landing-reports-section .left-col {
	padding-top: 80px;
	padding-right: 110px;
	padding-left: 0;
}

.landing-reports-section .left-col figure {
	margin-bottom: 30px;
	max-width: 480px;
	max-height: 480px;
	margin-left: 80px;
}

.landing-reports-section .left-col figure::before {
	position: absolute;
	content: "";
	right: auto;
	left: -55px !important;
	top: -55px !important;
	background-image: url(./images/plus_icon_casel.png) !important;
	background-position: top right;
	background-repeat: repeat;
	background-size: 25px 25px;
	width: 330px !important;
	height: 300px !important;
	z-index: -1;
	opacity: 0;
}
.landing-reports-section .left-col figure:hover:before{
	opacity: 1;
}

.landing-reports-section .left-col figure a {
	display: block;
	line-height: 0;
}

.landing-reports-section .left-col .report-description {
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.post-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 30px;
}

.post-date .day,
.post-date .month {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
}

.post-date .date {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
}

.landing-reports-section .right-col {
	padding-top: 0;
}

.landing-reports-section .report-list-description {
	width: 100%;
}

.landing-reports-section .left-col .report-description_wrapper {
	text-align: left;
}

.landing-reports-section .inner-report-list {
	align-items: flex-start;
	padding-left: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 0;
}
.landing-reports-section .inner-report-list figure {
    width: 230px;
}
.landing-reports-section .inner-report-list h2 a {
	color: #202027;
}


/* Blockquote and Figure Section */

.blockqote_figure_section {
	padding: 220px 0 160px;
	background-color: #fff;
}

.blockqote_figure_section .container {
	max-width: 1410px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.blockqote_figure_section .left_col {
	width: 70%;
	padding-right: 30px;
}

.blockqote_figure_section .right_col {
	width: 30%;
}

.blockqote_figure_section .left_col blockquote {
	padding-top: 0;
	padding-bottom: 0;
}

.blockqote_figure_section .left_col blockquote p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.blockqote_figure_section .right_col figure {
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.blockqote_figure_section .right_col figure::before {
	position: absolute;
	content: "";
	left: 30px;
	top: -80px;
	background-image: url(./images/plus-gp.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 25px 175px;
	width: 325px;
	height: 200px;	
}

.blockqote_figure_section .right_col figure img {
	width: 100%;
	max-width: 200px;
	height: 200px;
	border-radius: 100%;
	position: relative;
}

.landing_work_withus .work_details li .box .image figure::before {
	display: none;
}


/* Responsive Landing Page */

@media screen and (max-width: 1360px) {
	.landing_work_withus .bottomSec {
		margin-top: -240px;
	}
	.landing-reports-section .top-title {
		max-width: 1200px;
	}
	.landing-reports-section .left-col figure::before {
		width: 300px;
		height: calc(50% + 55px);
	}
	.landing-reports-section .left-col {
		padding-right: 80px;
	}
	.landing-reports-section .left-col figure {
		margin-left: 50px;
	}
	.landing-reports-section .top-title::after {
		top: 130px;
	}
	.landing_work_withus {
		overflow: hidden;
	}
}

@media screen and (max-width: 1279px) {
	.landing-reports-section .top-title {
		max-width: 100%;
	}
	.landing-reports-section .top-title::after {
		top: 110px;
	}
	.landing-reports-section .left-col {
		padding-right: 60px;
		max-width: 100%;
		padding-left: 30px;
	}
	.landing-reports-section .left-col figure::before {
		right: -40px;
		top: -40px;
		background-size: 20px 20px;
	}
	.landing-reports-section .left-col figure {
		margin-left: 30px;
	}
	.post-date .day,
	.post-date .month {
		font-size: 18px;
	}
	.post-date .date {
		font-size: 32px;
	}
	.landing-reports-section .inner-report-list {
		max-width: 100%;
		padding-left: 60px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 0;
	}
	.post-date {
		margin-right: 25px;
	}
	.blockqote_figure_section .right_col figure::before {
		width: 270px;
		height: 180px;
	}
	.blockqote_figure_section .left_col blockquote p {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.faqslistSec blockquote {
		margin-top: 40px;
	}
	.landing_work_withus .work_details li {
		padding: 0 35px;
	}
	.landing_work_withus {
		padding: 60px 0;
	}
	.blockqote_figure_section {
		padding: 170px 0 130px;
	}
	.our-service-sec{
		padding-top: 60px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.landing_work_withus .bottomSec {
		margin-top: -160px;
	}
	.landing-reports-section .top-title::after {
		top: 80px;
	}
	.landing-reports-section .left-col {
		padding-right: 50px;
		padding-top: 60px;
	}
	.landing-reports-section .left-col figure::before {
		width: calc(50% + 60px);
		height: calc(50% + 60px);
	}
	.landing-reports-section .inner-report-list {
		padding-left: 50px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.blockqote_figure_section .right_col figure::before {
		width: 200px;
		height: 180px;
		background-position: top right;
	}
	.blockqote_figure_section .right_col figure img {
		max-width: 180px;
		height: 180px;
	}
	.landing_work_withus .work_details li {
		padding: 0 15px;
	}
	.landing_work_withus .work_details li:first-child::before {
		width: 170px;
		height: 160px;
		left: 6px;
		top: -40px;
	}
}

@media screen and (max-width: 767px) {
	.landing-hero-banner.hero-banner h1 {
		font-size: 32px;
	}
	.page-template-template-landing-page .btn {
		text-align: center;
	}
	.landing-market-sec.market .child-1 .inner-container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.landing-market-sec .market-bottom h3 {
		padding-left: 0;
	}
	.landing-market-sec.market .child-1 figure {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.our-service-sec .services {
		margin-top: 30px;
	}
	.maintitle h2 br {
		display: none;
	}
	.services .faqslistSec .panel {
		flex-wrap: wrap;
	}
	.services .faqslistSec .panel .left-col {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.services .faqslistSec .panel .right-col {
		float: none;
		width: 100%;
		margin-left: 0;
		position: relative;
		margin-top: 70px;
	}
	blockquote p {
		font-size: 18px;
		padding-left: 15px;
	}
	.blockqote_figure_section blockquote p {
		padding-left: 0px;
	}
	.faqslistSec blockquote p {
		padding-bottom: 20px!important;
	}
	.faqslistSec blockquote {
		margin-top: 30px;
	}
	.landing_work_withus .image figure::before {
		display: none;
	}
	.landing_work_withus {
		padding: 60px 0;
	}
	.landing-reports-section.our-reports-section .top-title h2 {
		margin-top: 0;
	}
	.landing-reports-section .left-col {
		padding-right: 30px;
	}
	.landing-reports-section .left-col figure {
		margin-left: 0;
	}
	.landing-reports-section .left-col figure::before {
		z-index: 1;
	}
	.landing-reports-section .left-col figure img {
		width: 100%;
		z-index: 2;
	}
	.landing-reports-section .inner-report-list {
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.blockqote_figure_section {
		padding: 80px 0;
	}
	.blockqote_figure_section .container {
		flex-direction: column-reverse;
	}
	.blockqote_figure_section .left_col {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.blockqote_figure_section .right_col {
		width: 100%;
		margin-bottom: 30px;
		padding-left: 40px;
	}
	.blockqote_figure_section .right_col figure::before {
		width: 180px;
		height: 180px;
		background-position: top right;
		top: -30px;
		right: -30px;
		background-size: 20px 140px;
	}
	.blockqote_figure_section .left_col blockquote {
		padding-left: 15px;
	}
	.blockqote_figure_section .left_col blockquote p {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.landing_work_withus .work_details li {
		padding: 0 35px;
		width: 100%;
		margin-bottom: 40px;
	}
	.landing_work_withus .work_details li:first-child::before {
		width: 210px;
		height: 160px;
		left: 50%;
		top: -50px;
		margin-left: -105px;
		background-size: 16px;
	}
}


/* Map Style */

#map .marker-cluster use {
	fill: #03c6ae;
}


/*  Donate Page  */

.margin_bottom_0 h1,
.margin_bottom_0 h2 {
	margin-bottom: 0;
}

.donationVideoBlock .et_pb_video_box {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}


/* Give Offline Form */

.give_offline_form {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	padding: 30px 30px 40px;
	border-top: 0;
}

.give_offline_form .gform_wrapper {
	margin: 0;
}

.give_offline_form .gform_wrapper .gform_body .radionamountlist {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.give_offline_form .gform_wrapper .gform_body .otheramount {
	margin-top: 0 !important;
	padding-right: 0;
	display: inline-block;
	width: 100%;
	max-width: 80px;
}

.give_offline_form .gform_wrapper .gform_body .gfield_error {
	margin-top: 0;
	padding-right: 0;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 0 !important;
	background: transparent;
	border: 0;
}

.give_offline_form .gform_wrapper .gform_validation_errors>h2 {
	padding-left: 40px;
	padding-right: 40px;
}

.give_offline_form .gform_wrapper.gform_validation_error .gform_body ul li.otheramount.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 80px !important;
}

.give_offline_form .gform_wrapper .gform_body .gfield_error .ginput_container {
	margin-top: 0;
}

body .give_offline_form .gform_wrapper .top_label div.ginput_container,
body .give_offline_form .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;
}

.give_offline_form .gform_wrapper .gform_body .otheramount label span,
.give_offline_form .gform_wrapper .gform_body .otheramount label {
	display: none;
}

.give_offline_form .gform_wrapper .gform_body .otheramount input {
	font-size: 18px !important;
	width: 100%;
	margin: 0 !important;
	height: 48px;
	padding: 5px 15px !important;
	vertical-align: middle;
	color: #999999;
	border: 1px solid #dbdbdb;
}

.give_offline_form .gform_wrapper .gform_body .otheramount input:focus {
	border-color: #79c9c9;
}

.give_offline_form .gform_wrapper .gform_body .gfield_radio {
	display: flex;
	align-items: center;
	margin: 0;
}

.give_offline_form .gform_wrapper .gform_body .gfield_radio li {
	margin-bottom: 0;
}

.give_offline_form .gform_wrapper .gform_body .gfield_radio li {
	margin-right: 15px;
}

.give_offline_form .gform_wrapper .gform_body .gfield_radio li label {
	padding: 14px 20px;
	background-color: transparent;
	color: #79c9c9;
	font-size: 18px;
	margin: 0!important;
	display: inline-block;
	line-height: 1;
	max-width: 100%;
	border: 1px solid #79c9c9;
}

.give_offline_form .gform_wrapper .gform_body .gfield_radio li input[type=radio] {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
	height: 100%;
	z-index: 9;
	border-radius: 0;
	background-color: transparent;
	opacity: 0;
	cursor: pointer;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.give_offline_form .gform_wrapper .gform_body .gfield_radio li input[type=radio]:hover+label,
.give_offline_form .gform_wrapper .gform_body .gfield_radio li input[type=radio]:checked+label {
	font-weight: 400;
	background-color: #79c9c9;
	color: #ffffff;
}

.give_offline_form .gform_wrapper .gform_body .recurring_donation {
	margin-top: 25px;
}

.give_offline_form .gform_wrapper .gform_body .recurring_donation ul {
	margin: 0;
	width: 100%;
}

.give_offline_form .gform_wrapper .gform_body .recurring_donation ul li {
	margin-bottom: 0;
	display: flex;
}

.give_offline_form .gform_wrapper .gform_body .recurring_donation ul li input[type=checkbox] {
	border: 1px solid #dbdbdb;
	border-radius: 0 !important;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	width: 25px !important;
	height: 25px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.give_offline_form .gform_wrapper .gform_body .recurring_donation ul li input:checked::after {
	content: "";
	position: relative;
	top: 2px;
	left: 7px;
	display: inline-block;
	border-width: 0px 3px 3px 0px;
	padding: 4px 2px;
	border-color: #79c9c9;
	border-style: solid;
	transform: rotate(45deg);
}

.give_offline_form .gform_wrapper .gform_body .recurring_donation ul li label {
	font-size: 16px;
}

.give_offline_form .gform_wrapper .gform_body .recurring_donation ul li input:checked+label {
	font-weight: 400;
}

.give_offline_form .gform_wrapper .gform_body li.gfield .address_country select,
.give_offline_form .gform_wrapper .gform_body li.gfield .ginput_container input[type=text] {
	margin: 0;
	font-size: 16px!important;
	width: 100%;
	margin: 0;
	height: 48px;
	padding: 10px 15px!important;
	color: #999999;
	border: 1px solid #dbdbdb;
}

.give_offline_form .gform_wrapper .gform_body .totaldonation {
	display: none;
}

.give_offline_form .gform_wrapper .gform_body li.gfield .address_country select+label,
.give_offline_form .gform_wrapper .gform_body li.gfield .ginput_container input[type=text]+label {
	display: none;
}

.give_offline_form .gform_wrapper .gform_body li.gfield .ginput_container_address span input[type=text],
.give_offline_form .gform_wrapper .gform_body li.gfield {
	margin-top: 20px;
	padding-right: 0;
}

.give_offline_form .gform_wrapper .gform_body li.gfield .address_country select {
	margin-top: 20px;
}

.give_offline_form .gform_wrapper .gform_footer {
	text-align: center;
}

.give_offline_form .gform_wrapper .gform_footer .gform_button {
	background-color: #f58220;
	padding: 18px 100px;
	border-radius: 30px;
	border: 1px solid #f58220;
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
	margin: 0 !important;
	cursor: pointer;
}

.give_offline_form .gform_wrapper .validation_message {
	display: none;
}

.margin_top_0 {
	margin-top: 0 !important;
}

.give_offline_form .gform_wrapper .gform_body li#field_1_6 {
	width: 50%;
	display: inline-block;
	padding-left: 8px;
}

.give_offline_form .gform_wrapper .gform_body li#field_1_5 {
	width: 50%;
	display: inline-block;
	padding-right: 8px;
}

.give_offline_accordion {
	margin: 0 auto;
}

.give_offline_accordion .et_pb_text_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.give_offline_accordion .accordion_title {
	color: #6abec3;
	font-size: 22px;
	padding: 18px 100px;
	border: 1px solid #6abec3;
	border-radius: 30px;
	margin-bottom: 0px;
	cursor: pointer;
	transition: background-color 300ms ease;
}

.give_offline_accordion .accordion_title:hover {
	background-color: #6abec3;
	color: #ffffff;
}

.give_offline_accordion .accordion_body {
	display: none;
	align-items: center;
	padding: 30px 15px 15px;
}

.give_offline_accordion .accordion_body .display_flex {
	display: flex !important;
	align-items: center;
}

.give_offline_accordion .accordion_body .give-offline-left {
	width: 60%;
	padding-right: 10px;
}

.give_offline_accordion .accordion_body .give-offline-right {
	width: 40%;
	padding-left: 10px;
}

.give_offline_accordion .accordion_body .give-offline-left p,
.give_offline_accordion .accordion_body .give-offline-right p {
	font-size: 15px;
	line-height: 1.5;
}

.give_offline_form .gform_wrapper .gform_body .otheramount {
    max-width: 154px;
}

.right_col .give-offline-left a,
.right_col a {
	color: #51b4ba;
}

@media screen and (max-width: 1350px) {
	.give_offline_form .gform_wrapper .gform_body .gfield_radio li {
		margin-right: 10px;
	}
	.give_offline_form .gform_wrapper .gform_body .otheramount {
		max-width: 140px;
	}
}

@media screen and (max-width: 1279px) {
	.donate_detail_section .right_col {
		padding-left: 0 !important;
	}
	.give_offline_form {
		padding: 30px 15px 40px;
	}
	.give_offline_form .gform_wrapper .gform_body .gfield_radio li label {
		padding: 14px;
		font-size: 16px;
	}
	.give_offline_accordion .accordion_title,
	.give_offline_form .gform_wrapper .gform_footer .gform_button {
		padding: 18px 50px;
	}
	.give_offline_accordion .accordion_body .give-offline-left p,
	.give_offline_accordion .accordion_body .give-offline-right p {
		font-size: 13px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 767px) {
	.give_offline_form .gform_wrapper .gform_body .gfield_radio li label {
		width: 100%;
		padding: 14px 10px;
	}
	.give_offline_form .gform_wrapper .gform_body li#field_1_5 {
		width: 100%;
		display: block;
		padding-right: 0;
	}
	.give_offline_form .gform_wrapper .gform_body li#field_1_6 {
		width: 100%;
		display: block;
		padding-left: 0;
	}
	body .give_offline_form .gform_wrapper .top_label div.ginput_container {
		margin-top: 0px !important;
	}
	.give_offline_accordion .accordion_body .display_flex {
		flex-direction: column;
	}
	.give_offline_accordion .accordion_body .give-offline-left {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.give_offline_accordion .accordion_body .give-offline-right {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 10px;
	}
	.give_offline_accordion .accordion_title,
	.give_offline_form .gform_wrapper .gform_footer .gform_button {
		padding: 15px 20px;
		min-height: auto !important;
		line-height: 1 !important;
		display: block;
		font-size: 18px;
	}
	.give_offline_form .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 20px;
	}
	.give_offline_form .gform_wrapper .gform_body .gfield_radio li {
		margin-bottom: 10px;
	}
	.give_offline_form .gform_wrapper .ginput_complex .ginput_full,
	.give_offline_form .gform_wrapper .ginput_complex .ginput_left,
	.give_offline_form .gform_wrapper .ginput_complex .ginput_right {
		margin-bottom: 0 !important;
	}
	.give_offline_form .gform_wrapper .name_first {
		margin-bottom: 20px !important;
	}
	.give_offline_form .gform_wrapper .name_last {
		margin-bottom: 0!important;
	}
	#input_1_8 {
		display: none;
	}
	.give_offline_form .gform_wrapper .gform_body .gfield_radio li {
		margin-right: 10px;
	}
	.give_offline_form .gform_wrapper .gform_body li.gfield .address_country select,
	.give_offline_form .gform_wrapper .gform_body li.gfield .ginput_container input[type=text] {
		font-size: 15px!important;
		padding: 10px!important;
	}
	.give_offline_form .gform_wrapper .gform_body .otheramount {
		max-width: 70px;
	}
}


/* Team Detail Page */

.teamdetailSec .container {
	max-width: 1200px;
}

.teamdetailSec .memberdetail {
	display: flex;
	align-items: top;
}

.memberdetail .left-col {
	width: 25%;
	text-align: center;
}

.memberdetail .right-col {
	width: 75%;
	padding-left: 30px;
}
.memberdetail .right-col h3{
	margin-bottom: 10px;
}
.memberdetail .left-col figure img {
	width: 100%;
	height: auto;
	max-width: 234px;
	max-height: 234px;
	border-radius: 100%;
	margin-top:20px;
}

.memberdetail .right-col h1 {
	margin-bottom: 15px;
}

.memberdetail .right-col p {
	line-height: 1.5;
}


/* Responsive Team Detail Page */

@media screen and (max-width:1199px) {
	.memberdetail .right-col h1 {
		font-size: 30px;
	}
	.memberdetail .right-col p {
		font-size: 16px;
	}
	.work_withus{
		padding-top: 20px;
	}
}

@media screen and (max-width:767px) {
	.memberdetail .right-col h1 {
		font-size: 24px;
	}
	.teamdetailSec .memberdetail {
		flex-wrap: wrap;
		padding: 30px 15px;
	}
	.memberdetail .left-col {
		width: 100%;
	}
	.memberdetail .right-col {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
		text-align: center;
	}
	.memberdetail .left-col figure img {
		max-width: 200px;
		max-height: 200px;
	}
}


/* Blog Page */

.blogwrapSec {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blogwrapSec .our-report-list {
	width: 50%;
	margin-bottom: 0;
}

.blogwrapSec .our-report-list:last-child:after {
	background-color: #84b1c5;
}

.imgborder {
	border: 1px solid #e0e0e0;
	display: inline-block;
}

.blogwrapSec .our-report-list h2 {
	margin-bottom: 0;
}
.blogwrapSec .our-report-list h6{
	margin-bottom: 5px;
}

.blogwrapSec .our-report-list .inner-report-list {
	align-items: flex-start;
}

.bloglistSec .pagination {
	padding-top: 40px;
}

.logos.countrypage {
	background: #fff;
	padding: 60px 0 40px;
	text-align: center;
	display: block;
	width: 100%;
}

.logos.countrypage .container {
	max-width: 1140px;
}

.logos.countrypage ul.donaors_logo_slider {
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.logos.countrypage ul.donaors_logo_slider li {
	text-align: center;
	padding: 0 30px 20px;
}

.logos.countrypage ul.donaors_logo_slider li img {
	max-width: 170px;
	display: inline-block!important;
}

.logos.countrypage ul.donaors_logo_slider .owl-item li {
	padding: 0;
}

.logos.countrypage h2 {
	text-align: center;	
}

.logos.countrypage .owl-stage {
	display: flex;
	align-items: center;
}

.page-id-71325 #page-container {
	margin-top: 0!important;
}

.bloglistSec {
	padding: 0 0 80px 0;
}

.bloglistSec .top-main-title {
	margin-bottom: 60px;
}

.postdatafilterSec {
	display: flex;
	background-color: #eeeeee;
	padding: 10px 5px;
	max-width: 100%;
	width: 100%;
	margin-bottom: 30px;
}

.postdatafilterSec form {
	width: 50%;
	padding: 0 5px;
}

.postdatafilterSec form select {
	height: 48px;
	color: #999999;
	width: 100%;
	background-image: url("images/select-arrow.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	border: 1px solid #dbdbdb;
	padding: 0 15px;
}

.bloglistSec #moreoptions {
	background-color: #f58220;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	border: 1px solid #f58220;
	padding: 13px 40px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
	margin: 0 auto;
	max-width: 200px;
	text-transform: capitalize;
}

.bloglistSec #moreoptions:hover {
	color: #f58220;
	background-color: transparent;
}

.bloglistSec .loadmorebtn-outer {
	text-align: center;
	margin-top: 40px;
}

@media screen and (max-width:767px) {
	.logos.countrypage ul.donaors_logo_slider {
		padding-top: 20px;
	}
}


/* Responsive Blog Page */

@media screen and (max-width:767px) {
	.bloglistSec h1 {
		margin-bottom: 15px;
	}
	.blogwrapSec .our-report-list {
		width: 100%;
	}
	.blogwrapSec .our-report-list .inner-report-list {
		padding-left: 0;
		padding-right: 0;
	}
	.bloglistSec .pagination {
		padding-top: 30px;
	}
}

.job-manager-form h2.jmfe-header-field {
	margin-bottom: 20px;
}

@media screen and (max-width:980px) {
	.cities-list .et_mobile_nav_menu {
		width: 100%;
	}
	.cities-list .et_mobile_nav_menu .mobile_menu_bar {
		display: none;
	}
	.cities-list li a:hover {
		background-color: transparent!important;
		opacity: 1!important;
	}
}

@media screen and (max-width:767px) {
	.job-manager-form h2.jmfe-header-field {
		margin-bottom: 15px;
	}
	.job-manager-form fieldset label:not(.full-line-checkbox-field label), 
	.job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
		width: 100%;
	}
	.job-manager-form fieldset {
		display: flex;
		flex-direction: column;
	}
}

.workwith_us .container {
	max-width: 1080px;
}

.workwith_us .director-sec {
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.workwith_us .director-sec:first-child {
	padding-top: 0;
}

.director-sec .location-image {
	width: 260px;
}

.director-sec .location-image img {
	width: 100%;
}

.director-sec .job-detail {
	width: calc(100% - 260px);
	padding-left: 30px;
}

.director-sec .job-detail h3 {
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}

.director-sec .job-detail .btn-outer {
	margin-top: 20px;
}

.director-sec .job-detail h5 {
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3;
}

.job-detail .jobInfo p {
	margin-bottom: 20px;
}

.unsolicited_applications {
	padding-top: 40px;
}

.unsolicited_applications h2, .unsolicited_applications h4 {
	text-align: center;
}

.unsolicited_applications 

@media screen and (max-width:1023px) {
	.director-sec .job-detail h3 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:767px) {
	.workwith_us .director-sec {
		flex-direction: column;
	}
	.director-sec .location-image,
	.director-sec .job-detail {
		width: 100%;
	}
	.director-sec .job-detail {
		padding: 30px 0 0;
	}
	.jobtitle .entry-title.main_title {
		margin-bottom: 0;
	}
}

.jobdetailSec .container {
	max-width: 1200px;
}

.jobdetailSec .top-main-title .container {
	max-width: 1600px;
}

.jobdetailSec .jobdetailOuter h5 {
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}

.jobdetailSec .jobdetailOuter ul {
	padding: 0 0 20px 20px;
	list-style: disc;
}

.jobdetailSec .jobdetailOuter ul li {
	padding-bottom: 10px;
}

.jobdetailOuter .job-detail h3 {
	margin-bottom: 15px;
}

.jobdetailSec .jobdetailOuter h1 {
	margin-bottom: 30px;
}

#submit-job-form input[type="submit"] {
	font-size: 14px;
	line-height: 1.2;
	border: 1px solid #f58220;
	background-color: #f58220;
	color: #fff;
	padding: 13px 40px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
}

#submit-job-form input[type="submit"]:hover {
	background-color: transparent;
	color: #f58220;
}

#submit-job-form input.save_draft {
	background-color: #6abec3;
	border-color: #6abec3;
	margin-left: 15px;
}

#submit-job-form input.save_draft:hover {
	background-color: transparent;
	color: #6abec3;
}

.job-manager-form input[type="text"],
.job-manager-form select,
.job-manager-form input[type=email] {
	height: 40px;
	padding: 0 15px;
}

.job-manager-form select {
	background-image: url("images/select-arrow.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}


/* Contact Us Page */

.formSec input[type="text"],
.formSec select {
	font-size: 16px!important;
	margin: 0 0 15px;
	height: 48px;
	padding: 10px 15px!important;
	color: #999999;
	border: 1px solid #dbdbdb;
	width: 100% !important;
}

.formSec textarea {
	font-size: 16px!important;
	margin: 0 0 15px;
	padding: 10px 15px!important;
	color: #999999;
	border: 1px solid #dbdbdb;
	height: 200px !important;
}

.formSec .name_first {
	padding-right: 0 !important;
}

.formSec select {
	background-image: url("images/select-arrow.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	padding-right: 30px;
	cursor: pointer;
}

.formSec .gfield_label {
	font-size: 16px !important;
	font-weight: 700 !important;
	display: inline-block !important;
	margin-bottom: 10px !important;
}

.formSec input[type="checkbox"] {
	position: relative;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.formSec input[type="checkbox"] label {
	cursor: pointer;
}

.formSec input[type="submit"] {
	font-size: 18px;
	line-height: 1.2 !important;
	border: 1px solid #f58220;
	background-color: #f58220;
	color: #fff;
	padding: 15px 50px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
}

.formSec input[type="submit"]:hover {
	background-color: #6abec3;
	border: 1px solid #6abec3;
}

.formSec .privacycontentSec h3 {
	margin-bottom: 0 !important;
	padding: 10px;
	font-weight: 400;
}

.formSec .privacycontentSec p {
	overflow: auto;
	resize: both;
	height: 120px;
	padding: 15px !important;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #dbdbdb;
}
.gform_wrapper.gravity-theme .ginput_complex label{
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	.formSec input[type="text"],
	.formSec select,
	.formSec textarea,
	.formSec .gfield_label,
	.formSec .privacycontentSec p {
		font-size: 14px!important;
		padding: 10px!important;
	}
	.formSec .gform_wrapper.gravity-theme .gfield_description,
	.gform_wrapper.gravity-theme .formSec .gfield_checkbox label {
		font-size: 14px !important;
	}
	.formSec textarea {
		height: 150px!important;
	}
	
	.contact-form-wrapper .formSec .gform-body .gfield_label {
		display: block!important;
		padding: 0!important;
	}
}


/* News and Media Page */

#imagepopupSec {
	display: none;
}

.medialistSec .tabcontentSec li {
	margin-right: 30px;
	margin-bottom: 30px;
}

.medialistSec .tabcontentSec li:nth-child(3n) {
	margin-right: 0;
}

.medialistSec .tabcontentSec li {
	width: calc((100% - 60px) / 3);
}

@media only screen and (max-width: 979px) {
	.medialistSec .tabcontentSec li {
		width: calc((100% - 30px) / 2);
	}
	.medialistSec .tabcontentSec li:nth-child(3n) {
		margin-right: 30px;
	}
	.medialistSec .tabcontentSec li:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 575px) {
	.medialistSec .tabcontentSec li {
		width: 100%;
		max-width: 400px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}


/* Video Play Icon */

.medialistSec #video.tabcontentSec li a {
	position: relative;
	display: block;
	font-size: 0;
}

.medialistSec #video.tabcontentSec li a::after {
	content: "";
	position: absolute;
	display: block;
	background: url('images/play-button.png');
	background-repeat: no-repeat;
	background-size: 60px;
	height: 60px;
	width: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

.medialistSec #video.tabcontentSec li a img {
	width: 100%;
}


/* Video Popup close Icon */

.Video-PopUp-Content .YouTubePopUp-Close {
	left: 100% !important;
	padding-left: 5px;
}


/* Image Tab */

.medialistSec #photos.tabcontentSec li {
	margin-right: 30px;
	margin-bottom: 30px;
}

.medialistSec #photos.tabcontentSec li:nth-child(4n) {
	margin-right: 0;
}

.medialistSec #photos.tabcontentSec li {
	width: calc((100% - 90px) / 4);
}

.medialistSec #photos.tabcontentSec li a {
	display: block;
	line-height: 0;
	font-size: 0;
}

@media only screen and (max-width: 979px) {
	.medialistSec #photos.tabcontentSec li {
		width: calc((100% - 60px) / 3);
	}
	.medialistSec #photos.tabcontentSec li:nth-child(4n) {
		margin-right: 30px;
	}
	.medialistSec #photos.tabcontentSec li:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.medialistSec #photos.tabcontentSec li {
		width: calc((100% - 30px) / 2);
	}
	.medialistSec #photos.tabcontentSec li:nth-child(3n) {
		margin-right: 30px;
	}
	.medialistSec #photos.tabcontentSec li:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 479px) {
	.medialistSec #photos.tabcontentSec li {
		width: 100%;
		max-width: 400px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}


/* Image Popup Caption */

.fancybox-caption__body p.captionTxt {
	font-size: 16px;
	color: #51b4ba;
	text-align: center;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 15px;
}

.fancybox-caption__body p.copyrightTxt {
	font-size: 12px;
	color: #51b4ba;
	text-align: center;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.fancybox-caption__body p.captionTxt {
		font-size: 14px;
	}
	.fancybox-caption__body p.copyrightTxt {
		font-size: 12px;
	}
}


/* Work With US Page Title */

.workWith_Tille {
	background-color: #5d7b9e;
	padding: 45px 0 35px;
}

.workWith_Tille h1 {
	margin-bottom: 0 !important;
	color: #ffffff;
	text-align: left !important;
}


/* Add Listing - Login */

.page-id-52 .job-manager-form fieldset:first-child {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.page-id-52 .job-manager-form fieldset:first-child label {
	text-align: right;
	width: auto;
	padding-right: 20px;
}

.page-id-52 .job-manager-form fieldset:first-child .field.account-sign-in {
	width: auto;
}

#post-54.post-54 h1.page-title {
	text-align: center;
	padding: 45px 0 35px;
	margin-bottom: 0;
	background-color: #fff;
}

#job-manager-job-dashboard .account-sign-in {
	text-align: center;
}

.top-main-title .et_pb_text_0,
.top-main-title .et_pb_text_6 {
	margin-bottom: 0!important;
}

@media only screen and (max-width: 767px) {
	.workWith_Tille,
	.top-main-title {
		padding: 30px 0 25px;
	}
}

.socialIconSec ul {
	display: flex;
}

.socialIconSec ul li {
	margin-right: 15px;
}

.socialIconSec ul li a:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 980px) {
	.socialIconSec ul {
		justify-content: center;
	}
}

.mtxt {
	font-size: 15px!important;
	line-height: 20px!important;
}

li#mega-menu-80152-0-1 li .textwidget,
li#mega-menu-80152-0-2 li .textwidget {
	min-height: 130px;
}

.connect-building-markets .leftCol a.btn.fillbtn {
	background: #f58220;
	color: #fff;
	border-color: #f58220;
}

.connect-building-markets .leftCol a.btn.fillbtn:hover {
	background: #fff;
	color: #f58220;
	border-color: #f58220;
}

.tabcontentSec.boardofdirectorpage {
	padding-top: 0;
}


/* Blog page redesign */

.blogpagefullSec {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 20px;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr);
}

.blogpagefullSec .blogleftSec {
	-ms-grid-column: span 9;
	grid-column: span 9;
}

.blogpagefullSec .blogrightSec {
	/* width: 30%; */
	-ms-grid-column: span 3;
	grid-column: span 3;
}

.blogpagefullSec .blogwrapSec .our-report-list {
	width: 100%;
	margin-bottom: 0;
}

.blogpagefullSec .blogwrapSec .our-report-list .inner-report-list {
	align-items: center;
	max-width: 100%;
	padding: 30px 15px 30px 0;
}

.blogpagefullSec .blogwrapSec .our-report-list figure {
	width: 320px;
}

.blogpagefullSec .blogleftSec {
	padding-right: 120px;
}

.search .nav-links {
	margin-top: 15px;
}

@media screen and (max-width:980px) {
	.post-type-archive-tenders.et_right_sidebar #sidebar {
		display: none !important;
	}
}


/*  Blog Right sidebar Subscription form*/

.blogpagefullSec .blogrightSec .gform_legacy_markup_wrapper {
	margin: 0 auto;
}

.blogpagefullSec .blogrightSec .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.blogpagefullSec .blogrightSec .gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 0;
	margin-bottom: 0;
}

.blogpagefullSec .blogrightSec form h2 {
	background: #202027;
	color: #fff;
	padding: 20px 20px;
	text-align: center !important;
	margin: 0 -20px 0;
	font-size: 20px;
}

.blogpagefullSec .blogrightSec form p {
	padding: 10px 0 15px;
	margin-bottom: 0;
}

.blogpagefullSec .blogrightSec input {
	font-size: 16px !important;
	margin: 0 0 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	height: 48px;
	padding: 10px 15px !important;
	color: #999999;
	border: 1px solid #dbdbdb;
	width: 100% !important;
}

.blogpagefullSec .blogrightSec input[type="submit"] {
	background-color: #f58220;
	padding: 18px 100px;
	border-radius: 30px;
	border: 1px solid #f58220;
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
	margin: 0 !important;
	cursor: pointer;
}

.blogpagefullSec .blogrightSec input[type="submit"]:hover {
	background-color: transparent;
	color: #f58220;
}

.blogpagefullSec .blogrightSec form {
	background-color: #ffffff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	padding: 0 20px 10px;
}

.blogpagefullSec .blogrightSec form label {
	font-size: 15px !important;
	font-weight: 400 !important;
	display: inline-block !important;
}

.blogpagefullSec .blogrightSec form .gform_footer {
	margin: 0 auto;
	padding: 10px 0;
}

.blogpagefullSec .blogrightSec .gform_legacy_markup_wrapper li.gfield.gfield_error {
	background-color: transparent;
	border: 0;
	margin-bottom: 0!important;
}

.blogpagefullSec .blogrightSec .gform_legacy_markup_wrapper .validation_message {
	font-weight: 400;
	color: #790000;
	border-color: #790000;
	background: transparent;
}

.blogpagefullSec .blogrightSec .gform_wrapper .gform_validation_errors>h2 {
	padding: 0 30px;
}

.blogpagefullSec .blogrightSec .gform_legacy_markup_wrapper div.validation_error {
	border-top: 1px solid #790000;
	border-bottom: 1px solid #790000;
}

@media screen and (max-width:1600px) {
	.blogpagefullSec .blogleftSec {
		padding-right: 100px;
	}
}

@media screen and (max-width:1400px) {
	.blogpagefullSec .blogleftSec {
		-ms-grid-column: span 8;
		grid-column: span 8;
	}
	.blogpagefullSec .blogrightSec {
		-ms-grid-column: span 4;
		grid-column: span 4;
	}
	.blogpagefullSec .blogleftSec {
		padding-right: 60px;
	}
}

@media screen and (max-width:1200px) {
	.blogpagefullSec .blogleftSec {
		padding-right: 20px;
	}
	.blogpagefullSec .blogrightSec form p {
		font-size: 15px;
	}
	.blogpagefullSec .blogrightSec form {
		padding: 0 15px 10px;
	}
	.blogpagefullSec .blogrightSec form h2 {
		margin: 0 -15px 0;
	}
}

@media screen and (max-width:1023px) {
	.blogpagefullSec .blogleftSec {
		-ms-grid-column: span 12;
		grid-column: span 12;
	}
	.blogpagefullSec .blogrightSec {
		-ms-grid-column: span 12;
		grid-column: span 12;
	}
	.blogpagefullSec .blogleftSec {
		padding-right: 0;
	}
	.blogpagefullSec .blogrightSec {
		padding-top: 60px;
		max-width: 575px;
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width:575px) {
	.blogpagefullSec .blogleftSec .postdatafilterSec {
		flex-direction: column;
		display: flex;
	}
	.blogpagefullSec .blogleftSec .postdatafilterSec form {
		width: 100%;
	}
	.blogpagefullSec .blogleftSec .postdatafilterSec form:not(:last-child) {
		margin-bottom: 10px;
	}
}


/**
 *   4.24 - Tooltip
 */

.tooltip-container:before,
.action--share:before,
.wp-job-manager-bookmarks-form[class] .add_to_favorite_wrap:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 7.8125rem;
	height: 1.25rem;
}

.tooltip-container.active .tooltip,
.active.action--share .tooltip,
.wp-job-manager-bookmarks-form[class] .active.add_to_favorite_wrap .tooltip,
.tooltip-container.active .action--share div.sharedaddy,
.action--share .tooltip-container.active div.sharedaddy,
.active.action--share div.sharedaddy,
.wp-job-manager-bookmarks-form[class] .active.add_to_favorite_wrap .action--share div.sharedaddy,
.action--share .wp-job-manager-bookmarks-form[class] .active.add_to_favorite_wrap div.sharedaddy {
	opacity: 1;
	pointer-events: auto;
}

.tooltip-trigger {
	display: block;
}


.tooltip, .action--share div.sharedaddy {
	position: absolute;
	top: -1.25rem;
	left: 50%;
	z-index: 1100;
	-webkit-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
	display: block;
	padding: 1px;
	width: 194px;
	border: 1px solid rgba(0, 0, 0, 0.075);
	background: white;
	cursor: auto;
	pointer-events: none;
	opacity: 0;
	bottom: 0;
}

.tooltip:before,
.action--share div.sharedaddy:before,
.tooltip:after,
.action--share div.sharedaddy:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: solid transparent;
}

.tooltip:before,
.action--share div.sharedaddy:before {
	z-index: 1;
	border-top-color: white;
	border-width: 10px;
}

.tooltip:after,
.action--share div.sharedaddy:after {
	border-top-color: rgba(0, 0, 0, 0.075);
	border-width: 11px;
}
.wp-job-manager-bookmarks-form[class] div.tooltip, .wp-job-manager-bookmarks-form[class] .action--share div.sharedaddy, .action--share .wp-job-manager-bookmarks-form[class] div.sharedaddy {
    width: 300px;
    text-align: center;
}

/* New Overview Page */

.overview-banner-section .banner-mid-wrap .left-col {
	margin-right: 0;
}

.overview-banner-section .banner-mid-wrap .left-col .et_pb_text_inner {
	padding: 0 0 0 210px;
	max-width: 770px;
	width: 100%;
}

.overview-banner-section .banner-mid-wrap .left-col h1 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 45px;
	line-height: 1.3;
	background-position: top 30px left;
	font-weight: 600;
}

.overview-banner-section .banner-mid-wrap .left-col h1 small {
	font-size: 10px;
	line-height: 1.2;
	color: #202027;
	font-weight: 700;
	padding-bottom: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.overview-banner-section .banner-mid-wrap .right-col .et_pb_image_wrap,
.overview-banner-section .banner-mid-wrap .right-col .et_pb_image_wrap img {
	width: 100%;
}

.overviewbanner-bottom {
	position: relative;
	z-index: 1;
}

.overviewbanner-bottom .leftTxt p {
	line-height: 1.8;
	font-size: 18px;
}

.overviewbanner-bottom .rightTxt {
	padding: 200px 90px 150px 90px;
	position: relative;
}

.overviewbanner-bottom .rightTxt::after {
	width: 320px;
	height: 185px;
	position: absolute;
	right: -104px;
	bottom: -80px;
	background-image: url(./images/plusIcon-orange.png);
	content: "";
	background-position: left top;
}

.overviewbanner-bottom .rightTxt ul {
	list-style: none;
	padding: 0;
}

.overviewbanner-bottom .rightTxt li {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.overviewbanner-bottom .rightTxt li span {
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 45px;
	text-align: right;
	width: 300px;
	margin-right: 20px;
}

.overviewbanner-bottom .rightTxt li small {
	font-size: 14px;
	line-height: 16px;
}

.menu-work-with-us-wrapper {
	background-color: transparent !important;
}

.menu-work-with-us-wrapper .et-menu-nav li {
	padding: 0 20px;
	border-right: 2px solid #000;
}

.menu-work-with-us-wrapper .et-menu-nav li:last-child {
	border-right: 0;
	padding-right: 0;
}

.menu-work-with-us-wrapper .et-menu-nav a {
	padding-bottom: 0 !important;
	color: #fe8400;
	font-size: 24px;
	line-height: 1;
}

.menu-work-with-us-wrapper .et_pb_menu__wrap {
	display: flex;
	justify-content: center;
}

.launch-section-wrapper .launchRow {
	max-width: 900px;
}

.launchRow:last-child:before {
	content: "3";
	font-family: ETmodules;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 0;
	position: absolute;
	left: 50%;
	bottom: 5px;
	font-size: 38px;
	color: #5ec0c5;
	margin-left: -20px;
}

.launchRow .launch-text-box {
	position: relative;
}

.launchRow .launch-text-box:before {
	height: 24px;
	width: 24px;
	border-radius: 100%;
	background-color: #ed8a40;
	position: absolute;
	left: -37px;
	top: 0;
	content: "";
}

.launchRow .launch-text-box.leftBox:before {
	left: auto;
	right: -37px;
}

.launchRow .launch-text-box h2 {
	margin-bottom: 0;
}

.launchRow .launch-text-box h2 small {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}

.launchRow .launch-text-box figure {
	position: absolute;
	right: 0;
	top: 35px;
	width: 280px;
	display: flex;
	justify-content: center;
}

.launchRow .launch-text-box figure:before {
	width: 295px;
	height: 180px;
	position: absolute;
	left: -5px;
	top: -48px;
	background-image: url(./images/plusIcon-orange.png);
	content: "";
	background-position: left top;
	z-index: 1;
}

.launchRow .launch-text-box figure span {
	position: relative;
	z-index: 2;
}

.launchRow .launch-text-box.leftBox figure {
	right: auto;
	left: -40px;
}

.et_pb_row.et_pb_row_7.launchRow .launch-text-box figure {
    right: -35px;
}

.et_pb_row_8.launchRow .launch-text-box figure {
	top: 135px;
}

.et_pb_row_9.launchRow .launch-text-box figure {
	top: 100px;
}

.launchRow .leftBox h2 {
	text-align: right;
}

.launch-section-wrapper:after {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 80px;
	width: 3px;
	background-color: #5fbfc7;
	content: "";
	margin-left: -1px;
}

.launch-section-wrapper:before {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background-color: #5cc1c5;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	margin-left: -7px;
}

@media screen and (max-width:1800px) {
	.overview-banner-section .banner-mid-wrap .left-col .et_pb_text_inner {
		padding: 0 0 0 45px;
	}
}

@media screen and (max-width:1599px) {
	.overview-banner-section .banner-mid-wrap .left-col h1 {
		padding-top: 120px;
	}
	.overview-banner-section .left-col {
		padding-left: 65px;
		padding-right: 65px;
	}
	.overview-banner-section .banner-mid-wrap .left-col .et_pb_text_inner {
		padding: 0 0 0 0;
	}
	.overviewbanner-bottom .et_pb_row {
		width: 100% !important;
		max-width: 100%!important;
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media screen and (max-width:1400px) {
	.overview-banner-section .banner-mid-wrap .left-col h1 {
		font-size: 42px;
	}
}

@media screen and (max-width:1365px) {
	.overview-banner-section .banner-mid-wrap .left-col h1 {
		padding-top: 65px;
		font-size: 38px;
	}
	.overviewbanner-bottom .leftTxt p {
		font-size: 17px;
	}
}

@media screen and (max-width:1199px) {
	.overview-banner-section .left-col {
		padding-left: 30px;
		padding-right: 30px;
	}
	.overview-banner-section .banner-mid-wrap .left-col h1 {
		padding-top: 45px;
		font-size: 34px;
	}
	.overviewbanner-bottom .et_pb_row {
		padding-left: 30px;
		padding-right: 30px;
	}
	.overviewbanner-bottom .rightTxt {
		padding: 130px 30px 150px 30px;
		position: relative;
	}
	.overviewbanner-bottom.et_pb_section {
		margin-top: -100px !important;
	}
	.our_impact_Sec.et_pb_section_2.et_pb_section {
		padding-top: 40px;
	}
	.launchRow .launch-text-box.leftBox figure {
		right: auto;
		left: -60px;
	}
	.et_pb_row.et_pb_row_7.launchRow .launch-text-box figure {
		right: -60px;
	}
}

@media screen and (max-width:980px) {
	.overviewbanner-bottom .leftTxt p {
		font-size: 16px;
	}
	.overviewbanner-bottom.et_pb_section {
		margin-top: 0 !important;
		padding-bottom: 100px !important;
		padding-top: 30px !important;
	}
	.overview-banner-section .left-col {
		width: 60%;
	}
	.overview-banner-section .right-col {
		width: 40%
	}
	.overview-banner-section .banner-mid-wrap .left-col h1 {
		font-size: 30px;
	}
	.overviewbanner-bottom .rightTxt {
		padding: 30px 30px 60px;
	}
	.overviewbanner-bottom .rightTxt li span {
		font-size: 40px;
	}
	.menu-work-with-us-wrapper .et-menu-nav a {
		font-size: 22px;
	}
	.page-id-82479 .menu-work-with-us-wrapper .et_pb_menu__menu {
		display: block !important;
	}
	.page-id-82479 .menu-work-with-us-wrapper .et_mobile_nav_menu {
		display: none!important;
	}
	body.page-id-82479 {
		background-color: #fff;
	}
	.et_pb_section.et_pb_section_6.launch-section-wrapper {
		max-width: 360px;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
	}
	.launch-section-wrapper .launchRow {
		max-width: 100%;
		width: 100%;
		padding-left: 60px;
		padding-right: 60px;
	}
	.launchRow .launch-text-box {
		width: 100%;
		text-align: left !important;
	}
	.launchRow .leftBox h2 {
		text-align: left;
	}
	/* vertical blue line */
	.launch-section-wrapper::after {
		left: 35px;
	}
	/* blue cirlce on top of vertical blue line */
	.launch-section-wrapper::before {
		left: 35px;
	}
	/* blue arrow in bootm of vertical blue line */
	.launchRow:last-child::before {
		left: 35px;
	}
	.launchRow .launch-text-box.leftBox::before {
		right: auto;
		left: -37px;
	}
	.launchRow .launch-text-box figure {
		position: static;
	}
	.launchRow .launch-text-box figure::before {
		/* top: 75px; */
		top: 0;
	}
}

@media screen and (max-width:767px) {
	.overview-banner-section .banner-mid-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.overview-banner-section .left-col {
		width: 100%;
	}
	.overview-banner-section .right-col {
		width: 100%
	}
	.overviewbanner-bottom.et_pb_section {
		margin-top: 0 !important;
	}
	.overviewbanner-bottom .rightTxt::after {
		display: none;
	}
	.overviewbanner-bottom.et_pb_section {
		padding-bottom: 40px !important;
	}
	.menu-work-with-us-wrapper ul#menu-work-with-us {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	.menu-work-with-us-wrapper .et-menu-nav li {
		border: 0;
		padding: 0;
	}
	.menu-work-with-us-wrapper .et-menu-nav a {
		font-size: 20px;
	}
}

@media screen and (max-width: 590px) {
	.overviewbanner-bottom .rightTxt li {
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
	.overviewbanner-bottom .rightTxt li span {
		text-align: left;
		margin-bottom: 15px;
		font-size: 38px;
	}
	.overviewbanner-bottom .rightTxt li small br {
		display: none;
	}
}

/* Form Confirmation Message  */
.gform_confirmation_message {
	color: #51b4ba;
	text-align: center;
}

/* Claim Listing Page */
/* .claimlistingpage .entry-title.main_title{
	text-align: center;
} */

.claimlistingpage .entrytext{
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0 80px;
}

.claimlistingpage .entrytext .job-manager-form input {
	font-size: 16px !important;
	margin: 0 0 20px;
	margin-top: 0px;
	height: 48px;
	padding: 10px 15px !important;
	color: #999999;
	border: 1px solid #dbdbdb;
	width: 100% !important;
}
.claimlistingpage .entrytext .job-manager-form input[type="submit"] {
	background-color: #f58220;
	padding: 18px 100px;
	border-radius: 30px;
	border: 1px solid #f58220;
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
	margin: 30px 0 0!important;
	cursor: pointer;
	max-width: 200px;
}
.claimlistingpage .entrytext .job-manager-form input[type="submit"]:hover {
	background-color: transparent;
	color: #f58220;
}

.claimlistingpage .entrytext .job-manager-form fieldset label, .claimlistingpage .entrytext .job-manager-form fieldset input, .claimlistingpage .entrytext .job-manager-form fieldset div.field{
	width: 100% !important;
}
.claimlistingpage .entrytext .job-manager-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.claimlistingpage .entrytext fieldset.fieldset-wpjmcl_listing{
	margin-top: 20px;
}
.claimlistingpage .entrytext .field.account-sign-in {
	margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
	.claimlistingpage .entrytext{
		padding: 60px 0 60px;
	}
}
@media screen and (max-width: 767px) {
	.claimlistingpage .entrytext{
		padding: 40px 0 40px;
	}
}

/* listing detail */
.jobdetailpage .titleSec .rightsec ul li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing{
	display: inline-block;
	color: #202027;
	margin-bottom: 0;
}
.jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing span {
    margin-top: 10px;
    margin-bottom: 0;
}
.jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing::before {
	border: 2px solid #61b1f5 !important;
	border-radius: 50% !important;
	padding: 10px 4px !important;
    color: #261E1E !important;
    margin-left: 15px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
}
.jobdetailpage .titleSec .rightsec .verifiedListing .claim-claimed {
	margin-left: 15px;
	color: #00b6bd;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.jobdetailpage .titleSec .rightsec .verifiedListing .claim-claimed:before {
	content: "\e82f";
	font-family: "job-manager";
	vertical-align: top;
	color: #00b6bd;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	line-height: 1;
}
.jobdetailpage .titleSec .rightsec ul li{
	font-size: 18px !important;
}
@media screen and (max-width: 1279px) {
	.jobdetailpage .titleSec .rightsec ul li{
		font-size: 16px !important;
	}
}
@media screen and (max-width: 980px) {
	.jobdetailpage .titleSec .rightsec ul li{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.jobdetailpage .titleSec .rightsec ul li{
		font-size: 14px !important;
	}
}
@media screen and (max-width: 479px) {
	.jobdetailpage .titleSec .rightsec ul li{
		flex-direction: column;
	}
	.jobdetailpage .titleSec .rightsec ul li.verifiedListing .claim-verified {
		margin-bottom: 10px;		
	}
}

.sharedaddy.sd-sharing-enabled {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 0;
	z-index: 9;
	max-width: 200px;
}
.sd-social-icon .sd-content ul li[class*="share-"] a:hover{
	opacity: 1 !important;
}
.sd-content ul li {
	margin: 0 5px !important;
	padding: 0;
}

div.sharedaddy .sd-social.sd-social-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	background-color: #ffffff;
	padding: 10px !important;


}
.sd-content li.share-end {
	display: none !important;
}
.sd-sharing{
	margin: 0!important;
}


.tooltip:before, .action--share div.sharedaddy:before, .tooltip:after, .action--share div.sharedaddy:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: solid transparent;
}
.sharedaddy.sd-sharing-enabled.show{
	display: block;
}
    /* display: block; */
.job_listings .no-results a.btn.clear-results-btn.reset {
	margin-top: 20px;
}
.recurringSec {
    margin-top: 0!important;
    margin-bottom: 15px!important;
}
.recurringSec ul#input_2_22 li {
    width: 50%;
}	
.recurringSec ul#input_2_22 li.gchoice.gchoice_2_22_1 {
    margin-right: 0;
    width: 50%;
}
.recurringSec ul#input_2_22 li.gchoice.gchoice_2_22_1 label#label_2_22_1 {
    width: 100%;
	text-align: center;
}
.recurringSec ul#input_2_22 li label#label_2_22_0 {
    width: 100%;
	text-align: center;
}
.recurringSec ul#input_2_22 {
    width: 100%!important;
}
/* form#gform_2 .gform_footer.top_label {
    display: none;
} */


@media screen and (max-width: 767px) {
	.et_pb_row.et_pb_row_1.donate_row {
		width: 94%;
	}
	.recurringSec ul#input_2_22 li label#label_2_22_0{
		font-size: 14px;
	}
	.recurringSec ul#input_2_22 li.gchoice.gchoice_2_22_1 label#label_2_22_1{
		font-size: 14px;
	}
	.donate_detail_section .et_pb_text_inner h1{
		line-height: 30px;
        font-size: 25px;
	}
	.donate_detail_section .et_pb_text_inner h4 {
		font-size: 15px;
		line-height: 24px;
	}
}

h1.tribe-events-single-event-title {
    font-size: 35px;
}
.tribe-events-single .tribe-events-schedule {
    margin: 10px 0 10px;
}

@media screen and (max-width: 767px) {
	h1.tribe-events-single-event-title {
		font-size: 25px;
		line-height: 1.2;
	}
	.tribe-events-single h2 {
		font-size: 12px;
		line-height: 14px;
	}
}
.ourteamtwocol .et_pb_equal_columns {
    align-items: center;
	max-width: 990px;
    width: 100%;
}
.teampagination {
    display: block;
    padding: 0 0 30px;
    width: 100%;
    text-align: right;
}
.teampagination li.page-item {
    display: inline-block;
}
.donate_detail_section {
	background-size: auto!important;
}
/* Event Details page*/
.cldbottomSec {
    order: 3 !important;
}
.cldbottomSec h3, .eventurlSec h3{
	margin: 0 0 10px;
}
.tribe-events-meta-group.tribe-events-meta-group-details dl dd.tribe-events-event-url {
    display: none;
}
.eventurlSec.tribe-events-event-url {
    background-color: transparent;
}


.top-main-title:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
	top: -294px;
    border-right: 560px solid rgba(81, 180, 186, 0.2);
    border-top: 430px solid transparent;
    border-bottom: 300px solid transparent;
    z-index: 9;
}
.top-main-title.et_section_regular:after {
	top: -300px;
}
@media screen and (max-width: 2100px) {
	.top-main-title:after {
		border-right: 420px solid rgba(81, 180, 186, 0.2);
	}
	
}
@media screen and (max-width: 1800px) {
	.top-main-title:after {
		border-right: 320px solid rgba(81, 180, 186, 0.2);
	}
	
}
@media screen and (max-width: 1450px) {
	.top-main-title:after {
		border-right: 315px solid rgba(81, 180, 186, 0.2);
	}
}

@media screen and (max-width: 1399px) {
	.top-main-title:after {
		border-right: 300px solid rgba(81, 180, 186, 0.2);
	}
}

@media screen and (max-width: 1279px) {
	.top-main-title:after {		
		top: -127px;
		border-right: 220px solid rgba(81, 180, 186, 0.2);
		border-top: 250px solid transparent;
		border-bottom: 230px solid transparent;
	}
	.top-main-title.et_section_regular:after {
		top: -120px;
	}
}
@media screen and (max-width: 1023px) {	
	.top-main-title.et_section_regular:after {
		top: -135px;
	}
	.ourteamtwocol .et_pb_equal_columns {
		max-width: 90%;
	}
}

@media screen and (max-width: 767px){
	.top-main-title:after {
		top: -40px;
		border-right: 120px solid rgba(81, 180, 186, 0.2);
		border-top: 124px solid transparent;
		border-bottom: 90px solid transparent;
	}	
	.top-main-title.et_section_regular:after {
		top: -40px;
	}
}

/* tooltip */
.tooltextSec {
    position: absolute;
    top: 6px;
    background: #fff;
    width: 175px;
    left: -110px;
    z-index: 99;
    border-radius: 10px;
    padding-bottom: 10px;
	display: none;
	box-shadow: 0 0 3px 2px #999;
}
.leftBox .tooltextSec{
	left: auto;
	right: -110px;
}
.tooltextSec h3 {
    background: #ed8a40;
    padding: 6px 10px;
    color: #fff;
    margin: 0 0 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tooltextSec p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.2;
}
#pdt4, #pdt10, #pdt12 {
    position: absolute;
    top: 0;
    left: -37px;
    background: transparent;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    cursor: pointer;
	z-index: 9999;
}
#pdt6, #pdt11, #pdt15 {
    position: absolute;
    top: 0;
    right: -37px;
    background: transparent;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    cursor: pointer;
	z-index: 9999;
	left: auto;
}

#pdt4:hover + .tooltextSec, #pdt6:hover + .tooltextSec, #pdt10:hover + .tooltextSec, #pdt11:hover + .tooltextSec, #pdt12:hover + .tooltextSec, #pdt15:hover + .tooltextSec{
	display: block;
}
.launch-section-wrapper .launchRow:nth-child(1){
	z-index: 14;
}
.launch-section-wrapper .launchRow:nth-child(2){
	z-index: 13;
}
.launch-section-wrapper .launchRow:nth-child(3){
	z-index: 12;
}
.launch-section-wrapper .launchRow:nth-child(4){
	z-index: 11;
}
.launch-section-wrapper .launchRow:nth-child(5){
	z-index: 10;
}
.launch-section-wrapper .launchRow:nth-child(6){
	z-index: 9;
}
.launch-section-wrapper .launchRow:nth-child(7){
	z-index: 8;
}

@media screen and (max-width: 980px){
    #pdt4, #pdt10, #pdt12 {
		left: -37px;
	}
	#pdt6, #pdt11, #pdt15 {
		right: auto;
		left: -37px;
	}
	.tooltextSec{
		left: -40px;
		right: auto;
	}
	.leftBox .tooltextSec{
		left: -40px;
		right: auto;
	}
}

/* Our Imapct page */
.modlepagebanner .bannertextSec .bbtext {
	padding-bottom: 0px!important;
	padding-right: 0!important;
    padding-top: 15px;
}
.modlepagebanner h2 {
    color: #fff;
	margin-bottom: 15px;
}
.modlepagebanner .bbtext p {
	margin-bottom: 0;
}
.headingSec {
    text-align: center;
}
.headingSec h2 {
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
}
.headingSec h2:before {
    content: "";
    background: #51b4ba;
    height: 3px;
    width: 200px;
    left: 50%;
    bottom: 0;
    display: inline-block;
    margin-left: -100px;
    position: absolute;
}
.modelcontentSec {
    margin: 30px 0 0;
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.modelcontentSec .box {
    border: 2px solid #3b3b3d;
    display: inline-block;
    padding: 30px 70px;
    margin-bottom: 15px;
	max-width: 900px;
	background-color: #ffffff;

}

span.downarrorSec {
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 100%;
    background: url(images/downarror-icon.png) #e5762e no-repeat center center;
    border: 3px solid #3b3b3d;
	margin: 20px 0;
}

section.our_model_bottomSec.paddingtopbottom {
    display: flex;
    width: 100%;
    background-color: #fff;
}
.our_model_bottomSec .container{
	max-width: 1320px;
}
.our_model_bottomSec .fullwidthsec {
    display: flex;
    width: 100%;
    align-items: center;
}
.our_model_bottomSec .fullwidthsec .leftsec {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 100px;
}
.our_model_bottomSec .fullwidthsec .leftsec p {
    font-size: 20px;
}
.our_model_bottomSec .fullwidthsec .rightsec {
    flex: 0 0 50%;
    width: 50%;
	padding-left: 80px;
	background-image: url(./images/plus-sign.png);
    padding-top: 60px;
	padding-right: 60px;
/*     background-position: 175px top; */
    background-size: 340px;
    background-repeat: no-repeat;
	background-position: top right;
}
section.our_impact_Sec {
    text-align: center;
	display: flex;
}
section.our_impact_Sec.paddingtopbottom .container {
    max-width: 1160px;
}	
.quattrocento-heading {
    text-align: center;
}
.quattrocento-heading h2 {
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
}
.our_impact_Sec .quattrocento-heading h2:before {
    content: "";
    background: #51b4ba;
    height: 3px;
    width: 200px;
    left: 50%;
    bottom: 0;
    display: inline-block;
	margin-left: -100px;
    position: absolute;
}
.quattrocento-heading p {
    color: #202027 !important;
    font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}
.menu-work-with-us-wrapper .et_pb_widget {
    width: 100%;
}
ul#menu-work-with-us, .menu-work-with-us-wrapper ul {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
}
ul#menu-work-with-us li, .menu-work-with-us-wrapper ul li {
    display: inline-block;
	padding: 0 20px;
    border-right: 2px solid #000;
}
ul#menu-work-with-us li:last-child, .menu-work-with-us-wrapper ul li:last-child {
    border-right: 0;
    padding-right: 0;
}
ul#menu-work-with-us li a, .menu-work-with-us-wrapper ul li a{
	padding-bottom: 0 !important;
	color: #fe8400;
	font-size: 24px;
	line-height: 1;
}

/* Our Model Section */
.text_uppercase{
	text-transform: uppercase;
}
.our_modelSec .modelcontentSec .smes_container li .inner_container h4.text_black{
	color: #000000;
}

.our_modelSec .modelcontentSec .smes_container li:nth-child(2) .inner_container h4{
	color: #23bbab;
}
.our_modelSec .modelcontentSec .smes_container li:nth-child(3) .inner_container h4{
	color: #e1600c;
}
.our_modelSec .modelcontentSec .smes_container{
	background-image: url(./images/smes_container_bg_image.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1240px 410px;
	display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    padding: 0 30px;
	margin-top: 30px;
}
.our_modelSec .modelcontentSec .smes_container li {
    padding: 0 15px;
	width: 33.33%;
	position: relative;
}

.our_modelSec .modelcontentSec .smes_container li .inner_container{
	padding: 50px 45px;
    border-radius: 100%;
	position: relative;
	width: 100%;
    height: 100%;
	min-height: 410px;
}

.our_modelSec .modelcontentSec .smes_container li .inner_container img{
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.our_modelSec .modelcontentSec .smes_container li .inner_container h3{
    margin-bottom: 10px;
}
.our_modelSec .modelcontentSec .smes_container li .inner_container p{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 12px;
}
.our_modelSec .modelcontentSec .smes_container li .inner_container h4{
	font-size: 18px;
	line-height: 1.2;
	padding: 0 30px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

/* Responsive Our Imapct page  */
@media screen and (max-width: 1919px) {
	.modlepagebanner.banner .bannertextSec .TitleSec h1{
		font-size: 60px;
	}

	.modlepagebanner.banner .bannertextSec .bbtext p{
		font-size: 16px;
	}
}
@media screen and (max-width: 1439px) {
	.modlepagebanner.banner .bannertextSec .TitleSec h1{
		font-size: 52px;
		padding-bottom: 50px;
	}
	.banner .bannertextSec .bbtext h1 {
		font-size: 60px;
	}
	.banner .bannertextSec .bbtext h1::after{
		width: 220px;
	}
	.modelcontentSec .box{
		max-width: 750px;
		padding: 30px;
	}
	span.downarrorSec{
		width: 60px;
    	height: 60px;
		margin: 15px 0;
		background-size: 30px 16px;
	}
	.our_model_bottomSec .container {
		max-width: 90%;
	}
	.our_model_bottomSec .fullwidthsec .leftsec{
		padding-right: 50px;
	}
	.our_model_bottomSec .fullwidthsec .leftsec p {
		font-size: 22px;
	}
}
@media screen and (max-width: 1365px) {

	/* Model Page Banner Section */
	.banner.modlepagebanner .bannertextSec .TitleSec h1{
		font-size: 52px;
		padding-bottom: 40px;
		padding-left: 30px;
		height: 170px;
	}

	/* Our Model Section  */
	.our_modelSec .modelcontentSec .smes_container {
		max-width: 990px;
		padding: 0px;
		margin: 0 auto;
		background-size: 960px 318px;
	}
	.our_modelSec .modelcontentSec .smes_container li .inner_container {
		padding: 35px 30px;
		min-height: 318px;
	}
	.our_modelSec .modelcontentSec .smes_container li .inner_container img {
		max-width: 75px;
		margin-bottom: 10px;
	}
	.our_modelSec .modelcontentSec .smes_container li .inner_container p{
		font-size: 14px;
	}
	.our_modelSec .modelcontentSec .smes_container li .inner_container h4{
		font-size: 15px;
	}
}
@media screen and (max-width: 1279px) {
	.banner.modlepagebanner .bannertextSec .TitleSec h1 {
		font-size: 40px;
		padding-bottom: 40px;
		padding-left: 20px;
		height: 160px;
	}
	.banner .bannertextSec .bbtext h1 {
		font-size: 50px;
		padding-bottom: 25px;
    	margin-bottom: 20px;
	}
	.banner .bannertextSec .bbtext h1::after{
		width: 180px;
	}
	.banner.modlepagebanner .bannertextSec .bbtext p {
		font-size: 11px;
	}
	section.our_impact_Sec.paddingtopbottom .container{
		max-width: 90%;
	}
	.headingSec h2 {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.quattrocento-heading h2 {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.our_impact_Sec .quattrocento-heading h2:before{
		width: 150px;
		margin-left: -75px;
	}
	.quattrocento-heading p{
		font-size: 20px;
	}
	ul#menu-work-with-us li a{
		font-size: 20px;
	}
	.our_model_bottomSec .fullwidthsec .leftsec p {
		font-size: 18px;
	}
	.our_model_bottomSec .fullwidthsec .rightsec{
		padding-left: 50px;
	}
	.impactMapSec {
		padding-bottom: 50px;
	}
		
}
@media screen and (max-width: 1023px) {
	.banner .bannertextSec .bbtext{
		width: 40%;
	}

	.banner.modlepagebanner .bannertextSec .TitleSec h1 {
		font-size: 36px;
		padding-bottom: 40px;
		padding-left: 0;
		height: 150px;
	}
	.banner .bannertextSec .bbtext h1 {
		font-size: 40px;
	}
	.banner .bannertextSec .bbtext h1::after{
		width: 150px;
	}
/* 	.banner.modlepagebanner .bannertextSec .bbtext p {
		font-size: 13px;
	} */
	.modlepagebanner h2 {
		margin-bottom: 10px;
	}
	.our_modelSec .modelcontentSec .smes_container {
		width: 100%;
		max-width: 320px;
		flex-direction: column;
		background: none;
	}
	.our_modelSec .modelcontentSec .smes_container li {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.our_modelSec .modelcontentSec .smes_container li:last-child{
		margin-bottom: 0;
	}

	.our_modelSec .modelcontentSec .smes_container li .inner_container::before{
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		border-radius: 100%;
		border-width: 2px;
		border-color: #1b1b1d;
		border-style: solid solid dotted dotted;
		transform: rotate(-45deg);
		background-color: #fff;
		z-index: -1;
	}
	.our_modelSec .modelcontentSec .smes_container li .inner_container h4{
		padding: 0px 35px;
	}
	span.downarrorSec {
		width: 50px;
		height: 50px;
		background-size: 20px 12px;
	}
	.modelcontentSec .box {
		max-width: 550px;
		padding: 30px;
	}
	section.our_model_bottomSec.paddingtopbottom{
		padding-top: 15px;
	}
	.our_model_bottomSec .fullwidthsec .leftsec {
		padding-right: 0;
	}
	.our_model_bottomSec .fullwidthsec .leftsec p {
		font-size: 16px;
	}
	.our_model_bottomSec .fullwidthsec .rightsec {
		padding-left: 30px;
		padding-top: 50px;
		background-position: 60px top;
		background-size: 300px;
	}
	.impactMapSec {
		padding-bottom: 15px;
	}
	ul#menu-work-with-us li {
		padding: 0 15px;
		border-right: 1px solid #000;
	}

}

@media screen and (max-width: 767px) {
	.banner .bannertextSec .bbtext{
		width: 100%;
	}
	.banner.modlepagebanner .bannertextSec .TitleSec h1 {
		font-size: 32px;
		padding-bottom: 0;
		padding-left: 0;
		height: 100px;
	}
	.banner .bannertextSec .bbtext h1 {
		font-size: 32px;
		padding-bottom: 20px;
    	margin-bottom: 15px;
	}
	.banner .bannertextSec .bbtext h1::after{
		width: 125px;
	}
	.modelcontentSec .box {
		max-width: 100%;
	}
	.our_model_bottomSec .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.our_model_bottomSec .fullwidthsec{
		flex-direction: column-reverse;
	}
	.our_model_bottomSec .fullwidthsec .leftsec{
		width: 100%;
	}
	.our_model_bottomSec .fullwidthsec .rightsec {
		padding-left: 0;
		width: 100%;
		padding-bottom: 30px;
	}
	section.our_impact_Sec.paddingtopbottom .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.quattrocento-heading p {
		font-size: 16px;
	}
	ul#menu-work-with-us li {
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}
	ul#menu-work-with-us li a {
		font-size: 18px;
	}

}

@media screen and (max-width: 399px) {
	.our_modelSec .container{
		padding: 0 20px;
	}
	.our_modelSec .modelcontentSec .smes_container{
		max-width: 300px;
	}
	.our_modelSec .modelcontentSec .smes_container li .inner_container {
		padding: 25px 30px;
		min-height: 300px;
	}
}

/* Business Page Style */
/* Our Resources Section */
.our_resourcesSec{
	background-color: #ffffff;
}
.our_resourcesSec .container{
	max-width: 1400px;
}
.our_resourcesSec .top-title{
	text-align: center;
    margin-bottom: 80px;
}
.our_resourcesSec .work_details li {
    width: 33.33%;
	padding: 0 40px;
	margin-bottom: 0;
}
.our_resourcesSec .work_details li:nth-child(odd):before{
	display: none;
}
.our_resourcesSec .work_details li:nth-child(1):before {
	display: block;
    width: 255px;
    height: 240px;
    background-image: url(./images/plus-icon-blue.png);
    background-position: top center;
    background-repeat: repeat;
    position: absolute;
    left: 0px;
    top: -43px;
    content: "";
}
.our_resourcesSec .work_details .image a{	
	display: block;	
}
.our_resourcesSec .work_details .image figure:before{
	display: none;
}
.our_resourcesSec .work_details .image .image_above_text:before{	
	background: rgb(58, 77, 98);	
    background: -moz-linear-gradient(top, rgba(58, 77, 98, 1) 50%, rgba(123, 196, 202, 1) 100%);	
    background: -webkit-linear-gradient(top, rgba(58, 77, 98, 1) 50%, rgba(123, 196, 202, 1) 100%);	
    background: linear-gradient(to bottom, rgba(58, 77, 98, 1) 50%, rgba(123, 196, 202, 1) 100%);	
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a4d62', endColorstr='#7bc4ca', GradientType=0);	
    position: absolute;	
    left: 0;	
    right: 0;	
    top: 0;	
    bottom: 0;	
    opacity: 0.7;	
    content: "";	
	z-index: -1;	
}

.our_resourcesSec .work_details .image_above_text {	
    text-align: center;	
    position: absolute;	
    left: 0;	
    right: 0;	
    top: 0;	
    bottom: 0;	
    display: flex;	
    align-items: center;	
	justify-content: center;	
    padding: 0 15px;	
    opacity: 1;	
    visibility: visible;	
    transition: all 0.3s ease 0s;	
    -webkit-transition: all 0.3s ease 0s;	
	z-index: 1;	
}

.our_resourcesSec .work_details .image_above_text h2{
	color: #ffffff;
    margin-bottom: 10px;
}

.our_resourcesSec .work_details .image_above_text h2 strong{
	display: block;
}

.our_resourcesSec .work_details .infobox p{
	font-size: 20px;
}

/* For Col Two */
.our_resourcesSec .work_details.coltwo {
	padding: 0 80px;
}
.our_resourcesSec .work_details.coltwo li{
	width: 50%;
	padding: 0 75px;

}
.our_resourcesSec .work_details.coltwo li:nth-child(1):before{
	left: 13px;
}
.our_resourcesSec .work_details.coltwo .image figure img{
	width: 100%;
}
.our_resourcesSec .work_details.coltwo .image_above_text{
 	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: rgba(58, 77, 98,0.25);
    background: -moz-linear-gradient(top, rgba(58, 77, 98, 0.25) 50%, rgba(123, 196, 202, 0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(58, 77, 98, 0.25) 50%, rgba(123, 196, 202, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(58, 77, 98, 0.25) 50%, rgba(123, 196, 202, 0.25) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_resourcesSec .work_details.coltwo .image_above_text h2{
	color: #ffffff;
    margin-bottom: 10px;
}
.our_resourcesSec .work_details.coltwo .image_above_text h2 strong{
	display: inline-block;
}
.our_resourcesSec .work_details.coltwo .infobox {
    margin-top: 20px;
}

/* For Col One */
.our_resourcesSec .work_details.colone li{
	width: 100%;
}
.our_resourcesSec .work_details.colone li .box{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.our_resourcesSec .work_details.colone li .image{
	width: 40%;
}
.our_resourcesSec .work_details.colone li .infobox{
	width: 60%;
	padding-right: 150px;
}
.our_resourcesSec .work_details.colone li:nth-child(1):before{
	left: auto;
	right: 0;
}
.our_resourcesSec .work_details.colone .image figure img{
	width: 100%;
}
.our_resourcesSec .work_details.colone .image_above_text h2{
	display: none;
}

.our_resourcesSec .work_details.colone .infobox {
    margin-top: 0;
}
.our_resourcesSec .work_details li {
	margin-bottom: 40px;
}

.job_filters .customsearchSec .facetwp-facet .facet-wrapper .job-filters-clear-btn.tablet-hide {
    margin: 0 0 0 15px;
}
.header-facet-wrapper.customsearchSec {
    position: relative;
}
.job-filters-clear-btn.tablet-hide.searchresetbtn {
    position: absolute !important;
    top: 0;
    right: 0;
}
.workwith_us .margin_eq{
	margin-top: 50px;
	margin-bottom: 55px;
}
/* Responsive Business Page Style */

@media screen and (max-width: 1439px) {

	.our_resourcesSec .top-title {
		margin-bottom: 60px;
	}
	.work_details .infobox {
		margin-top: 25px;
	}
	.our_resourcesSec .work_details .infobox p {
		font-size: 18px;
	}	
}
@media screen and (max-width: 1279px) {

	.our_resourcesSec.paddingtopbottom{
		padding-bottom: 20px;
	}
	.our_resourcesSec .top-title {
		margin-bottom: 45px;
	}
	.our_resourcesSec .work_details li{
		padding: 0 20px;
	}
	.work_details .infobox {
		margin-top: 25px;
	}
	.our_resourcesSec .work_details .infobox p {
		font-size: 16px;
	}
	.our_resourcesSec .work_details .image_above_text{
		padding: 15px;
	}

	.our_resourcesSec .work_details.coltwo li {
		width: 50%;
		padding: 0 50px;
	}
	.our_resourcesSec .work_details.coltwo .image_above_text {
		padding: 30px 0 10px;
	}

	.our_resourcesSec .work_details.colone li .infobox {
		padding-right: 80px;
	}
	.workwith_us .margin_eq{
		margin-top: 40px;
		margin-bottom: 45px;
	}

}
@media screen and (max-width: 1023px) {

	.our_resourcesSec .work_details li {
		padding: 0 30px;
		width: 50%;
	}
	.our_resourcesSec .work_details li:nth-child(1):before{
		top: -33px;
	}

	.our_resourcesSec .work_details.coltwo {
		padding: 0 0px;
	}
	.our_resourcesSec .work_details.coltwo li {
		width: 50%;
		padding: 0 40px;
	}
	.our_resourcesSec .work_details.colone li .infobox {
		width: 60%;
		padding-right: 30px;
	}

}
@media screen and (max-width: 767px) {

	.our_resourcesSec .container{
		padding: 0 20px;
	}
	.our_resourcesSec .work_details {
		max-width: 400px;
		margin: 0 auto;
	}
	.our_resourcesSec .work_details li {
		width: 100%;
	}
	.our_resourcesSec .work_details li:nth-child(1):before {
		top: -33px;
		margin-left: 0;
		width: 245px;
	}
	.our_resourcesSec .work_details .infobox p{
		margin: 0px;
	}
	.our_resourcesSec .work_details.coltwo li {
		width: 100%;
		padding: 0 40px;
	}
	.our_resourcesSec .work_details.coltwo .image_above_text {
		padding: 20px 0 10px;
	}

	.our_resourcesSec .work_details.colone li .box {
		flex-direction: column;
	}
	.our_resourcesSec .work_details.colone li .image {
		width: 100%;
	}
	.our_resourcesSec .work_details.colone li .infobox {
		width: 100%;
		padding-right: 0;
		padding-top: 20px;
	}
	.workwith_us .margin_eq{
		margin-top: 30px;
		margin-bottom: 35px;
	}

}
@media screen and (max-width: 399px) {

	.our_resourcesSec .work_details li{
		padding: 0 20px;
	}
	.work_details .infobox {
		margin-top: 15px;
	}
	.our_resourcesSec .work_details.coltwo li {
		width: 100%;
		padding: 0 20px;
	}
	.our_resourcesSec .work_details.coltwo li:nth-child(1):before {
		left: 0;
	}
}

.report-left-col-container.countrydetailsreportlist a {color:#fff}
.entry-cover-image {
    height: 450px;
    background-size: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ownerbottonSec .action__icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0.3125rem;
    border: 2px solid #61b1f5;
    border-radius: 50%;
    background-color: white;
	color: #202027;
	text-decoration: none;
}
.ownerbottonSec .action:hover .action__icon {
    color: white;
	background: #333;
	text-decoration: none;
}
.ownerbottonSec .action__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bannergallerySec .rfsSec ul li a.action.action--review {
    display: flex;
    align-items: center;
}
.wp-job-manager-bookmarks-form a.bookmark-notice::before{
	display: none!important;
}
.action.action--share .share-customize-link {
    display: none !important;
}
.bannergallerySec .rfsSec ul li .tooltip-trigger {
    display: flex;
    align-items: center;
}
.bannergallerySec .rfsSec ul li .action.action--favorite {
    display: flex;
    align-items: center;
	padding: 0;
}
.action__text {
    margin-left: 8px;
}
.bannergallerySec .rfsSec ul li .action.job-manager-form {
    margin: 0;
	border: 0;
}
.bannergallerySec .rfsSec ul li .add_to_favorite_wrap .tooltip {
	position: absolute;
	top: -1.25rem;
	left: 50%;
	z-index: 1100;
	-webkit-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
	display: block;
	padding: 15px;
	width: 300px;
	border: 1px solid rgba(0, 0, 0, 0.075);
	background: white;
	cursor: auto;
	pointer-events: none;
	opacity: 0;
	bottom: auto;
}
.bannergallerySec .rfsSec ul li .action.action--share{
	position: relative;
}
.bannergallerySec .rfsSec ul li .add_to_favorite_wrap.active .tooltip{
	opacity: 1;
	pointer-events: auto;
}
.bannergallerySec .rfsSec ul li .add_to_favorite_wrap .tooltip .bookmark_submit {
    margin-top: 10px;
    display: inline-block;
}
.bannergallerySec .rfsSec ul li .add_to_favorite_wrap .tooltip .bookmark_submit .btn {
    cursor: pointer;
}
.jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing:hover::before {
    background: #333;
    color: #fff !important;
}
a.ourimpactmapclose {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
    border: 1px solid #f48222;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    color: #f48222;
	text-decoration: none;
}
a.ourimpactmapclose:hover{
	color: #fff;
	background: #f48222;
	text-decoration: none;
}
/* Main Menu */
.header-left-col nav#top-menu-nav li {
    padding: 0 20px;
}
.header-left-col nav#top-menu-nav li a {
    color: #3a4d62 !important;
    background-color: transparent!important;
    padding: 22px 0;
    line-height: 1.2;
    height: auto;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    outline: none;
}
.header-left-col nav#top-menu-nav li a::after{
	display: none;
}
.header-left-col nav#top-menu-nav li a:hover{
	background: transparent;
    color: #fe8400 !important;
}
#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 0;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 21px;
}
.nav li ul {
    border-top-color: #202027;
}
.header-left-col nav#top-menu-nav li.menu-item-has-children::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #202027 transparent;
    line-height: 0;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    margin-left: -4px;
    display: inline-block;
    opacity: 0;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}
.header-left-col nav#top-menu-nav li.menu-item-has-children:hover::before {
    opacity: 1;
}
.header-left-col nav#top-menu-nav li ul.sub-menu{
	z-index: 999;
    position: absolute;
    width: 210px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    background: #f1f1f1;
    border-radius: 0;
}
.header-left-col nav#top-menu-nav li ul.sub-menu li{
	display: block;
	padding: 0;
}
.header-left-col nav#top-menu-nav li ul.sub-menu li a{
	display: block;
    background: #f1f1f1;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
	cursor: pointer;
}
.header-left-col nav#top-menu-nav li ul.sub-menu li a:hover{
	background-color: #fff;
    color: #fe8400;
}
.header-left-col nav#top-menu-nav li ul.sub-menu li a {
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.header-left-col nav#top-menu-nav li ul.sub-menu li.mega-menu-item:first-child > a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.header-left-col nav#top-menu-nav li ul.sub-menu li.mega-menu-item:first-child>a {
    border-top: 0;
}
.header-left-col nav#top-menu-nav li.pdleft-10 a {
    padding-left: 25px!important;
    color: #3a85a5!important;
}
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before{
	content: "\4d";
}

#main-header .et_mobile_menu .menu-item-has-children, .et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children, .et_pb_menu .et_mobile_menu .menu-item-has-children {
   position : relative;
}

#main-header .et_mobile_menu .menu-item-has-children > a, .et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children > a, .et_pb_menu .et_mobile_menu .menu-item-has-children > a {
	padding-right : 47px;
	background    : transparent;
}

#main-header .et_mobile_menu .menu-item-has-children > a + span, .et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children > a + span, .et_pb_menu .et_mobile_menu .menu-item-has-children > a + span {
	position    : absolute;
	right       : 0;
	top         : 0;
	padding     : 10px 15px;
	font-size   : 20px;
	font-weight : 600;
	cursor      : pointer;
	z-index     : 2;
}

#main-header .et_mobile_menu li ul.menu-hide, .et_pb_fullwidth_menu .et_mobile_menu li ul.menu-hide, .et_pb_menu .et_mobile_menu li ul.menu-hide {
    display : none !important;
}

#main-header .et_mobile_menu span.menu-closed:before, .et_pb_fullwidth_menu .et_mobile_menu span.menu-closed:before, .et_pb_menu .et_mobile_menu span.menu-closed:before {
	content     : "\24";
	font-family : "ETmodules";
	display     : block;
	font-size   : 17px;
}

#main-header .et_mobile_menu span.menu-closed.menu-open:before, .et_pb_fullwidth_menu .et_mobile_menu span.menu-closed.menu-open:before, .et_pb_menu .et_mobile_menu span.menu-closed.menu-open:before {
	content : "\21";
}
/* .mobile_menu_bar:before {
    content: "a";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}

.mobile_menu_bar:before, .et_toggle_slide_menu:after {
    content: "\61";
    font-size: 32px;
    left: 0;
    position: relative;
    top: 0;
    cursor: pointer;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #2EA3F2;
} */

@media screen and (max-width: 1199px) {
	.header-left-col nav#top-menu-nav li {
		padding: 0 8px;
	}
	#et-top-navigation {
		float: left;
	}
	#main-header .rightsidemenuSec{
		justify-content: flex-end;
	}	
	#main-header .rightsidemenuSec #et_top_search {
		margin-right: 0;
		margin-top: 0;
	}
	.header-left-col nav#top-menu-nav li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1023px) {
	.header-left-col nav#top-menu-nav li a{
		padding: 10px 0;
	}
	.et_header_style_left #et-top-navigation nav>ul>li>a {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 980px) {
	#main-header .nav li a img {
		margin-top: 5px;
		
	  }
	  .rightsidemenuSec .nav li ul{
		  padding: 5px 0;
	  }
	  .rightsidemenuSec .nav li li {
		  line-height: 1.2;
	  }
	#page-container {
		padding-top: 50px!important;
	}
	.mobile_menu_bar:before{
		font-size: 23px;
	}
	#main-header .rightsidemenuSec{
		display: flex;
		padding-right: 0!important;
		justify-content: center;
		margin: 0!important;
		position: static;
		float: right;
	}
	#et-top-navigation {
		float: right;
	}
	.et_fixed_nav #main-header {
		padding-bottom: 0;
		padding-top: 7px;
	}
	.mobile_menu_bar:before{
		top: 5px;
	}
	.et_mobile_menu{
		top: 42px;
		padding: 0;
		overflow: scroll !important;
        max-height: 84vh; 
		-overflow-scrolling:touch!important;
       -webkit-overflow-scrolling:touch!important;
	}
	.et_mobile_menu li a{
		padding: 10px 20px;
		font-weight: 700;
		color: #3a4d62;
	}
	.et_mobile_menu li.donate a{
		color: #fe8400!important;
	}
	.et_mobile_menu li li{
		padding-left: 0;
	}
	.et_mobile_menu li.pdleft-10 a {
		color: #3a85a5!important;
		padding-left: 45px!important;		
	}
	.et_mobile_menu li li a{
		font-weight: normal;
	}
	#main-header .rightsidemenuSec nav.nav li a.lwa-login-link{
		font-size: 0;
	}
	#main-header .rightsidemenuSec nav.nav li a.lwa-login-link::before {
		font-family: ETmodules;
		font-size: 20px;
		content: "\e08a";
		speak: none;
		font-style: normal;
		font-weight: 400;
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-shadow: 0 0;
		direction: ltr;
	}
	#main-header .rightsidemenuSec nav.nav li.menu-item-has-children a::before {
		font-family: ETmodules;
		font-size: 20px;
		content: "\e0e3";
		speak: none;
		font-style: normal;
		font-weight: 400;
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-shadow: 0 0;
		direction: ltr;
		display: none;
	}
	#main-header .rightsidemenuSec nav.nav li.menu-item-has-children a {
		font-size: 0;
	}
	#main-header .rightsidemenuSec nav.nav {
		margin-top: 5px;
	}
	#main-header .rightsidemenuSec nav.nav li.menu-item-has-children ul.sub-menu li a::before{
		display:none;
	}

}


/**
 *   4.6 - Carousel
 */
 .entry-featured-carousel {
	position: relative;
	direction: ltr; }
	.entry-featured-carousel.carousel-center {
	  text-align: center; }
	.entry-featured-carousel.is--at-end .gallery-arrow-next {
	  opacity: 0;
	  pointer-events: none; }
	.entry-featured-carousel.is--at-start .gallery-arrow-prev {
	  opacity: 0;
	  pointer-events: none; }
  
  .entry-cover-image {
	height: 450px;
	background-size: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; }
  
  .entry-featured-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	font-size: 0;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.075);
	-webkit-overflow-scrolling: touch; }
  .entry-featured-image {
	width: auto;
	height: 275px;
	margin-right: 3px;
	max-width: none;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto; }
	.entry-featured-image:first-child {
	  margin-right: auto; }
	.entry-featured-image:last-child {
	  margin-left: auto; }
	@media only screen and (min-width: 480px) {
	  .entry-featured-image {
		height: 450px; } }
  
  .gallery-arrow {
	width: 48px;
	height: 48px;
	background: white;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateY(-50%) translateZ(0);
			transform: translateY(-50%) translateZ(0);
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	color: #FF4D55; }
	.gallery-arrow svg {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  pointer-events: none; }
	.gallery-arrow.is--ready {
	  opacity: 1; }
	.mfp-container .gallery-arrow {
	  z-index: 2005; }
  
  .gallery-arrow-prev,
  .gallery-arrow-left { }
	.gallery-arrow-prev svg,
	.gallery-arrow-left svg {
	  -webkit-transform: translate(-50%, -50%) scaleX(-1);
			  transform: translate(-50%, -50%) scaleX(-1); }
  .gallery-arrow-prev {
	left: 20px; }
  .gallery-arrow-next {
	right: 20px; }
  
  body.rtl .gallery-arrow-right { }
	body.rtl .gallery-arrow-right svg {
	  -webkit-transform: translate(-50%, -50%) scaleX(-1);
			  transform: translate(-50%, -50%) scaleX(-1); }
  
  body.rtl .gallery-arrow-left { }
	body.rtl .gallery-arrow-left svg {
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%); }
   /* Hide scrollbar for Chrome, Safari and Opera */
   .entry-featured-gallery::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .entry-featured-gallery {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
  } 

.share-article-section .left-container .sharedaddy.sd-sharing-enabled {
    display: block;
    position: static;
    max-width: 100%;
    background: transparent;
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled .share-customize-link {
    display: none;
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled ul {
    background: transparent;
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled ul li a {
    background: transparent !important;
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled ul li a::before {
    background: transparent;
    color: #51b4ba;
    font-size: 30px;
    width: 40px;
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    border: 0;
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled ul li a:hover::before{
	 color: #fe8400;
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled ul li.share-facebook a::before{
	content: "\e093";
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled ul li.share-twitter a::before{
	content: "\e094";
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled ul li.share-linkedin a::before{
	content: "\E09D";
}
.share-article-section .left-container .sharedaddy.sd-sharing-enabled ul li.share-jetpack-whatsapp a::before{
	font: normal 34px/1 social-logos;
    content: '\f608';
}
.page-id-84622 div#left-area .entry-content ul {
    padding: 0 0 23px 3em;
}
.page-template-default .entry-content {
    padding-bottom: 60px;
}
.g-recaptcha.registrationformcapcha {
    order: 1;
}

.facetwp-facet-search_keyword span.facetwp-input-wrap {
    min-width: 290px;
}

.hustle-ui.module_id_1 .hustle-layout .hustle-title{
	font-family: 'Open Sans', sans-serif !important;
	color: #ffffff !important;
	font-size: 24px !important;
}
/* Event Changes 10-feb-22 */
.post-type-archive-tribe_events header.tribe-events-header, .events-fullwidth-container .tribe-events-calendar-latest-past__heading{
	width: 100%;
	max-width: 1260px;
	margin: 0 auto !important;
	padding: 0 20px !important;
}
.events-fullwidth-container .tribe-events-calendar-latest-past__heading{
	padding-bottom: 30px !important;
}
.post-type-archive-tribe_events header.tribe-events-header .tribe-events-c-top-bar__datepicker button{
	padding: 2px 7px;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message{
	justify-content: flex-start;
	padding: 0;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message svg{
	display: none;
}
.post-type-archive-tribe_events .tribe-events-c-messages__message-list .tribe-events-c-messages__message-list-item{
	font-weight: bold;
}
.tribe-events .events-fullwidth-container{
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.events-fullwidth-container .event-innercontainer{
	border-top: 1px solid #4398ad;
	
}
.events-fullwidth-container .event-innercontainer:last-child{
	border-bottom: 1px solid #4398ad;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-row{
	max-width: 1260px;
	margin: 0 auto !important;
	padding: 30px 0;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-wrapper{
	padding-left: 0 !important;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-date-tag-datetime .tribe-events-calendar-latest-past__event-date-tag-daynum{
	font-weight: bold;
	padding: 5px 0;
	display: block; 
	font-size: 28px;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-date-tag-datetime span{
	text-transform: uppercase;	
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-header .tribe-events-calendar-latest-past__event-datetime span{
	font-weight: bold;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-header .tribe-events-calendar-latest-past__event-datetime-wrapper{
	margin-bottom: 5px !important;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-header .tribe-events-calendar-latest-past__event-title a{
	font-family: 'Quattrocento', serif;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-header .tribe-events-calendar-latest-past__event-venue span{
	font-style: italic;
	font-size: 18px;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-wrapper .tribe-events-calendar-latest-past__event-featured-image-wrapper{
	width: 28%;
}
.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-wrapper .tribe-events-calendar-latest-past__event .tribe-events-calendar-latest-past__event-details{
	width: 72%;
	padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
	.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-wrapper .tribe-events-calendar-latest-past__event .tribe-events-calendar-latest-past__event-details{
		padding-right: 15px;
	}
	.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-header .tribe-events-calendar-latest-past__event-title a{
		font-size: 30px;
	}
	
}
@media only screen and (max-width: 767px) {
	.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-wrapper .tribe-events-calendar-latest-past__event-featured-image-wrapper{
		width: 100%;
	}
	.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-wrapper{
		padding-right: 20px; 
	}
	.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-wrapper .tribe-events-calendar-latest-past__event .tribe-events-calendar-latest-past__event-details{
		padding-right: 20px;
		width: 100%;		
	}
	.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-header .tribe-events-calendar-latest-past__event-title{
		line-height: 26px;
	}
	.events-fullwidth-container .event-innercontainer .tribe-events-calendar-latest-past__event-header .tribe-events-calendar-latest-past__event-title a{
		font-size: 24px;
	}
	.events-fullwidth-container .tribe-events-calendar-latest-past__heading{
		padding-top: 20px !important;
	}
}

/* 10 feb 2022 */
.search-form {
	position: relative;
  }
  .postdatafilterSec form input.search {
	height: 48px;
	color: #999999;
	width: 100%;
	border: 1px solid #dbdbdb;
	padding: 0 15px;
  }
  .postdatafilterSec form input[type="submit"] {
	position: absolute;
	right: 20px;
	top: 12px;
	border: none;
	background: none;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background-image: url("images/search-icon-gray.png");
	background-position: center center;
	background-size: 16px;
	background-repeat: no-repeat;
  }
/* event details page */
.evtdetailSec .dateshortSec {
	width: 50px !important;
	flex: 0 0 50px;
	text-align: center;
}
.evtdetailSec .dateshortSec .tribe-events-calendar-latest-past__event-date-tag-month{
	text-transform: uppercase;
}
.evtdetailSec .dateshortSec .tribe-events-calendar-latest-past__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium{
	font-weight: bold;
    padding: 0;
    display: block;
    font-size: 28px;
}
.evtdetailSec .dateshortSec .tribe-events-calendar-latest-past__event-date-tag-year{
	text-transform: uppercase;
} 

.evtdetailSec .eventdetailsleftSec {
	flex: 0 0 calc(72% - 50px);
    width: calc(72% - 50px) !important;
	padding: 0 15px;
}
.evtdetailSec .tribe-events-event-image {
	flex: 0 0 28%;
	width: 28% !important;
}
.evtdetailSec .eventdetailsleftSec .tribe-events-schedule.tribe-clearfix {
	margin: 0;
	font-weight: bold;
  }
  .evtdetailSec .eventdetailsleftSec .tribe-events-schedule.tribe-clearfix h2 {
	font-weight: bold;
  }
.evtdetailSec .eventdetailsleftSec .tribe-events-schedule.tribe-clearfix h2 span {
	font-weight: bold;
}
.evtdetailSec .eventdetailsleftSec .tribe-events-single-event-title {
	margin: 0 0 var(--tec-spacer-3);
	color: rgb(67, 152, 173);
	font-family: 'Quattrocento', serif;
	font-size: 36px;
	line-height: 1.2;
}
.evtdetailSec .eventurlSec.tribe-events-event-url {
	background-color: transparent;
	margin-top: 15px;
	display:none;
  }
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details h2.tribe-events-single-section-title {
    display: none;
}
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-venue {
    display: none;
}
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details dt.tribe-events-start-date-label {
    display: none;
}
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details abbr.tribe-events-abbr.tribe-events-start-date.published.dtstart {
    display: none;
}
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details dt.tribe-events-start-time-label {
    display: none;
}
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-abbr.tribe-events-start-time.published.dtstart {
    display: none;
}
.single-tribe_events dd.tribe-events-event-categories a {
    color: #202027;
}
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-details {
    padding-top: 0;
}
.single-tribe_events nav.tribe-events-nav-pagination {
    display: none;
}
.summaryevtSec dt.tribe-events-event-label {
    font-weight: 700;
    margin: 0 0 4px;
}
.summaryevtSec.evtembedvideoSec {
    margin-top: 20px;
}
.summaryevtSec.evtembedvideoSec iframe {
    margin-top: 10px;
    width: 100%;
    height: 360px;
}
em.venuessec {
	padding-bottom: 15px;
	display: inline-block;
	font-size: 18px;
}
.page-template-template-our-model-and-impact .bannertextSec {
    padding-right: 15px;
}
.page-template-template-our-model-and-impact .bannertextSec .bbtext {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.evtdetailSec .tribe-events-event-image {
		flex: 0 0 100%;
		width: 100% !important;
		order: 0!important;
	}
	.evtdetailSec .eventdetailsleftSec {
		flex: 0 0 calc(100% - 50px);
		width: calc(100% - 50px) !important;
		padding: 0 0 0 15px;
	}
	.evtdetailSec .eventdetailsleftSec .tribe-events-single-event-title{
		font-size: 28px;
	}
	.summaryevtSec.evtembedvideoSec iframe {
		margin-top: 10px;
		width: 100%;
		height: 180px;
	}
}


/* 14 feb 2022 */
.home section.our-partners{
	background-color: #f4f4f4 !important;
}
.home .our-reports-section{
	background-color: #fff;
	padding-bottom: 30px;
	margin-top: 60px;
}
.home .our-reports-section .report_container, .home .our-reports-section .top-title, .home .our-reports-section::before{
	z-index: 1;
}
.page-id-80113.page-template-default .entry-content{
	padding-bottom: 0;
}
.bgGray{
	background-color: #f4f4f4;
}
.our-reports-section.countrydetailsreportsec{
	background-color: #fff;
	margin-top: 0;
}
.our-reports-section .report-left-col-container h3{
	color: #202027;
}
.our-reports-section.countrydetailsreportsec .top-title, .our-reports-section.countrydetailsreportsec .report_container, .our-reports-section.countrydetailsreportsec::before{
	z-index: 1;
}
.page-id-80111 .our-service-sec, .page-id-83850 .our-service-sec{
	background-color: #f4f4f4;
}
.page-id-83850 .our-reports-section{
	background-color: #fff;
}
.page-id-83850 .our-reports-section::before, .page-id-83850 .landing-reports-section .top-title, .page-id-83850 .landing-reports-section .report-left-col-container{
	z-index: 1;	
}
.page-id-83850 .blockqote_figure_section {
	background-color: #f4f4f4;
}
.single-country .banner .bannertextSec .TitleSec{
	width: 77%;
}
.single-country .banner .bannertextSec .bbtext{
	max-width: fit-content;
	padding-right: 40px;
}
.single-country .banner .bannertextSec .bbtext h5{
	letter-spacing: 1px;
}
.single-country .banner .bannertextSec .bbtext p{
	font-size: 26px;
}
.single-country .banner .bannertextSec .bbtext p span::after{
	width: 340px;
}
/* 17feb */
.key_productsSec .work_details .read-more {
	margin-top: 10px;
}
.circleCountryNameSec{
	min-height: 100px;
	min-width: 100px;
	background-size: contain;
}
.banner .bannertextSec .TitleSec h1{
	font-size: 72px;
}
.single-country .countrydetailpage .banner .bannertextSec{
	display: block;
}
.single-country .countrydetailpage .banner .bannertextSec .container{
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	align-items: center;
	max-width: 1370px;
}
.single-country .countrydetailpage .banner .bannertextSec{
	background-color: rgba(51,51,51,0.5);
	padding: 20px 0px;
}
.single-country .impact_statsSec .container{
	max-width: 1370px;
}
.single-country .faqsSec{
	padding-bottom: 80px;
}
.postid-80190 .impact_statsSec.bgWhite{
	background-color: #f4f4f4;
}
.postid-80190.single-country .faqsSec{
	background-color: #fff;
}
.single-country .our-reports-section .left-col figure:hover::before{
	background-repeat: no-repeat;
}
.market{
	padding: 0 0 160px;
}
.market.landing-market-sec .section-head{
	padding: 130px 0;
}
.market-bottom{
	margin-top: 0;
	background-color: #51b4ba;
}
.market-bottom .container{
	display: flex;
}
.our_resourcesSec.key_productsSec{
	background-color: #fff !important;
}
.our-service-sec{
	background-color: #f4f4f4;
}
.work_withus .topSec{
	background-color: transparent;
}
.work_withus .maintitle h2{
	color: #202027;
}
.work_withus .topSec{
	padding-bottom: 110px;
}
.work_withus .bottomSec{
	margin-top: 0;
}
.our_resourcesSec.key_productsSec .maintitle {
	padding-bottom: 110px;
}
.our_resourcesSec.key_productsSec .container{
	max-width: 1510px;
}
.our_resourcesSec.key_productsSec .work_details li{
	padding: 0 55px;
}
.landing-market-sec .market-bottom h4 span{
	width: 100%;
	display: inline-block;
	max-width: 190px;
	text-align: right;
}
.page-template-template-landing-page.page-id-80111 .market.landing-market-sec{
	padding-bottom: 0;
}

@media only screen and (max-width: 1919px) {
	.home .our-reports-section{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1439px) {
	.banner .bannertextSec .bbtext{
		max-width: 340px;
	}
	.banner .bannertextSec .TitleSec h1{
		font-size: 65px;
	}	
	.market .child-2 .top{
		margin-left: 30px;
	}
	.single-country .countrydetailpage .banner .bannertextSec .container, .single-country .impact_statsSec .container{
		max-width: 90%;
	}
}
@media only screen and (max-width: 1365px) {
	.work_details .image .hover-text{
		padding: 0 30px;
	}
	.work_details .image .hover-text p{
		font-size: 20px;
	}
	.market .child-2 .top{
		margin-left: 0;
	}
}
@media only screen and (max-width: 1279px) {
	.banner .bannertextSec .bbtext{
		max-width: 280px;
	}
	.banner .bannertextSec .TitleSec h1{
		font-size: 50px;
	}	
	.home .our-reports-section{
		margin-top: 0;
	}
	.home .work_withus{
		padding-bottom: 0;
	}
	
	.work_details .image .hover-text p {
		font-size: 18px;
	}
	.page-template-template-landing-page .market .child-1 figure{
		margin-bottom: 0;
	}
	.page-template-template-landing-page .market {
		padding: 60px 0 80px;
	}
	.page-template-template-landing-page .market-bottom {
		padding-bottom: 70px;
	}
	.single-country .banner .bannertextSec .bbtext p span::after {
		width: 310px;
	}
	.single-country .faqsSec {
		padding-bottom: 50px;
	}
	.market.landing-market-sec .section-head {
		padding: 80px 0;
	}
	.page-template-template-landing-page .market{
		padding: 0;
	}
	.faqslistSec .accordion{
		font-size: 20px;
	}
	.landing_work_withus{
		padding-top: 0;
	}
	.landing-reports-section .top-title{
		padding-right: 25px;
	}
	.landing-reports-section .inner-report-list{
		padding-right: 20px;
	}
	.our_resourcesSec.key_productsSec .work_details li {
		padding: 0 20px;
	}
	.landing_work_withus .work_details li{
		padding: 0 20px;
	}
	.landing-market-sec .market-bottom h4 span{
		width: 140px;
	}
}
@media only screen and (max-width: 1023px) {
	.banner .bannertextSec .bbtext{
		max-width: 230px;
	}
	.banner .bannertextSec .TitleSec h1{
		font-size: 36px;
	}
	.work_details .image .hover-text p {
		font-size: 17px;
		line-height: 1.4;
	}
	.page-template-template-landing-page .our_resourcesSec .work_details li{
		width: 33.33%;
		padding: 0 15px;
	}
	.page-template-template-landing-page .market-bottom {
		padding-bottom: 50px;
	}
	.page-template-template-landing-page .market-bottom p{
		line-height: 1.4;
		font-size: 16px;
	}
	.page-template-template-landing-page .landing-market-sec .market-bottom h4{
		display: flex;
		align-items: last baseline;
	}
	.page-template-template-landing-page .market-bottom h4 sup{
		margin-left: 5px;
		width: calc(100% - 100px) !important;
	}
	.page-template-template-landing-page .our_resourcesSec .work_details li:nth-child(1)::before {
		width: 170px;
		height: 160px;
		left: 6px;
		top: -40px;
	}
	.faqslistSec .accordion{
		font-size: 18px;
	}
	.key_productsSec .work_details .image .hover-text {
		padding: 0 10px;
	}
	.single-country .banner .bannertextSec .bbtext p {
		font-size: 20px;
	}
	.single-country .banner .bannertextSec .bbtext{
		max-width: 310px;
		width: 100%;
	}
	.single-country .our-donors a.btn.orangebtn {
		margin-top: 0 !important; 
	}
	.market.landing-market-sec .section-head {
		padding: 60px 0;
	}
	.our_resourcesSec.key_productsSec .maintitle, .work_withus .topSec  {
		padding-bottom: 80px;
	}
	.blockqote_figure_section {
		padding: 130px 0 100px;
	}
	.landing-market-sec .market-bottom h4 span {
		width: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.banner .bannertextSec .bbtext{
		max-width: 100%;
	}
	.banner .bannertextSec .TitleSec h1{
		font-size: 44px;
	}
	.home .report-right-col-container{
		background-color: #fff;
	}
	.home .our-reports-section .left-col{
		padding-bottom: 0;
	}
	.page-template-template-landing-page .market-bottom {
		padding-bottom: 0;
	}
	.page-template-template-landing-page .our_resourcesSec .work_details li {
		padding: 0 15px;
		width: 100%;
		margin-bottom: 40px;
	}
	.page-template-template-landing-page .our_resourcesSec .work_details li:nth-child(1)::before {
		width: 210px;
		height: 160px;
		left: 50%;
		top: -50px;
		margin-left: -105px;
		background-size: 16px;
	}	
	.page-template-template-landing-page .our_resourcesSec .work_details{
		padding-top: 40px;
	}
	.landing_work_withus {
		padding: 0 0 15px 0;
	}
	.landing-reports-section.our-reports-section .top-title h2{
		width: 100%;
	}
	.landing-reports-section .left-col{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
	}
	.landing-reports-section .inner-report-list{
		padding-right: 20px;
	}
	.single-country .countrydetailpage .banner .bannertextSec .container{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.single-country .circleCountryNameSec{
		order: 1;
	}
	.single-country .banner .bannertextSec .TitleSec h1{
		justify-content: left;
		padding-bottom: 15px;
	}
	.single-country .countrydetailpage .banner .bannertextSec .bbtext{
		width: 100%;
	}
	.single-country h4{
		font-size: 18px;
	}
	.market-bottom .container{
		flex-direction: column;
	}
	.our_resourcesSec.key_productsSec .maintitle, .work_withus .topSec {
		padding-bottom: 55px;
	}
	.faqslistSec .accordion {
		font-size: 18px;
	}
	.faqslistSec{
		padding-left: 45px;
	}
	.market .child-2 .top{
		margin-bottom: 35px;
	}
	.page-template-template-landing-page .market-bottom p{
		line-height: 1.6;
	}
	.work_withus .maintitle h2{
		margin-left: 0;
		padding-right: 0;
	}
	.blockqote_figure_section {
		padding: 100px 0 80px;
	}
	.market.landing-market-sec .section-head {
		padding: 40px 0;
	}
	.landing-market-sec .market-bottom h4 span{
		width: 150px;
	}
	.page-template-template-landing-page .market-bottom h4 sup{
		width: calc(100% - 150px) !important;
	}
	.single-country .countrydetailpage .banner .bannertextSec .container, .single-country .impact_statsSec .container{
		max-width: 100%;
	}
}
@media only screen and (max-width: 499px) {
	.single-country .banner .bannertextSec .TitleSec{
		width: 100%;
	}
}
.single-country .impact_statsSec h3, .page-template-template-landing-page .report-right-col-container h3, .single-country .report-right-col-container h3{
	color: #202027;
}
.page-template-template-landing-page .report-right-col-container h3 a:hover{
	color: #f58220;
}
.landing-reports-section .left-col .report-description_wrapper h3 a:hover{
	color: #fff;
}
.single-country .our-reports-section .report-description a:hover, .single-country .our-reports-section .report-right-col-container .report-list-description a:hover{
	text-decoration: underline;
}

/* extra css form live */
.postdatafilterSec form input.search {
  height: 48px;
  color: #999999;
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 0 15px;
}
.postdatafilterSec form input[type="submit"] {
  position: absolute;
  right: 20px;
  top: 12px;
  border: none;
  background: none;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background-image: url("images/search-icon-gray.png");
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.postdatafilterSec form#catwise-filter {
    position: relative;
    z-index: 99;
}
/* extra css form live end */
/* @css 24 feb 2022 */
.tribe-events .tribe-events-calendar-list__month-separator time {
    flex: 0 0 100%;
    text-align: center;
    width: 100%;
	margin-bottom: 30px;
}
.eventlistSec .tribe-common-g-row.tribe-events-calendar-list__event-row {
	max-width: 1260px;
    margin: 0 auto !important;
    padding: 30px 0;
}
.events-fullwidth-container .event-innercontainer.eventlistSec .tribe-events-calendar-list__event-date-tag-datetime span {
    text-transform: uppercase;
}
.events-fullwidth-container .event-innercontainer.eventlistSec .tribe-events-calendar-list__event-date-tag-datetime span.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    font-weight: bold;
    padding: 5px 0;
    display: block;
    font-size: 28px;
    text-transform: uppercase;
}
.events-fullwidth-container .event-innercontainer.eventlistSec .tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col.defaultfeathureimage {
    width: 28%;
}
.events-fullwidth-container .event-innercontainer.eventlistSec .tribe-events-calendar-list__event-details.tribe-common-g-col {
    width: 72%;
    padding-right: 60px;
}
.events-fullwidth-container .event-innercontainer.eventlistSec header.tribe-events-calendar-list__event-header time.tribe-events-calendar-list__event-datetime span {
    font-weight: bold;
}
.events-fullwidth-container .event-innercontainer.eventlistSec header.tribe-events-calendar-list__event-header h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium a {
    font-family: 'Quattrocento', serif;
    color: rgb(67, 152, 173);
}
.events-fullwidth-container .event-innercontainer.eventlistSec header.tribe-events-calendar-list__event-header address.tribe-events-calendar-list__event-venue.tribe-common-b2 span {
    font-style: italic;
    font-size: 18px;
}
.events-fullwidth-container nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
    max-width: 1260px;
    margin: 0 auto !important;
    padding: 30px 0;
	width: 100%;
}
.events-fullwidth-container .tribe-events-c-subscribe-dropdown__container {
    display: none;
}
.post-type-archive-tribe_events .tribe-events-view {
    position: relative;
    z-index: 999;
}
.tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
    border-left: 1px solid;
}
.tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week:first-child {
    border-top: 1px solid;
}
h3.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt {
    font-size: 13px;
    line-height: 1.38em;
	color: #202027;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    font-size: 12px;
}
.tooltipster-base.tribe-events-tooltip-theme{
	background-color:#fff;
}
.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box h3.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 {
    color: #202027;
	font-size: 18px;
    line-height: 24px;
}
.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box h3.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 a{
	font-weight:600;
}
.tooltipster-sidetip .tooltipster-content {
    color: #202027;
    font-size: 13px;
}
.tribe-events-c-subscribe-dropdown__container{
	display:none;
}
.page-id-196777 .work_withus.landing_work_withus {
  display: none;
}

@media only screen and (max-width: 1259px) {
	.events-fullwidth-container nav.tribe-events-calendar-list-nav.tribe-events-c-nav {   
		padding: 30px 15px;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.events-fullwidth-container .event-innercontainer.eventlistSec .tribe-events .tribe-events-calendar-list__event-wrapper{
	   padding-right: 20px;
	}
	.events-fullwidth-container .event-innercontainer.eventlistSec .tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col.defaultfeathureimage {
    	width: 100%;
	}
	.events-fullwidth-container .event-innercontainer.eventlistSec .tribe-events-calendar-list__event-details.tribe-common-g-col {
		width: 100%;
		padding-right: 20px;
	}
	.events-fullwidth-container .event-innercontainer.eventlistSec .tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
	  padding-left: 5px;
	  padding-right: 15px;
	}
	#donor-list{
		text-align: center;
	}
}
.tribe-common button[disabled], .tribe-common input[disabled] {
    display: none;
}
.tribe-events-c-top-bar__datepicker button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    background: transparent!important;
    cursor: default;
}

/* 26-04-22 */
.page-id-83845 .landing-reports-section .left-col figure::before, 
.page-id-196768 .landing-reports-section .left-col figure::before, 
.page-id-196777 .landing-reports-section .left-col figure::before, 
.page-id-83850 .landing-reports-section .left-col figure::before, 
.page-id-196778 .landing-reports-section .left-col figure::before, 
.page-id-196779 .landing-reports-section .left-col figure::before, 
.page-template-template-landing-page .landing-reports-section .left-col figure::before{ 
	background-image: url('./images/first-list-bg.png') !important;
	top: 25px !important;
	left: -46px !important;
	height: 80% !important;
	width: 170px !important;
}
#job-manager-job-dashboard table.job-manager-jobs td, 
#job-manager-job-dashboard table.job-manager-jobs th {
    padding: 0.5em 1em 0.5em 1em;
}
#job-manager-job-dashboard > p{
	margin-bottom: 15px;
}
@media only screen and (max-width: 1279px) {
	.menu-work-with-us-wrapper ul li a{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1023px) {
	.single-country .impact_statsSec h3, .page-template-template-landing-page .report-right-col-container h3, .single-country .report-right-col-container h3{
		word-break: normal;
	}
	.page-template-template-listing-page .gform_legacy_markup_wrapper #gform_1{
		padding: 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.page-template-template-listing-page #job-manager-job-dashboard{
		overflow: auto;
	}
	.page-template-template-listing-page #job-manager-job-dashboard table.job-manager-jobs td, 
	.page-template-template-listing-page #job-manager-job-dashboard table.job-manager-jobs th {
		font-size: 14px;
	}
	.ownerbottonSec .action__icon{
		width: 25px;
       height: 25px;
	}
	.jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing::before {
		padding: 3px 3px !important;
		margin-left: 15px;
		height: 25px;
		width: 25px;
	}
	.jobdetailpage .titleSec .rightsec ul li .claim-verified::before {
		background-size: 25px;
		height: 25px;
		width: 25px;
	}
	.bannergallerySec .rfsSec ul li a.action.action--review span.action__icon, .bannergallerySec .rfsSec ul li .action.job-manager-form span.action__icon{
		width: 35px;
		height: 25px;
	}
	.ownerbottonSec .action__icon svg{
		width: 11px;
       height: 11px;
	}
	.bannergallerySec .rfsSec ul li a {
		padding-left: 0px;
		font-size: 12px;
	}
	.jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing span {
		margin-top: 4px;
		margin-bottom: 0;
	}
	.jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing {
		padding-left: 40px;
		position: relative;
	}
	.single-job_listing .jobdetailpage .titleSec .rightsec .verifiedListing .claim-listing::before {
		margin-left: 12px;
		position: absolute;
		left: -1px;
		top: 3px;
	}
}


/* Tenders language icon button hide */
.tribe-events-page-template .wpml-ls-item,
 .page-template-template-work-with-us .wpml-ls-item, .single-job .wpml-ls-item,
 .blog .wpml-ls-item , .single-post .wpml-ls-item, .single-tenders li.wpml-ls-item
 {
	display: none !important;
  }

.accordionDetailSec .rightsec .photogallerySec{
   padding-top: 15px;
}
.accordionDetailSec .rightsec .photogallerySec h6 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.accordionDetailSec .rightsec .photogallerySec h6 span {
  float: right;
  text-transform: capitalize;
}
.accordionDetailSec .rightsec .photogallerySec ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px -10px -5px;
}
.accordionDetailSec .rightsec .photogallerySec ul li{
	display: block;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    padding: 0 5px;
    margin-bottom: 10px;
    min-width: 0;
}
.accordionDetailSec .rightsec .photogallerySec ul li img {
    width: 100%;
    display: block;
    -webkit-transform: translateZ(0.01px);
    transform: translateZ(0.01px);
	height: 80px;
    object-fit: cover;
}
.top-main-title.businesslistingtitleSec .container {
	max-width: 100%;
}
.gallery-arrow_aa.gallery-arrow-prev__aa, .gallery-arrow_aa.gallery-arrow-next_aa{
	display: none;
}
.comment-author.vcard {
    display: flex;
    align-items: center;
}
.comment-author.vcard img {
    border-radius: 100%;
    float: left;
    margin-right: 8px;
}
.comment-author.vcard span.says {
    text-transform: capitalize;
    margin-left: 5px;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    font-size: 1em;
}
.top-main-title.businesslistingtitleSec:after{
	display: none;
}
