@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap');

	
.slider{position: relative; padding:2em 0; padding-top: 10em; background:url(../images/slider-img.jpg) no-repeat center fixed; background-size:cover;}
.slider .desc{ color:#fff}
.slider .desc h1{font-size:30px;font-weight: bold; color:#fff;font-family: 'Roboto',sans-serif; text-transform: uppercase;}
.slider .desc h1 span{font-size: 26px;display: block;font-family: 'Open Sans', sans-serif;font-weight: 300;font-style: italic;}
.slider .desc ul{display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 30px;font-size: 22px;margin-bottom: 35px;margin-top: 25px;}
.slider .desc ul li{padding-left: 50px;position: relative;}
.slider .desc ul li:before{position: absolute;left: 0;content: '';background: url(../images/icons.png)no-repeat;width: 45px;height: 40px;background-position: 0 5px;}
.slider .desc ul li:nth-child(2):before{background-position: -45px 2px;}
.slider .desc ul li:nth-child(3):before{background-position: -90px 0;}
.slider .desc ul li:nth-child(4):before{background-position: -135px 5px;}
.slider .desc ul li:nth-child(5):before{background-position: -180px 0;}
.slider .desc ul li:nth-child(6):before{background-position: -225px 5px;}
.slider{}
.slider .desc .btn-orange{background: #ff9019;color: #fff}
.slider .desc .btn-orange:hover{background: #000;color: #fff}
.slider .desc .btn-white{background: #fff;color: #000}
.slider .desc .btn{padding: 10px 15px;font-weight: bold;} 

.slider-contact{border:5px #fff solid; border-radius: 15px; padding: 5px;}
.slider-contact h2{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;text-transform: uppercase; position:relative;}
.slider-contact h2 span{font-weight:400;text-transform:none;}
.slider-contact .form-control{height: 50px;border-radius: 5;border: 0;font-size: 16px;font-weight: 600;color: #000;}
.slider-contact .form-control::placeholder{ opacity:1; color:#8F8D9A}
.slider-contact textarea.form-control{height: 80px;resize: none;}
.slider-contact .send{background: #FE0000;text-transform: uppercase;padding: 10px 10px;border: 0;color: #fff;font-weight: bold;font-size: 20px;
  margin-top: 10px;
  outline: none;
  border: none;}
.slider-contact .send:hover{background: #ff9019;
  border: 0;
  outline: none;}

/* MEDIA QUERY */
@media(max-width:1199px){
}
@media(max-width:991px) and (min-width:768px){

}
@media(max-width:1199px){

}
@media(max-width:991px){
	.slider .desc h1{font-size:30px;}
}
@media(max-width:767px){

	.slider-contact h2,.slider .desc h1,.mid-title h2,h1,.h1,.welcome-text h1,.consultation-form h1,.book-consultaion h1{font-size:25px;}

	.slider .desc ul,.customer-feedbk p,#footer,.combine-desc .item ul{font-size:14px;}
	.slider .desc ul li:before{transform: scale(0.6);top: -7px;}
	.slider .desc .btn{font-size:12px;}
	.slider-contact{margin-top:2em;}
	.slider-contact .form-control,.consultation-form .form-control{height:45px; font-size:14px;}
	.slider-contact .send,.consultation-form .btn,.book-consultaion .btn{font-size: 16px;padding: 10px;}
	.slider,.customer-feedbk-sec,.migration,.consultation-form,#footer{padding:5em 0;}
	
}
@media(max-width:640px){
}
@media(max-width:480px){
.book-consultaion h1{font-size:15px;}
.slider .desc ul li{padding-left:35px;}
.slider .desc ul li:before{left:-7px;}
.form-group{margin-bottom:7px;}
.border-right {border-right: none!important;}
}
@media(max-width:420px){

}