body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background: url("../img/bg.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
	    height: 100%;
	background-color: black;
			

}

@media (min-width: 1024px) {
    body {
        background-attachment: fixed;
    }
}
a {
    color: #eb0000;
    text-decoration: none;
}
a:hover {
    color: #eb0000;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab", serif;
}
#main {
    position: relative;
}
.margin-50px-bottom {
    margin-bottom: 50px
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: relative;
    width: 100%;
    padding: 50px 0;
}
#header h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}
#header h2 {
    color: #eee;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
}
#header .countdown {
    margin-bottom: 80px;
}
#header .countdown div {
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    margin: 10px 10px;
    width: 100px;
    padding: 15px 0;
}
#header .countdown div h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}
#header .countdown div h4 {
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 575px) {
    #header .countdown div {
        width: 70px;
        padding: 10px 0;
        margin: 10px 8px;
    }
    #header .countdown div h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    #header .countdown div h4 {
        font-size: 14px;
        font-weight: 500;
    }
}
#header .subscribe {
    font-size: 15px;
    text-align: center;
}
#header .subscribe h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
#header .subscribe .subscribe-form {
    min-width: 300px;
    margin-top: 10px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
}
#header .subscribe .subscribe-form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#header .subscribe .subscribe-form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #eb0000;
    color: #000;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .subscribe .subscribe-form input[type=submit]:hover {
    background: #000;
    color: #fff;
}
#header .subscribe .error-message {
    display: none;
    color: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
#header .subscribe .sent-message {
    display: none;
    color: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
#header .subscribe .loading {
    display: none;
    text-align: center;
    padding: 15px;
}
#header .subscribe .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading-notify 1s linear infinite;
    animation: animate-loading-notify 1s linear infinite;
}
@-webkit-keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#header .social-links {
    margin-top: 40px;
}
#header .social-links a {
    font-size: 24px;
    color: #fff;
    margin: 0 14px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transition: 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#header .social-links a i {
    line-height: 0;
}
#header .social-links a:hover {
    background: #eb0000;
    border-color: #eb0000;
    color: #000;
}


@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}
.section-bg {
    background-color: #d8f7f3;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #24b7a4;
    bottom: 0;
    left: calc(50% - 25px);
}
.section-title p {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about {
    padding-bottom: 100px
}
.about .icon-box {
    margin-bottom: 20px;
    text-align: center;
}
.about .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.about .icon i {
    color: #eb0000;
    font-size: 42px;
    line-height: 0;
}
.about .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}
.about .title a {
    color: #fff;
    transition: 0.3s;
}
.about .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.footer .copyright {
    text-align: center;
}
.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.footer .credits a {
    color: #eb0000;
    font-weight: 600;
    font-size: 14px;
}