/* common */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html,body {
	font-family: "Maven Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color:#000000;
}
body {
	background:#fff;
}
img {
	border:0px;
	display:block;
	max-width: 100%;
}
a,input ,button{
	outline:none;
	text-decoration: none;
	color:#000000;
}
ul,ol{
	margin: 0;
	padding: 0;
}
.container{
	max-width: 1310px;
	padding: 0 15px;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
}
h1{
	font-size: 55px;
	font-weight: 500;
	line-height: 61px;
}
h2{
	font-size: 40px;
	line-height: 44px;
	font-weight: 400;
	color: #000000;
}
h2 strong{
	font-weight: 700;
}
h3{
	font-size: 32px;
	font-weight: 400;
	line-height: 44px;
	color: #000000;
}
h3 strong{
	font-weight: 700;
}
h4{

}
h5{

}
h6{

}
figure{
	margin: 0;
}
p{
	margin-bottom: 30px;
}
/* template  */

#template {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* layout */

#layout {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

/* header */
#header-wrap {
	position: relative;
	width: 100%;
}
.logo a{
	display: inline-block;
}
.header-inner {
	padding: 20px 0px 17px;
}
.btn{
    border: solid 2px #019ebf;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
    display: inline-block;
    padding: 13px 19px;
}
.btn:hover{
	border: solid 2px #019ebf;
	color: #ffffff;
	background: #019ebf;
}
.btn.btn.sky {
	color: #019ebf;
	border-color: #019ebf;
}
.btn.btn.sky:hover {
	color: #ffffff;
	background-color: #019ebf;
	border-color: #019ebf;
}
/* content */

#content-wrap {

}
/*banner-slider*/

.banner-slider{
	position: relative;
}

.banner-slider:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 85px;
	content: "";
	background: url(../images/bg1.svg) no-repeat center/cover;
}
@media only screen and (min-width:1200px){
	.banner-slider:after{
		height: 120px;
	}
}
.banner-text{
	height: 765px;
	display: flex;
	align-items: center;
	position: relative;
	padding:60px 0;
}
/*.banner-text:after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 50%;
	height: 100%;
	opacity: 0.80;
	background: #004E8F;
}*/
.banner-text .container{
    position: relative;
    z-index: 2;
    top: -50px;
}
.banner-text h1{
    margin-bottom: 18px;
    color: #004E8F;
    font-weight:700;
}
.banner-text h2{
	font-size: 38px;
	line-height: 44px;
	color: #004E8F;
	font-weight:400;
	margin-bottom: 35px;
}
.banner-text .btn{
    color: #ffffff;
    background: #019ebf;
    border-color:#019ebf;
}
.banner-text .btn:hover{
    color: #000000;
    background: #ffffff;
    border-color:#019ebf;
}

.slick-dots{
	position: absolute;
    left: 50%;
    bottom: 17px;
    transform: translateY(-50%);
    list-style: none;
    display: flex;
    align-items: center;
    z-index: 9;
    margin-left: 307px;
}
.slick-dots li{
	margin: 0 5px;
}
.slick-dots li button{
	width: 15px;
	height: 15px;
	background: #ffffff;
	border-radius: 50%;
	border: none;
	font-size: 0;
}
.slick-dots li.slick-active button{
	background: #019ebf
}

/*text-section*/

