body {
    margin: 0px;
    font-family: "Poppins", sans-serif;
    background-color: #231f20;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}

section.dash {
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
}

section.dashimg {
    margin-bottom: 50px;
}

.dash-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dash-1 img {
    padding-top: 10px;
}

.dash-1 h1 {
    font-weight: bold;
    color: #e1c341;
    font-size: 53px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.v-1 {
    height: 100vh;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.dash-2 {
    padding: 0 20px 30px;
}

.dash-2 ul li {
    display: inline-block;
    padding-right: 20px;
    color: #d1cfcf;
    font-size: 16px;
    line-height: 33px;
    border: 1px solid #4b4b4b;
    padding: 3px 10px;
    margin-bottom: 5px;
}

.dash-2 ul li::before {
    content: '▶';
    color: #bda136;
    font-size: 14px;
}

.dash-2 p {
    font-size: 16px;
    line-height: 28px;
}

.dash-2 h4 {
    font-size: 25px;
    color: #e5bb42;
    margin: 20px 0 10px;
}

.dash-1 h2 {
    font-size: 34px;
    color: #ef4546;
    font-weight: 400;
    margin-top: 20px;
    font-style: italic;
}

.dash-3 h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #d1cfcf;
}

.dash-3 h6 a {
    text-decoration: none;
    color: #d1cfcf;
}

.dash-3 h6 a:hover {
    color: #e1c341;
}

.dash-3 {
    padding-bottom: 20px;
}

.dash-3 h6 i {
    color: #ef4546;
}

.dash-2 ul {
    padding: 0;
    margin: 0;
}

.ln-1 {
    height: 1px;
    background: #636363;
}

.dash-4 ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #d1cfcf;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #b3b3b3;
    padding-left: 5px;
}

.dash-4 ul li:nth-last-child(1) {
    border-right: 0px solid #b3b3b3;
}

.dash-4 ul li a {
    text-decoration: none;
    color: #d1cfcf;
}

.dash-4 ul li a:hover {
    color: #e1c341;
}

.dash-4 ul {
    margin: 0;
    padding: 20px 0;
}

.cntnt-1 {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cntnt-pg {
    align-content: start;
}

.cntnt-1 h2 {
    font-size: 40px;
    color: #ef4546;
    font-weight: 500;
    margin-top: 20px;
}

.cntnt-1 h3 {
    font-size: 23px;
    color: #e1c341;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}

.cntnt-1 h4 {
    font-size: 20px;
    color: #c3b575;
    font-weight: 500;
    margin-top: 20px;
}







/* Media Screens */

@media (max-width: 576px) {}

@media (max-width: 767.9px) {
    .dash-4 ul li {
        font-size: 13px;
        line-height: 21px;
        padding-right: 5px;
        border-right: 1px solid #b3b3b3;
        padding-left: 2px;
    }

    .dash-4 ul {
        margin: 0;
        padding: 10px 0;
    }

    section.dashimg {
        margin-bottom: 20px;
        width: 60%;
    }

    section.dash {
        height: 90vh;
    }

    .v-1 {
        height: 90vh;
        align-content: start;
    }

    .dash-1 img {
        padding-top: 10px;
        max-width: 300px;
    }

    .dash-1 h1 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dash-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dash-1 h2 {
        font-size: 18px;
        margin-top: 0px;
    }

    .dash-3 {
        padding-bottom: 0px;
    }

    .dash-2 ul li {
        display: block;
        padding-right: 0px;
        list-style: disc;
        color: #fff;
        font-size: 13px;
        line-height: 24px;
    }

    .dash-2 p {
        font-size: 14px;
        line-height: 22px;
    }

    .dash-2 ul {
        padding-left: 0px;
    }

    .dash-2 {
        padding: 0 0px 10px;
    }

    .dash-3 h6 {
        line-height: 18px;
        font-size: 13px;
    }

    .dash-2 h4 {
        font-size: 16px;
    }

    .cntnt-1 h2 {
        font-size: 22px;
    }

    .cntnt-1 h3 {
        font-size: 19px;
    }

    .cntnt-1 h4 {
        font-size: 19px;
        margin-top: 14px;
    }

    .cntnt-1 p {

        font-size: 15px;
    }

    .cntnt-1 li {

        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .dash-2 {
        padding: 0 0px 10px;
    }

    .dash-1 h1 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dash-1 h2 {
        font-size: 25px;
        margin-top: 10px;
    }

    .dash-2 p {
        font-size: 15px;
        line-height: 23px;
    }

    .dash-2 ul li {
        display: inline-block;
        padding-right: 10px;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
    }

    .dash-3 h6 {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .dash-1 {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .dash-1 img {
        padding-top: 10px;
        max-width: 60%;
    }

    .v-1 {
        height: 100vh;
        align-content: start;
    }




}

@media (min-width: 992px) and (max-width: 1199.9px) {


    .v-1 {
        align-content: start;
    }

    .dash-3 h6 {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .dash-2 ul li {
        display: inline-block;
        padding-right: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 28px;
    }

    .dash-2 p {
        font-size: 15px;
        line-height: 25px;
    }

    .dash-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dash-1 h1 {
        font-size: 45px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dash-1 h2 {
        font-size: 30px;
        margin-top: 20px;
    }

    .dash-2 h4 {
        font-size: 23px;
        margin: 20px 0 10px;
    }

    .dash-1 img {
        padding-top: 10px;
        max-width: 50%;
    }




}

@media (min-width: 1200px) and (max-width: 1400px) {


    .cntnt-1 h2 {
        font-size: 34px;
        margin-top: 20px;
    }

    .cntnt-1 h3 {
        font-size: 20px;
    }







    section.dashimg {
        margin-bottom: 20px;
    }

    section.dashh2 {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .dash-1 img {
        max-width: 400px;
    }

    .dash-1 h1 {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dash-1 h2 {
        font-size: 28px;
    }

    .dash-2 h4 {
        font-size: 22px;
        margin: 20px 0 5px;
    }

    .dash-3 h6 {
        font-size: 15px;
        line-height: 22px;
    }

    .dash-2 ul li {
        padding-right: 20px;
        font-size: 15px;
        line-height: 30px;
    }

    .dash-1 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .dash-4 ul {
        padding: 10px 0;
    }

    .dash-4 ul li {
        font-size: 15px;
        line-height: 22px;
    }




}



/* Close Media Screens */