/*-----------------------------------------------------------------------------------
Template Name: New 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
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Arimo:400,700|Courgette');

/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
    font-size: 16px;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color:#000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
    font-family: 'Arimo', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #202020;
}


/* 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;
}

.relative {
    position: relative;
}

.home-area {
    color: #ffffff;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border: 10px solid #ffffff;
}

.home-bg {
    background: rgba(0, 0, 0, 0) url("../images/background.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -999;
}
#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
}

.table-box {
    display: table;
    height: 100%;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.home-bg:after {
    background-color: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}

.headline {
    font-size: 80px;
    font-weight: bold;
}

.countdown ul#countdown li {
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-size: 25px;
    font-weight: 700;
    min-width: 130px;
    padding: 10px;
    margin-left: -1px;
    text-transform: capitalize;
    font-family: 'Courgette', cursive;
}

.list-button .btn.btn-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 1px;
    margin: 0 -3px;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list-button .btn.btn-info:hover {
    background-color: #ffffff;
    color: #000000;
}

.social li a {
    border: 1px solid #ffffff;
    border-radius: 1px;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 2.3;
    width: 40px;
    text-align: center;
}

.social li a:hover {
    background-color: #ffffff;
    color: #000000;
}

.subscribe .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.subscribe .form-control:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6)
}

.subscribe .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.subscribe .form-control:-ms-input-placeholder {
    color: #ffffff
}

.subscribe .form-control::-webkit-input-placeholder {
    color: #ffffff
}

.modal-body {
    padding: 40px;
}

.mt10 {
    background-color: #ffffff;
    color: #202020;
    left: 0;
    position: absolute;
    margin-top: 10px;
    top: 100%;
}