*/
/* global font */

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
/* global font */

body {
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6em;
    -webkit-backface-visibility: hidden;
}

::-moz-selection {
    background: #1bbde8;
    color: #fff;
    text-shadow: none;
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.semi-container {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

/*scrol up*/

#scrollUp {
    text-decoration: none;
    bottom: 26px;
    background: url(../images/up.png);
    background-repeat: no-repeat;
    height: 50px;
    position: fixed;
    background-size: cover;
    right: 50px;
    width: 50px;
    z-index: 1000;
    border: none;
    outline: none;
}

/*scrol up*/

/*preloader start*/

/*preloader*/

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    margin: auto;
    z-index: 9999999;
}

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    background-color: black;
    position: fixed;
    z-index: 99999;
    border: 2px solid white;
}

.loader--dot:first-child {
    background-color: #8cc759;
    animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
    background-color: #8c6daf;
    animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
    background-color: #ef5d74;
    animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
    background-color: #f9a74b;
    animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
    background-color: #60beeb;
    animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
    background-color: #fbef5a;
    animation-delay: 0s;
}

.loader--text {
    position: fixed;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}

.loader--text:after {
    content: "Loading";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}


/*preloader end*/

/* 1.1  global & override */

.overlay {
    position: relative;
}

.overlay:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

.bold,
.bannercontent .demo-link a,
.blog-content h4,
.plugin h4,
.footer-area p {
    font-weight: 700;
}

ul {
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

/* 1.2  Typography */

p {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.6rem;
    word-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin: 0;
}

.ttu,
.bannercontent h3,
.bannercontent .demo-link a,
.features-box h4 {
    text-transform: uppercase;
}

.ttc,
.blog-content h4,
.plugin h4,
.footer-area p {
    text-transform: capitalize;
}

.full-width {
    width: 100%;
}

i {
    color: #fff;
}

a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: #ffffff;
    outline: 0;
}

/* 1.3 Margins & Paddings */

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt70 {
    margin-top: 70px;
}

.mt90 {
    margin-top: 90px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb90 {
    margin-bottom: 90px;
}

.pad80 {
    padding: 80px 0;
}

.pad60 {
    padding: 60px 0;
}

.pad70 {
    padding: 70px 0;
}

.pad40 {
    padding: 40px 0;
}

.pad30 {
    padding: 30px 0;
}

.pad90 {
    padding: 90px 0;
}

.pad120 {
    padding: 120px 0;
}

.pb60 {
    padding-bottom: 60px;
}

.pb90 {
    padding-bottom: 90px;
}

.pt60 {
    padding-top: 60px;
}

.pt90 {
    padding-top: 90px;
}

.pt120 {
    padding-top: 120px;
}

.pt20 {
    padding-top: 20px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.no-pad {
    padding: 0;
}

/*background-img start*/

.section-bg {
    background: url("../images/bg/1.jpg") no-repeat 50% 50% fixed;
}

.footer-bg {
    background: url("../images/banner.jpg") no-repeat 50% 50% fixed;
}

/*background-img end*/

/*banner area css start*/

#particle {
    height: 660px;
    background: url("../images/banner.jpg") fixed;
    background-size: cover;
    background-position: 50% 20%;
    position: relative;
}

#particle:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    content: "";
}

.bannercontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 505px;
    margin: auto;
    text-align: center;
    z-index: 9999;
}

.bannercontent img {
    width: 400px;
}

.bannercontent h3 {
    color: #fff;
    font-size: 35px;
    margin: 0;
    padding-top: 30px;
}

.bannercontent h3 span {
    color: #cf057c;
}

.bannercontent p {
    padding: 0 110px;
    color: #f7f7f7;
    margin-top: 20px;
    font-size: 18px;
}

.bannercontent .demo-link {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.bannercontent .demo-link a {
    padding: 14px 30px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    z-index: 1;
}

.bannercontent .demo-link a i {
    color: #000;
    margin-left: 5px;
}

.bannercontent .demo-link a:before {
    content: "";
    position: absolute;
    background: #4125dd;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.bannercontent .demo-link a.active,
.bannercontent .demo-link a:hover {
    color: #fff;
}

.bannercontent .demo-link a.active:before,
.bannercontent .demo-link a:hover:before {
    width: 100%;
}

.bannercontent .head-bottom {
    font-size: 12px;
    display: block;
    margin-top: 60px;
}

.bannercontent .head-bottom i {
    margin-right: 5px;
    color: #4125dd;
}

/*banner area css start*/

/*section-content start*/

.single-item {
    margin-top: 50px;
}

.single-item a {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.single-item a .image-bg {
    display: block;
    height: 430px;
    position: relative;
    width: 100%;
}

.single-item a .image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0px;
    transition: all 5s ease-out 0s;
    width: 100%;
}

.single-item a .image-bg:hover .image-shop-scroll {
    background-position: center 100% !important;
}

.single-item .theme-btn {
    border-radius: 2px;
    border: 1px solid #4125dd;
    color: #4125dd;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    min-width: 150px;
    padding: 10px 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.single-item .theme-btn:hover {
    background-color: #4125dd;
    color: #ffffff !important;
}

.about-box {
    border-bottom: 2px solid dotted #ddd;
}

.blog-content {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 40px;
}

.blog-content h4 {
    color: #0f0f0f;
    font-size: 30px;
    margin-bottom: 20px;
}

.plugin h4 {
    color: #0f0f0f;
    font-size: 20px;
    margin-bottom: 20px;
}

.plugin ul li {
    display: inline-block;
    margin-right: 10px;
}

.plugin ul li a img {
    width: 70px;
    transition: all 0.4s ease 0s;
}

.plugin ul li a img:hover {
    transform: scale(1.1) translateY(-6px);
    box-shadow: 0px 3px 22px -6px rgba(0, 0, 0, 0.6);
}

/*section-content end*/

/*features-area start*/

.features-box h4 {
    color: #0f0f0f;
    font-size: 20px;
}

.feature-show img {
    transition: all 0.4s ease 0s;
}

.feature-show img:hover {
    transform: scale(1.1) translateY(-6px);
    box-shadow: 0px 20px 22px -6px rgba(0, 0, 0, 0.6);
}

/*features-area end*/

/*footer area css start*/

.footer-bg {
    position: relative;
    height: 550px;
    background-size: cover;
    background-position: 50% 50%;
}

.footer-area p {
    padding: 0 200px;
    font-size: 15px;
}

.footer-area .bannercontent {
    height: 300px;
}

/*footer area css End*/
