/*========================
    Common css
=========================*/

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
    
    
html, body {
  height: 100%;
}
html {
    min-height: 100%;
    position: relative;
    font-size: 15px;
    height: 100%
 
}

body {
     font-family: "Exo 2", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #18084a !important;
}

body.Home {
    overflow: hidden;
}

.Loader {
    position: fixed; left:0; top:0; width:100%; height: 100vh; z-index: 99;
    
    display: flex; justify-content: center; flex-direction: column; align-items: center;
    transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out;
    
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(9,9,9) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(9,9,9) 0%, rgb(0,0,0) 100%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(9,9,9) 0%, rgb(0,0,0) 100%);
}
.Loader img { width:300px; display: block; }


.PageLoad .Loader {
    left:100%;
}






.nofilter {
    filter: blur(0);
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}
a:hover, a:focus {
    text-decoration:none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

h1 {
    font-size: 1.75rem;
    font-weight: 700;
}


a {
    text-decoration: none;
}


.Header {
    position: absolute; left:0; right:0; top:0; z-index: 11;
    padding:20px 0;
}
.Header .container {
    display: flex; justify-content: flex-end;
}

 
button.btn {
    font-size:20px; line-height: 1; color: #18084a !important; background: #69f8f4; border:2px solid #69f8f4;
    display: block;
    padding:6px 20px 12px !important; display: block;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
    transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out;
}
button.btn:hover {
    color: #69f8f4 !important;  background: transparent; border:2px solid #69f8f4;
}



.ContactBtn  {
    color: #ffffff; font-size:18px; line-height: 1; text-transform: uppercase; font-weight: 600;
    background: #e84529; border:2px solid #e84529; padding:7px 15px 8px;
    border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
    transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out;
}
.ContactBtn:hover { 
    background: transparent; color: #e84529;
}



.container { max-width:1000px; }


.hero {
    height: 100vh;
}
.hero {
    position: relative;
    min-height: calc(100vh - 0px);
}

.bg-video {
    position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;
    
    padding-top:50%;
}   
.bg-video video {
    position: absolute;
    left:0;
     right: 0;
    top:0;
  bottom: 0;
  width: 100%; 
  height: 100%;
    object-fit: cover;/*opacity: 0.4;*/
    
}

/*
.w-background-video>iframe {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;bottom: -100%; top: -100%; left: -100%;
    margin: auto;min-width: 100%;min-height: 100%;z-index: -100;
}
*/





.hero-caption { 
    position: absolute;width: 100%;top: 50%;left: 0; right:0; padding: 0 15px;color: #fff;
/*    max-width:800px; margin: auto;*/
    display: flex; flex-direction: column; align-items: center; text-align: center;
    
    -webkit-transform: translateY(-50%);transform: translateY(-50%);z-index: 2;
}

.hero-caption .Text {
    max-width:900px; margin: auto;
}

.hero-caption h1,
.hero-caption h2,
.hero-caption h3 {
    font-family: "Exo 2", sans-serif;
}

.hero-caption h1,
.hero-caption h1 img { 
    display: block; width:625px; max-width:100%; margin:15px auto 0;
}

.hero-caption h2  { 
    display: block; width:550px; max-width:100%; margin:15px auto 35px;
}

.hero-caption h3 { 
    margin: 25px auto;
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    max-width: 600px;
    width: 100%;
}
.hero-caption h3 .Mob { display: none; } 

.hero-caption p,
.hero-caption p a {
    font-size:22px; line-height: 1.25; margin:10px 0; font-weight: 600; color: #ffffff;
}
.hero-caption p a { text-decoration: underline; }




.hero-overle {
    position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.4);
}


.home-page-footer{ 
    background: transparent; position: absolute; left:0; right:0; bottom: 0; 
}
.home-page-footer.footer-main p { 
    color: #0e206b; text-align: center; padding:15px; line-height: 1;
}





header, section, footer { 
    filter: blur(0); -webkit-filter: blur(0); -moz-filter: blur(0); -o-filter: blur(0);
}
.modal-open header, .modal-open section, .modal-open footer { 
    filter: blur(8px); -webkit-filter: blur(8px); -moz-filter: blur(8px); -o-filter: blur(8px);
}

.modal-backdrop.show {
     opacity: .55;
}

body, .modal-open { padding:0 !important; }
.modal-content {
    background: transparent; border: none;
}
.modal-body {
    display: flex; flex-direction: column; align-items: center; padding:10px 5px;
}
.btn-close { 
    background-color: rgba(255,255,255,0.25); padding:10px;
    margin:0 0 10px; outline: none !important; box-shadow: none !important;
}




.Contact-Wrp {
    display: flex; flex-direction: column; align-items: center;
    width:600px; max-width:100%;
}

.Contact-Wrp * { color: white; }
.Contact-Wrp form { width:100%; }

.form-group {
    display: flex; flex-direction: column; margin:15px 0;
}
label {
    font-size:18px; color: white; text-align: left; margin:0 0 7px;
}

.form-control {
    color: white !important; font-weight: bold;
    background: rgba(0,0,0,0.45); border: none !important; border-bottom:2px solid rgba(255,255,255,0.75) !important;
    height:55px; font-size:20px; outline: none !important; box-shadow: none !important;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}
textarea.form-control { height:100px; }

.form-control:focus {
    background: rgba(0,0,0,0.65);
    border-bottom:2px solid #0f6ab5 !important;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: red;
}

::-webkit-input-placeholder {
  color: red;
}


::placeholder {
  color: red;
}


iframe {
    width:100%; height:100%;
}



@media screen and (max-width:1025px) {
    
    .hero-caption .Text { max-width:650px; }
    
    .hero-caption h3 { font-size:30px; }
    .hero-caption p,
    .hero-caption p a { font-size:18px; }
    
    
    .hero-caption h1,
    .hero-caption h1 img { 
        width:400px;
    }
    
}


@media screen and (max-width:767px) {
    
    
    iframe { width:150%; height:150%; }
    

    .InnerPage .Header { position: relative; }

    
    .ContactBtn  {
        font-size:15px;
    }
    
    
    .InnerPage .hero { min-height: inherit; height: auto; overflow: auto; position: relative; }
    .InnerPage .home-page-footer { position: relative; }
    .InnerPage .home-page-footer.footer-main p { margin: 0; }
    
    .Contact-Wrp {
        position: relative; top:0; transform: translateY(0);
    }
    
    

    .hero { 
        overflow: hidden;
    }
    
    .hero-caption h3 { font-size:25px; }
    .hero-caption p,
    .hero-caption p a { font-size:16px; }
    
    
    
    .hero-caption h3 .Desk { display: none; } 
    .hero-caption h3 .Mob { display: block; } 
    
    
    
    .home-page-footer.footer-main p { font-size:13px; }
    
}

