

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Josefin+Sans:400,700');
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    color: #000000;
    outline: 0 solid;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button:focus {
    outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 2px;
}

html,
body {
    height: 100%
}

body {
    /*font-family: 'Roboto', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #555555;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

.fix {
    overflow: hidden;
}

.relative {
    position: relative;
    overflow: hidden;
}

.absulute {
    position: absolute;
}

.v-center {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
}

.inline li {
    display: inline;
}

.inline-block li {
    display: inline-block;
    padding: 5px 15px;
}

.navbar-toggle {
    border: 2px solid #00aff0;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #00aff0 none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.area-title::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 24px;
    width: 100%;
}

.area-title h2 {
    color: #000000;
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    background: #fff;
    display: inline-block;
}

.area-title.title-inverse {
    float: right;
    text-align: right;
}

.title-box {
    box-shadow: 0 0 0 10px #000000;
    height: 80%;
    left: 0;
    position: absolute;
    top: -10px;
    width: 16%;
    z-index: 1;
}

.area-title.title-inverse .title-box {
    left: auto;
    right: 0;
}

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

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.gray-bg {
    background: #EFEFEF;
}

.dark-bg {
    background: #000000;
    color: #ffffff;
}

.dark-bg .area-title h2 {
    color: #ffffff;
}

a.readmore {
    background: #333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 20px;
    min-width: 160px;
    padding: 10px 30px;
    text-align: center;
}

a.readmore:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}


/*--------------------------
    2. MAIN AREA
---------------------------*/

.main-area {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-area-bg {
    background: rgba(0, 0, 0, 0) url("img/bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-area-bg::before {
    border: 10px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.main-area-bg::after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.transparent-layer .main-area-bg::after {
    background: #000 url('img/pattarn.png');
}


/*-----------------------------------
    2.2 WELCOME TEXT AREA
-------------------------------------*/

.welcome-text-area {
    color: #ffffff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.welcome-text h3,
.welcome-text h1 {
    font-size: 30px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.welcome-text h1 {
    font-size: 60px;
    line-height: 1;
}

.home-button {
    margin-top: 60px;
}

.home-button a {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    min-width: 140px;
    display: inline-block;
}

.home-button a:hover {
    background: #000000;
    color: #ffffff;
}


/*-------------------------------
    6. FOOTER AREA
-------------------------------*/

.footer-area {
    padding: 15px 0;
}

.footer-area a {
    color: #fff;
}

.footer-area .footer-copyright p {
    margin-bottom: 0;
}



.video-bg .main-area-bg {
    background: transparent;
}

.move-perticle #demo-perticle {
    position: absolute;
}

.fullscreen-perticle .main-area-bg {
    background: rgba(0, 0, 0, 0) url("img/background/default_5.jpg") no-repeat scroll center center / cover;
}

.fullscreen-perticle #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ripple-bg .main-area {
    background: rgba(0, 0, 0, 0) url("img/background/water_3.jpg") no-repeat scroll center center / cover;
}

.ripple-bg .main-area-bg {
    background: transparent;
}

.zoom-slider-bg .main-area-bg {
    background: transparent;
}

.map-bg .main-area-bg {
    background: transparent;
}

.map-bg .main-area-bg:after {
    opacity: .8;
}

.solid-bg .main-area-bg {
    background: #00aff0;
}

.winter-bg #winter-effect {
    position: absolute;
}

.bubble-bg #bubble-bg {
    position: absolute;
}

.bubble-perticle #bubble-perticle {
    position: absolute;
}

.bubble-perticle #bubble-perticle .sketch {
    position: relative;
    z-index: 2;
}

.bubble-perticle .subscriber-form form,
.bubble-perticle .home-button {
    z-index: 9;
    position: relative;
}

.rainbow-square #rainbow-square {
    position: absolute;
}

#surface-shader {
    position: absolute;
    width: 100%;
    height: 100%;
}
/*------------------------------
    PRELOADER
-------------------------------*/

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.preloader-spinner img {
    width: 100%;
}


/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .welcome-text h3 {
        font-size: 32px;
    }
}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
    .padding-top {
        padding-top: 80px;
    }
    .area-title h2 {
        font-size: 40px;
    }
    .welcome-text h3 {
        font-size: 30px;
    }
    .subscriber-form form {
        width: 60%;
    }
}


/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
    .area-title {
        margin-bottom: 25px;
    }
    .area-title h2 {
        font-size: 28px;
    }
    .padding-top {
        padding-top: 50px;
    }
    /*-----------------*/
    .welcome-text h1 {
        font-size: 40px;
        letter-spacing: 5px;
        margin-bottom: 30px;
    }
    .welcome-text h3 {
        font-size: 20px;
    }
    
    .information-contact {
        display: none;
    }
    .home-button {
        margin-top: inherit;
    }
    .home-button a {
        margin: 0 8px;
        min-width: 120px;
    }
}


/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
    .area-title h2 {
        font-size: 40px;
    }
    .welcome-text h3 {
        font-size: 26px;
    }
    .welcome-text h1 {
        font-size: 60px;
    }
    .clock-countdown {
        margin-bottom: 40px;
        width: auto;
        max-width: 460px;
    }
    .home-button {
        margin-top: 60px;
    }
    .home-button a {
        font-size: 15px;
        letter-spacing: 2px;
        margin-left: 20px;
        padding: 15px 30px;
        display: inline-block !important;
    }
}
