﻿:root {
    --bs-white: #fff;
    --bs-black: #000;
    --bs-lightblack: #212539;
    --bs-lightblack: #212539;
    --bs-gray: #1c1c1c;
    --bs-lightgray: #999;
    --bs-darkbrown: #653844;
    --bs-brown: #7e4755;
    --bs-lightbrown: #a5707d;
    --bs-green: #895734 !important;
    /*--bs-green: #008d3c;*/
    --bs-lightgreen: #dbb79f;
    /*--bs-lightgreen: #93ffcd;*/
    --bs-blue: #0b548c;
}
/*:root,
:root.blue{
    --bs-white: #fff;
    --bs-black: #000;
    --bs-lightblack: #212539;
    --bs-lightblack: #212539;
    --bs-gray: #1c1c1c;
    --bs-lightgray: #999;
    --bs-darkbrown: #154979;
    --bs-brown: #446d94;
    --bs-lightbrown: #a5707d;
    --bs-green: #008d3c;
    --bs-lightgreen: #93ffcd;
    --bs-blue: #0b548c;
}
:root.NavyBlue{
    --bs-white: #fff;
    --bs-black: #000;
    --bs-lightblack: #212539;
    --bs-lightblack: #212539;
    --bs-gray: #1c1c1c;
    --bs-lightgray: #999;
    --bs-darkbrown: #0b5394;
    --bs-brown: #0d609c;
    --bs-lightbrown: #0f6ec3;
    --bs-green: #0d609c;
    --bs-lightgreen: #93ffcd;
    --bs-blue: #0b548c;
}
:root.brown {
    --bs-white: #fff;
    --bs-black: #000;
    --bs-lightblack: #212539;
    --bs-lightblack: #212539;
    --bs-gray: #1c1c1c;
    --bs-lightgray: #999;
    --bs-darkbrown: #653844;
    --bs-brown: #7e4755;
    --bs-lightbrown: #a5707d;
    --bs-green: #008d3c;
    --bs-lightgreen: #93ffcd;
    --bs-blue: #0b548c;
}
    :root.darkgreen {
        --bs-white: #fff;
        --bs-black: #000;
        --bs-lightblack: #212539;
        --bs-lightblack: #212539;
        --bs-gray: #1c1c1c;
        --bs-lightgray: #999;
        --bs-darkbrown: #106466;
        --bs-brown: #277375;
        --bs-lightbrown: #3f8384;
        --bs-green: #106466;
        --bs-lightgreen: #93ffcd;
        --bs-blue: #0b548c;
    }
*/

* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 25px !important;
    font-family: 'Golos Text', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: var(--bs-white);
}

.bg-top {
    background: var(--bs-darkbrown);
}

