﻿#mobileImage {
    background-color: #FAFBF7;
}
html {
    scroll-behavior: smooth;
}

a#mainplane {
    text-decoration: none;
    color: black;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100002;
    cursor: pointer;
    transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out;
}

#text {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 50px;
    color: white;
    transform: translate(-5%,-5%);
    -ms-transform: translate(-5%,-5%);
    transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-content {
    height: 100%;
    border-radius: 0;
}

.circle {
    border-radius: 60px;
    height: 120px;
    width: 120px;
    background: linear-gradient(to right, #f8fce3 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease;
    border-color: green;
    border-width: 4px;
    border-style: solid;
    color: black;
    border-color: #34937E;
    -webkit-box-shadow: -5px 6px 38px -15px;
    -moz-box-shadow: -5px 6px 38px -15px;
    box-shadow: -5px 6px 38px -15px;
}

    .circle:hover {
        background-position: left bottom;
    }

.circle2 {
    border-radius: 120px;
    height: 220px;
    width: 220px;
    background: linear-gradient(to right, #f8fce3 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease;
    border-color: green;
    border-width: 4px;
    border-style: solid;
    color: black;
    border-color: #34937E;
    -webkit-box-shadow: -5px 6px 38px -15px;
    -moz-box-shadow: -5px 6px 38px -15px;
    box-shadow: -5px 6px 38px -15px;
}

    .circle2:hover {
        background-position: left bottom;
    }


.largeCircleText {
    text-decoration: none;
    color: black;
    font-family: HoftypeCarnacBold;
    font-size: 28px;
    padding: 20px;
    padding-top: 70px;
    line-height: 1.3em;
}

.smallCircleText {
    padding: 15px;
    padding-top: 35px;
    font-size: 20px;
}

.preCircleText {
    padding: 12px;
    font-size: 13px
}

.circle2 a {
    text-decoration: none;
    color: black;
    font-family: HoftypeCarnacBold;
    line-height: 0px;
}

.circle a {
    text-decoration: none;
    color: black;
    font-family: HoftypeCarnacBold;
    line-height: 0px;
}

    .circle a:hover, .circle2 a:hover {
        color: #319A83;
    }

.smelisted {
    padding: 10px;
    padding-top: 15px;
    font-size: 20px;
}

.prep {
    font-size: 15px;
    line-height: 1.5em;
    margin-top: -30px;
    font-family: "CarnacBold", HoftypeCarnacBold, Arial, Helvetica, sans-serif;
}

.no-webp #image2 {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/img/businessHead4.png);
    height: 100%;
    min-height: 650px;
}

.webp #image2 {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/img/businessHead4.webp);
    height: 100%;
    min-height: 650px;
}
.webp .planebackground {
 
    background-repeat: no-repeat;
    background-image: url(/img/plane-Show.webp);
 
}

.no-webp .planebackground {
    background-repeat: no-repeat;
    background-image: url(/img/plane-Show.jpg);
}
.no-webp .headerimage {
    background-repeat: no-repeat;
    background-image: url(/img/hero-banner.jpg) !important;
}

div#pop-up {
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 10px;
    display: none;
    position: absolute;
    width: 580px;
    padding: 10px;
    background: #ffffff;
    color: #000000;
    /*border: 1px solid #1a1a1a;*/
    font-size: 90%;
    border-top-color: #E8F5A8;
    border-top-width: 10px;
    border-top-style: solid;
    -webkit-box-shadow: -5px 6px 38px -15px;
    -moz-box-shadow: -5px 6px 38px -15px;
    box-shadow: -5px 6px 38px -15px;
}

div#sub-pop-up {
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 10px;
    display: none;
    position: absolute;
    width: 580px;
    padding: 30px;
    background: #ffd800;
    color: #000000;
    /*border: 1px solid #1a1a1a;*/
    font-size: 90%;
    /*border-top-color: #E8F5A8;*/
    /*border-top-width: 10px;
            border-top-style: solid;*/
    -webkit-box-shadow: -5px 6px 38px -15px;
    -moz-box-shadow: -5px 6px 38px -15px;
    box-shadow: -5px 6px 38px -15px;
}

