.slick-list,
.slick-slider,
.slick-track {
	display: block;
	position: relative
}

.btn,
.btn::before {
	-o-transition: .3s
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide:focus {
	outline: 0
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-initialized {
	visibility: visible
}

@font-face {
	font-family: 'Gotham Pro';
	font-display: swap;
	src: url(../fonts/GothaProReg.woff)
}

@font-face {
	font-family: GothamProMedium;
	font-display: swap;
	src: url(../fonts/GothaProMed.woff)
}

@font-face {
	font-family: GothamPrBold;
	;
	font-display: swap;
	src: url(../fonts/GothaProBol.woff)
}

body {
	margin: 0;
	padding: 0
}

.btn {
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	height: 51px;
	width: 222px;
	background: -webkit-linear-gradient(205deg, #24B224 0, #1d741e 100%);
	background: -o-linear-gradient(205deg, #24B224 0, #1d741e 100%);
	background: linear-gradient(245deg, #24B224 0, #1d741e 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 25px;
	color: #fff;
	font-family: GothamProMedium;
	font-size: 15px;
	font-weight: 500;
	line-height: 29px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer
}

.btn::after,
.btn::before {
	content: '';
	position: absolute;
	top: 50%
}

.btn::before {
	width: 38px;
	height: 3px;
	background-color: #fff;
	left: -5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s
}

.btn::after {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	left: 17px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.listItem::before,
.subTitle::before {
	height: 1px;
	content: ''
}

.btn:hover {
	padding-left: 0;
	padding-right: 50px
}

.btn:hover::before {
	left: 80%
}

.btn:hover::after {
	left: 87%
}

.subTitle {
	color: #393E52;
	font-family: Poppins;
	font-size: 16px;
	line-height: 29px;
	position: relative;
	padding-left: 60px;
	margin: 0 0 25px
}

.subTitle::before {
	width: 50px;
	background-color: #2BB34B;
	position: absolute;
	left: 0;
	top: 14px
}

.title {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 45px;
	font-weight: 500;
	line-height: 50px;
	margin: 0 0 65px;
	text-transform: uppercase
}

.learnMore__wrapper .learnMore,
.loadmore {
	color: #888B97;
	font-family: GothamProMedium;
	font-weight: 500;
	text-transform: uppercase
}

.wrapper__big {
	max-width: 1500px;
	-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	margin: 115px auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
	border-radius: 10px
}

.wrapper__big>.wrapper {
	padding: 125px 0
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.learnMore__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	margin-top: auto
}

.learnMore__wrapper .learnMore {
	font-size: 17px;
	line-height: 24px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .header__wrapper,
.learnMore__wrapper .learnMore span,
.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox
}

.learnMore__wrapper .learnMore span {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	margin-top: -1px;
	overflow: hidden
}

.learnMore__wrapper .learnMore svg {
	max-width: 20px;
	width: 100%;
	height: auto;
	max-height: 18px;
	fill: #78129A
}

.learnMore__wrapper .learnMore:hover {
	color: #2fb654
}

.learnMore__wrapper .learnMore:hover svg {
	-webkit-animation: moveArrow .5s;
	animation: moveArrow .5s
}

.learnMore__wrapper.learnMore--green {
	position: absolute;
	right: 0;
	bottom: 0;
	border-top-left-radius: 100px;
	width: 0;
	height: 0;
	background: -webkit-gradient(linear, left top, right top, from(#238924), to(#24B024));
	background: -webkit-linear-gradient(left, #238924 0, #24B024 100%);
	background: -o-linear-gradient(left, #238924 0, #24B024 100%);
	background: linear-gradient(90deg, #238924 0, #24B024 100%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.learnMore__wrapper.learnMore--green .learnMore {
	display: none;
	font-size: 0;
	position: absolute;
	top: 20px;
	left: 12px
}

.listItem,
.text {
	color: #616575;
	font-size: 17px;
	font-family: Poppins
}

.learnMore__wrapper.learnMore--green .learnMore svg {
	fill: #fff;
	max-width: 30px;
	max-height: 30px
}

@-webkit-keyframes moveArrow {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	49% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}
}

@keyframes moveArrow {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	49% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}
}

.text {
	line-height: 29px;
	margin: 0 0 20px
}

.listItem {
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	line-height: 30px
}

.listItem::before {
	width: 20px;
	background-color: #2BB34B;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#back2Top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	height: 73px;
	width: 69px;
	padding: 0 0 10px;
	border-radius: 50px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 20;
	background: -webkit-gradient(linear, left top, left bottom, from(#24B224), to(#1d741e));
	background: -webkit-linear-gradient(top, #24B224 0, #1d741e 100%);
	background: -o-linear-gradient(top, #24B224 0, #1d741e 100%);
	background: linear-gradient(180deg, #24B224 0, #1d741e 100%)
}

#back2Top::after {
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -100%) rotate(45deg);
	-ms-transform: translate(-50%, -100%) rotate(45deg);
	transform: translate(-50%, -100%) rotate(45deg)
}

#back2Top::before {
	left: 50%;
	top: 97%;
	-webkit-transform: translate(-50%, -100%) rotate(90deg);
	-ms-transform: translate(-50%, -100%) rotate(90deg);
	transform: translate(-50%, -100%) rotate(90deg);
	width: 25px
}

#back2Top:hover {
	height: 120px;
	padding: 50px 0 10px
}

#back2Top:hover::after {
	top: 27%;
	-webkit-transform: translate(-50%, -100%) rotate(45deg);
	-ms-transform: translate(-50%, -100%) rotate(45deg);
	transform: translate(-50%, -100%) rotate(45deg)
}

#back2Top:hover::before {
	top: 25%;
	-webkit-transform: translate(-50%, -100%) rotate(90deg);
	-ms-transform: translate(-50%, -100%) rotate(90deg);
	transform: translate(-50%, -100%) rotate(90deg)
}

.animateTranslate {
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s
}

.animateScale {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.animateOpacity {
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s
}

.slick-arrow,
.slick-dots li button {
	border: none;
	-o-transition: .3s;
	padding: 0;
	cursor: pointer
}

.visible .animateOpacity {
	opacity: 2
}

.benefits .visible.animateTranslate,
.visible .animateTranslate {
	opacity: 1;
	top: 0
}

.visible .animateScale {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.slick-arrow {
	font-size: 0;
	width: 17px;
	height: 17px;
	border-left: 4px solid rgba(32, 35, 44, .6);
	border-top: 4px solid rgba(32, 35, 44, .6);
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: -75px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: .3s;
	transition: .3s
}

.slick-arrow:focus {
	outline: 0
}

.slick-next {
	left: auto;
	right: -75px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg)
}

.slick-dots {
	padding: 0;
	list-style: none;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 12px;
	width: 100%
}

.slick-dots li {
	margin: 0 10px
}

.slick-dots li button {
	font-size: 0;
	height: 9px;
	width: 9px;
	opacity: .5;
	background-color: #24B224;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}

#menu-main-menu li>a:after,
.header {
	-webkit-transition: .3s;
	-o-transition: .3s
}

.slick-dots li button:focus {
	outline: 0
}

.slick-dots li.slick-active button {
	height: 12px;
	width: 12px;
	opacity: 1
}

.lazy {
	background-position: center!important;
	background-size: cover!important
}

.loadmore {
	font-size: 17px;
	line-height: 29px;
	text-align: center;
	cursor: pointer
}

html.is-open {
	overflow: hidden
}

#menu-main-menu li>a:after {
	border: none;
	font-size: 0;
	width: 9px;
	height: 9px;
	border-left: 2px solid #238624;
	border-top: 2px solid #238624;
	background-color: transparent;
	position: absolute;
	top: 36px;
	right: -20px;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	transition: .3s;
	content: ''
}

#menu-main-menu li>a:only-child:after {
	content: "";
	display: none
}

#menu-main-menu li li>a:after {
	content: '\f501';
	position: absolute;
	right: 0
}

#menu-footer li {
	display: inline-block;
	margin-bottom: 0
}

.page-id-62 .benefits {
	padding: 0;
	margin-bottom: 20px
}

.page-id-62 .benefits .text {
	padding-bottom: 20px
}

.page-id-62 .achievements {
	background-color: #FFF;
	padding-top: 0
}

@media (min-width:1024px) {
	.page-id-62 .breadcrumbs {
		margin-bottom: 40px
	}
	.single-industries .content .breadcrumbs,
	.single-industries .content .content__description,
	.single-industries .content h1 {
		margin-bottom: 25px
	}
}

@media (max-width:1665px) {
	.wrapper__big {
		max-width: none;
		margin: 75px
	}
	.slick-arrow {
		left: -50px
	}
	.slick-next {
		left: auto;
		right: -50px
	}
}

@media (max-width:1440px) {
	.wrapper__big {
		max-width: none;
		margin: 75px
	}
	.wrapper__big .wrapper {
		margin: 0 75px
	}
	.wrapper {
		margin: 0 150px
	}
	#back2Top {
		right: 20px
	}
}

@media (max-width:1200px) {
	.wrapper__big>.wrapper {
		padding: 75px 0
	}
	.subTitle {
		font-size: 14px;
		margin-bottom: 18px
	}
	.title {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 40px
	}
	.text {
		font-size: 15px;
		line-height: 22px
	}
}

@media (max-width:991px) {
	.wrapper__big {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent
	}
	.wrapper,
	.wrapper__big .wrapper {
		margin: 0 60px
	}
	.slick-arrow {
		left: -20px
	}
	.slick-next {
		left: auto;
		right: -20px
	}
	#back2Top {
		font-size: 0;
		height: 69px
	}
	#back2Top:hover {
		padding: 0 0 10px;
		height: 69px
	}
	#back2Top::before,
	#back2Top:hover::before {
		top: 56%
	}
	#back2Top::after,
	#back2Top:hover::after {
		top: 59%
	}
}

.mysuctomclass {
	background: tomato
}

.page-id-15329 .page-item-13861,
.page-id-15329 .page-item-13879,
.page-id-15329 .page-item-2118 {
	display: none
}

@media (max-width:768px) {
	.single-post .author {
		margin-left: 20px;
		margin-right: 20px
	}
}

@media (max-width:767px) {
	.industries .slick-dots {
		margin-bottom: 0!important;
		margin-top: 20px!important
	}
	.cases .slick-dots {
		margin-top: 0!important;
		margin-bottom: 60px!important
	}
	.gallery,
	.history {
		padding-top: 50px!important
	}
	.services {
		padding-bottom: 0!important
	}
	#back2Top,
	.slick-arrow {
		display: none!important
	}
}

#cookie-notice .cookie-notice-container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 20px
}

#cookie-notice .cookie-notice-container #cn-accept-cookie {
	float: right;
	position: relative;
	top: 0;
	background: -webkit-linear-gradient(205deg, #24B224 0, #1d741e 100%);
	background: -o-linear-gradient(205deg, #24B224 0, #1d741e 100%);
	background: linear-gradient(245deg, #24B224 0, #1d741e 100%);
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: Poppins;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 100;
	border-radius: 25px
}

#cookie-notice .cookie-notice-container #cn-notice-text {
	font-family: Poppins;
	font-size: 17px;
	display: inline-block;
	max-width: 680px
}

#cookie-notice .cookie-notice-container #cn-notice-text a {
	color: #393e52
}

.single-post table {
	border-collapse: collapse;
	text-align: center;
	font-family: Poppins;
	font-size: 14px
}

.single-post table tbody tr:first-child {
	background: #238624
}

.single-post table tbody tr:first-child td strong {
	color: #fff
}

@media (max-width:1024px) {
	.single-post .table-wrapper {
		overflow-x: auto
	}
	#cookie-notice .cookie-notice-container {
		width: 100%
	}
	#cookie-notice .cookie-notice-container #cn-notice-text {
		max-width: 80%
	}
	#cookie-notice .cookie-notice-container #cn-accept-cookie {
		top: -5px;
		float: none
	}
}

@media (max-width:1023px) {
	#cookie-notice .cookie-notice-container #cn-accept-cookie {
		top: -10px
	}
}

@media (max-width:767px) {
	#cookie-notice .cookie-notice-container #cn-notice-text {
		max-width: 100%
	}
	#cookie-notice .cookie-notice-container #cn-accept-cookie {
		top: 5px
	}
}

@media (max-width:600px) {
	.wrapper,
	.wrapper__big .wrapper {
		margin: 0 25px
	}
}

.header {
	position: absolute;
	width: 100%;
	z-index: 30;
	transition: .3s;
	top: 0
}

.header.fixed {
	position: fixed;
	background-color: #fff;
	-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15)
}

.header .header__wrapper {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: static
}

.header .header__wrapper .header__nav {
	width: 75%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-right: 20px
}