.bg-sec {
    background-image: linear-gradient(to top,var(--bs-white),#fefefe,#f3f2f8,#f3f4f9,#f4f5fa);
}
.justifytext p, justifytext {
    text-align: justify;
}

.hdline {
}

    .hdline h2 {
        color: var(--bs-darkbrown);
    }

    .hdline th {
        background: var(--bs-green) !important;
        color: var(--bs-white) !important;
    }

    .hdline th, .hdline td {
        border-width: 1px;
        border-color: #000;
    }

.topbnr {
    width: 100%;
}

.headtop {
    padding: .8rem 0;
}

    .headtop .just {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .headtop .linehead {
        border-left: 2px solid #aaa;
        padding-left: 1rem;
    }

    .headtop h3 {
        color: #0b548c;
        font-weight: bold;
    }

    .headtop h6 {
        color: #212121;
    }

    .headtop img {
        width: 120px;
    }

.headtopm {
    margin-right: 3rem;
}

.hmpt {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width:1024px) {
    .headtop img {
        width: 90px;
    }

    .headtop h3 {
        font-size: 1.4rem;
    }

    .headtop h6 {
        font-size: 0.9rem;
    }
}

@media (max-width:990px) {
    .navbar-toggler {
        font-size: 0.8rem !important;
        color: var(--bs-white) !important;
        border: var(--bs-border-width) solid var(--bs-white) !important;
    }
}

@media (max-width:768px) {
    .headtop img {
        width: 80px;
    }

    .headtop h3 {
        font-size: 1.1rem;
    }

    .headtop h6 {
        font-size: 0.8rem;
    }

    .navbar-toggler {
        font-size: 0.8rem !important;
        color: var(--bs-white) !important;
        border: var(--bs-border-width) solid var(--bs-white) !important;
    }
}

@media (max-width:425px) {
    .headtop img {
        width: 50px;
    }

    .headtop h3 {
        font-size: 0.62rem;
    }

    .headtop h6 {
        font-size: 0.5rem;
    }

    .headtop .linehead {
        border-left: 2px solid #aaa;
        padding-left: 0.5rem;
    }

    .headtopm {
        margin-right: 0.5rem;
    }

    .headc ul li {
        display: inline-block;
        padding: 0.1rem 0.2rem !important;
        position: relative;
        height: 100%;
    }

    .navbar-toggler {
        font-size: 0.5rem !important;
    }
}

@media (max-width:320px) {
    .headtop img {
        width: 40px;
    }

    .headtop h3 {
        font-size: 0.44rem;
        margin-bottom: 0.2rem;
    }

    .headtop h6 {
        font-size: 0.36rem;
    }

    .headtop .linehead {
        border-left: 2px solid #aaa;
        padding-left: 0.5rem;
    }

    .headtopm {
        margin-right: 0.5rem;
    }
}

.headtopl {
    display: flex;
    justify-content: left;
}

.headtopr {
    display: flex;
    justify-content: end;
}

/*@media (max-width:1024px){
    .topbnr{
        width:100%;
    }
}*/
.headpeddtb {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.headdis {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headl p {
    margin: 0;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: normal;
    color: var(--bs-white);
}

.headl i {
    margin-right: 5px;
}

.headl ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

    .headl ul li {
        display: inline-block;
        padding: 0.2rem .5rem;
        position: relative;
        height: 100%;
    }

.headc p {
    margin: 0;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 14px;
    color: var(--bs-white);
}

@media (max-width:1024px) {
    .headc p {
        font-size: 0.6rem;
    }
}

.headc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

    .headc ul li {
        display: inline-block;
        padding: 0.2rem .5rem;
        position: relative;
        height: 100%;
    }

        .headc ul li::after {
            content: '';
            width: 2px;
            height: 100%;
            top: 0;
            bottom: 0;
            right: -4px;
            position: absolute;
            background: #e7e7e7;
        }

        .headc ul li a {
            color: #212529;
            text-decoration: none;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .headc ul li:last-child::after {
            display: none;
        }

.headr p {
    margin: 0;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: normal;
    color: var(--bs-white);
}

.headr ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

    .headr ul li {
        display: inline-block;
        padding: 0.2rem .5rem;
        position: relative;
        height: 100%;
    }

.headl a {
    color: var(--bs-white);
    text-decoration: none;
}

    .headl a:hover, .headl a:hover p {
        color: var(--bs-lightgreen);
        text-decoration: none;
    }
/*google traslate*/
.goog-te-gadget .goog-te-combo {
    color: var(--bs-white);
    background: none;
}

    .goog-te-gadget .goog-te-combo option {
        color: #000;
        background: var(--bs-white);
    }

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0px !important;
}

    .goog-te-gadget a {
        display: none;
    }

.goog-te-combo, .VIpgJd-ZVi9od-ORHb *, .VIpgJd-ZVi9od-SmfZ *, .VIpgJd-ZVi9od-xl07Ob *, .VIpgJd-ZVi9od-vH1Gmf *, .VIpgJd-ZVi9od-l9xktf * {
    font-family: Roboto,sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    border: 0 !important;
}
/*google traslate*/

/*navbar*/
.dropdown-menu {
    left: 1rem;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group .btn {
        position: relative;
        z-index: 2;
    }

.ms-n5 {
    margin-left: -40px;
}

.bg-nav {
    background: var(--bs-brown);
}

.webmailbtn{

}
    .webmailbtn img {
        transition: transform 750ms ease-in-out;
    }
    .webmailbtn a:hover img {
        border-radius: 10px;
        box-shadow: 0px 0px 2px 2px #ffffff59;
        background-color: #fff;
    }

.navbar-nav {
    position: relative;
}

.navbar-nav {
    position: relative;
}

.nav-link {
    color: var(--bs-white) !important;
    font-family: var(--hiredots-font,"Manrope",sans-serif);
    font-weight: 500 !important;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

.nav-item {
    position: relative;
}

    .nav-item a::before {
        display: block;
        content: '';
        border-bottom: solid 3px var(--bs-white);
        transform: scaleX(0);
        transition: transform 750ms ease-in-out;
        position: relative;
        bottom: -30px;
    }

    .nav-item a:hover:before {
        transform: scaleX(1);
    }

.navbar-nav li > ul.dropdown-menu {
    display: none;
    animation: fade-out 1s;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    animation: fade-in 1s;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-item:focus, .dropdown-item:hover {
    background: linear-gradient(to top, var(--bs-darkbrown), var(--bs-brown));
    color: var(--bs-white) !important;
}
/*navbar*/
/*carousel*/
.kk .carousel-item img {
    /*height: 500px;*/
    width: 100%;
}
/*carousel*/

.bgsec1 {
    background-image: linear-gradient(to top,var(--bs-white),#fefefe,#f3f2f8,#f3f4f9,#f4f5fa);
}

.latestcon {
    border-top: 1px solid #d1f1ff;
    border-bottom: 1px solid #d1f1ff;
    background-color: var(--bs-white);
}

.latestrow {
    display: flex;
    padding: .5rem 0rem;
}

.latesttext {
    padding: 0.3rem 1rem;
    background: var(--bs-green);
    color: var(--bs-white);
    min-width: 120px;
}

.latestnews {
    padding: 0.3rem 0.6rem;
}

.marqueearea {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

    .marqueearea p {
        margin: 0 1rem;
    }

    .marqueearea a {
        color: var(--bs-black);
        text-decoration: none;
        padding: 0 0rem;
    }

        .marqueearea a:hover {
            color: var(--bs-blue);
        }

.latestnews marquee {
    /*max-height: 20px;*/
    font-weight: 500;
}

.hmtopbox {
    background: var(--bs-white);
    /*background:#f4f5fa;*/
    webkit-box-shadow: 0 20px 60px rgba(0,0,0,.08);
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
}

    .hmtopbox:hover {
        webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }

    .hmtopbox a {
        text-decoration: none;
        color: #212539;
    }

        .hmtopbox a:hover {
            color: var(--bs-brown);
        }

.hmtopboxarea {
    display: flex;
}

    .hmtopboxarea i {
        margin-right: 1rem;
        color: var(--bs-brown);
        font-size: 1rem;
    }

    .hmtopboxarea p {
        color: #7a7a83;
    }

    .hmtopboxarea .dfc {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .hmtopboxarea h5, .hmtopboxarea p {
        margin-bottom: 0;
    }

@media (max-width:1024px) {
    .hmimpbox {
        overflow: hidden;
    }

    .hmtopboxarea h5 {
        font-size: 1rem;
    }
}

.border-radius-8px {
    border-radius: 8px !important;
}

.border-color-white {
    border-color: var(--bs-brown) !important;
}

.border-2 {
    border-width: 2px !important;
}

.bordert {
    border: 1px solid #dee2e6;
}


.hmimpbox {
    background: var(--bs-white);
    /*background:#f4f5fa;*/
    webkit-box-shadow: 0 20px 60px rgba(0,0,0,.08);
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    height: 475px;
    box-shadow: 0 0 4px 0 #673AB7;
}

    .hmimpbox h5 {
        color: var(--bs-brown);
    }

    .hmimpbox marquee {
        height: 365px;
        margin: 1rem 0;
    }

    .hmimpbox a {
        text-decoration: none;
        color: #000;
    }

        .hmimpbox a:hover {
            text-decoration: none;
            color: #009688;
        }

.hmimpboxhead {
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #444;
    padding-bottom: 0.8rem;
}

.hmimpboxheadrela {
    position: relative;
    left: -36px;
}

.cd-single-point {
    position: absolute;
    list-style-type: none;
    left: 10px;
    top: 10px;
}

    .cd-single-point > a {
        position: relative;
        z-index: 2;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #0079ff;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

    .cd-single-point::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        animation: cd-pulse 2s infinite;
    }

@keyframes cd-pulse {
    0% {
        box-shadow: 0 0 0 0 #0079ff
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255,150,44,0)
    }
}




.text-dark-gray {
    color: #15161d;
}

.explores-image-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

    .explores-image-box .img-pattern {
        position: absolute;
        left: 0;
        right: 0;
        top: -8%;
        right: -8%;
        left: -15%;
    }

        .explores-image-box .img-pattern img {
            width: 100%;
            height: auto;
            display: block
        }

    .explores-image-box .image-holder {
        overflow: hidden;
        position: relative;
    }

        .explores-image-box .image-holder img {
            width: 100%;
            border-radius: 25px;
        }

@media only screen and (min-width: 1200px) {
    .explores-image-box .image-holder {
        border-radius: 45px;
    }

        .explores-image-box .image-holder img {
            border-radius: 45px;
        }
}

@media (max-width:768px) {
    .explores-image-box .image-holder img {
        height: 350px;
    }

    .explores-image-box .img-pattern {
        display: none;
    }
}

@media (max-width:576px) {
    .explores-image-box .image-holder img {
        height: 300px;
    }
}

.section-header {
    font-family: "Epilogue", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #444;
    font-weight: 400;
    max-width: 730px;
    margin: 0 auto 40px
}

    .section-header h2 {
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .section-header h2 {
        color: #000;
        margin: 0 0 10px;
        letter-spacing: normal;
        font-weight: 800;
    }
    @media only screen and (min-width:1550px) {
        .section-header h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .section-header {
        font-size: 18px;
        line-height: 1.778;
    }
}

@media only screen and (min-width: 768px) {
    .section-header {
        font-size: 16px;
    }
}

.headabout {
    padding: 5%;
}

.headtextabout {
    z-index: 1;
}

.section-header .seprator {
    height: 5px;
    background: #20ca6f;
    width: 80px;
    background: transparent;
    margin-top: 0;
    border-radius: 3px;
    margin: 17px auto 23px;
    position: relative;
    display:none;
}

    .section-header .seprator:before {
        width: 52px;
        left: 0;
    }

    .section-header .seprator:after, .section-header .seprator:before {
        width: 50px;
        height: 3px;
        border-radius: 3px;
        /*background: #bfbfbf;*/
        position: absolute;
        top: 0;
        content: "";
    }

    .section-header .seprator:after {
        width: 24px;
        right: 0;
    }

    .section-header .seprator:after, .section-header .seprator:before {
        height: 5px;
        background: var(--bs-brown);
    }

.newsbg {
    background: #f9f9f9;
}

.homenews h4 {
    color: var(--bs-green);
}

element.style {
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.indlogos {
    display: flex;
    justify-content: space-between;
}

    .indlogos img {
        width: 15%;
        aspect-ratio: 3 / 2;
        object-fit: contain;
    }

.imga a {
    color: #444;
    text-decoration: none;
}

.whatsnew {
    padding: 1rem;
    border: 1px solid #e7e7e7;
}

.hmlnks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .hmlnks ul li a {
        text-decoration: none;
        color: #444;
        padding: .5rem;
        display: block;
        -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
        transition: all 350ms cubic-bezier(.37,0,.63,1);
        position: relative;
    }

        .hmlnks ul li a::after, .hmlnks ul li a::before {
            position: absolute;
            width: 0px;
            height: 0px;
            content: "";
            transform: scaleX(0);
            transition: transform 800ms ease-in-out;
        }

        .hmlnks ul li a:hover {
            text-decoration: none;
            color: var(--bs-brown);
            /*border: 1px solid var(--bs-brown);*/
            border-radius: 10px;
            -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
        }

            .hmlnks ul li a:hover::after, .hmlnks ul li a:hover::before {
                position: absolute;
                width: 33px;
                height: 20px;
                content: "";
                transform: scaleX(1);
            }

            .hmlnks ul li a:hover::before {
                left: 0;
                top: 0;
                border-left: 1px solid var(--bs-brown);
                border-top: 1px solid var(--bs-brown);
            }

            .hmlnks ul li a:hover::after {
                right: 0;
                bottom: 0;
                border-right: 1px solid var(--bs-brown);
                border-bottom: 1px solid var(--bs-brown);
            }


/*Carousel Gallery*/
.glry {
    color: #212529;
    font-weight: bold;
}

    .glry a {
        color: #212529;
        text-decoration: none;
        box-shadow: 0 0 4px var(--bs-brown);
        padding: 0.5rem;
        border-radius: 10px;
    }

        .glry a:hover {
            color: var(--bs-white);
            text-decoration: none;
            background: var(--bs-brown);
            font-weight: 500;
        }

.carousel-gallery {
    margin: 10px 0;
    padding: 0 30px;
    height: 200px;
}

    .carousel-gallery .swiper-slide a {
        display: block;
        width: 100%;
        height: 200px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    }

@media (max-width:996px) {
    .carousel-gallery .swiper-slide a {
        height: 150px;
    }
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}

.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

    .carousel-gallery .swiper-slide a .image .overlay {
        width: 100%;
        height: 100%;
        background-color: rgba(20, 20, 20, 0.8);
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .carousel-gallery .swiper-slide a .image .overlay em {
            color: var(--bs-white);
            font-size: 26px;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
        }

.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}

    .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 0.7;
        }

        .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--bs-brown);
            transform: scale(1.1, 1.1);
        }


.kkglr .carousel-inner .carousel-item.active,
.kkglr .carousel-inner .carousel-item-next,
.kkglr .carousel-inner .carousel-item-prev {
    display: flex;
}

.indlogos {
    display: flex;
    justify-content: space-between;
}

    .indlogos img {
        width: 15%;
        aspect-ratio: 3/2;
        object-fit: contain;
    }

/*Carousel Gallery*/

/*footer*/
.footbg {
    background: var(--bs-darkbrown);
}

.asrbmap {
    width: 300px;
    height: 217px;
}

footer {
    color: var(--bs-white);
    background-color: #124b99;
}

    footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        footer ul li {
            list-style-type: none;
            /*padding: 0;*/
            padding: 4px 0px 4px 0px;
            margin: 0;
        }

    footer a {
        color: var(--bs-white);
        text-decoration: none;
        /*padding: 2px 30px 2px 15px;
        display: block;*/
        font-weight: 500;
        background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
        color: inherit;
        transition: all .5s ease;
    }


        footer a:hover {
            color: var(--bs-lightgreen);
            text-decoration: none;
            background-size: 100% 1px;
        }

.footbg h5 {
    color: var(--bs-white);
    position: relative;
    padding-top: 0;
    padding-bottom: 7px;
}

    .footbg h5:after {
        width: 50px;
        height: 3px;
        content: "";
        left: 0;
        bottom: 0;
        position: absolute;
        background: var(--bs-white);
    }

.topsocialmedia {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .topsocialmedia a {
        padding: 5px;
        font-size: 1.2rem;
    }

.socialmedia {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

    .socialmedia a {
        padding: 5px;
        font-size: 2rem;
    }

.socialmediaarea p {
    color: var(--bs-white);
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    font-weight: bold;
}

.socialmedia span {
    color: #c1e1d2;
    padding: 0 8px;
    font-size: 1rem;
    font-weight: bold;
}

.footerbottom {
}

    .footerbottom a {
        color: var(--bs-white);
        text-decoration: none;
        display: inline;
        padding: 0;
    }

.maparea ul li {
    list-style: '📍';
}

.socialmediaarea ul li::marker {
    list-style: '📍';
    font-family: "Font Awesome 5 Free";
}
/*footer*/

/*tender page*/
.tenderul {
    list-style: none;
    padding: 0;
}

    .tenderul li {
        margin-bottom: 0.5rem;
        -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
        transition: all 350ms cubic-bezier(.37,0,.63,1);
        padding: 0.5rem 1rem;
        background: #d3e6ff;
        border-radius: 10px;
    }

        .tenderul li:hover {
            webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
            background: var(--bs-brown);
        }

            .tenderul li:hover a {
                color: var(--bs-white);
            }

        .tenderul li a {
            text-decoration: none;
            color: #000;
            font-weight: 500;
        }

            .tenderul li a:hover {
                text-decoration: none;
                color: var(--bs-white);
                webkit-transform: translate3d(0, -3px, 0);
                transform: translate3d(0, -3px, 0);
            }

/*tender page*/

/*OrganizationChart*/
.txtbx {
    background: #fbfbfb;
}

.OrganizationChart p {
    text-align: justify;
}

.chart {
    width: 50%;
}

.chartimgjusty {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 1rem;
}

.Organization {
    text-align: center;
    position: relative;
}

@media (max-width:768px) {
    .Organization {
        padding-bottom: 1rem;
    }
}

.Organization h3 {
    font-family: cursive;
    color: var(--bs-brown);
    z-index: 1;
    font-size: 1.7rem
}

.Organization h5 {
    font-family: Georgia;
    color: var(--bs-green);
    z-index: 1;
}

.Organization h6 {
    font-family: monospace;
    color: var(--bs-black);
    z-index: 1;
}

.chartimg {
    position: relative;
    width: max-content;
    background: white;
}

    .chartimg img {
        width: 200px;
        height: 250px;
        object-fit: cover;
        position: relative;
        padding: 0.6rem;
        box-shadow: 0 0 5px 0 #bbbbbb;
    }

    .chartimg::before {
        position: absolute;
        width: 50%;
        height: 50%;
        content: "";
        transform: scaleX(1);
        left: 0;
        top: 0;
        border-left: 5px solid #7e475587;
        border-top: 5px solid var(--bs-brown);
        z-index: 1;
    }

    .chartimg::after {
        position: absolute;
        width: 50%;
        height: 50%;
        content: "";
        transform: scaleX(1);
        right: 0;
        bottom: 0;
        border-right: 5px solid #7e475587;
        border-bottom: 5px solid var(--bs-brown);
        z-index: 1;
    }
/*OrganizationChart*/

/*sitemap*/
.sitemapbox {
    padding: 2rem;
    background: #d3e6ff;
    border-radius: 10px;
}
    .sitemapbox a {
        text-decoration: none;
        font-weight: bold;
    }
        
    .sitemapbox li {
        margin-bottom: 1rem;
        -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
        transition: all 350ms cubic-bezier(.37,0,.63,1);
    }
    .sitemapbox li:hover {
        webkit-transform: translate3d(3px, 0px, 0);
        transform: translate3d(3px, 0, 0);
    }
    .sitemapbox ul {
        list-style: "👉";
    }

    .sitemapbox li {
        padding-left: 1ch;
    }

.subsitemabul {
}

    .subsitemabul li {
        list-style: "✮";
    }
    .subsitemabul li {
        margin-bottom: 0.5rem;
    }


.accordianrti {
    margin-bottom: 0.5rem;
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    padding: 0.5rem 1rem;
    background: #d3e6ff;
    border-radius: 10px;
}
.accordion {
    --bs-accordion-bg: #0000 !important;
    --bs-accordion-btn-padding-x: 0 !important;
    --bs-accordion-btn-padding-y: 0 !important;
}
.accordion-item h2 {
    line-height: inherit;
}
.accordion-button {
    font-weight: 500;
}
    /*.tenderul li:hover .sitemapul a {
    color: var(--bs-black);
}
.tenderul li:hover .sitemapul li {
    background: var(--bs-white);
}
.sitemapul {
    list-style: none;
    margin-top: 0.5rem;
}
    .sitemapul li {
        margin-bottom: 0.5rem;
        -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
        transition: all 350ms cubic-bezier(.37,0,.63,1);
        padding: 0.5rem 1rem;
        background: #d3e6ff;
        border-radius: 10px;
    }

        .sitemapul li:hover {
            webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
            background: var(--bs-green);
        }

            .sitemapul li:hover a {
                color: var(--bs-black);
            }

        .sitemapul li a {
            text-decoration: none;
            color: #000;
            font-weight: 500;
        }

            .sitemapul li a:hover {
                text-decoration: none;
                color: var(--bs-white);
                webkit-transform: translate3d(0, -3px, 0);
                transform: translate3d(0, -3px, 0);
            }*/
    /*sitemap*/
