h1, .h1 {
	font-size: 28px;
	line-height: 46px;
	font-family: 'Oswald-Regular';
	color: #030303;
}
h2, .h2 {
	text-transform: uppercase;
	color: #030303;
}
.site h4, .site .h4 {
	font-size: 18px;
	text-transform: uppercase;
}
ol {
	margin-bottom: 0;
}
ol li {
	list-style: none;
	position: relative;
	padding-left: 40px;
	margin-bottom: 45px;
}
ol li:last-child {
	margin-bottom: 0;
}
ol li:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/ol.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.entry-header {
	padding-top: 120px;
}
.border-bot:after {
	content: "";
	display: block;
	height: 6px;
	width: 160px;
	background: #0089CF;
	position: absolute;
	top: 100%;
}
.border-bot {
	padding-bottom: 45px;
	position: relative;
	margin-bottom: 66px;
}
.entry-header h2,
.entry-header h1 {
	text-transform: uppercase;
	color: #030303;
	padding: 0;
	margin-bottom: 0;
}
.entry-header h5 {
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
}
.entry-header .top-content {
	margin-top: 45px;
}
.site-main p:last-child,
.entry-header .top-content p:last-child {
	margin-bottom: 0;
}
.text-center {
	text-align: center;
}
.site-main {
	padding-bottom: 105px;
}
.single-featured-image-header img {
	width: 100%;
}
footer.site-footer {
	margin-top: 0;	
}
.about-section {
	padding-bottom: 60px;
}
.blur-section {
	position: relative;
	background-image: url(../images/bkg-overlay.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.blur-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/bkg-blur.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.blur-section>* {
	position: relative;
}

.our-goal {
	background-image: url(../images/our_goal.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #fff;
	padding-top: 88px;
	padding-bottom: 88px;
}
.our-goal {
	background-image: url(../images/our_goal.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #fff;
	padding-top: 88px;
	padding-bottom: 88px;
}
.our-goal p {
	font-size: 20px;
	line-height: 40px;
}
.our-goal p:last-child {
	margin-bottom: 0;
}
.our-goal h2 {
	color: #fff;
	margin-bottom: 30px;
}
.about-page .introducing-section .introducing-items .items.row {
	margin-left: -15px;
	margin-right: -15px;
}
.introducing-section .introducing-items .item.col-6 {
	margin-bottom: 45px;
	padding: 0 15px;
}
.introducing-section .introducing-items .item.col-6:nth-of-type(2n) {

}
.introducing-section .item.col-6 .item-info {
	width: calc(100% - 102px);
}
.introducing-section .item.col-6 .item-info p:last-child {
	margin-bottom: 0;
}
.partnership-block .item-wrapper {
	margin-bottom: 40px;
}
.partnership-block .item-wrapper:last-child {
	margin-bottom: 0;
}
.partnership-block .item-image {
	width: 380px;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.partnership-block .item-content {
	width: calc( 100% - 386px);
	display: inline-block;
	vertical-align: top;
	padding-left: 45px;
}
.privacy-page .entry-content {
	margin-bottom: 40px;
}

/***** Blog Page *********/
.page-template-page-contact .site-content,
.single .site-content,
.blog .site-content {
	position: relative;
	background-image: url(../images/blog-bkg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right -60px;
}
.items-post.row {
	margin-left: -8px;
	margin-right: -8px;
}
.items-post.row .col {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
	margin-right: -4px;
}
.post-thumbnail {
	font-size: 0;
}
.post-thumbnail a {
	font-size: 0;
	display: block;
	line-height: 0;
}
.items-post.row article {
	margin-bottom: 80px;
}
.items-post.row .post-thumbnail {
	margin-bottom: 44px;
}
.items-post.row .post-thumbnail a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 70%;
	background-position: center;
	background-size: cover;
}
.items-post.row .post-thumbnail a img {
	position: absolute;
	top: 0;
	opacity: 0;
}
.items-post.row .entry-content {
	margin-bottom: 40px;
}
.button {    
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	text-transform: uppercase;
	line-height: 36px;
}
.button:hover {    
	color: #fff;
	background-color: #767676;
}
.single .title-section {
	position: relative;
}
.single .title-section .back {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #00A651;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 17px;
}
.single .title-section .back:after {
	position: absolute;
	right: 0px;
	top: 22px;
	content: "";
	height: 1px;
	width: 78%;
	display: inline-block;
	background: #00A651;
}
.single .post-thumbnail img {
	width: 100%;
	margin-bottom: 60px;
}
.single .entry-footer {
	display: none;
}
.info-content {
	padding-bottom: 80px;
}
.info-content .image-on-left .top-content{
	
}
.info-content .image-on-left .top-content .image.left {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.info-content .image-on-left .top-content .content.right {
	width: 67%;
	display: inline-block;
	padding-left: 50px;
	margin-left: -5px;
}
.info-content .image-on-left .top-content .content.left {
	width: 40%;
	display: inline-block;
	padding-right: 50px;
	vertical-align: top;
}
.info-content .image-on-left .top-content .image.right {
	width: 60%;
	display: inline-block;
	margin-left: -5px;
}
.page-template-page-services .content-wrapper ul {
	list-style: none;
}
.page-template-page-services .content-wrapper .top-content .content.right ul {
	width: 50%;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
}
.info-content .image-on-left .top-content .content.right ul:nth-child(2n+1) {
	padding-left: 50px;
}
.page-template-page-services .content-wrapper ul li {
	position: relative;
	padding-left: 15px;
}
.page-template-page-services .content-wrapper ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 13px;
	left: 0;
	background: #333;
	border-radius: 50%;
}
.gallery-content {
	line-height: 0;
	font-size: 0;
}
.gallery-content:after {
	content: "";
	display: table;
	clear: both;
}
.gallery-content .full-half {
	float: left;
	width: 50%;
}
.gallery-content .half-half {
	float: left;
	width: 50%;
}
.gallery-content .quarter-half {
	float: left;
	width: 25%;
}
.faq-content {
	clear: both;
	margin-bottom: 108px;
}
.contact-banner {
	position: relative;
}
.contact-banner .banner-image {
	line-height: 0;
}
.contact-section .tab-content h2 {
	padding-bottom: 30px;
	margin-bottom: 33px;
}
.contact-section form .wpcf7-form-control-wrap textarea {
	height: 190px;
}
.contact-section form input[type="submit"] {
	text-transform: uppercase;
}
.metaslider {
	max-width: 100% !important;
}
.gallery-content img,
.contact-banner .banner-image img {
	width: 100%;
}
.contact-banner .banner-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;

}
.contact-banner .banner-title h2 {
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
}
.content-wrapper .accordion-wrapper #accordion-content {

}
.content-wrapper .accordion-wrapper #accordion-content .item-question {	
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0.7px;
	color: #333333;
	font-family: 'ProximaNova-Semibold';
	background: #F0F0F0;
	border: none;
	border-radius: 32.5px;
	margin-bottom: 13px;
	line-height: 24px;
	padding: 23px 90px;
	margin-top: 0;
}
.content-wrapper .accordion-wrapper #accordion-content .item-question .ui-accordion-header-icon {
	left: 0;
	width: 70px;
	height: 100%;
	top: 0;
	border-radius: 50%;
	margin: 0;
	background-image: url(../images/arrow.png);
	background-size: contain;
	background-position: center;
}
.content-wrapper .accordion-wrapper #accordion-content .item-question.ui-accordion-header-active .ui-accordion-header-icon {
	background-image: url(../images/arrow-active.png);
}
.content-wrapper .accordion-wrapper #accordion-content .item-answer {
	border: none;
	background: rgba(240, 240, 240, 0.8);
	border-radius: 15px;
	letter-spacing: 0.5px;
	font-size: 16px;
	font-family: 'ProximaNova-Regular';
	padding: 28px 40px;
	height: auto !important;
	margin-bottom: 15px;
}
.content-wrapper .accordion-wrapper #accordion-content .item-answer.ui-accordion-content-active {

}
.content-wrapper .accordion-wrapper #accordion-content .item-answer:last-child {
	margin-bottom: 0;
}
.page-template-page-services .site-main {
	padding-bottom: 0;
}
.item-answer ul,
.page-template-default .entry-content ul {
	padding-left: 16px;
	margin-bottom: 0;
}
.item-answer ul li,
.page-template-default .entry-content ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}







