@charset "utf-8";
/* CSS Document by T-Digital*/
/*-----------------------------------------*/
@font-face{
	font-family: 'OCRAStd';
	src: url('/font/OCRAStd.otf');
}

@font-face {
    font-family: "Calibri";
    font-weight: bold;
    font-style: normal;
    src: url("/font/Calibri-Bold.woff2") format("woff2"); 
}

@font-face {
    font-family: "Bebas";
    font-weight: bold;
    font-style: normal;
    src: url("/font/bebasneuebold.woff2") format("woff2"); 
}

@font-face {
    font-family: "Calibri";
    font-weight: normal;
    font-style: normal;
    src: url("/font/Calibri.woff2") format("woff2"); 
}
/*-----------------------------------------*/


* {
	font-family: 'Calibri';
	font-weight: normal;
}


.logo img {
	width: 300px;
}

ul {
	margin-bottom: 0;
	padding-left: 0;
}
a {
	outline: none;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
	color: initial;
}


@media (min-width: 1240px) {
	.container {
		max-width: 1200px;
	}
}

input, button, textarea {
	outline: none;
}

.ajax-loader,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.sandwich {
	display: none;
	width: 30px;
	height: 20px;
	position: relative;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 101;
}
.sandwich span {
	width: 100%;
	position: absolute;
	height: 2px;
	border-radius: 10px;
	background-color: #000;
	transition: all 0.3s ease;
}
.sandwich span:first-of-type {
	top: 0;
}
.sandwich span:last-of-type {
	bottom: 0;
}
.sandwich.active span:first-of-type {
	top: 9px;
	transform: rotate(45deg);
}
.sandwich.active span:nth-of-type(2) {
	opacity: 0;
}
.sandwich.active span:last-of-type {
	bottom: 9px;
	transform: rotate(-45deg);
}




header {
	padding: 50px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

header .row {
	justify-content: space-between;
	align-items: center;
}

header .logo {
	display: flex;
	align-items: center;
}

header ul nav {
	display: flex;
	align-items: center;
}
header ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

header ul a {
	padding: 15px 40px;
	color: #000000;
	font-size: 20px;
	border: 3px solid transparent;
	border-radius: 50px;
	margin-left: 40px;
	display: block;
}

header ul a:hover {
	color: #009999;
	border-color: #009999;
}




.main {
	padding-top: 330px;
	background: url('/img/main-bg.png') center top no-repeat;
	background-size: cover;
	position: relative;
}
.main:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 50%);
}
.main .title {
	text-align: center;
	font-size: 80px;
	line-height: 0.9;
	margin-bottom: 10px;
	font-family: 'Bebas';
	font-weight: bold;
}
.main .subtitle {
	text-align: center;
	font-size: 55px;
	color: #009999;
	line-height: 0.9;
	margin-bottom: 40px;
	font-family: 'Bebas';
	font-weight: bold;
}
.main .description {
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
}