.text-section{
	padding: 118px 0 60px;
}
.text-section h2{
	margin: 8px 0px 34px;
	font-weight: 500;
	padding-bottom: 16px;
}
.line{
	padding-bottom: 49px;
    position: relative;
}
.line:after{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 4px;
    background: #f27d52;
    content: "";
}
.text-section2 {
	padding:90px 0 0;
	position: relative;
	background: url(../images/concrete_back_groter.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 250px;
}
.text-section2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: url(../images/overlay-concrete.png) no-repeat bottom center;
	background-size: 100% auto;
	pointer-events: none;
}
.text-section2 .line {
	margin-bottom: 26px;
}
.text-section2 .line:after {
	left:50%;
	transform: translateX(-50%);
}
.text-section2 h3 {
	font-size: 30px;
}
.text-section2 .container {
	max-width:1220px;
}
.text-section2 .top-header {
	padding-bottom:50px;
}
.text-section2 figure {
	padding: 0 4% 0 6%;
	margin-bottom: -180px;
	position: relative;
	z-index: 1;
}
.text-section2-no-bg {
	background: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.text-section2-no-bg::after {
	display: none !important;
}

/* usp-section2 */
.usp-section2 {
	padding:82px 0 85px;
	background: #004E8F;
}
.usp-section2 h2,
.usp-section2 .top-header p {
	color:#fff;
	font-size: 40px;
	margin-bottom: 0;
}
.usp-section2 .top-header p {
	margin-top:5px;
}
.usp-section2 .top-header {
	padding-bottom: 60px;
}
.usp-section2 h3 {
	color: #019ebf;
	font-weight:700;
}
.usp-section2 .usp-ben p {
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 0;
}
.usp-ben {
	padding-left:24px;
	border-left:2px dotted #fff;
	height:100%;
}
.usp-section2 .btn {
	margin-top:30px;
}

/* slider-section*/
.slider-section {
	padding:152px 0 140px;
}
.slider-section .line:after {
	left:50%;
	transform: translateX(-50%);
}
.slider-section .container {
	max-width:1090px;
}
.slider-section .line p,
.slider-section .p1 {
	margin-bottom: 0;
}
.slider-section .line {
	margin-bottom: 36px;
}
.slider-section .top-header {
	margin-bottom: 76px;
}
.slide-inner {
	background:#f2f2f2;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
}
.slide-text {
	padding:40px 40px 40px 52px;
	width:69%;
}
.slide-text h3 {
	margin-bottom: 14px;
}
.slider-sec .slick-arrow {
	position: absolute;
	top:50%;
	width:20px;
	height:30px;
	font-size:0;
	left:-40px;
	border:none;
	background:url(../images/arrow.svg) no-repeat center;

}
.slider-sec .slick-arrow.slick-next {
	left:auto;
	right:-40px;
	transform: scale(-1);
}
.slider-shadow {
	margin-top: -40px;
	position: relative;
	z-index: -1;
}
.slider-shadow img {
	width: 100%;
	display: block;
}
.slider-sec {
	position: relative;
	z-index: 2;
}
.slide-image {
	width: 327px;
	height: 327px;
	background-color: #3CBEDE;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.slide-image figure {
	margin: 0;
	display: flex;
	max-width: 100%;
	max-height: 100%;
}
.slide-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* text-section3 */
.text-section3 {
	padding:0px 0 96px;
}
.text-section3 .container {
	max-width:1440px;
	padding: 0;
}
.text-section3-text {
	padding:0 8% 0 7%;
}
.text-section3-text h2{
	padding-bottom:16px;
	margin-bottom: 37px;
}

/**/

.youtube-section{
	background: url(../images/concrete_back_groter.png) no-repeat;
	background-size: 100%;
	padding: 88px 0 52px;
	margin-bottom: 200px;
	position: relative;
}
.youtube-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: url(../images/overlay-concrete.png) no-repeat bottom center;
	background-size: 100% auto;
	pointer-events: none;
}
/*.youtube-section h3{
	margin-bottom: 33px;
}*/
.youtube-section .line:after {
	left:50%;
	transform: translateX(-50%);
}
.youtube-section .line {
	margin-bottom: 74px;
}
.youtube-section .container {
	max-width:1200px;
	position: relative;
	z-index: 1;
}
/*.youtube-section p{
	font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    width: 62%;
    margin: 27px auto 8px;
}*/
.youtube-section iframe {
	max-width: 100%;
	border-radius: 6px;
	filter: drop-shadow(3px 3px 7.5px rgba(0,0,0,0.2 ));
	margin-bottom: -140px;
}
.video-placeholder {
	position: relative;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
	filter: drop-shadow(3px 3px 7.5px rgba(0,0,0,0.2 ));
	margin-bottom: -140px;
}
.video-placeholder img {
	display: block;
	transition: transform 0.3s ease;
}
.video-placeholder:hover img {
	transform: scale(1.05);
}
.video-placeholder .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
}
.video-placeholder:hover .play-button {
	transform: translate(-50%, -50%) scale(1.1);
}
#videoModal .modal-body {
	padding: 0;
}
#videoModal .modal-header {
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#videoModal .btn-close {
	background-color: white;
	opacity: 1;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

