/*-----------------------------------------------------------------------------------
Template Name: Coming HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-class
4. Mainmenu-Area
5. Header-Area
6. Service-Area
7. Preloader-Style
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Pacifico');

/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #16122B;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #65B737;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #65B737;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #16122B;
    overflow: hidden;
}


/* 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;
}


/*------------------
3. Helper-Class
-------------------*/

.relative {
    position: relative;
}

.vcenter {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-white a,
.text-white {
    color: #ffffff;
}

.text-white a:hover {
    color: #65B737;
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-bg.color {
    background-color: #000000;
}

.section-bg.bg-1 {
    background-image: url('images/bg-2.jpg');
    opacity: 0.3;
}

.page-title {
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 2px;
}

.page-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #65B737;
}


/*-----------------
4. Mainmenu-Area
-------------------*/

.map-page .mainmenu-area {
    background-color: rgba(0, 0, 0, 0.4);
}

.mainmenu-area {
    background-color: transparent;
    padding: 10px 0;
    border-bottom-color: transparent;
    z-index: 9999;
}

.mainmenu-area .navbar-brand {
    color: #fdfdfd !important;
}

.mainmenu-area ul.nav.navbar-nav li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fdfdfd;
}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li a:focus {
    color: #fdfdfd;
}

.mainmenu-area ul.nav.navbar-nav li.active a {
    background: none;
    color: #65B737;
}

.menu-toggle {
    padding: 3px 9px;
    border-radius: 1px;
    margin-top: 10px;
}

.menu-toggle .icon-bar {
    height: 2px;
    width: 25px;
    background-color: #ffffff;
    display: block;
    margin: 6px 0;
}


/*-------------------
5. Header-Area
-------------------*/

.fullbox {
    width: 100%;
    height: 100%;
}

.header-area {
    width: 100%;
    height: 100%;
}

#countdown ul li {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    padding: 0 30px;
    border-right: 1px solid #606060;
    text-transform: uppercase;
    color: #65B737;
}

#countdown ul li:last-child {
    border-right: none;
}

#countdown ul li span {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.social li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    line-height: 2.3;
    border-radius: 100%;
}

.social li a:hover {
    background-color: #ffffff;
    color: #65B737;
}

.subscribe-form .form-control {
    height: 50px;
    padding: 0px 20px;
    border-radius: 2px 0 0 2px;
    border: none;
    font-size: 18px;
}

.subscribe-form .btn {
    height: 50px;
    padding: 10px 20px;
    border-radius: 0 2px 2px 0;
    border: none;
    border-left: 1px solid #ededed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #65B737;
    color: #ffffff;
}

.subscribe-form .btn:hover {
    background-color: #579d2f;
}


/*-------------------
6. Service-Area
--------------------*/

.service-icon {
    font-size: 40px;
}

.contact-form .form-control {
    border-radius: 2px;
    background: none;
    border: none;
    border: 1px solid #ffffff;
    box-shadow: none;
    color: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 5px 0 #ffffff;
}

.contact-form input.form-control {
    height: 50px;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: white;
}

.contact-form .form-control:-moz-placeholder {
    color: white;
}

.contact-form .form-control::-moz-placeholder {
    color: white;
}

.contact-form .form-control:-ms-input-placeholder {
    color: white;
}

.contact-form .bttn {
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 15px 50px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ffffff;
    background: none;
}

.contact-form .bttn:focus,
.contact-form .bttn:hover {
    background: #ffffff;
    ;
    color: #202020;
}

.contact-form .bttn i {
    color: #65B737;
}

.md-icon {
    font-size: 20px;
}

.contact-title {
    margin-top: 5px;
    letter-spacing: 2px;
    color: #65B737;
}

#map {
    position: absolute;
    left: 0;
    top: 0;
}


/*-----------------
7. Preloader-Style
------------------*/

.preloader {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-wave .sk-rect {
    background-color: #65B737;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.bubbles {
    display: inline-block;
    font-family: arial;
    position: relative;
}

.bubbles h1 {
    position: relative;
    font-size: 80px;
    font-family: 'Pacifico', cursive;
    color: #fff;
    z-index: 2;
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #fff;
    z-index: 1;
}
#particles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