.main-elements {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.main-element {
	display: flex;
	align-items: center;
	margin: 0 25px;
}
.main-element-text {
	font-size: 20px;
}
.main-element img {
	margin-right: 15px;
}
.main-bottom {
	display: flex;
	justify-content: center;
	margin-top: 200px;
}
.main-bottom img {
	cursor: pointer;
}



.services-wrapper {
	border: 3px solid #000;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 40px;
	padding-bottom: 50px;
}

.services-wrapper .title {
	font-size: 28px;
	background-color: #fff;
	width: 300px;
	text-align: center;
	position: relative;
	bottom: 23px;
}

.services-wrapper-items {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	padding-top: 20px;
}

.services-wrapper-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.services-wrapper-item:first-of-type:after {
	content: '';
	width: 104px;
	border: 1px dashed #000;
	position: absolute;
	top: 25%;
	left: calc(100% + 30px);
}
.services-wrapper-item:nth-of-type(2):after {
	content: '';
	width: 104px;
	border: 1px dashed #000;
	position: absolute;
	top: 25%;
	left: calc(100% + 30px);
}
.services-wrapper-item img {
	margin-bottom: 20px;
}
.services-wrapper-item .text {
	text-align: center;
	line-height: 1.3;
}


.team {
	display: none;
	margin-top: 100px;
	/* background: url('/img/our-team-bg.png') center no-repeat; */
	/* background-size: cover; */
	/* padding-bottom: 100px; */
}

.team .title {
	margin-bottom: 70px;
	text-align: center;
	text-shadow:0px 1px 0 rgb(0,0,0),0px -1px 0 rgb(0,0,0),1px 0px 0 rgb(0,0,0),-1px 0px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0);
	-webkit-text-shadow:0px 1px 0 rgb(0,0,0),0px -1px 0 rgb(0,0,0),1px 0px 0 rgb(0,0,0),-1px 0px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0);
	-moz-text-shadow:0px 1px 0 rgb(0,0,0),0px -1px 0 rgb(0,0,0),1px 0px 0 rgb(0,0,0),-1px 0px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0);
	font-size: 65px;
	color:rgb(255, 255, 255);
	font-family: 'Bebas';
}
.team .team-slider {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.team .team-slider img {
	max-width: 200px;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 50%;
}
.team .team-slider .slider-item {
	outline: none;
	margin: 0 0.5%;
	margin-bottom: 20px;
	width: 19%;
	background-color: #0e233e;
	color: #fff;
	padding: 15px;
	border-radius: 10px;-webkit-box-shadow: 7px 10px 24px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 10px 24px -10px rgba(0,0,0,0.75);
	box-shadow: 7px 10px 24px -10px rgba(0,0,0,0.75);

}
.team .team-slider .detail {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.team .team-slider .status {
	font-weight: 400;
	font-size: 14px;
	min-height: 50px;
}
.team .slick-track {
	display: flex;
	align-items: center;
}
.slick-next:before,
.slick-prev:before {
	display: none;
}

.slick-next,
.slick-prev {
	height: 35px;
	width: 15px;
	background: url('/img/sprit2.png') -6px center no-repeat;
	background-size: cover;
	top: -40px;
	z-index: 1;
}
.slick-next {
	right: 15px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: url('/img/sprit2.png') -71px center no-repeat;
	background-size: cover;
}

.slick-prev {
	transform: rotate(180deg);
	left: unset;
	right: 100px;
	top: -56px;

}


.contact {
	margin-top: 100px;
	background-color: #0e233e;
	padding: 50px 0;
	/* background-image: url('/img/contact-bg.jpg');
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat; */
	position: relative;
}
.contact:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
	height: 60%;
	background: url('/img/contact-bg.png') right bottom no-repeat;
	background-size: contain;
	opacity: 0.3;
}
.contact:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 60%;
	background: url('/img/contact-bg-left.png') left top no-repeat;
	background-size: contain;
	opacity: 0.3;
}
.contact .container {
	position: relative;
	z-index: 1;
}
.contact .title {
	/* font-size: 42px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 50px; */
	background-color: #00E48D;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-family: 'Bebas';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 45px;
	margin-bottom: 75px;
	letter-spacing: 2px;
}
.contact-img img {
	width: 100%;
}
.contact-wrapper {
	display: flex;
}
.contact-wrapper .telephone,
.contact-wrapper .email {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 25px;
}
.icon {
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.1);
	box-shadow: 0 20px 40px rgba(0,0,0,.1);
}
.icon img {
	max-width: 50px;
	height: auto;
}
.telephone-link {
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	font-size: 20px;
}
.email a {
	color: #0c9f97;
	font-size: 20px;
	margin-top: 15px;
	font-weight: normal;
}
.contact p {
	padding: 0 25px;
	margin-top: 25px;
	font-size: 20px;
	color: #fff;
}
.contact p a {
	color: #0c9f97;
	white-space: nowrap;
}
.contact-wrapper-items {
	display: flex;
	justify-content: center;
	flex-direction: column;
}


