body {
    font-family: "Roboto", sans-serif;
}

.btn {
    padding: 12px 35px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    display: inline-flex;
    text-decoration: none;
}

.btn-green {
    background: #a86523;
    color: #fff;
}

.btn-green a {
    color: #fff;
    text-decoration: none;
}

.btn-green:hover {
    border: 1px solid #a86523;
    color: #a86523;
    background: none;
}

.btn-green:hover a {
    color: #a86523;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.btn-capsule {
    border-radius: 25px;
}

.text-main {
    color: #a86523;
}

.form-left-heading {
    font-size: 28px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    line-height: 1.2;
    color: #eeeeee;
}

.social-link-cont {
    border: 1px solid #d5d5d5;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 50%;
}

.contact-section {
    background-image: url(../img/banner_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #cbbbbb;
    position: relative;
    z-index: 3;
    background: #000;
}

.social-link-cont svg {
    fill: #d4d4d4;
    width: 16px;
    transition: all 0.5s;
}

.social-link-cont:hover {
    border-color: #a86523;
}

.social-link-cont.active {
    border-color: #a86523;
}

.social-link-cont.active svg {
    fill: #a86523;
}

.social-link-cont:hover svg {
    fill: #a86523;
}

.svg-box-fill {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #dbefff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-box-fill svg {
    fill: rgb(12, 111, 204);
    width: 16px;
}

.mob-cont,
.mob-cont a {
    font-weight: 600;
    font-size: 17px;
    color: #dadada;
    text-decoration: none;
}
.section-gallery{
    position: relative;
    z-index: 10;
    background: #000;
    border-top: 1px solid #a86523;
}

/* ------------terms-page-------------------- */
.banner-terms {
    padding: 80px;
}

.heading-terms-1 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
}

.content-banner p {
    font-size: 17px;
}

.card-terms {
    padding: 20px 40px;
    border-radius: 10px;
    background-color: rgb(252, 244, 227);
    border: 1px solid #ccc;
}

.banner-terms {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    position: relative;
}

.banner-terms::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.4;
    background-color: #000;
    z-index: -1;
}

.heading-1-content-terms {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.heading-2-term-contetn {
    color: #000;
    font-size: 20px;
    font-weight: 800;
}

/* -------------------terms-page-end------------------- */
/* -----------------Contact Page Design------------- */
.form-wrapper-individual .form-control {
    padding: 16px 20px;
    border: 1px solid #a86523;
    border-radius: 8px;
    color: #0C263A;
}

/* -----------------Contact Page Design End------------- */
/*section-gallery-start*/

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main .card-image video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section1-heading {
    color: #000;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 50px;
    display: block;
}
.fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
}
.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}
.why-choose-new{
    background: rgba(245, 192, 109, 1);
}
.sub-heading{
    font-size: 18px;
    font-weight: 800;
}
.learn-more-btn-sec-3{
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.gotoTop{
    position: fixed;
    right: 30px;
    bottom: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #a86523;
    color: #000;
    font-size: 30px;
}
/* ====================About Us Page Design===================== */
.about-us-about-page{
    padding: 70px 0px;
    position: relative;
    z-index: 3;
    background: #000;
    border-top: 1px solid #a86523;
}
.card-about-detail{
    border-left: 2px solid #a86523;
    padding-left: 15px;
}
.main-heading-about{
    font-weight: 800;
    font-size: 34px;
    color: #e28527;
}
.btn-expertise{
    border-radius: 20px;
    padding: 4px 25px;
    font-size: 13px;
    color: #a86523;
    border: 1px solid #a86523;
}
.career-heading{
    font-weight: 600;
    font-size: 26px;
    color: #e9a319;
}
.heading-study{
    font-size: 24px;
    color: #cbc3bb;
}
.heading-experience-sub{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.heading-experience-sub::before{
    content: "";
    position: absolute;
    left:   -25px ;
    width: 10px;
    height: 10px;
    background: #a86523;
    border-radius: 50%;
    top: 10px;
}
.wrpper-overall{
    padding-left: 20px;
    position: relative;
    padding-right: 15px;
    z-index: 3;
}
.wrpper-overall::before{
    position: absolute;
    height: 98%;
    left: 0;
    top: 20px;
    border-left: 2px dotted #a86523;
    content: '';
    z-index: -1;
}
.custom-padding-list-work li{
    color: #b4b4b4;
    margin-top: 10px;
    font-size: 14px;
}
.para-experience-in{
    font-size: 14px;
    color: #b4b4b4;
    text-align: justify;
}
/* ====================About Us Page Design End===================== */


@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .section1-heading {
        font-size: 28px;
        line-height: 1.2;
    }
}

/*section-gallery-end*/
@media(max-width:991px) {
    html {
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
    }

    body {
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
    }
}
.forex-chart {
    background: #000000;
    padding: 80px 0px;
}