@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #222;
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323a45;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

.navbar-brand {
    width: 200px;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0px;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.bg-light {
    background-color: #ffffff !important;
}


ul {
    margin: 0;
    list-style-type: none;
}

li {
    display: inline-block;
}


.menu-bar {
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
    background: transparent;
}

/* Sticky state */
.menu-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

    /* animation */
    animation: slideDown 0.4s ease forwards;
}

/* Slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}








.banner-area {
    position: relative;
    overflow: hidden;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}




.banner-area .box-table {
    height: 462px;
    display: table;
    width: 100%;
}

.banner-area.shadow.dark .form-info::after {
    background: #f4cc00 none repeat scroll 0 0;
}



.banner-area .form-info::after {
    background: #323a45 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


button.btn.btn-primary {
    background: #1f5faa none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 13px 30px;
    text-transform: capitalize;
}


img.about-images-bar {
    margin-left: 36px;
    border-radius: 9px;
    width: 520px;
}

.banner-area .form-info {
    width: 310px;
    margin-top: 45px;
    margin-bottom: 45px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.about-area .default.info h3 {
    font-size: 24px;
    color: #203A88;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-area .default.info h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

p {
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    font-size: 16;
    color: #222;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

.btn.btn-light {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 30px;
    padding-left: 30px;
    font-family: 'Raleway', sans-serif;
    background: #f26b33 none repeat scroll 0 0;
    border: 2px solid #f26b33;
    color: #ffffff;
}




.banner-area.text-small .content h1 {

    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0px;
    text-shadow: 3px 3px 0px #222;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.banner-area {

    height: 100%;
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.navbar {
    padding-bottom: 0px;
    padding-top: 0px;
}

.navbar-expand-sm .navbar-nav {
      margin-left: 121px;

}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fffffffa;
    border: 1px solid #000000e8;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

a.nav-link {
    text-transform: capitalize;
    color: rgb(0, 0, 0) !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 8px 8px 8px 8px;
}

.btn.circle {

    border-radius: 30px;
}

.facility {
    background-color: #ecebeb;
}

.facility-heading h2 span {
    color: #f26b33;
}


.facility-heading h2 {
    color: white;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.facility-heading h4 {
    color: white;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.facility-heading h4::before {
    background: #1f5faa none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.equal-height {
    margin-bottom: 30px;
}

.item {
    border-top-right-radius: 46px;
    border-bottom-left-radius: 45px;
    /* border-radius: 10px; */
    background: #ffffff none repeat scroll 0 0;
    border: medium none;

}

.item {
    height: -webkit-fill-available;
    background: #ffffff none repeat scroll 0 0;

    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 19px #6f6c6c;
    overflow: hidden;
    padding-top: 25px;
    position: relative;
    z-index: 1;

}



.same-height {
    margin-bottom: 30px;
}

.item h4 {
    color: #f26b33;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.facilities-images-bar {
    margin-bottom: 15px;

}

.item:hover i,
.item:hover h4,
.item:hover p {
    color: #333399 !important;
}

.item i,
.item h4,
.item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.item:hover {
    background: #b59e17 none repeat scroll 0 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;

}

.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.admission-heading {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: normal;
}

.enquiry-heading {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.contact-heading {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.address-list .icon {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #1f5faa;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 15px;
    text-align: center;
    width: 50px;
}



.social-icons li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}

.social-icons li.facebook a {
    background-color: #3b5998;
}

.social-icons li.youtube a {
    background-color: #df4a32;
}

.social-icons li.instagram a {
    background-color: #cd486b;
}

footer .footer-section {
    background: #f0833a none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
}


.text-right.link {
    text-align: end;
}

footer .footer-section p {
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
    line-height: 40px;
}

.head1 {
    height: 32px;
    background-color: #f0833a;
}


.menu-bar {
    border-top: 1px solid #333399;
    z-index: 10000000000000000;
    background-color: #ffffff !important;
}

.download-btun {
    color: yellow;
}

/* .list-text {
 width: 462px; 
    line-height: 27px;
    font-weight: bold;
    text-align: left;
    font-size: 17px;
 list-style: disc; 
} */
.list-text ul {
    padding-left: 0px;
}

i.fa-solid.fa-caret-right {
    padding: 1px;
    color: #f0833a;
}

.facilities-images-bar {
    border-radius: 50%;
    margin-bottom: 15px;
}

.item:hover .facilities-images-bar {
    border-radius: 5px;
    border: 6px solid white;

}

i.fas {
    margin-right: 10px;
    background-color: #f26b33;
    color: white;
    padding: 10px;
    border-radius: 50%;
}

img#wtspp {
    border-radius: 50px;
    width: 53px;
    right: 35px;
    position: fixed;
    bottom: 170px;
    z-index: 999;
}

