.clear {
    clear: both;
}
body {
    opacity: 0;
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-duration: 1.2s;
    transition-property: opacity,transform;
}
body.aos-animate {
    opacity: 1;
}
/*header*/
.wrap-content {
	padding-top:110px;
}
header >.container {  
}
.question-phone {
	float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-top:12px;
	margin-left:45px;
	margin-right:35px;
}
.question-phone .left {
	margin-right:11px;
}
.question-phone p {
	margin:0;
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	color: #4157A5;
}
.question-phone a {
	display:block;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #3D3D3D;
}
.right-header {
	float: left;
    display: flex;
	margin-top:6px;
}
.right-header .box-search {
	margin-left:12.5px;
}
.right-header .box-search,
.right-header .box-language {
	margin-right:24px;
}
/*banner*/ 
.banner {
	min-height:655px;
	position:relative;
	padding-bottom:110px;
} 
.inner-banner {
	max-width:840px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.inner-banner span {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 700;
	font-size: 150px;
	line-height: 150px;
	text-align: center; 
	color: #EFF3F8;
}
.inner-banner h1 {
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 97px;
	text-align: center; 
	color: #2A3457; 
	margin: -60px 0 0 0;
}
.inner-banner p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;  
	text-align: center; 
	color: #2A3457;
}
.inner-banner ul {
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
	align-items:center;
}
.inner-banner ul li {
	list-style:none;
	margin:0 10px;
}
.inner-banner ul li svg {
	margin-top:3px;
}
/*section-about*/
.section-about {
	position:relative;
	margin-top: -110px;
    padding-top: 110px;
    min-height: 667px; 
}
.section-about:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:4px;
	background: linear-gradient(283.42deg, #4157A5 0%, #06836D 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-clip-path: ellipse(80% 60% at 50% 60%);
    clip-path: ellipse(80% 60% at 50% 60%);
}
.section-about .inner {
	position:relative;
	z-index:9;
	display:flex;
}
.section-about .inner .left {
	max-width:515px;
	width:100%;
	margin-right:60px;
	position:relative;
}
.section-about .inner .left img {
	border-radius: 30px 30px 0px 30px;
}
.section-about .inner .left .project-item {
	background: #FEC62C;
	border-radius: 58px 58px 0px 58px;
	padding: 40px 40px 40px 42px;
	position: absolute;
    bottom: 4px;
    right: 0;
}
.section-about .inner .left .project-item p {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px; 
	color: #FFFFFF;
	margin-bottom:29px;
}
.section-about .inner .left .project-item p:last-child {
	margin-bottom:0;
}
.section-about .inner .left .project-item p span {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 24px;  
	color: #FFFFFF; 
	display:inline-block;
    margin-bottom: 10px;
}

.section-about .inner .right {
	width:calc(100% - 575px); 
}
.section-about .right >span {
	font-family: 'Caveat';	
	font-style: normal;
	font-weight: 700;
	font-size: 150px;
	line-height: 150px; 
	color: rgba(233, 239, 244, 0.08);
}
.section-about .right >h3 {
	font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    color: #FFFFFF;
    margin-top: -45px;
	margin-bottom:45px;
}
.wrap-tab ul {
	margin:0;
	padding:0;
	display: inline-flex;
	align-items:center;
	background:#388691;
	border-radius: 30px;
}
.wrap-tab ul li {
	list-style:none;
	line-height:50px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px; 
	display: flex;
	align-items: center;
	text-align: center; 
	color: #FFFFFF;
	margin-right:20px;
	padding:0 40px;
	border-radius: 30px;
	cursor:pointer;
}
.wrap-tab ul li.active {
	background: #FFFFFF;
	border-radius: 30px;
	color:#06836D; 
}
.wrap-tab ul li:last-child {
	margin-right:0;
}
.wrap-content-tab {
	padding-top:30px;
}
.wrap-content-tab .content-tab,
.list-thumb-tab .item-thumb {
	display:none;
}
.wrap-content-tab .content-tab.active,
.list-thumb-tab .item-thumb.active {
	display:block;
}
.wrap-content-tab h3{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top:0; 
	margin-bottom:15px;
}
.wrap-content-tab p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px; 
	color: #FFFFFF;
}
/**/

.section-qc .slick-prev:before,
.section-qc .slick-next:before	{ 
	display:none;
}

.section-qc .flex-control-nav {
    display:none;    
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
    display:none;    
}

 .flexslider:hover .flex-direction-nav .flex-next,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev { 
    font-size: 0;
}
.section-qc {
	background: #FFFFFF;
	box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.12);
	border-radius: 0px 0px 62.0995px 62.0995px; 
    padding: 79px 0;
	/*min-height:220px;
	display:flex;
	align-items:center;*/
}
 
