@font-face {
    font-family: 'RobotoLight';
    src: url("../fonts/RobotoLight.eot");
    src: url("../fonts/RobotoLight.eot") format("embedded-opentype"), url("../fonts/RobotoLight.woff2") format("woff2"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}

@font-face {
    font-family: 'RobotoMedium';
    src: url("../fonts/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium.eot") format("embedded-opentype"), url("../fonts/RobotoMedium.woff2") format("woff2"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype"), url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg");
}

@font-face {
    font-family: 'RobotoRegular';
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"), url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}

@font-face {
    font-family: 'RobotoBold';
    src: url("../fonts/RobotoBold.eot");
    src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url("../fonts/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular.eot") format("embedded-opentype"), url("../fonts/OpenSansRegular.woff2") format("woff2"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype"), url("../fonts/OpenSansRegular.svg#OpenSansRegular") format("svg");
}

@font-face {
    font-family: 'anjalioldlipiregular';
    src: url("../fonts/anjalioldlipi-0.730_0-webfont.woff2") format("woff2"), url("../fonts/anjalioldlipi-0.730_0-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChaletTokyo';
    src: url("../fonts/ChaletTokyo.eot");
    src: url("../fonts/ChaletTokyo.eot") format("embedded-opentype"), url("../fonts/ChaletTokyo.woff2") format("woff2"), url("../fonts/ChaletTokyo.woff") format("woff"), url("../fonts/ChaletTokyo.ttf") format("truetype"), url("../onts/ChaletTokyo.svg#ChaletTokyo") format("svg");
}

body {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
  .main_contant_head_section {
    margin-top: 5px !important; /* adjust as needed */
  }
}
.top_bar_section {
    width: 100%;
    height: auto;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, rgba(26, 35, 126, 0.95) 0%, rgba(76, 200, 200, 0.95) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.top_bar_section .navbar-expand-md {
    background-image: url(../images/headerteal.jpg);
    height: 100px;
    /* Reduced height */
    /* background-color: #2e3192; */
}

.top_bar_section .menu_bar_sec a {
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 25px !important;
    font-size: 12px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.top_bar_section .menu_bar_sec a:hover {
    color: #ffbe24 !important;
}

.carousel-caption {
    bottom: 100px;
}



.carousel-caption h1 {
    margin-bottom: 10px;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    /* font-size: 2.7rem; */
    font-weight: 700;
    margin-bottom: 1.5rem;
    /* background-color:rgb(160 41 14); */
    background: linear-gradient(10deg, rgb(226, 230, 21), rgb(13, 77, 110));

    stroke: 2px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background-clip: text; */
    text-align: center;
}

.carousel-caption p {
    /* margin-bottom: 30px; */
    color: #000;
    font-size: 15px;
    text-transform: none;
    font-family: 'RobotoRegular';
}

.banner_btn {
    background-color: #0d4d6e;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 0px 10px #242424;
    padding: 6px;
}

.welcome_logo_sec {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 17px;
    font-family: 'RobotoRegular';
}

.welcome_section_contant {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

.welcome_logo_sec h1 {
    width: 100%;
    height: auto;
    float: left;
    text-transform: none;
    margin: 0;
    
    color: rgb(13, 77, 110);
    font-size: 28px;
    font-family: 'RobotoBold';
    position: relative;
    margin-bottom: 40px;
}

.welcome_logo_sec h1::before {
    width: 50px;
    height: 4px;
    background-color: #1d9c8d;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
}

.welcome_logo_sec h1::after {
    width: 50px;
    height: 4px;
    background-color: #0d4d6e;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
}

.welcome_contant_txt {
    width: 100%;
    height: auto;
    float: left;
    color: #666;
    font-size: 17px;
    line-height: 30px;
    font-family: 'RobotoRegular';
}

.welcome_contant_txt p {
    margin-bottom: 0;
}

.feature_section {
    width: 100%;
    height: auto;
    float: left;
    background-color: #0b4870;
    padding: 50px 0;
}

.features_contant_sec {
    width: 100%;
    height: auto;
    float: left;
}

.features_contant_head {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px;
}

.features_contant_head h2 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'RobotoRegular';
    color: #414141;
    font-size: 20px;
}

.features_contant_box {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px #e5e5e5;
    box-shadow: 0px 0px 20px #e5e5e5;
    color: #666;
    font-size: 14px;
    line-height: 25px;
    font-family: 'RobotoRegular';
    margin-bottom: 25px;
}

.features_contant_box p {
    margin-bottom: 0;
}

.feature_img_sec {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.our_product_section {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
}

.hm_head_sec {
    width: 100%;
    height: auto;
    float: left;
}

.hm_head_sec h3 {
    font-family: 'RobotoRegular';
    color: #414141;
    font-size: 20px;
    text-transform: uppercase;
}

.product_src_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.product_src_sec #product img {
    width: 100%;
}

.faq_news_section {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
}

.faq_section {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

.faq_cnt_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #03b5d2;
}

.accordion a:hover::after {
    border: 1px solid #03b5d2;
}

.accordion a.active {
    color: #03b5d2;
    border-bottom: 1px solid #03b5d2;
}

.accordion a::after {
    font-family: 'FontAwesome';
    content: '\f067';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

.accordion a.active::after {
    font-family: 'FontAwesome';
    content: '\f068';
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

.accordion .content p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'RobotoRegular';
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

.news_events_section {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.news_events_cnt_sec {
    width: 100%;
    height: auto;
    float: left;
}

.news_events_cnt_sec .news_events_cnt_row {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.news_events_cnt_sec .news_image_sec {
    width: 25%;
    height: auto;
    float: left;
}

.news_events_cnt_sec .news_image_sec img {
    width: 100%;
}

.news_events_cnt_sec .news_contant_sec {
    width: 70%;
    height: auto;
    float: left;
    padding-left: 20px;
}

.news_events_cnt_sec .news_contant_sec .news_contant_sec_head {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    color: #323131;
    font-family: 'RobotoRegular';
}

.news_events_cnt_sec .news_contant_sec .news_contant_sec_text {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #242424;
    font-family: 'RobotoRegular';
    margin: 10px 0;
}

.news_contant_sec_readmore {
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #fff;
    font-family: 'RobotoLight';
}

.footer_section {
    position: relative;
    width: 100%;
    padding: 20px 5px;
    color: #ffffff;
    /* background-image: url('images/footer1.jpg'); Your image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.footer_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* dark overlay */
    z-index: 0;
}

/* Make sure footer content appears above overlay */
.footer_section > * {
    position: relative;
    z-index: 1;
}


.footer_map_sec {
    width: 100%;
    height: auto;
    float: left;
}

.footer_box {
    width: 100%;
    height: auto;
    float: left;

}

.footer_box_1 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    margin-left: 40px;
}

.footer_box,
.footer_box_1 {
    background:rgba(22, 21, 21, 0.5);
    border-radius: 5px;
    padding: 10px 30px;
    flex: 1;
    /* Ensures all boxes take equal space */
    min-width: 300px;
    /* Ensures a minimum width for smaller screens */
    height: 100%;
    /* Makes all boxes the same height */
    backdrop-filter:none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.footer_box_head {
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-family: 'RobotoRegular';
    font-size: 16px;
    font-size: 24px;
    font-weight: 700;
    /* margin-bottom: 25px; */
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}

.footer_box_contant {
    width: 100%;
    height: auto;
    float: left;
    /* margin-top:; */
    color: #e2e2e2;
    font-family: 'RobotoLight';
    font-size: 13px;
    letter-spacing: 1px;
    /* line-height: 30px; */
}

.footer_box_contant ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    z-index: 2;
}

.footer_box_contant ul li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.footer_box_contant ul li a {
    color: #e2e2e2;
    font-family: 'RobotoLight';
    text-decoration: none;
}

.footer_box_contant ul li a:hover {
    color: #fff;
}

.footer_box_contant ul li a:hover {
    color: #3498db;
}


.footer_box_contant .footer_ph_nm {
    padding-left: 30px;
    position: relative;
}

.footer_box_contant .footer_ph_nm span {
    position: absolute;
    left: 0;
    top: 20%;
    font-size: 20px;
}

.footer_box_soc_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.footer_box_soc_ico {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.footer_copyright_sec {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0;
    color: #fff;
    font-family: 'RobotoLight';
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 15px;
    position: relative;
    text-align: center;
}

.footer_copyright_sec a {
    color: #e2e2e2;
    text-decoration: none;
}

.inner_contant_section {
    width: 100%;
    height: auto;
    float: left;
}

.inner_banner_sec {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
}

.inner_banner_sec_contant {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    left: 0;
    font-family: 'RobotoBold';
    letter-spacing: 1px;
}

.about_contant_txt_sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
}

.about_contant_txt_sec_head {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'RobotoRegular';
    color: #414141;
    font-size: 25px;
}

.about_contant_txt_sec_head span {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 0px;
    font-size: 14px;
    color: #c7951c;
}

.about_contant_txt {
    width: 95%;
    height: auto;
    float: left;
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-family: 'RobotoRegular';
    text-align: justify;
}

.about_contant_right_img {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.about_contant_right_img img {
    width: 100%;
}

.why_choose_us_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
    padding: 40px 0;
    background-color: #7e6b19;
}

.why_choose_us_sec_head {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-family: 'RobotoRegular';
    text-transform: uppercase;
}

.why_choose_cnt_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 60px;
}

.why_choose_cnt_box {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    border: solid 1px #907e30;
    color: #fff;
    font-family: 'RobotoLight';
    text-align: center;
    font-size: 12px;
    line-height: 23px;
}

.why_choose_cnt_box .fa {
    font-size: 50px;
    margin-bottom: 10px;
}

.why_choose_cnt_box strong {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'RobotoRegular';
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 15px;
}

.abt_faq_sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
}

.abt_faq_testimonial_sec {
    width: 100%;
    height: auto;
    float: left;
}


/*# sourceMappingURL=custom.css.map */

.mrg_mn {
    margin: 10px 0;
}

.main_banner {
    margin-top: 40px;
    float: left;
}

.top_right_sec {
    width: 320px;
    height: 80px;
    position: absolute;
    right: 10;
    z-index: 9;
    top: 10;
}

.top_right_sec_txt {
    width: 300px;
    height: 10px;
    float: left;
    margin-top: 15px;
    color: #ffffff;
    font-family: 'Caprasimo';
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
}

.logo_cntr {
    text-align: center;
}



.news_lft_hd {
    width: 150px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #0d4d6e;
    z-index: 9;
    top: 0;
    text-align: center;
    color: #fff;
    font-family: 'RobotoRegular';
    font-size: 14px;
    padding-top: 9px;
}

.news_lft_hd:before {
    width: 50px;
    height: 100%;
    position: absolute;
    background-color: #0d4d6e;
    top: 0;
    right: -25px;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.news_lft_hd_txt {
    width: 100%;
    height: auto;
    float: left;
    /* padding-left: 200px; */
    color: #242424;
    font-family: 'RobotoRegular';
    font-size: 14px;
}

.our_services_sec {
    width: 100%;
    height: 320px;
    float: left;
    background-color: #0d4d6e;
    padding-left: 20px;
    padding-top: 40px;
    margin-top: -40px;
    position: relative;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
}

/* .our_services_sec::before {
    width: 50%;
    height: 100%;
    position: absolute;
    right: -22%;
    top: 0;
    content: "";
    background-color: #004894;
    z-index: -1;
} */

.our_services_sec h1 {
    color: #fff;
}

.our_services_sec p {
    color: #fff;
}

.our_services_sec li {
    font-size: 17px;
    color: #fff;
    font-family: 'RobotoRegular';
    width: 44%;
    margin-right: 6%;
    line-height: 19px;
    margin-bottom: 13px;
    float: left;
}

.our_services_sec h1::before {
    background-color: #fff;
}

/* .our_services_sec .news_contant_sec_readmore {
    color: #fff;
    text-align: right;
} */

.news_categ_img_txt {
    width: 100%;
    height: 140px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.news_categ_img_txt_categ {
    width: 150px;
    height: 40px;
    position: absolute;
    left: 11px;
    background-color: #004894;
    z-index: 9;
    top: 0;
    text-align: center;
    color: #fff;
    font-family: 'RobotoRegular';
    font-size: 14px;
    padding-top: 9px;
}

.news_categ_img_txt_categ::before {
    width: 50px;
    height: 100%;
    position: absolute;
    background-color: #004894;
    top: 0;
    right: -25px;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.news_categ_img_txt_row {
    width: 100%;
    height: auto;
    float: left;
    background-color: rgba(255, 255, 255, 0.7);
    padding-left: 10px;
    color: #000;
    font-family: 'RobotoBold';
    font-size: 20px;
    margin-top: 50px;
    padding: 5px 0;
    padding-left: 20px;
}

.news_categ_img_date {
    width: auto;
    height: auto;
    float: right;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    font-family: 'RobotoRegular';
    font-size: 14px;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: 19px;
}

.btm_news_sec {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

.news_row_box {
   display: flex;
    gap: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 20px; /* ✅ adds spacing between each news row */
}

.news_row_box_img {
    width: 30%;
    margin-right: 15px; /* ✅ spacing between image and text */
    height: auto;
    float: left;
}


.news_row_box_txt {
    width: 65%;
    height: auto;
    float: right;
}

.news_row_box_img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    max-width: 350px; 
}
/* On small screens (mobile), make it full width */
@media (max-width: 768px) {
    .news_row_box_img img {
        max-width: 100%;
    }
}

.news_row_box_txt_head {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    color: #000;
    font-family: 'RobotoBold';
    font-size: 17px;
    padding: 5px 15px;
    margin-left: -100px;
    margin-top: 20px;
}

.news_row_box_txt_cnt {
    width: 100%;
    height: auto;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-family: 'RobotoRegular';
    margin-bottom: 10px;
}

.new_catg_bx {
    width: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    background-color: #0d4d6e;
    color: #fff;
    font-size: 13px;
    font-family: 'RobotoRegular';
    border-radius: 10px;
}

.new_catg_date {
    width: auto;
    height: auto;
    float: left;
    margin-top: 2px;
    color: #666;
    font-size: 13px;
    font-family: 'RobotoRegular';
    border-radius: 10px;
}

.locate_add_sec {
    width: 100%;
    height: 320px;
    float: left;
    background-color: #ee0000;
    padding-left: 20px;
    padding-top: 40px;
    margin-top: 0px;
    position: relative;
    border-radius: 0px 0px 0px 90px;
}

.locate_add_sec::before {
    width: 50%;
    height: 100%;
    position: absolute;
    right: -22%;
    top: 0;
    content: "";
    background-color: #ee0000;
    z-index: -1;
}

.locate_add_sec h1 {
    color: #fff;
}

.locate_add_sec h1::before {
    background-color: #004894;
    left: 41%;
}

.locate_add_sec .welcome_logo_sec h1::after {
    left: 50%;
    background-color: #fff;
}

.locate_add_sec .welcome_logo_sec h1 {
    text-align: center;
}

.locate_add_sec_inp_bx {
    width: 95%;
    height: auto;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
}

.locate_add_sec_input {
    width: 100%;
    height: 30px;
    float: left;
    border-radius: 30px;
    background-color: #fff;
    border: 0;
    font-size: 13px;
    color: #666;
}

.locate_add_sec_input_btn {
    width: 120px;
    height: 30px;
    float: right;
    border-radius: 30px;
    background-color: #004894;
    border: 0;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}

.btm_right_bl_box {
    width: 100%;
    height: 320px;
    background-color: #1d9c8d;
    padding: 20px 20px;
    position: relative;
    border-radius: 20px 20px 20px 20px;
}

.btm_right_bl_box::before {
    width: 50%;
    height: 100%;
    /* position: absolute;
    right: -22%;
    top: 0;
    content: "";
    background-color: #004894;
    z-index: -1; */
}

.btm_right_bl_box h1 {
    color: #fff;
}

.btm_right_bl_box h1::before {
    background-color: #fff;
    left: 41%;
}

.btm_right_bl_box .welcome_logo_sec h1::after {
    left: 50%;
}

.btm_right_bl_box .welcome_logo_sec h1 {
    text-align: center;
}

.btm_right_bl_box .welcome_contant_txt {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.btm_right_bl_box .news_contant_sec_readmore {
    color: #fff;
    text-align: right;
    padding-right: 60px;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    font-weight: bolder;
}

.bmt_new_ld_more {
    width: 120px;
    height: 30px;
    text-align: center;
    background-color: #0d4d6e;
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoRegular';
    border-radius: 20px;
    display: inline-block;
    line-height: 45px;
    margin-bottom: 20px;
}

.main_contant_section {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
    margin-top: 100px;
    background-color: #ffffff
}

.main_contant_head_section .welcome_logo_sec h1::before {
    left: 50px;
    margin: auto;
    right: 0;
    margin-top: 120px
}

.main_contant_head_section .welcome_logo_sec h1::after {
    left: -50px;
    margin: auto;
    right: 0;
}

.abt_main_img {
    width: 80%;
    height: 450px;
    float: none;
    margin-top: 20px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

.abt_main_img img {
    width: 100%;
    /* border-radius: 50px 50px 50px 50px ; */
}

.abt_cnt_second {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
    margin-top: 20px;
}

.abt_desg_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.abt_desg_box {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.abt_desg_box_img {
    width: 250px;
    height: 250px;
    float: none;
    display: inline-block;
    background-color: #e5e5e5;
    overflow: hidden;
    /* border-radius: 50%; */
}

.abt_desg_box_img img {
    width: 100%;
}

.abt_desg_box_head {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'RobotoRegular';
    text-align: center;
    line-height: 20px;
}

.abt_desg_box_head strong {
    width: 100%;
    height: auto;
    float: left;
    color: #2e3192;
}

.abt_desg_box_head span {
    width: 100%;
    height: auto;
    float: left;
    color: #666;
    font-size: 12px;
}

.abt_ftr_btm {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
    margin-top: 20px;
}

.abt_ftr_btm_button {
    width: 30%;
    height: 60px;
    float: none;
    display: inline-block;
    background-color: #004894;
    text-align: center;
    font-size: 18px;
    font-family: 'RobotoRegular';
    text-align: center;
    color: #fff;
    line-height: 60px;
    margin-right: 2%;
    border-radius: 50px;
}

.top_breadcrumb {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}

.top_breadcrumb a {
    font-size: 14px;
    font-family: 'RobotoRegular';
    color: #004894;
    text-decoration: none;
}

.news_hd_date {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
    font-size: 13px;
    font-family: 'RobotoRegular';
    color: #9e9e9e;
}

.news_main_box_img {
    width: 100%;
    height: 400px;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    overflow: hidden;
}

.news_main_box_img img {
    width: 100%;
}

.cnt_number_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.cnt_number_box {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'RobotoRegular';
    color: #004894;
    text-align: center;
}

.contact_btm_Sec {
    width: 100%;
    height: auto;
    min-height: 200px;
    float: left;
    padding-top: 110px;
    background-color: #0a0b31;
    padding: 20px 0;
    position: relative;
}

.contact_btm_Sec::before {
    position: absolute;
    content: '';
    right: 0;
    top: -96px;
    width: 115px;
    height: 96px;
    background-image: url(../images/cnt_btm_right_cur.png);
}

.contact_btm_lft_img {
    width: 100%;
    height: 300px;
    display: inline-block;
    margin-top: 15%;
    text-align: center;
    overflow: hidden;
}

.contact_btm_lft_img img {
    width: 100%;
}

.cnt_btm_frm_sec {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 0;
}

.cnt_btm_frm_row {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.cnt_btm_frm_label {
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    font-family: 'RobotoRegular';
    color: #fff;
}

.cnt_btm_frm_box {
    width: 100%;
    height: 35px;
    float: left;
    background-color: #fff;
    border-radius: 0px;
    outline: none;
    border: 0;
    resize: none;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 15px;
    font-family: 'RobotoRegular';
    color: rgb(39, 39, 39);
}

.cnt_sub_btn {
    width: 100%;
    height: 45px;
    float: left;
    background-color: #2e3192;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'lolusRegular';
    color: #fff;
    line-height: 45px;
    text-align: center;
    margin-top: 20px;
}

.frch_txt strong {
    color: #000;
}

.abt_desg_box_new {
    width: 100%;
    height: 315px;
    float: left;
    box-shadow: 0px 0px 10px #d1d1d1;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.abt_desg_box_new .abt_desg_box_img {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 0;
    padding-top: 15px;
}

.abt_desg_box_new .abt_desg_box_head span {
    margin-bottom: 10px;
}

.abt_desg_box_head strong {
    margin-bottom: 10px;
    font-size: 18px;
}

.r1 {
    background-image: url("../images/director/.png");
}

.r2 {
    background-image: url("../images/directors/abdu.png");
}

.r3 {
    background-image: url("../images/directors/ahamd.png");
}

.r4 {
    background-image: url("../images/directors/alavi.png");
}

.r5 {
    background-image: url("../images/directors/faizal.png");
}

.r6 {
    background-image: url("../images/directors/fbabu.png");
}

.r7 {
    background-image: url("../images/directors/president.png");
}
.r8 {
    background-image: url("../images/directors/askar.png");
}
.r9 {
    background-image: url("../images/directors/ramesh.png");
}
.r10 {
    background-image: url("../images/directors/shabr.png");
}
.r11 {
    background-image: url("../images/directors/hasna.png");
}
.r12 {
    background-image: url("../images/directors/rashida.png");
}
.r13 {
    background-image: url("../images/directors/shahar.png");
}
.r14 {
    background-image: url("../images/directors/Suhair.png");
}


.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

.our_services_sec {
    height: 400px;
}

.locate_add_sec {
    height: 500px;
}

.bmt_new_ld_more {
    width: 120px;
    height: 45px;
    text-align: center;
    background-color: #0d4d6e;
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoRegular';
    border-radius: 60px;
    display: inline-block;
    line-height: 45px;
    margin-bottom: 20px;
    float: left;
}

/* Custom CSS for Enhanced Carousel */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.carousel-item img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    filter: brightness(1.0);
    /* transition: filter 0.3s ease, transform 0.3s ease; */
}

.main_banner {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}

.carousel-inner {
    height: 100%;
}

.carousel-item:hover img {
    filter: brightness(0.9);
    transform: scale(0.99);
}

Overlay gradient for better text readability .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(255, 0, 0, 0.3) 0%,
            rgba(253, 253, 253, 0.3) 50%,
            rgba(0, 83, 238, 0.3) 100%);
    z-index: 1;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-caption p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    color: rgb(243, 241, 247);
    text-transform: uppercase;
    font-family: 'RobotoRegular';
    letter-spacing: 1px;
}

.banner_btn {
    padding: 10px 10px;
    font-size: 1.0rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    /* background: linear-gradient(45deg, #007bff, #28a745); */
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.banner_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.banner_btn:hover::before {
    left: 100%;
}

.banner_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.4);
    /* background: linear-gradient(45deg, #0056b3, #1e7e34); */
    color: white;
    text-decoration: none;
    background-color: #1d9c8d;
}

.banner_btn i {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.banner_btn:hover i {
    transform: translateX(5px);
}

/* Enhanced carousel controls */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 123, 255, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 25px;
    height: 25px;
}

/* Responsive design */
@media (max-width: 768px) {
    .carousel-caption {
        bottom: 20%;
        padding: 1rem;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    .banner_btn {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
    }

    .carousel-control-prev {
        left: 15px;
    }

    .carousel-control-next {
        right: 15px;
    }
}

/* Additional animations */
.carousel-item.active .carousel-caption {
    animation: slideInUp 1s ease-out;
}

.carousel-item .carousel-caption {
    opacity: 0;
    transform: translateY(50px);
}

.carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translateY(0);
}

/* Floating elements animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.banner_btn {
    animation: float 3s ease-in-out infinite;
}

/* Glowing effect for active slide */
.carousel-item.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.banner_btm_news_sec {
    width: 100%;
    float: left;
    top: 50%;
    margin-top: 40px;
    background-color: #ffffff;
    padding: 10px;
    /* border: 2px solid #302e2e; */
    border-radius: 2px;
    position: relative;
    padding: 8px 0;
    /* border-bottom: 1px #ccc solid; */
}
@media (max-width: 510px) {
    .banner_btm_news_sec {
        margin-top: 10px;
    }
    .news_lft_hd {
    font-size: 15px;
    width: 110px;
}

}



.news_lft_hd {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.news_lft_hd_txt marquee {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    transition: color 0.2s ease, font-size 0.2s ease;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #fc0505;
    border-radius: 100%;
    display: inline-block;
}

* {
    margin: 0;
    padding: 500;
    box-sizing: border-box;
}

.top_bar_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}
/* 
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
} */

/* 
.logo_cntr {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    flex: 1;
} */

.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-toggler {
    background: none;
    /* border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px; */
    padding: 5px !important;
    transition: all 0.3s ease;
    display: none;
    size: 30px;
}

.navbar-toggler:hover {
    border-color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
    flex: 2;
    justify-content: center;
}

.menu_bar_sec {
    display: flex;
    margin: 5px;
    padding: 0;
    gap: 5px;
    margin-top: -110px;
    flex-direction: column;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #1d9c8d !important;
    text-decoration: none;
    padding: 12px 18px;
    font-weight: 500;
    text-transform: capitalize !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    letter-spacing: 0.7px;
    text-align: center;
    /* padding: 15px 20px; */
    border-radius: 12px;
    font-weight: bold;
    font-family: 'Popins', sans-serif;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.nav-link:hover::before {
    left: 100%;
}

.nav-link:hover {
    color: #f7f9fc !important;
    /* background: rgba(255, 255, 255, 0.25); */
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.nav-item.active .nav-link {
    /* background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)); */
    color: #f1f4f8 !important;
    font-weight: bold;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
}


.top_right_sec {
    position: absolute;
    top: 0px;
    right: 5px;

    font-size: 20px;
    text-align: right;
}

.top_right_sec_txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.top_right_sec_txt:last-child {
    margin-bottom: 0;
}

.top_right_sec_txt::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 1000;
    margin-right: 10px;
}

.top_right_sec_txt:first-child::before {
    content: '\f095';
}

.top_right_sec_txt:last-child::before {
    content: '\f0e0';
}

.navbar-brand img {
    position: relative;
    /* top: 20px; */
    /* left: 100%; */
    height: 50px;
    filter: brightness(0.8);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .navbar-toggler {
        display: block;
    }
     .navbar-brand {
        margin: 0 auto !important;   /* center horizontally */
        display: block;              /* ensure full block behavior */
        text-align: center;          /* center inline content */
    }
    .navbar-brand img {
        height: 50px;                /* control logo size */
        margin: 0 auto;              /* auto margins for centering */
        display: block;              
    }
     .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg,#0d4d6e,#1d9c8d);
        backdrop-filter: blur(15px);
        border-radius: 0 0 15px 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        /* margin-top: 10px; */
        padding: 20px;
    }


    .top_right_sec {
        position: absolute;
        margin-top: 15px;
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 12px;
    }

    .logo_cntr {
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .top_right_sec_txt {
        font-size: 10px;
        margin-bottom: 5px;
    }


    .nav-link {
        font-size: 13px;
        padding: 12px 16px;
    }
}

/* Animation for menu items */
.nav-item {
    animation: slideInDown 0.5s ease forwards;
    opacity: 0;
    transform: translateY(-20px);
}

.nav-item:nth-child(1) {
    animation-delay: 0.1s;
}

.nav-item:nth-child(2) {
    animation-delay: 0.2s;
}

.nav-item:nth-child(3) {
    animation-delay: 0.3s;
}

.nav-item:nth-child(4) {
    animation-delay: 0.4s;
}

.nav-item:nth-child(5) {
    animation-delay: 0.5s;
}

.nav-item:nth-child(6) {
    animation-delay: 0.6s;
}

.nav-item:nth-child(7) {
    animation-delay: 0.7s;
}

.nav-item:nth-child(8) {
    animation-delay: 0.8s;
}

@keyframes slideInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Demo content */
.demo-content {
    padding: 50px 20px;
    text-align: center;
    color: white;
}

.demo-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.demo-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: stretch;
    /* Ensures all boxes have the same height */
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 40px;
}



.footer_box:hover,
.footer_box_1:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

/* .footer_box::before, .footer_box_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2ecc71, #f39c12);
    border-radius: 15px 15px 0 0;
} */



.footer_box_head::after {
    display: flex;
    align-items: flex-start;
    content: '';
    bottom: 0;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    margin-left: 60px;
    background: linear-gradient(90deg, #0d4d6e, #1d9c8d);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.footer_map_sec iframe {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.footer_map_sec:hover iframe {
    transform: scale(1.02);
}


.footer_box_contant ul li:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 10px;
}

.footer_box_contant ul li span {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #1d9c8d, #0d4d6e);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

.footer_box_contant ul li a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}


.footer_box_contant p,
.footer_box_contant ul li a {
    color: #f2f3ed;
    line-height: 1.6;
    /* Consistent line height */
    font-size: 15px;
    margin-bottom: 5px;
    /* Consistent margin */
    font-family: 'Verdana', sans-serif;
    /* Unified font style */
}

.footer_box_1 ul li {
    position: relative;
    padding-left: 20px;
}

.footer_box_1 ul li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #3498db;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.footer_box_1 ul li:hover::before {
    transform: translateX(5px);
}

.footer_box_1 ul li a {
    color: #ecf0f1;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
}

.footer_box_1 ul li a:hover {
    color: #3498db;
    padding-left: 10px;
}

.footer_copyright_sec .col-md-12 {
    color: #bdc3c7;
    font-size: 14px;
    line-height: 1.6;
}

.footer_copyright_sec strong {
    color: #03b5d2;
    font-weight: 600;
}


@media (max-width: 992px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .footer_section {
        padding: 40px 0 0;
    }

    .footer_box,
    .footer_box_1 {
        padding: 25px;
    }

    .footer_box_head {
        /* font-size: 20px; */
        margin-bottom: 20px;
        /* text-align: center; */
    }

    .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {

    .footer_box,
    .footer_box_1 {
        padding: 20px;
    }

    .footer_box_head {
        font-size: 18px;
    }

    .footer_box_contant ul li span {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

.footer_box,
.footer_box_1 {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.footer_box:nth-child(1) {
    animation-delay: 0.1s;
}

.footer_box:nth-child(2) {
    animation-delay: 0.2s;
}

.footer_box_1:nth-child(1) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 .icon-sidebar {
                position: fixed;
                top: 200%;
                left: 0;
                transform: translateY(-50%);
                display: flex;
                flex-direction: column;
                gap: 1.2rem;
                padding: 0.5rem;
                z-index: 1000;
            }

            .icon-sidebar a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 45px;
                height: 45px;
                background-color: #f1f1f1;
                border-radius: 50%;
                color: inherit;
                transition: background 0.3s, transform 0.3s;
                text-decoration: none;
            }

            .icon-sidebar a:hover {
                background-color: #ddd;
                transform: scale(1.1);
            }
             .topbar {
            background-color: #8b8d8f !important;
            color: white;
            font-size: 20px;

            }
            .topbar a {
                color: white;
                text-decoration: none;
            }

            .topbar a:hover {
                text-decoration: underline;
            }