
* {
    box-sizing: border-box;
}

.main {
    background:#fff
}

#footer {
    /*height:auto;
    width: :100%;
    position:sticky;
    bottom: 0px;
    padding:2px;
    float: left;*/
    /*display: block;*/
    /*position: relative;*/
    /*top: 91%;*/
    /*bottom: 0%;
    width:100%;
    height:20px;
    border-top:5px solid #fec;*/
    padding: 30px 10px;
    text-align: center;
    background: #fcf5c7;
    color: #f92;
    transition: 0.4s;
    z-index: 1;
    margin: 0 auto;
    font-size: 16px;
}

i {
    padding: 5px;
}

#footer a {
    font-size: 16px;
    color: #f92;
    text-decoration: none;
}

.fa-comment {}

.fa-whatsapp {}

.fa-soundcloud {}

/*#dot {
    display: none;
}*/
.disclaimer {
    display: none;
}

* {
    font: 13px Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',  Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
}

#header {
    /*max-height:12%;*/
    position: sticky;
    top:0px;
    z-index: 9;
    height: 11%;
    display: inline-grid;
    background: #fff;
    width: 100%;
    /*float:right;*/
}

#header a {
    color: #79addc;
    height: 100%;
    transition:  0.4s ease;
}

/*body {
        height: 100%;
    }*/

#nav-b {
    background: #ffad33;
    color: #fff;
    width: 100%;
}

#modal-t {
    width: 0%;
    height: 93%;
    background: #ffad33;
    display: none;
    transition: 0.3s
        /*ease*/
    ;
    top: 0%;
    position: fixed;
    overflow: scroll;
    /* border-radius: 0px 0px 11px 11px; */
    text-align: center;
    z-index: 9;
}

#modal-t div,
#modal-t dd {
    padding: 20px 20px;
}

#modal-t div a {
    padding: 30px auto;
    color: #fff;
    /*text-decoration:none;*/
    font-size: 20px;
}


.s1 .c-grid,
.s2 .c-grid {
    display: grid;
    /*justify-content:center;
        align-content:center;*/
}

.s1 .c-grid,
.s2 .c-grid {
    gap: 40px 30px;
    padding: 60px auto;
    /*justify-content:center;
        align-content:center;*/
}

.s2 {
    background: #ffee93;;
}


/*For phones and tablets*/
@media (max-width:767px) {
    [class*='grid-col-'] {
        display: grid;
        grid-template-columns: 100%;
    }

    .nav-x {
        display: inline-block;
    }

    #modal-t {
        display: block;
    }

    .t-btn {
        height: 45px;
        cursor: pointer;
        line-height: 16px;
    }

    .s0 {
        text-align: center;
    }

    .s0 .top {
        font-size: 55px;
        text-align: center;

    }

    .s1 .top-b,
    .s2 .top-c {
        font-size: 44px;
        text-align: center;
    }

    .s1 .c-grid,
    .s2 .c-grid {
        grid-template-columns: 100%;
    }

    a {
        text-decoration: none;

    }

    #header {
        max-height: 20%;
        position: sticky;
        top: 0%;
        display: none;
    }

    #nav {
        position: relative;
        text-align: center;
        display: none;
        float: none;
        background: #f1f1f1;
        transition: 1s;
    }

    #nav a{
        text-decoration: none;
        display: block;
        font-size: 16px;
        padding: 10px;
        color: #000;
        line-height: 35px;
        border-radius: 9px;
    }

    #nav-btn {
        float: right;
        font-size: 18px;
        font-weight: 900;
        transition: 1s;
        display: block;
    }

    #nav-b .dot {
        display: block;
    }

    #nav-b {
        display: inline-block;
        width: 100%;
        height: 45px;
        bottom: 0px;
        left: -1px;
        position: fixed;
        /*font-size: 16px;*/
    }

    #nav-b .btn ,
    #nav-b .btn  img {
        color: inherit;
        /*font-size: 20px;*/
        text-align: center;
        vertical-align: middle;
        height: 100%;
        line-height: 40px;
    }

    .btn {
        cursor: pointer;
        border: none;
        font-size: 14px;
        background: inherit;
        color: #fff;
        /*overflow: hidden;*/
        float: left;
        outline: none;
        width: 47%;
        /*padding: 1px 1px;*/
        margin: 0px;
        vertical-align: middle;
        text-align: center;
        /*top:0px;
        position:sticky;
        z-index:9;*/
    }

    .btn:hover {
        color: #79addc;
    }

    #footer {
        display: none;
    }

    #nav-btn {
        display: none;
    }

    .s0 .top {
        font-size: 55px;
        font-weight: bold;
        padding: 95px 0px;
    }

    .s1 .top-b,
    .s2 .top-c {
        color: #79addc;
        font-size: 44px;
        font-weight: bold
    }

    .t-btn {
        width: 90%;
        padding: 35px;
        cursor: pointer;
    }

}

button {
    cursor: pointer;
    border:0px;
}

