/* =================================================

Template Name:  Shoma - One Page Business Template
Author: MouriThemes
Version: 1.0
Design and Developed by: MouriThemes

NB: This is the main stylesheet of this theme.

=================================================== */



/*---------- 1. Default css starts ------------*/

html,body{
    height: 100%;
}

body{
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 400;
    background-color: #ddddd;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #333333;
    font-weight: 600;
}

h3{
    font-size: 20px;
    text-transform: none;
}

p {
    letter-spacing: 0;
    line-height:1.8;
}

a{
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a:focus{
    outline:none;
    text-decoration: none;
}

ul,li{
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-padding{
    padding: 80px 0;
}



/*-------------- 2. Preloader css starts ---------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after {
    content: '';
    border: 1em solid #E74C3C;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        transform: scale(1);
        opacity: 0; }
}

/*---------- preloader css ends -------------*/

.demo-top-text h1 {
    text-transform: uppercase;
    text-shadow: 8px 10px 4px rgba(0,0,0,0.5);
    font-size: 65px;
    margin-top: 50px;
}

.demo-top-text a {
    padding: 10px 35px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 25px;
    text-decoration: none;
    letter-spacing: 2px;
    background: #e74c3c;
    color: #fff;
}

.demo-img-area {
    height: 490px;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
    position: relative;
    margin-bottom: 20px;
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.demo-img-area:hover {
    background-position: left bottom;
}

h2 {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.demo-area a {
    text-decoration: none;
    color: #333333;
}

.demo-area a:focus{
    text-decoration: none;
    color: #333333;
}

.features-area {
    background: #e7e7e7;
}

.single-features {
    text-align: center;
    width: 100%;
    height: 200px;
    background: #e74c3c;
    margin-bottom: 30px;
    border-radius: 25px;
}

.single-features h4 {
    color: #fff;
    padding: 30% 0;
    line-height: 1.5;
    font-size: 20px;
    transition: .5s;
    cursor: pointer;
}

.single-features h4:hover {
    transform: scale(1.05);
}

footer {
    background: #333333;
    padding: 35px 0;
}

footer a{
    color: #fff;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-features h4 {
        padding: 25% 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-features h4 {
        padding: 15% 0;
    }
}

@media only screen and (max-width: 575px){
    .single-features h4 {
        padding: 25% 0;
    }
}



