/*
===================================
37. Landing Page
===================================
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
	
	font-family: 'Raleway', sans-serif;
	color:#000;
}
a{
	color:#000;
}
p
 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
   
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	text-transform:capitalize;
}

figure img{
	width:100%;
}
a:focus, a:hover{
	text-decoration: none;
	color:#1bbc9b;
}
.marB30 {
	margin-bottom:30px;
}

.heading {
    clear: both;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.demo {
    position: relative;
    width: 100%;
    float: left;
        border-radius: 10px;
    height: 350px;
    overflow: hidden;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.12);
}
.demos{
    position: relative;
    float: left;
	margin-bottom:50px;
	text-align:center;
}
.view-demo {
    background: #333;
    color: #fff;
    position: relative;
    outline: none;
    display: inline-block;
    padding: 8px 20px 8px;
    font-size: 14px;
    border: 0px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    border-radius: 15px;
}
.landing-page h2, .landing-page h3 {
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
    font-size:18px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

.demo-default{	
	position: absolute;
	 width: 100%;
    top: 0;	
	left: 0
   -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
a.scroll {
    float: left;
    width: 100%;
	margin-bottom: 30px;
}
.demos:hover .view-demo{
	background-color:#333;
	color:#fff;
}

.preview-covers {
    position: relative;
    width: 100%;
    float: left;
	margin-bottom:50px;
}
.preview-cover img {
    width: 100%;
}

.bottom-footer {
    padding: 20px 0;
    background-color: #000;
	color:#fff;
}
.bottom-footer a{
	color:#55BEBA;
}
.footer-box {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.foot-sec {
    color: #fff;
}
.main_footer {
    background-color: #1a1a1a;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
	width:100%;
	float:left;
}
.documentation-links {
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}
.documentation-links .view-demo {
    color: #fff;
    background-color: #000;
    margin: 0 5px;
	margin-bottom:20px;
}
.section-heading h2 {
    font-size: 36px;
	text-transform: uppercase;
}

.section-heading {
    width: 100%;
    position: relative;
    float: left;
    background-color: #f7f7f7;
    color: #000;
    padding: 20px 0 30px 0;
	text-align:center;
}
.features {
    width: 100%;
    position: relative;
    float: left;
	padding:30px 0 0px 0;
}
.landing-page {
    padding: 50px;
}
section.key-features {
    width: 100%;
    position: relative;
    float: left;
	background-color:#f7f7f7;
	padding:20px 0 ;
}
.features h4 {
    font-size: 17px;
}

.features-detail {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    pad: 3px;
    padding: 15px 0;
    border-radius: 15px;
	margin-bottom: 50px;
}
.slider-section {
    width: 100%;
    position: relative;
    float: left;
	background-color: #000;
	   padding: 30px 0;
}
.slider-section figure img {
    width: 50%;
   
}
.slider-section figure img {
    padding: 0px 150px;
    padding-top: 50px;
}
.slider-text {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}
.slider-text h2 {
   
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.slider-text p {
	 margin-bottom: 50px;
}
.owl-prev {
    position: absolute;
    top: 50%;
    content: "";
    border: 2px solid;
    left: 0px;
    content: "";
	border-radius: 25px;
	color:#fff;
    padding: 10px 20px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.owl-next {
    position: absolute;
    top: 50%;
    content: "";
	    border-radius: 25px;
    border: 2px solid;
    right: 0px;
	color:#fff;
    padding: 10px 20px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.owl-prev i,
.owl-next i {
    font-size: 25px;
}
.owl-prev:hover,
.owl-next:hover {
    background-color: #333;
}
figcaption.image-title {
    color: #fff;
    position: absolute;
    top: 0px;
    margin-top: -20px;
    
}
figcaption.image-title {
    color: #fff;
    position: absolute;
    top: 0px;
    margin-top: -20px;
    text-align:center;
	width:100%;
}

@keyframes snow{
    0%{
        background-position:0 0,0 0
    }
    50%{
        background-position:100px 200px,-100px 150px
    }
    100%{
        background-position:200px 400px,-100px 300px
    }
}
@-moz-keyframes snow{
    0%{
        background-position:0 0,0 0
    }
    50%{
        background-position:100px 200px,-100px 150px
    }
    100%{
        background-position:200px 400px,100px 300px
    }
}
@-webkit-keyframes snow{
    0%{
        background-position:0 0,0 0
    }
    50%{
        background-position:100px 200px,-100px 150px
    }
    100%{
        background-position:200px 400px,-100px 300px
    }
}
@-ms-keyframes snow{
    0%{
        background-position:0 0,0 0
    }
    50%{
        background-position:100px 200px,-100px 150px
    }
    100%{
        background-position:200px 400px,-100px 300px
    }
}
.other-section {
    width: 100%;
    position: relative;
    float: left;
	padding: 50px 0 50px 0;
	background-color:#fff;
}
.support-team h2 {
    color: #000;
	text-transform: uppercase;
}
.preview-covers img {
    width: 100%;
}
.support-team p {
    color: #000;
    padding-top: 15px;
	    margin-bottom: 30px;
}
.support-team a {
    color: #fff;
    background-color: #000;
}
.theme-future-sec ul.future-list-menu {
    text-align: left;
}
.theme-future-sec ul.future-list-menu li {
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
}
.theme-future-sec {
    text-align: center;
    color: #000;
	width:100%;
}
.slider-section h3.theme-color {
    color: #fff;
    font-size: 24px;
}
.theme-future-sec p {
    margin-bottom: 50px;
}
a.price-demo-sticker {
    -webkit-animation: itg_pulse 2s infinite;
    animation: itg_pulse 1s infinite;
    box-shadow: 0 0 0 0 hsl(0, 0%, 20%);
}


a.price-demo-sticker {
 width: 80px;
    height: 50px;
    background: red;
    display: block;
    float: left;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: fixed;
    left: 60px;
    bottom: 60px;
    -webkit-animation: itg_pulse 2s infinite;
    animation: itg_pulse 1s infinite;
    box-shadow: 0 0 0 0 hsl(172, 82%, 44%);
}
.slider-section {
    margin-bottom: 60px;
}
.other-section figure {
    margin-bottom: 30px;
}
.other-section h3 {
    text-align: center;
    margin-bottom: 50px;
}
.theme-color {
	color:#000;
	font-size: 36px;
    text-transform: uppercase;
}

.features-detail:hover {
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
	 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
}
.itg-btn {
   background-color:#fff;
    color: #000;
    padding: 12px 35px;
	text-transform:capitalize;
	position:relative;
	z-index:1;
	border:0;
	overflow:visible;
	 -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
border-radius: 25px;
}
.footer-btn {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;
}
.itg-btn:hover {
    background-color: #333;
    color: #fff;
}
.browser {
	width:100%;
	position:relative;
	float:left;
	padding:50px 0;

    background: #f7f7f7;
}
.preview-covers {
    background-image: url(../img/preview/hero.jpg);
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.more-products {
    width: 100%;
    position: relative;
    float: left;
    background-color: #f7f7f7;
	padding:100px 0;
}
.more-products img {
    vertical-align: middle;
    width: 100%;
}
.other-section h3:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #000;
    top: 40px;

    left: 50%;
    margin-top: 10px;
    margin-left: -50px;
}
.other-section h3 {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
/*
========================================
20. Background Image
========================================
*/

