/*
Template Name: NecTech - App Landing WordPress Theme
Author       : Abubakar Siddique
Version      : 1.0
*/

/****** Table Of Content ***************
=================================================
#1. Typography
#2. Pre Loader
#3. Header Design
#4. Banner Design
#5. Features
#6. Fun Facts
#7. Screenshot
#8. Testimonials
#9. Pricing
#10. Video
#11. Download
#12. Subscribe
#13. Blog Section
#14. Contact Us
#15. Modal
#16. Footer
#17. Responsive Design
=================================================
*/

/************* Typography ******************/
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
}
input:focus,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
ul{
	margin:0;
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Dosis', sans-serif;
}
h1{
	font-size:36px;
	color:#333;
	font-weight:700;
	line-height:normal;
	margin:0 0 20px;
	text-transform:uppercase;
}
h2{
	font-size:28px;
	color:#333;
	font-weight:600;
	line-height:normal;
	margin:0 0 20px;
	position:relative;
}
h3{
	font-size:20px;
	color:#333;
	font-weight:600;
	line-height:normal;
	margin:0 0 10px;
	position:relative;
	text-transform:capitalize;
}
h4{
	font-size:18px;
	color:#333;
	font-weight:400;
	line-height:normal;
	position:relative;
	text-transform:capitalize;
	margin:0;
}
h1 span{
	color:#ff3366;
}
p{
	font-size:14px;
	margin:0 0 20px;
	color:#333;
	font-weight:400;
	line-height:30px;
	font-family: 'Raleway', sans-serif;
}
.btn{
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	width:auto;
	line-height:24px;
	padding:8px 20px 6px;
	display:inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	position:relative;
	min-width:110px;
	font-family: 'Raleway', sans-serif;
}
.btn::before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255,255,255,0.2);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn.btn-primary{
	background:#ff3366;
	color:#fff;
	border:none;
}
.btn.btn-primary:hover:before, 
.btn.btn-primary:focus:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn.btn-default{
	border:1px solid #ff3366;
	background:none;
	color:#ff3366;
	opacity:1;
}
.btn.btn-default:hover{
	background:#ff3366;
	border-color:#ff3366;
	color:#fff;
}
.btn > .fa{
	padding-right:4px;
}
body{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#333;
	background:#fff;
	overflow-x: hidden;
}
section.content {
    width: 100%;
    float: left;
    height: auto;
}
.section-spacing{
	width:100%;
	float:left;
	height:auto;
	padding:70px 0;
}
.no-spacing .fw-container-fluid{
	padding:0;
}
.container{
	position:relative;
	z-index:3;
}
.fw-container-fluid {
    max-width: 1170px;
}
#home .fw-container-fluid {
    max-width: 100%;
    width: 100%;
}

/*================================ Pre Loader ====================================*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	background:url(img/loader.gif) no-repeat center center;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/*================================ Header Design ================================*/
.navbar-default{
	background:none;
	margin:0;
	border:none;
}
.navbar {
	padding: 20px 0;
	-webkit-transition:background .4s ease-in-out,padding .4s ease-in-out;
	-moz-transition:background .4s ease-in-out,padding .4s ease-in-out;
	-ms-transition:background .4s ease-in-out,padding .4s ease-in-out;
	-o-transition:background .4s ease-in-out,padding .4s ease-in-out;
	transition:background .4s ease-in-out,padding .4s ease-in-out;
}
.top-nav-collapse{
	background:rgba(0,0,0,0.9);
	-webkit-box-shadow:0 -7px 12px rgba(0, 0, 0, 0.8);
	-ms-box-shadow:0 -7px 12px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:0 -7px 12px rgba(0, 0, 0, 0.8);
	-o-box-shadow:0 -7px 12px rgba(0, 0, 0, 0.8);
	box-shadow:0 -7px 12px rgba(0, 0, 0, 0.8);
	padding:10px 0;
}
.logo {
    display: block;
    padding: 10px 0;
    float: left;
    height: auto;
}
.navbar-default.top-nav-collapse .navbar-nav > li > a, 
.navbar-default.top-nav-collapse .navbar-nav > li > a:focus{
	color:#fff;
}
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand{
	margin:0;
	height:auto;
	padding: 0;
	color:#fff;
	line-height:48px;
}
.navbar-default .navbar-nav > li{
	margin-left:20px;
}
.navbar-default .navbar-nav > li:first-child{
	margin:0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding:14px 5px;
	font-family: 'Dosis', sans-serif;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default.top-nav-collapse .navbar-nav > .active > a, 
.navbar-default.top-nav-collapse .navbar-nav > .active > a:focus, 
.navbar-default.top-nav-collapse .navbar-nav > .active > a:hover,
.navbar-default.top-nav-collapse .navbar-nav > li > a:hover{
	color:#ff3366;
	background:none;
}
.navbar-right{
	margin:0;
}
.offcanvas-stop-scrolling{
	overflow:visible;
	overflow-x:hidden;
}
#navbar{
	height:auto!important;
}
.navbar-brand > img {
    display: inline-block;
}
.dropdown-menu.shown {
    display: block;
}