img#cal-gif {
    border-radius: 50px;
    width: 80px;
    right: 20px;
    position: fixed;
    bottom: 80px;
    z-index: 999;
}

h3.welcome-content {
    color: #f0aa00 !important;
    font-size: 20px;
}

a.facility-btn {
    font-weight: 600;
    text-decoration: none;
    color: red;
}

.item:hover a {
    color: white;

}

.vision-content {

    padding: 20px;
    color: #ffffff;
}

.custom-bullet {
    list-style: none;
    padding-left: 0;
}

.custom-bullet li::before {
    content: "\f0da";
    /* Unicode for fa-caret-right */
    font-family: "Font Awesome 6 Free";

    margin-right: 8px;
}

/* 
.mission-setion {
    background-color: red;
} */

.item:hover .list-text {
    color: white;

}

.top-section-content {

    color: #fafafa;
    font-size: 15px;
    font-weight: 600;

    padding-top: 0px;
}

a.navbar-brand img {
    height: 79px;
}


.first-black {
    background-color: #333399;
}

.second-black {
    background-color: #f0833a;
}


section.rr-service-1-area.py-5.fix {
    background-color: #333399f7;
}


.rr-service-1-content-2 {
    height: 227px;
    padding: 14px;
    background-color: white;
}

h3.rr-service-1-title a {
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    color: black;
}

.rr-service-1-content-2 p {
    font-size: 18px;
    margin-top: 20px;
}


.rr-price-2-title-box h3 {
    margin-bottom: 24px;
    margin-top: 10px;
    color: white;
}

.rr-service-1-content-2 a {
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    color: #f0833a;
}