.header .header__wrapper .header__nav .topNav {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .header__wrapper .header__nav .topNav .menu-item-16448,
.header .header__wrapper .header__nav .topNav .menu-item-16449,
.header .header__wrapper .header__nav .topNav .menu-item-16450,
.header .header__wrapper .header__nav .topNav .menu-item-16451 {
	display: none
}

.header .header__wrapper .header__nav .topNav .menu-item-has-children {
	position: relative
}

.header .header__wrapper .header__nav .topNav .menu-item-has-children .sub-menu {
	position: absolute;
	display: none;
	top: 75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFF;
	-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	padding: 28px 30px 23px;
	list-style: none;
	border-radius: 10px;
	overflow: hidden;
	width: 200px
}

.header .header__wrapper .header__nav .topNav .menu-item-has-children .sub-menu li:not(:last-of-type) {
	margin-bottom: 5px
}

.header .header__wrapper .header__nav .topNav .menu-item-has-children .sub-menu::before {
	content: '';
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, right top, left top, from(#24B224), to(#238624));
	background: -webkit-linear-gradient(right, #24B224 0, #238624 100%);
	background: -o-linear-gradient(right, #24B224 0, #238624 100%);
	background: linear-gradient(270deg, #24B224 0, #238624 100%);
	top: 0;
	left: 0;
	position: absolute
}

.header .header__wrapper .header__nav .topNav a {
	color: #393E52;
	font-family: "Gotham Pro";
	font-size: 16px;
	line-height: 29px;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.header .header__wrapper .header__nav .topNav a:hover {
	color: #238624
}

.header .header__wrapper .header__nav .topNav .current-menu-item>a,
.header .header__wrapper .header__nav .topNav .current-menu-parent>a {
	color: #238624;
	font-family: GothamProMedium;
	font-weight: 500
}

.header .header__wrapper .header__nav .topNav>li {
	padding: 25px 0
}

.header .header__wrapper .header__nav--wrap {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.header .header__wrapper .header__nav--wrap .header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .header__wrapper .header__nav--wrap .header__right .header__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap {
	opacity: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	top: 25px;
	right: 200px;
	left: calc(100% - 200px)
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form .search-field::-webkit-input-placeholder {
	line-height: normal!important
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form .search-field {
	width: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-left: auto;
	padding: 6px 40px 6px 10px;
	border-radius: 20px;
	border: 1px solid transparent;
	color: #515871;
	font-family: Poppins;
	font-size: 17px;
	line-height: 24px
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form .input-group-btn {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form .input-group-btn button {
	border: none;
	background-color: transparent;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form .input-group-btn button:focus {
	outline: 0
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form ::-webkit-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form ::placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form :-moz-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form ::-moz-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form :-ms-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap .searchform .custom-search-form ::-ms-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search-icon {
	width: 23px;
	height: 23px;
	position: relative;
	cursor: pointer
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search-icon:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #238624;
	display: block;
	position: absolute;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	top: 0
}

.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search-icon:before {
	content: '';
	width: 2px;
	height: 9px;
	position: absolute;
	right: 4px;
	top: 11px;
	display: block;
	background-color: #238624;
	-webkit-transform: rotate(-49deg);
	-ms-transform: rotate(-49deg);
	transform: rotate(-49deg);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.header .header__wrapper .header__nav--wrap .header__right .contactBtn {
	height: 36px;
	width: 139px;
	background: -webkit-linear-gradient(205deg, #24B224 0, #1d741e 100%);
	background: -o-linear-gradient(205deg, #24B224 0, #1d741e 100%);
	background: linear-gradient(245deg, #24B224 0, #1d741e 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	font-family: "Gotham Pro";
	font-size: 16px;
	line-height: 29px;
	margin-left: 30px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	border-radius: 25px;
	text-decoration: none
}

@-webkit-keyframes wobble {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

@keyframes wobble {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

.header .header__wrapper .header__logo {
	height: 43px;
	width: 116px
}

.header .header__wrapper .header__logo img {
	width: 100%;
	height: auto
}

.header.searchOpen .header__wrapper .header__nav--desktop {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px)
}

.header.searchOpen .header__wrapper .header__right .header__search .header__search--wrap {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	width: auto;
	left: 0;
	pointer-events: auto
}

.header.searchOpen .header__wrapper .header__right .header__search .header__search--wrap .searchform .custom-search-form .search-field {
	width: 100%;
	border-color: #24AE24
}

.header.searchOpen .header__wrapper .header__right .header__search .header__search--wrap .searchform .custom-search-form .search-field:focus {
	outline: 0;
	border-color: #238624
}

.header.searchOpen .header__wrapper .header__right .header__search .header__search--wrap .searchform .custom-search-form .input-group-btn {
	display: block;
	width: 23px;
	height: 23px
}

.header.searchOpen .header__wrapper .header__right .header__search .header__search-toggle::after {
	height: 2px;
	width: 18px;
	border: none;
	background-color: #238624;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 10px;
	border-radius: 0;
	top: 1px
}

.header.searchOpen .header__wrapper .header__right .header__search .header__search-toggle::before {
	height: 18px;
	right: 13px;
	top: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header .header__nav--tablet,
.header__search--mob {
	display: none
}

@media (max-width:1200px) {
	.header .header__nav--desktop,
	.header .header__wrapper .header__nav--wrap .header__right .contactBtn {
		display: none
	}
	.header {
		padding: 25px 0
	}
	.header .header__wrapper .header__logo {
		position: relative;
		z-index: 10;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.header .header__wrapper .header__nav--wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search--wrap {
		top: -5px;
		right: 30px
	}
	.header .header__wrapper .header__nav--wrap .header__right .header__search .header__search-icon {
		margin-top: 3px
	}
	.header .header__wrapper .header__nav--tablet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 65px;
		margin-left: 10px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.header .header__wrapper .header__nav--tablet .contactBtnMob {
		text-decoration: none;
		position: relative;
		z-index: 10
	}
	.header .header__wrapper .header__nav--tablet .contactBtnMob i {
		font-size: 26px;
		color: #238624
	}
	.header .header__wrapper .header__nav--tablet .topNav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 80vh;
		background-color: #fff;
		padding: 100px 25px 30px;
		text-align: left;
	}
	.header .header__wrapper .header__nav--tablet .topNav .menu-item-16448,
	.header .header__wrapper .header__nav--tablet .topNav .menu-item-16449,
	.header .header__wrapper .header__nav--tablet .topNav .menu-item-16450,
	.header .header__wrapper .header__nav--tablet .topNav .menu-item-16451 {
		display: block
	}
	.header .header__wrapper .header__nav--tablet .topNav>li {
		padding: 0;
		margin-bottom: 18px
	}
	.header .header__wrapper .header__nav--tablet .topNav>li>a {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 18px
	}
	.header .header__wrapper .header__nav--tablet .topNav>li.showSubMenu>a {
		color: #238624
	}
	.header .header__wrapper .header__nav--tablet .topNav .menu-item-has-children .sub-menu {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		width: auto
	}
	.header .header__wrapper .header__nav--tablet .topNav .menu-item-has-children .sub-menu::before {
		display: none
	}
	.header .header__wrapper .header__nav--tablet .topNav .menu-item-has-children .sub-menu li a {
		font-size: 15px
	}
	.header .header__wrapper .header__nav--tablet .header__btn {
		padding-right: 0;
		border: none;
		background-color: transparent;
		cursor: pointer;
		position: relative;
		z-index: 10
	}
	.header .header__wrapper .header__nav--tablet .header__btn span {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		width: 24px;
		height: 3px;
		background: #238624;
		margin-bottom: 4px;
		display: block
	}
	.header .header__wrapper .header__nav--tablet .header__btn:focus {
		outline: 0
	}
	.header .header__wrapper .header__nav--tablet.showMenu .header__btn span {
		background: #238624
	}
	.header .header__wrapper .header__nav--tablet.showMenu .header__btn span:first-of-type {
		-webkit-transform: rotate(135deg) translate(5px, -5px);
		-ms-transform: rotate(135deg) translate(5px, -5px);
		transform: rotate(135deg) translate(5px, -5px)
	}
	.header .header__wrapper .header__nav--tablet.showMenu .header__btn span:nth-child(2) {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 0
	}
	.header .header__wrapper .header__nav--tablet.showMenu .header__btn span:last-of-type {
		-webkit-transform: rotate(45deg) translate(-5px, -5px);
		-ms-transform: rotate(45deg) translate(-5px, -5px);
		transform: rotate(45deg) translate(-5px, -5px)
	}
	.header.searchOpen .header__wrapper .header__right .header__search .header__search--wrap {
		left: 20px
	}
	.header.fixed .header__wrapper .header__nav--tablet .topNav {
		top: 68px;
		padding: 30px 25px
	}
}

@media (max-width:768px) {
	.header .header__wrapper .header__nav {
		padding-right: 0
	}
}

@media (max-width:600px) {
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob .custom-search-form .header__search-icon:focus,
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob .custom-search-form input:focus {
		outline: 0
	}
	.header .header__wrapper .header__nav--wrap {
		position: static
	}
	.header .header__wrapper .header__nav--wrap .header__right .header__search {
		position: relative;
		z-index: 20
	}
	.header .header__wrapper .header__nav--wrap .header__search--wrap {
		display: none
	}
	.header .header__wrapper .header__nav--wrap .header__search--mob {
		display: block
	}
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		width: 100%;
		padding: 100px 0 10px;
		z-index: 4;
		background-color: #fff;
		-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
		box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15)
	}
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob .custom-search-form {
		margin: 0 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-radius: 20px;
		border: 1px solid #515871
	}
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob .custom-search-form input {
		width: 100%;
		background-color: transparent;
		border: none;
		padding: 10px 40px 10px 10px
	}
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob .custom-search-form span {
		margin-right: 10px;
		margin-top: 2px
	}
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob .custom-search-form .header__search-icon {
		width: 23px;
		height: 23px;
		position: relative;
		cursor: pointer;
		border: none;
		background-color: transparent;
		padding: 0
	}
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob .custom-search-form .header__search-icon:after {
		content: '';
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: 2px solid #238624;
		display: block;
		position: absolute;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		top: 0
	}
	.header .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob .custom-search-form .header__search-icon:before {
		content: '';
		width: 2px;
		height: 9px;
		position: absolute;
		right: 4px;
		top: 11px;
		display: block;
		background-color: #238624;
		-webkit-transform: rotate(-49deg);
		-ms-transform: rotate(-49deg);
		transform: rotate(-49deg);
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease
	}
	.header.fixed .header__wrapper .header__nav--wrap .header__search--mob .header__search--wrap--mob {
		top: 93px;
		padding-top: 10px
	}
	.header::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		top: 0;
		background-color: #fff;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}
}

.homepage {
	overflow: hidden
}

.banner {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 1015px;
	min-height: 650px;
	position: relative
}

.banner .wrapper {
	position: static
}

.banner .banner__content h1 {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 80px;
	font-weight: 700;
	line-height: 95px;
	margin: 0 0 60px;
	text-transform: uppercase
}

.banner .banner__content p {
	color: #393E52;
	font-family: Poppins;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 50px;
	position: relative;
	padding-left: 195px
}

.banner .banner__content p::before {
	content: '';
	position: absolute;
	height: 5px;
	width: 165px;
	background-color: #2BB34B;
	left: 0;
	top: 10px
}

.banner .banner__video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .65)
}

.banner .banner__video video {
	position: absolute;
	z-index: -100;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%
}

.banner .mouse_scroll {
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 10
}

.banner .mouse_scroll .mouse {
	height: 42px;
	width: 24px;
	border-radius: 14px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: 3px solid #24b224;
	top: 170px
}

.banner .mouse_scroll .mouse .wheel {
	display: block;
	margin: 5px auto;
	background: #24B224;
	position: relative;
	height: 2px;
	width: 2px;
	border: 2px solid #24B224;
	border-radius: 8px;
	-webkit-animation: mouse-wheel .6s linear infinite;
	animation: mouse-wheel .6s linear infinite
}

.banner .mouse_scroll .m_scroll_arrows {
	display: block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 3px solid #24B224;
	border-bottom: 3px solid #24B224;
	margin: 0 0 3px 5px;
	width: 16px;
	height: 16px
}

.banner .mouse_scroll .m_scroll_arrows.unu {
	margin-top: -2px;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	animation-delay: .1s
}

.banner .mouse_scroll .m_scroll_arrows.doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
	animation-delay: .2s;
	animation-direction: alternate;
	margin-top: -6px
}

.banner .mouse_scroll .doi,
.banner .mouse_scroll .unu {
	-webkit-animation: mouse-scroll 1s infinite;
	animation: mouse-scroll 1s infinite
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px)
	}
}

@keyframes mouse-wheel {
	0%,
	100% {
		top: 1px
	}
	25%,
	75% {
		top: 2px
	}
	50% {
		top: 3px
	}
}

@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}

@keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}

@media (max-width:1200px) {
	.banner {
		min-height: 500px
	}
	.banner .banner__content h1 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 45px
	}
	.banner .banner__content p {
		font-size: 16px;
		line-height: 24px;
		padding-left: 110px
	}
	.banner .banner__content p::before {
		height: 3px;
		width: 90px
	}
}

@media (max-width:767px) {
	.banner .banner__video {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .65)), to(rgba(255, 255, 255, .65))), url(../images/banner.jpg) right center no-repeat;
		background: -webkit-linear-gradient(rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)), url(../images/banner.jpg) right center no-repeat;
		background: -o-linear-gradient(rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)), url(../images/banner.jpg) right center no-repeat;
		background: linear-gradient(rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)), url(../images/banner.jpg) right center no-repeat;
		background-size: cover
	}
	.banner .banner__video video {
		display: none
	}
	.banner .banner__content h1 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 30px
	}
}

@media (max-width:479px) {
	.banner .banner__content p {
		padding-left: 0
	}
	.banner .banner__content p::before {
		display: none
	}
}

.services {
	background-color: #fff;
	position: relative;
	padding: 60px 0
}

.services .services__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.services .services__items .services__item {
	width: 45%;
	padding: 20px
}

.services .services__items .services__item svg {
	min-height: 165px;
	width: 131px;
	float: left;
	margin-right: 33px;
	margin-bottom: 2px
}

.services .services__items .services__item h3 {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin: 0 0 20px
}

.services .services__items .services__item h3 a {
	text-decoration: none;
	color: inherit
}

.services .services__items .services__item p {
	margin: 0 0 25px
}

.services .services__items .services__item ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0
}

.services .services__items .services__item ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px
}

