/*----- Default Style -----*/
*{
	margin:0;
	padding:0;
}
html,body {
	height: 100%;
	margin: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 14px;
    line-height: 24px;
	color:#333;
	background:#fff;
}

h1,h2,h3,h4,h5,h6 {
     font-family: 'Open Sans', sans-serif;
	font-weight:700;
    text-transform: capitalize;
	margin:0;
}
p {
	margin:0;
}
a {
    text-decoration: none;
    transition: all 0.2s;
}
img{
    max-width: 100%;
	display:block;
}
ul,
ul li {
    margin: 0;
    padding: 0;
}
.loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 4444;
}
.loader-inner{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-40px;
}
.loader-inner p{
	font-size:16px;
	font-weight:500;
	color:#555;
	margin-top:5px;
	text-transform:capitalize;
	margin-left:-5px;
}
.k-loader {
    display: inline-block;
    font-size: 2em;
    margin: 0 .5em;
    position: relative;
    height: .5em;
    width: 1em
}

.k-loader:before,
.k-loader:after {
    content: "";
    display: block;
    height: .5em;
    position: absolute;
    width: .5em
}

.k-loader:before {
    animation: k-loadingK 2s ease-in-out infinite, k-loadingM .66s ease-in-out infinite;
    background: #444
}

.k-loader:after {
    animation: k-loadingL 2s ease-in-out infinite, k-loadingN .66s ease-in-out infinite;
    background: #2cb0b2
}

.k-circle:before,
.k-circle:after {
    border-radius: 50%
}

.k-circle-before:before {
    border-radius: 50%
}

.k-circle-after:after {
    border-radius: 50%
}
@keyframes k-loadingK {
    0% {
        left: 0;
        transform: scale(1.1)
    }
    50% {
        left: 100%;
        transform: scale(1)
    }
    100% {
        left: 0;
        transform: scale(1.1)
    }
}

@keyframes k-loadingL {
    0% {
        left: 100%;
        transform: scale(1.1)
    }
    50% {
        left: 0;
        transform: scale(1)
    }
    100% {
        left: 100%;
        transform: scale(1.1)
    }
}

@keyframes k-loadingM {
    0% {
        z-index: 0
    }
    50% {
        z-index: 1
    }
    100% {
        z-index: 0
    }
}

@keyframes k-loadingN {
    0% {
        z-index: 1
    }
    50% {
        z-index: 0
    }
    100% {
        z-index: 1
    }
}


.theme-bar{
	background:#444;
	padding:10px 0;
}
.theme-bar .list{
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}
.theme-bar .list li {
	display: inline-block;
	margin: 0 20px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
}
.theme-bar .list li i{
	font-weight:700;
	margin-right:5px;
}
.section {
    padding: 70px 0;
}
.button .btn {
	display: inline-block;
	background: #FFFFFF;
	color: #2F3E51;
	padding: 8px 25px;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
/*----- Header -----*/
#header {
	text-align: center;
	background: #f5f5f5;
	width: 100%;
	text-align: center;
	background: url("/images/particle-bg.jpg");
	background-size: cover;
	position: relative;
	z-index: 3;
	padding: 160px 0;
}
#header::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#000;
	opacity:0.8;
	content: "";
	z-index: -3;
}
#header .logo {
	margin-bottom: 25px;
}
#header .logo a {
	color: #fff;
	text-transform: capitalize;
	font-size: 40px;
	font-weight: 700;
	position: relative;
	padding-left: 16px;
	text-decoration:none;
	text-transform: capitalize;
}
#header .logo a::before {
	position: absolute;
	left: 0;
	top: 25px;
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 100%;
	background: #F2784B;
}
#header .feature{
	margin-bottom: 25px;
}
#header .feature li {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	position: relative;
	padding-right: 10px;
	font-weight:600;
}
#header .feature li::before {
	content: "।";
	font-size: 20px;
	position: absolute;
	left: -18px;
	color: #F2784B;
}
#header .feature li:first-child:before{
	display:none;
}
#header .button .btn {
	color: #fff;
	margin: 0 5px;
	padding: 13px 35px;
	overflow: hidden;
	border-radius: 30px;
	background: #F2784B;
	text-transform: uppercase;
	font-weight: 500;
}
#header .button .btn:hover{
	background:#fff;
	color:#353535;
}
#header .button .btn i{
	margin-right:5px;
	font-size:15px;
}
#header .button .btn.demo i{
	animation:scroll 1.5s infinite ease;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@-moz-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@-o-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

/*----- Theme Show -----*/
#theme-show {
	padding: 70px 0;
	background: #f5f5f5;
}
#theme-show.white{
	background:#fff;
}
#theme-show .title-main {
	text-align: center;
}
#theme-show .title-main h2 {
	text-transform: uppercase;
	color: #353535;
	font-size: 25px;
}
#theme-show .single-show {
	overflow: hidden;
	margin-top: 50px;
	position: relative;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	background: #fff;
	padding: 5px;
}
#theme-show .single-show a{
	text-decoration:none;
}
#theme-show .single-show img{
	display:block;
	width:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	position:relative;
}
#theme-show .theme-img{
	position:relative;
	overflow:hidden;
}
#theme-show .theme-img::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	content: "";
	z-index: 33;
}
#theme-show .single-show:hover .theme-img:before{
	opacity:1;
	visibility:visible
}
#theme-show .single-show .btn {
	background: #F2784B;
	color: #fff;
	padding: 10px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -24px;
	border-radius: 30px;
	z-index: 333;
	opacity: 0;
	visibility: hidden;
}
#theme-show .single-show:hover .btn{
	opacity:1;
	visibility:visible;
}
#theme-show .single-item .title {
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 16px;
}
#theme-show .single-item .title a{
	color: #353535;
	text-decoration:none;
}
#theme-show .single-item .title:hover a{
	color:#F2784B
}
/*----- Footer -----*/
#footer {
	background: #333;
	padding: 20px 0;
	text-align: center;
}
#footer .copyright {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
#footer .copyright a{
	color:#F2784B;
	text-decoration:none;
}
#footer .copyright a:hover{
	color:#fff;
}