.testimonial-card {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.star-rating {
    color: #ffa500;
}

.testimonial-author {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 15px;
}

.payment-sections img {
    height: 300px;
    width: 300px;
    margin-left: 64px;
}

.payment-section-content {
    margin: 76px;
}

span.carousel-control-prev-icon {
    display: none;
}

span.carousel-control-next-icon {
    display: none;
}


.payment-section {
    background-color: #edededa1;
}

.broucher-icons {
    right: -77px;
    margin-left: 0px;
    z-index: 999999;
    font-size: 0px;
    color: white;
    line-height: 1.33;
    font-weight: bold;
    cursor: pointer;
    position: fixed !important;
    transform: rotate(450deg) !important;
    top: 48% !important;
    background-color: rgb(242 107 51) !important;
    border-radius: 5px;
    padding: 8px 19px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.broucher-icons a {

    font-size: 15px;
    text-decoration: none;
    color: white;
}

.contact-deatils {


    color: #ffffff;
    /* margin-top: 12px; */
    /* margin-left: -35px; */
}

.contact-deatils a {
    text-decoration: none;
    color: white;
}

.footer-section-contact {
    background-color: #333399 !important;
}

.wrapper_share_get {
    width: 100%;
    position: fixed;
    bottom: 3vh;
    z-index: 10000000000000000;
    left: 0 !important;

    transition: .2s linear;
}

.share_get,
.wrapper_share_get {
    display: flex;
    justify-content: center;
}

.share_get {
    bottom: 3.5%;
    gap: 3px;
    position: relative;
    right: unset;
    z-index: 99;
    width: fit-content;
    background: #333399;
    padding: 0px;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 3px 20px #00000029;
}

button.share_fix_new {
    background: #333399;
    border: none;
    opacity: 1;
    padding: 13px 9px;
    right: 0;
    font-size: 13px;
    text-align: center;

    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

button.share_fix_new a {
    text-decoration: none;

    color: #141919;
    display: flex;
    align-items: center;
    gap: 8px;
}

button.share_fix_new a {
    font-weight: 600;
    color: #ffffff;
}

button.share_fix_new a i {
    border-radius: 50%;
    padding: 8px;
    font-size: 20px;
    color: #333399;
    background-color: #e2c737;
}

button.share_fix_new img {
    width: 24px;
}

div#copyright {
    text-align: right;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 99999999;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;

}

.mobile-views-bttom {
    display: none;
}

.top-number {
    color: #fafafa;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0px;
}

.top-number a i {
    font-size: 12px;
    margin-right: 10px;
    background-color: #333399;
    color: white;
    padding: 9px;
    border-radius: 50%;
}

h4.vision-box-midel-heading {
    color: #333399;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

@media (width: 375px) {
    .banner-area {
        height: 117px;
        width: 376px;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }
}

@media (width: 425px) {
    .banner-area {
        height: 117px;
        width: 424px;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }
}

@media (width: 390px) {
    .banner-area {
       height: 117px;
        width: 390px;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }
}

@media (width: 414px) {
    .banner-area {
        height: 117px;
        width: 414px;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }
}

@media (width: 412px) {
    .banner-area {
       height: 117px;
        width: 412px;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }
}

@media (width: 344px) {
    .banner-area {
        height: 117px;
        width: 344px;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }

    .banner-area .form-info {
        width: 304px;
        margin-top: 45px;
        margin-bottom: 45px;
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
    }
}

@media (width: 360px) {
    .banner-area {
       height: 117px;
        width: 360px;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }

    .banner-area .form-info {
        width: 327px;
        margin-top: 45px;
        margin-bottom: 45px;
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
    }
}

@media (width: 320px) {
    .banner-area {
       height: 117px;
        width: 320px;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }

    .banner-area .form-info {
        width: 300px;
        margin-top: 45px;
        margin-bottom: 45px;
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 425px) and (min-width: 320px) {


.banner-area {
       height: 117px;
        width: auto;
        /* height: 100vh; */
        /* width: 100%; */
        /* max-width: 100%; */
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        /* margin: 0; */
        /* padding: 0; */
    }
    .payment-sections img {
        height: 285px;
        width: 286px;
        margin-left: 18px;
    }

    .top-number {
        margin-top: 10px;
        color: #fafafa;
        font-size: 14px;
        font-weight: 600;
        padding-top: 0px;
    }

    .head1 {
        height: 54px;
        background-color: #f0833a;
    }

    .top-section-content {
        display: none;
        text-align: center;
        color: #fafafa;
        font-size: 13px;
        font-weight: 600;
        padding-top: 0px;
    }

    footer .footer-section p {
        text-align: center;
        color: #ffffff;
        margin: 0;
        text-transform: capitalize;
        line-height: 40px;
    }

    .blog-img img {
        border-radius: 10px;
       
    }

    .banner-text-details h4 {
        font-weight: 500 !important;

        padding-bottom: 6px !important;
        font-size: 14px !important;
    }

    a.navbar-brand img {
        height: 75px !important;
    }
    .breadcum-title h3 {
    font-weight: 700;
    color: white;
    font-size: 21px !important;
}
}

@media (max-width:768px) and (min-width: 426px) {

    a.nav-link {
        text-transform: uppercase;
        color: rgb(0, 0, 0) !important;
        font-family: 'Raleway', sans-serif;
        font-size: 6px;
        font-weight: 500;
        letter-spacing: 0.04em;
        padding: 7px;
        /* text-transform: capitalize; */
    }

    .facilities-images-bar {
        width: 107px;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    .banner-area.text-small .content h1 {
        margin-left: 337px;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 35px;
        line-height: 50px;
        letter-spacing: 0px;
        text-shadow: 3px 3px 0px #222;
        margin-bottom: 30px;
        text-transform: capitalize;
    }
}

@media (max-width:600px) and (min-width: 430px) {
    .rr-service-1-content-2 {
        height: 200px !important;
        padding: 9px;
        background-color: white;
    }

    .payment-sections img {
        height: 300px;
        width: 300px;
        margin-left: 82px !important;
    }

    img.about-images-bar {
        margin-left: 76px !important;
        border-radius: 18px;
        width: 297px;
    }

    .navbar-expand-sm .navbar-nav {
        margin-left: 0 !important;
    }

    .banner-area.content-double .double-items {
        margin-left: -165px;
        align-items: center;
        align-self: center;
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }

    .banner-area.text-small .content h1 {
        display: none !important;

    }


    a.nav-link {
        color: #ffffff !important;
        font-family: "Jost", sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.06em;
        padding: 5px 5px;
        text-transform: capitalize;
    }

    a.nav-link {
        color: #ffffff !important;
    }

    .navbar-brand {
        width: 360px !important;

    }

    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
    }

    .blog-img img {
        border-radius: 10px;
       
       
    }
}



@media (max-width: 1024px) and (min-width: 769px) {
    img.about-images-bar {
        margin-left: -41px;
        border-radius: 18px;
        width: 498px;
    }
}

@media (max-width: 1440px) and (min-width: 1026px) {
    img.about-images-bar {
        margin-left: -8px;
        border-radius: 18px;
        width: 465px;
    }
}

@media (max-width:2560px) and (min-width: 1450px) {
    img.about-images-bar {
        margin-left: 0px;
        border-radius: 18px;
        width: 533px;
    }
}



p.top-section-content a i {
    padding: 8px;
    font-size: 9px;
    background-color: #333399;
}

ul.dropdown-menu li {
    display: flex;
}


ul.dropdown-menu.show li a:hover {
    background-color: #f0833a !important;
    color: #000000;
}

.webinars-list {
    border-radius: 17px;
    padding: 5px;
    background-color: #ffffff;

}

.rr-service-1-thumb img {
    border-radius: 10px;
}

.fqa-section {
    background: #f8f9fa;
    border-radius: 10px;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #f26b33;
    color: #fff;
}

.accordion-body {
    font-size: 15px;
    line-height: 1.6;
}

.footer-section-contact p,
.footer-section-contact a {
    text-decoration: none;
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #ddd;
}

.footer-links ul li a:hover {
    color: #fff;
    padding-left: 5px;
    transition: 0.3s;
}



.footer-links h4 {
    font-weight: 600;
    color: white;
}

.footer-contact h4 {
    font-weight: 600;
    color: white;
}

ul.footer-menu-list li {
    list-style: circle;
    display: flex;
}

ul.footer-menu-list li i {
    padding-right: 10px !important;
}

ul.footer-menu-list {
    padding-left: 0px;
}

.footer-number a i {
    font-size: 15px;
    margin-right: 10px;
    background-color: #f26b33;
    color: white;
    padding: 11px;
    border-radius: 50%;
}


.breadcum-title {
    padding-bottom: 71px;
    padding-top: 61px;
}

.breadcum-title h3 {
    font-weight: 700;
    color: white;
    font-size: 42px;
}

.breadcum-deatails {
    font-size: 16px;
    color: white;
}

.breadcum-deatails a {
    text-decoration: none;
    color: white;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 500 !important;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.agenda-container {
    max-width: 1100px;
    margin: auto;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
}

h2 {
    margin-top: 40px;
    color: #1e3a8a;
}

.agenda-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin-top: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.agenda-table th,
.agenda-table td {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    vertical-align: top;
}

.agenda-table th {
    background: #1e40af;
    color: #fff;
    text-align: left;
}

.agenda-table td:first-child {
    width: 120px;
    font-weight: bold;
    color: #1e40af;
}

.break {
    background: #eef2ff;
}

.highlight {
    background: #dcfce7;
    font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .agenda-table,
    .agenda-table thead,
    .agenda-table tbody,
    .agenda-table th,
    .agenda-table td,
    .agenda-table tr {
        display: block;
    }

    .agenda-table thead {
        display: none;
    }

    .agenda-table tr {
        margin-bottom: 15px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        overflow: hidden;
    }

    .agenda-table td {
        border: none;
        padding: 10px 14px;
    }

    .agenda-table td:first-child {
        background: #1e40af;
        color: #fff;
    }
}




/* Sidebar */
.sidebar-contact {
    color: red;
    z-index: 1000000 !important;
    position: fixed;
    top: 60%;
    left: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #333399;
    box-shadow: 0 20px 50px rgb(0 0 0);
    box-sizing: border-box;
    transition: 0.5s;
}

#toggle-contact:checked~.sidebar-contact {
    left: 0;
}

/* Inputs */
.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    color: white;
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

/* Toggle Button */
.toggle {
    padding-top: 3px;
    padding-left: 16px;
    position: absolute;
    height: 36px;
    width: 147px;
    background-color: rgb(215 95 45) !important;
    cursor: pointer;
    top: 159px;
    right: -90px;
    font-size: 17px;
    color: white;
    line-height: 1.33;
    font-weight: bold;
    cursor: pointer;
    position: fixed !important;
    transform: rotate(270deg) !important;
    border-radius: 5px;
}

.toggle:before {
    content: 'Connect Now!';

    display: block;
}

#toggle-contact:checked~.sidebar-contact .toggle:before {
    content: 'Close';

}

/* Responsive */
@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }

    #toggle-contact:checked~.sidebar-contact {
        left: 0;
    }

    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    #toggle-contact:checked~.sidebar-contact .toggle {
        width: 88px;
        transform: rotate(360deg) !important;
        top: -36px;
        right: 16px;
        transform: translateY(0);
        background-color: red !important;
    }


    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .content {
        padding: 50px 50px;
    }
}

