/* 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
*/

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('../images/preloader/loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.loader_green {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9999;
     background: url('../images/preloader/loader_green.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('../images/preloader/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('../images/preloader/loader_orange.gif') 50% 50% no-repeat rgb(249,249,249);
}
::selection{
    background-color: #2d95af;
    color: #fff;
}

/*  Main Index1 Style */
.page_index_1{
    background: url("../images/background-covers/background.png");
    width:100%;
    background-size: cover;
}
.bg_index1{
    background: url("../images/background-covers/background3.jpg");
    width:100%;
    background-size: cover;
    height: 100%;
}
.page_content_header{
    position: absolute;
    width: 100%;
}
.page_content_header img {
    padding-top: 25px;
    padding-left: 25px;
    max-width: 180px;
}
.page_content_body h1{
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    font-size: 60px;
    margin: 0;
}
.page_content_body{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_content_body strong{
    color: #2d95af;
    font-weight: normal;
}
.page_content_body p{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 18px;
    margin: 65px 0 0 0;
}
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_body form{
    width:75%;
    margin: 0 auto;
    margin-top: 65px;
    position: relative;
}
.page_content_body 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: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
    text-align: left;
    height:45px;
}
.page_content_body form input:focus{
    box-shadow: none;
    border-bottom-color:#2d95af ;
}
input[type="email"].form_placeholder1::-webkit-input-placeholder {
    color: #fff;
}
.page_content_body form a{
    transition: all linear 300ms;
    position: absolute;
    top: 6px;
    right: 4px;
}
.page_content_body form a:hover{
    right: 0;
}
.page_content_body form i{
    font-size: 18px;
    color: #ffffff;
    transition: 1s;
}
.page_content_body form a:hover i{
    color: #2d95af;
}
.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 Queries For Page Content*/
@media only screen and (max-width: 993px) {
    .page_content_body p,ul.countdown{
        margin:50px 0 0 0;
    }
    .page_content_body form{
        margin: 50px auto;
    }
}
@media only screen and (max-width: 769px){
    .page_index_0{
        padding:50px 0;
    }
    .page_content_header{
        position: static;
        margin-bottom: 30px;
    }
    .page_content_header img{
        margin:0 auto;
        display: block;
        padding-left: 0;
        padding-top: 0;
    }
    .page_content_body{
        transform: translateY(0%);
        position: static;
    }
    .page_content_body h1{
        font-size: 24px;
    }
    .page_content_body p{
        font-size: 12px;
        margin:30px 0 0 0;
    }
    .page_content_body ul{
        margin: 30px 0 0 0;
    }
    .page_content_body ul li{
        padding: 0 10px;
    }
    ul.countdown li p:nth-child(1){
        font-size: 26px;
    }
    ul.countdown li p:nth-child(2){
        font-size: 10px;
    }
    .page_content_body form{
        margin: 30px auto;
        width:70%;
    }
    .page_content_body form input{
        font-size: 14px;
    }
    .page_content_footer{
        text-align: center;
        position: static;
    }
    .page_content_footer ul{
        margin-bottom:0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 400px){
    .page_content_body form{
        margin: 30px 0;
        width:100%;
    }
}

/* Index 2 Style */
#body2{
    background-color: #fff;
}
.page_index_2{
    background:url("../images/background-covers/background2.png");
    background-size: cover;
}
.page_index_2 .page_content_body h1{
    color: #000000;
}
.page_index_2 .page_content_body p{
    color: #000000;
}
.page_index_2 ul.countdown li p:nth-child(2) {
    color: #000000 !important;
}
.page_index_2 .page_content_body form input{
    border-bottom: 2px solid #000;
    color: #000 !important;
}
input[type="email"].form_placeholder2::-webkit-input-placeholder {
    color: black !important;
}
.page_index_2 .page_content_body form input:focus{
    box-shadow: none;
    border-bottom-color:#2d95af ;
}
.page_index_2 .page_content_body form a{
    transition: all linear 300ms;
    position: absolute;
    top: 6px;
    right: 4px;
}
.page_index_2 .page_content_body form a:hover{
    right: 0;
}
.page_index_2 .page_content_body form i{
    font-size: 18px;
    color: #000;
    transition: 1s;
}
.page_index_2 .page_content_footer ul li a i{
    transition: 1s;
    color: #000000;
}
.page_index_2 .page_content_footer ul li a:hover i{
    color: #ffffff;
}

/* Index 3 Style */
.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%;
}
@media only screen and (max-width: 769px){
    .poster{
        display: block !important;
    }
    .video-container{
        overflow: auto;
        overflow-x: hidden;
    }
}
.page_index_3{
    background: url();
    position: absolute;
    z-index: 3;
    width: 100%;
}
.page_index_3 .page_content_header img{
    margin:0 auto;
    display: block;
    padding-left: 0px;
    min-width: 230px;
    padding-top: 65px;
}
.page_index_3 .page_content_footer ul{
    text-align: center;
}
.page_index_3 .page_content_footer{
    bottom: 55px;
}

/* Index 4 Style */
.page_index_4{
    background: url() !important;
    position: absolute;
    z-index: 3;
    width: 100%;
}
.video-container .filter2 {
    z-index:1;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
}

/* Index 5 Style */
#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.pg-canvas{
    position: absolute;
    opacity:.1;
}
.countdown_background li {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 0 25px 25px 25px !important;
    margin:5px;
    border-radius: 5px;
    transition: 1s;
}
.countdown_background li:hover{
    background-color: #ff8010;
}
@media only screen and (max-width: 769px){
    .countdown_background li{
        padding: 0px 8px 8px 8px !important;
        margin:1px;
        width:60px;
    }
}

