.site-title h1 a{
    color: #fff !important
}

a{
    outline: inherit !important;
}

body{
    margin: 0;
    padding: 0;
    font-family: inherit;
}

.clearfix:before{
    content:" ";
    display:table
}
.clearfix:after{
    clear:both
}

.landingInner .container{
    max-width: 960px !important;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.topBanner{
    background-color: transparent;
    background-image: url(../../images/land-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding: 40px 0;
}

.topBanner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,168,255,.15);
}

.topBox{
    font-size: 14px;
    max-width: 933px;
    position: relative;
    display: flex;
    padding: 30px 10px;
    box-sizing: border-box;
    overflow: visible;
    margin: 0 auto;
    background-color: rgba(255,255,255,.39);
    border-radius: 10px;
    justify-content: space-between;
}

.left-box{
    max-width: 100%;
    width: 60%;
    padding-right: 10px;
}


.topSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}

.logoSec{
    width: 26%;
}

.textSec {
    width: 74%;
    padding-left: 4%;
}

.textSec p{
    /* font-family: raleway; */
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0px;
    margin: 0;

}

.textSec p b{
    font-weight: 600 !important;
}

.right-box {
    background-image: linear-gradient(180deg,#fdc380,#f37335);
    border-radius: 7px;
    max-width: 355px;
    height: 421px;
    width: 40%;
}

.right-box p{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 15px 22px;
    line-height: 26px;
}

.blue-bg {
    background-color: rgba(0,168,255,.64);
    border-radius: 7px;
    padding: 31px 15px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
}

.blue-bg h2{
    /* font-family: open sans; */
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    color: rgb(12, 39, 58);
    margin: 0 0 12px 0;

}

.blue-bg p{
    /* font-family: open sans; */
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0;
}

.right-box form {
    max-width: 240px;
    margin: 20px auto 0 auto;
}

.right-box form input{
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000 !important;
    display: block;
    box-sizing: border-box;
    height: 45px;
    color: #161616;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    text-align-last: center;
    outline: inherit;
    margin: 10px 0;
    padding: 0 10px;
    text-transform: inherit;
}


input.btn-gfe {
    border-radius: 6px !important;
    background-color: #a3cb38 !important;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 18px !important;
    font-weight: 700;
    color: #010a26 !important;
    height: 65px !important;
    cursor: pointer;
    box-shadow: 1px 1px 30px rgba(0,2,168,.2);
    transition: all .5s ease;
}

input.btn-gfe:hover{
    opacity: .8;
    transition: all .5s ease;
}

.sectionTow{
    width: 100%;
    padding: 50px 0;
    min-height: 770px;
}

.sectionTow h2{
    /* font-family: raleway; */
    font-size: 35px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
    margin: 0 0 0px 0;
}

.sectionTow .container{
    position: relative;
}

#imgLeft{
    position:absolute;
    display:block;
    z-index:9;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    box-shadow:1px 1px 35px rgba(0,0,0,.8);
    height:410px;
    width:290px;
    top:115px;
    left:166.046875px;
    overflow:hidden;
    display:block
}

#imgRight{
    position:absolute;
    display:block;
    z-index:9;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    box-shadow:1px 1px 35px rgba(0,0,0,.8);
    height:412px;
    width:291px;
    top: 200px;
    left:535.265625px;
    overflow:hidden;
    display:block
}

.sectionTow ul{
    padding: 0;
    margin: 0;
}

