
/* Google Font */

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700|Poppins:200,300,400,500,600,700');
/* Typography */
body{
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #555;
	font-weight: 300;
	
}
img{
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family:'Montserrat', sans-serif;
	color: #333;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
::selection {
    background: #fe4819;
    text-shadow: none;
	color:#fff;
}
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.welcome-area .single-slide-item{
   height: 115vh;
}
@media only screen and (max-width:767px) {
	.hide-area img{display:none;}	
}
.single-slide-item-table {
	
    display: table;
    text-align: center;
    width: 100%;
    height: 100%!important;
}
.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
	height: 100%!important;
}
.single-slide-item {
    position: relative;
    z-index: 1;
}
.single-slide-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.video_banner .single-slide-item-table{
	z-index: 100;
	color: #fff;
}
.single-slide-item p{
    color: #fff;
    margin-bottom: 30px;
	font-size: 18px;
}
.single-slide-item h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 40px;
	font-weight: 600;
	line-height: 54px;
	letter-spacing: 3px;
	margin-top: 40px;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 03.START BUTTON DESIGN
* ----------------------------------------------------------------------------------------
*/
.learn_more_btn,
.buy_now_btn{
	transition: .5s;
	padding: 12px 24px;
	font-weight: 600;
	text-transform: uppercase;	
	font-size: 13px;	
}
.learn_more_btn{
	background: #fe4819;
	border-color: #fe4819;
	color: #fff;
	margin-right: 20px;
}

.learn_more_btn:hover,
.learn_more_btn:focus{
	background: #fff;
	color: #555;
	border-color: #fff;
}

.buy_now_btn:hover,
.buy_now_btn:focus{
	background: #fe4819;
	border-color: #fe4819;
	color: #fff;
}
.about_btn{
	background: #fe4819;
	border-color: #fe4819;
	padding: 12px 24px;
	font-weight: 600;
    transition: .5s; 
	color: #fff;
	text-transform: uppercase;	
	font-size: 13px;	
	border-radius: 25px;
}
.about_btn:hover{
	background: #fff;
	color: #fe4819;
	border-color: #fe4819;
}

/*Demo*/

.ver_title{
	padding: 90px 0;
	color: #fe4819;
}
.ver_title h3{
	color: #fe4819;
	text-transform: uppercase;
}
.section_padding{
	padding: 90px 0;
}
.demo_area{
	background: #a42a0b;
}
.single_demo{
	padding: 30px;
	margin-bottom: 30px;
}
.single_demo  img:hover {
	-webkit-transform: translateY(-15px) scale(1);
	transform: translateY(-15px) scale(1);
	-webkit-box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.1);
	opacity: .8;
}
.single_demo  img{
	border-radius: 8px;
	margin-bottom: 20px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}
.single_demo h4{
	color: #fff;
	margin-top: 20px;
}
.single_demo .buy_now_btn{
	margin-top: 20px;
	background: transparent;
	color: #fff;
	border-radius: 0px;
	transition: .5s;
}
.single_demo .buy_now_btn:hover{
	background: #fe4819;
}
.purchase_area{
	padding-bottom: 60px;
}
.purchase_area h2{
	margin-bottom: 30px;
}
.purchase_area h2 span{
	color: #fe4819;
}
.btn{
	border-radius: 0px;
}
.purchase_area .btn{
	background:#fe4819;
	border-color:#fe4819;
	color: #fff;
}
.purchase_area .btn:hover{
	background: transparent;
	color: #fe4819;
}
/* -------------------------------- 
START PRELODER
-------------------------------- */
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader {
    width: 150px;
    margin: 310px auto 70px;
    position: relative;
}
.loader .loading-1 {
    position: relative;
    width: 100%;
    height: 10px;
    border: 1px solid #fe4819;
    border-radius: 10px;
    animation: turn 4s linear 1.75s infinite;
}
.loader .loading-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fe4819;
    box-shadow: 10px 0px 15px 0px #fe4819;
    animation: load 2s linear infinite;
}
.loader .loading-2 {
    width: 100%;
    position: absolute;
    top: 10px;
    color: #fe4819;
    font-size: 22px;
    text-align: center;
    animation: bounce 2s  linear infinite;
}
@keyframes load {
    0% {
        width: 0%;
    }
    87.5%, 100% {
        width: 100%;
    }
}
@keyframes turn {
    0% {
        transform: rotateY(0deg);
    }
    6.25%, 50% {
        transform: rotateY(180deg);
    }
    56.25%, 100% {
        transform: rotateY(360deg);
    }
}
@keyframes bounce {
    0%,100% {
        top: 10px;
    }
    12.5% {
        top: 30px;
    }
}
/* -------------------------------- 
END PRELODER
-------------------------------- */

/*
* ----------------------------------------------------------------------------------------
* 19.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
    background-color:#2f2b2b;
	padding: 25px 0;
}

.footer_content p {
	color: #fff;
	margin-bottom: 0px;
}
/*
* ----------------------------------------------------------------------------------------
* 18.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/