/*benefits-section*/

/*.benefits-section{
	padding: 95px 0 0;
}
.benefits-section h3 {
    margin-bottom: 75px;
}
.benefits-section h2{
    margin: 27px 0px 24px;
    font-weight: 500;
}*/

/*experiences-section*/

.experiences-section{
	padding: 30px 0px;
}
.experiences-section h2{
	margin-bottom: 74px;
}
.experience-slider .slick-track:before,
.experience-slider .slick-track:after{
	display: none;
}

.experiance{
	background: #004E8F url(../images/img.png) no-repeat center right;
	overflow: hidden;
	position: relative;
}
.experiance:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 614px;
	height: 100%;
	background: #004E8F;
	z-index: 1;
}
.experiance figure{
	width: 213px;
	height: 213px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.experiance .inner{
    background: #004E8F;
    padding: 88px 0px 82px 8%;
    width: 100%;
    max-width: 614px;
    position: relative;
    z-index: 2;
}
.experiance .inner:before{
	position: absolute;
	left: -100%;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #004E8F;
}
.experiance .inner:after{
	position: absolute;
	right: -89px;
	top: 0;
	content: "";
	width: 90px;
	height: 100%;
	background: url(../images/bg2.svg) no-repeat left center /auto 100%;
}
.experiance .top .text{
    width: calc(100% - 213px);
    color: #ffffff;
    padding: 0 0px 30px 26px;
}
.experiance .top .text blockquote{
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #ffffff;
}
.experiance .top .text blockquote cite {
	display: block;
	margin-top:26px;
}
.inner-top h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
	color:#fff;
	margin-bottom:52px;
}
/*.experiance .bottom{
    max-width: 262px;
    width: 100%;
    margin-top: 76px;
}
.experiance .bottom h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 15px;
}*/
.btn_orange{
	border: solid 2px #f27d52;
	border-radius: 24px;
	background: #f27d52;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: #ffffff;
}
.experiences-section .slick-arrow {
	position: absolute;
	top:50%;
	width:20px;
	height:30px;
	font-size:0;
	left:40px;
	border:none;
	background:url(../images/arrow.svg) no-repeat center;
	filter: brightness(0) invert(1);
	z-index: 2;
}
.experiences-section .slick-arrow.slick-next {
	left:auto;
	right:40px;
	transform: scale(-1);
}


/*download-block*/

.download-block{
    padding: 91px 0px 162px;
}
.download-block .title p{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 0;
}
.download-block .panel{
	background: #ededed;
    padding: 70px 50px 90px;
}
.download-block figure{
	margin-bottom: 20px;
}

/*appointment-block*/

.appointment-block{
	/*background: #ededed;*/
    padding: 68px 0px 140px;
}
.appointment-block h2 {
    margin-bottom: 32px;
    padding-bottom: 14px;
}
.appointment-block .btn{
    min-width: 308px;
    text-align: center;
    margin-bottom: 30px;
}
.appointment-block figure{
	position: relative;
}
.appointment-block figure img{
    position: absolute;
    top: 140px;
    right: -73px;
    width: 85%;
}
.appointment-block-content figure img {
	position: absolute;
	top: 140px;
	right: 0;
	left: auto;
	width: 85%;
	max-width: 85%;
}


