#team_content {
	padding: 40px 0px;
}

#team_content h2 {
	margin-bottom: 10px;
}

#team_content .addit {
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 576px) {
	#team_content .addit {
		margin-bottom: 0px;
	}
}

#team_content h3 {
	font-size: 0.875em;
	color: #8FA1AC;
	text-transform: uppercase;
}

#team_content a {
	color: #23317c;
	font-weight: 500;
}

#content_page {
	padding: 20px 0px 0px;
}

#content_page h3 {
	font-size: 0.875em;
	color: #8FA1AC;
	text-transform: uppercase;
}

#content {
	margin-bottom: 70px;
}

.search-no-results #content {
    margin-bottom: 50px;
}

.parners {
	width: 60%;
	margin: 50px auto;
}

@media (max-width: 576px) {
	.parners {
		width: 100%;
	}
}

.parners h2 {
	margin-bottom: 25px;
}

.partner_logo {
	margin-bottom: 60px;
}

.partner_logo img {
	display: block;
	height: 80px;
	width: auto;
	margin: auto;
	filter: grayscale(1) brightness(0.6);
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

.partner_logo img:hover {
	filter: grayscale(0) brightness(1);
	transform: scale(0.8);
}

#testimonials {
	background: #0D2A54;
	color: #fff;
}

.testi_thumb img {
	border-radius: 50%;
}

.testi_thumb_name {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	border: solid 3px #EC1E2D;
	position: relative;
	z-index: 1;
	margin-top: -120px;
	padding: 65px 10px 0 10px;
	text-align: center;
}

.testi_thumb_name p {
	font-size: 1rem;
}

.testi_thumb_name h2 {
	font-size: 0.8rem!important;
	font-weight: 400!important;
}

#testimonials .desc {
	width: 57%;
	height: 400px;
	float: left;
	font-size: 1.25em;
	font-weight: 500;
	padding: 0px 70px 0px 30px;
}

#testimonials .testi_thumb_amp {
	width: 3%;
	height: 280px;
	float: left;
}

#testimonials .thumb {
	width: 40%;
	float: left;
	padding-top: 80px;
}

@media (max-width: 576px) {
	#testimonials .thumb {
		width: auto;
		float: none;
		padding-top: 50px;
	}
	
	.testi_thumb img {
		margin: auto;
	}
	
	.testi_thumb_name  {
		margin-left: 50px;
	}
	
	#testimonials .desc {
		width: 100%;
		float: none;
		font-size: 1em;
		padding: 0px;
		height: auto;
		margin: 30px 0px 50px 0px;
	}
	
	#testimonials .testi_thumb_amp {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 20px;
	}
	
	#testimonials .testi_thumb_amp img {
		width: 50px;
		margin: auto;
	}
}

#clients {
	background: #fafafa;
	padding: 50px 0px;
}

#clients .row {
	margin: 0px -90px;
}

#clients .client_logo {
	transition: .4s all;
	text-align: center;
}

#clients .client_logo img {
	width: 60%;
	margin: auto;
	filter: grayscale(1);
	cursor: pointer;
	transition: .4s all;
}

#clients .client_logo:hover img {
	filter: grayscale(0);
	transform: scale(1.3);
}

@media (max-width: 576px) {
	#clients .row {
		margin: 0px -30px;
	}
	
	#clients .client_logo img {
		width: 70%;
	}
}

#team .team_box {
	height: 270px;
	cursor: pointer;
}

@media (max-width: 992px) {
	#team .team_box {
		height: 165px;
	}
}

#team .photo_1, #team .photo_2 {
	position: absolute;
}

#team .photo_1 img, #team .photo_2 img {
	width: calc(100% - 15px);
}

#team .photo_2 {
	filter: opacity(0);
}

#team .team_box:hover .photo_1 {
	filter: opacity(0);
	transition: .4s all;
}

#team .team_box:hover .photo_2 {
	filter: opacity(1);
	transition: .4s all;
}

#team .desc {
	font-size: 0.875em;
	height: 110px;
	overflow: hidden;
	transition: .4s all;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	#team .desc {
		height: auto;
	}
}

.desc:hover .desc {
	height: 120px;
}

/*#team .desc:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    margin-top: -75px;
}*/

#team h3 {
	color: #233163;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: capitalize;
}

#team p {
	margin-bottom: 8px;
}

#team a {
	color: #233163;
	margin-bottom: 8px;
}

#team .info {
	display: flex;
	margin: 0px;
	margin-bottom: 15px;
}

#team .position {
    width: 80%;
    font-size: 0.875em;
    font-weight: 500;
}

#team .contacts {
    width: 20%;
    text-align: right;
    font-size: 0.875em;
    font-weight: 500;
}

#team .teambox {
	margin-bottom: 20px;
	font-weight: 500;
}

#team .teambox_1 {
	margin-left: 25%;
}

#team .teambox_2 {
	margin-right: 70px;
}

@media (max-width: 576px) {
	#team_content {
		padding: 20px 0px;
	}
	
	#team_content .attachment-about_thumb {
		margin-bottom: 20px;
	}
	
	#team .team_box {
		height: 180px;
		cursor: pointer;
	}
	
	#team .teambox_1, #team .teambox_2 {
		margin-left: 0px;
		margin-right: 0px;
	}
}

#timeline .year {
	text-align: right;
	font-weight: 700;
	padding-right: 50px;
}

#timeline .desc {
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding-left: 60px;
	border-left: dotted 1px #0D2A54;
}

#timeline .desc:before {
	content: url(../img/pin.svg);
	background: #fff;
	position: absolute;
	display: block;
	width: 15px;
	padding-bottom: 20px;
	margin-left: -68px;
}

