/*-----------------------------------------------------------------------------------

 [Site About us (section)]

 # Top service us container
 # typography
 # features (class)
 # box (class)
 # font awesome icons

-----------------------------------------------------------------------------------*/
/* Site About us service container */

.site-about {
	/*overflow:hidden;*/
	/*background-attachment:fixed;
	background-size:cover;*/
	position:relative;
	
	max-width: 100%;
	padding-bottom:0;
}

.black-bg{
	background-attachment:fixed;
	background-size:cover;
	background:url(../../assets/images/body-bg.jpg) no-repeat center center;
    background-attachment:fixed;
    background-size:cover;
}


.site-about-main {
	float:left;
	width:100%;
	padding:0;
	position:relative;
}


.site-about-box {
	float:left;
	width:100%;
	padding:0;
}

.site-about span{
	float:left;
	width:100%;
	font-size:22px;
	color:#deb150;
	text-align:center;
	font-weight:normal;
	line-height:1.5;
	padding:0;
}

.site-about p{
	float:left;
	width:100%;
	font-size:16px;
	color:#c0bebf;
	text-align:center;
	font-weight:400;
	line-height:1.7;
	padding:20px 0 40px 0;
}

.site-about .center-align {
	position:absolute;
	left:0;
	right:0;
	display:block;
	text-align:center;
	width:100%;
}


.site-about .feature-box {
	background: #000;
    color: #fff;
    margin: 50px;
    padding: 15px;
    position: relative;
}

.site-about .feature-box:before {
    /*border: 2px solid #FFFFFF;
    content: "";
    position: absolute;
    top: 15px;
    bottom:15px;
    left:15px;
    right:15px;*/
}

.site-about .right {
	float:right;
	width:100%;
	height:785px;
	position:relative;
}


.site-about .right figure{
	float:right;
	width:100%;
	text-align:right;
	position:absolute;
	bottom:0;
}


/* Features ICONS */
.feature-box-main {
	float:left;
  margin: 0;
  padding:0px;
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  /*position: relative;
    top:-152px;
  height: 0;*/
  z-index: 10;

}



.feature-box-main .align-center {
  /* Align center class */
  /*position: absolute;
  top:0;
  left: 0;
  right: 0;*/

  display: block;
  width: 100%;
  text-align: center;
  font-size: 0;
}


.feature-box-main a {
  width:190px;
  background-color: #FFFFFF;
  position: relative;
  transition: 300ms linear;
  transition-property: background;
  margin-right:10px;
  margin-left:10px;
}

.feature-box-main a:before {
    border: 2px solid rgba(255,255,255, 0.2);
    content: "";
    position: absolute;
    top:16px;
    bottom:16px;
    left:16px;
    right:16px;
}

.feature-icon:hover h5 {
	background:#18191e;
	color:#deb150;
	transition:all ease .5s;
}

.feature-icon:hover i.fa {
	color:#FFFFFF;
}


.feature-box-main figure {
  /* Image */
  float:left;
  width:100%;
  text-align:center;
  background:#202127;
  padding:60px 0 40px 0;
  margin:0;
  
  -webkit-box-shadow: 0px 15px 45px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 15px 45px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 15px 45px 0px rgba(0,0,0,0.35);
}

.feature-box-main i.fa, .feature-box-main span, .feature-box-main img {
  /* Icons */
  color: #59687c;
  font-family: FontAwesome, serif;
  font-size: 2.9375rem;
  display: inline-block;
  font-weight: 400;
  line-height: 5.625rem;
  vertical-align: middle;
}

.feature-box-main i.fa.adjust {
  font-size: 1.875rem;
  position: relative;
  right:0;
}

.feature-box-main img {
  position: relative;
  right:0;
}

.feature-box-main h5 {
  /* Typography */
  width: 100%;
  color: #1d252f;
  font-weight:700;
  line-height: 1.2;
  font-size:20px;
  margin: 0;
  text-align: center;
  text-transform:uppercase;
  display: block;
  padding:20px 10px 40px 10px;
  background:#deb150;
  clear:both;
  white-space:pre-line;
}


/* About section element ****/
.about-element-1 {
	position:absolute;
	z-index:-1;
	left:0px;
	top:20px;
}

.about-element-2 {
	position:absolute;
	left:50px;
	bottom:90px;
}

.about-element-3 {
	position:absolute;
	right:0px;
	top:140px;
}

.about-element-4 {
	position:absolute;
	right:200px;
	bottom:150px;
}

/* About section element RESPONSIVE Alignment ****/
@media screen and (max-width:1800px) {
.about-element-1 {
	left:-100px;
	top:20px;
}

.about-element-2 {
	left:0px;
}

.about-element-4 {
	right:50px;
}

}

@media screen and (max-width:1500px) {
.about-element-1 {
	left:-100px;
	top:20px;
}

.about-element-2 {
	left:0px;
}

.about-element-4 {
	right:50px;
}

}

@media screen and (max-width:1199px) {
	
	.about-element-2 {
	bottom:600px;
}

.about-element-4 {
	bottom:600px;
}
	
}

@media screen and (max-width: 991px) {
	.about-element-1, .about-element-2, .about-element-3, .about-element-4 {
		display:none;
	}
}



@media screen and (max-width:1199px) {
.site-about .right {
	text-align:center;
	height:auto;
	position:relative;
}

.site-about .right figure {
	position:inherit;
	text-align:center;
}

.site-about span {
	padding:0 110px;
}

.site-about p {
	padding:30px 160px;
}


}

@media screen and (max-width: 991px) {
	.site-about {
		padding-bottom:0px;
	}
	
  .feature-box-main {
    height: auto;
    /*background: #E5E8ED;
    padding: 1.25rem 0;*/
  }
  
  .feature-box-main a {
	  max-width:200px;
  }
  
  .feature-box-main .align-center {
    position: relative;
  }
  
  .feature-box-main h5 {
	  font-size:20px;
  }
  
  .site-about span {
	padding:0;
}

.site-about p {
	padding:30px 0;
}
  
  
  
}

@media screen and (max-width: 767px) {
  .feature-box-main a {
    /*display: block;*/
    max-width:200px;
	margin-bottom:20px;
  }
  
  .feature-box-main h5 {
	  font-size:20px;
  }
  
  .feature-box-main img {
    right:0;
  }
}

@media screen and (max-width: 412px) {
	.feature-box-main a {
		max-width:inherit;
	}
}