/*================================ Banner Design ================================*/
#banner{
	width:100%;
	float:left;
	min-height:800px;
	height:auto;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
	position:relative;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	padding:159px 0 100px;
}

.parallax-bg{
	background-repeat:no-repeat;
	background-position: center center;
	position:relative;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
.parallax-bg::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background:rgba(0,0,0,0.55);
}
.banner-content{
	width:100%;
	float:left;
	height:auto;
	padding-top:70px;
}
.banner-content p:last-child{
	margin:0;
}
.banner-content h1{
	font-weight:300;
	font-size:36px;
	color:#fff;
	line-height:45px;
	margin:0 0 30px;
}
.banner-content p{
	color:rgba(255,255,255,0.9);
	margin:0 0 40px;
	font-size:18px;
}
.banner-content .btn.btn-default{
	border-color:rgba(255,255,255,0.9);
	color:rgba(255,255,255,0.9);
	margin-right:20px;
}
.banner-content .btn.btn-default:hover{
	background:#fff;
	border-color:#fff;
	color:#ff3366;
}
#banner .banner-content .btn.btn-default:last-child{
	margin:0;
}

/*================================= Features ===============================*/
.section-overlay {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index:1;
}
.fw-col-inner {
    position: relative;
    z-index: 3;
}
.section-title{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 40px;
}
.section-title h1{
	position:relative;
	padding-bottom:10px;
}
.section-title h1::before{
	width:65px;
	height:2px;
	content:'';
	border-bottom:3px dashed #ff3366;
	position:absolute;
	left:50%;
	bottom:0;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.section-title p{
	margin:0;
}
.features-block{
	width:100%;
	float:left;
	height:auto;
	padding-top:60px;
}
.features-block .features-list:last-child{
	margin:0;
}
.features-list{
	width:100%;
	display:table;
	height:auto;
	margin:0 0 30px;
}
.features-list .icon {
    display: table-cell;
    vertical-align: top;
    text-align: left;
	padding-right:20px;
}
.features-list .icon .fa{
	font-size: 25px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#333;
	background:rgba(0,0,0,0.1);
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.feature-info {
    float: left;
	height:auto;
}
.feature-info h3{
	margin:0 0 5px;
}
.features-list:hover .icon .fa{
	color:#fff;
	background:#ff3366
}
.gap{
	width:100%;
	float:left;
	height:70px;
}

/*================================= Fun Facts ==============================*/
.fun-facts-info{
	width:100%;
	text-align:center;
	padding:50px 10px;
}
.fun-facts-info h4{
	color:#fff;
}
.fun-facts-info .fa{
	font-size:30px;
	color:rgba(255,255,255,0.8);
	width:80px;
	line-height:78px;
	border:1px solid rgba(255,255,255,0.8);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	margin:0 0 10px;
}
.fun-facts-info:hover .fa{
	background:#fff;
	border-color:#fff;
	color:#ff3366;
}
.counter{
	width:100%;
	float:left;
	height:auto;
	font-size:36px;
	font-weight:700;
	color:#fff;
	margin:0 0 5px;
}

/*================================= Screenshot ============================*/
[data-carousel-3d]{
	border:none;
	background:none;
}
[data-carousel-3d]::before {
    padding-top: 65%;
}
[data-carousel-3d] [data-prev-button],
[data-carousel-3d] [data-next-button]{
	height:40px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
[data-carousel-3d] [data-prev-button]::before {
    color: #ff3366;
    font-family: FontAwesome;
	content:"\f104";
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: auto;
    top: 0px;
    width: 40px;
    font-size: 35px;
    background: #fff;
    border-radius: 50%;
    padding: 0px 11px;
    transition: all 0.4s ease 0s;
	cursor:pointer;
	text-align:left;
	border:1px solid #ff3366;
	opacity:0;
	visibility:hidden;
	left:-40px;
}
[data-carousel-3d] [data-next-button]::before {
    color: #ff3366;
    font-family: FontAwesome;
	content:"\f105";
    height: 40px;
    line-height: 38px;
    position: absolute;
    top: 0px;
    width: 40px;
	left:auto;
    font-size: 35px;
    background: #fff;
    border-radius: 50%;
    padding: 0px 11px;
    transition: all 0.4s ease 0s;
	cursor:pointer;
	text-align:right;
	border:1px solid #ff3366;
	opacity:0;
	visibility:hidden;
	right:-40px;
}
[data-carousel-3d] [data-next-button]:hover::before,
[data-carousel-3d] [data-prev-button]:hover::before{
	color: #fff;
	background:#ff3366;
}
.screenshot-carousel:hover [data-next-button]::before{
	opacity:1;
	visibility:visible;
	right:0;
}
.screenshot-carousel:hover [data-prev-button]::before{
	opacity:1;
	visibility:visible;
	left:0;
}

/*================================= Testimonials ===========================*/
#testimonial-carousel {
    padding: 40px 0;
	text-align:center;
}
#testimonial-carousel .fa.fa-quote-left{
	font-size:40px;
	color:rgba(255,255,255,0.98);
	margin:0 0 30px;
}
#testimonial-carousel .author-comments{
	display:block;
	margin:0 0 15px;
}
#testimonial-carousel .author-comments p{
	color:#fff;
	font-size:18px;
	line-height:36px;
}
#testimonial-carousel .author-rating{
	display:block;
	margin:0 0 40px;
	font-size:16px;
	color:#fec42d;
}
#testimonial-carousel .author-img{
	display:block;
	margin:0 0 10px;
}
#testimonial-carousel .author-img img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
#testimonial-carousel .author-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    opacity: 0.98;
}
#testimonial-carousel .designation{
	display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.98;
	font-style:italic;
}
.carousel-indicators{
	bottom:0;
	margin:40px 0 0;
	position:relative;
	left:0;
	width:100%;
	text-align:center;
}
.carousel-indicators li{
	border-color:#ff3366;
	margin:1px 8px;
}
.carousel-indicators .active{
	background:#ff3366;
	margin:0 8px;
}