.section-qc .inner .icon{ 
   /* padding:0 20px; */
}
.section-qc img {
	filter: grayscale(100%);
	cursor:pointer;
	 
}
.section-qc img:hover {
	filter: grayscale(0%);
}
/*section-services*/
.section-services .top-services .container >span.text-opacity {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 700;
	font-size: 150px;
	line-height: 189px;
	text-align: center; 
	color: #EFF3F8;
	display:block; 
}
.section-services .top-services .container >h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 54px;
	line-height: 65px;
	text-align: center; 
	color: #2A3457; 
	margin-top:-75px;
	margin-bottom:60px;
}
.section-services .button-tab-services {
	margin:0;
	padding:0; 
}
.section-services .button-tab-services li {
	list-style:none;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2A3457;
	margin-right:50px;
	border-bottom:7px;
	cursor:pointer; 
}
.section-services .button-tab-services li span {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px; 
	color: #2A3457;
	display:block;
	margin-top:10px;
	padding-bottom:20px;
}
.section-services .button-tab-services li.slick-current {
	border-bottom:7px solid #FEC62C;
}
.section-services .button-tab-services li.slick-current span {
	color:#FEC62C;
}
.section-services .bottom-services {
	background: #ECF5FF;
	border-radius: 0px 0px 30px 30px; 
	padding:75px 0;
	min-height:562px;
}

.inner-item {
	display: inline-flex; 
	padding:40px 40px 80px 40px;
}
.bottom-services .style1 .left {
	display:flex; 
}
.bottom-services .style1 .left .left-in-left {
	max-width:409px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*background:#fff;
	border-radius:60px 0 60px 60px;
	box-shadow:0px 4px 14px rgba(0, 0, 0, 0.11);*/
}
.bottom-services .style1 .left .left-in-left img { 
    margin:0 auto;
    border-radius:60px 0 60px 60px;
    box-shadow:0px 4px 14px rgba(0, 0, 0, 0.11);
}
.list-img-big .item-img-big {
    display:none;    
}
.list-img-big .item-img-big:first-child {
    display:block;    
}



.bottom-services .tab3 .style1 .left .left-in-left {
	height:380px;
}
.bottom-services .style1 .left .right-in-left {
	width: 153px; 
    margin-left: 22px;
} 
.bottom-services .style1 .left .right-in-left .thumb {  
	margin-bottom:20px; 
	cursor: pointer;
	border-radius: 20px;
}
.bottom-services .style1 .left .right-in-left .thumb:last-child {
	margin-bottom:0;
}
.bottom-services .style1 .left .right-in-left img {
	display: block;
    margin: 0 auto; 
    height:122px;
    border-radius: 20px;
    box-shadow:0px 4px 14px rgba(0, 0, 0, 0.11);
}

.tab-content .left {
	width:595px;
	margin-right:60px;
}
.tab-content .right {
	width:calc(100% - 640px); 
}
.tab-content .right h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;  
	color: #2A3457;
	margin-top:0;
	margin-bottom:20px;
}
.tab-content .right ul {
	margin:0 0 27px 0;
	padding:0;
}
.tab-content .right a.btn {
	display: table;
    min-width: 255px; 
	margin-bottom:19px;
}
.tab-content .right a.btn:last-child {
	margin-bottom:0;
}
.tab-content .right ul li {
	list-style:none;
	position:relative;
	padding-left:22px;
	margin-bottom:12px;
	
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px; 
	color: #2A3457;
}
.tab-content .right ul li:before {
	content: '';
    position: absolute;
    top: 6px;
    width: 12px;
    left: 0;
    background: url(../images/tick.svg) top left no-repeat;
    height: 8px;
}
.bottom-services .tab-content {
	position:relative;
}
 
.tab2 .wrap-next-prev {
	width: calc(55% - 60px);
    position: absolute;
    right: 0;
	bottom:0;
}
.tab2 .wrap-next-prev ul {
	background: #4157A5;
    border-radius: 30.5px;
    display: inline-flex;
    padding: 17px 7px;
}
.tab2 .wrap-next-prev ul li {
	list-style:none;
	margin:0 12px;
	display:flex;
}
.tab1 .wrap-next-prev {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: 0 auto;
    text-align: center;
}
.tab1 .wrap-next-prev ul {  
    display: inline-flex;
    padding: 17px 7px;
    width: 280px;
    justify-content: space-between;
}
.tab1 .wrap-next-prev ul li {
	list-style:none;
	cursor:pointer;
}
.tab1 .slick-dots li { 
    width: 12px;
    height: 12px;
    margin: 0 9px;
    background: #FEC62C;
    border-radius: 50%;
}
.tab1 .slick-dots li button { 
    height: 12px;
    width: 12px; 
}
.tab1 .slick-dots li button:before { 
    line-height: 12px; 
    width: 12px;
    height: 12px; 
}
.tab1 .slick-dots li button:before {
    opacity: 1;
    color: transparent;
}
.tab1 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.tab1 .slick-dots { 
    bottom:0px;  
}
  
.slick-dots-container {
	width: 169px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}

.slick-dots-container > ul {
  padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0)!important;
  align-items: center;
  justify-content:center;
  bottom: unset;
  height: 100%;
}

