.about-sec1 h2 p{
	margin-bottom: 7px;
}
.about-sec1 h2{
	margin-top: 0;
}
.about-sec1 .col-lg-6.text-center{
	padding-left: 20px !important;
}
.text-with-icon .text-w-icon{
	width: 85%;
}
#mpw-news h2{
	text-align: left;
}
#mpw-news .sub-heading{
	width: 100%;
	text-align: left;
}
.news-box h3{
	font-size: 24px;
}
#wos-sec{
	background-color: #fff;
}
.lightblue-gradient.statistics{
	padding-top: 0;
	padding-bottom: 0;
}
.statistics h3{
	margin: 0.5em 0;
}
.blue-cta{
	background-color: #F5FAFF;
}
.about .avatar {
	max-width: 200px;
	height: 200px;
	position: relative;
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
	cursor: pointer;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about .avatar-pic {
	width: 200px;
    height: 200px;
	position: absolute;
/* 	z-index: -1; */
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.about .avatar:hover .avatar-pic {
	opacity: 0;
}
.about .avatar:hover .avatar-fun {
	z-index: 1;
}
.about .avatar-fun {
	width: 200px;
    height: 200px;
	position: absolute;
	z-index: -5;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#our_team .avatar .flag{
	width: 70px;
    height: 70px;
    z-index: 1;
    left: 65%;
    top: 70%;
}
.about-hover {
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.about-hover:hover {
	opacity: 0;
}
.about .avatar-info {
	width: 100%;
/* 	background: rgba(51, 51, 51, 0.5); */
	text-align: center;
	padding: 0.5em 0.25em 0;
	z-index: 10;
}
.about .avatar-info h3 {
	color: #2D4B91;
    font-size: 20px;
    font-weight: 600;
	text-decoration: none;
}

.about .avatar-info p {
	color: #FFF;
	font-size: 16px;
	margin: 0;
}
.about .tags {
	display: none;
	padding: 4em 0;
}
.about .btn-outline-primary {
	color: #333333;
	border-color: #5DA2D8;
}
.about .btn-outline-primary:hover {
	background: #5CA1D8;
}
.about .btn-outline-primary:not(:disabled):not(.disabled):active  {
	background-color: #4e91c7;
	border-color: #4e91c7;
	color: #333333;
}
.about.lightblue-gradient{
	background-position: center;
    padding: 4em 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
	background-image: url(/wp-content/uploads/2022/09/Rectangle-824.png);
}
.about h2{
	color: #F2B817;
	font-weight: bold;
}
.logos-grid .slick-track{
	display: flex;
    align-items: center;
}
.logos-grid .slick-dots li.slick-active button:before {
    color: #32B4F0;
}
.logos-grid .slick-dots li button:before{
	color: #DEDEDE;
}
.logos-grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.logos-grid .logo { 
	max-width: 200px;
/* 	height: 200px; */
	padding: 1em;
	display: flex;
	align-items: center;
}
.logos-grid .logo img {
	max-width: 100%;	
}
.mpw-news .news-box{
	text-align: left;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.mpw-news .news-box h3 a{
	 color: #2D4B91;
    font-weight: normal;
}
.mpw-news{
	padding: 5em 0 1em;
}
#about-news-sec{
	background-image: none;
	background: #EBF5FF;
	    padding-top: 0;
    padding-bottom: 4em;
}
#about-news-sec h2{
	margin-top: 0;
}
.about-sec1 .row .col-lg-6.py-5{
	padding-left: 15px !important;	
}
about-sec1 .row .col-lg-6{
	padding-right: 15px !important;
}
.statistics .col-lg-6.py-5{
	padding-right: 15px !important;
}
.statistics .col-lg-6{
	padding-left: 15px !important;
}
#mpw-news .row.px-5{
	padding: 0 !important;
}
@media (max-width: 768px){
	#our_team .avatar .flag{
		width: 50px;
    	height: 50px;
	}
	.about-sec1{
		padding-top: 3em;
	}
	.about-sec1 .row{
		margin: auto;
		padding: 0 !important;
	}
	.about-sec1 .row .col-lg-6{
		padding: 0 20px !important;
	}
	.about-sec1 h2 p{
		font-size: smaller;
	}
	.sub-heading{
		width: 100%;
	}
	.about-sec1 h2{
		margin-bottom: 20px;
	}
	#about-text-with-icon{
		padding: 3em 20px;
	}
	#about-text-with-icon h2{
		margin-bottom: 20px;
	}
	#about-text-with-icon .sub-heading{
		margin-bottom: 1em;
	}
	#about-text-with-icon .col-md-4{
		padding: 0 !important;
	}
	.statistics h2{
		margin-bottom: 20px;
	}
	.statistics .col-lg-6{
	padding: 0 35px !important;
	}
	#wos-sec .simple-heading h2{
		margin-bottom: 0;
	}
	.about .avatar-pic, .about .avatar, .about .avatar-fun{
		width: 125px;
		height: 125px;
	}
	#hero-banner .hero-overlay h1{
		width: 80% !important;
	}
	#mpw-news h2, #mpw-news .sub-heading, #mpw-news .simple-heading{
		text-align: center;
	}
	#mpw-news .row .col-lg-6{
		padding: 0;
	}
	.lightblue-gradient .news-box h3{
		font-size: 22px;
    	word-break: break-word;
	}
/* 	.spacer{
		display: none;
	} */
	.team-sec .col-lg-6.py-5{
		padding-top: 10px !important;
	}
	.about{
		padding: 0 20px;
	}
	.about .row{
		margin: auto;
	}
	.about.lightblue-gradient{
		padding-left: 20px;
		padding-right: 20px;
	}
	.slick-dots{
		position: relative;
    	margin: auto;
    	left: 0;
/* 		bottom: 0; */
	}
	#mpw-news{
		    padding: 3em 20px;
	}
	#mpw-news .row{
		padding: 0 !important;
	}
	#mpw-news .simple-heading a{
		margin-bottom: 30px;
	}
}