/*================================= Pricing ===============================*/
.pricing-table{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #ccc;
}
.pricing-header{
	width:100%;
	float:left;
	height:auto;
	padding:30px 0;
	background:#3d424f;
	border-bottom:8px solid #4d5361;
	position:relative;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.pricing-table:hover .pricing-header{
	border-color:#ff3366;
}
.pricing-header::before{
	width:0;
	height:0;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid #4d5361;
	position:absolute;
	left:50%;
	bottom:-20px;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	content:'';
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.pricing-table:hover .pricing-header::before{
	border-top-color:#ff3366;
}
.pricing-header h1{
	font-size:36px;
	font-weight:700;
	color:#fff;
	margin:0;
	line-height:35px;
	text-align:center;
	font-style:italic;
}
.pricing-body{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #ccc;
	border-top:none;
	text-align:center;
}
.pricing-table .price{
	text-align:center;
	font-size:36px;
	color:#333;
	font-weight:700;
	padding:32px 0 20px;
	background:#fcfcfb;
	width:100%;
	float:left;
}
.pricing-table .price span{
	border:1px solid #ccc;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width: 91px;
	display: inline-block;
	padding: 19px 0;
	background:#fff;
	height:91px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.pricing-table .price sup{
	font-size:12px;
	font-weight:400;
	top:-18px;
}
.pricing-table .price sub{
	font-size:12px;
	font-weight:400;
}
.pricing-list{
	width:100%;
	float:left;
}
.price-default{
	padding:10px;
	border-bottom:1px solid rgba(0,0,0,0.01);
	float:left;
	width:100%;
	font-weight:600;
}
.pricing-body .sign-up {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #fcfcfb;
}
.pricing-table:hover .price{
	color:#fff;
}
.pricing-table:hover .price span{
	border-color:#ff3366;
	background:#ff3366;
}
.offer-action{
	width:100%;
	float:left;
	padding:20px 0;
	height:auto;
	background:#fcfcfb;
}

/*================================= Video ==================================*/
.modal-open .modal{
	background:rgba(0,0,0,0.7);
	z-index:99;
}
.modal iframe{
	height:400px;
}
.modal-backdrop{
	z-index:-1;
}
.video-info{
	padding:130px 0;
	float:left;
	width:100%;
	height:auto;
}
.video-info a{
	display:inline-block;
	color:#ff3366;
}
.video-info a .fa{
	width:100px;
	display:inline-block;
	background:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	line-height:100px;
	font-size:36px;
	text-align:center;
}

/*================================= Download ===============================*/
.download-info{
	width:100%;
	float:left;
	height:auto;
	padding-top:90px;
}
.download-link{
	display:block;
	margin:40px 0 0;
}
.download-link a + a{
	margin-left:25px;
}

/*================================= Subscribe =================================*/
.subscribe-content {
    width: 100%;
    float: left;
    height: auto;
    padding: 40px 0;
}
#subscribe h1,#subscribe p{
	color:#fff;
	opacity:0.95;
}
#subscribe .form-control{
	background:#f5f5f5;
	border:none;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	padding-left:20px;
	height: 55px;
	padding: 5px 15px 5px 20x;
	box-shadow:none;
	color:#333;
}
.form-control::-moz-placeholder{
	color:#333;
	opacity:1;
}
.form-control::-ms-input-placeholder{
	color:#333;
	opacity:1;
}
.form-control::-webkit-input-placeholder{
	color:#333;
	opacity:1;
}

#subscribe .btn.btn-default{
	background:#f5f5f5;
	color:#fff;
	line-height:41px!important;
	border:none;
	border-left:1px solid #ff3366;
	border-radius:0 4px 4px 0;
}
#subscribe .btn.btn-default:hover{
	background:#ff3366;
	color:#fff;
}
.input-group-addon{
	padding:0;
	background:none;
	border:none;
}
/*********************** Blog Section **********************************/
.mc4wp-form + p{
	display:none!important;
}
section.custom-banner {
    height: 88px;
	width:100%;
	float:left;
	background:#000;
}
.mc4wp-response{
	margin:20px 0 0;
}
#subscribe .mc4wp-response p{
	margin:0;
}
.fw-flash-messages {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    background: #fff;
    font-size: 40px;
    z-index: 9999;
    padding: 20px;
    top: 0;
}
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.post{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 30px;
}
.overlay{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
}
.overlay::before{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	content:'';
	left:0;
	top:0;
	background:#ff3366;
	opacity:0.6;
}
.overlay .fa {
    color: #fff;
    font-size: 25px;
    position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:7;
}
a{
	color:#333;
}
a:hover{
	color:#ff3366;
}
blockquote{
	border-color:#ff3366;
	font-style:italic;
}
.navigation.post-navigation {
    float: left;
    width: 100%;
}
.navigation.post-navigation  a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	width:auto;
	line-height:24px;
	padding:8px 20px 6px;
	display:inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	border:1px solid #ff3366;
	background:none;
	color:#ff3366;
	text-align:center;
}
.navigation.post-navigation  a:hover{
	color:#fff;
	background:#ff3366;
}
#blog .col-md-4:nth-last-child(-n+3) .archive-content{
	margin:0!important;
}
.post-thumb{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:0 0 20px;
}
.post h3 a{
	color:inherit;
}
.post-by a,
.post-comments a{
	font-size:14px;
	color:#666;
}
.post-by a:hover,
.post-comments a:hover{
	color:#ff3366;
}
.post-date{
	font-size: 14px;
	color: #666;
	text-transform: capitalize;
}
.post-meta{
	margin:0 0 10px;
}
.post-meta li a,
.list-inline li a{
	color:#333;
}
.post-meta li a:hover,
.list-inline li a:hover{
	color:#ff3366;
}
.post-comments{
	font-size:14px;
	color:#666;
	margin-left:10px;
}
.comment-navigation .nav-previous, 
.paging-navigation .nav-previous, 
.post-navigation .nav-previous{
	width:auto;
}
.comment-navigation .nav-next, 
.paging-navigation .nav-next, 
.post-navigation .nav-next{
	width:auto;
}
.archive-content:hover .overlay {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.post-thumb > a {
    display: inline-block;
    position: relative;
    z-index: 9;
}
.entry-content{
	width:100%;
	float:left;
	height:auto;
	margin:0;
}
.single-content ul{
	list-style:circle inside;
	margin:0 0 15px 10px;
}
.single-content ul li ul,
.single-content ol li ol{
	margin:10px 0 10px 10px;
	line-height:30px;
}
.single-content ol{
	list-style-position:inside;
	margin:0 0 10px 15px;
}
.single-content ol li,
.single-content ul li{
	margin:0 0 5px;
	line-height:30px;
}
.entry-content li span{
	font-size:14px!important;
	color:#333!important;
	line-height:30px!important;
}

.archive-content ul{
	list-style:circle inside;
	margin:0 0 15px 10px;
}
.archive-content ul li ul,
.archive-content ol li ol{
	margin:10px 0 10px 10px;
}
.archive-content ol{
	list-style-position:inside;
	margin:0 0 10px 15px;
}
.archive-content ol li,
.archive-content ul li{
	margin:0 0 5px;
	line-height:30px;
}
table{
	margin:0 0 20px;
	border-collapse: collapse;
}
table, th, td {
    border: 1px solid #ccc;
}
dt{
	margin:0 0 5px;
}
dd{
	margin:0 0 10px;
}
.post-password-form input{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: auto;
}
.post-password-form input:focus{
	border-color:#ff3366;
}
.post-password-form input[type="submit"]{
	background: #ff3366 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
}
.post-password-form input[type="submit"]:hover{
	opacity:0.8;
}
.blog-post {
    width: 100%;
    float: left;
	height:auto;
}
#recentcomments li{
	padding:8px 0;
}
.blog-post blockquote {
    border-left: 3px solid #ff3366;
    font-style: italic;
}
a.more-link,
.author-post .author-content a:hover{
	color:#ff3366;
}
.single-post-tags {
    list-style: none;
    margin: 35px 0 0 0;
    padding: 0;
}
.single-post-tags li {
    display: inline-block;
    text-transform: uppercase;
}
.single-post-tags li:first-of-type {
    font-weight: bold;
    color: #ff3366;
}
.single-post-tags li a {
    color: #575756;
    text-transform: none;
}
.author-post .author-img {
    float: left;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid #ff3366;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.author-post .author-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 2px;
}
input[type='submit'].btn.btn-primary{
	height:40px;
}
.author-post .author-content {
    margin-left: 120px;
}
.author-post .author-content a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
	text-transform:capitalize;
}
.author-post .author-content h2 small {
    font-weight: 300;
    font-size: 18px;
}
.author-post .author-content p {
    font-size: 14px;
    line-height: 30px;
	margin:0;
}
.blog-post .post-attachment {
    margin-bottom: 30px;
}
.blog-post .post-content-text {
    margin-top: 0px;
}

