/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a,button{
	color:inherit;
	text-decoration: none;
	display: inline-block;
}
a:hover , button:hover{
	color:inherit;
	text-decoration: none;
}
ul, li{
	list-style: none;	
}

input, textarea, select, button{
	font-family: inherit;
}
	
body{
	overflow-x:hidden ;
/*	font-family: "Poppins", sans-serif;*/
	font-family: 'Roobert';
	 scroll-behavior: smooth;
}

img{
	max-width: 100%;
	object-fit: cover;
}

.container{
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
}
.container-fluid{
	max-width: 100%;
	width:100%;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.d-flex{
	display: flex;
}
.justify-between{
	justify-content: space-between;
}
.items-center{
	align-items: center;
}
.text-center{
	text-align: center;
}
.grid{
	display: grid;
}
.grid-2{
	grid-template-columns: repeat(2, 1fr);
}
.grid-3{
	grid-template-columns: repeat(3, 1fr);
}
.grid-4{
	grid-template-columns: repeat(4, 1fr);
}
.siteHeader{
	padding: 34px 0;
}
.siteHeader .menu ul{
	display: flex;
}
.siteHeader .menu ul li a{
	display: inline-block;
	font-size: 24px;
	padding: 0 25px;
}
.siteHeader .menu ul li:last-child a{
	padding-right: 0;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 20px 0;
    transition: 0.35s;
    box-shadow: 0 0  10px #ccc;
}
.siteHeader.fixed-header .menu ul li a{
		font-size: 20px;
}
.fixed-header .logo .image img{
	max-width: 230px;
}
.heroBanner {
	position: relative;
}
.heroBanner .text{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width:100%;
}
.heroBanner .text h1{
	font-size: 65px;
	line-height: 71px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 46px;
}
.heroBanner .text h1 span{
	display:block;
	font-weight: 400;
	padding-top: 20px;
}
.heroBanner .text p{
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
	max-width: 750px;
	margin: 0;
	color: #fff;
}
.heroBanner .image img {
    display: block;
}
.teamBlock {
	position: relative;
	margin-top: -70px;
	z-index: 99;
}
.teamBlock .item{
	padding: 37px 50px 37px 50px;
	box-shadow: 0px 31.49px 50.39px 0px #0000001A;
	background: #fff;
}	
.teamBlock .item .image{
	margin-bottom: 12px;
}
.teamBlock .item .text h3{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
	margin-block: 18px;	
	margin-top: 0;	
}
.teamBlock .item .text p{
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5;
}
.servicesBlock{
	padding: 80px 0;
}
.servicesBlock .heading{
	margin-bottom: 100px;
}
.heading h6{
	text-transform: uppercase;
	color: #1AE5A1;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}
.heading h2{
	font-size: 42px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 0;
}
.servicesBlock .item {
    max-width: 33.33%;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.35s;
}
.servicesBlock .item:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px	;
	right: 15px;
	height: 219px;
	background: linear-gradient(180.19deg, rgba(0, 0, 0, 0) 9.21%, #000000 99.83%);
	z-index: 1;
	height: 100%;

}
.servicesBlock .item .text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;	
	z-index: 2;
}
.servicesBlock .item .text h3{
	font-size: 33px;
	color: #FFFFFF;
	font-weight: 600;
	padding-bottom: 35px;
	padding-left:25px; 

}

.servicesBlock .item:hover .text{
	opacity: 0;
	transition: 0.35s;
}
.servicesBlock .item:hover .textDis{
	transform: translateY(0);
	transition: 0.35s;
}
.servicesBlock .item  .textDis {
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 25px;
    transform: translateY(100%);
    transition: 0.35s;
}
.servicesBlock .item  .textDis h3{
	font-size: 33px;
	color: #FFFFFF;
	font-weight: 600;
	padding-bottom: 20px;
	padding-left:0; 

}
.servicesBlock .item  .textDis p{
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
}

.servicesBlock .row{
	justify-content: center;
}

.quoteBlock{
	background: #3C3C3C;
	padding: 40px 0;	
}
.quoteBlock .container{
	position: relative;
}

.quoteBlock .text h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
}
.quoteBlock .text p{
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #fff;
}
.quoteBlock .text form{
	background: #fff;
	padding: 36px 34px 30px;
	border-radius: 4px;
	position: relative;
	z-index: 9;
}
.quoteBlock .text form .form-group label {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
    font-weight: 400;
}
.quoteBlock .text form .form-group{
	margin-bottom: 18px;
}
.quoteBlock .text form .form-group input, .quoteBlock .text form .form-group textarea, .quoteBlock .text form .form-group select{
	display: block;
	padding: 15px 20px;
	border: 1px solid #00000033;
	border-radius: 2px;
	font-size: 18px;
	line-height: 21px;
	width: 100%;
}
.quoteBlock .text form .form-group textarea{
	resize: none;
	height: 62px;
}
.quoteBlock .text form .form-cta input{
	display: block;
	width: 100%;
	background: #2AE8A8;
	border:1px solid #2AE8A8;
	font-size: 22px;
	font-weight: 600;
	font-weight: 600;
	padding: 18px;
}
.quoteBlock .row{
	align-items: center;
}
.quoteBlock .item {
    width: 60%;
}
.quoteBlock .text {
    width: 40%;
}

