/* ----------------------- Table Of Content ---------------------------- 
1.  Global 
2.  Header
3.  Banner
4.  About
5.  Demo
6.  Add-page
7.  Update-theme
8.  Features
9.  Buytheme
10. Footer
11. Back to top
12. Media queries
 ------------------------- Table Of Content ---------------------------- */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');


/* 1. Global css */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #888888;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.no-margin {
    margin: 0 !important;
}

h1 {
	font-size: 44px;
	line-height: 59px;
}

h2 {
	font-size: 42px;
	line-height: 59px;
}

h3 {
	font-size: 26px;
	line-height: 27px;
}

h4 {
	font-size: 20px;
	line-height: 27px;
}

h5 {
	font-size: 18px;
	line-height: 27px;
}

h6 {
	font-size: 14px;
	line-height: 27px;
}

p {
	margin: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.pr {
	position: relative;
}

a {
    outline: none;
    text-decoration: none;
    color: #e75b1e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000912;
}

::-moz-selection {
    color: #fff;
    background: #e75b1e;
}

::selection {
    color: #fff;
    background: #e75b1e;
}

@media (min-width: 1400px) {
	.container {
	    width: 1340px;
	}
}

.pad-top-115 {
	padding-top: 115px;
}

.pad-bottom-115 {
	padding-bottom: 115px;
}

.dark-btn {
    background-color: #000912;
    border: 2px solid #000912;
    color: #fff;
    padding: 13.5px 34px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    display: inline-block;
    float: left;
}

.dark-btn:active,
.dark-btn:focus {
	color: #fff;
}
.light-btn:active,
.light-btn:focus {
	color: #000;
}

.light-btn {
    background-color: #ffffff;
    border: 2px solid #fff;
    color: #000912;
    padding: 13.5px 34px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    display: inline-block;
    float: left;
}

.dark-btn:hover {
    background-color: transparent;
    color: #000912;
}

.light-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.label.label-danger {
    background-color: #ea5644;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    padding: 1px 5px;
    height: 19px;
    display: inline-block;
    line-height: 19px;
    margin-right: 10px;
}

.row-flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.sec-title {
	color: #fff;
	font-weight: 300;
	margin: 0 0 103px;
}

.gradient-bg {
	background: rgba(236,44,118,1);
	background: -moz-linear-gradient(50deg, rgba(236,44,118,1) 0%, rgba(234,107,68,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(236,44,118,1)), color-stop(100%, rgba(234,107,68,1)));
	background: -webkit-linear-gradient(50deg, rgba(236,44,118,1) 0%, rgba(234,107,68,1) 100%);
	background: -o-linear-gradient(50deg, rgba(236,44,118,1) 0%, rgba(234,107,68,1) 100%);
	background: -ms-linear-gradient(50deg, rgba(236,44,118,1) 0%, rgba(234,107,68,1) 100%);
	background: linear-gradient(50deg, rgba(236,44,118,1) 0%, rgba(234,107,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c76', endColorstr='#ea6b44', GradientType=1 );
	position: relative;
}

.gradient-bg:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/doodles.png');
    background-repeat: repeat;
    background-position: top left;
    opacity: 0.06;
    z-index: 0;
}

.parallax {	
    background-attachment: fixed !important;
    background-size: cover !important;
}


/* 2. Header css */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: 0;
    margin: 25px 0 0;
}
.header-block {
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-brand > img {
    max-width: 250px;
}
.navbar-default .navbar-nav li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 500;
    padding: 12px 18px;
    line-height: 15px;
}

.navbar-default .navbar-nav li .buy-now {
    background-color: #fff;
    color: #000912;
    border-radius: 15px;
    border: 2px solid #fff;
    margin-left: 20px;
    line-height: 17px;
    padding: 10px 18px 8px;
}

.navbar-default .navbar-nav li .buy-now:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav li {
    padding: 5px 0;
}
.main-menu {
    padding: 0 30px;
}

.header-block.darkHeader {
    background: #eb3e67;
}

.darkHeader .navbar-default {
    margin: 0;
}

.darkHeader .navbar-default .navbar-brand {
    padding: 15px 0;
}

.darkHeader .navbar-default .navbar-nav li a {
    padding: 24px 18px;
}

.darkHeader .navbar-default .navbar-nav li .buy-now {
    padding: 10px 18px 8px;
    margin: 11px 0px 0px 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #000912;
}

.navbar-default .navbar-nav > .active > .buy-now, .navbar-default .navbar-nav > .active > .buy-now:hover, .navbar-default .navbar-nav > .active > .buy-now:focus{
	color: #fff;
}

.darkHeader .navbar-brand > img {
    max-width: 130px;
}


/* 3. Banner css */
.banner {
    display: inline-block;
    height: 825px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    vertical-align: top;
    padding-top: 75px;
}

.banner .container,
.banner .container .row,
.banner .col-lg-12 {
    height: 100%;
    position: static;
    z-index: 1;
}

.banner-box {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.banner-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.banner-text {
    width: 48%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.banner-side-img {
    position: absolute;
    bottom: 0;
    width: 52%;
    right: 0px;
}

.banner-btns {
    display: inline-block;
    width: 100%;
    margin-top: 43px;
}

.banner-btns a + a {
    margin-left: 15px;
}

.banner-text h1 {
    margin: 0;
}

.banner-text .banner-logo {
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}



/* 4. About css */
.abt-img img {
    max-width: 60px;
}

.abt-img {
    display: inline-block;
    float: left;
    margin-top: 3px;
}

.abt-text {
    display: table;
    padding-left: 30px;
}

.abt-text h4 {
    margin: 0 0 14px;
    color: #000912;
    text-transform: uppercase;
}

.abt-text p {
	margin: 0;
}



/* 5. Demo css */
.demo {
	background-color: rgba(0, 9, 18, 0.87);
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.demo-img {
    height: 550px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.demo-box {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.demo-box:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
	
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.demo-img:hover figcaption {
    opacity: 1;
    visibility: visible;
}

.demo-img figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.78);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.demo-img figcaption:before, 
.demo-img figcaption:after,
.demo-img .overlay:before,
.demo-img .overlay:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 20px;
}

.demo-img .overlay:before,
.demo-img .overlay:after {
	width: 100%;
	height: 1px;
	left: 0;
	top: 20px;
}

.demo-img .overlay:after {
	top: auto;
	bottom: 20px;
}

.demo-img figcaption:after {
    left: auto;
    right: 20px;
}

.demo-img .overlay {
    width: 100%;
    height: 100%;
    position: relative;
}

.demo-img .overlay .view-demo {
    background-color: #fff;
    font-size: 13px;
    color: #000912;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 0px 28.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 50px;
    line-height: 50px;
}

.demo-img .overlay .view-demo:hover {
    background-color: transparent;
    color: #fff;
}

.demo-box h5 a, .demo-box h5 {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 33px;
}

.demo-box:hover h5,
.demo-box:hover h5 a {
	color: #fff;
}




/* 6. add-page css */
.add-page .sec-title {
	color: #000912;    
	margin: 0 0 14px;
}

.add-page-img {
    position: absolute;
    top: -40px;
    right: -100px;
    max-width: 900px;
}

.add-page-text {
    padding: 105px 100px 105px 15px;
}

.add-page .col-lg-6 {
    position: static;
}



/* 7. update-theme css */
.update-theme-img {
    display: inline-block;
    width: 50%;
    height: 100%;
    background-image: url(../images/update-theme-img.png);
    background-repeat: no-repeat;    
    background-position: center center;
    position: relative;
}

.update-theme h3 {
    color: #fff;
    margin: 0 0 5px;
    font-weight: 100;
}

.update-theme .sec-title {
    margin: 0 0 24px;
}

.update-theme p {
    color: #fff;
}

.updated-text {
	padding: 125px 80px 115px;
}


/* 8. Features */
.feature-box {
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 40px -10px rgba(22, 35, 49, 0.10);
    -moz-box-shadow: 0 15px 40px -10px rgba(22, 35, 49, 0.10);
    box-shadow: 0 15px 40px -10px rgba(22, 35, 49, 0.10);
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.feature-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);    
    -webkit-box-shadow: 0 20px 40px -10px rgba(22, 35, 49, 0.2);
    -moz-box-shadow: 0 20px 40px -10px rgba(22, 35, 49, 0.2);
    box-shadow: 0 20px 40px -10px rgba(22, 35, 49, 0.2);
	
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.features .sec-title {
    color: #000912;
}

.feature-box h4 {
    padding: 20px 0;
    color: #000;
    font-weight: 100;
    margin: 0;
}



/* 9. Buytheme css */
.buytheme .banner-text {
    max-width: 100%;
    width: 100%;
    color: #fff;
}

.buytheme .banner-text .light-btn {
    float: none;
    margin-top: 43px;
}


/* 10. Footer Css */
.footer-logo {
    max-width: 270px;
    display: inline-block;
    padding: 18px 0 0;
}
.disclaimer{    font-size: 11px;
    font-weight: 100;
	text-align:left;
    LINE-HEIGHT: 14px;
	padding-bottom:10px;
	color:#b7b6b6;}

.contact {    padding-top: 10px;
text-align:left;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
	
	font-family:Arial, Helvetica, sans-serif;}

.contact p{font-size:20px; Arial, Helvetica, sans-serif; font-weight:400;}
.copyright {
	width:100%;
  margin: 15px 0 0; text-align:right; font-size:12px;
}

.footer-text h6 {
    position: absolute;
    margin: 0;
    width: 100%;
    color: #b5b5b5;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    top: 0;
    left: 0;
}

.form-part{max-width:100%; padding:10px; text-align:center; margin-top:20px; background-color:#eb3e67; border:1px #FFF solid thin;}
.form-part .heading{color:#6f1977; font-size:24px; font-weight:bold; padding:0 0 10px; display:block; text-align:left;}
.form-part .form-table td{width:50%; border:0; padding:0 0 5px;}
.form-part .form-table td input{ border:1px #000 dashed; color:#666; padding:5px 10px; background-color:#fff;   width:98%; }
.form-part .form-table td .submit{width:auto; text-align:left; background:#000; font-size:16px; color:#fff; text-transform:uppercase;}


/* 11. back to top css */

.back-to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: #eb3e67;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    line-height: 40px;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
    background: #000912;
    text-decoration: none;
}

.back-to-top i {
    color: #fff;
    font-size: 16px;
}

.back-to-top img {
	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%);
	max-width: 14px;
}

.back-to-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.back-to-top.cd-is-visible,
.back-to-top.cd-fade-out,
.no-touch .back-to-top:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}




/* 12. Media Query */
@media screen and (max-width: 1400px){
	.banner {
	    height: 600px;
	}
	.banner-text .banner-logo {
		margin-bottom: 35px;
	}
	h1 {
	    font-size: 45px;
    	line-height: 40px;
	}
	h2 {
	    font-size: 36px;
	    line-height: 52px;
	}
	.light-btn,
	.dark-btn {
		padding: 10.5px 30px;
	}
	.add-page-img {
	    top: -20px;
	    max-width: 850px;
	}
}

@media screen and (max-width: 1200px) {
	.banner {
	    height: 500px;
	}
	.updated-text {
	    padding: 95px 50px 85px;
	}
	.banner-text .banner-logo {
		margin-bottom: 25px;
	}
	.banner-btns {
	    margin-top: 23px;
	}
	.banner-text .banner-logo img {
	    max-width: 180px;
	}
	.demo-img {
		height: 400px;
	}
	.add-page-text {
	    padding: 0px 15px 35px 15px;
	}
	.update-theme-img.equalize {
		width: 100%;
		height: 350px !important;
	}
	.sec-title {
		margin: 0 0 60px;
	}
	.pad-bottom-115 {
	    padding-bottom: 70px;
	}
	.pad-top-115 {
	    padding-top: 70px;
	}
	.abt-text {
	    display: inline-block;
	    padding: 30px 0 0 0;
	}
	.add-page-img {
	    max-width: 100%;
	    position: static;
	}
	.add-page {
		padding-bottom: 0 !important;
	}
    .add-page-img {
        top: 20px;
    }
}

@media screen and (max-width: 992px) {
	.about-box .abt-img,
	.banner .light-btn, 
	.banner .dark-btn {
		float: none
	}
	.about-box + .about-box,
	.demo-box + .demo-box {
	    margin-top: 40px;
	}
	.banner-text {
	    width: 100%;
	    text-align: center;
	}
	.banner-side-img {
	    position: relative;
	    width: 100%;
	    display: inline-block;
	}
	.banner {
	    height: auto;    
	    padding-top: 110px;
	}
	.demo-box,
	.about-box {
	    width: 60%;
	    margin: 0 auto;
	    float: none;
	    text-align: center;
	}
	.updated-text {
	    padding: 65px 50px 55px;
	}
	.equalize {
		height: auto !important;
	}
	.demo-box h5 a, .demo-box h5 {
		margin-top: 15px;
	}
	.navbar-default .navbar-nav li a {
		padding: 10px 12px;
	}
}

@media screen and (max-width: 767px)  {
	.navbar-toggle {
		border: 0;
	    margin: 0;
	    padding: 14px 0;
	    z-index: 11;
	}
	.darkHeader .navbar-toggle {
	    margin-top: 12px;
	}
	.navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
        width: 35px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .main-menu .navbar-collapse.in {
        /* display: block !important; */
    }
    header.main-header.darkHeader .main-menu .navbar-collapse {
        top: 79px;
    }
    .main-menu .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 1px;
    }
    .main-menu .navbar-toggle .icon-bar:nth-of-type(4) {
        top: 2px;
    }
    .main-menu .navbar-toggle .icon-bar {
        position: relative;
        transition: all 250ms ease-in-out;
    }
    .main-menu .navbar-toggle.active .icon-bar:nth-of-type(2) {
        top: 7.5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .main-menu .navbar-toggle.active .icon-bar:nth-of-type(3) {
        background-color: transparent;
    }
    .main-menu .navbar-toggle.active .icon-bar:nth-of-type(4) {
        top: -10px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    .main-menu .navbar-toggle .icon-bar {
        position: relative;
        transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
    }
    .menu-opened .responsive-menu-btn i b {
        background: transparent
    }
     .menuBar .navbar-right {
        width: 100%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    .menuBar .navbar-default {
        min-height: 55px;
        position: static;
    }
    .main-menu .navbar-collapse {
        position: absolute;
        top: -100vh;
        left: 0;
        width: 100%;
        height: 100vh !important;
        z-index: 1;
        border: 0;
        margin: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.9);
        text-align: center;
        -webkit-transition: .6s;
        transition: .6s;
    }
    .menuBar .navbar-collapse {
        right: 20px;
    }
    .main-menu .navbar-collapse.in {
        display: block !important;
        top: 0;
        opacity: 1;
    }
    .fixed .navbar-toggle {
        top: 22px;
    }

	.navbar-default .navbar-nav li a,
	.darkHeader .navbar-default .navbar-nav li a {
	    padding: 20px 12px;
	    font-size: 26px;
	}

	.navbar-default .navbar-nav li .buy-now,
	.darkHeader .navbar-default .navbar-nav li .buy-now {
	    background-color: transparent;
	    color: #fff;
	    padding: 30px 12px;
	    border: 0;
	    margin: 0;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #fff;
	}
}

@media screen and (max-width: 480px) {
	h1 {
	    font-size: 26px;
	    line-height: 39px;
	}
	h2 {
	    font-size: 30px;
	    line-height: 46px;
	}
	h3 {
	    font-size: 20px;
	    line-height: 27px;
	}
	.pad-top-115 {
	    padding-top: 50px;
	}
	.pad-bottom-115 {
	    padding-bottom: 50px;
	}
	.banner-btns a + a {
	    margin: 15px 0 5px;
	}
	.demo-box,
	.about-box {
	    width: 100%;
	}
	body {
		font-size: 14px;
	}
	.abt-text h4 {
	    margin: 0 0 5px; 
	}
	.updated-text {
	    padding: 45px 15px 35px;
	}
	.sec-title {
	    margin: 0 0 40px;
	}
	.update-theme .sec-title {
	    margin: 0 0 8px;
	}
	.buytheme .banner-text .light-btn {
	    margin-top: 16px;
	}
}