.questions {
	margin-top: 100px;
	margin-bottom: 80px;
}
.questions .title {
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 20px;
	text-align: center;
}
.questions .description {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
.questions form {
	margin-top: 60px;
	position: relative;
}
.questions form p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.questions form span {
	width: 32%;
}
.questions form input {
	width: 100%;
	color: #000;
	font-size: 18px;
	border: 2px solid #cccccc;
	padding: 20px 20px 16px 20px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.questions form input::placeholder {
	color: #000;
}

.questions form textarea {
	border: 2px solid #cccccc;
	padding: 20px;
	width: 100%;
	max-height: 200px;
}
.questions form textarea::placeholder {
	color: #000;
} 
.questions form span.your-message {
	width: 100%;
}
.questions form input[type="submit"] {
	background-color: #fff;
	border-radius: 50px;
	color: #66cc99;
	border: 3px solid #66cc99;
	transition: all 0.3s ease;
	text-align: center;
	display: block;
	z-index: 1;
	position: relative;
}
.questions form input[type="submit"]:before {
	content: '';
}
.form-button {
	position: relative;
	max-width: 220px;
	margin: auto;
	bottom: 60px;
}
.form-button:before {
	content: '';
	width: 120%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -10%;
	background-color: #fff;
}
.questions form input[type="submit"]:hover {
	background-color: #66cc99;
	color: #fff;
}
div.wpcf7-mail-sent-ok {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 76%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.9);
	border: none;
}


footer {
	padding: 65px 0;
}
.footer-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-wrapper p {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.sandwich {
	display: flex;
}
header nav {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	transition: all 0.3s ease;
	transform: translateX(-105%);
	padding-top: 60px;
}
header nav ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
header nav ul a {
	font-size: 24px;
	margin-bottom: 20px;
}


.new-services {
	background-color: #0e233e;
	padding: 100px 0;
	margin-top: 50px;
	padding-bottom: 110px;
	position: relative;
	
}

.new-services .container {
	position: relative;
	z-index: 1;
}
.new-services:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('/img/what-grid.svg') center center no-repeat;
	background-size: contain;
	opacity: 1;
}
.new-services:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/img/what-do-bg.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
}

.new-services .title {
	font-size: 100px;
	text-align: center;
	text-shadow:0px 1px 0 #00E48D,0px -1px 0 #00E48D,1px 0px 0 #00E48D,-1px 0px 0 #00E48D,1px 1px 0 #00E48D,1px -1px 0 #00E48D,-1px 1px 0 #00E48D,-1px -1px 0 rgb(0,0,0);
	-webkit-text-shadow:0px 1px 0 #00E48D,0px -1px 0 #00E48D,1px 0px 0 #00E48D,-1px 0px 0 #00E48D,1px 1px 0 #00E48D,1px -1px 0 #00E48D,-1px 1px 0 #00E48D,-1px -1px 0 #00E48D;
	-moz-text-shadow:0px 1px 0 #00E48D,0px -1px 0 #00E48D,1px 0px 0 #00E48D,-1px 0px 0 #00E48D,1px 1px 0 #00E48D,1px -1px 0 #00E48D,-1px 1px 0 #00E48D,-1px -1px 0 #00E48D;
	font-size: 65px;
	color:#0e233e;
	font-family: 'Bebas';
	margin-bottom: 40px;
}