/* Index 6 Style */

.bg_index6{
    background: url("../images/background-covers/background4.jpg");
    width:100%;
    background-size: cover;

}
#particles1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.countdown_background2 li {
    background-color: rgba(0, 0, 0,.15);
    padding: 0 25px 25px 25px !important;
    margin:5px;
    border-radius: 0;
    transition: 1s;
}
.countdown_background2 li:hover{
    background-color: #cd1949;
}
.page_index_6 .countdown_background2 li:hover p:nth-child(1){
     color: #FFFFFF !important;
 }
.page_index_6 .countdown_background2 li:hover p:nth-child(2){
    color: #FFFFFF !important;
}
@media only screen and (max-width: 769px){
    .countdown_background2 li{
        padding: 0px 8px 8px 8px !important;
        margin:1px;
        width:60px;
    }
}

/* Index 7+8 Style */
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.page_index_7{
    background: url();
    position: absolute;
    z-index: 3;
    width: 100%;
}
.page_index_8{
    background: url();
    position: absolute;
    z-index: 3;
    width: 100%;
}

/* Index 9 Style */
#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_9{
    top:0;
}
.page_index_9 .page_content_header img{
    max-width: 230px;
    margin:0 auto;
}
.page_index_9 .page_content_header img{
    padding-top: 150px;
}
.page_index_9 .page_content_footer {
    bottom: 115px;
}
.page_index_9 .page_content_footer ul li{
    display: inline-block;
    margin: 10px !important;
}
.page_index_9 .page_content_footer ul li a{
    border-color: #fff;
}
.page_index_9 .page_content_footer ul li a:hover{
    border-color: transparent;
}
@media only screen and (max-width: 768px){
    .page_index_9 .page_content_header img{
        padding-top:0;
    }
    .page_index_9 .page_content_footer {
        bottom: 0;
    }
    .page_index_9 {
        padding: 150px 0;
    }
    .page_index_9 .page_content_footer ul li{
        display: inline-block;
        margin: 8px !important;
    }
}

/* Index 10 Style */
.bg_index10{
    background: url("../images/background-covers/background6.jpg");
    width:100%;
    background-size: cover;
    height:100%;

}
.page_index_10 .page_content_header img{
    margin: 0 auto;
    display: block;
    min-width: 230px;
    padding-left: 0;
    padding-top: 150px;
}
.page_index_10 .page_content_body h1{
    min-height: 70px;
}
.page_index_10 .page_content_body p{
    margin: 15px 0 0 0;
}
.page_index_10 .page_content_footer{
    text-align: center;
}
.page_index_10 .page_content_footer ul li{
    display: inline-block;
    margin: 10px !important;
}
.page_index_10 .page_content_footer ul li:nth-child(1) a{
     background-color:#3B5998 ;
 }
.page_index_10 .page_content_footer ul li:nth-child(2) a{
    background-color: #1da1f2;
}
.page_index_10 .page_content_footer ul li:nth-child(3 ) a{
    background-color: #0077b5;
}
.page_index_10 .page_content_footer ul li:nth-child(4) a{
    background-color: #1769ff;
}
.page_index_10 .page_content_footer ul li:nth-child(5) a{
    background-color: #1ab7ea;
}
.page_index_10 .page_content_footer ul li a:hover{
    transform: scale(1.2);
}
.page_index_10 .page_content_footer {
    bottom: 150px;
}
.typewriter{
    color: #a2be07;
    font-weight: normal;
}

/* Media Queries For Page Content*/
@media only screen and (max-width: 768px){
    .page_index_10 .page_content_header img{
        width: 200px;
    }
    .page_index_10 .page_content_footer ul li{
        margin: 8px !important;
    }
    .page_index_10 .page_content_footer {
        bottom: 0px;
    }
}

/* Index 11 Style */
#dotty{
    position: absolute;
}
#mozaic-overlay1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.75);
}

/* Index 12 Style */
.bg_index12{
    background: url("../images/background-covers/background5.jpg");
    height: 100%;
    width:100%;
    background-size: cover;

}
.page_index_12 .page_content_header img{
  padding-top: 100px;
}
.page_index_12 .page_content_body h1 {
    padding-bottom: 45px;
}
.page_index_12 .page_content_body strong {
  font-size: 90px;
}
.page_index_12 a{
    display: block;
    text-align: center;
    color: #fff;
    transition: 1s;
}
.page_index_12 a:hover{
    text-decoration: none;
    color: #2d95af;
}
.page_index_12 .page_content_footer{
  bottom: 100px;
}
.page_index_12 .page_content_footer ul li a{
    background-color: white !important;
}
.page_index_12 .page_content_footer ul li:nth-child(1) a i{
    color:#3B5998 !important; ;
}
.page_index_12 .page_content_footer ul li:nth-child(2) a i{
    color: #1da1f2;
}
.page_index_12 .page_content_footer ul li:nth-child(3 ) a i{
    color: #0077b5;
}
.page_index_12 .page_content_footer ul li:nth-child(4) a i{
    color: #1769ff;
}
.page_index_12 .page_content_footer ul li:nth-child(5) a i{
    color: #1ab7ea;
}
/* Media Queries For Page Content*/
@media only screen and (max-width: 768px){
  .page_index_12 .page_content_body strong{
    font-size: 32px;
  }
}
