@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body {
    width:100%; height:100%; display: block; overflow: auto;
}


body { 
    font-family: "Poppins", sans-serif; font-optical-sizing: auto; 
}

a, p, span, labe, footer *,
form .form-group .form-control {
    font-size: 17px; font-weight: 400; color: #06164d; 
}


* { box-sizing: border-box; }
*:hover { -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s; }
*:focus { box-shadow: none !important; outline:none !important; }

img, svg { border: none; vertical-align: middle; max-width: 100%; }
p, ul { margin: 0; padding: 0; }
ul li { list-style: none; }

a { 
    cursor: pointer; outline: none !important; text-decoration: none;
}
a:hover, a:focus { 
    color: ; text-decoration: none; outline: none; text-decoration: none;
}
a, input, button, textarea, a:focus, select:focus { outline: none; }
button, input, textarea { 
    outline: none; -webkit-appearance: none; -moz-appearance: none; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; 
}
input::-webkit-placeholder, textarea::-webkit-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { 
    opacity: 1;
}


.container-fluid {
    max-width:1400px;
}




.siteLoader {
    z-index: 11; left:0; top:0; width:100%; height:100%; opacity: 1;
    background:#ffffff url("../images/BG-Hero.png")no-repeat center bottom / cover;
    transition:0.3s ease-in-out;
}
.siteLoader img { width:350px; }

.pageLoad .siteLoader { left:100%; opacity: 0; }




h3, h3 * {
    color: #082070; font-size:34px; font-weight: 600;
}
h3 img.Logo { width:350px; }



.heroWrap {
    background: url("../images/BG-Hero.png")no-repeat center bottom / cover;
}


ul.vdoText-List > li { width:20%; }

ul.vdoText-List .vdoWrap {
    width:55%; padding:7px; border-radius:25px;
background-image: -webkit-linear-gradient( 90deg, rgba(56,121,244,0.5) 0%, rgba(114,236,201,0.5) 100%);
}
ul.vdoText-List .vdoWrap video,
ul.vdoText-List .vdoWrap iframe {
    width:100%; display: block; border-radius:20px;
}

.heroWrap ul.iConList li img.iCon {
    width:50px; height:50px;
}
.heroWrap ul.iConList li h4 { margin:0; }




.heroWrap h4,
h4.fourLogos-Title {
    font-size:21px;
}
h4.fourLogos-Title {
    margin:0 0 -14px; padding:0 10px; background: white;
}

ul.fourLogos {
    border-top:2px solid #050c2d; border-bottom:2px solid #050c2d;
}
ul.fourLogos li { padding:25px 0 15px; }
ul.fourLogos li img.Logo { height:65px; }



ul.fourLogos li a span.toolTip {
    left: -15px; right: -15px; top:calc(100% + 5px); border-radius: 10px;
    padding: 8px 10px; background: black;
    color: white; font-size: 85%; line-height: 1.1;
    transition:0.2s ease-in-out;
    pointer-events: none; opacity: 0;
}
ul.fourLogos li a span.toolTip::before {
    content: ""; display: block; position: absolute; left:0; right:0; top:-6px; margin:auto;
    width: 0; height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
}

ul.fourLogos li a:hover span.toolTip { opacity: 1; }




ul.iConList li img.iCon {
    width:22px; height:22px; margin:2px 0 0;
}





footer {
    background: #b7bac5;
}
footer .container-fluid > * { width:33.33%; }
footer .quickLinks a { text-decoration: underline; }