/*For desktop & laptops*/
/*[class='grid-col-'] {
    display: grid;
    grid-template-columns:100%;
}
.grid-col-1 {
    grid-template-columns:100%;
}
    
.grid-col-2 {
    grid-template-rows:45% 45%;
    grid-template-columns:100%;
}
    
.grid-col-2 {
    grid-template-rows:30% 30% 30%;
    grid-template-columns:100%;
}
    
.grid-col-4 {
    grid-template-rows:22% 22% 22% 22%;
    grid-template-columns:100%;
}*/

@media (min-width:768px) {
    .grid-col-1 {
        display: grid;
        grid-template-columns: 100%;
    }

    .grid-col-2 {
        display: grid;
        grid-template-columns: 45% 45%;
    }

    .grid-col-3 {
        display: grid;
        grid-template-columns: 30% 30% 30%;
    }

    .grid-col-4 {
        display: grid;
        grid-template-columns: 22% 22% 22% 22%;
    }


    #nav-b {
        display: none;
    }

    .col-1 {
        width: 8.33%;
        float: left;
    }

    .col-2 {
        width: 16.66%;
        float: left;
    }

    .col-3 {
        width: 25%;
        float: left;
    }

    .col-6 {
        width: 50%;
        float: left;
    }

    .col-11 {
        width: 91.66%;
        float: left;
    }

    .col-12 {
        width: 100%;
        float: left;
    }

    .x-col-0 {
        float: right;
        width: 8.33%;
    }

    .x-col-12 {
        float: right;
        width: 100%;
    }

    #header a {
        color: #79addc;
    }


    #nav-btn,
    .dot {
        display: none;
        visibility: hidden;
    }

    #nav {
        display: inline-block;
        padding: 0%;
        vertical-align: middle;
    }

    #nav a {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        color: #79addc;
        padding: 15px;
        font-size: 14px;
        vertical-align: middle;
        line-height: 35px;
        border-radius: 9px;
    }

    #nav a.hlink:hover, #nav a.hlink.active {
        background: #fcf5c7
            /* #ffbb45*/
        ;
        /*color: #fff;*/
    }

    #nav .logo-nav:hover {
        color: #fff;
    }

    .ddown {
        position: absolute;
        left: 23%;
        /*top: 5%;*/
        padding: 0%;
        display: none;
        z-index: 6;
        /*border-bottom:2px solid #ccc;*/
    }

    #nav .ddown a {
        padding: 15px;
        display: block;
    }

    #nav .dopen:hover .ddown a {
        display: block;
    }

    .s0 {
        padding: 60px 0px;
    }

    .s0 .top {
        font-size: 55px;
        font-weight: bold;
        padding: 20px 0px;
        text-align: justify;
    }

    .s1 .top-b,
    .s2 .top-c {
        color: #79addc;
        font-size: 44px;
        font-weight: bold;
        padding: 60px 20px;
        /*text-align:center;*/
    }


    .nav-x {
        display: none;
    }

    .grid-repeat-2 {display:grid;grid-template-columns:repeat(auto-fit, minmax(330px, 1fr));}
}

.section {
    padding: 50px 30px;
}

.s0 {
    background: /*`#ffbb45*/#79addc;
        /*#ffc258*/
    color: #fff;
}



.s1 {
    /* background: #ffee93; */
    color: #79addc;
    /*height:60%*/
}

.t-content {
    text-align: justify;
    word-wrap: break-word;
}

.t-content .mii {
    text-align: center;
    padding-bottom: 10px;
}

.t-content,
.t-btn {
    font-size: 16px;
}

.s2 .t-content {
    color: #79addc;
}

.b-holder {
    padding: 30px 0px;
    text-align: center;
}

.t-btn {
    background: #ff8004;
    color: #fff;
    border-radius: 90px;
    padding: 15px;
    text-align: center;
    border: none;
    max-width: 250px;
    transition: 0.3s;
    /*margin:30px 50px;*/
}

.t-btn:hover {
    /* padding: 15px; */
    transform: scale(1.2, 1.2);
}

.top-c {
    /*text-align:center;*/
}

.my-self .mii {
    /* border-radius:50%;*/
}

.t-content .mii {
    text-align: center;
}

.img-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
}

/*For landscape tablets
@media (orientation:landscape) {

}*/

#nav .logo-nav {
    font-size: 28px;
    font-weight: 900;
    color: #f92;
    transition: 0.5s;
}


.nav-x {
    /*display:none;*/
    width: 100%;
    height: 45px;
    color: #fff;
    text-align: center;
    padding: 15px;
    z-index: 9;
    position: relative;
    top: 0px;
    background:#ffad33;
    line-height: 15px;
}

.nav-x a {
    color: #fff;
    text-decoration: none;
}

.formFooter,.formFooter .f6 .branding21   {
    display: none !important;
    opacity: 0 !important;
    height: 0px !important;
    width: 0px !important;
    visibility: hidden !important;
}

.container {
    flex: 1 1 100%;
    margin: auto;
    /* padding: 24px; */
    width: 100%;
}

.container {
    max-width: 948px !important;
}