/*========================
    Common css
=========================*/
html, body {
  height: 100%;
}
html {
    min-height: 100%;
    position: relative;
    font-size: 15px;
    height: 100%
 
}

body {
     font-family: 'Conv_Texta Regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:#000 url("../images/Hero-BG-Img.jpg")no-repeat center center / cover !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%;
}



/** Generated by FG **/
@font-face {
    font-family: 'Conv_Texta Regular';
    src: url('../fonts/Texta Regular.eot');
    src: local('☺'), url('../fonts/Texta Regular.woff') format('woff'), url('../fonts/Texta Regular.ttf') format('truetype'), url('../fonts/Texta Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Texta Medium';
    src: url('../fonts/Texta Medium.eot');
    src: local('☺'), url('../fonts/Texta Medium.woff') format('woff'), url('../fonts/Texta Medium.ttf') format('truetype'), url('../fonts/Texta Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Texta Light';
    src: url('../fonts/Texta Light.eot');
    src: local('☺'), url('../fonts/Texta Light.woff') format('woff'), url('../fonts/Texta Light.ttf') format('truetype'), url('../fonts/Texta Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Texta Bold';
    src: url('../fonts/Texta Bold.eot');
    src: local('☺'), url('../fonts/Texta Bold.woff') format('woff'), url('../fonts/Texta Bold.ttf') format('truetype'), url('../fonts/Texta Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/
@font-face {
    font-family: 'Conv_BEBAS';
    src: url('../fonts/BEBAS.eot');
    src: local('☺'), url('../fonts/BEBAS.woff') format('woff'), url('../fonts/BEBAS.ttf') format('truetype'), url('../fonts/BEBAS.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'typo_round_bold_demoregular';
    src: url('../fonts/typo_round_bold_demo-webfont.woff2') format('woff2'),
         url('../fonts/typo_round_bold_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'typo_round_regular_demoRg';
    src: url('../fonts/typo_round_regular_demo-webfont.woff2') format('woff2'),
         url('../fonts/typo_round_regular_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




.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;
}

.ContactBtn, 
button.btn {
    font-size:20px; line-height: 1; color: white !important; background: #0f6ab5; border:2px solid #0f6ab5;
    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;
}
.ContactBtn:hover, 
button.btn:hover {
    background: #0f6ab5; border:2px solid white;
}



.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;
}   

.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;
    
    -webkit-transform: translateY(-50%);transform: translateY(-50%);z-index: 2;
}

.hero-caption h1,
.hero-caption h2,
.hero-caption h3 {
    font-family: 'typo_round_regular_demoRg';
}

.hero-caption h1,
.hero-caption h1 img { 
    display: block; width:500px; max-width:100%;
}




.hero-caption h2 { 
    font-size:32px; font-weight: bold; margin:10px 0 0; padding:8px 0 8px 35px;  text-transform: uppercase; 
    color: white;
/*    border-bottom:2px solid #ff3c31;*/
    position: relative;
}
.hero-caption h2 img.ButterFly-Img {
    position: absolute; left:0; top:-20px; min-width:40px; max-width:40px;
}

.hero-caption h2 img.SBOP-Text {
    width:650px; max-width: 100%;
}

.hero-caption p {
    font-size:25px; line-height: 1; margin:10px 0 0;
}



.w-background-video {
    position: relative;width: 100%;height: 100vh;
}
.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-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: #fff; 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 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;
}



@media screen and (max-width:767px) {
    

    .InnerPage .Header { position: relative; }

    .hero-caption h2 { font-size:25px; }
    
    .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 h2 { 
        padding:8px 0 8px 0;
    }
    .hero-caption h2 img.ButterFly-Img {
        top:-10px; left:-5px;
    }
    .hero-caption h2 img.SBOP-Text {
        width:350px; max-width: 100%;
    }
    
    .hero-caption p { font-size:18px; }

    
}

