/*-------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------*/
/*------------------------------------------------------
[Table of contents]

	1. Body
	2. Header / .header,.intro
	3. Features
	4. Services
	5. Works
	6. Screenshort
	7. Video
	8. Review
	9. Pricing
	10. Team
	11. App-downloads
	12. Contact
	13. Footer
------------------------------------------------------*/
/*----------------------------------------------------
[Color codes]

	Background:	#f9f9f9 / #ffffff	
	Background Overlay: #e23d4d, #ef494d
	Content:	#696969 / #
	Header h1:	#ffffff; 
	Header h2: 	#ffffff;
	Header h3: 	#252525 / span:#ef494d

-------------------------------------------------------*/
/*------------------------------------------------------
[Typography]

	Body copy: 'Lato', sans-serif;
	Headers: 'Montserrat' ;		
	Input, textarea: 'Montserrat' Light;
	Sidebar heading: 'Montserrat' Semibold;
----------------------------------------------------*/

/*====================================
		===[ Default Style ]===
======================================*/
body{ font-family: 'Open Sans', sans-serif; overflow-x:hidden !important;}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#7c7e83;
	line-height:25px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
	color:#1f2229;
}
.sub-title {
	padding-bottom:80px;
	margin: 0 auto;
	width: 65%;
	text-align:center;

}
.sub-title h2{
	text-transform:uppercase;
	font-weight:600;
	margin:0;
	font-size:35px;
	padding-bottom:20px;
	color:#494c52;
}
.sub-title p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	margin:0;
	
}
h3{
	text-transform:uppercase;
	margin:0;
	font-size:22px;
	font-weight:400;
	color:#252525;
}
a{
	text-decoration:none;
}
a:hover, a:active, a:focus{
	text-decoration:none;
}
/*all owl round btn*/
.owl-pagination {
	margin: 15px auto  0;
	width: 62px;
}
.owl-page {
	border: 1px solid #EF2146;
	border-radius: 50%;
	float: left;
	height: 10px;
	width: 10px;
	margin: 0 5px;
}
.owl-page.active {
  background:#EF2146;
  border: 1px solid #EF2146;
}
/*downloads btn*/
.appstore-btn{
	font-family: Arial,Helvetica,sans-serif;
    color: #fff !important;
    background-color: #3b5998;
    border-radius: 4px;
    padding: 13px 20px 10px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    margin: 4px;
    text-align: left;
}

.appstore-btn1{
	font-family: Arial,Helvetica,sans-serif;
    color: #fff !important;
    background-color: #48aae6;
    border-radius: 4px;
    padding: 13px 20px 10px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    margin: 4px;
    text-align: left;
}

.appstore-btn2{
	font-family: Arial,Helvetica,sans-serif;
    color: #fff !important;
    background-color: #ff002e;
    border-radius: 4px;
    padding: 13px 20px 10px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    margin: 4px;
    text-align: left;
}

.appstore-btn i{
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}
.appstore-btn small {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}

.appstore-btn1 i{
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}
.appstore-btn1 small {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}

.appstore-btn2 i{
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}
.appstore-btn2 small {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}

/*============Scroll To top Css==========*/
.pos-rtive {  position: relative;}
.to-top a {
    background: #262626;
    color: #ffffff;
    font-size: 18px;
    height: 50px;
    line-height: 35px;
    position: fixed;
    right: 3%;
    text-align: center;
    top: 95%;
    width: 35px;
    z-index: 999;
    transition: all ease-in-out .5s;
}
.to-top a:hover { background: #EF2146;}
/* -------- Pre Loader -------- */

#preloader {

	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fefefe;
	z-index:9999;
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url('../images/preloader.gif');
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}			

/*==========================================================
						demo version one
============================================================*/