.blog-post .post-content-text .entry-content {
    margin-top: 0px;
	width:100%;
	float:left;
}
.blog-post.blog-card .post-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.blog-post.blog-card .entry-content{
    margin-top: 15px;
	width:100%;
	float:left;
}
.blog-post.blog-card .post-attachment{
    margin-bottom: 0;
}
.meta-featured-post {
    background-color: none
    color: #333;
    border-radius: 2px;
}
.archive-content {
	width:100%;
	float:left;
	height:auto;
	margin:0 0 40px!important;
}
.blog-post .archive-content:last-child{
	margin:0;
}
.hentry, .widget{
	margin:0;
}
.page404{
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}
.blog-post .post-content-text .post-date {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 22px;
    display: block;
    color: #575756;
}

.blog-post .post-content-text .read-more {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: normal;
}
.post-head-meta .entry-meta, .entry-header .entry-meta{
    margin-left: 0;
}
.blog-post.blog-card .entry-content:first-child {
    margin-top: 0;
}
.single .meta-featured-post {
    background-color: #fff;
    color: #ff3366;
}
.entry-header {
    margin-bottom: 10px;
}
#archive-page .post-thumb{
	margin:0 0 10px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 8px;
    padding-left: 0;
}

.blog-post .hentry, 
.blog-post .widget{
	margin:0;
}
.pagination .page-numbers {
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    padding: 0;
    margin: 0;
	vertical-align:middle;
}
.pagination .page-numbers li{
	display:inline-block;
}
.pagination.custom{
	width:100%;
	float:left;
	height:auto;
}
.search-widget.search-form {
    max-width: 420px;
}
.pagination .page-numbers li a ,
.pagination .page-numbers a,
.pagination .page-numbers li span.dots {
    display: inline-block;
    padding: 0;
    min-width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 19px;
    background-color: #e5e9ec;
	color: #333;
    padding: 0 0px;
}
.pagination .page-numbers li span.dots{
	font-weight:900;
	font-size:20px;
}
.pagination .page-numbers li span.current,
.pagination.custom .page-numbers.current{
	display: inline-block;
    padding: 0;
    min-width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 19px;
	background-color: #ff3366;
	color:#fff;
    padding: 0 0px;
}
.pagination .page-numbers li a {
    color: #333;
    display: block;
    padding: 0 0px;
}
.pagination .page-numbers li a.next,
.pagination .page-numbers li a.prev{
	padding:0 15px;
}
.pagination .page-numbers li a i {
    font-size: 14px;
    margin-left: 2px;
}
.pagination .page-numbers li a:hover,
.pagination .page-numbers a:hover {
    background-color: #ff3366;
	color:#fff;
}
.pagination .page-numbers li:hover a {
    color: #fff;
}
.pagination .page-numbers li.active {
    color: #fff;
    background-color: #ff3366;

}
.sidebar{
	width:100%;
	float:left;
	height:auto;
}
.sidebar .widget-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	position:relative;
    color: #333;
	padding-bottom:8px;
}
.sidebar .widget-title::before{
	width:40px;
	height:2px;
	content:'';
	background:#ff3366;
	position:absolute;
	left:0;
	bottom:0;
}
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
section.hentry{
    margin-bottom: 0;
}
.sidebar .widget ul {
    list-style: circle inside;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.sidebar .widget li ul {
    padding-left: 20px;
}
.sidebar .widget ul li {
    border-bottom: 1px solid #e3e2e2;
    vertical-align: middle;
    line-height: 24px;
    transition: background 0.4s ease-in-out;
	padding:0px 0;
}
.sidebar .widget li li {
    border-bottom: none;
}
.sidebar .widget li li ul {
    border-bottom: none;
}
.sidebar .widget ul li i {
    color: #ff3366;
    margin: 0 7px;
}
.comment-author-link,
.sidebar .widget ul li a:hover{
	color:#ff3366;
}
.sidebar .widget ul li a {
    color: #333;
    text-decoration: none;
	padding:8px 0;
	display:inline-block;
}
.sidebar .widget .tagcloud {
    overflow: hidden;
}
.sidebar .widget .tagcloud a {
    font-size: inherit!important;
    color: #333;
    padding: 6px 18px;
	border:1px solid #e3e2e2;
    display: inline-block;
    margin: 4px 4px 0 0;
    float: left;
    height: auto;
    border-radius: 5px;
    text-decoration: none;
}
.sidebar .widget .tagcloud a:hover {
    background-color: #ff3366;
	color:#fff;
	border-color:#ff3366;
}
.sidebar .widget:after {
    clear: both;
}
.widget_rss li {
    margin-bottom: 30px;
}
.sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.search-form form .input-group input {
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    box-shadow: none!important;
    background: #f5f5f5;
    -webkit-appearance: none;
}
.search-form form .input-group-addon {
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 48px;
    height: 35px;
    border-radius: 0px;
    background-color: #ff3366;
}
.search-form form .input-group-addon .glyphicon {
    font-size: 16px;
    padding: 2px 0 0 2px;
}
.search-form form .form-control {
    box-shadow: none;
}
.search-form form .input-group {
    width: 100%;
    height: 35px;
}
.error-page {
    padding-bottom: 85px;
}
.error-page .container {
    border-bottom: 10px solid #ff3366;
}
.error-page h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.error-page h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    color: #ff3366;
}
.error-page h3 span {
    color: #575756;
    font-weight: 300;
}
.error-page .error-search {
    padding-top: 60px;
}
.error-page .error404 {
    color: #e7e7e7;
    font-weight: 900;
    font-size: 220px;
    border-right: 1px solid #ccc;
    height: 205px;
    line-height: 205px;
    margin-bottom: 60px;
    margin-top: 45px;
    margin-right: -17px;
}
.error-page form {
    margin-top: 20px;
}
.error-page form ::-webkit-input-placeholder {
    color: #333;
}
.error-page form :-moz-placeholder {
    color: #333;
}
.error-page form ::-moz-placeholder {
    color: #333;
}
.error-page form :-ms-input-placeholder {
    color: #333;
}
.error-page form .input-group input {
    border-radius: 0;
    color: #ff3366;
    font-size: 14px;
    padding-left: 15px;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
}
.error-page form .input-group-addon {
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #ff3366;
}
.error-page form .input-group-addon .glyphicon {
    font-size: 20px;
}
.error-page form .form-control {
    box-shadow: none;
}
.error-page form .input-group {
    width: 100%;
    background-color: #eff1f2;
    height: 48px;
    border-radius: 24px;
}
.post-navigation a{
	font-size:14px;
	text-transform:uppercase;
}

