/* Typography */
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #777;
	font-weight: 400;
	
}
img{
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Raleway', sans-serif;
	color: #222;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
/* Start Home */
#home{
	background-image: url(../img/cover.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 0;
	width: 100%;
}
.home_content h1 {
    color: #1461ff;
    font-size: 48px;
    width: 200px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px 0;
    letter-spacing: 1px;
    background: #fff;
}
.home_content h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 50px;
}

/* End Home */



/* Start Demo */
.section_padding {
    padding: 100px 0;
}
.pb_20{
	padding-bottom: 20px;
}
.pb_70{
	padding-bottom: 70px;
}
.single_demo{
    margin-bottom: 80px;
    -webkit-box-shadow: 0 1px 30px rgba(20, 97, 255, 0.2);
	-moz-box-shadow: 0 1px 30px rgba(20, 97, 255, 0.2);
	box-shadow: 0 1px 30px rgba(20, 97, 255, 0.2);
    padding: 30px;
}
.single_demo a img {
    opacity: 1;
    border: 4px solid #fafafa;
    height: auto;
    transition: all 0.3s;
}
.single_demo:hover a img{
    opacity: 0.8;
}
.single_demo h4 {
    margin: 30px 0 0;
    color: #222;
    font-size: 18px;
}
.footer {
    padding: 15px 0;
    background: #222;
}
.footer .footer_text p{
	margin: 0;
	color: #fff;
}

/* End Demo */

/* Start page-features */
.features_list .page_title{
	font-size: 36px;
    text-align: center;
    color: #222;
    margin-bottom: 80px;
}
.page-single-feature {
	background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(20, 97, 255, 0.1);
    height: 100px;
    margin: 0 20px 40px;
    padding: 30px 20px;
}
.page-single-feature .dsp-tc {
    vertical-align: middle;
    text-align: left;
}
.icon {
    padding-right: 15px;
}

.icon>img {
    height: 40px;
    width: 40px;
}
.text>h5 {
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #222;
}
.section-padding {
    padding-top: 20px;
}


.preview-page .cta-inner>h2 {
    color: #fff;
}
.dsp-tc{
    display: table-cell; 
}

.preview-page #footer-bottom {
    background-color: #262832;
    border-top: 1px solid #20222b;
}

/* End page-features */

/* Start Preloader */
.preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	background: linear-gradient(-45deg,rgba(88, 195, 255,.8) 0,rgba(0, 77, 230,.8) 40%,rgba(0, 59, 177,.8) 100%);
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* End Preloader */