/*-----------Style Css Start--------------*/
body {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.65em;
  margin: 0 auto;  
  background-image:url(../images/body_bgimg.jpg);
  background-position: center;
  background-repeat:no-repeat;
  background-size: cover;
  font-family: 'Roboto', sans-serif !important;
}
/*---------------------loder css start---------------------*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
/*---------------------loader css end---------------------*/
.st_landingpage_wrapper {
  float: left;
  width: 100%;
  padding: 100px 0px;
}
.st_landingpage_wrapper .st_logo {
  float: left;
  width: 100%;
  text-align: center;
}
.st_landingpage_wrapper .st_logo h6 {
  float: left;
  width: 100%;
  color: #fff;
  margin-top: 20px;
}
.st_landingpage_content {  
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.st_main_heading {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.st_btstrp3_heading{
  margin-top: 50px;
}
.st_main_heading h3 {
  position: relative;
  font-weight: 500;
  z-index: 1;
  margin-bottom: 18px;
  color: #fff;
  line-height: 120%;
  text-transform: capitalize;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding-bottom: 10px;
}
.st_main_heading h3:after {
  position: absolute;
  content: '';
  width: 10%;
  height: 2px;
  background: #4FCDF2;
  left: 50%;
  top: 100%;
  margin-left: -5%;
}
.st_main_heading h5 {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: Roboto Condensed !important;
  font-weight: normal;
  line-height: 110%;
  text-align: center;
  margin: 0 auto;
  color: #4FCDF2;
  margin: 18px 0 10px 0;
  width: 100%;
  text-transform: capitalize;
}
.st_data {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  word-break: break-all;  
}
.st_data h4 {
  float: left;
  width: 100%;
  color: #fff;
}
.st_data h4  span{
  color: #4FCDF2;
}
.st_img {
  float: left;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.st_data:hover .st_btn_overlay{
  opacity: 1;
  visibility: visible;
}
.st_btn_overlay{
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.st_btns{
  position: absolute;
  left: 0;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.st_data:hover .st_btns{
  opacity: 1;
  visibility: visible;
}
.st_btn {  
  max-width: 160px;
  width: 100%;
  height: 50px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;  
  margin: auto;
  transition: all 0.3s;
  border-radius: 5px;
}
.st_btn:hover{
  background-color: #4fcdf2;
  border: 2px solid #4fcdf2;
  color:#fff;
}
.st_btns .st_btn:last-child{
  margin-top: 10px;
}
.st_placeholder {
  width: 100%;
  height: 307px;
  color: #fff;
  bottom: 0;
  left: 0%;
  text-align: center;
  display: inline-block;
  background: url(../images/leptop.jpg) no-repeat;
  background-size: 100% 100%;
  float: left;
}
.img_min_height {
  height: 56% !important;
  top: 16% !important;
}
.st_placeholder_overlay {
  position: absolute;
  top: 13%;
  left: 14%;
  width: 72%;
  text-align: center;
  height: 46%;
  background: #999;
  background-position: top center;
}
.st_placeholder .img1 {
  background: url(../images/stormer-preview-1.jpg) no-repeat 0px 0px;
  background-size: 100%;
}
.st_placeholder .img2 {
  background: url(../images/stormer-preview-2.jpg) no-repeat 0px 0px;
  background-size: 100%;
}
.st_placeholder .img3 {
  background: url(../images/stormer-preview-3.jpg) no-repeat 0px 0px;
  background-size: 100%;
}
.st_placeholder .img4 {
  background: url(../images/stormer-preview-4.jpg) no-repeat 0px 0px;
  background-size: 100%;
}
.st_placeholder .img5 {
  background: url(../images/stormer-preview-5.jpg) no-repeat 0px 0px;
  background-size: 100%;
}
.st_placeholder .img6 {
  background: url(../images/stormer-preview-6.jpg) no-repeat 0px 0px;
  background-size: 100%;
}
.st_placeholder:hover .st_placeholder_overlay {
  background-position: bottom center;
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 10s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*------------Style Css End--------------------*/