

/*
* ----------------------------------------------------------------------------------------
* 01.Main Rules CSS STYLE
* 02.Loading CSS STYLE
* 03.ScrollToTop CSS STYLE
* 04.Hero CSS STYLE
* 05.Demos, Other-Demos CSS STYLE
* 06.Template Features CSS STYLE
* 07.Footer CSS STYLE
* 08.Animation CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/* Start Main Rules */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');

body {
    background-image: url(../images/brickwall.png);
    font-family: 'Poppins', sans-serif
}

a,
a:hover,
a:focus {text-decoration: none;}

section {padding: 60px 0;}

p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin: 15px 0;
}

.gradient {
    background: -webkit-linear-gradient(right, #2eb8b7, #007bc3) !important;
    background: -o-linear-gradient(right, #2eb8b7, #007bc3) !important;
    background: -webkit-gradient(linear, right top, left top, from(#2eb8b7), to(#007bc3)) !important;
    background: linear-gradient(to left, #2eb8b7, #007bc3) !important;
}

.color-1-bg {background: #007bc3 !important;}

/* End Main Rules */

/* Start Loading */ 

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.loading .spinner {
    width: 40px;
    height: 40px;
    position: relative;
}

.loading .cube1, 
.loading .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.loading .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

/* End Loading */ 

/* Start ScrollToTop */

.scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    display: none;
}

/* End ScrollToTop */

/* Start Hero */

.hero {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    display: flex;
    align-items: center;
    height: 65vh;
}

.hero,
.hero .box {position: relative;}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.hero .box h1 {
    text-transform: capitalize;
    font-size: 100px;
    font-weight: bold;
    color: #fff;
}

.hero .box p {
    text-transform: capitalize;
    margin: 20px 0 30px;
    color: #F2F7FF;
}

.hero .box .btn {
    width: 200px;
    padding: 10px;
    border-radius: 22px;
    border: 2px solid #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.hero .box .buy {margin-right: 30px;}

.hero .box .btn:hover {
    background-color: #fff;
    color: #007bc3;
}

/* End Hero */

/* Start Demos */

.demos h2,
.other-demos h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #000;
}

.demos .box,
.other-demos .box {    
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin: 25px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: .3s ease-in-out;
}

.demos .box:hover,
.other-demos .box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.30);
}

.demos .box h3,
.other-demos .box h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #101010;
}

.demos .box img,
.other-demos .box img {
    width: 100%;
    border-radius: 3px;
}

.demos .box:hover,
.other-demos .box:hover {
    transform: translateY(-10px);
}

/* End Demos */

/* Start Template Features */

.features h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #000;
}

.features .box {margin: 35px 0;}

.features .box i {font-size: 40px;}

/* End Template Features */

/* Start Footer */

footer {
    background: #010101;
    padding: 2px;
}

footer p {
    color: #fff; 
    text-transform: capitalize;
}

footer p a,
footer p a:hover,
footer p a:focus {color: #007bc3;}

/* End Footer */

/* Start Animation */

@-webkit-keyframes sk-cubemove {
    25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(0.5);transform:translateX(42px) rotate(-90deg) scale(0.5);transform:translateX(42px) rotate(-90deg) scale(0.5)}
    50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg)}
    75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(0.5);transform:translateX(0) translateY(42px) rotate(-270deg) scale(0.5);transform:translateX(0) translateY(42px) rotate(-270deg) scale(0.5)}
    100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg);transform:rotate(-360deg)}
}

@keyframes sk-cubemove {
    25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(0.5);transform:translateX(42px) rotate(-90deg) scale(0.5);transform:translateX(42px) rotate(-90deg) scale(0.5)}
    50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg)}
    75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(0.5);transform:translateX(0) translateY(42px) rotate(-270deg) scale(0.5);transform:translateX(0) translateY(42px) rotate(-270deg) scale(0.5)}
    100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg);transform:rotate(-360deg)}
}

/* End Animation */