.quoteBlock .item .image {
    position: absolute;
    top: 80%;
    transform: translateY(-80%);
    z-index: 1;
    width: 100%;
    left: 0;
    max-width: 910px;
}
.testimonialBlock{
	padding: 217px 0 210px;
}
.testimonialBlock .grid{
	grid-gap: 30px;
	position: relative;
	margin-top: 67px;
}
.testimonialBlock .grid::after {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    z-index: -1;
    background: linear-gradient(175.74deg, rgba(42, 232, 168, 0) 11.11%, rgba(42, 232, 168, 0.12) 86.17%);
}
.testimonialBlock .item{
	padding: 50px 56px;
	background: #fff;
	box-shadow: 0px 34px 67px 0px #00000012;
}

.siteFooter{
	background: #3C3C3C;
	padding: 100px 0 40px;
}
.siteFooter .footer-row{
	padding-bottom: 60px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
}
.siteFooter .row {
	flex-wrap: wrap;
	justify-content: flex-end;
}
.siteFooter .row .footer-logo{
	width: 20%;
}
.siteFooter .row .footer-menu{
	width: 80%;
	text-align: right;
}
.siteFooter .row .footer-menu h3{
	color: #fff;
	font-size: 43px;
	line-height: 53px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.siteFooter .row .footer-menu  .row{
	justify-content: flex-end;
	max-width: 990px;
	margin-left: auto;
}
.siteFooter .row .footer-menu .item {
    width: 22%;
    text-align: left;
}
.siteFooter .row .footer-menu .item h4{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	line-height: 1.3;
}
.footer-menu ul li a{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	padding: 0 0;
	opacity: 0.8;
}
.footer-menu ul li:last-child a{
	padding-right: 0;
}
.siteFooter .copyright p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-size: 400;
}
.getinounchBlock {
    position: relative;
}
.getinounchBlock .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    background: #2AE8A8;
    padding: 50px 52px;
    box-shadow: 0px 8px 14px 0px #00000012;
}
.getinounchBlock .text h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}
.getinounchBlock .text h3 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 14px;
}
.getinounchBlock .text .contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.getinounchBlock .text .contact-row  .item {
    display: grid;
    grid-template-columns: 28px 1fr;
    grid-gap: 15px;
}
.getinounchBlock .text .contact-row  .item  p{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 4px;
	font-weight: 500;
}
.getinounchBlock .text .contact-row  .item  a{
	display: inline-block;
	font-size: 16px;
}
.testimonialSlider .item .text .dics p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom:0;
}
.testimonialSlider .item .text .dics{
	margin-bottom: 60px;
}
.testimonialSlider .item .text  .inner-grid {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 30px;
    align-items: center;
}
.testimonialSlider .item .text .inner-grid .user-name h4{
	font-size: 18px;
}
.testimonialSlider .item .text .inner-grid .user-name p {
    font-size: 15px;
}
.testimonialSlider .item .dics{
	position: relative;
	padding: 0 23px;
}

.testimonialSlider .item .dics::before {
    content: '';
    position: absolute;
    background: url(../image/quote1.png);
    width: 26px;
    height: 26px;
    top: -6px;
    left: -10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonialSlider .item .dics::after {
    content: '';
    position: absolute;
    background: url(../image/quote2.png);
    width: 26px;
    height: 26px;
    bottom: -6px;
    right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.faqItem{
	padding-top: 89px;
}
.faqItem{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.faqItem .eachFaq {
    background: #F7F7F7;
    padding: 20px;
    border-left: 2px solid #1AE5A1;
}


.faqItem h4{ 	
  	position: relative;
  	font-size: 22px;
  	font-weight: 500;
  	line-height: 28px;
}
.eachFaq.close h4:before{ 
  content: '+'; 
  width: 20px; height: 20px;
  position: absolute;
  top: 0; right: 0;
}
.eachFaq.open h4:before{ 
  content: '-'; 
  width: 20px; height: 20px;
  position: absolute;
  top: 0; right: 0;
}
.accordion-content{
    font-size: 16px;
    margin-top: 20px;
}
.faqBlock{
	padding: 120px 0 150px;
}
.menuActive{
	overflow: hidden;
}
.getinounchBlock{
	padding-top: 100px;
}
.servicesBlock .item .image img{
	width: 100%;
}
#video {
    height: 570px;
}
.getinounchBlock .video {
    position: relative;
}
.getinounchBlock .video  .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-80%, -50%);
}

.getinounchBlock .video  .play-button-wrapper svg{
	cursor: pointer;
	width: 70px;
}