.slick-dots-container > ul li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.25rem;
  background-color: #efd5d5;
  border: none;
  border-radius: 50%; 
}
.tab-content.tab3 .left{
    display: block;
    max-width: 440px;
    width: 100%;
	margin-right:110px;
}
.tab-content.tab3 .right {
    max-width:550px;
	width:100%; 
}
.bottom-services .tab-content.tab3 .style1 .left .left-in-left {
	width: inherit;
    max-width: inherit;
} 
.bottom-services .tab-content.tab3 .style1 .left .left-in-left img {
	margin:0 auto;
}
.bottom-services .tab-content.tab3 .style1 .left .right-in-left  {
	width: 100%;
    margin-left: 0; 
	margin-top:28px;
}
.bottom-services .tab-content.tab3 .style1 .left .right-in-left .slick-list {
	margin:0 -15px;
}

.bottom-services .tab-content.tab3 .style1 .left .right-in-left .thumb {
	margin:0 15px; 
}
.bottom-services .tab-content.tab3 .style1 .left .right-in-left .thumb:last-child {
	margin-bottom:20px;
}
.bottom-services .tab-content.tab3 .slick-next, 
.bottom-services .tab-content.tab3 .slick-prev {
	width:60px;
	height:60px;  
	border-radius:50%;
} 
.bottom-services .tab-content.tab3 .slick-next {
	background:url(../images/arrow-next.svg) center center no-repeat #06836D; 
}
.bottom-services .tab-content.tab3 .slick-prev {
	background:url(../images/arrow-prev.svg) center center no-repeat #06836D; 
}
.bottom-services .tab-content.tab3 .slick-next:before,
.bottom-services .tab-content.tab3 .slick-prev:before { 
	display:none;
}
 


  
/***section-references**/
.section-references  {
	padding:100px 0;
}
.section-references .inner-references {
	display:flex;
}
.section-references .inner-references .left {
	width:45%; 
	position:relative;
}
.section-references .inner-references .left .slick-track {
	margin-left:-60px!important;
}
.section-references .inner-references .left .slider-thumb .thumb{
	padding:0 5px;
}
.section-references .inner-references .left .slider-thumb .thumb img {
    border-radius:20px;    
}
.section-references .inner-references .right {
	width:55%;
}
.section-references .inner-references .right >span {
	font-style: normal;
	font-weight: 700;
	font-size: 150px;
	line-height: 150px;
	text-align: center; 
	color: #EFF3F8;
	font-family: 'Caveat';
}
.section-references .inner-references .right >h3 {
	font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    color: #2A3457;
    margin-top: -48px;
    padding-left: 62px;
	max-width:610px; 
}
.section-references .inner-references .wrap-slider-commentator {
	padding-left: 62px;
}
.section-references .inner-references .wrap-slider-commentator .inner >p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;  
	color: #2A3457;
	margin-top:0;
	margin-bottom:0;
}
.section-references .inner-references .wrap-slider-commentator .inner >h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px; 
	color: #FEC62C; 
	margin-top:0;
}
.section-references .inner-references .wrap-slider-commentator .commentator {
	padding-left:60px;
	padding-top:5px;
	background:url(../images/nhay.svg) top left no-repeat;
}
.section-references .inner-references .wrap-slider-commentator .commentator p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px; 
	color: #2A3457;
	margin-top:0;
}
.section-references .inner-references .wrap-slider-commentator .commentator span {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;  
	color: #2A3457; 
}
.section-references .inner-references .right .slick-dots {    
    padding-left: 50px;
	text-align:left;
	bottom:-45px;
}
.section-references .inner-references .right .slick-dots li.slick-active button:before {
	color:#EFF3F8;
}
.section-references .inner-references .right .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FEC62C;
}
.section-references .inner-references .right .slick-dots li button:before {
	font-size:10px;
}
.section-references .wrap-next-prev {
	position: absolute;
    top: 38%;
    right: -30px;
}
.section-references .wrap-next-prev ul {
	margin: 0;
    padding: 0;
    width: 61px;
    height: 122px;
    background: #FEC62C;
    border-radius: 30.5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}
.section-references .wrap-next-prev ul li {
	list-style:none;
	margin:15px 0;
	cursor:pointer;
}
/**********/  