.services .services__items .services__item ul li::before {
	content: '';
	height: 1px;
	width: 20px;
	background-color: #2BB34B;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.services .services__bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 818px;
	height: 544px
}

.services circle,
.services line,
.services path,
.services polyline,
.services rect {
	stroke-miterlimit: 10;
	stroke-dasharray: 1500px, 15000px;
	stroke-dashoffset: 1500px
}

.services .cls-12,
.services .cls-9,
.services .st7 {
	opacity: 0
}

.services.visible circle,
.services.visible line,
.services.visible path,
.services.visible polyline,
.services.visible rect {
	stroke-dashoffset: 0!important;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	opacity: 1!important
}

@media (max-width:1200px) {
	.services .services__items .services__item .hideOnTablet {
		display: none
	}
	.services .services__items .services__item svg {
		width: 85px;
		height: 78px;
		margin-right: 15px
	}
	.services .services__items .services__item h3 {
		font-size: 22px;
		line-height: 29px;
		margin-bottom: 15px
	}
	.services .services__items .services__item p,
	.services .services__items .services__item ul {
		margin-bottom: 15px
	}
	.services .services__items .services__item ul li {
		margin-bottom: 5px
	}
}

@media (max-width:767px) {
	.services .services__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.services .services__items .services__item {
		width: 100%;
		margin-bottom: 40px
	}
	.services .services__items .services__item .hideOnTablet {
		display: block
	}
}

.industries {
	position: relative
}

.industries .industries__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.industries .industries__items .industries__item {
	width: 31.5%;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer
}

.industries .industries__items .industries__item .industries__bg--wrap {
	overflow: hidden;
	position: relative
}

.industries .industries__items .industries__item .industries__bg--wrap .industries__bg {
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.industries .industries__items .industries__item .industries__bg--wrap .industries__bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 24, 32, .2)), to(rgba(22, 24, 32, 0)));
	background: -webkit-linear-gradient(bottom, rgba(22, 24, 32, .2), rgba(22, 24, 32, 0));
	background: -o-linear-gradient(bottom, rgba(22, 24, 32, .2), rgba(22, 24, 32, 0));
	background: linear-gradient(to top, rgba(22, 24, 32, .2), rgba(22, 24, 32, 0))
}

.industries .industries__items .industries__item .industries__bg--wrap .industries__title {
	color: #FFF;
	font-family: GothamProMedium;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	padding-bottom: 25px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s
}

.industries .industries__items .industries__item .industries__content {
	padding: 20px;
	-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	background-color: #fff;
	position: relative
}

.industries .industries__items .industries__item .industries__content .industries__short-desc {
	color: #616575;
	font-family: Poppins;
	font-size: 17px;
	line-height: 29px
}

.industries .industries__items .industries__item .industries__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.industries .industries__items .industries__item:hover .industries__bg--wrap .industries__bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.industries .industries__items .industries__item:hover .learnMore--green.learnMore__wrapper {
	width: 60px;
	height: 60px
}

.industries .industries__items .industries__item:hover .learnMore--green.learnMore__wrapper .learnMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.industries .industries__bg-img {
	position: absolute;
	top: -40%;
	right: 0;
	width: 1147px;
	height: 1677px
}

.homepage .industries .industries__items .industries__item {
	-webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .2)
}

.homepage .industries .industries__items .industries__item .industries__bg--wrap .industries__title {
	text-transform: uppercase;
	font-family: GothamProMedium;
	font-weight: 700
}

.homepage .industries .industries__items .industries__item .industries__bg--wrap .industries__bg {
	height: 350px
}

.homepage .industries .industries__items .industries__item .industries__content {
	position: absolute;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	z-index: 2;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.homepage .industries .industries__items .industries__item .industries__content .industries__short-desc {
	color: #fff
}

.homepage .industries .industries__items .industries__item .industries__content .industries__short-desc p {
	margin: 0
}

.homepage .industries .industries__items .industries__item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.homepage .industries .industries__items .industries__item:hover {
	background-color: #ccc
}

.homepage .industries .industries__items .industries__item:hover .industries__content,
.homepage .industries .industries__items .industries__item:hover .industries__title {
	-webkit-transform: translateY(-250px);
	-ms-transform: translateY(-250px);
	transform: translateY(-250px)
}

.homepage .industries .industries__items .industries__item:hover::after {
	background-color: rgba(0, 0, 0, .5)
}

@media (max-width:1200px) {
	.industries .industries__items {
		position: relative;
		margin: 0 -15px
	}
	.industries .industries__items .industries__item {
		width: 50%;
		margin: 15px
	}
	.industries .industries__items .slick-track {
		padding-bottom: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.benefits {
	position: relative;
	margin-bottom: 0
}

.benefits .benefits__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.benefits .benefits__items .benefits__item {
	width: 32%;
	text-align: center;
	margin-bottom: 50px
}

.benefits .benefits__items .benefits__item .benefits__img {
	height: 80px;
	margin-bottom: 20px
}

.benefits .benefits__items .benefits__item .benefits__img img {
	max-width: 100%;
	height: 80px
}

.benefits .benefits__items .benefits__item h5 {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	margin: 0 0 20px
}

.benefits .benefits__items .benefits__item p {
	color: #616575;
	font-family: Poppins;
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
	margin: 0;
	text-align: left
}

.benefits .benefits__items .benefits__item:nth-child(2) .benefits__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.benefits .benefits__items .benefits__item:nth-child(2) .benefits__img img {
	height: 70px
}

.benefits .benefits__bg {
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 1156px;
	height: 1517px
}

@media (max-width:1200px) {
	.benefits .benefits__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.benefits .benefits__items .benefits__item {
		width: 47%
	}
}

@media (max-width:600px) {
	.benefits .benefits__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.benefits .benefits__items .benefits__item {
		width: 100%
	}
}

.cases {
	position: relative
}

.cases .cases__items {
	position: relative;
	margin: -20px
}

.cases .cases__items .cases__item {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
	margin: 20px;
	min-height: 400px
}

.cases .cases__items .cases__item .cases__img {
	width: 45%
}

.cases .cases__items .cases__item .cases__content {
	width: 55%;
	padding: 45px;
	position: relative
}

.cases .cases__items .cases__item .cases__content .cases__title {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 30px
}

.cases .cases__items .cases__item .cases__content .cases__title a {
	color: #393E52;
	text-decoration: none
}

.cases .cases__items .cases__item .cases__content em {
	font-style: normal
}

.cases .cases__items .cases__item .cases__content .cases__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cases .cases__items .cases__item .cases__content .cases__logo img {
	width: 65px;
	height: 65px;
	margin-right: 10px
}

.cases .cases__items .cases__item .cases__content .cases__logo p {
	margin: 0;
	color: #515871;
	font-family: Poppins;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: .2px;
	line-height: 36px
}

.cases .cases__items .cases__item:hover .learnMore--green.learnMore__wrapper {
	width: 60px;
	height: 60px
}

.cases .cases__items .cases__item:hover .learnMore--green.learnMore__wrapper .learnMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cases .cases__bg {
	position: absolute;
	top: 70%;
	right: 0;
	width: 1075px;
	height: 1677px
}

@media (max-width:991px) {
	.cases .cases__items .cases__item .cases__content {
		padding: 20px
	}
}

@media (max-width:767px) {
	.cases .cases__items .cases__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 350px
	}
	.cases .cases__items .cases__item .cases__img {
		width: 100%;
		height: 300px;
		margin-bottom: 10px
	}
	.cases .cases__items .cases__item .cases__content {
		width: 100%
	}
}

.slick-dots {
	margin: 20px 0 60px
}

.partners {
	padding: 60px 0
}

.partners__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.partners__wrap .partners__info {
	width: 33%
}

.partners__wrap .partners__info .partners__items {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.partners__wrap .partners__info .partners__items li {
	width: 48%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.partners__wrap .partners__map {
	width: 65%
}

.partners__wrap .partners__map .map-svg .cls-1,
.partners__wrap .partners__map .map-svg .cls-2 {
	-webkit-clip-path: url('.partners #clip-path');
	clip-path: url('.partners #clip-path')
}

.partners__wrap .cls-4.pulse {
	opacity: 1;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	-webkit-animation: pulse 1.5s ease;
	animation: pulse 1.5s ease
}

@-webkit-keyframes pulse {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 0
	}
}

@media (max-width:767px) {
	.partners__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.partners__wrap .partners__map {
		width: 100%;
		margin-bottom: 50px
	}
	.partners__wrap .partners__info {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.partners__wrap .partners__info .partners__items {
		max-width: 400px;
		margin: 0 auto
	}
}

.testimonials__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.testimonials__items .testimonials__item .testimonials__wrap {
	max-width: 815px;
	margin: 0 auto
}

.testimonials__items .testimonials__item .testimonials__wrap .testimonials__info--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.testimonials__items .testimonials__item .testimonials__wrap .testimonials__info--wrap .testimonials__info {
	font-family: Poppins;
	letter-spacing: .2px
}

.testimonials__items .testimonials__item .testimonials__wrap .testimonials__info--wrap .testimonials__info .testimonials__author {
	color: #515871;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500
}

.testimonials__items .testimonials__item .testimonials__wrap .testimonials__info--wrap .testimonials__info .testimonials__company {
	color: #515871;
	font-size: 16px;
	line-height: 22px
}

.testimonials__items .testimonials__item .testimonials__wrap .testimonials__info--wrap .testimonials__img {
	width: 73px;
	height: 73px;
	margin-right: 30px;
	padding: 10px;
	border-radius: 50%;
	border: 6px solid #2BB34B;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top-color: transparent;
	border-bottom-color: transparent
}

.testimonials__items .testimonials__item .testimonials__wrap .testimonials__info--wrap .testimonials__img img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.testimonials {
	margin-bottom: 50px
}

.blog {
	margin-bottom: 80px
}

.blog__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog__items .blog__item {
	width: 31.5%;
	position: relative
}

.blog__items .blog__item .blog__bg--wrap {
	overflow: hidden;
	position: relative
}

.blog__items .blog__item .blog__bg--wrap .blog__bg {
	height: 200px
}

.blog__items .blog__item .blog__info {
	-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	padding: 20px;
	background-color: #fff;
	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-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-height: 190px
}

.blog__items .blog__item .blog__info .blog__data {
	color: #888B97;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 20px;
	letter-spacing: .2px
}

.blog__items .blog__item .blog__info .blog__title {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 25px
}

.blog__items .blog__item .blog__info .blog__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog__items .blog__item .blog__info .blog__top .blog__category {
	font-size: 16px;
	line-height: 29px;
	text-transform: uppercase;
	color: #888b97;
	font-family: GothamProMedium;
	font-weight: 500
}

.blog__items .blog__item .blog__info .blog__top .blog__category a {
	text-decoration: none;
	color: inherit
}

.blog__items .blog__item .blog__info .blog__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto
}

.blog__items .blog__item .blog__info .blog__bottom .learnMore__wrapper,
.qa .qa__items .qa__item .qa__answer p {
	margin-top: 0
}

.blog__items .blog__item .blog__info .blog__bottom .blog__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog__items .blog__item .blog__info .blog__bottom .blog__logo img {
	width: 65px;
	height: 65px;
	margin-right: 8px
}

.blog__items .blog__item .blog__info .blog__bottom .blog__logo p {
	color: #515871;
	font-family: Poppins;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	font-weight: 300
}

.blog__items .blog__item .blog__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.blog__items .blog__item:hover .blog__bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.blog__items .blog__item:hover .learnMore--green.learnMore__wrapper {
	width: 60px;
	height: 60px
}

.blog__items .blog__item:hover .learnMore--green.learnMore__wrapper .learnMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1200px) {
	.blog__items .blog__item {
		width: 47%
	}
	.blog__items .blog__item:last-of-type {
		display: none
	}
}

@media (max-width:600px) {
	.blog__items .blog__item {
		width: 100%;
		display: none
	}
	.blog__items .blog__item:first-of-type {
		display: block
	}
}

.breadcrumbs {
	margin: 0 0 65px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.breadcrumbs .breadcrumb__item a {
	text-decoration: none;
	color: rgba(136, 139, 151, .8);
	font-size: 14px;
	font-family: 'Gotham Pro';
	font-weight: 100
}

.breadcrumbs .breadcrumb__item a[href] {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.breadcrumbs .breadcrumb__item a[href]:hover {
	color: #393E52
}

.breadcrumbs .breadcrumb__item:not(:last-child) {
	position: relative;
	padding-right: 15px;
	margin-right: 10px
}

.breadcrumbs .breadcrumb__item:not(:last-child)::after {
	content: '>';
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 0;
	color: rgba(136, 139, 151, .8)
}

.breadcrumbs .breadcrumb__item:last-of-type a {
	color: #393E52
}

@media (max-width:1200px) {
	.breadcrumbs {
		margin-bottom: 25px
	}
}

@media (max-width:991px) {
	.breadcrumbs {
		display: none
	}
}

.content .content__category,
.firstBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: justify
}

.content {
	padding-top: 105px;
	position: relative
}

.content .content__category {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px
}

.content .content__category .blog__category {
	font-size: 16px;
	line-height: 29px;
	color: #24b224;
	text-transform: uppercase;
	font-family: GothamProMedium
}

.content .content__category .blog__category span:not(:last-of-type) {
	margin-right: 50px
}

.content .content__category .blog__category a {
	color: inherit;
	text-decoration: none
}

.content .content__category .blog__time {
	font-size: 16px;
	line-height: 29px;
	font-family: Poppins;
	color: #24b224
}

.content .content__category .blog__time time:last-of-type {
	margin-left: 50px
}

.content .content__img {
	height: 500px;
	margin-bottom: 60px
}

.content h1 {
	color: #424550;
	font-family: GothamPrBold;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	margin: 0 0 60px;
	text-transform: uppercase
}

.content .content__description {
	font-style: italic;
	margin-bottom: 70px
}

.content .content__description p {
	margin: 0;
	font-size: 19px;
	line-height: 34px;
	font-family: Poppins;
	font-weight: 500;
	color: #444a61
}

.content .content__description p em {
	margin-bottom: 40px;
	display: block
}

.content .content__description p br {
	display: none
}

.content .content-here {
	max-width: 1140px;
	margin: 0 auto 70px
}

.content .content-here p>img {
	max-width: 100%;
	width: 100%;
	max-height: 500px;
	margin-bottom: 5px;
	object-fit: cover;
	zoom: 60%
}

.content .content-here p>img+span {
	text-align: center;
	color: #888b97;
	display: block;
	font-size: 16px
}

.content .content-here b,
.content .content-here strong {
	color: #393e52
}

.content .content-here h2,
.content .content-here h4 {
	font-family: GothamPrBold;
	font-size: 20px;
	line-height: 42px;
	margin: 60px 0 25px;
	text-transform: uppercase;
	color: #393e52
}

.content .content-here h3 {
	font-family: GothamPrBold;
	font-size: 20px;
	line-height: 30px;
	margin: 55px 0 20px;
	color: #393e52
}

.content .content-here a,
.content .content-here b,
.content .content-here ol li,
.content .content-here p,
.content .content-here ul li {
	font-size: 17px;
	font-family: Poppins
}

.content .content-here p {
	line-height: 29px;
	margin: 0 0 25px;
	color: #515871
}

.content .content-here b {
	line-height: 29px
}

.content .content-here b a {
	font-weight: 400
}

.content .content-here a {
	line-height: 29px;
	color: #24b224;
	border-bottom: 1px solid #24b224;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.content .content-here a:hover {
	border-color: transparent
}

.content .content-here ul {
	padding: 0 0 0 55px;
	margin: 0 0 50px;
	list-style: none
}

.content .content-here ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	line-height: 29px;
	color: #515871
}

.content .content-here ul li::before {
	content: '';
	height: 1px;
	width: 20px;
	background-color: #2BB34B;
	position: absolute;
	left: 0;
	top: 13px
}

.content .content-here ol {
	padding: 0 0 0 55px;
	margin: 0 0 50px;
	counter-reset: item
}

.content .content-here ol li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	line-height: 29px;
	color: #515871
}

.content .content-here ol li::before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #24b224;
	position: absolute;
	left: 0
}