.blog-img img {
    border-radius: 10px;
   
   
}

.consulting-blog-card {
    height: -webkit-fill-available;
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 37%);
}

h3.blog-name-events a {
    text-decoration: none;
    font-size: 15px;
    color: #111010;
    font-weight: 700;
}

.consulting-blog-card a {
    color: #f26b33;
    text-decoration: none;
}

.contact-details.text-center {
    border-radius: 13px;
    padding: 20px;
    height: -webkit-fill-available;
    background-color: #333399;
}

.address-details h5 {
    font-weight: 800;
    padding-bottom: 10px;
    padding-top: 10px;
    color: white;
}

.address-details a {
    text-decoration: none;
    color: white;
}

.contact-details-form {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
}


.about-area .default.info {
    padding-left: 30px;
}

.banner-text-details h4 {
    color: #333399;


    padding-bottom: 0px;
    font-size: 19px;
}

.page-btn a {
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    color: white;
    padding: 11px;
    background-color: #333399;
}



h2.accordion-header {
    margin-bottom: 16px;
    margin-top: 2px;
}

.breadcum-title h6 {
    font-weight: 700;
    color: white;
    font-size: 14px;
}


.btn-section {
    padding-top:30px;
    padding-bottom:30px;
}











.blogs-details {
    box-shadow: 0 3px 20px #00000026;
    border-radius: 20px;
    background-color: #e3e3e3;
    padding: 20px;
}

.blogs-details h4 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 27px;
}

.blogs-details ul li {
    padding-bottom: 10px;

    list-style: circle !important;
}

.blogs-side-heading {
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #e7d9c6;
    padding: 22px;
}
.blogs-side-heading ul {
    margin-left: -31px;
}

.blogs-side-heading ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #333399;
}

marquee.maequee-sections {
    /* background-color: red; */
    padding-bottom: 4px;
    padding-top: 6px;
    height: 23px;
}

section.maeque {
    color: #000011;
    background-color: #d3ac0a;
}