

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    background: #fff;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Montserrat", sans-serif;
}

a:hover {
    text-decoration: none;
}

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

img {
    width: 100%;
}

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

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 60px 0
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader-area {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.single-image{
    padding: 20px;
}
.single-image img{
    width: 100%;
    transition: 1s;
}
.single-image img:hover{
    opacity: .2;
    transition: 1s;
}
.single-image h2{
    font-size: 20px;
    text-align: center;
    color: #000;
}
.header-top-area{
    padding: 50px 0px;
}
.header-top-area h2{
    font-size: 60px;
    color: #000;
}
.header-top-area p{
    color: #333;
}
.header-top-area p{
    font-size: 30px;
}

.footer-bottom-area p i{
    color: red;
    margin-left: 5px;
}


.footer-bottom-area{
    padding: 100px 0px;
}

.main h2{
    color: #000;
}
.footer-text p {
	color: #000;
}