.content .content-here blockquote {
	border-left: 1px solid #707589;
	padding: 20px 0 20px 55px;
	font-style: italic;
	position: relative;
	margin: 40px 65px
}

.content .content-here blockquote p {
	margin: 0;
	color: #24b224
}

.content .content-here blockquote span {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #888b97
}

.content .content_bg-1 {
	position: absolute;
	top: 10%;
	right: 0;
	width: 818px;
	height: 544px
}

.content .content_bg-2 {
	position: absolute;
	top: 40%;
	right: 0;
	width: 1156px;
	height: 1517px
}

.content .content_bg-3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1075px;
	height: 1677px
}

.industries-template-default .content__img {
	position: relative
}

.industries-template-default .content__img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 24, 32, .2)), to(rgba(22, 24, 32, 0)));
	background: -webkit-linear-gradient(bottom, rgba(22, 24, 32, .2), rgba(22, 24, 32, 0));
	background: -o-linear-gradient(bottom, rgba(22, 24, 32, .2), rgba(22, 24, 32, 0));
	background: linear-gradient(to top, rgba(22, 24, 32, .2), rgba(22, 24, 32, 0))
}

@media (max-width:1200px) {
	.content h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 40px
	}
	.content .content-here h2,
	.content .content-here h4 {
		font-size: 18px;
		line-height: 36px;
		margin: 50px 0 20px
	}
}

@media (max-width:991px) {
	.content .content-here ol,
	.content .content-here ul {
		padding: 0
	}
	.content .content-here blockquote {
		padding-left: 25px;
		margin: 40px 0 40px 25px
	}
}

@media (max-width:480px) {
	.content .content__category {
		display: block
	}
	.content .content__img {
		height: 300px
	}
}

.firstBlock {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 65px
}

.firstBlock .firstBlock__description {
	width: 45%;
	font-size: 19px;
	line-height: 34px;
	font-family: Poppins;
	font-weight: 500;
	color: #444a61
}

.firstBlock .firstBlock__description .firstBlock__another .firstBlock__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 29px
}

.firstBlock .firstBlock__description .firstBlock__another .firstBlock__row div:first-of-type {
	color: #24b224;
	width: 180px;
	text-transform: uppercase;
	font-family: GothamProMedium;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.firstBlock .firstBlock__description p {
	margin: 0 0 30px
}

.firstBlock .firstBlock__wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	padding: 50px;
	background-color: #fff
}

.firstBlock .firstBlock__wrap>.firstBlock__row:first-of-type {
	margin-bottom: 60px
}

.firstBlock .firstBlock__wrap .firstBlock__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 29px
}

.firstBlock .firstBlock__wrap .firstBlock__row div:first-of-type {
	width: 180px;
	text-transform: uppercase;
	font-family: GothamProMedium;
	color: #888b97;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.firstBlock .firstBlock__wrap .firstBlock__row div:last-of-type {
	width: 100%;
	color: #515871;
	font-family: Poppins
}

.firstBlock .firstBlock__wrap .firstBlock__row .firstBlock__name {
	font-size: 30px;
	line-height: 36px;
	font-family: GothamPrBold;
	text-transform: uppercase;
	font-weight: 900
}

.firstBlock .firstBlock__wrap .firstBlock__another {
	margin-top: 40px
}

.firstBlock .firstBlock__wrap .firstBlock__another .firstBlock__row div:first-of-type {
	color: #24b224
}

.firstBlock .firstBlock__wrap .firstBlock__sites {
	margin-top: 50px;
	margin-left: 180px
}

.firstBlock .firstBlock__wrap .firstBlock__sites a {
	color: #888b97;
	font-size: 17px;
	line-height: 29px;
	text-decoration: none;
	font-family: Poppins;
	border-bottom: 1px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-right: 20px
}

.firstBlock .firstBlock__wrap .firstBlock__sites a:hover {
	border-color: #888b97
}

@media (max-width:1200px) {
	.firstBlock {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.firstBlock .firstBlock__description {
		font-size: 17px;
		line-height: 30px;
		width: 100%
	}
	.firstBlock .firstBlock__wrap {
		width: 100%;
		max-width: 600px;
		margin: 40px auto 0
	}
}

@media (max-width:767px) {
	.firstBlock .firstBlock__wrap .firstBlock__row {
		display: block
	}
	.firstBlock .firstBlock__wrap .firstBlock__sites {
		margin-left: 0
	}
}

.author .author__wrapper {
	max-width: 1140px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 7px 23px rgba(176, 188, 207, .5);
	box-shadow: 0 7px 23px rgba(176, 188, 207, .5)
}

.author .author__wrapper .author__wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 30px;
	color: #616575;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit
}

.author .author__wrapper .author__wrap .comma {
	line-height: 35px;
	font-family: cursive;
	margin-right: 35px
}

.author .author__wrapper .author__wrap .author__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.author .author__wrapper .author__wrap .author__info .author__img {
	width: 100px;
	height: 100px;
	margin-right: 30px;
	padding: 10px;
	border-radius: 50%;
	border: 6px solid #2BB34B;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top-color: transparent;
	border-bottom-color: transparent
}

.author .author__wrapper .author__wrap .author__info .author__img img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.author .author__wrapper .author__wrap .author__info .author__name {
	line-height: 29px;
	font-family: Poppins;
	color: #515871;
	text-transform: uppercase
}

@media (max-width:480px) {
	.author .author__wrapper .author__wrap .author__info .author__name {
		max-width: 145px
	}
}

.author .author__wrapper .author__wrap .author__info .author__name h6,
.author .author__wrapper .author__wrap .author__info .author__name span {
	font-size: 17px;
	font-weight: 500;
	display: block;
	margin: 0;
	text-transform: uppercase
}

.author .author__wrapper .author__wrap .author__info .author__name p {
	margin: 0;
	font-size: 16px
}

.author .author__wrapper .author__wrap .author__description {
	margin-bottom: 60px
}

.author .author__wrapper .author__wrap .author__description div .author__img {
	display: none;
	width: 73px;
	height: 73px;
	margin-right: 30px;
	padding: 10px;
	border-radius: 50%;
	border: 6px solid #2BB34B;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top-color: transparent;
	border-bottom-color: transparent
}

.author .author__wrapper .author__wrap .author__description div .author__img img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.author .author__wrapper .author__wrap .author__description .author__name {
	margin-top: 20px;
	line-height: 29px;
	font-family: Poppins;
	color: #515871;
	text-transform: uppercase
}

@media (max-width:480px) {
	.author .author__wrapper .author__wrap .author__description .author__name {
		max-width: 145px
	}
}

.author .author__wrapper .author__wrap .author__description .author__name h6,
.author .author__wrapper .author__wrap .author__description .author__name span {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase
}

.author .author__wrapper .author__wrap .author__description .author__name p {
	margin: 0;
	font-size: 16px
}

.author .author__wrapper .author__wrap .author__articles ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.author .author__wrapper .author__wrap .author__articles h5 {
	font-size: 17px;
	line-height: 29px;
	font-family: Poppins;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: 500
}

.author .author__wrapper .author__wrap .author__articles a {
	color: #616575;
	font-size: 17px;
	line-height: 29px;
	font-family: Poppins;
	text-decoration: none;
	border-bottom: 1px solid #616575;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.author .author__wrapper .author__wrap .author__articles a:hover {
	color: #2BB34B;
	border-color: #2BB34B
}

@media (max-width:1200px) {
	.author .author__wrapper {
		max-width: 720px
	}
}

@media (max-width:991px) {
	.author .author__wrapper,
	.author .author__wrapper .author__wrap {
		max-width: none
	}
}

@media (max-width:768px) {
	.author {
		margin-left: 20px;
		margin-right: 20px
	}
	.author .author__wrapper .author__wrap {
		padding-top: 30px;
		padding-bottom: 30px;
		display: block
	}
	.author .author__wrapper .author__wrap .mobile_hide {
		display: none
	}
	.author .author__wrapper .author__wrap .author__description div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.author .author__wrapper .author__wrap .author__description div .mobile_show {
		display: block;
		width: 52px;
		height: 52px;
		margin-top: 15px;
		margin-right: 19px;
		padding: 5px;
		border: 5px solid #2BB34B;
		border-top-color: transparent;
		border-bottom-color: transparent
	}
	.author .author__wrapper .author__wrap .author__description div .author__name h6,
	.author .author__wrapper .author__wrap .author__description div .author__name span {
		width: 100%
	}
	.author .author__wrapper .author__wrap .comma {
		font-size: 6rem;
		line-height: 30px;
		margin-top: 0;
		margin-bottom: 20px
	}
}

@media (max-width:767px) {
	.author {
		margin: 0
	}
	.author .author__wrapper .author__wrap .comma {
		margin-top: 0
	}
}

