/********** Template CSS **********/
* {
    /* font-family: "Saira", sans-serif; */
    font-family: "Lato", sans-serif;
    /* font-family: "Ramaraja", serif; */
}
body {
    overflow-x: hidden;
}
section,header,footer {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}
.main-body-sec {
    background: #000;
    padding-bottom: 40px;
}

.btn_style {
    color: #FFF;
    font-family: "Saira", sans-serif;
    /* font-size: 16px; */
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    background: #CA9700;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 170px;
}
.btn_style:hover {
    background: #000;
    color: #fff;
}

.about-us {
    background: #EBEBEB;
    padding: 40px 0;
}
.about-us .about-us-heading {
    color: #AD8100;
    text-align: center;
    font-family: "Ramaraja", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 20px;
}
.about-us .about-us-para {
    color: #595757;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.about-us .about-us-boxes {
    border-radius: 20px;
    border-top: 5px solid #AD8100;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 9%);
    padding: 32px 20px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    margin-top: 1rem;
}
.about-us .about-us-boxes .about-us-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.about-us .about-us-boxes .about-us-box img {
    width: 85px;
}
.about-us .about-us-boxes .about-us-box .about-us-box-heading {
    color: #AD8100;
    text-align: center;
    font-family: "Ramaraja", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 5px;
}

.achieve-dreams-sec {
    background: #000;
    padding: 40px 0 20px;
    text-align: center;
}
.achieve-dreams-sec .achieve-dreams-sec-heading {
    color: #AD8100;
    text-align: center;
    font-family: "Ramaraja", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.achieve-dreams-sec .achieve-dreams-sec-para {
    color: #FEFEFE;
    text-align: center;
    /* font-size: 16px; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.achieve-dreams-sec .achieve-dreams-sec-para b {
    color: #CA9700;
}
.achieve-dreams-sec-boxes .achieve-dreams-sec-box {
    border-radius: 20px;
    border-top: 5px solid #AD8100;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 9%);
    padding: 20px;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 95%;
}
.achieve-dreams-sec-boxes .achieve-dreams-sec-box > img {
    width: 85px;
}
.achieve-dreams-sec-boxes .achieve-dreams-sec-box .achieve-dreams-sec-box-title {
    color: #AD8100;
    text-align: center;
    font-family: "Ramaraja", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 0;
    margin-top: 5px;
}
.achieve-dreams-sec-boxes .achieve-dreams-sec-box .achieve-dreams-sec-box-para {
    color: #595757;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.achieve-dreams-sec-boxes {
    padding: 10px;
}
.coming-soon {
    padding-top: 20px;
}
.coming-soon .coming-soon-heading {
    color: #AD8100;
    text-align: center;
    font-family: "Ramaraja", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.coming-soon .coming-soon-para {
    color: #FEFEFE;
    text-align: center;
    /* font-size: 16px; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}
.coming-soon .coming-soon-para-main {
    color: #ad8100;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
}
.coming-soon .coming-soon-para-main a {
    color: #fff;
}
footer {
    background: #000;
    padding: 20px;
}
footer p, footer a{
    color: #C1BFBF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    text-decoration: none;
}
@media (max-width: 1200px){
    .achieve-dreams-sec .achieve-dreams-sec-heading {
        line-height: 1;
    }
    .achieve-dreams-sec-boxes {
        padding-bottom: 3rem;
    }
    .achieve-dreams-sec-boxes .achieve-dreams-sec-box {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .achieve-dreams-sec {
        padding: 40px 0px;
    }
    .achieve-dreams-sec-boxes {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .coming-soon .coming-soon-para,.coming-soon .coming-soon-para-main {
        font-size: 24px;
    }
}
@media (max-width: 576px){
    
    .achieve-dreams-sec .achieve-dreams-sec-heading {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .achieve-dreams-sec-boxes .achieve-dreams-sec-box {
        height: auto;
        margin-bottom: 1.5rem;
    }
    footer {
        text-align: center;
    }
}