/*		===[ Header Style ]===  */
header {
    background: url('../images/fondo.jpg') no-repeat center center/ cover;
    min-height: 910px;
    background-size: cover;
	position:relative;
}
header::before {
  	background-color: hsla(350, 86%, 53%, 0.80);
    position: absolute;
    width: 100%;
    z-index: 0;
	content: "";
    height: 100%;
	left:0;
}
header .main-navbar{
    padding:20px 0px;
	border-radius:0px;
	    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;	
	z-index:10;	
}
header .navbar-brand {padding-top: 0; height:50px;}
header .navbar-brand img{height:500%;}
header .main-nav {padding: 10px 0;}
header .navbar-nav > li{margin-left:30px;	}
header .navbar-nav1 > li{
color: black;
font-size: 50px;
}
header .navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    color:#fff;
    font-size: 15px;
	padding:10px 0;
}
header .navbar-nav > li > a::before{
	border: 1px solid #1f9df3;
    bottom:0px;
	left:0%;
    content:"";
    position: absolute;
    width:0%;	
    transition:  0.3s ease-in-out;	
		-webkit-transition: 0.3s ease-in-out;
	    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease;
	visibility:hidden;
}
header .navbar-nav > li > a:hover::before, header .navbar-nav > li > a:focus::before, header .navbar-nav > li.active > a::before{
	border: 1px solid #fff;
    bottom: 0;
	margin:0px auto;
    content: "";
    position: absolute;
    width:100%;	
	    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
	visibility:visible;
}
header .navbar-nav > li.active > a{ color:#fff !important;}
header .nav > li > a:focus, header .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
header .is-sticky .main-navbar{
	background:hsla(213, 45%, 68%, 1);
	z-index: #ed4862!important;
	    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;	
}
header .is-sticky  .navbar-brand {padding-top: 0; height:40px;}
header .is-sticky  .navbar-nav > li > a::before{
		border: 1px solid #ffffff;
}

/*=========[ header intro ]=======*/
header .intro-box {margin-top: 120px;}
header .intro-box .intro-img img{
	height:500px;
	margin: 0px auto;
}
header .intro-text{margin-top:100px;}
header .intro-box .intro-text h1{
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
	line-height:50px;
	color:#ffffff;
}
header .intro-box .intro-text p{
	font-weight:400;
	color:#ffffff;
	font-size:18px;
	margin:30px 0 40px;
	padding:0;
}



/*====================================
		===[about Style ]===
======================================*/
.about_us{
	background:#ffffff;
	min-height:600px;
	padding:120px 0;
}
.about_us .about_item_padding { margin-bottom: 60px;}
.about_us .row.about_item_padding:last-child{margin-bottom:0;	}
.about_us .about-icon{
	border: 1px solid #252525;
	border-radius: 50%;
	color: #252525;
	font-size: 35px;
	height: 70px;
	padding: 12px;
	width: 70px;
	text-align: center;
	transition: all 0.3s ease-in-out;
} 
.about_us .about-icon i {
	font-weight: 700;
    color: #252525;
    font-size: 40px;
    text-align: center;
	transition:all 0.3s ease-in-out;
}
.about_us .about-full-body h3 { padding-bottom: 10px; transition: all 0.3s ease-in-out;}
.about_us .about_item_text{	padding: 0px;}
.about_us .about-full-body p{	margin:0;}
.about_us .single-item:hover .about-icon{
	background: #EF2146;
	border: 1px solid #EF2146;
}
.about_us .single-item:hover .about-icon i{
	color: #ffffff;
}
.about_us .single-item:hover h3{color: #EF2146;}

/*====================================
		===[about Style index 03]===
======================================*/
.about_us-03{
	background:#fafafa;
	min-height:600px;
	padding:120px 0;
}
.about_us-03 .single-item { margin-bottom: 40px;}
.about_us-03 .single-item:last-child{margin-bottom:0;	}

.about_us-03 .about-icon{
	border: 1px solid #252525;
	border-radius: 50%;
	color: #252525;
	font-size: 35px;
	height: 70px;
	padding: 12px;
	width: 70px;
	text-align: center;
	transition: all 0.3s ease-in-out;
} 
.about_us-03 .about-icon i {
	font-weight: 700;
    color: #252525;
    font-size: 40px;
    text-align: center;
	transition:all 0.3s ease-in-out;
}
.about-full-body {
	margin-top: 40px;
}
.about_us-03 .about-full-body h3 { padding-bottom: 10px; transition: all 0.3s ease-in-out;}
.about_us-03 .about_item_text{	padding: 0px;}
.about_us-03 .about-full-body p{	margin:0;}
.about_us-03 .single-item:hover .about-icon{
	background: #EF2146;
	border: 1px solid #EF2146;
}
.about_us-03 .single-item:hover .about-icon i{
	color: #ffffff;
}
.about_us-03 .single-item:hover h3{color: #EF2146;}

/*====================================
		===[Features Style ]===
======================================*/
.services{
	background:#fafafa;
	min-height:600px;
	padding:120px 0;
}
.services .service-single{
	padding:25px 15px;
	transition: all 0.3s ease-in-out;
}
.services .service-single:hover{
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.services .services_icon {
	color: #EF2146;
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 700;
}
.services h3 {margin-bottom:10px;} 
.services p{margin: 0;}
/*====================================
		===[Features Style ]===
======================================*/
.features{
	background:#ffffff;
	min-height:600px;
	padding:120px 0;
}
.features .features-row{margin-top:150px;}
.features .features-text h3{color:#262626 !important; transition:all 0.3s ease-in-out;}
.features .features-text-box{}
.features .features-single-box { margin-bottom: 50px;}
.features .features-single-box:last-child{margin-bottom:0px;}
.features .features-text-left { text-align:right; }

.features .features-text p {
	margin-top: 10px;
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:21px;}
.features .features-img img{height:700px; margin:0px auto;}
.features .features-icon{
	border: 1px solid #252525;
	border-radius: 50%;
	color: #252525;
	font-size: 35px;
	height: 70px;
	padding: 12px;
	width: 70px;
	text-align: center;
	transition: all 0.3s ease-in-out;
} 
.features .features-icon i {
	font-weight: 700;
    color: #252525;
    font-size: 40px;
    text-align: center;
	transition:all 0.3s ease-in-out;
}

.features .features-single-box:hover .features-icon{
	background: #EF2146;
	border: 1px solid #EF2146;
	color: #ffffff;
}
.features .features-single-box:hover .features-icon i{
	color:#ffffff;
	transition:all 0.3s ease-in-out;
}
.features .features-single-box:hover  h3{
	color:#EF2146 !important;
	transition:all 0.3s ease-in-out;
}

/*====================================
		===[Features Style ]===
======================================*/
.screenshot{
	background:#fafafa;
	min-height:600px;
	padding:120px 0;
}
.screenshot .owl-item{padding:0 15px;}
.screenshot .owl-item img {
    width: 500px;
}

/*====================================
		===[Video Style ]===
======================================*/
.video-section {
	background: url('../images/video.jpg') no-repeat center center fixed;
    background-size: cover;
	min-height: 500px;
	position:relative;
	z-index:0;
}
.video-section .overlay-bg{
  	background-color: hsla(350, 86%, 53%, 0.80);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.video-section .video-caption {text-align: center;	padding: 186px 0;}
.video-section .video-iframe {
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff !important;
	font-size: 50px;
	height: 86px;
	margin-bottom: 20px;
	outline: medium none;
	padding-left: 12px;
	padding-top: 14px;
	text-decoration: none;
	width: 86px;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
}
.video-section .video-caption > h3 {color:#ffffff ; font-size:30px; padding-top:10px;}
.video-section .video-caption iframe {
    display: block;
    margin: 0 auto;
    border:0;
}	
.video-section .video-iframe:hover {
	background:#EF2146; 
}

/*====================================
		===[Pricing Style ]===
======================================*/
.pricing{
	background:#ffffff;
	min-height:600px;
	padding:120px 0;
}
.pricing .pricing-item {
	box-shadow:  0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
	transition: all 0.3s ease-in-out;
}
.pricing-item-cneter{transform: scale(1.1);}
.pricing .pricing-header  h2 {
	color: #252525;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
}
.pricing .pricing-header .active {
	background: #EF2146;
	color: #ffffff;
}
.pricing .pricing-header{position:relative;}
.pricing  .price {
	background: #fafafa none repeat scroll 0 0;
	color: #333;
	font-size: 36px;
	font-weight: 700;
	padding: 15px 0 20px;
	text-align: center;
}
.price-center span{font-size: 50px; line-height: 50px;}
.pricing .pricing-body .price span {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #262626;
	display: inline-block;
	height: 60px;
	padding: 19px 0;
	transition: all 0.3s ease-in-out 0s;
	width: 60px;
}
.pricing  .price sup {
	font-size: 12px;
	font-weight: 400;
	top: -18px;
}
.pricing  .price sub {
	font-size: 12px;
	font-weight: 400;
}
.pricing .pricing-item .offer-names ul{text-align:center; margin: 0; padding: 30px;}
.pricing .pricing-item .offer-names ul li { padding-bottom: 20px;}
.pricing .pricing-item .offer-names ul li:last-child{padding-bottom:0;}
.pricing .pricing-bottom {
    background: #fafafa;
    text-align: center;
}
.pricing .pricing-btn { padding: 25px;}
.pricing .pricing-btn-active a{
	visibility: visible !important;
	opacity: 1 !important;
	border: 2px solid #EF2146 !important;
	background: #EF2146;
	color: #ffffff !important;
}
.pricing .pricing-bottom .pricing-btn a {
	transition: all 0.3s ease-in-out;
	border: 2px solid #EF2146;
	border-radius: 25px;
	color: #7c7e83;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
}
.pricing .pricing-item:hover .pricing-bottom .pricing-btn a {
	background: #EF2146;
	color: #ffffff;
}



/*====================================
		===[|Testimonial Style ]===
======================================*/
.testimonial{
	background: url("../images/testimonials_background.jpg") no-repeat fixed center center/cover;
	min-height:300px;
	padding:80px 0;
	position:relative;
}
.testimonial:before {
 	background: hsla(350, 86%, 53%, 0.80);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
}
.testimonial .item img {
	border-radius:50%;
	border: 4px solid rgba(255, 255, 255, 0.50);
	padding: 3px;
	height:100px;
	width:100px;
}
.testimonial .testimonial_headline h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	margin-top: 25px;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.testimonial .testimonial_headline h4 { color: #ffffff;}
.testimonial .testimonial_headline p {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 27px;
	padding-top: 50px;
	white-space: pre-wrap;
}
.testimonial .owl-page {
  border: 1px solid #ffffff;
}
.testimonial .owl-page.active {
  background:#fff;
  border: 1px solid #ffffff;
}
/*====================================
		===[team Style ]===
======================================*/
.team-area{
	background:#ffffff;
	min-height:200px;
	padding:120px 0;
}
.team-area figure{ position: relative;}
.team-area figcaption{
	bottom:0px;
	content: "";
	left: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width:100%;
	visibility: hidden;
	opacity: 0;
}
.team-area .member-img { position: relative;}
.team-area .member-img::before {
  	background-color: hsla(350, 86%, 53%, 0.3);
	content: "";
	left: 0;
	content:"";
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	transition: all 0.3s ease 0s;
}
.team-area .member-name {
	background-color: #EF2146;
    transition: all 0.3s ease 0s;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0
}
.team-area .member-name h4{
	color: #ffffff;
	font-size:20px;
	font-weight: 600;
	margin: 0;
}
.team-area .member-name > span {
	color: #fff;
	font-size: 12px;
	transition: all 0.3s ease 0s;
}
.team-area .social-links {margin: 10px auto;text-align: center;}
.team-area .social-links li { display: inline-flex; margin:0px 7px;}
.team-area .social-links li a {
	background:#fafafa;
	border-radius: 100%;
	color: #EF2146;
	display: block;
	font-size: 17px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 44px;
}
.team-area figure:hover figcaption{
	transition: all 0.3s ease 0s;
	bottom:0px;
	visibility: visible;
	opacity: 1;
}
.team-area figure:hover .member-img::before{
	transition: all 0.3s ease 0s;
	height: 100%;
}
.team-area figure:hover .member-name{
	padding:15px 0 60px;
	transition: all 0.3s ease 0s;
}

/*====================================
		===[|Download Style ]===
======================================*/
.downloads-area{
	background: url("../images/download-bg.jpg") no-repeat fixed center center/cover;
	min-height:300px;
	padding:80px 0;
	position:relative;
}
.downloads-area:before {
   	background-color: hsla(350, 86%, 53%, 0.80);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
}
.downloads-area h2{color: #ffffff;}
.downloads-area p{color: #ffffff;}
.downloads-area .counter {
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
}
.downloads-area .counter-box > span {
	color: #ffffff;
	font-size: 16px;
	text-transform:uppercase;
}
.downloads-area img{
	margin: 0px auto;
	margin-top: 60px;
}


/*====================================
		===[Blog Area Style ]===
======================================*/
.blog-area{
	background:#ffffff;
	min-height:200px;
	padding:120px 0;
}
.blog-area .blog-full-box{ box-shadow: 0px 0px 5px 0px #d2d2d2;}
.blog-area .blog-full-box .img-box{height: 215px; overflow: hidden; }
.blog-area .blog-full-box img{width: 100%; height: 100%;  transition: all 0.3s ease-in-out;}
.blog-area .blog-full-box .blog-text-single{
	padding: 0px 15px 30px;
	margin-top:-1px;
	transition: all 0.3s ease-in-out;
}
.blog-area .blog-full-box .blog-text-single .blog-admin{
	background: #f4f5f5;
	width: 100%;
	padding: 15px 0px 15px 10px;
	margin-bottom: 40px;
	transition: all 0.3s ease-in-out;
} 
.blog-area .blog-full-box .blog-text-single .blog-admin ul{ margin:0; width: 100%;} 
.blog-area .blog-full-box .blog-text-single .blog-admin ul .date{float: right;} 
.blog-area .blog-full-box .blog-text-single .blog-admin ul li{
	display: inline-block;
	text-align: left;
	margin-right: 10px;
}
.blog-area .blog-full-box .blog-text-single .blog-admin ul li a{ color: #262626; transition: all 0.3s ease-in-out;} 
.blog-area .blog-full-box .blog-text-single .blog-admin ul li a i{ padding-right: 5px;} 
.blog-area .blog-full-box .blog-text-single .blog-text h3{ margin-bottom: 15px;  transition: all 0.3s ease-in-out;}
.blog-area .blog-full-box .blog-text-single .blog-text p{ margin: 0; padding-bottom: 25px;}
.blog-area .blog-text a{
	background: #EF2146;
	font-size: 14px;
	padding: 10px 25px;
	text-transform: uppercase;
	text-align: center;
	color:#ffffff;
	line-height: 40px;
}
.blog-area .blog-full-box:hover img{transform: scale(1.1); transition: all 0.3s ease-in-out;}
.blog-area .blog-full-box:hover .blog-admin{ background: #EF2146; color: #ffffff;}
.blog-area .blog-full-box:hover .blog-admin ul li a{ color: #ffffff;}
.blog-area .blog-full-box:hover .blog-text h3{ color: #EF2146;}


/*====================================
		===[Contant Style ]===
======================================*/
.contact {	background:url(../images/contact.jpg);}
.container.contact-inner {padding-top:120px;}
.contact .header {padding-bottom:15px;}
.contact .form-control {
	background-color: hsla(350, 86%, 53%, 0.5);
	opacity:0.60;
	color:#ffffff !important;
	border:1px solid #262626;
	height:60px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.contact .form-message {
	color:#FFFFFF;
	padding:5px 0 10px;
	text-align:center;
}
.contact textarea.form-control {height:200px;}
.contact .form-horizontal .form-group {	margin:5px 0px;}
.contact .form-control::-moz-placeholder {
	color:#ffffff !important;
	opacity:0.98 !important;
}
.contact .form-control:focus {
	color:#ffffff !important;
	opacity:1 !important;
}
.contact .form-control::-webkit-input-placeholder {
	color:#ffffff !important;
	opacity:1;
}
.contact .btn {
	background:#EF2146;
	margin-top:5px;
	width:100%;
	height:60px;
	padding:16px 0px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	border:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.contact .btn i {margin:0 12px;}
.contact .btn:hover {background:#EF2146 !important; color: #ffffff;}

/*footer bottom*/
.footer-bottom-box{
	border-top:1px solid #EF2146;
	margin-top:60px;
	padding:50px 0;
}
.footer-bottom-box h3 {
    text-transform: none;
    margin-bottom:25px;
    font-size: 24px;
}	
.footer-logo > img {
  height: 120px;
  margin: 0 0 30px;
}
.footer-bottom-box .footer-logo .social-links{margin:0;}
.footer-bottom-box .footer-logo .social-links li{
    display: inline-block;
}
.footer-bottom-box .footer-logo .social-links li i{
    background:transparent;
    border: 1px solid #EF2146;
    height: 40px;
    width: 39px;
    font-size: 22px;
    padding: 8px;
    color: #EF2146;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.footer-bottom-box .footer-logo .social-links li:hover i{
    background: #EF2146;
    border: 1px solid #EF2146;
    color:  #ffffff;
    transition: all 0.3s ease-in-out;
}
.footer-bottom-box .important-link ul{	margin:0;}
.footer-bottom-box .important-link ul li {   margin-bottom: 12px;}
.footer-bottom-box .important-link ul li a{ color: #7c7e83;  transition: all 0.3s ease-in-out;}
.footer-bottom-box .important-link ul li a:hover{
	color: #EF2146;
	transition: all 0.3s ease-in-out;
	padding-left: 5px;
}
.footer-bottom-box .important-link .i_links ul li:last-child {  margin-bottom: 0px;}
.footer-bottom-box .contact-us ul li{ margin-bottom: 20px;} 
.footer-bottom-box .contact-us ul li:last-child {   margin-bottom: 0px;}
.footer-bottom-box .contact-us ul li .contact-icon{
	font-size:18px;
	color: yellow;
	padding-right: 10px;
}
.footer-bottom-box .contact-us ul li span{ display: inline-block;}
.contact  .copyright {
    background: #262626;
    opacity: 0.95;
}
.contact  .copyright p {
    margin: 0;
    padding: 20px;
    color: #ffffff;
}


/*=============================
	images Background
===============================*/
.images-01 header {
    background: url('../images/img-bg.jpg') no-repeat center center/ cover;
    min-height: 910px;
    background-size: cover;
	position:relative;
}
.images-01 header::before {
   display: none;
}	


/*=============================
	Video Background
===============================*/
.video-bg-1 header {
	background:none;
	min-height: 910px;
	background-size: cover;
	position:relative;
}
.video-bg-1 header::before {
	background-color: hsla(350, 86%, 53%, 0.80);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	left:0;
}	
/*=============================
	Slider Background
================================*/
/*=========[ header intro ]=======*/
.slider-01 header .intro-box {margin-top: 0px;}
.slider-01 header .intro-box .intro-img img{
	height:500px;
	margin: 0px auto;
}
.slider-01 header .intro-box .intro-text h1{
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
	line-height:50px;
	color:#ffffff;
}
.slider-01 header .intro-box .intro-text p{
	font-weight:400;
	color:#ffffff;
	font-size:18px;
	margin:30px 0 40px;
	padding:0;
}

.slider-01 header {
	background:none;
	min-height: 910px;
	background-size: cover;
	position:relative;
}
.slider-01 header::before {
  	display: none;
}

.slider-01 header #ht-background-carousel {
  width: 100%;
  top: 0px;
  overflow: hidden;
  position:absolute;
}
.slider-01 header .ht-navbar{
	position:relative;
    padding:20px 0px;
	border-radius:0px;
	    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;	
	z-index:10;	
}
.slider-01 header #ht-background-carousel .carousel-inner .item{
	z-index:0;
	min-height:910px;
}
.slider-01 header #ht-background-carousel .carousel-inner .item:first-child{
	background:url(../images/img-bg.jpg);
	background-size:cover;
	background-position:center;
}
.slider-01 header #ht-background-carousel .carousel-inner .item:nth-child(2){
	background:url(../images/slide-banner-01.jpg);
	background-size:cover;
	background-position:center;
}
.slider-01 header #ht-background-carousel .carousel-inner .item:last-child{
	background:url(../images/slide-banner-03.jpg);
	background-size:cover;
	background-position:center;
}
.slider-01 header #ht-background-carousel .carousel-indicators li{
	display: inline-block;
    width: 15px;
    height: 15px;
    background: #dadada;
    margin-right: 15px;
    text-indent: -9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	border-radius: 50%;
	border:0;
}
.slider-01 header #ht-background-carousel .carousel-indicators li:last-child { margin-right: 0;}
.slider-01 header #ht-background-carousel .carousel-indicators li.active {
    background: #ef494d;
    -webkit-transition: 1s ease;
    transition: 0.5s ease;
}
.slider-01 .carousel-fade .carousel-inner .item {
  opacity:0.5;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.slider-01 .carousel-fade .carousel-inner .active {opacity: 1;}
.slider-01 .carousel-fade .carousel-inner .active.left,
.slider-01 .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity:0.5;
  z-index: 1;
}
.slider-01 .carousel-fade .carousel-inner .next.left,
.slider-01 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.slider-01 .carousel-fade .carousel-control {
  z-index: 2;
}
.slider-01 .fade-carousel .carousel-indicators > li {
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.slider-01 .fade-carousel .carousel-indicators > li.active {
  opacity: 1;
}
.slider-01 .intro-text {margin-top: 330px;}
.slider-01 .intro-img {
	margin-top:180px;
	min-height: 600px;
	width:100%;
}



   	/*==========================================================
						demo version tow
	============================================================*/

.title-02{
	text-transform: none !important;
	font-size: 50px !important;
	color: #EF2146 !important;
	font-weight: 700 !important;
}
.padding-none{padding:0;}
.btn-demo-02{
	background: #ffffff;
	text-align: center;
	margin: 0px auto;
	border:2px solid #ffffff;
	padding: 20px 35px;
	transition: all 0.3s ease-in-out;
}
.btn-demo-02:hover{
	background:transparent !important;
	border:2px solid #ffffff !important;
	color: #ffffff !important;
}
.btn-demo-02 span{
	color:#7c7e83;
	line-height: 60px;
	font-weight: 600;
	font-size:18px;
	border:0px;
}
.btn-demo-02:hover span{
	color: #ffffff;
}
/*====================================
		===[ Header Style ]===
====================================*/
.home-02 header{
	background: none;
	min-height: 750px !important;	
}
.home-02 header::before{background: none;}
.home-02 .header-top {
    background: url('../images/img-bg.jpg') no-repeat center center/ cover;
    min-height: 750px !important;
    background-size: cover;
	position:relative;
}
.home-02 .header-top::before {
	background-color: hsla(350, 86%, 53%, 0.80);
    position: absolute;
    z-index: 0;
	content: "";
    height: 100%;
    width: 100%;
	left:0;
}
.home-02 .header-top .intro-box{margin-top: 0; 	padding-top: 120px; }

.home-02 .header-top .intro-box .intro-img {
	z-index: 0;
}
.home-02 .header-top .intro-box .intro-img img{
	height:500px;
	margin: 0px auto;
}
.home-02 .header-top .intro-text{margin-top: 0;}
.home-02 .header-top .intro-box .intro-text h1{
	font-size:60px;
	font-weight:700;
	text-transform:uppercase;
	line-height:70px;
	color:#ffffff;
	margin-top: 120px;
}
.home-02 .header-top .intro-box .intro-text p{
	font-weight:400;
	color:#ffffff;
	font-size:18px;
	padding:0;
	width: 75%;
	margin:30px auto;

}
.home-02 .btn-demo-02 {
	width:180px;
	height:60px;
	background: #ffffff;
	text-align: center;
	margin: 0px auto;
	z-index: 100;
}
.home-02 .btn-demo-02 a{z-index: 100;}

/*Navbar Style*/

.home-02 .main-navbar{
	background: #262626;
    padding:20px 0px;
	border-radius:0px;
	    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;	
	z-index:10;	
}
.home-02 .navbar-brand {padding-top: 0; height:50px;}
.home-02 header .navbar-brand img{height:100%;}
.home-02 header .main-nav {padding: 10px 0;}
.home-02 header .navbar-nav > li{margin-left:30px;	}
.home-02 header .navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    color:#fff;
    font-size: 15px;
	padding:10px 0;
}
.home-02 header .navbar-nav > li > a::before{
	border: 1px solid #1f9df3;
    bottom:0px;
	left:0%;
    content:"";
    position: absolute;
    width:0%;	
    transition:  0.3s ease-in-out;	
		-webkit-transition: 0.3s ease-in-out;
	    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease;
	visibility:hidden;
}
.home-02 header .navbar-nav > li > a:hover::before, .home-02 header .navbar-nav > li > a:focus::before, .home-02 header .navbar-nav > li.active > a::before{
	border: 1px solid #fff;
    bottom: 0;
	margin:0px auto;
    content: "";
    position: absolute;
    width:100%;	
	    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
	visibility:visible;
}
.home-02 header .navbar-nav > li.active > a{ color:#fff !important;}
.home-02 header .nav > li > a:focus, header .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.home-02 header .is-sticky .main-navbar{
	background-color: #EF2146  !important;
	z-index:9999;
	    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;	
}
.home-02 header .is-sticky  .navbar-brand {padding-top: 0; height:40px;}
.home-02 header .is-sticky  .navbar-nav > li > a::before{
		border: 1px solid #ffffff;
}
/*====================================
		===[About Our App Style ]===
======================================*/

.about-app-02{
	background:#fafafa;
	min-height:600px;
	padding:120px 0;
}
.about-app-02 .about-title-02{
	margin-top: 100px;
}
.about-app-02 .about-title-02 .title-02 {
	margin-bottom: 25px;
}
.about-app-02 .available-on{
	padding-top: 40px;
}
.about-app-02 .available-on>span {
    color: #323232;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    vertical-align: 3px;
}

.about-app-02 .available-on>a {
    color: #dedede;
    font-size: 24px;
    padding: 10px;
    text-decoration: none;
}

/*====================================
		===[Feauture Style ]===
======================================*/

.feauture-02{
	background:#ffffff;
	min-height:600px;
	padding:120px 0;
}
.feauture-02 .feauture-full-body{margin-top: 70px;}
.feauture-02  .feauture_item_padding { margin-bottom:30px;}
.feauture-02  .feauture_item_padding:last-child{margin-bottom:0;}
.feauture-02  .single-item{
	background: #ffffff;
	box-shadow:  0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
	text-align: center;
	padding: 20px 15px;
}
.feauture-02  .feauture_icon {
	border:1px solid #d7d7d7;
	background:transparent;
	border-radius: 50%;
	color: #252525;
	font-size: 35px;
	height: 70px;
	width: 70px;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
	line-height: 70px;
}
.feauture-02  .feauture-full-body h3{
	color: #252525;
	padding-bottom: 10px;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
.feauture-02  .feauture-full-body p{
	color: #7c7e83;
	margin: 0;
}
.feauture-02 .feauture-full-body .single-item:hover .feauture_icon{
	border: 1px solid #EF2146;
	background: #EF2146;
	color: #ffffff;
}
.feauture-02 .feauture-full-body .single-item:hover h3{
	color: #EF2146;
}


/*====================================
		===[Main Feauture Style ]===
======================================*/

.main-feauture{
	background:#fafafa;
	min-height:600px;
	padding:120px 0;
}

/*====================================
		===[Screenshort Style ]===
======================================*/

.screenshot-02{
	background:#ffffff;
	min-height:600px;
	padding:120px 0;
}
#screenshot-carousel-02{
	position: relative;
	width: 100%;
	cursor:w-resize;
}
#screenshot-carousel-02  .owl-item{padding:0 15px;}
#screenshot-carousel-02  .owl-item img {
    width: 100%;
}



/*====================================
		===[team Style ]===
======================================*/
.team-area-02{
	background:#fafafa;
	min-height:200px;
	padding-top:120px;
}
.team-area-02 figure{ position: relative;}
.team-area-02 .member-img { position: relative;}
.team-area-02 .member-img::before {
	background-color: hsla(350, 86%, 53%, 0.80);
	content: "";
	left: 0;
	content:"";
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	transition: all 0.3s ease 0s;
}
.team-area-02 figcaption{
	color: #ffffff;
	text-align: center;
	background-color: hsla(350, 86%, 53%, 0.80);
	bottom:150px;
	content: "";
	left: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width:100%;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
}
.team-area-02 figcaption h4{
	color: #ffffff;
	font-size:18px;
	font-weight: 600;
	margin: 0;
}
.team-area-02 figcaption span {
	color: #fff;
	font-size: 12px;
	transition: all 0.3s ease 0s;
}
.team-area-02 .social-links {margin: 0px auto;text-align: center; padding-top: 5px;}
.team-area-02 .social-links li { display: inline-flex; margin:0px 4px;}
.team-area-02 .social-links li a {
	background:#f4f5f5;
	border-radius: 100%;
	color:  #EF2146;
	display: block;
	font-size: 17px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 44px;
}
.team-area-02 figure:hover figcaption{
	transition: all 0.3s ease 0s;
	bottom:120px;
	visibility: visible;
	opacity: 1;
}
.team-area-02 figure:hover .member-img::before{
	transition: all 0.3s ease 0s;
	height: 100%;
}


/*====================================
		===[video 02 Style ]===
======================================*/
.video-section-02 {
	background: url('../images/demo-02/video.jpg') no-repeat center center fixed;
    background-size: cover;
	position:relative;
	z-index:0;
}	
.video-section-02 .overlay-bg{
	background-color: hsla(350, 86%, 53%, 0.80);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.video-section-02 .video-caption {text-align: center;	padding:172px 0;}
.video-section-02 .video-iframe {
	border: 8px solid #fff;
	border-radius: 50%;
	color: #fff !important;
	font-size: 50px;
	height: 86px;
	outline: medium none;
	padding-left: 12px;
	padding-top: 10px;
	text-decoration: none;
	width: 86px;
	font-weight: 700;
}
.video-section-02 .video-caption iframe {
    display: block;
    margin: 0 auto;
    border:0;
}

/*====================================
		===[Price 02 Style ]===
======================================*/
.price-table1-area-02 {
	padding: 120px 0;
}	
.price-table-box1 {
    text-align: center;
    padding: 25px 0;
    background: #fafafa;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.price-table-box1 span{
	color: #EF2146;
	font-size: 26px;
	font-weight: 600;
}
.price-table-box1 h2{
	margin: 0;
	padding: 10px 0 30px 0;
	margin-bottom: 20px;
	position: relative;
}
.price-table-box1 h2::before{
	position: absolute;
	height: 1px;
	width: 70%;
	margin: 0px auto;
	background: #EF2146;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
}
.price-table-box1 h2 sup{
	font-size: 16px;
}

.price-table-box1 h2 sub{
	font-size: 16px;
}
.pricing_btn {
    padding: 20px 0 25px;
    text-align: center;
}

.pricing_btn p {
    margin-bottom: 0;
}
.pricing_btn a {
    background:  #EF2146;
    border: 1px solid  #EF2146;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    transition: all 0.4s ease 0s;
}
.pricing_btn a:hover {
    background: transparent;
    border: 1px solid #EF2146;
    color: #485a71;
}



/*====================================
		===[Subscriber Style ]===
======================================*/

.subscriber-02{
	background:#fafafa;
	min-height:600px;
	padding:120px 0;
}
.subscriber-02 .subscriber-text{
	margin-top: 150px;
}
.subscriber-02 .post-heading-left h3{
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
.subscriber-02 .post-heading-left p{
    color: #777;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 40px;
}

.subscriber-02 input[type="text"]{
	width: 75%;
    height: 50px;
    font-family: Roboto, Arial, sans-serif;
    color: #b0b0b0;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 20px;
    border: 1px solid #e9e9e9;
    outline: none !important;
    border-radius: 3px;
    box-shadow: inset -2px 2px 2px rgba(0,0,0,.05);
}
.subscriber-02 button{
    color: #FFF !important;
    font-size: 14px;
    line-height: 40px;
    height: 50px;
    width: 180px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    background-color:  #EF2146;
    border: 2px solid  #EF2146;
    outline: none !important;
    border-radius: 0px;
	margin-top: 20px;

}


/*====================================
		===[Client Say Style ]===
======================================*/

.client_quction-02{
	background:#ffffff;
	min-height:300px;
	padding:120px 0;
}
.client_quction-02  h2{
	font-weight: 300;
	margin-bottom: 40px;
	font-size:35px;
}
.client_quction-02 .client-say  h2 span{
	color:  #EF2146;
	font-weight: 700;
}
.client_quction-02 .client-say .testimonial_headline p{
	font-size: 14px;
	padding-left: 40px;
	position: relative;
}
.client_quction-02 .client-say .testimonial_headline p::before{
	 font-family: FontAwesome;
    top:0;
    left:0;
    padding-right:10px;
    content: "\f10d"; 
    position: absolute;
    font-size: 25px;
    color:  #EF2146;
    opacity: 0.6;
}

.client_quction-02 .client-say .img-box{
	height: 100px;
	width: 100px;
	margin: 40px 0 15px 40px;
}

.client_quction-02 .client-say .img-box img{
	height: 100%;
	width: 100%;
}
.client_quction-02 .client-say .reviwar-name{
	padding-left: 40px;
	font-size: 17px;
	position: relative;
}
.client_quction-02 .client-say .reviwar-name span {
    font-size: 12px;
}
.client_quction-02 .owl-pagination {
	margin: 15px auto  0;
	width: 100px;
}
.client_quction-02 .owl-page {
	border: 1px solid #EF2146;
	border-radius: 50%;
	float: left;
	height: 15px;
	width: 15px;
	margin: 0 5px;
}
.client_quction-02 .owl-page.active {
  background:#EF2146;
  border: 1px solid #EF2146;
  	height: 15px;
	width: 15px;
	border-radius:50%;
}


/*FAQ Style*/
.fap-area h2 {
	color:  #EF2146;
	font-weight: 700;
	margin-bottom: 40px;
	font-size:35px;
	text-transform: uppercase;
}
.panel-group .panel + .panel {
  margin-top:15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
}
.panel-group .panel-default {
  border-color: transparent;
}
.panel-group .panel .panel-heading {
  background-color: #EF2146;
  border: 0px solid;
  border-color: transparent;
  padding: 0;
}
.panel-group .panel .panel-title {
  width: 100%;
  height: 57px;
  display: table;
  padding: 0 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.panel-group .panel .panel-title .click {
  background: #fafafa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.panel-group .panel .panel-title a {
  display: block;
  color: #ffffff;
  display: table-cell;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  vertical-align: middle;
  text-decoration: none;
}
.panel-group .panel .panel-title a.collapsed:before {
  position: absolute;
  content: "\f077";
  font-family: FontAwesome;
  font-size: 15px;
  text-align: center;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all .4s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.panel-group .panel .panel-title a:before {
  position: absolute;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 15px;
  text-align: center;
  top: 50%;
  right: 0;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  line-height: 38px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: #ffffff;
}
.panel-group .panel .panel-body {
  background: #fafafa;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}



/*====================================
		===[ demo 02 Contant Style ]===
======================================*/
.contact-02 {	
	background:url("../images/demo-02/contact.jpg") no-repeat center center /cover;
	padding: 120px 0;
	position: relative;
}
.contact-02::before{
	background-color: hsla(350, 86%, 53%, 0.1);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	position: absolute;
}


.contact-info h2 {
  font-size: 30px;
  text-align: left;
  padding-bottom: 10px;
}
.contact-info .content-sub_p {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
} .contact-info .content-sub_p:before {
  position: absolute;
  height: 2px;
  width: 50px;
  content: "";
  background: #EF2146;
  bottom: 0px;
  left: 0px;
}
.contact-info .contact-box {
  margin-top: 60px;
  width: 90%;
  float: left;
}

.contact-info .contact-box .author-adress .single-item-box .item-padding {padding: 0;}
.contact-info .contact-box .author-adress .single-item-box .single-address { padding: 30px 0;}
.contact-info .contact-box .author-adress .single-item-box .single-address i {
  float: left;
  font-size: 25px;
  height: 40px;
  line-height: 30px;
  margin-right: 20px;
  width: 30px;
  color: #EF2146;
}
.contact-info .contact-box .author-adress .single-item-box .single-address h4 {
  margin: 0;
  padding-bottom: 5px;
}
.contact-info .contact-box .author-adress .single-item-box .single-address p {
  margin: 0;
}
.contact-info .contact-box ul {
  margin-top: 20px;
}
.contact-info .contact-box ul li {
  margin: 0 5px;
  display: inline-block;
}
.contact-info .contact-box ul li i {
  background: #f9f9f9;
  border: 1px solid #EF2146;
  border-radius: 100%;
  color: #a7a7a7;
  height: 40px;
  padding: 10px;
  width: 40px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info .contact-box ul li i:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #EF2146;
  color: #ffffff;
}
.input-contact-form .contact-title h2 {
  font-size: 30px;
  text-align: left;
  padding-bottom: 10px;
}
.input-contact-form .contact-title .content-sub_p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.input-contact-form .contact-title .content-sub_p:before {
  position: absolute;
  height: 2px;
  width: 50px;
  content: "";
  background: #EF2146;
  bottom: 0px;
  left: 0px;
}
.input-contact-form .contact-form form {
  margin-top: 60px;
}
.input-contact-form .contact-form form input {
  height: 40px;
}
.input-contact-form .contact-form form input, .input-contact-form .contact-form form textarea {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  margin: 10px 0;
  padding: 10px 20px;
  outline: none;
}
.input-contact-form .contact-form form input:focus, .input-contact-form .contact-form form textarea:focus {
  border: 1px solid #EF2146;
}
.input-contact-form .contact-form form input[type="submit"] {
  background: #EF2146;
  border-radius: 0;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  height: 40px;
  text-transform: uppercase;
}

/*footer bottom*/
footer{
	padding:120px 0 30px;
}
footer .footer-top img{
	height: 80px;
	width: 240px;
}
footer .footer-top h2{
	padding-top: 5px;
	color: #494c52;
	font-size: 45px;
	font-weight: 700;
	margin: 0;
}
footer .footer-top p{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	margin: 0;
	padding: 15px 0 50px 0;
}
footer .footer-top ul{
	margin:0;
}

footer .footer-top ul li{
	display: inline-block;	
	margin: 0 15px;
}
footer .footer-top ul li a i{
    font-size:60px;
    color: #7c7e83;
    transition: all 0.3s ease-in-out;	
}
footer .footer-top ul li a i:hover{
	color: #EF2146;
}
.footer-copyright{
	margin-top: 50px;
}
footer .footer-copyright .copyrighy-pera{
	float: left;
	margin: 0
}
footer .footer-copyright .copyrighy-pera span{
	color:#EF2146; 
	font-weight: 600;
}


/*=============================
	images Background
===============================*/
.images-02 header{
	background: none;
 min-height: 750px !important;	
}
.images-02 header::before{background: none;}
.images-02 .header-top {
    background: url('../images/demo-02/img-bg.jpg') no-repeat center center/ cover;
    min-height: 750px !important;
    background-size: cover;
}
.images-02 .header-top::before {
   display: none;
}
.images-02 .header-top .intro-box{margin-top: 0; 	padding-top: 120px; }

.images-02  .header-top .intro-box{margin-top: 0; 	padding-top: 120px; }

.images-02  .header-top .intro-box .intro-img {
	z-index: 0;
}
.images-02  .header-top .intro-box .intro-img img{
	height:500px;
	margin: 0px auto;
}
.images-02  .header-top .intro-text{margin-top: 0;}
.images-02  .header-top .intro-box .intro-text h1{
	font-size:60px;
	font-weight:700;
	text-transform:uppercase;
	line-height:70px;
	color:#ffffff;
	margin-top: 120px;
}
.home-02 .header-top .intro-box .intro-text p{
	font-weight:400;
	color:#ffffff;
	font-size:18px;
	padding:0;
	width: 75%;
	margin:30px auto;

}
.home-02 .btn-demo-02 {
	width:180px;
	height:60px;
	background: #ffffff;
	text-align: center;
	margin: 0px auto;
	z-index: 100;
}
.home-02 .btn-demo-02 a{z-index: 100;}

/*Navbar Style*/

.images-02 header .main-navbar{
	background: #262626 !important;
}
.images-02 header .is-sticky .main-navbar{
	background-color: #EF2146  !important;
	z-index:9999;
	    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;	
}
/*=============================
	Video Background
===============================*/

.video-02 .header-top {
    background:none;
    min-height: 700px !important;
    background-size: cover;
	position:relative;
}
.home-02 .header-top::before {
    background:rgba(242, 80, 77, 0.8);
    position: absolute;
    z-index: 0;
	content: "";
    height: 100%;
    width: 100%;
	left:0;
}
/*=========[ index 04 intro ]=======*/
.index-04 header{
	min-height:500px;
}
.index-04 header .intro-box {margin-top:0px;}
.index-04 header .intro-box .intro-img img{
	height:400px;
	margin: 0px auto;
}
.index-04 header .intro-box .intro-text h1{
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
	line-height:50px;
	color:#ffffff;
}
.index-04 header .intro-box .intro-text p{
	font-weight:400;
	color:#ffffff;
	font-size:18px;
	margin:30px 0 40px;
	padding:0;
}

/*=========[ index 04 intro ]=======*/
.shape-1 header::after {
  background-color: #ffffff;
  bottom: -106px;
  content: "";
  height: 185px;
  left: -73px;
  position: absolute;
  transform: rotate(175deg);
  width: 141%;
  z-index: 0;
}
/*=========[ index 04 intro ]=======*/
.shape-2 header::after {
  background:url("../images/shape1.png") no-repeat center center /cover;
  bottom: 0px;
  content: "";
  height: 185px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

/*=========[ index 04 intro ]=======*/
.shape-3 header::after {
  background:url("../images/shape2.png") no-repeat center center /cover;
  bottom: 0px;
  content: "";
  height: 185px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 0;
}