.share {
	background-color: #f2f3f3;
	padding: 120px 0 100px;
	text-align: center;
	position: relative;
	z-index: 2
}

.share .share__title {
	margin-bottom: 25px;
	font-family: Poppins;
	font-weight: 300;
	color: #393e52;
	font-size: 28px;
	line-height: 36px
}

.share ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.share ul li {
	margin: 0 15px
}

.share ul li a i {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 19px;
	color: #97888b;
	opacity: .5
}

.share ul li a:hover i {
	color: #2BB34B;
	opacity: 1
}

.share ul li.share__linkedin {
	padding-top: 2px
}

.share ul li.share__twitter {
	padding-top: 3px
}

@media (max-width:1200px) {
	.share {
		padding: 60px 0 50px
	}
	.share .share__title {
		font-size: 22px;
		line-height: 29px
	}
}

.comments {
	padding-top: 50px;
	margin-bottom: 50px
}

.comments .comments__wrapper .mc-comments>.mc-comment {
	border-bottom: 1px solid #24B224!important
}

.comments .comments__wrapper .mc-comments .mc-comment .mc-comment-wrap {
	margin: 30px 0!important;
	padding: 0!important
}

.comments .comments__wrapper .mc-comments .mc-comment-user .mc-avatar {
	margin-right: 30px!important;
	border-radius: 50%!important;
	overflow: hidden
}

.comments .comments__wrapper .mc-comments .mc-comment-info .mc-comment-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 6px!important;
	margin-bottom: 10px!important
}

.comments .comments__wrapper .mc-comments .mc-comment-info .mc-comment-head .mc-comment-username {
	color: #24B224!important;
	font-family: Poppins!important;
	font-weight: 500!important;
	font-size: 15px!important;
	line-height: 36px!important
}

.comments .comments__wrapper .mc-comments .mc-comment-info .mc-comment-footer {
	font-family: Poppins!important
}

.comments .comments__wrapper .mc-comments .mc-comment-info .mc-comment-footer a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.comments .comments__wrapper .mc-comments .mc-comment-info .mc-comment-footer a:hover {
	color: #24B224!important
}

.comments .comments__wrapper .mc-comments .mc-comment-info .mc-comment-msg {
	font-size: 17px!important;
	line-height: 29px!important;
	font-family: Poppins!important
}

.comments .comments__wrapper .mc-comments .mc-comment-child .mc-comment-user .mc-avatar {
	width: 48px!important;
	height: 48px!important
}

.comments .comments__wrapper .mc-comments .mc-comment-child .mc-comment-info {
	margin-left: 60px!important
}

.comments .comments__wrapper .mc-menu .mc-grid-xs4 {
	display: none
}

.comments .comments__wrapper .mc-pagination {
	margin-top: 50px!important
}

.comments .comments__wrapper .mc-pagination .mc-btn2-bck {
	background: 0 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #888B97!important;
	font-family: GothamProMedium!important;
	font-size: 15px!important;
	font-weight: 500!important;
	line-height: 29px!important
}

.related .wrapper__big>.wrapper {
	padding-top: 75px
}

.related h5,
.related span {
	margin: 0 0 25px;
	font-family: Poppins;
	font-weight: 300;
	color: #393e52;
	font-size: 28px;
	display: block;
	line-height: 36px
}

.relatedCase {
	padding: 70px 0
}

.relatedCase h3 {
	margin: 0 0 65px;
	font-family: GothamProMedium;
	font-weight: 500;
	color: #393e52;
	font-size: 45px;
	line-height: 54px;
	text-transform: uppercase
}

.subscribe {
	position: relative;
	z-index: 2
}

.subscribe .subscribe__wrapper {
	padding: 60px 0 40px;
	font-family: Poppins
}

.subscribe .subscribe__wrapper .sp-field {
	padding: 0!important
}

.subscribe .subscribe__wrapper p {
	font-size: 42px;
	line-height: 48px;
	font-family: Poppins;
	color: #fff;
	margin: 0 0 35px!important;
	font-weight: 300;
	text-align: center
}

