/* @media (min-width: 1200px) {
    .container {
        max-width: 95% !important;
    }
} */
.top-features {
    justify-content: flex-end;
}
.top-features a,
.top-features a i {
    font-size: 12px !important;
    color: #3a8d34 !important;
}

.top-letter-head {
    padding-top: 5px;
    padding-bottom: 5px;
}

.temp-logo-div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.logo-area-layout2 {
    display: flex;
    align-items: center;
}

.office-name h1,
.office-name h2,
.office-name h4 {
    margin: 0;
}

.office-name h1 {
    color: #008145;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 28px;
}

.office-name h2.main-name {
    color: #222;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
}

.office-name h4 {
    font-size: 14px;
    color: red;
    font-weight: 600;
    line-height: 20px;
}

.message-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.message-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.message-box:nth-child(even) {
    border-top: 1px solid #aaa;
    margin-top: 10px;
}

.message-box figure {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 0;
}
.message-box figure img {
    width: 120px;
    border: 1px solid #c1c1c1;
    padding: 2px;
    height: 135px;
    box-shadow: 0px 0px 7px #ccc;
}

.message-box figure .vip-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    text-align: left;
    align-items: left;
}

.message-box figure .vip-name {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.message-box figure .vip-post {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.message-box .message-content {
    padding: 0 30px;
}

.notice-board-title {
    margin-bottom: 50px;
}

.notice-board-content {
    height: 400px;
    overflow-y: scroll;
}

.notice-board-content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.notice-board-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.notice-board-content::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.notice-board-content::-webkit-scrollbar-thumb:hover {
    background: #008145;
}

.resources-publications .group-title {
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
}
.resources-publications .resources-publications-box .group-title a {
    font-size: 14px;
    font-weight: 600;
}

.resources-publications .resources-publications-box .cover-img {
    width: 100%;
}

.resources-publications-box .item-title {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    padding: 2px 5px;
    width: 90%;
    background: rgb(28, 148, 61, 0.8);
    margin-bottom: 8px;
}

.resources-publications .resources-publications-box .item-title a {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    display: block;
    padding: 5px;
}

.spoke-person {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spoke-person img {
    width: 130px;
}

.spoke-person .full-name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0;
}
.spoke-person .post {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.slider-big-text {
    color: #fff !important;
    text-shadow: 0 0 5px #000 !important;
    font-size: 28px !important;
}

.text-white i {
    color: #fff !important;
}

.grievance-button {
    cursor: pointer;
    animation: blinker 1s linear infinite;
    font-size: 12px;
}

@keyframes blinker {
    50% {
        opacity: 0.4;
        background-color: red;
        border: 1px solid red;
    }
}

.modal-content .close {
    font-size: 18px !important;
    cursor: pointer;
}

#grievance-mechanism-model .form-control {
    padding: 1rem;
    font-size: 18px;
}

.required {
    color: red;
}

.pointer {
    cursor: pointer;
}

.text-bold {
    font-weight: bold;
}

.bg-green {
    background-color: #1c943d;
}

.who-we-are {
    background: #e6fffa;
    padding: 2rem 15px 0;
    margin-bottom: 0 !important;
}

.who-we-are .icon-box {
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    color: #fff;
}

.who-we-are .item-title {
    text-align: center;
    font-size: 16px;
    padding: 20px 0 15px;
}

.who-we-are p {
    font-size: 14px;
}

.bg-yellow {
    background-color: #f59400;
}

.bg-blue {
    background-color: #241ac1;
}

.bg-purple {
    background-color: #7e0081;
}

.bg-light-green100 {
    background-color: #fff;
}

.content-box {
    background: #e6feea;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 20px;
    margin-top: -75px;
}

.vip-box {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 0 !important;
}

.team-title {
    color: #024b00;
    font-weight: bold;
    border-bottom: 1px dashed;
    margin-bottom: 15px;
}

.ongoing-activities {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
}

.activity-title {
    flex: 1.2;
    background: #024b00;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.activity-scroll {
    flex: 3;
    height: 30px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f1f0;
}

.marquee-news a {
    color: #00522b;
}

.main-navbar {
    background: #209b34;
}

.main-navbar .navbar .navbar-nav > .nav-item > a {
    color: #ffffff;
}

.main-navbar .navbar .navbar-nav > .nav-item > a:hover {
    color: #8dff86;
    text-shadow: 0 0 3px #348800;
}

.banner_slider_item {
    padding: 220px 0;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

.map-section {
    background: url("../img/home-5/connon/tab-bg.png");
    padding: 50px 0px 50px 0px;
}

#map {
    width: 100%;
    height: 50vh;
    background-color: transparent;
}

.leaflet-container {
    background: #bbb;
}

.welcome-message {
    background: #209b3445;
    padding-bottom: 170px;
}

.welcome-message .main-message {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about_five_head h2 {
    color: #016033;
}

.about_five_para p {
    margin-bottom: 20px;
    color: #262a28;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

.blog_img_three::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Black with opacity of 0.4 */
    z-index: 0; /* Ensures overlay is on top of the image */
}

.blog_img_three img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1; /* Ensure the image is underneath the overlay */
}

.large-blog-cover {
    height: 555px;
    overflow: hidden;
    width: 100%;
}

.medium-blog-cover {
    height: 260px;
    overflow: hidden;
    width: 100%;
}

.large-blog-cover img,
.medium-blog-cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog_three_text h3 a:hover {
    color: #ffc5c2;
}

.blog_three_text p {
    color: #fff;
}

.blog_three_text p a {
    color: #ffc5c2;
}

.resources-publications {
    padding: 9.2rem 0px 7rem;
    position: relative;
}

.heading-layout1 {
    margin-bottom: 75px;
    text-align: center;
    position: relative;
}

.heading-layout1 h2,
.heading-layout1 h3 {
    font-weight: 600;
    text-transform: none;
    font-size: 36px;
}

.text-left.heading-layout1:after {
    right: inherit;
    margin: 0;
}
.heading-layout1:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 45px;
    background-color: #008145;
    left: 0;
    bottom: -24px;
    right: 0;
    margin: 0 auto;
}

.owl-nav-layout1 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-nav-layout1 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
    .owl-nav-layout1 {
        display: none;
    }
}
.owl-nav-layout1 span {
    cursor: pointer;
    margin-left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    background-color: #ffffff;
    border-radius: 50%;
    color: #396cf0;
    transition: all 0.3s ease-out;
}
.owl-nav-layout1 span i:before {
    margin-left: 0;
    font-weight: 900;
    font-size: 1.8rem;
}
.owl-nav-layout1 span:hover {
    background-color: #396cf0;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
}
.nav-control-layout1 .owl-controls .owl-nav {
    margin-top: 0;
}
.nav-control-layout1 .owl-controls .owl-nav > div {
    color: #111111;
    border: 1px solid #396cf0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    height: 46px;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout1 .owl-controls .owl-nav > div {
        height: 44px;
        width: 44px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout1 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout1 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout1 .owl-controls .owl-nav > div {
        height: 36px;
        width: 36px;
        font-size: 14px;
    }
}
.nav-control-layout1 .owl-controls .owl-prev {
    left: -23px;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout1 .owl-controls .owl-prev {
        left: -22px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout1 .owl-controls .owl-prev {
        left: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout1 .owl-controls .owl-prev {
        left: -18px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout1 .owl-controls .owl-prev {
        left: -15px;
    }
}
.nav-control-layout1 .owl-controls .owl-prev:hover {
    background: #396cf0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout1 .owl-controls .owl-next {
    right: -23px;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout1 .owl-controls .owl-next {
        right: -22px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout1 .owl-controls .owl-next {
        right: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout1 .owl-controls .owl-next {
        right: -18px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout1 .owl-controls .owl-next {
        right: -15px;
    }
}
.nav-control-layout1 .owl-controls .owl-next:hover {
    background: #396cf0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout1:hover .owl-controls .owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.nav-control-layout1:hover .owl-controls .owl-next {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.resources-publications-box {
    background-color: #ffffff;
    margin-bottom: 2rem;
    padding: 25px 15px;
    position: relative;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.resources-publications-box .departments-sl {
    font-size: 22px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
    color: #cccccc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.resources-publications-box .item-icon {
    margin-bottom: 25px;
}
.resources-publications-box .item-icon i {
    display: inline-block;
}
.resources-publications-box .item-icon i:before {
    line-height: 1;
    margin-left: 0;
    font-size: 62px;
    color: #008145;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.resources-publications-box .item-title {
    font-weight: 500;
}
.resources-publications-box .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.resources-publications-box .item-title a:hover {
    color: #008145;
}
.resources-publications-box p {
    margin-bottom: 25px;
}
.resources-publications-box .item-btn {
    padding: 5px 10px 5px 0;
    color: #111111;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.resources-publications-box .item-btn i {
    position: relative;
    right: 0;
    color: #111111;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.resources-publications-box:hover {
    -webkit-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    -moz-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
    box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
}
.resources-publications-box:hover .departments-sl {
    color: #111111;
}
.resources-publications-box:hover .item-icon i {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
}
.resources-publications-box:hover .item-btn {
    color: #111111;
}
.resources-publications-box:hover .item-btn i {
    color: #008145;
}
.resources-publications-box:hover .item-btn:hover {
    color: #008145;
}
.resources-publications-box:hover .item-btn:hover i {
    right: -5px;
}

.footer-office-name h3 {
    font-size: 22px;
    color: #008145;
    padding-bottom: 35px;
}

.footer_area_about h6 {
    padding-top: 0;
    padding-bottom: 10px;
}

.footer_navitem_ara h3 {
    font-size: 22px;
    color: #008145;
}

.copyright_area {
    background-color: #209b34;
}

.project-component .section-heading {
    margin-bottom: 40px;
}

.heading-layout5 {
    margin-bottom: 60px;
    text-align: left;
    position: relative;
}

.heading-layout5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 45px;
    background-color: #008145;
    left: 0;
    bottom: -20px;
}

.project-component .owl-nav-layout2 span {
    height: 3rem;
    width: 3rem;
}

.project-component .project-component-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.project-component .project-component-content .project-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 2px;
    text-align: center;
}
.project-component .project-component-content .project-title a {
    color: #008145;
}

.project-component .project-component-content img {
    width: 95%;
    margin-bottom: 15px;
}

.owl-nav-layout2 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 575px) {
    .owl-nav-layout2 {
        display: none;
    }
}
.owl-nav-layout2 span {
    cursor: pointer;
    margin-left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    width: 4.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    color: #396cf0;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-out;
}
.owl-nav-layout2 span i:before {
    margin-left: 0;
    font-weight: 900;
    font-size: 1.8rem;
}
.owl-nav-layout2 span:hover {
    background-color: #396cf0;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
}
.nav-control-layout2 {
    overflow: hidden;
}
.nav-control-layout2 .owl-controls .owl-nav {
    margin-top: 0;
}
.nav-control-layout2 .owl-controls .owl-nav > div {
    opacity: 0;
    visibility: hidden;
    font-size: 24px;
    color: #396cf0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(208, 215, 219, 0.75);
    -moz-box-shadow: 0px 8px 10px 0px rgba(208, 215, 219, 0.75);
    box-shadow: 0px 8px 10px 0px rgba(208, 215, 219, 0.75);
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
    .nav-control-layout2 .owl-controls .owl-nav > div {
        height: 48px;
        width: 48px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout2 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout2 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 18px;
    }
}
.nav-control-layout2 .owl-controls .owl-prev {
    left: -50px;
}
.nav-control-layout2 .owl-controls .owl-prev:hover {
    background: #396cf0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-controls .owl-prev:hover i {
    color: #ffffff;
}
.nav-control-layout2 .owl-controls .owl-next {
    right: -50px;
}
.nav-control-layout2 .owl-controls .owl-next:hover {
    background: #396cf0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-controls .owl-next:hover i {
    color: #ffffff;
}
.nav-control-layout2:hover .owl-controls .owl-prev {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.nav-control-layout2:hover .owl-controls .owl-next {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.bg-for-gallery {
    background: #209b3445;
}

.vedio_btn i {
    color: #d6d7d6;
}

.video-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.video-banner .container {
    z-index: 1;
    position: relative;
}

.home_notice_heading h3 {
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
}

.blog_two_calendar_area ul li {
    font-size: 11px;
    font-weight: 400;
}

.details-box {
    margin-bottom: 2rem;
}

.details-box p {
    margin-bottom: 20px;
    color: #262a28;
    font-size: 16px;
    line-height: 26px;
}

.details-box ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 15px 0;
    list-style: disc;
    padding: 0 25px;
}

.details-box ul li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-weight: normal;
    list-style: disc;
}

.sidebar-widget-area {
    margin-bottom: 2rem;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0 !important;
}

.widget-about-info ul {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    -moz-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    box-shadow: 0px 1px 20px 0px rgb(147 147 147 / 75%);
    border-radius: 4px;
    padding: 30px;
    width: 100%;
    background: #f6fff9;
}

.widget-about-info ul li {
    display: inline-block;
    width: 100%;
}

.widget-about-info ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    color: rgb(1 40 0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-weight: 500;
    font-size: 15px;
}

.widget-about-info ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 1;
    color: #d9d9d9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.widget-about-info ul li a:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    top: -3px;
    left: 0;
    z-index: 1;
    font-size: 28px;
    background-color: #d9d9d9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.bg-for-representative {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
    margin: 0 auto;
}

.bg-for-representative img {
    width: 70%;
    height: 100%;
    object-fit: cover;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transition: transform 0.5s ease;
}

.counter_four_item .icon-img {
    width: 50px;
    height: 50px;
}

.z-index-1 {
    z-index: 1;
}

table.my-bg-row > tbody > tr {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(232 255 229) 45%,
        rgba(255, 255, 255, 1) 100%
    );
}

.gallery-box-layout1 {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.gallery-box-layout1 .item-title {
    font-size: 18px;
}

.album-title ul {
    margin-bottom: 20px;
}

.album-title ul li h4 {
    font-size: 22px;
}

.videoLink a {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.videoLink a img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.videoLink a h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    font-size: 14px;
    color: #d33f55;
    text-align: center;
}

.img-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-header .accordion-button {
    line-height: 24px;
}

.contact_left_text h3 {
    font-size: 20px;
}

.team-box-layout1 {
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.team-box-layout1 .item-img img {
    background-color: #f1f7fa;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
    margin-left: 3rem;
}

.team-box-layout1 .item-content .item-title {
    text-transform: capitalize;
    font-weight: 600;
}

.team-box-layout1 .item-content .item-degree,
.team-box-layout1 .item-content .designation {
    color: #004627;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 13px;
}

/* ===========================
   Header Layout
=========================== */

.header-main-row {
    min-height: 110px;
}

.header-logo {
    max-height: 90px;
    width: auto;
}

.office-name-div h1 {
    margin-bottom: 5px;
    font-size: 34px;
    font-weight: 700;
}

.office-name-div h2 {
    margin-bottom: 0;
    font-size: 18px;
    color: #555;
}

/* =====================================
   TOP HEADER
===================================== */

.topbar-area {
    padding: 8px 0;
    font-size: 13px;
}

.topbar-list,
.topbar-list-right {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-list li,
.topbar-list-right li {
    margin-right: 18px;
}

.topbar-list li:last-child,
.topbar-list-right li:last-child {
    margin-right: 0;
}

.topbar-list a,
.topbar-list-right a {
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
}

.topbar-list a:hover,
.topbar-list-right a:hover {
    opacity: 0.8;
}

.topbar-list i {
    margin-right: 6px;
}

.topbar-list-right {
    justify-content: flex-end;
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {
    .topbar-list,
    .topbar-list-right {
        justify-content: center;
    }

    .topbar-list li,
    .topbar-list-right li {
        margin-right: 12px;
        margin-bottom: 4px;
    }

    .header-contact-layout1 {
        margin-top: 5px;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {
    .topbar-area {
        padding: 10px 0;
    }

    .topbar-area .row {
        text-align: center;
    }

    .topbar-list {
        justify-content: center;
        margin-bottom: 8px;
    }

    .topbar-list-right {
        justify-content: center;
    }

    .topbar-list li,
    .topbar-list-right li {
        margin: 4px 8px;
    }

    .topbar-list a,
    .topbar-list-right a {
        font-size: 12px;
    }
}

/* =====================================
   VERY SMALL DEVICES
===================================== */

@media (max-width: 480px) {
    .topbar-list {
        flex-direction: row;
        gap: 5px;
        display: flex;
        justify-content: space-between;
    }

    .topbar-list li {
        margin: 0;
    }

    .topbar-list-right {
        gap: 6px;
    }

    .topbar-list-right li {
        margin: 0 4px;
    }

    .topbar-list-right a {
        padding: 3px 6px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.08);
    }
}

/* ===========================
   Registration Area
=========================== */

.header-registration {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.reg-item {
    text-align: center;
    padding: 0 12px;
}

.reg-authority {
    color: #0056a6;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.reg-authority small {
    display: block;
    font-size: 10px;
    color: #666;
}

.reg-no {
    margin-top: 5px;
    font-size: 12px;
}

.reg-no strong {
    display: block;
    font-size: 13px;
}

.renewal {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
}

.reg-divider {
    width: 1px;
    height: 70px;
    background: #ddd;
}

/* ===========================
   Tablet
=========================== */

@media (max-width: 991px) {
    .header-main-row {
        text-align: center;
    }

    .logo-area-layout2 {
        margin-top: 10px;
    }

    .header-registration {
        justify-content: center;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #e5e5e5;
    }

    .office-name-div h1 {
        font-size: 28px;
    }
}

/* ===========================
   Mobile
=========================== */

@media (max-width: 767px) {
    .temp-logo-div {
        margin-bottom: 15px;
    }

    .office-name-div h1 {
        font-size: 22px;
        line-height: 1.3;
    }

    .office-name-div h2 {
        font-size: 14px;
    }

    .header-registration {
        flex-direction: column;
        align-items: stretch;
        margin-top: 15px;
        border-top: 1px solid #eee;
    }

    .reg-divider {
        width: 100%;
        height: 1px;
        margin: 12px 0;
    }

    .reg-item {
        padding: 8px 0;
    }

    .reg-authority {
        font-size: 12px;
    }

    .reg-no {
        font-size: 13px;
    }

    .renewal {
        font-size: 12px;
    }
}

.registration-block {
    border-bottom: 1px solid rgb(32 155 52 / 47%);
    padding-bottom: 12px;
}

.registration-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.registration-title {
    font-size: 14px;
    margin-bottom: 4px;
    color: #0056a6;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.registration-title small {
    display: block;
    font-size: 11px;
    color: #666;
}

.registration-meta {
    font-size: 14px;
    color: #191919;
    line-height: 1.5;
    margin: 0;
}

.meta-label {
    font-weight: 600;
    color: #000000;
}

/* ===============================
   INTRO SECTION
================================= */

.intro-section {
    position: relative;
    padding: 150px 0;
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    overflow: hidden;
}

/* Optional soft background shape */
.intro-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 500px;
    height: 500px;
    background: linear-gradient(
        135deg,
        rgba(76, 175, 80, 0.08),
        rgba(255, 193, 7, 0.05)
    );
    border-radius: 58% 42% 63% 37% / 45% 55% 45% 55%;
    z-index: 0;
}

.intro-section::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -120px;
    width: 400px;
    height: 400px;
    background: rgba(255, 159, 64, 0.06);
    border-radius: 58% 42% 63% 37% / 45% 55% 45% 55%;
    z-index: 0;
}

.intro-content {
    animation: fadeUp 0.8s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Eyebrow Text */
.intro-content span {
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
}

/* Heading */
.intro-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #111;
}

/* Description */
.intro-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #111;
    margin-bottom: 30px;
}

/* Button */
.intro-content .btn-primary {
    background: #0d6efd;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.intro-content .btn-primary:hover {
    background: #084298;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

/* Image Styling */
.intro-section img {
    max-width: 100%;
}

/* ===============================
   MOBILE RESPONSIVE
================================= */

@media (max-width: 992px) {
    .intro-section {
        padding: 70px 0;
    }

    .intro-content {
        text-align: center;
        margin: 0 auto 40px auto;
    }

    .intro-content h1 {
        font-size: 32px;
    }

    .intro-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .intro-content h1 {
        font-size: 26px;
    }
}
