/*-- Basic --*/
a {
  text-decoration: none;
  color: #f78e21;
}

a:hover {
  text-decoration: none;
  color: #f78e21;
}

p {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #828282;
}

/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 160px;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slider-caption h1 {
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #f78e21;
  text-transform: uppercase;
}

.slider-caption p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

/*-- Heading --*/
.s-height{height: 84px;}
#heading {
  background-image: url(../imgs/bg-image.jpg?t=1.1.1);
  height: 140px;
}

#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#heading span {
  color: #fff;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

.icon  {
	display: flex;
	align-items: center;
	margin: auto;
  border-radius: 50%;
  border: 2px solid #d51b32;
  color: #d51b32;
  font-size: 28px;
  line-height: 80px;
  width: 106px;
  height: 106px;
  
}
.icon svg{
	margin: auto;
}
.header{
    position: fixed;
    background-color: #fff !important;
    width: 100%;
    z-index: 999;
}
.bg-dark{background-color: #fff !important;}

.bg-dark{background: rgba(38, 43, 69, 1) !important;}
.navbar-toggler{outline: none;}
.navbar-toggler:focus{box-shadow:none;}
.navbar-nav .nav-item{margin-left: 32px;}
.navbar-nav .nav-link{font-size: 18px; font-weight: 500; color:#666 !important;}
.navbar-nav .nav-link:hover{color: #f78e21 !important;}
.navbar-nav .nav-link.active{color: #f78e21 !important;}

.s1-contact > div{display: flex; align-items: center; justify-content: center; padding: 100px 0;}
.s1-contact ul{list-style: none;}
.s1-contact ul li{display: flex; align-items:center; padding: 1rem 0; font-size: 20px; color: #828282; font-weight: 400;}
.s1-contact ul li svg{ min-width: 24px; height: 24px;}
.s1-contact ul li p{margin-left: 1.5rem; max-width: 480px;}
.s1-contact .img{text-align: center;}
.s1-contact .img img{width: 90%; max-width: 450px; border-radius: .5rem;}

.service-item{text-align: center;}
.service-item .icon{margin-bottom: 32px;}
.service-item .icon:hover{background-color: #d51b32; transition: all .4s;}
.service-item .icon:hover svg path{stroke:#FFFFFF;}
.service-item h4{font-size: 24px;}

.s1,.s3,footer{padding: 60px 0;}
.s1-about,.s1-service{padding: 160px 0;}
.s1-service{padding: 120px 0;}
.s1-contact{padding: 10px 0;}
.s1 > div{display: flex; justify-content: center; align-items: center; height: 100%;}
.s1 h1{font-size: 48px;padding-bottom: 10px;font-weight: 600;}
.s1 p{line-height: 32px; font-size: 20px; font-weight: 300;}

.s2{width: 100%; height: 420px; background: #EEEEEE url(../imgs/s2_img.jpg) center no-repeat;}
.s2 > div{display: flex; justify-content: center; align-items: center; height: 100%;}
.s2 .s2-text{ text-align: center;}
.s2 h1{font-size: 48px;padding-bottom: 10px;font-weight: 600;color: #f78e21;}
.s2 p{line-height: 32px; font-size: 20px; font-weight: 300; color: #fff;}

/*about*/
.s1-about h2{margin-bottom: 32px; text-align: center;}

/*--Footer--*/

footer {
  /*background: rgba(38, 43, 69, 1);*/
 background-color: #f6f6f3;
  border-top: 2px solid #f78e21;
}

.bottom-footer {
  text-align: left;
  padding: 15px 0 15px 0;
}

footer .top-footer{
	padding-bottom: 16px;
	font-size: 22px;
  font-weight: 600;
  color: #444;}
footer .bottom-footer p{margin: 0;}
@media screen and (max-width: 768px) {
	.s1,.s3,footer,.s1-about,.s1-service,.s1-contact{padding: 32px 0;}
	.s1-contact > div{padding: 0;}
	.s1 p,.s3 p,.s1-contact > div p{font-size: 14px;}
	
	.s1-contact > div{display: block;}
	.s1-contact ul li p{max-width: 220px;}
	
}
/*--- END RESPONSIVE ---*/