#footer-wrap {
    background: #004E8F;
    position: relative;
    color: #fff;
    padding: 47px 0px 100px;
}
#footer-wrap a,
#footer-wrap h2{
	color: #fff;
}
#footer-wrap h2{
    margin-bottom: 63px;
    padding-bottom: 40px;
}
#footer-wrap:after {
	position: absolute;
    left: 0;
    top: -120px;
    content: "";
    width: 100%;
    height: 120px;
    background: url(../images/bg3.svg) no-repeat center / cover;
}
#footer-wrap ul,
.copyright-block ul{
	list-style: none;
}
#footer-wrap h6,
#footer-wrap .social li a{
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
}
#footer-wrap .f-panel1 h6{
    margin-bottom: 56px;
}
#footer-wrap .social li {
    margin-bottom: 18px;
}
#footer-wrap .social li a{
	font-weight: 500;
}
#footer-wrap .social li a img{
	margin-right: 15px;
}
#footer-wrap h6{
	margin-bottom: 57px;
}
#footer-wrap address{
	margin-bottom: 33px;
}
#footer-wrap .btn.btn_orange{
    position: relative;
    top: -25px;
}
#footer-wrap .container,
.copyright-block .container{
	position: relative;
}
.f-logo{
    position: absolute;
    right: 15px;
    bottom: -41px;
}
.copyright-block{
	background: #004E8F;
	padding: 24px 0px;
}
.copyright-block a,
.copyright-block p{
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
	display: inline-block;
}
.copyright-block p{
	position: absolute;
	left: 15px;
	top: 0;
}
.copyright-block ul li{
	margin: 0 20px;
}

/*responsive*/