/**section-statistical**/
.section-statistical >img {
	margin:0 auto;
	width:100%;
}
.section-statistical .top-statistical {
	background: #FEC62C; 
	min-height:327px;
	-webkit-clip-path: ellipse(80% 60% at 50% 60%);
    clip-path: ellipse(80% 60% at 50% 60%);
	padding-top:75px;
}
.section-statistical .top-statistical ul {
	margin:0;
	padding:0;
	display: flex;
    justify-content: center;
}
.section-statistical .top-statistical ul li {
	list-style:none; 
	margin:0 30px;
}
.section-statistical .top-statistical ul li span.number {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 700;
	font-size: 140px;
	line-height: 140px; 
	color: #FFFFFF; 
	opacity: 0.24;
	padding-right:20px;
}
.section-statistical .top-statistical ul li .wrap-count {
	font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: -35px;
    padding-left: 55px;
}
.section-statistical .top-statistical ul li .wrap-count span { 
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    margin-top: 12px;
}
.section-statistical .top-statistical ul li .wrap-count span sub {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px; 
	color: #FFFFFF;
}
.section-statistical .top-statistical .inner-count {
    display: flex;
    align-items: center;
}
.section-statistical .top-statistical .inner-wrap-count {
    display: flex;
    align-items: flex-end;    
}
.section-statistical .top-statistical .inner-wrap-count sub {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

/*section-contact*/
.section-contact {
	background:#2A3457;
	padding-bottom:65px; 
	padding-top:100px;
	position:relative;
	z-index:9;
}
.section-contact .wrap-contact {
    background: #06836D;
    border-radius: 30px;
	display:flex;
	margin-top:-280px;
}	
.section-contact .wrap-contact .left {
    padding: 40px 0 40px 40px;
    display: flex;
    width: calc(100% - 395px);
}
.section-contact .wrap-contact .left .left-in-left {
    width: calc(100% - 334px);
	padding-right:60px;
}
.section-contact .wrap-contact .left .right-in-left {
    width: 334px;
}
.section-contact .wrap-contact .left .left-in-left span {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 700;
	font-size: 150px;
	line-height: 150px;
	text-align: center; 
	color: rgba(233, 239, 244, 0.13);
}
.section-contact .wrap-contact .left .left-in-left h3 {
	font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    color: #FFFFFF;
    margin-top: -50px;
    padding-left: 50px;
	max-width: 345px;
	margin-bottom:40px;
}
.section-contact .wrap-contact .left .left-in-left p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;  
	color: #FFFFFF;
	padding-left: 50px;
}
.section-contact .wrap-contact .left .right-in-left input,
.section-contact .wrap-contact .left .right-in-left textarea,
.section-contact .wrap-contact .left .right-in-left select	{
	line-height:52px;
	font-style: normal;
	font-weight: 400;
	font-size: 15px; 
	color: #FFFFFF;
	border:none;
	border-bottom:1px solid #fff;
	background:transparent;
	width:100%;
	margin-bottom:10px;
	outline:none;
}
.catpchar.item-field label,
.wpcf7 form .wpcf7-response-output{ 
	font-style: normal;
	font-weight: 400;
	font-size: 15px; 
	color: #FFFFFF;  
	margin-bottom:10px; 
}


.section-contact .wrap-contact .left .right-in-left select {
	height:52px;
}
.section-contact .wrap-contact .left .right-in-left select option {
	background:#ccc;
}
.section-contact .wrap-contact .left .right-in-left input::placeholder,
.section-contact .wrap-contact .left .right-in-left textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.section-contact .wrap-contact .left .right-in-left input:-ms-input-placeholder , /* Internet Explorer 10-11 */
.section-contact .wrap-contact .left .right-in-left textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.section-contact .wrap-contact .left .right-in-left input::-ms-input-placeholder, /* Microsoft Edge */
.section-contact .wrap-contact .left .right-in-left textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}


.section-contact .wrap-contact .left .right-in-left textarea {
	height:134px; 
	line-height:25px;
}
.section-contact .wrap-contact .left .right-in-left input.btn {
    border: none;
    width: auto;
    padding: 0 20px!important;
    background: #fff!important;
    color: #06836D!important;
}
.section-contact .wrap-contact .right {
	width:395px;	
	position:relative;
}
.section-contact .wrap-contact .right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #06836D 0%, rgba(6, 131, 109, 0) 100%);
}
.section-contact .wrap-contact .right img {
	border-radius:0 30px 30px 0;
}
/*footer*/
footer {
	background:#2A3457;
	padding-bottom:80px;
}
footer >.container {
	display:flex;
}
footer .left {
	max-width:490px;
	width:100%;
}
footer .left svg path {
	fill:#fff;
}
footer .right {
	width:calc(100% - 490px);
}
footer .right >h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px; 
	color: #FFFFFF; 
	margin-bottom:60px;
	margin-top:0;
}
footer .right >h3 p {
	margin:0;
	padding:0;
}
footer .right  ul {
	margin:0;
	padding:0;
	display:flex;
}
footer .right ul:last-child {
	margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
}
footer .right  ul li {
	list-style:none;
	width:calc(40% - 94px);
	margin-right:94px;
}
footer .right  ul li:last-child {
	list-style:none;
	width:20%;
	margin-right:0;
}
footer .right  ul li h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px; 
	color: #FFFFFF; 
	opacity: 0.6;
	margin-top:0;
	margin-bottom:20px;
}
footer .right  ul li,
footer .right  ul li a,
footer .right  ul li p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;  
	color: #FFFFFF;
	margin-bottom:5px;
	margin-top:0;
	display:block;
}
footer .right  ul li .box-social { 
	display:flex;
}
footer .right  ul li .box-social a {
	margin-right:14px;
}
span.wpml-ls-display,
.dv-main-navigation ul li.wpml-ls-item {
    display: none;
}
.dv-main-navigation .box-language {
	width:62px;
}
.dv-main-navigation .box-language ul li.wpml-ls-item {
	display:block;
}
.dv-main-navigation .box-language ul li.wpml-ls-item a:after {
	left:inherit;
}


