body {
    font-family: 'Roboto', sans-serif;
    color: #000205;
}



h1,
h2,
h3,
h4 {
    font-weight: bold;
}

.layout_padding {
    padding: 55px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.call_to-btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 15px;
    background-color: #f8d92b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .call_to-btn img,
    .sub_call_to-btn img {
        width: 9px;
        margin-left: 15px;
        margin-top: 3px;
    }

    .call_to-btn:hover,
    .sub_call_to-btn:hover {
        color: #fff;
        -webkit-box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
        box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
    }

.sub_call_to-btn {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 25px;
    background-color: #f8d92b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}




/*header section*/
.top_container {
    font-family: 'Poppins', sans-serif;
}

.header_section {
}

nav.navbar.navbar-expand-lg {
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    /*color: #f8d92b;*/
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-right: 20px;
}



a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.top_container {
}

    .top_container.sub_page {
        height: auto;
    }



.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand,
.navbar-brand:hover {
    font-size: 30px;
    color: #f8d92b;
    font-weight: bold;
}



.custom_nav-container {
    z-index: 99999;
    /*padding: 15px 0;*/
    padding: 0px;
}

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

        .custom_nav-container .navbar-toggler .navbar-toggler-icon {
            background-image: url(../images/menu.png);
            background-size: 55px;
        }

/*end header section*/

/* hero section */
.hero_section-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.number-container {
    position: absolute;
    top: 34%;
    left: 4%;
}

    .number-container .number-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #464646;
    }

        .number-container .number-box hr {
            border: none;
            width: 2px;
            height: 125px;
            background-color: #f8d92b;
            margin: 35px 0;
        }

.hero_section-container .hero_img-box {
    width: 42%;
    margin-top: -45px;
}

    .hero_section-container .hero_img-box img {
        width: 100%;
    }

.hero_section-container .hero_detail-box {
    width: 58%;
}

    .hero_section-container .hero_detail-box .hero_detail-container {
        padding-left: 45px;
        padding-bottom: 15px;
    }

        .hero_section-container .hero_detail-box .hero_detail-container p {
            margin: 35px 0 50px 0;
        }



.carousel-control-prev,
.carousel-control-next {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #f8d92b;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
    top: initial;
    bottom: -100px;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        background-color: #464646;
    }



.carousel-control-prev {
    background-image: url(../images/left-arrow.png);
    left: 45px;
}

.carousel-control-next {
    background-image: url(../images/right-arrow.png);
    left: 95px;
}

/* end hero section */

/* about section */
.about_section {
    background-color: #f8faf9;
}

    .about_section .row {
        align-items: center;
    }

.about_img-box img {
    width: 100%;
}

.about_detail-box p {
    margin: 45px 0;
}

/* end about section */

/* practice section */
.practice_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.practice_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin: 200px 15px 0 15px;*/
    margin: 0px 0px 0 0px;
    /*transform: translateY(0);
    transition: all .7s;*/
    /*padding-bottom: 50px;*/
}

    .practice_box:hover {
        /*transform: translateY(-150px);*/
        cursor: pointer;
    }

        .practice_box:hover .practice_img-box {
            /*background-color: #fddd33;*/
        }

.practice_img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 225px;*/
    width: 375px;
    height: 295px;
    /*border-radius: 90px;
  background-color: #363636;*/
}


.practice_box h4 {
    margin-top: 15px;
}

.practice_img-box img {
    width: 120px;
}

.practice_detail p {
    margin-bottom: 55px;
    text-align: center;
}

.heading-text {
    padding: 0;
    margin: 0;
    color: #fddd33;
    font-weight: bold;
}




/* end Practice section */

/* welcome section */
.welcome_section {
    background-color: #f8faf9;
}

.welcome_container {
    padding: 100px 0;
}

    .welcome_container > * {
        margin-bottom: 35px;
    }

    .welcome_container h4 {
        font-weight: normal;
    }

    .welcome_container h4,
    .welcome_container p {
        font-family: 'Poppins', sans-serif;
    }