@media only screen and (max-width:1199px){
	h1 {
	    font-size: 48px;
	    line-height: 58px;
	}
	h2,
	.banner-text h2,
	.usp-section2 h2, .usp-section2 .top-header p {
	    font-size: 35px;
	    line-height: 38px;
	}
	.text-section2 h3,
	.inner-top h3 {
		font-size:25px;
	}
	.text-section2 {
		margin-bottom: 180px;
		background-size: 100% 100%;
	}
	.slider-section {
	    padding: 100px 0 90px;
	}
	.text-section {
		padding-bottom: 0;
	}
	.text-section3 {
	    padding: 0px 0 46px;
	}
	.youtube-section {
		margin-bottom: 150px;
		background-size: 100% 100%;
	}
	.experiences-section h2 {
	    margin-bottom: 44px;
	}
	.appointment-block {
		padding-bottom:60px;
	}
	.slider-sec {
		padding:0 20px;
	}
	.slider-sec .slick-arrow {
		left:-10px;
		top:40%;
	}
	.slider-sec .slick-arrow.slick-next {
		right:-10px;
		left:auto;
	}
	.slide-text {
		padding:40px 15px;
	}
}
@media only screen and (max-width:991px){
	p {
	    margin-bottom: 15px;
	}
	.mb-5 {
	    margin-bottom: 2rem !important;
	}
	.youtube-section {
	    padding: 50px 0 40px;
	    background-size: 100% 100%;
	}
	.youtube-section p {
	    width: 80%;
	}
	.youtube-section iframe{
		width: 100% !important;
	}
	.download-block {
	    padding: 20px 0px 60px;
	}
	.banner-text {
	    height: 530px;
	}
	.line {
	    padding-bottom: 35px;
	}
	.text-section h2 {
	    margin: 15px 0px 34px;
	}
	.experiance .top .text {
	    width: calc(100% - 230px);
	}
	.experiance figure {
	    width: 230px;
	    height: 230px;
	}
	.experiences-section h3 {
	    margin-bottom: 40px;
	}
	#footer-wrap {
	    padding: 35px 0px 80px;
	}
	#footer-wrap h2 {
	    margin-bottom: 30px;
	    padding-bottom: 30px;
	}
	#footer-wrap .f-panel1 h6 {
	    margin-bottom: 15px;
	}
	#footer-wrap h6 {
	    margin-bottom: 35px;
	}
	#footer-wrap .btn.btn_orange {
	    top: -10px;
	}
	.slide-inner {
		flex-wrap: wrap;
		min-height: 600px;
	}
	.slide-image,
	.slide-text {
		width:100%;
	}
	.slide-image {
		height: 327px;
		max-height: none;
		width: 100%;
	}
	.slider-section {
        padding: 60px 0 50px;
    }
    .youtube-section .line {
	    margin-bottom: 44px;
	}
}
@media only screen and (max-width:767px){
	.banner-text h1 {
	    margin-bottom: 20px;
	}
	h1 {
	    font-size: 30px;
	    line-height: 38px;
	}
	h2,
	.banner-text h2,
	.usp-section2 h2, .usp-section2 .top-header p {
	    font-size: 28px;
	    line-height: 38px;
	}
	.banner-text {
	    min-height: 440px;
	    height:auto;
	}
	.usp-section2 .usp-ben p {
	    font-size: 20px;
	    line-height: 28px;
	}
	#header-wrap .btn {
	    font-size: 13px;
	    padding: 13px 13px;
	}
	.btn {
	    font-size: 16px;
	    line-height: 16px;
	    padding: 13px 13px;
	}
	.text-section {
	    padding: 30px 0 0px;
	}
	.mb-5 {
	    margin-bottom: 1rem !important;
	}
	.youtube-section {
	    padding: 30px 0 40px;
	    background-size: 100% 100%;
	}
	h3 {
	    font-size: 26px;
	    line-height: 32px;
	}
	.youtube-section h3 {
	    margin-bottom: 25px;
	}
	.youtube-section iframe {
	    height: 280px;
	}
	.youtube-section p {
	    font-size: 18px;
	    line-height: 28px;
	    width: 100%;
	}
	.benefits-section {
	    padding: 50px 0 0;
	}
	.benefits-section h3 {
	    margin-bottom: 25px;
	}
	.benefits-section img{
		width: 70px;
	}
	.benefits-section h2 {
	    margin: 15px 0px 15px;
	}
	.experiance .inner .top{
		flex-direction: column;
	}
	.experiance .top .text {
	    width: 100%;
	    padding: 0;
	}
	.experiance .bottom {
	    max-width: 100%;
	    margin-top: 0;
	}
	.experiance figure {
	    width: 200px;
	    height: 200px;
	}
	.experiance .inner {
		max-width: 300px;
		padding: 50px 0px;
	}
	.experiance .bottom h4 {
	    font-size: 18px;
	    line-height: 30px;
	}
	.download-block {
	    padding: 0px 0px 35px;
	}
	.text-section {
	    padding: 0px 0 0px;
	}
	.download-block .panel {
	    padding: 40px 30px 40px;
	}
	.appointment-block {
	    padding: 40px 0px 50px;
	}
	.appointment-block figure img {
		position: relative;
		top: 0;
		margin-bottom: 20px;
		width: 80%;
	}
	.appointment-block:not(.appointment-block-content) .row{
		flex-direction: column-reverse;
	}
	.appointment-block-content .row {
		flex-direction: column;
	}
	.appointment-block-content .col-md-6:last-child {
		margin-top: 0;
	}
	.appointment-block-content figure {
		text-align: center;
		margin-bottom: -100px;
	}
	.appointment-block-content figure img {
		width: 70%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	.appointment-block .col-md-6 figure.d-md-none {
		position: relative;
		text-align: center;
		margin-bottom: -100px;
		margin-top: 30px;
	}
	.appointment-block .col-md-6 figure.d-md-none img {
		position: relative;
		top: auto;
		right: auto;
		width: 70%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer-wrap h6 ,
	#footer-wrap address{
	    margin-bottom: 20px;
	}
	#footer-wrap .btn.btn_orange {
	    top: 0;
	}
	#footer-wrap .panel{
		margin-bottom: 15px;
	}
	#footer-wrap {
	    padding: 35px 0px 70px;
	}
	.copyright-block ul li {
	    margin: 0 10px;
	}
	.copyright-block p {
	    position: relative;
	    left: 0;
	    top: 0;
	    margin: 0;
	}
	.appointment-block h2 {
	    margin-bottom: 35px;
	}
	.appointment-block .btn {
	    min-width: 100%;
	    margin-bottom: 20px;
	}
	.text-section2 {
        padding-top: 50px;
    }
    .text-section2 .top-header {
	    padding-bottom: 30px;
	}
	.slider-section .top-header {
	    margin-bottom: 46px;
	}
	.experiance .inner:after {
		background-size:auto 100%;
	}
	.experiences-section .slick-arrow {
		top:35%;
	}
	.experiences-section .slick-arrow {
		left:10px;
	}
	.experiences-section .slick-arrow.slick-next {
		right:10px;
		left:auto;
	}
	.experiance .top .text blockquote {
		font-weight:500;
	}
}
@media only screen and (max-width: 575px){
	.banner-text {
	    min-height: 380px;
	}

element.style {
}
.header-inner {
	gap:6px;
}
}