#timeline .desc ul {
	list-style: none;
	padding-inline-start: 0px;
}

#timeline .desc li:before {
	content: '\f105';
	font-family: fontAwesome;
	margin-left: -21px;
	margin-right: 15px;
	color: #EC1E2D;
}

#timeline .point {
	text-align: center;
	border-right: 1px solid #0D2A54;
	width: 30px;
	height: 100%;
}

#timeline .point img {
	width: 15px;
}

@media (max-width: 576px) {
	#timeline .row {
		margin: 0px;
	}
	
	#timeline .post_title {
		margin-top: 30px;
	}
	
	#timeline .year {
		text-align: left;
		font-size: 1.25em;
		padding: 0px;
		margin-bottom: 30px;
	}
}

#meet .team_photo {
	padding: 0px 15px;
}

@media (max-width: 576px) {
	#meet .slick-prev {
		right: 220px;
	}
}

#contact .post_title {
	text-align: left;
}

#contact a {
	display: inline-block;
	font-size: 1.125em;
	font-weight: 500;
	color: #0D2A54;
	margin-bottom: 10px;
}

#contact .fa {
	font-size: 1.5em;
	margin-right: 15px;
}

#contact .social {
	display: inline-block;
	background: #0D2A54;
	color: #fff;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}

#contact .map_link {
	display: block;
	width: 100%;
	font-size: 0.875em;
	color: #EC1E2D;
}

#benefits {
	padding-top: 50px;
}

#benefits .benefits_col img, #functions .func_col img {
	margin-bottom: 20px;
	cursor: pointer;
	transition: .2s all;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
}

#benefits .benefits_col:hover img, #functions .func_col:hover img {
	transform: scale(1.3);
	filter: hue-rotate(126deg) brightness(1.7);
}

#benefits .benefits_col h3 {
	text-transform: unset;
	color: #233163;
	font-weight: 500;
}

@media (max-width: 992px) {
	#benefits .benefits_col {
		margin-bottom: 30px;
	}
}

#contact .contact {
	padding-left: 220px;
}

.person_photo {
	width: 200px;
	height: 200px;
	padding-top: 25px;
	padding-left: 25px;
	background: url(../img/circle.svg);
	margin-left: -40px;
	margin-top: 75px;
}

.person_photo img {
	width: 150px;
	border-radius: 50%;
	border: solid 10px #fff;
}

#testimonials {
	display: flex;
	background-image: url(../img/circle-3.svg);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position-y: bottom;
	background-color: #0D2A54;
}	

#testimonials .person_photo {
	width: 300px;
	height: 300px;
	float: right;
	background: url(../img/circle2.svg);
	padding-top: 50px;
	padding-left: 50px;
	margin-top: 60px;
}

#testimonials .shorts_photo {
	width: 500px;
    float: right;
    margin-top: 80px;
}

#testimonials .shorts_photo img {
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

#testimonials .shorts_photo img:hover {
	transform: scale(1.2);
}

#testimonials h2 {
	margin-bottom: 0px;
}

#testimonials .position {
	font-size: 0.85em;
}

#testimonials .person_photo img {
	width: 200px;
	border: solid 5px #0D2A54;
}

#contact .person_photo:before {
	content: url(../img/talk.svg);
	display: block;
	position: absolute;
    width: 80px;
    margin-left: -70px;
}

@media (max-width: 576px) {
	.person_photo {
		margin-left: 45px;
	}
	
	#testimonials .shorts_photo {
		margin-top: 0px;
		margin-bottom: 50px;
	}

	#contact .contact {
		padding-left: 15px;
		text-align: center;
	}
	
	#contact .post_title {
		text-align: center;
	}
	
	#testimonials .person_photo {
		margin-top: 0px;
		margin-bottom: 50px;
		float: unset;
		margin-right: 15px;
	}
}

.check_more {
	display: block;
	color: #fff;
	margin-bottom: 20px;
}

.check_more:hover {
	color: #f00;
}

.page-template-contact #content_page {
	padding-bottom: 0px;
}

.page-template-contact #content {
	margin-bottom: 0px;
}

.addit_desc {
	padding: 4em 0;
}

.func_col {
	text-align: center;
}

.page-template-nocode #offer {
	margin-bottom: 4em;
}

.page-template-nocode #offer, .page-template-nocode .slick-list {
	height: 550px;
}

.page-template-nocode #offer_row {
	display: flex!important;
}


.page-template-nocode #testimonials {
	height: 400px;
}

@media (max-width: 992px) {
	.page-template-nocode #testimonials {
		background-image: none;
		height: auto;
		padding-bottom: 3em;
	}

	.page-template-nocode #offer, .page-template-nocode .slick-list {
		height: auto;
	}
}

#functions_2 {
	font-size: 0.75em;
}

#functions_2 h2 {
	font-size: 1.25em;
	margin-top: 0.5em;
}

#functions_2 img {
	width: 50px;
	margin: auto;
}

#info_form {
	margin: 6em 0;
}

#info_form h2 {
	font-size: 4em;
	font-weight: 900;
}

@media (max-width: 992px) {
	#info_form h2 {
		font-size: 2em;
	}
}

.page-template-nocode #content_page {
	overflow: hidden;
}

.shorts .container {
	max-width: 1280px!important;
}

.short_link {
	padding-top: 2em;
}

.short_link .full_bt {
	background: #f00;
	color: #fff;
	font-size: 0.875em;
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

.short_link .full_bt:hover {
	transform: scale(0.8);
}

#meet .post_title {
	margin-bottom: 2em;
}

.page-template-carrer #meet {
	padding-bottom: 40px;
}