footer .quickLinks a:hover,
footer .quickLinks a:hover * { color: #156fc5; }




main section {
    overflow: hidden;
}


section a.closeBtn {
    position: absolute; right:40px; top:25px; opacity: 0.55;
}
section a.closeBtn,
section a.closeBtn img {
    width:30px; height:30px;
}

section a.closeBtn:hover {
    opacity: 1;
}



.contactWrp,
.privacyPolicyWrp,
.eulaWrap {
    overflow: auto;
    background: white; box-shadow: 0 0 20px rgba(0,0,0,0.25);
    border-radius: 50px 50px 0 0;
}

.contactWrp form {
    max-width:800px; margin:auto;
}

form .form-group .form-control {
    width: 100%;
    height: 60px;
    background: #f0f2f7;
    border: none;
    border-bottom: 2.5px solid #b1b6cb;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 0;
}
form .form-group .form-control:focus {
    border-bottom: 2.5px solid #0f89f7;
}

form .btn {
    font-size: 19px; font-weight: bold; color: #ffffff; background: #0e89f7;
    padding: 0 30px;  letter-spacing: 2px; line-height: 50px; text-transform: uppercase;
    width:50%; margin:25px 25% 0;
}
form .btn:hover,
form .btn:focus {
    color: #ffffff; background: #0967bb;
}






.privacyPolicyWrp h4,
.privacyPolicyWrp a:hover,
.eulaWrap h4,
.eulaWrap a:hover { color: #0e89f7; }



html,
body.overLay { overflow: hidden; }


body::after {
    content: ""; display: block; position: absolute; left:0; top:0; width:100%; height:100%;  
    z-index: 0; background: rgba(0.0.0,1);  opacity: 0; 
    transition:0.2s ease-in-out;
}

body.overLay::after { opacity: 0.75; z-index: 2; }



.contactWrp,
.privacyPolicyWrp,
.eulaWrap {
    top:110%; height:95vh; overflow: auto;
    transition:0.2s ease-in-out;
}

.contactWrp.slideUp,
.privacyPolicyWrp.slideUp,
.eulaWrap.slideUp { top:5%; }




/*===== Responsive CSS =====*/
@media screen and (max-width: 1600px) {
	
    
    a, p, span, labe, footer *,
    form .form-group .form-control {
        font-size: 16px;
    }
    
    h3, h3 * {
        font-size: 30px;
    }
    h3 img.Logo { width:315px; }

    .heroWrap h4, h4.fourLogos-Title {
        font-size: 19px;
    }
    
    ul.fourLogos li img.Logo { height:55px; }
   

}

@media screen and (max-width: 1365px) {
    
    
    h3, h3 * {
        font-size:27px;
    }
    
    
    .heroWrap h4, h4.fourLogos-Title { 
        font-size:17px;
    }
    .heroWrap ul.iConList li img.iCon {
        width: 45px; height: 45px;
    }
    
    
}


@media screen and (max-width: 1200px) {
    
    
    ul.fourLogos li img.Logo { height:45px; }
    
    
}


@media screen and (max-width: 992px) {
    
    
    h3, h3 * {
        font-size:24px;
    }
    h3 img.Logo,
    .siteLoader img {
        width:275px;
    }
    

    ul.fourLogos { padding:15px 0 0; }
    ul.fourLogos li { width:50%; padding:10px; }
    
    
    footer .container-fluid > * {
        width: 100%;
    }
    
    
    
    section a.closeBtn {
        right: 20px; top: 20px;
    }
    section a.closeBtn, section a.closeBtn img {
        width: 25px; height: 25px;
    }
    
    
    .contactWrp, .privacyPolicyWrp, .eulaWrap {
        border-radius:30px 30px 0 0;
    }
    
    form .form-group .form-control { height:50px; }
    
    form .btn {
        line-height: 42px; font-size:17px;
    }
    
    
    .privacyPolicyWrp h4,
    .eulaWrap h4 { font-size:18px; }
    
    
    
}


@media screen and (max-width: 767px) {
    
    a, p, span, labe, footer *,
    form .form-group .form-control {
        font-size: 15px;
    }
    
    
    ul.vdoText-List > li { width:50%; }
    ul.vdoText-List .vdoWrap { width:100%; padding:4px; }
    
    
    h4.fourLogos-Title { 
        width:100%; margin:0; padding:10px; border-top:2px solid #050c2d;
    }
    
    
}


@media screen and (max-width: 575px) {
    
    
    h3, h3 * { 
        font-size:22px;
    }
    h3 img.Logo,
    .siteLoader img { width:250px; }
    
    
    .heroWrap ul.iConList li img.iCon {
        width: 38px; height: 38px;
    }
    .heroWrap h4, h4.fourLogos-Title {
        font-size:16px;
    }
    
    
    ul.fourLogos li { width:100%; }

    
    
    form .btn { width:80%; margin:25px 10% 0; }
    

}

