#comments .comments-title {
    font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
#comments h3{
	margin:0 0 15px;
}
ol.comments {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}
ol.comments li {} ol.comments li.alt {} ol.comments li.bypostauthor {} ol.comments li.byuser {} ol.comments li.comment-author-admin {} ol.comments li.comment {
    padding: 10px 0;
    margin: 25px 0;
}
ol.comments li div.comment-author .fn {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    /*margin-left: 35px;*/
	text-transform:capitalize;
}
ol.comments li div.vcard {} ol.comments li div.vcard cite.fn {
    font-style: normal;
}
ol.comments li div.vcard cite.fn a.url {
	font-size:16px;
} 
ol.comments li div.vcard img.avatar {} 
ol.comments li div.vcard img.avatar-32 {} 
ol.comments li div.vcard img.photo {
    float: left;
    width: 82px;
    height: 82px;
    padding: 2px;
    border-radius: 61px;
    border: 1px solid #ff3366;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-left: -117px;
}
ol.comments .comment-content,
ol.comments li div.comment-metadata {
}
ol.comments li div.vcard span.says {} ol.comments li div.comment-metadata {
    font-size: 14px;
}
ol.comments li div.comment-meta {
    font-size: 14px;
}
ol.comments li div.comment-meta a {
    font-size: 14px;
}
ol.comments li p {
    margin: 0 0 15px;
}
ol.comments li ul {
    list-style: square;
    margin: 0 0 15px 25px;
}
ol.comments li div.reply {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 1px;
    position: absolute;
    top: 0;
    right: 0;
}
ol.comments li div.reply a {} ol.comments li ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}
ol.comments li ul.children li {} ol.comments li ul.children li.alt {} ol.comments li ul.children li.bypostauthor {} ol.comments li ul.children li.byuser {} ol.comments li ul.children li.comment {
    padding-left: 15px;
}
ol.comments li ul.children li.comment-author-admin {} ol.comments li ul.children li.depth-2 {
    margin: 0 0 .25em 1.25em;
}
ol.comments li ul.children li.depth-3 {
    margin: 0 0 .25em 1.25em;
}
ol.comments li ul.children li.depth-4 {
    margin: 0 0 .25em 1.25em;
}
ol.comments li ul.children li.depth-5 {} ol.comments li ul.children li.odd {} ol.comments li.even {} ol.comments li.odd {} ol.comments li.parent {} ol.comments li.pingback {
    border-bottom: 1px dotted #666;
    padding: 1em;
}
ol.comments li.thread-alt {} ol.comments li.thread-even {} ol.comments li.thread-odd {} ol.comments li.odd.depth-1 {
    background-color: #fff;
}
ol.comments span.edit-link {
    margin-left: 10px;
}
ol.comments .comment-meta {
    margin-bottom: 10px;
}
ol.comments .comment-content {} ol.comments .comment-body {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e2e2;
    margin-bottom: 15px;
    position: relative;
    padding-left: 117px;
}
#commentform {
    /* max-width: 550px;*/
}
hr{
	width:100%;
	float:left;
	margin:30px 0;
}
.author-post ,
.comments-area{
    width: 100%;
    float: left;
    height: auto;
}
.single-post-content ul{
	list-style:circle inside;
	margin:0 0 15px 10px;
}
.single-post-content ol{
	list-style-position:inside;
	margin:0 0 10px 15px;
}
.single-post-content ol li,
.single-post-content ul li{
	margin:0 0 5px;
	line-height:30px;
	color:#333;
}
.single-post-content ol li ol,
.single-post-content ul li ul{
	margin:10px 0 10px 15px;
}
.nav-links{
	width:100%;
	float:left;
	height:auto;
	margin:20px 0 0px;
	border-bottom:none;
}
.single-post-content .author-post {
    border-top: 1px solid #eee;
    padding-top: 30px;
	margin-top:30px;
}
.field-submit.form-group {
    margin: 15px 0 0;
}
.field-submit.form-group .btn.btn-default{
	line-height:24px !important
}
.search-widget.search-form {
    max-width: 500px;
}
.blog-post .section-title,
#archive-page .section-title  {
    text-align: left;
}
.blog-post .section-title h1::before,
#archive-page .section-title h1::before{
	left:0;
	transform: translateX(0);
}