.subscribe .subscribe__wrapper .subscribe__form {
	text-align: center;
	position: relative
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] {
	width: 100%;
	background-color: transparent;
	border: none;
	padding: 0
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .sp-form-fields-wrapper {
	width: auto;
	max-width: 700px;
	margin: 0 auto
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .sp-form-fields-wrapper .sp-message p:first-child {
	color: #24B224;
	font-family: Poppins
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .subscribeWrap {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .subscribeWrap input {
	background-color: transparent;
	border: none;
	padding: 10px 10px 10px 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 0;
	color: #fff
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .subscribeWrap input:focus {
	outline: 0;
	border-color: #2BB34B
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .subscribeWrap .sp-button-container {
	margin: 50px auto 0
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .subscribeWrap .sp-button-container button {
	border: none;
	padding: 0;
	color: #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-family: GothamProMedium;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	text-align: center
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .subscribeWrap .sp-button-container button:hover {
	padding-right: 50px
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .subscribeWrap .sp-button-container button:focus {
	outline: 0
}

.subscribe .subscribe__wrapper .sp-form[sp-id="121248"] .subscribeWrap .email {
	font-size: 15px;
	line-height: 38px
}

.subscribe .subscribe__wrapper input:focus::-webkit-input-placeholder {
	font-size: 0
}

.subscribe .subscribe__wrapper input:focus::placeholder {
	font-size: 0
}

.subscribe .subscribe__wrapper input:focus::-moz-placeholder {
	font-size: 0
}

.subscribe .subscribe__wrapper input:focus:-ms-input-placeholder {
	font-size: 0
}

.subscribe .subscribe__wrapper input:focus::-ms-input-placeholder {
	font-size: 0
}

.subscribe .subscribe__wrapper ::-webkit-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #FEFEFE;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.subscribe .subscribe__wrapper ::placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #FEFEFE;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.subscribe .subscribe__wrapper :-moz-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #FEFEFE;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.subscribe .subscribe__wrapper ::-moz-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #FEFEFE;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.subscribe .subscribe__wrapper :-ms-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #FEFEFE;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.subscribe .subscribe__wrapper ::-ms-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #FEFEFE;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media (max-width:1200px) {
	.subscribe .subscribe__wrapper .subscribe__form .subscribe__email {
		margin: 0 70px
	}
}

@media (max-width:767px) {
	.subscribe .subscribe__wrapper p {
		font-size: 30px;
		line-height: 35px
	}
}

.innerPage {
	position: relative;
	overflow: hidden
}

.innerPage .innerPage__wrapper {
	padding: 50px 0 80px
}

.innerPage .banner {
	min-height: 0;
	height: 500px;
	padding-top: 50px;
	position: relative;
	z-index: 2
}

.innerPage .banner h1 {
	margin-bottom: 30px
}

.innerPage .banner p {
	margin-bottom: 0
}

.innerPage .banner .wrapper {
	width: 100%
}

.innerPage .blog__items {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.innerPage .blog__items .blog__item {
	-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 2.7%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.innerPage .blog__items .blog__item:nth-of-type(10),
.innerPage .blog__items .blog__item:nth-of-type(2),
.innerPage .blog__items .blog__item:nth-of-type(5),
.innerPage .blog__items .blog__item:nth-of-type(8) {
	margin-right: 0
}

.innerPage .blog__items .blog__item .post__written {
	margin-top: auto;
	margin-bottom: 10px;
	color: #82879A;
	font-family: Poppins;
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 16px;
	font-weight: 300
}

.innerPage .blog__items .blog__item:first-of-type {
	min-height: 400px
}

.innerPage .blog__items .blog__item:first-of-type,
.innerPage .blog__items .blog__item:nth-of-type(10) {
	width: 65.8%;
	-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
	box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15)
}

.innerPage .blog__items .blog__item:first-of-type .blog__bg--wrap,
.innerPage .blog__items .blog__item:first-of-type .blog__bg--wrap .blog__bg,
.innerPage .blog__items .blog__item:nth-of-type(10) .blog__bg--wrap,
.innerPage .blog__items .blog__item:nth-of-type(10) .blog__bg--wrap .blog__bg {
	height: 100%
}

.innerPage .blog__items .blog__item:first-of-type .blog__info,
.innerPage .blog__items .blog__item:nth-of-type(10) .blog__info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	color: #fff;
	z-index: 2;
	min-height: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.innerPage .blog__items .blog__item:first-of-type .blog__info .blog__title,
.innerPage .blog__items .blog__item:first-of-type .blog__info .blog__top .blog__category,
.innerPage .blog__items .blog__item:first-of-type .blog__info .blog__top .blog__data,
.innerPage .blog__items .blog__item:first-of-type .blog__info .post__written,
.innerPage .blog__items .blog__item:nth-of-type(10) .blog__info .blog__title,
.innerPage .blog__items .blog__item:nth-of-type(10) .blog__info .blog__top .blog__category,
.innerPage .blog__items .blog__item:nth-of-type(10) .blog__info .blog__top .blog__data,
.innerPage .blog__items .blog__item:nth-of-type(10) .blog__info .post__written {
	color: #fff
}

.innerPage .blog__items .blog__item:first-of-type::after,
.innerPage .blog__items .blog__item:nth-of-type(10)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
}

.innerPage .blog__items .blog__item:first-of-type .blog__link,
.innerPage .blog__items .blog__item:nth-of-type(10) .blog__link {
	z-index: 2
}

.innerPage .blog__items .blog__item .blog__info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.innerPage .categories.categories--mob {
	display: none
}

.innerPage .blogPage_bg-1 {
	position: absolute;
	top: 15%;
	right: 0;
	width: 818px;
	height: 544px
}

.innerPage .blogPage_bg-2 {
	position: absolute;
	top: 40%;
	right: 0;
	width: 1156px;
	height: 1517px
}

@media (max-width:1200px) {
	.blogPage .blog__items {
		padding-top: 100px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.blogPage .blog__items .blog__item {
		margin-right: 0
	}
	.blogPage .blog__items .blog__item:first-of-type {
		width: 100%;
		height: 400px
	}
	.blogPage .blog__items .blog__item:nth-of-type(10) {
		width: 47%;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.blogPage .blog__items .blog__item:nth-of-type(10) .blog__bg--wrap {
		height: auto
	}
	.blogPage .blog__items .blog__item:nth-of-type(10) .blog__bg--wrap .blog__bg {
		height: 200px
	}
	.blogPage .blog__items .blog__item:nth-of-type(10) .blog__info {
		position: relative;
		background-color: #fff;
		min-height: 215px;
		-webkit-box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15);
		box-shadow: 3px 7px 15px 2px rgba(0, 0, 0, .15)
	}
	.blogPage .blog__items .blog__item:nth-of-type(10) .blog__info .blog__top .blog__category,
	.blogPage .blog__items .blog__item:nth-of-type(10) .blog__info .blog__top .blog__data {
		color: #888b97
	}
	.blogPage .blog__items .blog__item:nth-of-type(10) .blog__info .blog__title {
		color: #393E52
	}
	.blogPage .blog__items .blog__item:nth-of-type(10) .blog__info .post__written {
		color: #888b97
	}
	.blogPage .blog__items .blog__item:nth-of-type(10)::after {
		display: none
	}
	.blogPage .categories {
		display: none
	}
	.blogPage .categories.categories--mob {
		position: absolute;
		background-color: #fff;
		display: block;
		-webkit-box-shadow: -8px 6px 10px 2px rgba(0, 0, 0, .08);
		box-shadow: -8px 6px 10px 2px rgba(0, 0, 0, .08);
		border-radius: 10px;
		overflow: hidden;
		width: 200px;
		z-index: 10
	}
	.blogPage .categories.categories--mob .categories__current {
		padding: 15px 30px 10px;
		color: #24B224;
		font-family: GothamProMedium;
		font-size: 16px;
		font-weight: 500;
		line-height: 29px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		text-transform: uppercase;
		cursor: pointer;
		position: relative
	}
	.blogPage .categories.categories--mob .categories__current::before {
		content: '';
		position: absolute;
		right: 20px;
		width: 10px;
		background-color: #24B224;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		height: 1px;
		top: 50%;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}
	.blogPage .categories.categories--mob .categories__current::after {
		content: '';
		position: absolute;
		right: 13px;
		width: 10px;
		height: 1px;
		background-color: #24B224;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 50%;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}
	.blogPage .categories.categories--mob .categories__current.changeArrow::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.blogPage .categories.categories--mob .categories__current.changeArrow::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.blogPage .categories.categories--mob ul {
		padding: 0 30px 5px;
		display: none
	}
	.blogPage .categories.categories--mob ul li {
		margin: 0 0 10px
	}
	.blogPage .categories.categories--mob::before {
		content: '';
		width: 100%;
		height: 3px;
		background: -webkit-gradient(linear, right top, left top, from(#24B224), to(#238624));
		background: -webkit-linear-gradient(right, #24B224 0, #238624 100%);
		background: -o-linear-gradient(right, #24B224 0, #238624 100%);
		background: -webkit-gradient(linear, right top, left top, color-stop(0, #24B224), to(#238624));
		background: linear-gradient(270deg, #24B224 0, #238624 100%);
		top: 0;
		left: 0;
		position: absolute
	}
}

@media (max-width:700px) {
	.blogPage .blog__items .blog__item,
	.blogPage .blog__items .blog__item:nth-of-type(10) {
		width: 100%
	}
	.blogPage .blog__items .blog__item:first-of-type {
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.blogPage .blog__items .blog__item:first-of-type .blog__bg--wrap {
		height: auto
	}
	.blogPage .blog__items .blog__item:first-of-type .blog__bg--wrap .blog__bg {
		height: 200px
	}
	.blogPage .blog__items .blog__item:first-of-type .blog__info {
		position: relative;
		background-color: #fff;
		min-height: 210px
	}
	.blogPage .blog__items .blog__item:first-of-type .blog__info .blog__top .blog__category,
	.blogPage .blog__items .blog__item:first-of-type .blog__info .blog__top .blog__data {
		color: #888b97
	}
	.blogPage .blog__items .blog__item:first-of-type .blog__info .blog__title {
		color: #393E52
	}
	.blogPage .blog__items .blog__item:first-of-type .blog__info .post__written {
		color: #888b97
	}
	.blogPage .blog__items .blog__item:first-of-type::after {
		display: none
	}
	.blogPage .categories.categories--mob {
		width: 100%
	}
}

.author {
	position: relative;
	z-index: 9
}

.paginationWrap {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.paginationWrap .navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.paginationWrap .navigation span.current {
	height: 40px;
	width: 40px;
	background: -webkit-gradient(linear, left top, right top, from(#238924), to(#24B024));
	background: -webkit-linear-gradient(left, #238924 0, #24B024 100%);
	background: -o-linear-gradient(left, #238924 0, #24B024 100%);
	background: linear-gradient(90deg, #238924 0, #24B024 100%);
	border-radius: 50%;
	color: #fff;
	border: none
}

.paginationWrap .navigation a,
.paginationWrap .navigation span {
	height: 40px;
	width: 40px;
	border: 2px solid #888B97;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #888B97;
	font-family: GothamProMedium;
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	margin: 0 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.paginationWrap .navigation a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.paginationWrap .navigation a:hover {
	border-color: #24B024;
	color: #24B024
}

.paginationWrap .navigation .dots {
	height: auto;
	width: auto;
	border: none
}

.paginationWrap .navigation .next,
.paginationWrap .navigation .prev {
	font-size: 0;
	border: none;
	margin: 0;
	position: absolute;
	width: 40px;
	height: 20px
}

.paginationWrap .navigation .next::before,
.paginationWrap .navigation .prev::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #888B97;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.paginationWrap .navigation .next::after,
.paginationWrap .navigation .prev::after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: transparent;
	border-left: 3px solid #888B97;
	border-top: 3px solid #888B97;
	position: absolute;
	top: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.paginationWrap .navigation .next:hover::before,
.paginationWrap .navigation .prev:hover::before {
	background-color: #24B024
}

.paginationWrap .navigation .next:hover::after,
.paginationWrap .navigation .prev:hover::after {
	border-color: #24B024
}

.paginationWrap .navigation .prev {
	left: -100px
}

.paginationWrap .navigation .prev::before {
	left: 0
}

.paginationWrap .navigation .prev::after {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}

.paginationWrap .navigation .next {
	right: -100px
}

.paginationWrap .navigation .next::before {
	right: 0
}

.paginationWrap .navigation .next::after {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg)
}

.categories {
	margin-bottom: 50px
}

.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.categories ul li {
	margin-right: 50px
}

.categories ul li.active a {
	color: #24B224
}

.categories ul li a {
	text-decoration: none;
	color: #888B97;
	font-family: GothamProMedium;
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-transform: uppercase
}

.categories ul li a:hover {
	color: #24B224
}

@media (min-width:1200px) {
	.categories {
		margin-bottom: 0;
		position: relative;
		top: -45px
	}
	.categories ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.categories ul li {
		margin-left: 50px;
		margin-right: 0
	}
}

.industriesPage .industries__items .industries__item {
	width: 37%
}

.industriesPage .industries__items .industries__item.large {
	width: 60%
}

.industriesPage .industries__items .industries__item .industries__bg--wrap .industries__bg {
	height: 350px
}

.industriesPage .industries__items .industries__item .industries__bg--wrap .industries__title {
	color: #FFF;
	font-family: GothamPrBold;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase
}

.industriesPage .industries__items .industries__item .industries__content .industries__short-desc {
	height: 110px;
	overflow: hidden
}

@media (max-width:1200px) {
	.industriesPage .industries__items {
		margin: 0
	}
	.industriesPage .industries__items .industries__item {
		width: 47%;
		margin: 0 0 30px
	}
	.industriesPage .industries__items .industries__item.large {
		width: 47%
	}
	.industriesPage .industries__items .industries__item .industries__bg--wrap .industries__bg {
		height: 250px
	}
	.casePage .author .author__wrapper {
		max-width: 720px
	}
}

@media (max-width:700px) {
	.industriesPage .industries__items .industries__item,
	.industriesPage .industries__items .industries__item.large {
		width: 100%
	}
	.industriesPage .industries__items .industries__item .industries__bg--wrap .industries__bg {
		height: 200px
	}
}

.casePage .cases__items {
	margin: 0
}

.casePage .cases__items .cases__item {
	margin: 0 0 60px;
	-webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 0 40px 10px rgba(0, 0, 0, .15);
	background-color: #fff;
	position: relative
}

.casePage .cases__items .cases__item .cases__content .cases__title {
	font-size: 20px;
	line-height: 26px
}

.casePage .cases__items .cases__item .cases__content .text {
	margin-bottom: 40px
}

.casePage .cases__items .cases__item .cases__img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.casePage .cases__items .cases__item .cases__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.casePage .cases__items .cases__item.hideItem {
	display: none!important;
	visibility: hidden
}

@media (max-width:991px) {
	.casePage .author .author__wrapper {
		max-width: none;
		margin: 0 25px
	}
	.casePage .author .author__wrapper .author__wrap {
		max-width: none;
		margin: 0 20px
	}
}

@media (max-width:768px) {
	.author {
		margin: 0
	}
}

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

.technologies__items .technologies__item {
	width: 25%;
	position: relative;
	margin-bottom: 50px
}

.technologies__items .technologies__item img {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto 20px
}

.technologies__items .technologies__item .technologies__title {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center
}

.technologies__items .technologies__item .technologies__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.technologies__items .technologies__item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.technologiesPage .blogPage_bg-2 {
	top: 0
}

@media (max-width:1200px) {
	.technologies__items .technologies__item {
		width: 33%
	}
}

@media (max-width:700px) {
	.technologies__items .technologies__item {
		width: 50%
	}
}

.getStarted {
	text-align: center;
	position: relative;
	z-index: 2
}

.getStarted .getStarted__wrapper {
	padding: 120px 0 100px
}

.getStarted .getStarted__wrapper .getStarted__title {
	font-size: 42px;
	display: block;
	line-height: 48px;
	font-family: Poppins;
	color: #fff;
	margin: 0 0 35px;
	font-weight: 300
}

.getStarted .getStarted__wrapper .btn {
	margin: 0 auto
}

@media (max-width:1200px) {
	.getStarted .getStarted__wrapper {
		padding: 40px 0 50px
	}
	.getStarted .getStarted__wrapper .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.getStarted .getStarted__wrapper .wrapper .getStarted__title {
		font-size: 30px;
		line-height: 36px;
		margin: 0
	}
}

@media (max-width:991px) {
	.getStarted .getStarted__wrapper .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.getStarted .getStarted__wrapper .wrapper .getStarted__title {
		width: 100%;
		margin-bottom: 30px
	}
}

.achievements {
	background-color: #F4F4F4;
	padding: 70px 0 80px
}

.achievements .achievements__items {
	margin: 0 -30px
}

.achievements .achievements__items .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.achievements .achievements__items .slick-track .achievements__item {
	margin: 0 30px
}

.achievements .achievements__items .slick-track .achievements__item img {
	max-width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.achievements .achievements__items .slick-track .achievements__item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

.gallery {
	padding: 150px 0
}

.gallery .gallery__items {
	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;
	margin: 0 -15px;
	visibility: hidden
}

.gallery .gallery__items .gallery__item {
	width: 33.33%;
	height: 400px;
	padding: 15px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.gallery .gallery__items .gallery__item.gallery__item-1 {
	width: 66.66%
}

.gallery .gallery__items .gallery__item .gallery__img {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 3px 5px 9px 3px rgba(0, 0, 0, .2);
	box-shadow: 3px 5px 9px 3px rgba(0, 0, 0, .2)
}

.gallery .gallery__items .gallery__item .gallery__img img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.contactPage .contact__wrapper .contact__form .acceptance .wpcf7-list-item-label,
.gallery .gallery__items.gallery__items--mob {
	display: none
}

.gallery .gallery__items .gallery__item .slick-list {
	overflow: visible
}

.gallery .gallery__items .gallery__item .slick-list,
.gallery .gallery__items .gallery__item .slick-track {
	height: 100%
}

@media (max-width:1200px) {
	.gallery .gallery__items .gallery__item {
		width: 50%;
		height: 350px
	}
	.gallery .gallery__items .gallery__item.gallery__item-1 {
		width: 100%
	}
}

@media (max-width:700px) {
	.gallery {
		padding: 0
	}
	.gallery .gallery__items {
		display: none
	}
	.gallery .gallery__items .gallery__item {
		width: 100%;
		height: 350px;
		padding-bottom: 42px;
		padding-top: 0
	}
	.gallery .gallery__items .gallery__item .slick-list {
		overflow: hidden
	}
	.gallery .gallery__items.gallery__items--mob {
		display: block
	}
}

.whyJoin {
	padding-bottom: 100px
}

.whyJoin h2 {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 45px;
	font-weight: 500;
	margin: 0 0 50px;
	text-transform: uppercase
}

.whyJoin .whyJoin__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.whyJoin .whyJoin__text div {
	color: #515871;
	font-family: Poppins;
	font-size: 17px;
	line-height: 29px;
	width: 47%
}

.whyJoin .whyJoin__text div p {
	margin: 0 0 20px
}

.careerPage .wrapper__big {
	margin-top: 75px;
	margin-bottom: 75px
}

.careerPage .wrapper__big .wrapper {
	padding-top: 75px;
	padding-bottom: 75px
}

.careerPage .innerPage__wrapper {
	padding-bottom: 0
}

.careerPage .blogPage_bg-1 {
	top: 10%
}

.careerPage .blogPage_bg-2 {
	top: auto;
	bottom: 8%
}

@media (max-width:991px) {
	.whyJoin .whyJoin__text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.whyJoin .whyJoin__text div {
		width: 100%
	}
	.careerPage .wrapper__big {
		margin-top: 0;
		margin-bottom: 0
	}
	.careerPage .benefits {
		background: 0 0!important;
		padding: 0
	}
}

.careerPage .benefits {
	padding: 0;
	margin-bottom: 20px
}

.careerPage .benefits .benefits__items .benefits__item {
	width: 47%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.careerPage .benefits .benefits__items .benefits__item .benefits__img {
	height: auto;
	margin: 0
}

.careerPage .benefits .benefits__items .benefits__item .benefits__img img {
	height: 71px;
	max-width: 70px;
	max-height: 71px;
	margin-right: 30px
}

.careerPage .benefits .benefits__items .benefits__item p {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	margin: 0
}

.careerPage .benefits .benefits__items .benefits__item:nth-child(2) {
	height: 71px
}

@media (max-width:1200px) {
	.careerPage .benefits .benefits__items .benefits__item p {
		font-size: 20px;
		line-height: 29px
	}
}

@media (max-width:767px) {
	.careerPage .benefits .benefits__items .benefits__item {
		width: 100%
	}
	.careerPage .benefits .benefits__items .benefits__item:last-of-type {
		margin-bottom: 0
	}
}

.careerPage .testimonials .wrapper {
	padding: 50px 0
}

.contactPage {
	padding-top: 75px
}

.contactPage .contact__mainTitle {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 80px;
	font-weight: 700;
	line-height: 95px;
	margin: 0 0 60px;
	text-transform: uppercase
}

.contactPage .contact__wrapper .contact__form input,
.contactPage .contact__wrapper .contact__form textarea {
	color: #515871;
	font-size: 17px;
	line-height: 29px;
	font-family: Poppins, 'Gotham Pro';
	width: 100%
}

.contactPage .contact__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contactPage .contact__wrapper .contact__info {
	width: 40%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding-top: 40px
}

.contactPage .contact__wrapper .contact__info .contact__block {
	margin-bottom: 50px
}

.contactPage .contact__wrapper .contact__info .contact__block a,
.contactPage .contact__wrapper .contact__info .contact__block p {
	color: #515871;
	font-family: Poppins;
	font-size: 17px;
	line-height: 29px
}

.contactPage .contact__wrapper .contact__info .contact__block a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.contactPage .contact__wrapper .contact__info .contact__block a[href]:hover {
	color: #2BB34B
}

.contactPage .contact__wrapper .contact__info .contact__block p {
	display: block;
	margin: 0 0 5px
}

.contactPage .contact__wrapper .contact__info .contact__block .contact__map {
	margin-top: 10px
}

.contactPage .contact__wrapper .contact__info .contact__block .contact__map iframe {
	width: 100%;
	height: 300px
}

.contactPage .contact__wrapper .contact__info .contact__block:last-of-type {
	margin-bottom: 0
}

.contactPage .contact__wrapper .contact__form {
	width: 55%;
	-webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 0 40px 10px rgba(0, 0, 0, .15);
	background-color: #fff;
	padding: 40px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.contactPage .contact__wrapper .contact__form h3 {
	margin-bottom: 60px
}

.contactPage .contact__wrapper .contact__form input {
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #888B97;
	border-radius: 0;
	-webkit-appearance: none
}

.contactPage .contact__wrapper .contact__form textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #888B97;
	height: 120px;
	resize: none;
	padding: 10px;
	border-radius: 0;
	-webkit-appearance: none
}

.contactPage .contact__wrapper .contact__form textarea:focus {
	outline: 0;
	border-color: #2BB34B
}

.contactPage .contact__wrapper .contact__form .intl-tel-input {
	width: 100%
}

.contactPage .contact__wrapper .contact__form .acceptance+p {
	text-align: center
}

.contactPage .contact__wrapper .contact__form .acceptance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}

.contactPage .contact__wrapper .contact__form .acceptance input {
	position: absolute;
	opacity: 0;
	width: auto
}

.contactPage .contact__wrapper .contact__form .acceptance input:checked~label::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 8px;
	width: 13px;
	height: 7px;
	border-left: 2px solid #888B97;
	border-bottom: 2px solid #888B97;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.contactPage .contact__wrapper .contact__form .acceptance label {
	color: #888B97;
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	padding-left: 65px
}

.contactPage .contact__wrapper .contact__form .acceptance label::before {
	content: "";
	height: 30px;
	width: 30px;
	border: 1px solid #888B97;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 0;
	cursor: pointer
}

.contactPage .contact__wrapper .contact__form .acceptance .wpcf7-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0
}

.contactPage .contact__wrapper .contact__form .wpcf7-submit {
	text-align: center;
	border: none;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-flex-item-align: center;
	align-self: center;
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contactPage .contact__wrapper .contact__form .wpcf7-submit:disabled {
	opacity: .5;
	padding-right: 0
}

.contactPage .contact__wrapper .contact__form .wpcf7-submit:disabled::before {
	left: -5px
}

.contactPage .contact__wrapper .contact__form .wpcf7-submit:disabled::after {
	left: 17px
}

.contactPage .contact__wrapper .contact__form .wpcf7-submit:disabled:hover {
	padding-right: 0
}

.contactPage .contact__wrapper .contact__form .wpcf7-submit:hover {
	padding-right: 50px
}

.contactPage .contact__wrapper .contact__form .wpcf7-submit:focus {
	outline: 0
}

.contactPage .contact__wrapper .contact__form .wpcf7-form-control-wrap {
	margin-bottom: 50px;
	display: block
}

.contactPage .contact__wrapper .contact__form br,
.history .history__slider .history__dates li:last-of-type span::after,
.history .history__slider .history__dates li:last-of-type span::before,
.qa .qa__items .qa__item .qa__answer,
.qa .qa__items .qa__item.hideItem {
	display: none
}

.contactPage .contact__wrapper .contact__form h3+div label {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	pointer-events: none;
	color: #888B97;
	font-family: Poppins;
	font-size: 17px;
	line-height: 24px
}

.contactPage .contact__wrapper .contact__form h3+div input.is-completed~label,
.contactPage .contact__wrapper .contact__form h3+div input:focus~label {
	font-size: 14px;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

.contactPage .contact__wrapper .contact__form h3+div input:focus {
	border-color: #2BB34B;
	outline: 0
}

.contactPage .contact__wrapper .contact__form .wpcf7-response-output {
	display: none!important
}

.contactPage .contact__wrapper .contact__form .wpcf7-not-valid-tip {
	position: absolute;
	font-family: Poppins;
	font-size: 14px
}

.contactPage .contact__wrapper .contact__form label {
	color: #888B97;
	font-family: Poppins;
	font-size: 17px;
	line-height: 24px
}

.additionalPage .additional .additional__info h1,
.contactPage .contact__wrapper h3 {
	color: #393E52;
	font-family: GothamPrBold;
	font-weight: 700;
	text-transform: uppercase
}

.contactPage .contact__wrapper .contact__form p {
	margin: 0
}

.contactPage .contact__wrapper h3 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 10px
}

.contactPage .blogPage_bg-2 {
	top: 0
}

.page-template-contact .grecaptcha-badge {
	z-index: 100
}

@media (max-width:1200px) {
	.contactPage .contact__mainTitle {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 45px
	}
	.contactPage .contact__wrapper .contact__form {
		padding: 30px
	}
	.contactPage .contact__wrapper .contact__form .wpcf7-form-control-wrap {
		margin-bottom: 35px
	}
	.contactPage .contact__wrapper .contact__form h3 {
		margin-bottom: 30px
	}
	.contactPage .contact__wrapper .contact__info {
		padding-top: 30px
	}
	.contactPage .contact__wrapper .contact__info .contact__block .contact__map iframe {
		height: 250px
	}
}

.additionalPage,
.defaultPage {
	padding-bottom: 0
}

@media (max-width:991px) {
	.contactPage .contact__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.contactPage .contact__wrapper .contact__form {
		width: 100%;
		margin-bottom: 40px
	}
	.contactPage .contact__wrapper .contact__info {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.contactPage .contact__wrapper .contact__info .contact__block:first-of-type {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 0
	}
	.contactPage .contact__wrapper .contact__info .contact__block:last-of-type {
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.contactPage .contact__wrapper .contact__form .acceptance label {
		font-size: 12px;
		line-height: 18px
	}
}

.additionalPage {
	padding-top: 75px;
	overflow: hidden
}

.additionalPage .additional {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.additionalPage .additional .additional__info {
	width: 60%
}

.additionalPage .additional .additional__info h1 {
	font-size: 80px;
	line-height: 95px;
	margin: 0 0 45px
}

.additionalPage .additional .additional__info .additional__text {
	margin-bottom: 50px;
	color: #515871;
	font-family: Poppins;
	font-size: 24px;
	line-height: 40px
}

.additionalPage .additional .additional__img {
	width: 30%
}

.additionalPage .additional .additional__img img {
	height: 213px;
	width: 267px;
	max-width: 100%
}

.additionalPage .additional .additional__img.img-404 img {
	width: 100%;
	height: auto
}

.defaultPage .additional__info .content-here {
	max-width: none;
	margin: 0
}

.defaultPage .content {
	padding-top: 0
}

@media (max-width:1200px) {
	.additionalPage .additional .additional__info h1 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 30px
	}
	.additionalPage .additional .additional__info .additional__text {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:767px) {
	.additionalPage {
		padding-bottom: 50px
	}
	.additionalPage .additional {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.additionalPage .additional .additional__info {
		width: 100%;
		margin-bottom: 50px
	}
	.additionalPage .additional .additional__img {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.search .additionalPage {
	padding-top: 75px;
	padding-bottom: 0
}

.search .additionalPage .innerPage__wrapper {
	padding-bottom: 0
}

.search .additionalPage .content {
	padding-top: 0
}

.search .additionalPage .content .content-here {
	margin: 0
}

.search .additionalPage .content .content-here .page-title {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 45px;
	font-weight: 500;
	line-height: 54px;
	margin: 0 0 40px
}

.search .additionalPage .content .content-here .entry-title {
	margin: 0 0 10px
}

.search .additionalPage .content .content-here .entry-title a {
	color: #393e52;
	border-color: transparent;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

.search .additionalPage .content .content-here .entry-title a:hover {
	color: #24b224;
	border-color: #24b224
}

.search .additionalPage .content .content-here article {
	margin-bottom: 50px
}

.facts,
.search .additionalPage .content .content-here article:last-of-type {
	margin-bottom: 0
}

.search .additionalPage .content .content-here article p {
	margin: 0
}

.search .additionalPage .content .content-here .post__name {
	color: #888B97;
	font-family: Poppins;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 24px
}

.search .additionalPage .content .content-here .found {
	color: #393E52;
	font-family: Poppins;
	font-weight: 500;
	font-size: 19px;
	font-style: italic;
	line-height: 26px;
	margin-bottom: 60px
}

.search .additionalPage .content .content-here .found-12-results {
	height: 15px;
	width: 153px
}

.search .additionalPage .content .content-here .custom-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 45px
}

.search .additionalPage .content .content-here .custom-search-form .search-field {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-left: auto;
	padding: 6px 40px 6px 10px;
	border-radius: 20px;
	border: 1px solid #24AE24;
	color: #515871;
	font-family: Poppins;
	font-size: 17px;
	line-height: 24px
}

.search .additionalPage .content .content-here .custom-search-form .search-field:focus {
	outline: 0
}

.search .additionalPage .content .content-here .custom-search-form .input-group-btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 23px;
	height: 23px
}

.search .additionalPage .content .content-here .custom-search-form .input-group-btn button {
	border: none;
	background-color: transparent;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	cursor: pointer
}

.search .additionalPage .content .content-here .custom-search-form .input-group-btn button::before {
	content: '';
	width: 2px;
	height: 9px;
	position: absolute;
	right: 4px;
	top: 11px;
	display: block;
	background-color: #238624;
	-webkit-transform: rotate(-49deg);
	-ms-transform: rotate(-49deg);
	transform: rotate(-49deg);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.search .additionalPage .content .content-here .custom-search-form .input-group-btn button::after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #238624;
	display: block;
	position: absolute;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	top: 0
}

.search .additionalPage .content .content-here .custom-search-form ::-webkit-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search .additionalPage .content .content-here .custom-search-form ::placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search .additionalPage .content .content-here .custom-search-form :-moz-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search .additionalPage .content .content-here .custom-search-form ::-moz-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search .additionalPage .content .content-here .custom-search-form :-ms-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search .additionalPage .content .content-here .custom-search-form ::-ms-input-placeholder {
	font-family: Poppins;
	font-size: 15px;
	color: #888B97;
	line-height: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search .additionalPage .content .content-here .no-results {
	padding-bottom: 50px
}

.search .blogPage_bg-1 {
	top: 0
}

.facts {
	padding-bottom: 70px
}

.facts .facts__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.facts .facts__items .facts__item {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 300px
}

.facts .facts__items .facts__item .facts__img {
	width: 70px;
	margin-right: 20px
}

.facts .facts__items .facts__item .facts__info .facts__number {
	color: #24AC24;
	font-family: GothamProMedium;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px
}

.facts .facts__items .facts__item .facts__info .facts__name {
	color: #515871;
	font-family: Poppins;
	font-weight: 300;
	font-size: 20px;
	line-height: 29px
}

@media (max-width:1200px) {
	.facts {
		padding-bottom: 100px
	}
	.facts .facts__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.facts .facts__items .facts__item {
		width: 34%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-bottom: 30px
	}
	.facts .facts__items .facts__item .facts__img {
		margin-right: 0
	}
}

@media (max-width:600px) {
	.facts {
		padding-bottom: 50px
	}
	.facts .facts__items .facts__item {
		width: 100%
	}
	.facts .facts__items .facts__item .facts__info {
		min-width: 120px
	}
}

.history {
	margin-bottom: 20px
}

.history .history__slider {
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.history .history__slider .history__dates {
	padding: 0;
	margin: 0 0 50px;
	list-style: none
}

.history .history__slider .history__dates li {
	position: relative;
	padding-top: 50px;
	text-align: center;
	color: #D3D3D3;
	font-family: GothamProMedium;
	font-size: 32px;
	font-weight: 900;
	line-height: 38px;
	cursor: pointer
}

.history .history__slider .history__dates li::before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(#24AC24), to(#238824));
	background: -webkit-linear-gradient(right, #24AC24 0, #238824 100%);
	background: -o-linear-gradient(right, #24AC24 0, #238824 100%);
	background: linear-gradient(270deg, #24AC24 0, #238824 100%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 5;
	-webkit-box-shadow: 0 0 0 3px rgba(211, 211, 211, .4);
	box-shadow: 0 0 0 3px rgba(211, 211, 211, .4)
}

.history .history__slider .history__dates li span::after,
.history .history__slider .history__dates li span::before {
	width: 100%;
	height: 1px;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	content: ''
}

.history .history__slider .history__dates li span {
	left: 50%;
	top: 17px;
	position: absolute;
	width: 100%
}

.history .history__slider .history__dates li span::before {
	background-color: #24AC24;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 3
}

.history .history__slider .history__dates li span::after {
	background-color: #D3D3D3;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 2
}

.history .history__slider .history__dates li.slick-current {
	color: #24AC24
}

.history .history__slider .history__dates li.slick-current::before {
	background: -webkit-gradient(linear, right top, left top, from(#24AC24), to(#238824));
	background: -webkit-linear-gradient(right, #24AC24 0, #238824 100%);
	background: -o-linear-gradient(right, #24AC24 0, #238824 100%);
	background: linear-gradient(270deg, #24AC24 0, #238824 100%);
	-webkit-box-shadow: 0 0 0 6px rgba(36, 172, 36, .4);
	box-shadow: 0 0 0 6px rgba(36, 172, 36, .4);
	width: 20px;
	height: 20px;
	top: 8px
}

.history .history__slider .history__dates li.slick-current span::before,
.history .history__slider .history__dates li.slick-current~li span::before {
	width: 0
}

.history .history__slider .history__dates li.slick-current~li::before {
	background: -webkit-gradient(linear, right top, left top, from(#D3D3D3), to(#D3D3D3));
	background: -webkit-linear-gradient(right, #D3D3D3 0, #D3D3D3 100%);
	background: -o-linear-gradient(right, #D3D3D3 0, #D3D3D3 100%);
	background: linear-gradient(270deg, #D3D3D3 0, #D3D3D3 100%)
}

.history .history__slider .history__details {
	padding: 0;
	list-style: none;
	max-width: 700px;
	margin: 0 auto
}

@media (max-width:991px) {
	.history {
		margin-bottom: 0
	}
}

@media (max-width:480px) {
	.history .history__slider .history__dates li {
		font-size: 22px
	}
}

.mission {
	padding-bottom: 50px
}

.mission .mission__block {
	margin-bottom: 40px
}

.mission .mission__block h4 {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 20px;
	font-weight: 700;
	line-height: 42px;
	text-transform: uppercase
}

.mission .mission__block div {
	color: #444A61;
	font-family: Poppins;
	font-weight: 500;
	font-size: 19px;
	font-style: italic;
	line-height: 34px
}

.mission .mission__block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

.mission .mission__block ul li {
	width: 47%;
	position: relative;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mission .mission__block ul li::before {
	content: '';
	height: 1px;
	width: 20px;
	background-color: #2BB34B;
	position: absolute;
	left: 0;
	top: 13px
}

.team {
	padding-bottom: 70px
}

.team .team__items {
	margin: 0 -15px
}

.team .team__items .team__item {
	margin: 15px;
	height: 360px;
	-webkit-box-shadow: 3px 5px 9px 3px rgba(0, 0, 0, .2);
	box-shadow: 3px 5px 9px 3px rgba(0, 0, 0, .2);
	overflow: hidden
}

.team .team__items .team__item .team__item--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.team .team__items .team__item .team__item--wrap .team__img {
	height: 360px;
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.team .team__items .team__item .team__item--wrap .team__info {
	text-align: center;
	font-family: Poppins;
	color: #FFF;
	letter-spacing: .2px;
	-webkit-transform: translateY(37px);
	-ms-transform: translateY(37px);
	transform: translateY(37px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0
}

.team .team__items .team__item .team__item--wrap .team__info h5 {
	font-weight: 500;
	font-size: 17px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0 0 5px
}

.team .team__items .team__item .team__item--wrap .team__info p {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin: -5px 0 10px
}

.team .team__items .team__item .team__item--wrap .team__info .team__social a {
	margin: 0 5px
}

.team .team__items .team__item .team__item--wrap .team__info .team__social a i {
	color: #fff;
	font-size: 19px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.team .team__items .team__item .team__item--wrap .team__info .team__social a:hover i {
	color: #2BB34B
}

.team .team__items .team__item:hover .team__item--wrap .team__img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.team .team__items .team__item:hover .team__item--wrap .team__info {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px)
}

@media (max-width:991px) {
	.mission .mission__block ul li {
		width: 100%
	}
	.team .team__items .team__item .team__item--wrap .team__info {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.clients {
	padding-bottom: 100px
}

.clients .clients__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.clients .clients__items .clients__item {
	width: 25%;
	position: relative;
	margin-bottom: 50px
}

.clients .clients__items .clients__item img {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto 20px
}

.clients .clients__items .clients__item p {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center
}

.clients .clients__items .clients__item .clients__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.clients .clients__items .clients__item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

@media (max-width:1200px) {
	.clients {
		padding-bottom: 100px
	}
	.clients .clients__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.clients .clients__items .clients__item {
		width: 33%
	}
}

@media (max-width:700px) {
	.clients {
		padding-bottom: 100px
	}
	.clients .clients__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.clients .clients__items .clients__item {
		width: 50%
	}
}

.qa {
	padding-bottom: 50px
}

.qa .qa__items .qa__item {
	margin-bottom: 40px;
	max-width: 1000px
}

.qa .qa__items .qa__item .qa__question {
	color: #393E52;
	font-family: GothamProMedium;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	padding-right: 20px
}

.qa .qa__items .qa__item .qa__question::after,
.qa .qa__items .qa__item .qa__question::before {
	position: absolute;
	width: 13px;
	height: 3px;
	background-color: #24B224;
	top: 10px;
	-webkit-transition: .3s;
	content: ''
}

.qa .qa__items .qa__item .qa__question.open,
.qa .qa__items .qa__item .qa__question:hover {
	color: #24AC24
}

.qa .qa__items .qa__item .qa__question::before {
	right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-o-transition: .3s;
	transition: .3s
}

.qa .qa__items .qa__item .qa__question::after {
	right: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-o-transition: .3s;
	transition: .3s
}

.qa .qa__items .qa__item .qa__question.open::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.qa .qa__items .qa__item .qa__question.open::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.qa .qa__items .qa__item .qa__answer {
	background-color: #F4F4F4;
	padding: 40px;
	margin: 0
}

.qa .qa__items .qa__item .qa__answer p:last-of-type {
	margin-bottom: 0
}

.footer {
	background-color: #393e52;
	color: #fff;
	position: relative
}

.footer a {
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #fff
}

.footer .footer__top .footer__items .footer__social ul li a:hover i,
.footer a[href]:hover {
	color: #2BB34B
}

.footer ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.footer ul li {
	margin-bottom: 10px
}

.footer .footer__top {
	padding: 50px 0 30px;
	border-bottom: 1px solid #515871
}

.footer .footer__top .footer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: Poppins
}

.footer .footer__top .footer__items .footer__info {
	width: 25%
}

.footer .footer__top .footer__items .footer__info img {
	width: 152px
}

.footer .footer__top .footer__items .footer__contacts,
.footer .footer__top .footer__items .footer__general {
	width: 30%
}

.footer .footer__top .footer__items .footer__info p {
	font-size: 15px;
	line-height: 20px;
	opacity: .8
}

.footer .footer__top .footer__items .footer__general .footer__offices {
	margin-bottom: 30px
}

.footer .footer__top .footer__items .footer__general .footer__offices ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.footer .footer__top .footer__items .footer__general p {
	margin: 0
}

.footer .footer__top .footer__items .footer__contacts li {
	position: relative
}

.footer .footer__top .footer__items .footer__contacts li .fa-phone {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.footer .footer__top .footer__items .footer__contacts li .fas {
	margin-right: 5px
}

.footer .footer__top .footer__items .footer__social.footer__social--mob {
	display: none
}

.footer .footer__top .footer__items .footer__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer .footer__top .footer__items .footer__social ul li {
	min-width: 40px;
	text-align: center;
	line-height: 1
}

.footer .footer__top .footer__items .footer__social ul li a i {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 19px
}

.footer .footer__top .footer__items .footer__title {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px
}

.footer .footer__top .footer__items .footer__title::before {
	content: '';
	height: 1px;
	width: 15px;
	background-color: #2BB34B;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.footer .footer__top .footer__items .footer__title span {
	font-size: 16px;
	line-height: 20px;
	opacity: .5;
	font-family: GothamProMedium;
	font-weight: 500
}

.footer .footer__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: .7;
	color: #FFF;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 0
}

.footer .footer__copyright .footer__rights {
	margin-right: 30px
}

.footer .footer__copyright .footer__rights p {
	margin: 0
}

.footer .footer__copyright .footer__policy a:first-of-type {
	margin-right: 30px
}

@media (max-width:1200px) {
	.footer .footer__top .footer__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.footer .footer__top .footer__items .footer__info {
		width: 49%!important
	}
	.footer .footer__top .footer__items .footer__general {
		width: 50%!important;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.footer .footer__top .footer__items .footer__contacts {
		width: 49%!important;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.footer .footer__top .footer__items .footer__social {
		width: 50%!important;
		padding-top: 0
	}
}

@media (max-width:991px) {
	.footer .footer__top .footer__items .footer__info {
		position: inherit;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.footer .footer__top .footer__items .footer__info img {
		position: relative;
		top: 20px
	}
	.footer .footer__top .footer__items .footer__info p {
		display: none
	}
	.footer .footer__top .footer__items .footer__general {
		width: 45%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.footer .footer__top .footer__items .footer__contacts {
		width: 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.footer .footer__top .footer__items .footer__social {
		width: 100%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.footer .footer__top .footer__items .footer__social.footer__social--mob {
		display: block;
		margin-bottom: 15px
	}
}

@media (max-width:768px) {
	.footer .footer__copyright {
		display: block
	}
	.footer .footer__copyright .footer__policy {
		margin-top: 10px
	}
	.footer .footer__copyright .footer__policy ul li a:first-of-type {
		margin-right: 15px
	}
}

@media (max-width:600px) {
	.footer .footer__top {
		max-width: 250px;
		margin: 0 auto
	}
	.footer .footer__top .footer__items .footer__social {
		display: block!important;
		width: 100%;
		text-align: left;
		margin-top: 20px
	}
	.footer .footer__top .footer__items .footer__social ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer .footer__top .footer__items .footer__info {
		margin-top: 0;
		margin-bottom: 50px;
		width: 100%!important;
		text-align: center
	}
	.footer .footer__top .footer__items .footer__general {
		width: 100%!important;
		text-align: left;
		margin-top: 20px
	}
	.footer .footer__top .footer__items .footer__contacts {
		width: 100%!important;
		text-align: left
	}
}

@media (max-width: 1200px) {
	.header .header__wrapper .header__nav--tablet .topNav {
		overflow-y: scroll;
	}
	.header .header__wrapper .header__nav--tablet .topNav>li>a {
		font-size: 22px;
	}
	.header .header__wrapper .header__nav--tablet .topNav .menu-item-has-children .sub-menu li a {
		font-size: 18px;
	}
	.header .header__wrapper .header__nav .topNav .menu-item-has-children .sub-menu {
		padding-left: 15px;
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	.header .header__wrapper .header__nav .topNav {
		padding: 100px 60px 50px;
	}
}

@media (max-width: 768px) {
	.header .header__wrapper .header__nav .topNav .menu-item-has-children>a:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #238624;
		top: -8px;
		right: -20px;
		position: absolute;
	}
	.header .header__wrapper .header__nav .topNav .menu-item-has-children.showSubMenu>a:after {
		transform: rotateZ(180deg);
	}
	.header .header__wrapper .header__nav .topNav .menu-item-has-children>a {
		position: relative;
	}
	.header .header__wrapper .header__nav .topNav {
		padding: 100px 25px 50px;
	}
}

.contactBtnMob svg {
	height: 23px;
	width: 23px;
	top: 3px;
	position: relative;
}

@media (max-width: 1200px) {
	.header .header__wrapper .header__nav .topNav .menu-item-has-children>a:before {
		content: '';
		position: absolute;
		right: -30px;
		width: 10px;
		background-color: #24B224;
		-webkit-transform: rotate( -45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate( -45deg);
		height: 1px;
		top: 50%;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.header .header__wrapper .header__nav .topNav .menu-item-has-children>a:after {
		content: '';
		position: absolute;
		right: -23px;
		width: 10px;
		height: 1px;
		background-color: #24B224;
		-webkit-transform: rotate( 45deg);
		-ms-transform: rotate(45deg);
		transform: rotate( 45deg);
		top: 50%;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.showSubMenu>a:after {
		-webkit-transform: rotate( -45deg)!important;
		-ms-transform: rotate(-45deg);
		transform: rotate( -45deg)!important;
	}
	.showSubMenu>a:before {
		-webkit-transform: rotate( 45deg) !important;
		-ms-transform: rotate(45deg);
		transform: rotate( 45deg) !important;
	}
	.header .header__wrapper .header__nav--tablet .topNav>li {
		border-bottom: 1px solid #ccc;
		padding: 9px 0px;
		margin-bottom: 0px;
	}
	.header .header__wrapper .header__nav--tablet .topNav>li:first-child {
		border-top: 1px solid #ccc;
	}
	.header .header__wrapper .header__nav--tablet .topNav>li>a {
		position: relative;
	}
}

.contactBtn-mob {
	background: linear-gradient( 245deg, #24B224 0, #1d741e 100%);
	width: 139px;
	height: 39px;
	display: block;
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	margin-top: 18px;
	font-weight: 600;
}

.awsm-job-form-inner {
	position: relative;
}

@media (min-width: 769px) {
	.awsm-success-message {
		position: absolute;
		bottom: -65px;
	}
}