/* Global Styling */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:100,200,300,400,500,600,700,800');
/*Table of contents
*Body

+ @Font Families

  + OpenSans
  + Raleway

+ Page Content

  +Page Header
    +Page Logo

  +Page Body
    + Heading
    + Paragraph
    + Coundown
    +Suscribe Form

  +Page Footer
    +Social Media Links
*/

/* Custom Styling */
html{
    height:100%;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    background-color: #000000;
    height: 100%;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #202125;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
/* Preloader */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.loader_blue {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('loader_blue.gif') 50% 50% no-repeat rgb(249,249,249);
}
.loader_pink {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('loader_pink.gif') 50% 50% no-repeat rgb(249,249,249);
}
.loader_orange {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('loader_orange.gif') 50% 50% no-repeat rgb(249,249,249);
}
/* Page Index 1 */
.page_index_0{
    background: url("background3.jpg");
    width:100%;
    height:100%;
    background-size: cover;
}
.page_index_13 .page_content_header_13{
    padding-top:125px;
}
.page_index_13 .page_content_header_13 img{
    width: 330px;
    display: block;
    margin: 0 auto;
}
.page_index_13 .page_content_body_13{
    padding-top: 120px;
    position: absolute;
    bottom:39px;
}
.page_index_13 .page_content_body_13 ul{
    text-align: left;
}
.page_index_13 .page_content_body_13 ul li{
    padding: 0 15px;
    color:#fff;
    font-family: 'Open Sans', sans-serif;

}
.page_index_13 .page_content_body_13 ul.countdown li p:nth-child(1){
    color: #fff;
    font-size: 70px;
}
.page_index_13 .page_content_body_13 ul.countdown li p:nth-child(2){
    font-size: 13px;
}
.page_index_13 .page_content_body_13 .days{
    display: inline-block !important;
    font-size: 120px !important;
}
.page_index_13 .page_content_body_13 .days_ref{
    display: inline-block;
    transform: rotate(90deg)translateX(-29px)translateY(5px);
    font-size: 28px !important;
    letter-spacing: 5px;
}
.min_hrs_sec{
    transform: translateY(-30px);
    max-width: 115px;
}
.form form{
    width:22%;
    position: absolute;
    bottom: 100px;
    right: 38px;
}
.form form input{
    border: transparent;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
    text-align: left;
    height:45px;
}
.form form input:focus{
    box-shadow: none;
    border-bottom-color:#76B818 ;
}
input[type="email"].form_placeholder1::-webkit-input-placeholder {
    color: #fff;
}
.form form a{
    /* transition: all linear 300ms; */
    /* position: absolute; */
    /* top: 6px; */
    /* right: 4px; */
}
.form form a:hover{
    right: 0;
}
.form form i{
    font-size: 14px;
    color: #ffffff;
    transition: 1s;
}
.form form a:hover i{
    color: #76B818;
}
.page_index_13 .page_content_footer{
    bottom:36px;
}
.page_index_13 .page_content_footer_13 ul li {
    display: inline-block;
    margin: 5px !important;
}
ul.countdown {
    list-style: none;
    margin: 65px 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul.countdown li {
    display: inline-block;
    color: #ffffff;
    padding: 0 35px;
}

ul.countdown li p:nth-child(1) {
    font-size: 70px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 0 0;
    transition: 1s;
}

ul.countdown li p:nth-child(2) {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 0;
    transition: 1s;
}
.page_content_footer{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width:100%;
}
.page_content_footer ul{
    margin-right: 25px;
    margin-bottom: 25px;
}
.page_content_footer ul li{
    display: inline-block;
    margin: 6px !important;
}
.page_content_footer ul li a{
    color: #ffffff;
    transition: 1s;
    font-size: 18px;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}
.page_content_footer ul li a i{
    transition: 1s;
    color: #ffffff;
}
.page_content_footer ul li:nth-child(1) a:hover{
    background-color:#3B5998 ;
}
.page_content_footer ul li:nth-child(2) a:hover{
    background-color: #1da1f2;
}
.page_content_footer ul li:nth-child(3 ) a:hover{
    background-color: #0077b5;
}
.page_content_footer ul li:nth-child(4) a:hover{
    background-color: #1769ff;
}
.page_content_footer ul li:nth-child(5) a:hover{
    background-color: #1ab7ea;
}

@media only screen and (min-width: 1920px) {
    .page_index_13 .page_content_header_13{
        padding-top:325px;
    }
    .page_index_10 .form form {
        transform: translateY(-10%) translateX(-50%) !important;
    }
}
@media only screen and (max-width: 992px){
    .form form{
        width:40%;
    }
}
@media only screen and (max-width: 768px){
    .page_index_13{
        padding: 0px;
    }
    .page_index_13 .page_content_header_13{
        padding-top:50px;
        width:100%;
    }
    .page_index_13 .page_content_body_13{
        padding-top: 50px;
        position: static;
    }
    .page_index_13 .page_content_body_13 ul.countdown li:nth-child(1){
        display: block;
    }
    .page_index_13 .page_content_body_13 ul.countdown{
        text-align: center;
        margin:0;
        position: static;
    }
    .page_index_13 .page_content_body_13 ul.countdown .min_hrs_sec2{
        font-size: 70px !important;
        transform: translateX(-36px);
    }
    .page_index_13 .page_content_body_13 ul.countdown .min_hrs_sec3{
        font-size: 13px !important;
        letter-spacing: 4px;
        transform: rotate(90deg)translateX(-18px)translateY(53px);
    }
    .page_index_13 .page_content_body_13 ul.countdown .min_hrs_sec {
        transform: translateY(-10px) !important;

    }
    .page_index_13 .page_content_body_13 ul.countdown li p:nth-child(1) {
        font-size:40px;
    }
    .page_index_13 .page_content_body_13 ul.countdown li p:nth-child(2) {
        font-size: 10px;
    }
    .page_index_13 .page_content_footer{
        position: static;
        margin-top: 50px;
    }
    .page_content_footer{
        text-align: center;
        position: static;
    }
    .page_content_footer ul{
        margin-bottom:0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .form{
        margin-top: 50px;
    }
    .form form{
        position: static;
        margin:0 auto;
        width:35%;
    }
    .form .form_parent{
        position: relative;
    }

}
@media only screen and (max-width: 480px){
    .form form{
        width: 75%;
    }
    .form .form_parent{
        margin: 0 15px;
    }
}
/* Page Index2 */
.page_index_2{
    background: url("background3.jpg");
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
}
.page_index_2 ul.countdown li p:nth-child(1){
    color: #000 !important;
}
.page_index_2 ul.countdown li p:nth-child(2){
    color: #000 !important;
}
.page_index_2 .page_content_footer ul li a i{
    color: #000;
}
.page_index_2 .page_content_footer ul li a:hover i{
    color: #fff;
}
.page_index_2 .form form{
    width:22%;
    position: absolute;
    bottom: 100px;
    right: 38px;
}
.page_index_2 .form form input{
    border: transparent;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #000;
    text-align: left;
    height:45px;
}
.page_index_2 .form form input:focus{
    box-shadow: none;
    border-bottom-color:#76B818 ;
}
.page_index_2 input[type="email"].form_placeholder1::-webkit-input-placeholder {
    color: #000;
}
.page_index_2 .form form a{
    /* transition: all linear 300ms; */
    /* position: absolute; */
    /* top: 6px; */
    /* right: 4px; */
}
.page_index_2 .form form a:hover{
    right: 0;
}
.page_index_2 .form form i{
    font-size: 14px;
    color: #000;
    transition: 1s;
}
.page_index_2 .form form a:hover i{
    color: #76B818;
}
@media only screen and (max-width: 768px){
    .page_index_2 .form{
        margin-top: 50px;
    }
    .page_index_2 .form form{
        position: static;
        margin:0 auto;
        width:35%;
    }
    .page_index_2 .form .form_parent{
        position: relative;
    }
}
@media only screen and (max-width: 480px){
    .page_index_2 .form form{
        width:70%;
    }
}
/* Page Index3 */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index:1;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.page_index_3{
    background-image: url();
    z-index:9;
    position: absolute;
}
@media only screen and (max-width: 769px){
    .poster{
        display: block !important;
    }
    .video-container{
        overflow: auto;
        overflow-x: hidden;
    }
}
/* Page Index4 */
.video-container .filter1 {
    z-index:1;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
}
/* Page Index5+6 */
.page_index_5_6{
    background: url();
    position: absolute;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
/* Page Index7 */
#map1 {
    height: 100% ;
    -webkit-background-size:cover;
    background-size:cover;
}
#map-overlay1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.65);
}
.page_index_7{
    top:0;
}
/* Index 8 Style */
#dotty{
    position: absolute;
}
#mozaic-overlay1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.75);
}
/*  Index 9 Style */
#particles1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.pg-canvas{
    position: absolute;
    opacity: .2;
}
/*  Index 10 Style */
#particles{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.page_index_10 .form form{
    transform: translateY(-35%)translateX(-50%);
    top: 50%;
    left: 50%;
    width:32%;
}
@media only screen and (max-width: 768px) {
    .page_index_10 .form form{
        transform: translateY(0)translateX(0);
    }
}
@media only screen and (max-width: 480px){
    .page_index_10 .form form{
        width: 75%;
    }
    .page_index_10 .form .form_parent{
        margin: 0 15px;
    }
}

