﻿/*-----------------------landing page layout -----------------------------*/


/*overlay section */

html,
body,
h1,
h2,
h3,
h4,
p,
a,
li,
label,
/*.sky-form .radio, .sky-form .checkbox,*/
.control-label {
    font-family: 'Source Sans Pro', sans-serif;
    color: #150404;
    font-weight: 400;
    text-align: left
}

.landing-image {
    /*background-image: linear-gradient( to right bottom, rgb(255,255,255, 1), rgb(255,255,255, 0.5)), url(../../../images/background-image.jpg);*/
    /*online live*/
    /*background-image: linear-gradient( to right, rgb(0,68,124, 1), rgb(0,68,124, .8), rgb(0,118,206,.4)), url(../../../images/background-image-v1.jpg); 0-68-124*/
    background-image: url(../../../images/background-image.jpg);
    /*background-image: url(/Content/images/disrupter-hero.svg) !important;*/
    position: relative;
    background-size: cover;
    /* background-position: 0 70px; */
    background-repeat: no-repeat;
    object-fit: contain;
}

.landing-h1 {
    line-height: 1.2;
    color: #1B335F;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    font-size: 4rem;
    position: relative;
    top: -10px;
    text-align: center;
}

.landing-h2 {
    line-height: 1.2;
    color: #1B335F;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    font-size: 2.5rem;
    /*margin-bottom:0;*/
    text-align: center;
}



.landing-h3 {
    line-height: 1.2;
    color: #1B335F;
    margin-top: 0;
    text-align: left;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
}

.landing-h4 {
    line-height: 1.2;
    color: #1B335F;
    margin-top: 0;
    text-align: left;
    font-weight: 400;
    font-size: 2.0rem;
}

.landing-p {

    margin-top: 30px;
    font-size: 16px;
    color: black;
    text-align: center;
}


hr {
    margin: 10px 0 15px;
    border-top: 1px solid #777;
}

.main-white-section {
    background-color: white;
}

.heading-h2 {
    color: #333f48;

    line-height: 1.2;
    margin-top: 0;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    /*margin-bottom:0;*/
    text-align: center;
}
.info-more{
    background-color:#fff;
    border-radius:10px;
    transition:.5s;
    display:flex;
    align-items:center;
    /*border:1px solid #f2f2f2;*/
}

    .info-more:hover {
        /*box-shadow: 0 20px 30px rgb(51, 63, 72, .2);*/
    }

    .info-more h5 {
        text-align: center;
        color: #333f48;
        font-size: 2rem;
        font-weight: 600;
    }

    .info-more p {
        text-align: left;
        color: #333f48;
        font-size: 15px;
        padding-left: 5px;
    }

.info-image {
    width:auto;
    height:90px;
}

.info-image1 {
    width: 65px;
    height: auto
}

.btn-begin {
    font-family: Open Sans,Arial,sans-serif;
    line-height: 40px;
    height: 50px;
    padding: 3px 30px;
    color: #1B335F;
    border: 2px solid #00AEEF;
    border-radius: 0px !important;
    background: #00AEEF;
    /*background-image: linear-gradient( to right, #BA0C2F, #3494db) !important;*/
    position: relative;
    transition: all .5s;
    font-weight:bold;
    text-transform:uppercase;
    /*    -webkit-clip-path: polygon(100% 0, 100% 100%, 18px 100%, 0 75%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 18px 100%, 0 75%, 0 0);*/
}

    .btn-begin:active:hover, .btn-begin:active:focus {
        background: #00AEEF;
        border-color: #00AEEF !important;
        background-color: #00AEEF !important;
        color: #fff !important;
    }

    .btn-begin:active {
        top: 1px;
    }
/*
.btn-begin::before {
    content: '';
    width: 20px;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    -webkit-clip-path: polygon(0px 71%, 100% 100%, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0px 71%, 100% 100%, 100% 100%, 0 100%, 0 100%);
}*/

    .btn-begin:focus, .btn-begin:hover {
        background: #00AEEF;
        border-color: #00AEEF !important;
        background-color: #00AEEF !important;
        color: #fff !important;
    }

/*Fixed footer code */
html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 50%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
 /*   margin-bottom: -60px;  move footer above the in body*/
}

.footer,
.push {
    height: 50px;
}

.footerLink {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    color: #000;
}

.policyLink {
    color: #000;
}

.footer a,
.footer a:hover {
    color: #000;
}


/* ---------------- ----
            Cookie Dialog */
.cookie-section {
    background-color: #005B9B; /*rgba(3,157,232,0.7);*/
    /*background-color: #BA0C2F;*/
    padding: 10px 0 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: #fff;
}

    .cookie-section .btn {
        text-transform: uppercase;
        text-decoration: none;
    }

    .cookie-section a {
        color: #fff;
        text-decoration: underline;
    }

.btn-accept {
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
}

.btn-accept:hover {
    color: #444!important;
    background-color: #eee;
    border-color: #fff;
}

@media(max-width:767px) {
    .landing-content {
        /*background-image: url(/Content/images/disrupter-hero.svg) !important;*/
        background-image: linear-gradient( to right, rgb(18,75,93, 1), rgb(18,75,93, .8), rgb(225,78,39,0.5)), url(../../../images/background-image-v1.jpg);
        background-image: none;
        position: relative;
        background-size: cover;
        /* background-position: 0 70px; */
        background-repeat: no-repeat;
        object-fit: contain;
    }



    .landing-h1 {
        font-size: 3rem;
    }

    .landing-h2 {
        font-size: 2rem;
    }

    .landing-h3 {
        font-size: 2rem;
    }

    .landing-h4 {
        font-size: 1.5rem;
        font-weight:500;
    }

   

    hr {
        margin: 10px 0;
        border-top: 1px solid #777;
    }

    .bullet-icon p{
        font-weight:500;
    }

    .info-more{
        flex-direction:column;
    }
    .info-more p{
        text-align:center;
    }
    .landing-h3 b{
        display:block;
    }
}