.new-services .items {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.new-services .items .item{
	width: 31%;
	margin-right: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(14, 35, 62, 0.8);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	height: 180px;
	padding: 13px;
	margin-bottom: 2%;
}
.new-services .items .item:nth-of-type(3n) {
	margin-right: 0;
}
.new-services .items .item .item-inner {
	font-size: 26px;
	border-radius: 5px;
	border: 1px dotted #00E48D;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 1199px) {
	header ul a {
		font-size: 17px;
		padding: 10px 20px;
		margin-left: 30px;
	}
	header .logo img {
		max-width: 80%;
	}
	.main {
		padding-top: 250px;
	}
	.main-bottom {
		margin-top: 120px;
	}
	.questions {
		margin-top: 170px;
	}
	.services-wrapper-item .text {
		max-width: 220px;
	}
	.services-wrapper-item .text br {
		display: none;
	}
	.services-wrapper-item:nth-of-type(2):after,
	.services-wrapper-item:nth-of-type(1):after {
		left: 100%;
	}
	.team .team-slider .status {
		font-size: 12px;
	}
	.team .team-slider .detail {
		font-size: 22px;
	}
	.telephone-link {
		font-size: 18px;
	}
	.email a {
		font-size: 18px;
	}
	.contact p {
		font-size: 18px;
	}
	.new-services .items .item .item-inner {
		font-size: 23px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	header ul a {
		font-size: 16px;
		padding: 6px 17px;
		margin-left: 20px;
	}
	.main .title {
		font-size: 50px;
	}
	.main .subtitle {
		font-size: 34px;
	}
	.main .description {
		font-size: 16px;
	}
	.main-element-text {
		font-size: 14px;
	}
	.services-wrapper-items {
		flex-wrap: wrap;
	}
	.services-wrapper-item {
		width: 40%;
	}
	.services-wrapper-item:nth-of-type(2):after, .services-wrapper-item:nth-of-type(1):after {
		display: none;
	}
	.logo img {
		width: 200px;
	}
	
	.contact-wrapper .telephone {
		margin-bottom: 15px;
	}
	.contact-img {
		display: flex;
		align-items: center;
	}
	.contact .title,
	.new-services .title {
		padding: 5px 0 3px;
		font-size: 40px;
	}
	.new-services {
		padding: 40px 0;
	}
	.new-services .items .item {
		height: 160px;
	}
	/*
	.contact .title, .new-services .title {
		font-size: 60px;
	}
	*/
	.new-services .items .item .item-inner {
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media (max-width: 767px) {
	.contact-img img {
		width: 60%;
		margin: 0 auto 30px;
	}
	.contact-wrapper {
		flex-direction: column;
	}
	header nav ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: unset;
		height: unset;
	}
	.services-wrapper-item {
		margin-bottom: 30px;
	}
	.questions .description br {
		display: none;
	}
	.logo img {
		width: 330px;
	} 
	.team .team-slider .slider-item {
		width: 31%;
		margin-right: 1.8%;
	}
	.team .team-slider {
		justify-content: flex-start;
	}
	.team {
		margin-top: 60px;
	}
	.team .title {
		margin-bottom: 20px;
	}
	.new-services .items .item {
		width: 48%;
	}
	.new-services .items .item:nth-of-type(2n) {
		margin-right: 0;
	}
	.new-services .items .item:nth-of-type(3n) {
		margin-right: 2%;
	}
	.new-services:before {
		display: none;
	}
	.new-services:after {
		background-size: cover;
	}
}

@media (max-width: 599px) {
	.main {
		padding-top: 210px;
	}
	.main .title {
		font-size: 40px;
	}
	.main .subtitle {
		font-size: 26px;
	}
	.main .description {
		font-size: 15px;
		line-height: 1.5;
	}
	.services-wrapper-items {
		flex-direction: column;
		align-items: center;
	}
	.services-wrapper {
		padding-bottom: 20px;
	}
	.questions .title {
		font-size: 32px;
	}
	.questions {
		margin-top: 120px;
		margin-bottom: 0;
	}
	.questions .description {
		font-size: 16px;
		line-height: 1.3;
	}
	.questions form span {
		width: 100%;
	}
	.questions form input,
	.questions form textarea
	 {
		font-size: 16px;
		padding: 10px;
	}
	.form-button {
		bottom: 50px;
	}
	.services-wrapper-item .text {
		max-width: 100%;
	}
	.services-wrapper-item {
		width: 60%;
	}
	/* .team .slider-item {
		display: flex;
		flex-direction: column;
		align-items: center;
	} */
	.team .title {
		font-size: 55px;
	}
	.slick-prev {
		right: calc(50% + 60px);
	}
	.slick-next {
		right: calc(50% - 60px);
	}
	div.wpcf7-mail-sent-ok {
		height: 90%;
	}
}

@media (max-width: 575px) {
	.container {
		width: 92%;
	}
}

@media (max-width: 500px) {
	.container {
		width: 92%;
	}
	.main .title {
		font-size: 30px;
	}
	.main .subtitle {
		font-size: 21px;
	}
	.main .description {
		font-size: 14px;
	}
	.main-elements {
		flex-direction: column;
	}
	.main-element {
		margin: 15px 0;
	}
	.logo img {
		width: 270px;
	}
	.team .team-slider .slider-item {
		width: 46.5%;
		margin-right: 3%;
	}
	.new-services .items .item {
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
}

@media (max-width: 380px) {
	.container {
		width: 92%;
	}
	.main .title {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.main .subtitle {
		font-size: 18px;
	}
	.main .description {
		font-size: 13px;
	}
	.main-elements {
		flex-direction: column;
	}
	.main-element {
		margin: 15px 0;
	}
	.main-element-text {
		font-size: 13px;
	}
	.main-element img {
		max-width: 26px;
	}
	.services-wrapper .title {
		font-size: 23px;
		bottom: 50px;
	}
	.services-wrapper-item {
		width: 80%;
	}
	.services-wrapper-item img {
		max-width: 70px;
	}
	.questions .title {
		font-size: 23px;
	}
	.questions .description {
		font-size: 14px;
	}
	.services {
		padding-top: 30px;
	}
	.form-button {
		bottom: 0;
	}
	.logo img {
		width: 220px;
	}
}