/*================================= Contact Us =============================*/
.form-control{
	height:45px;
	box-shadow:none!important;
	border:none;
	background:#f5f5f5;
}
.form-control:focus{
	border-color:#ff3366;
}
#sccess-field{
	width:100%;
	margin-top:15px;
	float:left;
	color:#008000;
}
button:focus{
	outline:none!important;
}
#newsletter-form-msg {
    display: none;
}

/*================================= Modal ==================================*/
iframe {
    width: 100%;
    border: none;
}
.modal-content{
	border:none;
	background:none;
	box-shadow:none;
}
.modal-body{
	padding:0;
}
.modal-header{
	padding:0;
	border:none;
}
.modal-content .close{
	opacity:1;
	margin:0 0 10px;
	text-shadow:none;
	color:#fff;
}

/*================================= Footer =================================*/
.back-top {
    width: auto;
    float: right;
    height: auto;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}
.back-top a {
    display: inline-block;
    text-align: center;
}
.back-top i {
    background: #ff3366 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
footer{
	width:100%;
	float:left;
	height:auto;
	padding:40px 0;
	background:#23282f;
}
.footer-logo{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 35px;
}
.footer-logo a{
	color:#fff;
}
.copyright{
	width:100%;
	float:left;
	height:auto;
}
.copyright p{
	margin:0;
	font-size:13px;
	line-height:21px;
	color:#fff;
}
.social-media{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 10px;
}
.social-media > li{
	margin:0 6px;
	display:inline-block;
}
.social-media > li .fa {
    display: block;
    line-height: 32px;
	color:#fff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.5);
	width:34px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.social-media > li .fa:hover{
	background:#ff3366;
	border-color:#ff3366;
}
.subpage-banner{
	min-height:350px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
}
.subpage-banner::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background:rgba(0,0,0,0.6);
}
.modal-open .navbar-fixed-bottom, 
.modal-open .navbar-fixed-top{
	z-index:2;
}

.error-content{
	width:100%;
	float:left;
	height:auto;
	padding: 50px 0 120px;
}
.error404-title {
    font-size: 200px;
    font-weight: 700;
    letter-spacing: 30px;
    line-height: normal;
	margin:0 0 40px;
}
.error-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.error-content p{
	font-size:18px;
	margin:0 0 50px;
}


/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
.banner-content .btn,
.download-link a{
	padding:8px 15px 6px;
}

.download-link a + a{
	margin-left:18px;
}
#banner{
	min-height:535px;
}
.banner-content .btn.btn-default{
	margin-right:18px;
}
}