.sectionTow ul li{
    background-image: linear-gradient(180deg,#fdc380,#f37335);
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    min-height: 70px;
    width: 158px;
    /* font-family: raleway; */
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    padding: 20px;
    letter-spacing: 0;
    list-style: none;
    box-sizing: border-box;
    z-index: 99;
    position: absolute;
}

.sectionTow ul li:nth-child(1){
    top: 175px;
    left: 27px;
}


.sectionTow ul li:nth-child(2){
    top: 485px;
    left: 43px;
}


.sectionTow ul li:nth-child(3){
    top: 225px;
    left: 393px;
    width: 170px;
}


.sectionTow ul li:nth-child(5){
    top: 555px;
    left: 490px;
}

.sectionTow ul li:nth-child(4){
    top: 418px;
    left: 776px;
}

.sectionThree{
    background-image: linear-gradient(180deg,#1488cc,#2b32b2);
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.sectionThree ul{
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.sectionThree ul li{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectionThree h2{
    color: #f37335;
    display: block;
    /* font-family: ubuntu; */
    font-size: 60px;
    font-weight: 700;
    z-index: 9;
    line-height: 1.3;
    margin: 10px 0;
}

.sectionThree p{
    color: #fff;
    display: block;
    /* font-family: raleway; */
    font-size: 30px;
    font-weight: 400;
    z-index: 9;
    line-height: 1.3;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
    margin: 0;
}

.aboutSecland{
    width: 100%;
    padding: 40px 0;
    background-image: linear-gradient(180deg,#fdc380,#f37335);
}

.aboutSecland h2{
    color: #1d2d51;
    /* font-family: raleway; */
    font-size: 35px;
    font-weight: 300;
    z-index: 9;
    line-height: 1.3;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
    margin: 0;
}

.aboutSecland p{
    color: #6a6969;
    font-size: 18px;
    font-weight: 400;
    z-index: 9;
    line-height: 1.6;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
}

.teamImg{
    width: 100%;
    padding: 40px 0;

}

.teamImg ul{
    padding: 40px 0;
    margin: 0;
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.teamImg ul li{
   display: flex;
   width: 25%;
   flex-direction: column;
   align-items: center;
}

.teamImg ul li span{
    z-index: 9;
    background-color: #e3e3e3;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    border-radius: 100px;
    box-shadow: 0 0 23px rgba(0,0,0,.2);
    height: 153px;
    width: 153px;
    margin: 0 0 20px 0;
}

.teamImg ul li span img{
    width: 100%;
    height:100%;
    border-radius: 100px;
    object-fit: cover;
    display: block;
}

.teamImg h2{
    color: rgb(24, 24, 24);
    display: block;
    /* font-family: raleway; */
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin: 0 0 10px 0;
}

.teamImg p{
    color: rgb(252, 50, 50);
    /* font-family: raleway; */
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    margin: 0;
}

.strip{
    width: 100%;
    padding: 40px 0;
    background: url(../../images/bl-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.strip::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,20,79,.66);
}

.strip .outer-sec {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}

.strip .outer-sec h1{
    color: #fff;
    /* font-family: raleway; */
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
    margin: 0;
}

.ft-form{
    background-color: #00a8ff;
    width: 100%;
    padding: 40px 0;
}

.ft-form h2{
    color: #1d2d51;
    /* font-family: raleway; */
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    text-align-last: center;
    display: block;
    margin: 0 0 10px 0;
}

.ft-form p{
    color: #000;
    /* font-family: raleway; */
    font-size: 20px;
    font-weight: 400;
    z-index: 100016;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    text-align-last: center;
    display: block;
    margin: 0 0 20px 0;
}


.ft-form .form-sec form{
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
}

.ft-form .form-sec form .input-box{
    width: 39%;
}

.ft-form .form-sec form .input-box:last-child{
    width: 22%;
}

.ft-form .form-sec input{
    border-radius: 4px;
    border: 0;
    height: 50px;
    width: 355px;
    padding: 0 15px;
    margin: 5px;
    color: #000;
    line-height: 1;
    box-sizing: border-box;
    /* font-family: ubuntu; */
    font-weight: 400;
    text-align: left;
    text-align-last: left;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0,0,0,.15);
    outline: inherit;
}

.ft-form .form-sec .input-btn{
    border-radius: 5px !important;
    height: 50px;
    width: 180px !important;
    color: #010a26 !important;
    line-height: 1;
    font-weight: 700 !important;
    text-align: center !important;
    text-align-last: center;
    font-size: 16px !important;
    background: #a3cb38 !important;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5) !important;
    letter-spacing: 0;

}

footer#footer .social-navigation a {
    color: #000 !important;
}
footer#footer .social-navigation a:hover{
    color: #d37700 !important
}

.mc-field-group {
    position: relative;
}

.mc-field-group.vl-box label.error {
    position: absolute;
    left: 0;
    bottom: 1px;
    font-size: 11px;
    color: #f00;
    font-weight: 700;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.mc-field-group.input-box label.error {
    position: absolute;
    left: 20px;
    bottom: 3px;
    font-size: 11px;
    color: #f00;
    font-weight: 700;
}


.thankYouPage{
    width: 100%;
    padding: 50px;
    background: url(../../images/thank-bg.jpg) no-repeat center top;
    background-size: cover;
    height: 100vh;
    min-height: 550px;
}

.thankYouPage .container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.thankYouPage .centerBox {
    background-image: linear-gradient(180deg, #fdc380, #f37335);
    width: 100%;
    max-width: 720px;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}
.thankYouPage .centerBox h3{
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    width: 84%;
    margin: 0;
    padding-left: 30px;
}

.thankYouPage .centerBox .t-logo {
    width: 16%;
}

.thankYouPage .centerBox .topSecLd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.thankYouPage .centerBox p{
    color: rgb(1, 10, 38);
    text-align: center;
    font-size: 16px;
}

.thankYouPage .centerBox .download-btn {
    background-color: #a3cb38;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    box-sizing: border-box;
    color: #010a26;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    max-width: 323px;
    height: 55px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}



.form-sec #mc_embed_signup #mc_embed_signup_scroll {
    display: flex;
}


.page-template-template-thankyou header#top {
    display: none;
}

.page-template-template-thankyou footer#footer{
    display: none;
}

.page-template-template-landing  footer#footer{
    display: none;
}

.page-template-template-landing  header#top {
    display: none;
}


.org-bg .mc-field-group.input-group.vl-box ul {
    padding: 0;
    margin: 5px 0 20px 0;
}

.org-bg .mc-field-group.input-group.vl-box ul li{
    display: flex;
    align-items: center;
}

.org-bg .mc-field-group.input-group.vl-box ul li input {
    width: 15px;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 0;
    height: auto;
}

.org-bg .mc-field-group.input-group.vl-box ul li label{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
#mc_embed_signup div.mce_inline_error{
    font-weight: 400;
    font-size: 11px;
}


@media screen and (max-width:991px){
    .form-sec #mc_embed_signup #mc_embed_signup_scroll {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .form-sec #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.input-box {
        width: 100% !important;
    }
    
    .topBox{ flex-direction: column;}
    .left-box {max-width: 100%;width: 100%; padding-right: 0; }
    .logoSec { width: 15%; max-width: 130px;}
    .textSec {width: 85%; }
    .right-box { max-width: 100%; height: auto;width: 100%;padding: 25px;margin-top: 10px;}
    .right-box form{max-width: 500px;}
    .sectionTow{min-height: inherit; }
    img#imgLeft, img#imgRight{display: none; }
    .sectionTow ul li{ top: inherit !important; left: inherit !important; position: inherit ; max-width: 500px; text-align: center;width: 100% !important;margin: 10px 0;}
    .sectionThree ul{ flex-direction: column;align-items: center;}
    .sectionThree ul li {width: 100%;display: flex;flex-direction: column; align-items: center; max-width: 400px; margin: 20px 0; border: 1px solid #fff; padding: 20px;}
}

@media screen and (max-width:767px){
    .thankYouPage{padding: 50px 0;}
    .thankYouPage .centerBox .topSecLd { flex-direction: column;}
    .thankYouPage .centerBox .t-logo { width: 100%;}
    .thankYouPage .centerBox h3{width: 100%;padding: 20px 0 0 0;font-size: 22px;line-height: 30px;}
    .thankYouPage .centerBox .download-btn{font-size: 18px;}
    .thankYouPage .centerBox{padding: 40px 20px;}
}

@media screen and (max-width:765px){
    .teamImg{display: none;}
    .topSec{flex-direction: column;}
    .textSec {width: 100%;padding-left: 0;text-align: center;}
    .logoSec{width: 100%;margin: 0 0 20px 0;}
    .textSec p {font-size: 32px;line-height: 40px;}
    .strip .outer-sec{flex-direction: column;}
    .strip .outer-sec h1{margin: 0 0 30px 0;}
    .ft-form .form-sec form .input-box { width: 100% !important;}
    .ft-form .form-sec input {margin: 5px 0;}
    .ft-form .form-sec .input-btn{width: 100% !important;}
    .sectionThree p{font-size: 24px;}
    footer#footer {padding-top: 20px;}
    .sectionTow h2{margin: 0 0 20px 0;}
    .aboutSecland p{margin-bottom: 0;}
    .ft-form h2{font-size: 32px;}
}

@media screen and (max-width:360px){
    .thankYouPage .centerBox .download-btn {
        font-size: 16px;
    }
}