
.coverbg{
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 34px 74px;
}
.coverbg h1{
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 40px;
    margin-top: 18%;
    margin-bottom: 40px
}
.coverbg h1.line-left{
    position:relative;
}
.coverbg img{
	width: 150px;
}
.coverbg p{
	font-size:20px;
	font-weight: lighter;
}
.coverbg p b{
	font-weight: bold
}
.formside{
    padding: 20px 70px;
}
.line-left::after {
	content: "";
    width: 80px;
    border-bottom: 3px solid orange;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.line-left::after {
    margin: 0 auto 0 0;
}
.formside .text-center.text-md-right > div {
    display: inline-block;
    float: left;
}
.formside .btn.btn-warning{
	padding: 15px 70px;
	font-size: 18px;
	font-weight: bold;
}
#form-contact input.form-control, #form-contact select.form-control {
    height: 42px;
}
#form-contact .form-control {
    padding: 8px;
    background: #ffffff;
    border-radius:8px;
    /*box-shadow: 6px 6px 12px #c4c4c4, -6px -6px 12px #ffffff;*/
    /*border: 0;*/
}
/*=====================*/
#contact-form label:after{content:"*"; color:red}#contact-form label{font-size:14px}#contact-form .contact-form-container form{max-width:530px}
.formside h2{
	margin-top: 6%;
	font-weight: bold;
	color: #353b48;
	font-size: 37px;
	margin-bottom: 32px;
}
.text-center{text-align:center}
.formside .btn.btn-warning {
    padding: 15px 70px;
    font-size: 20px;
    font-weight: 700;
}
.formside .btn.btn-warning{background:orange;color:#fff;transition:ease all 0.3s;border:1px solid orange;border-radius:5px;font-size:16px; margin:20px auto;}
.formside .btn.btn-warning:hover{background:#fff;color:orange;}
#form-contact textarea{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 102px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 40vw;
  margin-top: 50px
}
.slider::before, .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 120px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(110px * 22);
}
.slider .slide {
  height: 100px;
  width: 120px;
}


@media only screen and (max-width: 767px) {
	.formside {
		padding: 40px;
	}
	/*.slider{display:none;}*/
	.coverbg{
		min-height: 40vh;
		text-align: center;
		padding: 34px 24px;
	}
	.coverbg h1,.formside h2{
	    font-weight: 700;
	    letter-spacing: -2px;
	    font-size: 30px;
	    max-width: 100%;
	    text-align: center;
	}
	.coverbg h1{
	    margin-top: 30px;
	}
	.formside h2{
		margin-top: 0;
		margin-bottom: 30px
	}
	.coverbg p{
		font-size:14px;
	}
	.line-left::after {
	    margin: 0 auto 0 ;
	}
	.formside .btn.btn-warning{width: 100%}
	#form-contact h2{margin-top: 10px}
	
	.slider {
	    width: 80vw;
	}
}