@media screen and (min-width: 1280px) {

}
@media screen and (min-width: 1440px) {
}
@media screen and (max-width: 1439px) {
	.items-post.row .post-thumbnail,
	.items-post.row .entry-content {
		margin-bottom: 30px;
	}
	.items-post.row article {
		margin-bottom: 40px;
	}
	.single .post-thumbnail img {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1279px) {
	.entry-header {
		padding-top: 60px;
	}
	.border-bot {
		padding-bottom: 35px;
		margin-bottom: 50px;
	}
	.introducing-section .introducing-items .item.col-6 {
		margin-bottom: 25px;
	}
	.site-main {
		padding-bottom: 60px;
	}

	.partnership-block .item-wrapper {
		margin-bottom: 20px;
	}
	.partnership-block .item-image {
		width: 35%;
	}
	.partnership-block .item-content {
		width: 64%;
		padding-left: 15px;
	}
	.info-content {
		padding-bottom: 50px;
	}
	.faq-content {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 910px) {
	.content-wrapper .accordion-wrapper #accordion-content .item-question {
		padding: 15px 60px;
		padding-right: 20px;
	}
	.content-wrapper .accordion-wrapper #accordion-content .item-question .ui-accordion-header-icon {
		width: 50px;
	}
	.content-wrapper .accordion-wrapper #accordion-content .item-answer {
		padding: 20px 30px;
	}
}
@media screen and (max-width: 767px) {
	.single-featured-image-header {
		margin-top: 63px;
	}
	.introducing-section .introducing-items .item.col-6 {
		width: 100%;
		float: none;
		clear: both;
	}
	.introducing-section .introducing-items .item.col-6:last-child {
		margin-bottom: 0;
	}
	.partnership-block .item-wrapper {
		margin-bottom: 30px;
	}
	.partnership-block .item-image {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.partnership-block .item-content {
		width: 100%;
		padding-left: 0;
	}
	.items-post.row .col {
		width: 50%;
	}
	.info-content .image-on-left .top-content .content.left,
	.info-content .image-on-left .top-content .image.right,
	.info-content .image-on-left .top-content .content.right,
	.info-content .image-on-left .top-content .image.left {
		width: 100%;
		padding-left: 0;
	}
	.info-content .image-on-left .top-content .image.right {
		text-align: center;
		margin-top: 30px;
	}
	.info-content .image-on-left .top-content .image.left {
		text-align: center;
		margin-bottom: 30px;
	}
	.info-content .image-on-left .top-content .image.right img,
	.info-content .image-on-left .top-content .image.left img {
		margin-left: auto;
		margin-right: auto;
	}
	.page-template-page-services .content-wrapper .top-content ul {
		width: 100%;
		margin-right: 0;
		padding-left: 0 !important;
	}
	.contact-banner .banner-image img {
		height: 200px;
		width: auto;
		max-width: none;
	}
	.info-content .image-on-left .top-content .content.left {

	}
}
@media screen and (max-width: 480px) {
	.items-post.row .col {
		width: 100%;
	}
	.gallery-content .half-half,
	.gallery-content .quarter-half,
	.gallery-content .full-half {
		width: 100%;
		float: none;
	}
}



/*____________________________________________________________ Added CSS ____________________________________________________________*/



.site-footer{
	background-color: #F8F8F8;
}
.site-footer #text-2,.site-footer #text-10{
	float: none;
	padding-bottom: 0;
}
.site-footer #text-2 p,.site-footer #text-10 p{
	margin-bottom: 36px;
}
.site-footer #text-2 a,.site-footer #text-10 a{
	font-size: 24px;
	letter-spacing: 2px;
	font-family: 'Oswald-Regular';
	color: #00A651;
	line-height: 30px;
}
.site-footer #text-2 strong,.site-footer #text-10 strong{
	color: #0089CF;
	font-weight: normal;
}
.site-footer .footer-widget-1 li{
	border: 0;
	padding: 0;
}
.site-footer .footer-widget-1 li a{
	font-size: 15px;
	letter-spacing: 0.7px;
	line-height: 32px;
	color: #333333;
	font-family: 'ProximaNova-Regular';
}
.site-footer a:hover, .site-footer .footer-widget-1 li.current_page_item a{
	color: #00A651 !important;
	text-decoration: underline;
}
.site-footer .footer-widget-1 #nav_menu-2 a:hover:before,.site-footer .footer-widget-1 #nav_menu-4 a:hover:before, .footer-widget-1 li.current_page_item a:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-image: url(../images/list.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 8px;
}
.site-footer .footer-widget-1 #nav_menu-2 a,.site-footer .footer-widget-1 #nav_menu-4 a{
	position: relative;
}
.site-footer .footer-widget-1 #nav_menu-2 a:hover,.site-footer .footer-widget-1 #nav_menu-4 a:hover, .footer-widget-1 li.current_page_item a{
	padding-left: 12px;
}
.site-footer .footer-widget-1 section{
	float: left;
	width: 50%;
}
.site-footer #nav_menu-3{
	margin-top: -69px;
}
.site-footer h2.widget-title{
	font-size: 20px;
	letter-spacing: 2px;
	font-family: 'Oswald-Regular';
	line-height: 30px;
	margin-bottom: 39px;
}
.site-footer .footer-widget-2 p{
	margin-bottom: 0;
}
.site-footer .footer-widget-2 p a{
	font-size: 15px;
	letter-spacing: 0.7px;
	line-height: 32px;
	color: #333333;
	font-family: 'ProximaNova-Regular';
}
.site-footer .footer-widget-2 section{
	
}
.site-footer .site-info{
	float: none;
	width: auto;
	margin: 0;
	padding: 35px 0 43px;
	margin-top: 48px;
	border-top: 1px solid #DBDBDB;
}
.site-footer .site-info section{
	float: left;
	width: 50%;
}
.site-footer .site-info #text-7{
	text-align: right;
}
.site-footer .site-info p{
	font-size: 12px;
	letter-spacing: 0.7px;
	color: #333333;
}
.site-footer .site-info p a{
	color: #333333;
	text-decoration: underline;
}
.site-footer .social-navigation{
	float: none;
	width: auto;
}
.site-footer .widget-area{
	padding-top: 85px;
}
.site-footer .social-navigation a{
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/Z.png);
	border-radius: 0;
	margin-right: 2px;
	width: 28px;
	height: 27px;
	margin-bottom: 0;
}
.site-footer .social-navigation li:nth-of-type(1) a{
	background-position: 1px;
}
.site-footer .social-navigation li:nth-of-type(2) a{
	background-position: -34px;
}
.site-footer .social-navigation li:nth-of-type(3) a{
	background-image: url(../images/youtube.png);
	background-size: contain;
	background-position: center center;
}
.site-footer .social-navigation a span, .site-footer .social-navigation a svg{
	display: none;
}
@media (max-width: 1024px){
	.site-footer .widget-column.footer-widget-1, .site-footer .widget-column.footer-widget-2{
		float: none;
		width: 100%;
	}
	.site-footer .widget-column.footer-widget-1:after{
		content: "";
		display: table;
		clear: both;
	}
	.site-footer .footer-widget-2 section{
		width: 50%;
	}
	.site-footer .footer-widget-2 section:nth-of-type(2n+1){
		clear: both;
	}
}
@media (max-width: 480px){
	.site-footer .footer-widget-1 section{
		float: none;
		width: 100%;
	}
	.site-footer #nav_menu-3{
		margin-top: 0;
	}
	.site-footer .footer-widget-2 section{
		width: 100%;
		float: none;
	}
	.site-footer .site-info section{
		float: none;
		width: 100%;
		text-align: center !important;
		padding-bottom: 0;
	}
}
@media (max-width: 371px){
	.contact-section .message+.wpcf7-form-control-wrap>div>div{
		-webkit-transform: scale(0.83);
		    -ms-transform: scale(0.83);
		        transform: scale(0.83);
		-webkit-transform-origin: 0 0;
		    -ms-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	body .contact-section form .submit{
		margin-top: 27px;
	}
}