.right-header .box-language {
	width:62px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    line-height: 29px;
    background: #06836D;
    border-radius: 50px;
    border: none;
	color:#fff;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background: #06836D;
	color:#fff;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu	{
	border:none;
}
.wpml-ls-legacy-dropdown a:hover, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
	color: #06836D;
    background: transparent;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	background: url(../images/arrow-select.svg) top left no-repeat;
    width: 10px;
    height: 6px;
    border: none;
}
.page-template-default footer {
	padding-top:50px;
}
.content-default {
	    min-height: 767px;
    padding-top: 130px;
}
.slick-dots > li:only-child  { 
        display: none; 
}
.wrap-captcha {
    display: flex;
    align-items: center;    
}
.wrap-captcha img {
    margin-right:10px;    
}
.web-and-host a,
.web-and-host p {
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px; 
    color: #FFFFFF;  
}




/*
font-family: 'Caveat';
*/
svg.close {
	display:none;
}
.btn,
.section-contact .wrap-contact .left .right-in-left input.btn	{
	display:inline-block;
	line-height:39px;
	padding:0 14px;
	background: #FEC62C;
	border-radius: 40px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px; 
	align-items: center;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase; 
	color: #FFFFFF;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn:hover,
.section-contact .wrap-contact .left .right-in-left input.btn:hover {
	background:#06836D;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.section-contact .wrap-contact .left .right-in-left input.btn:hover { 
    background: #FEC62C!important; 
	color:#fff!important;
}
/**********************************/
/******responsive******/
@media only screen and (min-width: 1441px) { 
	.section-statistical .bg-full img {
		opacity:0;
	}
}
@media only screen and (max-width: 1440px) {
     .section-statistical .bg-full {
		 background: transparent;
	 }
}
@media only screen and (max-width: 1366px) {
	.question-phone { 
		margin-left: 15px;
		margin-right: 15px;
	}
	.right-header .box-search, 
	.right-header .box-language {
		margin-right:15px;
	}
	.dv-main-navigation ul li {
		padding: 0px 8.5px;
	}
	 
	.section-statistical .top-statistical ul li span.number {
		font-size: 110px;
		line-height: 110px;
	}
	.section-statistical .top-statistical ul li p {
		font-size:20px;
		line-height:24px;
	}
	.section-statistical .top-statistical ul li p span {
		font-size:25px;
		line-height:20px;
	}
	.section-statistical .top-statistical ul li p span sub {
		line-height:20px;
	}
	.section-contact .wrap-contact .left .left-in-left span {
		font-size: 120px;
		line-height: 120px;
	}
	.section-contact .wrap-contact .left .left-in-left p {
		line-height:30px;
	}
}
@media only screen and (min-width: 1200px) {
	.inner-navigation >span,
	.inner-navigation >h1,
	.dv-main-navigation ul li.ct,
	.in-box	{
		display:none;
	}
	 
}

@media only screen and (max-width: 1199px) {
	.inner-navigation >span {
		font-style: normal;
		font-weight: 700;
		font-size: 80px;
		line-height: 80px; 
		color: #FFFFFF; 
		opacity: 0.24;
		font-family: 'Caveat';
		display: block;
		text-align: left;
	}
	.inner-navigation >h1 {
		font-style: normal;
		font-weight: 800;
		font-size: 40px;
		line-height: 48px;
		color: #FFFFFF;
		text-align: left;
		padding-left: 20px;
		margin-top: -35px;
	}
	.dv-main-navigation ul {
		text-align:left;
	}
	.dv-main-navigation ul li {
		text-align:left;
		padding-left:20px;
		padding-right:20px;
	}
	.dv-main-navigation ul li a,
	.dv-main-navigation ul li.current-menu-item a, 
	.dv-main-navigation ul li a:hover, 
	.dv-main-navigation ul li.current-menu-parent > a	{
		color:#fff;
	}
	.dv-toggle-menu.active svg.open {
		display:none;
	}
	.dv-toggle-menu.active svg.close,
	.dv-main-navigation.active-menu	{
		display:block;
	}
	.dv-main-navigation {
		display:none;
	}
	.dv-main-navigation ul li.btn.ct {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		background: #fff;
		margin-left:20px;
		margin-top:10px;
	}
	.dv-main-navigation ul li.btn.ct a {
		color:#FEC62C;
	}
	.dv-toggle-menu {
		position: absolute;
		top: 42px;
		left: 4px;
		display: block;
		z-index:999;
	}
	.logo {
		padding-left: 72px;
		position: relative;
		z-index: 999;
	}
	.question-phone {
		display:none;
	}
	.inner-banner span {
		font-size: 120px;
		line-height: 120px;
	}
	.inner-banner h1 {
		font-size: 65px;
		line-height: 79px;
	}
	.inner-banner p {
		font-size: 18px;
	}
	.dv-main-navigation.active-menu {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 99;
		background: #fff;
		max-width: 446px;
		width: 100%;
		box-shadow:0px 3px 15px #a79595;
	}
	.dv-main-navigation.active-menu .inner-navigation {
		margin-top:115px;
		background: #FEC62C;
		padding-top: 60px;
		-webkit-clip-path: ellipse(200% 57% at 50% 60%);
		clip-path: ellipse(200% 57% at 50% 60%);
		height:100%;
		padding-left:45px;
		padding-right:45px;
	} 
	.dv-main-navigation ul {
		display:block;
	}
	.in-box {
		display: flex;
		padding-left: 20px;
		margin-top: 30px;
	}
	.in-box >div { 
		margin-right:14px;
	}
	.section-about .inner .left {
		margin-right:35px;
	}
	.section-about .inner .right {
		width: calc(100% - 550px);
	}
	.section-about .right >span,
	.section-services .top-services .container >span.text-opacity,
	.section-references .inner-references .right >span	{
		font-size:120px;
		line-height:120px;
	}
	.section-about .right >h3,
	.section-services .top-services .container >h3 	{
		font-size:45px;
		line-height:54px;
		margin-top:-45px; 
	}
	.section-references .inner-references .wrap-slider-commentator .inner >h3 {
		font-size:20px;
		line-height:25px;
	}
	.section-references .inner-references .wrap-slider-commentator .inner >p {
		font-size:14px;
		line-height:22px;
	}
	.section-references .inner-references .wrap-slider-commentator .commentator p,
	.section-references .inner-references .wrap-slider-commentator .commentator span	{
		font-size:13px;
	}
	.wrap-tab ul li {
		padding:0 30px;
	}
	.section-about .inner .left .project-item p span {
		font-size:28px;
		line-height:24px;
	}
	.section-about .inner .left .project-item {
 		padding: 40px 30px 40px 30px; 
	}
	.section-contact .wrap-contact .left {
		padding: 40px;
		width: 100%;
	}
	.section-contact .wrap-contact .right {
		display:none;
	}
	.section-contact .wrap-contact .left .left-in-left { 
		width:60%;
		padding-right:40px;
	}
	.section-contact .wrap-contact .left .right-in-left {
		width:40%;
	}
	.section-qc {
		min-height:150px;
	}
 
	.section-qc img {
		display:block;
		margin:0 auto;
        width:60%;
	}
	.section-services .button-tab-services li {
		margin-right:60px;
	} 
	.section-services {
		padding-top:30px;
	}
	 
	footer .right >h3 {
		font-size:20px;
		line-height:30px;
	}
	footer .right {
		width: calc(100% - 285px);
	}
	footer .left {
		max-width: 285px;
	}
	
	footer .left svg {
		max-width:224px;
	}
	footer .right ul li {
		width: calc(38% - 64px);
		margin-right: 64px;
	}
	footer .right ul li:last-child {
		width: 24%;
	}
	.dv-main-navigation.active-menu ul li{
    	text-align:center;
    }
    .dv-main-navigation.active-menu ul li.btn.ct {
    	display:block;
    } 
    .dv-main-navigation .box-language {
        width: auto; 
        margin:0 auto;
    } 
	.dv-main-navigation .box-language .wpml-ls-sub-menu {
    	visibility: inherit;
    	position: static;
        width:auto;
        opacity: 1;
        transition: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        display:flex;
    } 
    .dv-main-navigation .box-language .wpml-ls-legacy-dropdown a {
    	background: #06836D!important;
        color: #fff;
        line-height: 29px;
        border-radius: 0;
        padding: 5px 10px;
    }
    .dv-main-navigation .box-language ul >li.wpml-ls-item {
    	display:flex;
        justify-content: center;
    }
    .dv-main-navigation .box-language ul li.wpml-ls-item a:after {
    	display:none;
    }
}
@media only screen and (min-width: 1025px) {
	.tablet {
		display:none;
	}
	.section-statistical .bg-full img.tablet {
		display:block!important
	}
}
@media only screen and (max-width: 1024px) {
	.desktop {
		display:none;
	}
	.container {
		/* max-width: 835px; */
	}	
	.section-references {
		padding: 30px 0 100px 0;
	}
	.section-references .container >span { 
		font-style: normal;
		font-weight: 700;
		font-size: 120px;
		line-height: 120px;
		text-align: center;
		color: #EFF3F8;
		font-family: 'Caveat';
		display:block!important;
	}
	.section-references .container >h3 {  
		font-style: normal;
		font-weight: 700;
		font-size: 45px;
		line-height: 54px;
		color: #2A3457;
		padding-left: 60px;
		margin: -45px auto 30px;
		max-width: 610px;
		padding-right: 0;
		text-align: center;
		display:block!important;
	}
	.section-about {
		min-height:inherit;
	}
	.section-about .right >h3 {
		margin-bottom:35px;
	}
	.section-about:before,
	.section-statistical .top-statistical	{
		-webkit-clip-path: ellipse(100% 60% at 50% 60%);
		clip-path: ellipse(100% 60% at 50% 60%);
	}
	.section-about {
		margin-top: -50px;
		padding-top: 50px;
	}
	.section-about .inner {
		align-items: flex-end;
	}
	.section-about .inner .left {
		margin-right: 35px;
		max-width: 385px;
	}
	.section-about .inner .right {
		width: calc(100% - 385px);
	}
	.section-qc { 
		margin-top: -13px;
		z-index: 9;
		position: relative;
	}
	
	footer .right ul li {
		width: calc(38% - 30px);
		margin-right: 30px;
	}
	
}
@media only screen and (max-width: 1023px) {
	.section-services .button-tab-services .slick-track {
		 display:flex;
	}
}
@media only screen and (max-width: 940px) { 
    .flex-direction-nav a.flex-next:before,
    .flex-direction-nav a.flex-prev:before {
        display:none;    
    }
    .flex-nav-prev {   
    	position: absolute; 
    	z-index:999;
    	left: 0px;
    	top:42%;
    	width:14px;
    	height:10px;
    	background:url(../images/arrow-prev-yellow.svg) top left no-repeat;
    }
     
    .flex-nav-next {   
        position: absolute; 
    	z-index:999;
    	right: 0px;
    	top:42%;
    	width:14px;
    	height:10px;
    	background:url(../images/arrow-next-yellow.svg) top left no-repeat;
    }
   
}

@media only screen and (max-width: 980px) {
	
	.section-about .inner { 
		flex-direction: column-reverse;
	}
	.section-about .inner .right,
	.section-about .inner .left {
		width:100%;
		margin: 0 auto;
	}
	.section-about {
		padding-bottom:35px;
	}
	.section-about:before {
		bottom:0;
	}
	.section-qc {
		margin-top: -4px; 
	}
	.wrap-tab ul {
		display:flex;
	}
	.wrap-tab ul li {
		width:33.33%;
		display:block;
	}
	.inner-banner ul {
		display:block;
	}
	.inner-banner ul li {
		margin-bottom:15px;
	}
	.section-services .slick-prev:before,
	.section-services .slick-next:before,
    .section-qc .slick-prev:before,
	.section-qc .slick-next:before{
		display:none;
	}
	.section-services .slick-prev,
    .section-qc .slick-prev{
		z-index:999;
		left: 25px;
		width:14px;
		height:10px;
		background:url(../images/arrow-prev-yellow.svg) top left no-repeat;
	}
	.section-services .slick-next,
    .section-qc .slick-next{
		z-index:999;
		right: 25px;
		width:14px;
		height:10px;
		background:url(../images/arrow-next-yellow.svg) top left no-repeat;
	}
	.section-services .button-tab-services li {
		margin-right:0;
		text-align:center;
	}
	.section-services .button-tab-services li.slick-current {
		border-bottom: 7px solid transparent;
	}
	.inner-item {
		flex-direction: column-reverse;
		display:flex;
		padding: 0px 0px 80px 0px;
	}
	.tab-content .right,
	.tab-content .left	{
		width: 100%;
		margin:0;
	}
	.bottom-services .style1 .left {
		display: flex;
		justify-content: center;
	}
	.tab-content .right {
		margin-bottom:40px;
	}
	.bottom-services .style1 .left .left-in-left {
		/*max-width: inherit;
		width: calc(100% - 172px);
		height:auto;*/
	}
	.section-services .button-tab-services .slick-track {
		display: inherit;
	}
	.section-services .top-services .container >h3 {
		margin-bottom:30px;
	}
	.section-references .inner-references {
		display:block;
	}
	.section-references .inner-references .left {
		margin-bottom:40px;
	}
	.section-references .inner-references .left,
	.section-references .inner-references .right	{
		width:100%;
	}
	.section-references .inner-references .wrap-slider-commentator {
		padding-left:0;	
	}
	.section-references .inner-references .left .slick-track {
		margin-left:inherit!important;
	}
	.section-references .wrap-next-prev ul li {
		display:block;
	}
	.section-references .wrap-next-prev {
		position: static; 
		margin: 0 auto;
		text-align: center;
	}
	.section-references .wrap-next-prev ul {
		padding: 10px 0;
		width: 85px;
		height: auto;
		display: flex;
		flex-flow: inherit;
		text-align: center;
		flex-direction: row-reverse;
		margin: 20px auto 0;
	}
	.section-references .wrap-next-prev ul li {
		margin:0 10px;
	}
	footer .left {
		max-width: 200px;
	}
	footer .right {
		width: calc(100% - 200px);
		padding-left:30px;
	}
	footer .left svg {
		width:95%;
	}
	footer .right ul li {
		width: calc(38% - 10px);
		margin-right: 10px;
	}
	footer .right ul li .box-social {
		flex-wrap:wrap;
	}
	footer .right ul li .box-social a {
		width: calc(50% - 14px);
	}
	footer .right >h3 {
		font-size:18px;
		line-height:30px;
	}
}
@media only screen and (min-width: 768px) { 
	.mobile {
		display:none;
	}
	.section-qc .bx-controls {
        display:none;    
    }
}
@media only screen and (max-width: 767px) { 
	.tablet {
		display:none;
	}
	.section-statistical .bg-full img.tablet {
		display:block;
	}
	.section-statistical .top-statistical {
		padding-top:20px;
		padding-bottom:25px;
	}
	.section-statistical .top-statistical ul li { 
		width: 50%;
		margin:0;
		padding: 0 0 0 20px;
		text-align: left;
	}
	.section-statistical .top-statistical ul li p {
		padding-left: 25px;
	}
	.section-statistical .top-statistical ul {
		flex-wrap: wrap; 
	}
	
	.section-contact .wrap-contact .left {
		display:block;
		padding: 20px 25px;
		width: 100%;
	}
	.section-contact .wrap-contact .left .left-in-left,
	.section-contact .wrap-contact .left .right-in-left {
		width:100%;
		margin:0 auto;
		padding:0;
	}
	.section-contact .wrap-contact .left .left-in-left p {
		padding-left:0;
	}
	.section-contact .wrap-contact .left .left-in-left h3 {
		padding:0;
		margin:0;
		text-align:center;
	}
	.section-contact .wrap-contact .left .left-in-left span {
		display:block;
		display: block;
		font-size: 80px;
		line-height: 80px;
	}
	.section-contact .wrap-contact .left .left-in-left h3 {
		max-width: inherit;
		font-size: 30px;
		line-height: 35px;
		margin-top: -30px;
	}
	.section-contact {
		padding-bottom:50px;
	}
	.right-header {
		display:none;
	}
	.logo {
		padding-left: inherit;
		position: relative;
		z-index: 999;
		float: none;
	}
	.logo img {
		margin:0 auto;
	}
	.section-about .inner .left img {
		width:100%;
	}
	.section-about .inner .left .project-item {
		display:flex;
		padding: 10px 30px 10px 30px;
		border-radius: 25px 25px 0px 25px;
		width:268px;
		justify-content: space-between;
	}
	.section-about .inner .left .project-item p {
		font-size:12px;
	}
	.section-about .inner .left .project-item p:first-child  {
		padding-right:15px;
	}
	.banner {
		min-height: 520px;
		position: relative;
		padding-bottom: 60px;
	}
	footer >.container,
	footer .right ul	{
		display: block;
		text-align: center;
	}
	footer .left {
		max-width:100%;
		margin-bottom:20px;
	}
	footer .right {
		width: 100%;
		padding-left: 0;
	}
	footer .right ul li h3 {
		margin-bottom:10px;
	}
	footer .right ul li {
		width: 100%;
		margin-right: 0;
		margin-top:20px;
	}
	footer .right ul li:last-child {
		width:100%;
	}
	footer .right ul li .box-social {
		justify-content: center;
		margin-bottom:80px;
	}
	footer .right ul li .box-social a {
		width: auto;
		margin: 0 5px;
	}
	 
	.btn, .section-contact .wrap-contact .left .right-in-left input.btn {
		padding:0 24px;
	}
	.inner-banner span,
	.section-about .right >span, 
	.section-services .top-services .container >span.text-opacity, 
	.section-references .inner-references .right >span,
	.section-references .container >span,
	.section-statistical .top-statistical ul li span.number	{
		font-size:80px;
		line-height:80px;
	}
	.inner-banner h1 {
		font-size:40px;
		line-height:40px;
	}
	.section-about .right >h3,
	.section-references .container >h3,
	.section-services .top-services .container >h3	{
		font-size:30px;
		line-height:35px;
		margin-top:-25px;
	}
	.inner-banner p {
		font-size:16px;
	}
	.section-statistical .top-statistical ul li .wrap-count {
	    font-size:20px;    
        padding-left: 0px;
	}
    
	.section-statistical .top-statistical ul li .wrap-count span {
	   font-size:25px;
	   line-height:20px;
    }
    .section-statistical .top-statistical .inner-wrap-count sub {
        line-height:20px;    
    }
    .section-qc .bx-pager {
        display:none;    
    }
    .section-qc .bx-controls .bx-prev{
        position: absolute;
        top: 70px;
        left: 15px;
        width: 14px;
        height: 10px;
        text-indent: -9999px;
        background: url(../images/arrow-prev-yellow.svg) top left no-repeat;
    }
    
   .section-qc .bx-controls .bx-next {
       position: absolute;
        top: 70px;
        right: 15px;
        width: 14px;
        height: 10px;
        text-indent: -9999px;
        background: url(../images/arrow-next-yellow.svg) top left no-repeat;
    }
    .inner-banner h1 { 
        margin: -25px 0 0 0;
    }
   
	
}
@media only screen and (max-width: 480px) { 
	.wrap-tab ul li {
		padding: 0 10px;
	} 
	.banner {
		min-height: inherit;
	}
	.section-services .button-tab-services li {
		padding: 0 40px;
	}
	.bottom-services .style1 .left .left-in-left {
		width: calc(100% - 107px);
	}
 
	.bottom-services .style1 .left .right-in-left {
		width: 85px;
	}
	.bottom-services .style1 .left .right-in-left img {
		height: 68px;
	}
	.bottom-services .style1 .left .right-in-left .thumb { 
		margin-bottom: 10px;
		border-radius:12px;
	}
	.bottom-services .style1 .left .right-in-left .thumb img {
	    border-radius:12px;
	}
	 
	.bottom-services .style1 .left .left-in-left img { 
        border-radius: 40px 0 40px 40px; 
    }
}
@media only screen and (max-width: 479px) { 
    .section-qc img {
        width: auto;
    }
}