@media only screen and (min-width: 480px) and (max-width:639px) {
#banner{
	min-height:535px;
}
}

@media only screen and (max-width: 639px){
.banner-content h1{
	font-size:28px;
	line-height:40px;
}
.banner-content{
	padding:0;
}
#banner{
	height:auto;
	padding:150px 0 100px;
}
h1{
	font-size:28px;
	line-height:32px;
}
.col-xs-4{
	width:100%;
}
.fun-facts-info{
	padding:20px 10px;
}
.video-info{
	padding:50px 0;
}
.error404-title {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 10px;
    line-height: normal;
    margin: 0 0 40px;
}
.error-content {
    float: left;
    height: auto;
    padding: 0px 0 50px;
    width: 100%;
}

}

@media only screen and (min-width: 640px) and (max-width:767px) {
#banner{
	min-height:500px;
}
.fun-facts-info{
	padding:20px 10px;
}
.video-info{
	padding:70px 0;
}

}

@media only screen and (max-width: 767px){
section.custom-banner{
	height:74px;
}
#navbar {
    height: 100% !important;
	padding:30px 0 0;
}
.navbar-default .navbar-toggle{
	margin:7px 0;
	border-radius:3px;
	border-color:#ff3366;
}
.navbar-default .navbar-toggle .icon-bar{
	background:#ff3366;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
	background:#ff3366;
}
.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar{
	background:#fff;
}
.navbar-default .navbar-nav > li{
	margin:0;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:focus{
	padding:10px 15px;
}
.navbar-default .navbar-offcanvas{
	background:#000;
}
.section-padding,
.section-spacing{
	padding:50px 0;
}
.features-block{
	padding:0;
}
.features-block .features-list:last-child{
	margin-bottom:30px;
}
.gap{
	height:0;
}
#features .single-img.fadeInLeft{
	margin-bottom:30px;
}
#testimonial-carousel{
	padding:0;
}
.section-title{
	margin:0 0 50px;
}
.pricing-table{
	margin:0 0 30px;
}
#pricing .col-xs-12:last-child .pricing-table{
	margin:0;
}
.download-info{
	padding:0 0 30px;
}
.banner-content{
	padding-top:0;
}
.fw-divider-space.space-md{
	height:0;
}
.fw-divider-space.space-lg {
    height: 0;
}
.download-link{
	margin-bottom:50px;
}
.fw-map{
	margin-top:20px;
}
.sidebar{
	margin:30px 0 0;
}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
#banner{
	min-height:600px;
}
.banner-content{
	padding-top:0;
}
.features-block{
	padding:0;
}
.feature-info p{
	font-size:14px;
}
.feature-info h3{
	font-size:18px;
}
.features-list{
	margin:0;
}
#testimonial-carousel{
	padding:0;
}
.pricing-header h1{
	font-size:28px;
}
.pricing-header{
	padding:18px 0;
}
.video-info{
	padding:60px 0;
}
.download-info{
	padding:0;
}
.download-info p{
	font-size:14px;
}
#download .fw-divider-space.space-md{
	height:0;
}
.sidebar{
	margin-top:70px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
#banner{
	height:auto;
	min-height:700px;
}
.features-block{
	padding:0;
}
.download-info{
	padding-top:35px;
}

}

@media only screen and (min-width: 1200px){

}