.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
    #width: 100%;
    z-index: 0;
}
.special-style-full {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover;
    width: 100%;
    z-index: 0;
}
.special-style-full:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.special-style:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.special-style-dark:before {
    background-color: #000;
    opacity: 0.7;
}
.special-style-semidark:before {
    background-color: #fff;
    opacity: 0.6;
}
.special-style-light:before {
    background-color: #f2f5f6;
    opacity: 0.85;
}
.special-style-dark-theme:before {
    opacity: 0.85;
}
.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
}
.bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-style {
    background-attachment: fixed;
}
.half-height {
    height: 75%;
}
.preview-cover-text-demo {
    float: left;
    position: absolute;
    text-align: center;
    /* padding: 150px 0; */
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -187px;
}
h1.preview-cover-title {
    color: #fff;
    padding-top: 15px;
    font-size: 70px;
	    font-weight: bold;
}
h2.preview-cover-title {
    color: #fff;
    padding-top: 10px;
}
h3.preview-cover-title {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}
.documentation-links {
    margin-bottom: 0;
    margin-top: 40px;
}
.support-team {
    text-align: center;
}
.support-team img {
    width: 10%;
}
.theme-support-section {
    width: 100%;
    float: left;
    position: relative;
    background: #f7f7f7;
    padding: 50px 0;
    color: #fff;
}
@media screen and (max-width: 767px){
.heading h1 {
    font-size: 26px;
}
.slider-section figure img {
   padding: 40px 0px 50px 0;
  
}
.owl-prev i, .owl-next i {
    font-size: 15px;
}
.owl-prev {
	top: 85%;
	left: 100px;
	padding: 5px 10px;
}
.owl-next {
	top: 85%;
	right: 100px;
	padding: 5px 10px;
}
.slider-text h2 {
	font-size:30px;
}
.footer-box img {
	width:100%;
}
}