.welcome_section::before {
    content: "";
    width: 40%;
    height: 100%;
    background-image: url(../images/welcome.jpg);
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* end welcome section */

/* contact section */
.contact_section .col-md-6 {
    padding: 0;
}

.contact_section input {
    border: none;
    outline: none;
    /*border-bottom: 1px solid #252525;*/
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    /* margin: 10px 0;*/
}

.contact_form-container {
    /*padding: 45px;*/
    padding-right: 0;
}

    .contact_form-container button {
        border: none;
        background-color: #fddd33;
        color: #fff;
        padding: 8px 40px;
        border-radius: 20px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.contact_img-box {
    display: flex;
    align-items: center;
    padding: 45px;
    padding-left: 0;
}

    .contact_img-box img {
        width: 97%;
    }

.contact_section h2 {
    font-size: 26px;
    color: #010103;
    font-weight: bold;
    position: relative;
    margin-left: 2.5%;
}



/* end contact section */
/* info section */
.info_section {
    padding-top: 100px;
    padding-bottom: 1px;
    color: #fff;
    background-color: #2a2a2c;
}

.info_logo h2 {
    color: #fddd33;
    font-family: 'Poppins', sans-serif;
}

.info_section .col-md-4 {
    padding: 0 30px;
}

    .info_section .col-md-4 h5 {
        text-transform: uppercase;
    }

.info_news input {
    border: none;
    width: 80%;
    height: 35px;
    border-radius: 20px;
    background-color: #fff;
    outline: none;
    padding-left: 20px;
    margin-top: 15px;
}

    .info_news input::placeholder {
        opacity: .4;
    }

.info_news button {
    border: none;
    background-color: #fddd33;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 20px;
    margin-top: 20px;
}

.info_address p {
    margin-bottom: 5px;
}

.custom_border-btm {
    border-bottom: 1px solid #fff;
}

.info_social {
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin: 30px auto;
}

/* end info section */



/* footer section*/

.footer_section {
    background-color: #fdfdfe;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

    .footer_section p {
        color: #000;
        margin: 0;
        text-align: center;
    }

    .footer_section a {
        color: #000;
    }

.main_header_section1 {
    background: transparent linear-gradient(92deg, #f8d92b 0%, #293A80 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000029;
    opacity: 1;
}

.navbar-collapse.main_header_section1 .login_image .btn-primary {
    margin-right: 20px;
    position: relative;
    border: 1px solid #537EC5;
    border-radius: 24px;
    opacity: 1;
    background: transparent;
    opacity: 1;
    padding: 0.1rem 2.8rem 0.1rem 0.1rem;
}

    .navbar-collapse.main_header_section1 .login_image .btn-primary:hover {
        background: transparent;
    }

.navbar-collapse.main_header_section1 .login_name {
    color: #fff;
    margin-left: 10px
}
/* end footer section*/

/* strat registration success model popup section*/

.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        /*border: none;*/
        border: 2px solid #6fb32b;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #82ce34;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-confirm .icon-box i {
            font-size: 58px;
            position: relative;
            top: 3px;
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #82ce34;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #6fb32b;
            outline: none;
        }
/* end registration success model popup section*/

/* strat registration error model popup section*/

.modal-confirm-error {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

    .modal-confirm-error .modal-content {
        padding: 20px;
        border-radius: 5px;
        /*border: none;*/
        border: 2px solid #ee3535;
    }

    .modal-confirm-error .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm-error h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-confirm-error .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm-error .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-confirm-error .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-confirm-error .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #f15e5e;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-confirm-error .icon-box i {
            font-size: 58px;
            position: relative;
            top: 3px;
        }

    .modal-confirm-error.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm-error .btn {
        color: #fff;
        border-radius: 4px;
        background: #f15e5e;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .modal-confirm-error .btn:hover, .modal-confirm-error .btn:focus {
            background: #ee3535;
            outline: none;
        }
/* end registration error model popup section*/

.hide {
    display: none !important;
}

/*For My Account Submenu*/
.nav-item {
    position: relative;
}

.sub-menu {
    display: none; /* Hide submenu */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white; /* Adjust as needed */
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* Optional shadow */
}

    .sub-menu li {
        white-space: nowrap; /* Prevent text wrapping */
    }

        .sub-menu li a {
            display: block;
            padding: 10px 40px;
            color: black; /* Adjust as needed */
            text-decoration: none;
        }

            .sub-menu li a:hover {
                background-color: #f1f1f1; /* Adjust as needed */
            }

.nav-item:hover .sub-menu {
    display: block; /* Show submenu on hover */
}

.home-page-photo-slide-final-text035 {
    /* position: absolute; */
    display: flex;
    width: 100%;
    /* height: 107px; */
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 59px;
    line-height: 80px;
    text-align: center;
}

.home-page-photo-slide-final-text042 {
    padding: 0px 75px 60px 99px;
    display: block;
    color: rgba(107, 105, 106, 1);
    width: 100%;
    font-size: 28px;
    font-style: normal;
    text-align: center;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.02em;
}

.home-page-photo-slide-final-text007 {
    font-size: 36px;
    font-style: normal;
    text-align: center;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.02em;
}

.home-page-photo-slide-final-text054 {
    top: 136px;
    padding: 0px 25px;
    color: #6B696A;
    width: 100%;
    height: 180px;
    position: absolute;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-family: 'Rounded Mplus 1c',sans-serif;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.02em;
}

.home-page-photo-slide-final-group475 {
    position: relative;
    width: 100%;
    height: 372px;
    /* display: flex; */
    /* position: absolute; */
    box-sizing: border-box;
    background: #FFFFFF;
    border: 3px solid #FED900;
    border-radius: 50px 0px 50px 50px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}

.btnNewLeaf {
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

/*For My Account Submenu*/