div.smesdiv {
    display: none;
}

div.startupdiv {
    display: none;
}

div.ipodiv {
    display: none;
}

div.prediv {
    display: none;
}

div.listeddiv {
    display: none;
}

div.largediv {
    display: none;
}

div.interdiv {
    display: none;
}
#mobileImage {
    display: none;
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    /* Medium screen, non-retina */
    #image2 {
        min-height: 550px;
    }

    .prest {
        margin-top: 205px;
        padding-left: 10px;
        text-align: center;
    }

    .smes {
        margin-top: 55px;
        margin-left: -50px;
    }

    .startup {
        margin-top: 165px;
        padding-left: 80px;
    }

    .ipo {
        margin-top: 185px;
        padding-left: 0px;
        margin-left: -35px;
    }

    .listed {
        margin-top: 265px;
        padding-left: 0px;
        margin-left: -0px;
    }

    .largecomp {
        margin-top: 185px;
        padding-left: 0px;
        margin-left: 180px;
    }

    .international {
        margin-top: 50px;
        padding-left: 0px;
        margin-left: 380px;
    }

    .international {
        float: right;
        margin-top: 50px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    /* larger screen */
    #image2 {
        min-height: 550px;
    }

    .prest {
        margin-top: 200px;
        padding-left: 20px;
        text-align: center;
    }

    .smes {
        margin-top: 55px;
        margin-left: -50px;
    }

    .startup {
        margin-top: 185px;
        padding-left: 90px;
    }

    .ipo {
        margin-top: 185px;
        padding-left: 0px;
        margin-left: -15px;
    }

    .listed {
        margin-top: 265px;
        padding-left: 0px;
        margin-left: -0px;
    }

    .largecomp {
        margin-top: 210px;
        padding-left: 0px;
        margin-left: 250px;
    }

    .international {
        float: right;
        margin-top: 50px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 30px;
    }
    div#pop-up {
        
        font-size: 80%;
    }
    #pop-up h4 {
        font-size: 20px;
        padding: 1px;
        margin: 1px;
    }

    #pop-up p, ul > li {
        font-size: 80%;
        padding-top: 0px;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1600px) {
    /* External screen */
    #image2 {
        min-height: 650px;
    }

    .prest {
        margin-top: 200px;
        padding-left: 20px;
        text-align: center;
    }

    .smes {
        margin-top: 75px;
        margin-left: -50px;
    }

    .startup {
        margin-top: 185px;
        padding-left: 90px;
    }

    .ipo {
        margin-top: 185px;
        padding-left: 0px;
        margin-left: -15px;
    }

    .listed {
        margin-top: 295px;
        padding-left: 0px;
        margin-left: -0px;
    }

    .largecomp {
        margin-top: 230px;
        padding-left: 0px;
        margin-left: 270px;
    }

    .international {
        float: right;
        margin-top: 50px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 40px;
    }

    .circle2 {
        border-radius: 135px;
        height: 270px;
        width: 270px;
    }

    .largeCircleText {
        padding: 20px;
        padding-top: 90px;
        line-height: 1.3em;
    }
    div#pop-up {
       
        font-size: 80%;
    }
    #pop-up h4 {
        font-size: 24px;
        padding: 1px;
        margin: 1px;
    }

    #pop-up p, ul > li {
        font-size: 90%;
        padding-top: 0px;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {

    #pop-up h4 {
        font-size: 23px;
        padding: 1px;
        margin: 1px;
    }

    #pop-up p, ul > li {
        font-size: 85%;
        padding-top: 0px;
        margin-top: 0px;
    }
}

    @media only screen and (min-width: 1000px) and (max-width: 1200px) {
        /* small screen */
        #image2 {
            min-height: 450px;
        }

        .prest {
            margin-top: 130px;
            padding-left: 10px;
            text-align: center;
        }

        .smes {
            margin-top: 30px;
            margin-left: -50px;
        }

        .startup {
            margin-top: 105px;
            padding-left: 50px;
        }

        .ipo {
            margin-top: 145px;
            padding-left: 0px;
            margin-left: -40px;
        }

        .listed {
            margin-top: 215px;
            padding-left: 0px;
            margin-left: -5px;
        }

        .largecomp {
            margin-top: 162px;
            padding-left: 0px;
            margin-left: 150px;
        }

        .international {
            float: right;
            margin-top: 50px;
            padding-left: 0px;
            margin-left: 0px;
            margin-right: 35px;
        }

        .largecircle {
            font-size: 20px;
        }

        .circle2 {
            border-radius: 85px;
            height: 170px;
            width: 170px;
        }

        .largeCircleText {
            padding: 20px;
            padding-top: 50px;
            line-height: 1.1em;
        }

        div#pop-up {
            width: 450px;
            font-size: 80%;
        }

        #pop-up h4 {
            font-size: 26px;
            padding: 1px;
            margin: 1px;
        }

        #pop-up p, ul > li {
            font-size: 80%;
            padding-top: 0px;
            margin-top: 0px;
        }
    }

    @media only screen and (min-width: 800px) and (max-width: 999px) {
        #image2 {
            min-height: 410px;
            max-height: 410px;
        }

        .preCircleText {
            padding: 5px;
            padding-top: 25px;
            line-height: 1.5em;
            font-size: 12px;
        }

        .circle {
            border-radius: 50px;
            height: 100px;
            width: 100px;
        }

        .prest {
            margin-top: 130px;
            padding-left: 10px;
            text-align: center;
        }

        .smes {
            margin-top: 50px;
            margin-left: -60px;
        }



        .startup {
            margin-top: 55px;
            padding-left: 50px;
            font-size: 12px !important;
        }

        .smelisted {
            padding: 5px;
            padding-top: 20px;
            font-size: 14px;
            line-height: 1.5em;
        }

        .prep {
            font-size: 12px;
            line-height: 1.5em;
            margin-top: -30px;
            font-family: HoftypeCarnacBold;
        }

        .ipo {
            margin-top: 135px;
            padding-left: 0px;
            margin-left: -35px;
        }

        .listed {
            margin-top: 195px;
            padding-left: 0px;
            margin-left: -15px;
        }

        .circle2 {
            border-radius: 80px;
            height: 160px;
            width: 160px;
        }

        .largeCircleText {
            text-decoration: none;
            color: black;
            font-family: HoftypeCarnacBold;
            font-size: 22px;
            padding: 10px;
            padding-top: 45px;
            line-height: 1.3em;
        }

        .largecomp {
            margin-top: 140px;
            padding-left: 0px;
            margin-left: 120px;
        }

        .international {
            float: right;
            margin-top: 40px;
            padding-left: 0px;
            margin-left: 0px;
            margin-right: 10px;
        }

        .smallCircleText {
            padding: 10px;
            padding-top: 25px;
            font-size: 15px;
        }

        div#pop-up {
            width: 400px;
            font-size: 60%;
        }

        #pop-up h4 {
            font-size: 20px;
            padding: 1px;
            margin: 1px;
        }

        #pop-up p, ul > li {
            font-size: 70%;
            padding-top: 0px;
            margin-top: 0px;
        }
    }
@media only screen and (min-width: 200px) and (max-width: 799px) {
    #image2 {
        display:none;
    }
    #mobileImage {
        display: block;
        display: initial;
    }
    .btn {
    min-width:50px;
    
    }
    .btn a{
        text-decoration:none !important;
    }
       
    .mobileHeading {
        font-size: 32px;
        /*font-size: 3.5rem;*/
        line-height: 64px;
        line-height: 4rem;
        /*margin: 0 0 30px;*/
        color: #000;
        font-family: "CarnacBold", Arial, Helvetica, sans-serif;
        font-weight: normal;
        padding-top: 18px;
        padding-bottom: 10px;
    }
        .mobileHeading:hover {
            color: #5CAA70;
           
            transition: 1s;
        }
    .headerPadding {
        text-align: center;
       margin-top: 25px;
    }
    smaller {
        font-size: 50%;
        padding: 0px;
    }

  
}
