@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    font-family: 'Lato', sans-serif !important;
}


.navbar-dark{
    background-color: transparent !important;
    border-bottom: solid 1px #5c5a44;
}


.navbar-nav li{
    padding: 0 10px;
}

.maincon{
    height: calc(100vh - 78px);
    width: 100%;
    background-image: url(../images/bg.png);
    position: absolute;
    z-index: -1;
    top: 0;
    padding-top: 120px;
    color: #fff;
    background-size: cover;
    overflow-y: scroll;
    padding-bottom: 50px;
}


.footer{
    position: absolute;
    bottom: 0;
    height: 82px;
    background-color: #ffda47;
    display: flex;
    width: 100%;
    align-items: center;
}


.footerimg{
    margin-right: 20px;
}

.dfal{
    align-items: center;
    display: flex;
}

.dfal p{ margin: 0; padding: 0;}

.dfal1{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
}


.mainttitle{
    text-transform: uppercase;
}

h2.mainttitle:before {
    content: " ";
    width: 204px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}


.mainttitle span{
     font-weight: 900 !important;
     color: #ffda47;
}


h2.mainttitle span:before {
    content: " ";
    width: 105px;
    height: 4px;
    background-color: #ffda47;
    position: absolute;
    bottom: 0;
}

.imagemob{
    width: 22%;
    position: absolute;
    bottom: 0;
    right: 10%;
}

.mainbox{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.titlemain{
    font-size: 32px;
    float: left;
    background-color:#ffda47 ;
    color: #000;
    padding: 2px 5px;
    font-weight: bold;
}

.discri{
    width: 100%;
    float: left;
}

.appmain{
    display: flex;
    
}


.appmain img{
    width: 80%;
}



.mainboxapp{
    width: 100%;
    float: left;
    margin-top: 10px;
}


::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: #e5943f;
    border-radius: 1px;
}


@media screen and (max-width: 1370px) {
    .mainbox{
        width: 100%;
        float: left;
        margin-top: 16px;
    }
  }



  
@media screen and (max-width: 768px) {
    
    .maincon {
        height: inherit;
        width: 100%;
        background-image: url(../images/bg.png);
        position: absolute;
        z-index: -1;
        top: 0;
        padding-top: 120px;
        color: #fff;
        background-size: cover;
        background-color: #000;
        text-align: center;
        padding-bottom: 70px;
    }

    
    .footer {
        position: fixed;
        bottom: 0;
        height: 90px;
        background-color: #ffda47;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .dfal p {
        margin: 0;
        padding: 0;
        font-size: 15px;
    }


    .dfal1 {
        align-items: center;
        display: flex;
        justify-content: center;
        font-weight: bold;
        font-size: 12px;
        margin-top: 10px;
    }

    .footer img {
        width: 50px;
    }

    

    .titlemain {
        font-size: 32px;
        float: left;
        background-color: #ffda47;
        color: #000;
        padding: 2px 5px;
        font-weight: bold;
        width: 100%;
    }

    .mainbox {
        width: 100%;
        float: left;
        margin-top: 36px;
    }

    .discri {
        width: 100%;
        float: left;
        font-size: 22px;
    }

    .mainboxapp {
        width: 100%;
        float: left;
        margin-top: 10px;
        border-top: solid 1px #ffda47;
        padding: 20px 0 0 0;
    }

    .imagemob {
        width: 100%;
        position: inherit;
        bottom: 0;
        right: 10%;
        margin-top: 60px;
    }

  }