@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,700;1,200;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,100;1,400;1,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --service-font: 'Poppins', sans-serif;
    --h2-font: 'Source Sans Pro', sans-serif;
    --theme-color: #088738;
    --search-color: #100f0f;
    --hover-color: #74c14a;
    --white-color: #fff;
    --black-color: #000;
    --a-color: #797C7F;
    --body-color: #666;
    --body-background-color: #f1f7fa;
    --button-color: #da2c46;
    --nice-select-color: #222222;
    --input-color: #f7f7f9;
    --red-color: red;
    --office-color: #2481d6;
    --about-area-content-color: #fcbe00;
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --border-color: #e8e8e8;
    --text-danger-color: rgb(220, 53, 69);
    --header-search-line-color: #E0E0E0;
    --border-bottom-color: #e5e5e5;
    --thm-color: #555c63;
    --thm-color-rgb: 121, 132, 144;
    --thm-base: #008fd5;
    --thm-base-rgb: 0, 143, 213;
    --thm-primary: #004aa1;
    --thm-primary-rgb: 0, 74, 161;
    --thm-secondary: #ed4b4b;
    --thm-secondary-rgb: 237, 75, 75;
    --thm-special: #5366c2;
    --thm-special-rgb: 83, 102, 194;
    --thm-black: #0c2139;
    --thm-black-rgb: 12, 33, 57;
    --thm-black2: #1d1c1c;
    --thm-black2-rgb: 29, 28, 28;
    --thm-text-dark: #ffffffa6;
    --thm-text-dark-rgb: 142, 150, 160;
    --thm-form-input: #eff2f6;
    --image-hover-color: 25, 24, 37;
    --footer-color: #646464;
    --footer-a-color: #898a8b;
    --financial-color: #808080;
    --copyright-color: #525151;
    --read-more-about-us-color: #3190e7;
}

body {
    font-family: 'Epilogue', sans-serif;
    -webkit-font-smoothing: antialiased;
}

ul,
li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

input:focus-visible,
textarea:focus-visible {
    outline: 0;
}

::selection {
    background: var(--theme-color);
    text-shadow: none;
    color: #ffffff;
}

.mb-20 {
    margin-bottom: 20px;
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.link-title {
    color: #01a64f;
}

.link-title:hover,
.readmore a:hover {
    color: var(--theme-color);
}

.readmore a {
    color: #01a64f;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
}

.readmore a::before {
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    background: var(--theme-color);
    width: 0;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.readmore a:hover::before {
    width: 50%;
}

.z-index-1 {
    z-index: 99;
}

.text-primary {
    color: #01a64f !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

body.overflow-hidden {
    overflow: hidden !important;
}

.btn-close:focus {
    box-shadow: none;
}


/***

====================================================================
	Transition
====================================================================

 ***/

a, img, .dropdown-item,
.dropdown-toggle:after,
.dropdown-menu a:before,
.hover-translate,
.btn-animated:before,
.card-body,
.accordion .card-header a:before {
     -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


/***

====================================================================
	Section General
====================================================================

 ***/

section {
    padding: 80px 0;
}

@media (max-width: 767px) {
    section {
        padding: 40px 0;
    }
}


/***

====================================================================
	Pre-loader Starts
====================================================================

 ***/

#pre-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid var(--theme-color);
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 40px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}



/***

====================================================================
	Header Starts
====================================================================

 ***/

.header-top {
    background-color: #fe403d;
    color: var(--white-color);
    padding: 14px 20px;
}

.contact-info li,
.toolbar-widget li {
    margin-right: 20px;
}

.contact-info li:last-child,
.toolbar-widget li:last-child {
    margin-right: 0;
}

.contact-info li i,
.toolbar-widget li a i {
    font-size: 17px;
}

.contact-info li a,
.toolbar-widget li a i {
    color: var(--white-color);
}

/* MENU PART STARTS */

.middle-header-menu {
    position: relative;
}

.bg-green {
    background-color: var(--theme-color);
}

.logo {
    padding: 5px 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.main-header-wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.logo-wrapper {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;

}

.comma-break::after {
  content: ",\A";
  white-space: pre;
}

/* .logo-wrapper::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    top: 0;
    right: -54px;
    position: absolute;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 32%;
    border-right: 15px solid #fde428;
} */

.logo-wrapper .logo img {
    width: 100%;
}

.sticky-head .logo-wrapper .logo img {
    width: 54%;
}

.logo-wrapper .logo span {
    color: #ffffff;
    background: #fcb614;
    padding: 10px;
    margin-left: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-animation: blinkBounce 4.5s infinite ease-in-out;
    animation: blinkBounce 4.5s infinite ease-in-out;
    transition: all 0.3s ease; /* Smooth transition for hover state */
}

.logo-wrapper .logo span:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 1;
    transform: translateY(0px);
    background: #fcb614; /* Optional: change color on hover */
}

@keyframes blinkBounce {
    0%, 100% {
        opacity: 1;
        transform: translateY(0px);
    }
    20% {
        opacity: 0;
        transform: translateY(-25px);
    }
    40% {
        opacity: 1;
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        transform: translateY(-15px);
    }
    80% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* STARTS */
.header-menu {
    background: #00a54a;
}
.nav-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-menu > ul + a {
    display: flex;
    align-items: center;
}

.sticky-head .nav-menu > ul + a {
    background-color: #ffffff;
    color: var(--theme-color);
}

.nav-menu .container {
    position: relative;
    display: flex;
    align-items: center;
}


@media (max-width: 425px) {
    .company-logo {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 1199px) {
    .company-logo .responsive-nav-toggle {
        margin-left: 20px;
    }
}

.responsive-nav-toggle {
    font-size: 20px;
    color: var(--black-color);
    cursor: pointer;
    transition: 500ms;
}

@media (min-width: 1200px) {
    .responsive-nav-toggle {
        display: none;
    }
}

.responsive-nav-toggle:hover {
    color: var(--theme-color);
}

.nav-menu .navigation-menu-list,
.nav-menu .navigation-menu-list ul,
.sticky-head .navigation-menu-list,
.sticky-head .navigation-menu-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

.sticky-head .main-header-wrapper .logo {
    padding: 0;
}

@media (min-width: 1200px) {

    .nav-menu .navigation-menu-list,
    .nav-menu .navigation-menu-list ul,
    .sticky-head .navigation-menu-list,
    .sticky-head .navigation-menu-list ul {
        display: flex;
    }
}

.nav-menu .navigation-menu-list>li {
    padding: 20px 0;
}

.nav-menu .navigation-menu-list,
.sticky-head .navigation-menu-list {
    padding-right: 0;
    margin-right: 15px;
}

/*
.nav-menu .navigation-menu-list > li,
.sticky-head .navigation-menu-list > li {
  padding-top: 14px;
  padding-bottom: 14px;
}*/

.nav-menu .navigation-menu-list>li+li,
.sticky-head .navigation-menu-list>li+li {
    margin-left: 30px;
}

.nav-menu .navigation-menu-list>li.current,
.sticky-head .navigation-menu-list>li.current {
    background: #fdb813;
    padding: 20px 10px;
}

.nav-menu .navigation-menu-list>li.current + li,
.sticky-head .navigation-menu-list>li.current + li {
    margin-left: 25px;

}

.nav-menu .navigation-menu-list>li>a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--white-color);
    transition: 500ms;
    position: relative;
}

.sticky-head .navigation-menu-list>li>a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--white-color);
    transition: 500ms;
    position: relative;
}

.nav-menu .navigation-menu-list>li.current>a,
.nav-menu .navigation-menu-list>li:hover>a {
    color: var(--white-color);
    position: relative;
}

.nav-menu .navigation-menu-list>li.dropdown>a::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 7px;
    font-size: 14px;
    text-align: center;
    z-index: 9999;
    display: block;
    cursor: pointer;
    font-weight: 400;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.nav-menu .navigation-menu-list>li.dropdown>a:hover::after {
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
}

.sticky-head.nav-menu .navigation-menu-list>li>a::after {
    color: var(--black-color) !important;
}

.sticky-head .navigation-menu-list>li.current>a,
.sticky-head .navigation-menu-list>li:hover>a {
    color: var(--white-color);
}



.nav-menu .navigation-menu-list li.cart-btn a,
.sticky-head .navigation-menu-list li.cart-btn a {
    position: relative;
}

.nav-menu .navigation-menu-list li.cart-btn span,
.sticky-head .navigation-menu-list li.cart-btn span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: var(--thm-font);
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%) translateX(50%);
    transition: background-color 500ms, color 500ms;
}

.nav-menu .navigation-menu-list li.cart-btn:hover span,
.sticky-head .navigation-menu-list li.cart-btn:hover span {
    background-color: #fff;
    color: var(--black-color);
}

.nav-menu .navigation-menu-list li.cart-btn i,
.sticky-head .navigation-menu-list li.cart-btn i {
    font-size: 23px;
}

.nav-menu .navigation-menu-list li ul,
.sticky-head .navigation-menu-list li ul {
    position: absolute;
    top: 200%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    ;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.42s ease-out;
    -moz-transition: all 0.42s ease-out;
    -ms-transition: all 0.42s ease-out;
    -o-transition: all 0.42s ease-out;
    transition: all 0.42s ease-out;
}

.nav-menu .navigation-menu-list li:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-head .navigation-menu-list li:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.nav-menu .navigation-menu-list li ul li,
.sticky-head .navigation-menu-list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.nav-menu .navigation-menu-list li ul li+li,
.sticky-head .navigation-menu-list li ul li+li {
    border-top: 1px solid RGBA(var(--black-color), 0.1);
}

.nav-menu .navigation-menu-list li ul li a,
.sticky-head .navigation-menu-list li ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black-color);
    display: flex;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 500ms;
}

.nav-menu .navigation-menu-list li ul li:last-child>a,
.sticky-head .navigation-menu-list li ul li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}



.nav-menu .navigation-menu-list li ul li:hover>a,
.sticky-head .navigation-menu-list li ul li:hover>a {
    background-color: var(--theme-color);
    color: #fff;
    padding-left: 18px;
}

.nav-menu .navigation-menu-list li ul li>ul,
.sticky-head .navigation-menu-list li ul li>ul {
    top: 0;
    left: 100%;
}

.nav-menu .navigation-menu-list li ul li>ul.right-align,
.sticky-head .navigation-menu-list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.nav-menu .navigation-menu-list li ul li>ul ul,
.sticky-head .navigation-menu-list li ul li>ul ul {
    display: none;
}

.navigation-mobile-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
    z-index: 999;
}

.navigation-mobile-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.navigation-mobile-wrapper.expanded {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
}


.navigation-mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black-color);
    opacity: 0.8;
    cursor: pointer;
}

.navigation-mobile-content {
    max-width: 425px;
    width: 100%;
    background-color: #0c2139fa;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
    transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;

}

.navigation-mobile-wrapper.expanded .navigation-mobile-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s;
}

.navigation-mobile-content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.navigation-mobile-content .company-logo {
    margin-bottom: 30px;
    display: flex;
}

.navigation-mobile-cross {
    position: absolute;
    top: 43px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
}

.navigation-mobile-cross:after,
.navigation-mobile-cross:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    top: 0;
    left: -62px;
    background-color: #fff;
    transform: rotate(45deg);
}

.navigation-mobile-cross:after {
    transform: rotate(-45deg);
}

.navigation-mobile-content .navigation-menu-list,
.navigation-mobile-content .navigation-menu-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation-mobile-content .navigation-menu-list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation-mobile-content .navigation-menu-list ul li a {
    padding-left: 1em;
}

.navigation-mobile-content .navigation-menu-list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation-mobile-content .navigation-menu-list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding: 10px 0;
    align-items: center;
    transition: 500ms;
}

.navigation-mobile-content .navigation-menu-list li a.expanded {
    color: var(--theme-color);
}

.navigation-mobile-content .navigation-menu-list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--theme-color);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.navigation-mobile-content .navigation-menu-list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.navigation-mobile-content .navigation-menu-list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.navigation-mobile-content .navigation-menu-list li.cart-btn i {
    font-size: 16px;
}
/* Navbar new badge */
.new-badge {
   
    background: linear-gradient(135deg, #fcb614, #efd28e);
    color: white;
    border-radius: 12px;
    padding: 2px 6px;
    font-size: 0.6rem;
    font-weight: 600;
    animation: pulse 2s infinite;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-menu .new-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-mobile-content .navigation-menu-list li a.has-new-badge {
    position: relative;
    display: block;
}

.navigation-mobile-content .navigation-menu-list li a.has-new-badge span.new-badge {
   padding: 4px 6px;
   margin-left: 5px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(255, 107, 107, 0.6);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
    }
}

.new-badge.hide {
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
}


.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__language {
    display: flex;
    align-items: center;
}

.mobile-nav__language img {
    border-radius: 50%;
    margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    color: #fff;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 18px;
    color: #fff;
    transition: 500ms;
    margin-right: 15px;
}

.mobile-nav__social a+a {
    margin-left: 10px;
}

.mobile-nav__social a:hover {
    color: var(--theme-color);
}

.mobile-navigation-contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-navigation-contact li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-navigation-contact li+li {
    margin-top: 15px;
}

.mobile-navigation-contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-navigation-contact li a:hover {
    color: var(--theme-color);
}

.mobile-navigation-contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.mobile-navigation-container .company-logo {
    display: none;
}

.mobile-navigation-container .right-contact {
    display: none;
}

.right-contact {
    margin-left: 2em;
}

.navigation-mobile-content .navigation-menu-list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--black-color);
}

.more-dropdown ul {
    transform: translateY(-37px) !important;
}

/* Sticky head */

.sticky-head {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    transform: translateY(-110%);
    transition: transform 500ms ease;
    box-shadow: 0px 10px 20px -12px rgb(0 0 0 / 20%);
}

@media (max-width: 1199px) {
    .sticky-head {
        display: none;
    }
}

.sticky-head.stricky-fixed {
    transform: translateY(0);
}

/* ENDS */

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: transparent;
    border-color: transparent;
}

.btn-check:focus,
.btn-secondary:focus {
    box-shadow: none;
}

.language .btn {
    padding: 0;
}

.language .btn-secondary:focus-visible {
    border: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.language .dropdown-item:focus,
.language .dropdown-item:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.language ul li {
    margin-right: 0;
}

.slogan-section {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    width: 200px;
}

.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* MENU PART ENDS */

/***

=======================================================
            Button Section
=======================================================

***/

.btn-theme-one {
    padding: 10px 17px;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 0;
    z-index: 1;
}

.btn-theme-one.btn-active {
    background-color: var(--theme-color);
}

.btn-theme-one.btn-active:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
    border: var(--white-color);
}

.btn-theme-one:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: var(--theme-color);
}

/***

=======================================================
                Top-Slider Section
=======================================================

***/

.slider {
    position: relative;
}

.theme-slider {
    position: relative;
    overflow: hidden;
}

.slider img {
    height: 80vh;
    object-fit: cover;
    width: 100%;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.slide-table {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.slide-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    text-align: center;
    vertical-align: middle;
}

.slide-content h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    max-width: 690px;
    margin: 0 auto;
}

.slide-content p {
    color: #fff;
    font-size: 16px;
    max-width: 650px;
    margin: 35px auto 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slide-content .btn-theme-one {
    margin: 10px;
    border: 1px solid #fff;
    min-width: 200px;
}

.slide-content .btn-theme-one.btn-active {
    border-color: var(--theme-color);
}

.theme-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 47%;
}

.theme-slider .owl-dots .owl-dot span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--white-color);
    width: 28px;
    height: 8px;
}

.theme-slider .owl-dots .owl-dot.active span {
    background-color: var(--theme-color);
}

.theme-slider .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.theme-slider .owl-nav .owl-prev,
.theme-slider .owl-nav .owl-next {
    background-color: var(--theme-color) !important;
    position: absolute;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-slider .owl-nav .owl-prev {
    left: 10px;
}

.theme-slider .owl-nav .owl-next {
    right: 10px;
}

.theme-slider .owl-nav .owl-prev span,
.theme-slider .owl-nav .owl-next span {
    font-size: 40px;
    color: var(--white-color);
}

.theme-slider .owl-nav .owl-prev:hover,
.theme-slider .owl-nav .owl-next:hover {
    background-color: var(--white-color) !important;
}

.theme-slider .owl-nav .owl-prev:hover span,
.theme-slider .owl-nav .owl-next:hover span {
    color: var(--theme-color);
}

@media only screen and (max-width: 767px) {
    .theme-slider .slider img {
        height: 60vh;
        object-fit: fill;
    }
   
}

@media only screen and (max-width: 480px) {
    .theme-slider .slider img {
        height: 40vh;
        object-fit: fill;
    }
   
}

/***

=======================================================
            Services Section
=======================================================

***/

.about-service {
    background-color: #f7f7f9;
}

.service-item {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    transition: all ease .3s;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    position: relative;
    cursor: pointer;
}

.services-wrap {
    position: relative;
    padding: 60px 40px 60px 40px;
}

.services-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-icon .main-image {
    height: 60px;
    width: 60px;
}

.services-icon .main-image {
    background-color: rgba(0, 107, 99, 0.2);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-self: center;
    transition: all 0.5s ease-out;
}

.services-content {
    position: relative;
    padding-top: 26px;
}

.services-content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--theme-color);
    margin: 0px 0px 11px 0px;
    transition: all 0.5s ease-in-out;
}

.services-content .services-txt {
    color: #666666;
    margin: 0;
    line-height: 1.8;
    text-align: justify;
    transition: all 0.5s ease-in-out;
}

.service-item:hover {
    background-color: var(--theme-color);
}

.service-item:hover .services-icon .main-image {
    border-radius: 5px;
    background-color: var(--white-color);
    color: var(--theme-color);
}

.service-item:hover .services-content .title,
.service-item:hover .services-content .services-txt {
    color: var(--white-color);
}

@media (max-width: 767px) {
    .service-item {
        margin-bottom: 20px;
    }

    .about-service [class*="col-"]:last-child .service-item,
    .about-service [class^="col-"]:last-child .service-item {
        margin-bottom: 0;
    }
}


/***=======================================================
            Services page listing
=======================================================***/
.services-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    margin: 0 20px;
}

.service-card {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 165, 74, 0.1), transparent);
    transition: left 0.5s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 165, 74, 0.2);
    border: 2px solid var(--theme-color);
}

.service-card .service-icon {
    background-color: transparent;
    width: 56px;
    height: 56px;
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}

.service-card:hover .service-icon {
    transform: scale(1.15) rotate(5deg);
}

.service-card .service-title {
    color: #2d3748;
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0;
    z-index: 2;
    position: relative;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.service-card:hover .service-title {
    color: var(--theme-color);
}



@media (max-width: 768px) {
    .services-section {
        padding: 40px 20px;
        margin: 0 10px;
    }
    
    .service-card {
        height: 160px;
        padding: 1.5rem 1rem;
    }
    
    .service-card .service-icon {
        width: 48px;
        height: 48px;
    }
    
    .service-card .service-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .service-card {
        height: 140px;
        padding: 1.2rem 0.8rem;
    }
    
    .service-card .service-icon {
        width: 44px;
        height: 44px;
    }
    
    .service-card .service-title {
        font-size: 0.95rem;
    }
}


/***

=======================================================
            About Section
=======================================================

***/

.about-area {
    background-color: #F5F7F9 !important;
}

.section-title-one {
    margin-bottom: 20px;
    text-align: left;
}

.section-title-one .sub-title {
    display: block;
    color: var(--theme-color);
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 22px;
    position: relative;
}

.section-title-one .sub-title::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
    background-color: var(--theme-color);
}

.section-title-one h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 33px;
    color: #01a64f;
}

.about-ul {
    margin-top: 1.75em;
}

.about-p {
    margin-bottom: 20px;
    line-height: 1.7;
    color: #666666;
    text-align: justify;
}

.about-icon {
    margin-right: 40px;
}

.about-icon-last.about-icon {
    margin-right: 30px;
}

.about-icon i {
    color: var(--theme-color);
    display: inline-block;
    font-size: 45px;
    line-height: 40px;
    z-index: 1;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(0, 107, 99, 0.1);
    cursor: pointer;
}

.about-icon-last.about-icon i {
    font-size: 40px;
}

.about-ul li {
    display: flex;
}

.about-ul li p {
    text-align: justify;
}

.about-ul li:last-child {
    margin-top: 27px;
}

.about-icon h3 {
    font-weight: 700;
}

.read-more-div {
    margin-top: 35px;
}

.read-more {
    border-radius: 5px;
}

.read-more:hover {
    background-color: black !important;
    color: var(--white-color) !important;
}

.about-area-left {
    /* margin-right: 95px;
    margin-bottom: 60px; */
}

.about-area-left img,
.about-image img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-area-left-image-content {
    position: absolute;
    right: -40px;
    bottom: -60px;
    background: var(--theme-color);
    border-radius: 35px 0;
}

.about-content-left {
    padding: 40px;
    position: relative;
    z-index: 1;
}

.about-content-left::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background-color: #01a64f;
    transition: all 0.5s ease-out;
    border-radius: 35px 0;
    z-index: -1;
}

.about-content-left img {
    height: 420px;
}

.about-area-left-image-content:hover .about-content-left::before {
    width: 100%;
}

.about-area-left-image-content ul li {
    margin: 10px 0;
    color: var(--white-color);
    cursor: pointer;
}

.about-area-left-image-content:hover ul li {
    color: var(--white-color);
}

.about-area-left-image-content ul li:first-child {
    margin: 0;
}

.about-area-left-image-content ul li a {
    color: var(--white-color);
}

.about-area-left-image-content ul li a:hover {
    text-decoration: underline;
}

.about-area-left-image-content ul::before {
    position: relative;
}

@media (max-width:767px) {
    .section-title-one {
        margin-top: 20px;
    }
}


/***

=======================================================
            Statement Section
=======================================================

***/

.statement {
    padding: 80px 0;
}

.statement-title {
    top: 36%;
    left: 6%;
}

.statement-saying {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 30px;
}

.statement-title h2 {
    color: #00344c;
    font-size: 37px;
}

.statement-saying p {
    color: #666666;
    font-size: 18px;
    text-align: justify;
}

.objective-content {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 30px;
}

.objective-content ul li {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.objective-content ul li img {
    width: 50px;
}

.objective-content ul li div {
    margin: 0 10px;
}

/***

=======================================================
            Service Section
=======================================================

***/


.service-area {
    background-color: #f7f7f9;
    padding: 80px 0 80px 0 !important;
}

.service-title .section-title-one {
    text-align: center;
}

.service-title .section-title-one .sub-title {
    font-size: 47px;
}

.single-service-item {
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    position: relative;
}

.service-image {
    position: relative;
}

.service-image img {
    max-width: 100%;
    object-fit: cover;
    width: 770px;
    height: 300px;
}


.service-icon {
    position: absolute;
    background-color: var(--theme-color);
    width: 70px;
    height: 70px;
    left: 40%;
    bottom: -11%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.single-service-item:hover .service-icon {
    background-color: var(--white-color);
}

.single-service-item:hover .service-icon i {
    color: var(--theme-color);
}

.single-service-item:hover .service-detail h3::after {
    background-color: var(--white-color);
}

.service-icon i {
    font-size: 2em;
    color: var(--white-color);
}

.service-detail {
    padding: 50px 35px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.service-detail h3 {
    font-size: 1.6rem;
    margin: 0 0 0.83em;
    padding-bottom: 0.2em;
    color: #01a64f;
    font-family: var(--service-font);
    font-weight: 500;
    position: relative;
}

.service-detail h3::after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 4.8em;
    width: 3em;
    height: 2px;
    background-color: var(--theme-color);
}

.service-detail p {
    color: #666666;
    margin: 0;
    line-height: 1.8;
}

.service-detail a {
    font-family: var(--service-font);
    font-weight: 600;
    color: #01a64f;
    display: inline-block;
    margin-top: 1.2em;
}

.service-btn {
    transition: all 0.3s ease-in-out;
}

/* .service-detail .service-btn:hover {
    color: #01a64f !important;
} */

.service-btn:focus-visible {
    outline: none;
}

.single-service-item:hover .service-detail {
    background-color: var(--theme-color);
}

.single-service-item:hover .service-detail h3,
.single-service-item:hover .service-detail h3::after,
.single-service-item:hover .service-detail p,
.single-service-item:hover .service-detail a,
.single-service-item:hover .service-btn h3 {
    color: var(--white-color);
}

.hover-grid {
    background: url(../images/services/service1.jpg) center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.hover-grid span {
    background-color: rgba(1, 47, 92, 0.5);
    width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-service-item:hover .hover-grid {
    opacity: 1;
}

.single-service-item:hover .hover-grid span {
    height: 100%;
    opacity: 1;
}

.hover-grid span a {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-service-item:hover .hover-grid a {
    opacity: 1;
    background-color: var(--white-color);
    padding: 10px;
    color: var(--theme-color);
    top: 46%;
    left: 36%;
}

.single-service-item:hover .hover-grid a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.view-more-btn:hover {
    background-color: black !important;
    color: var(--white-color) !important;
}

@media screen and (max-width:990px) {
    .service-wrapper .row div[class*="col-"] {
        margin-bottom: 2em;
    }

    .view-more-btn {
        margin-top: 1em !important;
    }
}

/***

=======================================================
            Institutional Profile Section
=======================================================

***/

.institutional-profile {
    overflow: visible;
}

.counter-bg {
    margin-bottom: -90px;
    position: relative;
    background-color: var(--white-color);
    padding: 75px;
    box-shadow: 10px 10px 61px 0px rgb(0 0 0 / 9%);
}

.counter-bg::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--theme-color);
    border-radius: 0px 0px 80px 0px;
    left: 0;
    top: 0;
}

.counter-bg::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--theme-color);
    border-radius: 80px 0px 0px 0px;
    right: 0;
    bottom: 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.5rem;
}

.counter-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-text {
    text-align: left;
    margin-left: 15px;
}

.counter-icon img {
    max-width: 75px;
}

.counter-text .counting-data {
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 0px;
    line-height: 50px;
}

.counter-text p {
    color: #777;
    font-size: 15px;
    line-height: 24px;
}

/***

=======================================================
            EMI Calculator Section
=======================================================

***/

.emi {

    background-image: url(../images/emi-calculator.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0px 0 0px 0;
}

.emi .container {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.emi::before {
    content: '';
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}

.loancal {
    background-color: #01a64f;
    padding: 50px 65px;
    box-shadow: 10px 10px 61px 0px rgb(0 0 0 / 9%);
}

.loancal .form-control {
    border: 1px solid #ced4da;
}

#loanForm .form-control:focus { 
    border-color: var(--theme-color);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.emi-wrapper {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 15px;
}

.emi-wrapper h1 {
    color: var(--white-color);
    font-size: 48px;
}

.emi-wrapper p {
    margin-top: 20px;
    color: var(--white-color);
    text-align: justify;
}

.emi-wrapper .btn {
    background-color: #01a64f !important;
}

.emi-wrapper .btn:hover {
    background-color: var(--theme-color) !important;
    color: var(--white-color) !important;
}

.label-text {
    color: var(--white-color);
    font-size: 23px;
}

/***

=======================================================
            Loan Section
=======================================================

***/

.loan-wrapper {

    background-color: #f7f7f9;
}

.loan-wrapper .row div[class*="col-"] {
    margin-bottom: 2rem;
}

/***

=======================================================
            Loan-Detail Section
=======================================================

***/
.loan-detail-wrapper {
    padding: 80px 0;
}

.loan-detail-title {
    margin-bottom: 24px;
}

.loan-detail-title h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #01a64f;
    margin: 0;
}

.loan-description-part {
    margin-bottom: 25px;
    color: #333333;
    text-align: justify;
}

.loan-main-points li {
    padding-left: 35px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
    color: #666666;
}

.loan-main-points li::before {
    content: "\f101";
    font-size: 18px;
    color: #01a64f;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    text-align: center;
    position: absolute;
    left: 0;
    top: -2px;
}

.loan-detail-content-wrapper {
    background-color: var(--white-color);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 30px;
}

.loan-types-detail-section h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.loan-types-detail-section ul {
    margin-top: 10px;
}

.loan-types-detail-section ul li {
    position: relative;
    cursor: pointer;
}

/*.loan-types-detail-section ul li::after {*/
/*    content: '\f061';*/
/*    font-family: 'Font Awesome 5 Pro';*/
/*    top: 6px;*/
/*    right: 15px;*/
/*    font-size: 20px;*/
/*    position: absolute;*/
/*    font-weight: 300;*/
/*}*/

.loan-types-detail-section ul li:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.loan-types-detail-section ul li a {
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    color: #505050;
}

.loan-types-detail-section ul li:hover a {
    color: var(--white-color);
}

/***

=======================================================
            Event Section
=======================================================

***/

.event-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 11;
    transition: all 500ms ease;
    background-color: var(--white-color);
    box-shadow: 0 0px 15px rgb(12 89 219 / 9%);
}

.event-item .image-wrap {
    position: relative;
    overflow: hidden;
}

.event-item .image-wrap a img {
    transition: all 0.5s ease 0s;
    transform: scale(1);
    width: 100%;
    height: 270px;
}

@media only screen and (min-width: 1400px) {
    .event-item .image-wrap a img {
        height: 315px;
    }
}

@media only screen and (max-width:1199px) {
    .event-item .image-wrap a img {
        height: 230px;
    }
}

@media only screen and (max-width:991px) {
    .event-item .image-wrap a img {
        height: auto;
    }
}


.event-item:hover .image-wrap a img {
    transform: scale(1.1);
}

.image-wrap .date {
    display: inline-block;
    padding: 12px 20px 8px;
    color: #fff;
    background: var(--theme-color);
    position: absolute;
    right: 26px;
    bottom: 24px;
    border-radius: 0 10px 0 10px;
}

.event-item .event-content {
    transition: all 500ms ease;
    position: relative;
    padding: 42px 40px 45px 35px;
    background: var(--white-color);
}

.event-content .event-content-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 14px;
}

.event-content .event-content-title a {
    color: var(--theme-color);
}

.event-item .event-content .desc {
    color: #666666;
    margin-bottom: 34px;
}

.event-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    transition: all ease .3s;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--theme-color);
    border-radius: 0px 10px 0px 10px;
    padding: 13px 22px 12px 22px;
}

.event-area .btn-theme-one {
    border-radius: 0px 10px 0px 10px;
}

@media screen and (max-width:990px) {
    .event-area .container .row div[class*="col-"] {
        margin-bottom: 2em;
    }

    .event-area .view-more-button {
        margin-top: 1em !important;
    }
}

@media screen and (max-width:767px) {
    .event-item {
        margin-bottom: 0;
    }
}

/***

=======================================================
           Loans Section
=======================================================

***/
.loans {
    background-color: #f7f7f9;
    padding: 80px 0;
}

.loan-box {
    padding: 27px;
    background-color: #01a64f;
    color: var(--white-color);
    position: relative;
    transition: all 0.5s ease-in-out;
    height: 200px;
}

.loan-box:hover {
    transform: translateY(-10px);
}

.loan-box::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--theme-color);
    bottom: 0;
    right: 0;
    border-radius: 40px 0 0 0;
}

.loan-image img {
    max-width: 80px;
}

.loan-title h3 {
    color: var(--white-color);
    font-size: 26px;
    margin-top: 15px;
    transition: all 0.3s ease-in;
    position: relative;
    display: inline-block;
}

.loan-title h3::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--white-color);
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;

}

.loan-title h3:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.loans .btn-theme-one:hover {
    background-color: var(--black-color) !important;
    color: var(--white-color) !important;
}

/***

=======================================================
            Modal Popup Section
=======================================================

***/

#simpleModal {
    z-index: 99999;
}

.modal-carousel {
    position: relative;
}

.modal-body {
    padding: 0 50px;
}

.modal-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: var(--theme-color) !important;
    color: var(--white-color) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease-in-out;
}

.modal-carousel .owl-nav button:hover {
    background-color: #01a64f !important;
    color: var(--white-color);
}

.modal-carousel .owl-nav .owl-prev {
    left: -45px;
    top: 45%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-carousel .owl-nav .owl-next {
    right: -45px;
    top: 45%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button {
    display: flex;
    justify-content: end;
}

.close-button button {
    padding: 10px 17px 10px 0;
    background-color: transparent;
    border: none;
}

.close-button button i {
    color: var(--black-color);
    font-size: 23px;
}

.modal-content {
    margin-top: 100px;
}

/***

=======================================================
            News-Notice Section
=======================================================

***/

.news-notice {
    padding: 80px 0 80px 0;
    background-color: #f7f7f7;
}

.news-box {
    border: solid 1px #e1e1e1;
    padding: 20px;
    display: inline-block;
}

.news-inner-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-point-content {
    padding-left: 10px;
}

.news-box-date {
    color: #777;
    font-size: 13px;
}

.news-point-content p a {
    color: var(--black-color);
    transition: all 0.25s ease-in-out;
}

.news-point-content p a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

.news-notice .row .news-box {
    margin-bottom: 20px;
}

.news-notice .row .news-box:last-child {
    margin-bottom: 0px;
}

.news-notice .btn-theme-one:hover {
    background-color: var(--black-color) !important;
    color: var(--white-color) !important;
}

.news-wrapper .row .news-box {
    margin-bottom: 2em;
}


.news-wrapper .row .news-box:last-child {
    margin-bottom: 0;
}

.news-contact-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 160, 99, 0.77);
}

.news-contact-content {
    position: absolute;
    left: 10%;
    top: 10%;
}

.news-contact-content h3 {
    font-size: 32px;
    line-height: 31px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 31px;
    margin-left: 1em;
}

.phone-icon {
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
}

.phone-icon i {
    text-align: center;
    color: var(--theme-color);
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
}

.news-contact-wrapper a {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 1em;
}

/***

=======================================================
            Our Partner Section
=======================================================

***/

.partner-area {
    padding: 33px 0 0 0;
}

.partner-main-home {
    padding: 60px 0;
    background-image: linear-gradient(350deg, var(--theme-color) 0%, #01a64f 100%);
}

.partner-figure .logo-img a img {
    width: 173px;
}

/***

=======================================================
            Customer Testimonial Section
=======================================================

***/

.customer-testimonials {
    padding: 80px 0;
    position: relative;
}

.testimonial .item-testimonial {
    position: relative;
    width: 100%;
    height: 180px;
}

.testimonial .item-testimonial .client-info {
    width: 120px;
    text-align: center;
    position: absolute;
}

.testimonial .item-testimonial .client-info .client-img {
    height: 100px;
    width: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
}

.testimonial .item-testimonial .client-content {
    padding: 0px 30px 0px 150px;
}

.client-content p {
    margin-bottom: 1em;
    text-align: justify;
}

.testimonial .item-testimonial .client-content h4 {
    color: var(--theme-color);
}

.testimonial .item-testimonial .client-content h5 {
    font-weight: 300;
    font-size: 16px;
}

.testimonial {
    position: relative;
}

.testimonial .owl-dots {
    position: absolute;
    left: 47%;
}

.testimonial .owl-dots .owl-dot span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.3);
    width: 28px;
    height: 8px;
}

.testimonial .owl-dots .owl-dot.active span {
    background-color: var(--theme-color);
}

.client-img img {
    transition: 0.3s all ease-in;
    transform: scale(1);
}

.testimonial .item:hover .client-img img {
    transform: scale(1.1);
}

/***

=======================================================
            Footer Section
=======================================================

***/

.footer {
    background-color: #efefe8ff;
    position: relative;
}

.footer-content {
    padding: 85px 0 70px;
}

.footer-logo {
    margin-bottom: 40px;
}


.footer-textwidget {
    margin-bottom: 34px;
}

.footer-textwidget p {
    font-size: 1em;
    color: #111111;
}

.footer-social-media ul li {
    margin: 0 1em;
}

.footer-social-media ul li:first-child {
    margin: 0 1em 0 0;
}

.footer-social-media ul li a {
    background-color: var(--white-color);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}

.footer-social-media ul li a i {
    color: var(--theme-color);
}

.footer-social-media ul li:hover a {
    transform: translateY(-15%);
}

.footer-title h3 {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.footer-title h3::after {
    position: absolute;
    content: '';
    width: 2em;
    height: 2px;
    background-color: #111111;
    bottom: 0;
    left: 0;
}

.site-map ul li {
    margin: 1.5em 0;
}

.site-map ul li a {
    color: #111111;
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.site-map ul li a span {
    background-color: #efefe8ff;
}

.site-map ul li a::before {
    position: absolute;
    content: '';
    width: 1.5em;
    height: 3px;
    opacity: 0;
    top: 5px;
    left: 0;
    z-index: -1;
    background-color: #111111;
}

.site-map ul li:hover a {
    padding-left: 1.8em;
}

.site-map ul li:hover a::before {
    opacity: 1;
}

.footer-recent-post ul li a {
    display: flex;
}

.footer-recent-post-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.footer-post-content {
    padding-left: 1em;
}

.footer-post-content .post-date {
    color: #111111;
    font-size: 12px;
}

.footer-post-content .post-title {
    margin-top: 11px;
    color: #111111;
    font-size: 15px;
}

.footer-recent-post ul li {
    margin: 1em 0;
}

.footer-recent-post ul li:hover .footer-post-content .post-date,
.footer-recent-post ul li:hover .footer-post-content .post-title {
    text-decoration: underline;
}

.footer-contact-detail ul li {
    display: flex;
    align-items: center;
}

.footer-contact-detail ul li i {
    font-size: 30px;
    color: #111111;
}

.footer-contact-detail ul li .footer-contact-desc {
    color: #111111;
    font-size: 16px;
    padding-left: 1em;
}

.footer-contact-detail ul li {
    padding: 0 0 2.5em 0;
}

.footer-app-detail .widget-content .btn-box a {
    position: relative;
    display: inline-block;
    background: var(--theme-color);
    padding: 11px 15px 11px 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

.footer-app-detail .widget-content .btn-box a span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
}
.footer-app-detail .widget-content .btn-box a img {
    position: absolute;
    left: 14px;
    top: 11px;
}
.footer-bottom {
    background-color: #00a54a;
    padding: 20px 0;
}

.copyright-section>div>p,
.designed-by a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.copyright-section>div>p>a {
    color: #d5f7e3;
}

.copyright-section>div>p>a:hover {
    text-decoration: underline;
}

@media screen and (max-width:991px) {
    .footer-content .container .row div[class*="col-"] {
        margin-bottom: 2em;
    }

    .footer-content .container .row div[class*="col-"]:last-child {
        margin-bottom: 0;
    }
}



/***

=======================================================
=======================================================
=======================================================
                    ABOUT PAGE
=======================================================
=======================================================
=======================================================


***/

.about-box {
    background-color: transparent;
}

.banner-image {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 120px 0;
}

.about-box .sub-title::before {
    left: 0;
    margin-left: 0;
}

.banner-image::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 46, 66, 0.7);
}

.banner-content {
    z-index: 1;
    position: relative;
    border-left: 4px solid var(--white-color);
    padding-left: 1.5em;
}

.banner-content h1 {
    color: var(--white-color);
    z-index: 1;
}

.banner-content .breadcrumb__links a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-right: 25px;
    display: inline-block;
    position: relative;
}

.banner-content .breadcrumb__links a:hover {
    color: #ffffff;
}

.banner-content .breadcrumb__links a:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
}

.banner-content .breadcrumb__links a:last-child:after {
    content: none;
}

.breadcrumb__links span {
    font-size: 15px;
    font-weight: 500;
    color: #efefe8ff;
    display: inline-block;
}

@media (max-width: 639px) {
    .banner-content {
        border-left: 0px solid transparent;
    }
}


/***

=======================================================
                    Theme Sidebar
=======================================================

***/

.theme-sidebar .widget-margin {
    margin-bottom: 60px;
}

.sidebar-categories.widget-margin ul {
    height: 60vh;
    overflow-y: auto;
}

.sidebar-categories ul li {
    margin-bottom: 20px;
}

.sidebar-categories ul li a {
    font-family: 'Epilogue', sans-serif;
    font-size: 18px;
    color: #151515;
    line-height: 53px;
    border: 1px solid #efefef;
    display: block;
    padding-left: 20px;
}

.sidebar-categories.solid-style ul li a {
    background: #efefe8ff;
    border: none;
    line-height: 25px;
    padding: 10px 20px;
}

.sidebar-categories ul li a:hover,
.sidebar-categories.solid-style ul li a:hover,
.sidebar-categories ul li.active a,
.sidebar-categories.solid-style ul li.active a {
    background-color: var(--theme-color);
}

.sidebar-categories ul li a:hover,
.sidebar-categories ul li.active a {
    color: #fff;
}

.content-side {
    position: relative;
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

/***

=======================================================
                    Download Event List
=======================================================

***/

.table td,
.table th {
    padding: .75rem;
}

.download-event-list table th {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border: 0;
}

.download-event-list table thead th {
    color: #585858;
    background-color: #efefef;
}

.download-event-list.min-width-space table thead th:first-child {
    width: 50%;
}

.download-event-list table {
    margin-bottom: 0;
}

.loan-main-points.download-event-list table{
    border: none;
    width: 100% !important;
}

.download-event-list table thead th,
.download-event-list table tbody>tr>td {
    border-top: none;
    border-bottom: none;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
}

.loan-main-points.download-event-list table tbody>tr>td{
    padding: .75rem;
}

.download-event-list table tbody>tr:nth-child(2n) {
    background-color: #eeeeee;
}

.table a.btnViewFile,
.btnViewFile {
    background: var(--theme-color);
    color: #ffffff;
}

.table a.btnViewFile:hover {
    background-color: rgba(var(--thm-base-rgb), 0.875);
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    /* height: 0.9rem; */
    overflow: visible;
    vertical-align: -.125em;
}



/***

=======================================================
                    Our Team Section Starts
=======================================================

***/

.our-team {
    padding: 80px 0;
    background-color: #F5F7F9;
}

.team-carousel {
    position: relative;
}

.top-image {
    position: relative;
}

.top-image img {
    max-width: 100%;
    height: auto;
}

/* .top-image .team-social-media {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    transform-origin: left center;
}

.team-item:hover .top-image .team-social-media {
    position: absolute;
    top: 60px;
    left: 25px;

}

.top-image .team-social-media li {
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.team-item:hover .top-image .team-social-media li {
    opacity: 1;
    visibility: visible;
}

.top-image .team-social-media li a {
    width: 45px;
    height: 45px;
    color: var(--theme-color);
    background-color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.top-image .team-social-media li a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
} */
.team-contact-info {
    position: absolute;
    top: 40px;
    left: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: white;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

.team-contact-info:hover {
    background-color: var(--theme-color);
}

.team-contact-info:hover li a {
    color: var(--white-color);
}

.team-contact-info li.mail:hover a {
    text-decoration: underline;
}

.team-contact-info li.phone:hover a {
    text-decoration: underline;
}


.team-item:hover .team-contact-info {
    opacity: 1;
    left: 10px;
    position: absolute;
}

.team-contact-info li {
    margin: 10px 0;
}

.team-contact-info li a {
    padding: 10px;
    color: var(--theme-color);
}

.bottom {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--white-color);
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: -15px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.team-item {
    cursor: pointer;
}

.team-item .bottom h3 {
    color: #01a64f;
    font-size: 24px;
    margin-bottom: 5px;
}

.team-item .bottom span {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 600;
}

.team-item:hover .bottom {
    transform: translateY(-15%);
    border-bottom: 2px solid var(--theme-color);
}

/* .team-carousel .owl-dots {
    position: absolute;
    left: 47%;
}

.team-carousel .owl-dots .owl-dot span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.3);
    width: 28px;
    height: 8px;
}

.team-carousel .owl-dots .owl-dot.active span {
    background-color: var(--theme-color);
}
.team-carousel.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 2em;
} */
.our-team .container .row div[class*="col-"] {
    margin-bottom: 2em;
}

@media screen and (max-width:991px) {
    .top-image img {
        width: 100%;
    }

    .our-team .container .row div[class*="col-"]:last-child {
        margin-bottom: 0;
    }
}


/***

=======================================================
            Samajik Karyaxetra ma Yogdan Starts
=======================================================

***/

.social-worker-name h3,
.contribtuion h3,
.rewards h3,
.social-phone-number a {
    display: inline-block;
}

.social-worker-name h3:hover,
.contribution h3:hover,
.rewards h3:hover,
.worker-biodata h3:hover {
    color: var(--theme-color);
    cursor: pointer;
}

.social-phone-number:hover a {
    text-decoration: underline;
    color: var(--theme-color);
}

.social-worker-post {
    color: #666666;
}

.social-phone-number a {
    color: var(--black-color);
}

.team-block {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.team-block:hover {
    transform: translateY(-20px);
}

.team-block .social-inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.social-worker-image img {
    border-radius: 50px;
}

.social-lower-content {
    bottom: 0;
    border-radius: 0 0 50px 50px;
    color: white;
    background: rgb(40, 199, 133);
    width: 100%;
    padding: 20px 0;
}

@media screen and(max-width:991px) {
    .social-worker .row div[class*="col-"] {
        margin-bottom: 2em;
    }
}

.pagination {
    margin-top: 30px;
}

.page-item {
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

.page-item a {
    background-color: transparent;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
}

@media(max-width: 767px) {
    .pagination {
        margin-top: 10px;
    }
}


/***

=======================================================
            Social Worker Detail Starts
=======================================================

***/

.social-worker-detail {
    padding: 80px 0;
}

.social-worker-box {
    border: 1px solid #ddd;
    padding: 20px;
}

.social-worker-photo img {
    max-width: 160px;
}

.social-worker-personal-detail {
    padding-bottom: 30px;
}

.worker-biodata {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.bio-data {
    color: #666666;
    margin-top: 10px;
    text-align: justify;

}

.contribution {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rewards {
    padding-top: 30px;
}




/***

=======================================================
        Investment Starts
=======================================================

***/

.investment {
    padding: 80px 0;
}

.datatable-example thead tr {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.datatable-example {
    border: 1px solid #ddd;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    color: var(--black-color);
}

.datatable-example tbody tr td {
    border: 1px solid #ddd;
}

.dataTables_paginate ul li {
    border: 1px solid #dee2e6 !important;
    margin-left: 0 !important;
}

.dataTables_paginate ul li a {
    color: #666666;
    padding: 20px 20px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--theme-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    color: var(--white-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: var(--theme-color) !important;
    color: var(--white-color) !important;
}


.dt-button {
    padding: 5px 5px;
    border: 1px solid #ced4da;
    background-color: var(--white-color);
    transition: all 0.3s ease-in;
}

.dt-button:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.dt-buttons,
.dataTables_info {
    width: 50%;
    float: left;
}

#example_filter,
.dataTables_paginate {
    float: right;
}

#example_filter label {
    display: flex;
    align-items: center;
}

#example_filter label>input {
    margin-left: 10px;

}

.dt-buttons,
#example_filter {
    margin-bottom: 15px;
}

.datatable-example.display thead tr th {
    padding: 10px 20px;
}

.datatable-example.display tbody tr td {
    padding: 10px 20px;
}

.dataTables_info,
.dataTables_paginate {
    margin-top: 15px;
}

.dataTables_paginate .pagination .paginate_button {
    padding: 10px 0;
}

.dataTables_filter .form-control:focus {
    border-color: var(--theme-color);
}

/***

=======================================================
                Advisory Committee Starts
=======================================================

***/

.advisory-committee {
    padding: 80px 0;
}

.advisory-committee .row div[class*="col-"] {
    margin-bottom: 2em;
}

.advisory-committee .row div[class*="col-"]:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.team-1 {
    background-color: #f8f8f8;
    padding: 40px;
}

.committee-tab {
    padding: 20px;
    box-shadow: 0px 0px 24px 0px rgb(0 27 54 / 5%);
}

.committee-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--theme-color);
    font-size: 18px;
    background-color: transparent;
    border-left: 2px solid var(--theme-color);
    border-radius: 0;
    font-weight: 700;
}

.committee-tab .nav-pills .nav-link {
    color: #1b212f;
    font-size: 18px;
    background-color: transparent;
    border-left: 2px solid #F8F8F8;
    border-radius: 0;
    font-weight: 500;
}

/***

=======================================================
            Notice Section Starts
=======================================================

***/

.notice-section {
    background-color: #f7f7f9;
}

.notice-single-wrap {
    box-shadow: 0 0 26px rgb(207 207 207 / 16%);
    margin-bottom: 30px;
    background: var(--white-color);
}

.notice-single-wrap .notice-thumb {
    position: relative;
    overflow: hidden;
}

.notice-single-wrap .notice-thumb img {
    transition: all 0.4s ease-in;
}

.notice-service-detail {
    padding: 30px;
}

.notice-service-detail h5 {
    color: #292929;
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 600;
}

.notice-service-detail p {
    font-size: 13px;
    margin-bottom: 10px;
}

.notice-more a {
    color: #292929;
}

.notice-more:hover a {
    color: var(--white-color);
}

.notice-more .details-button {
    background: #F2F2F2;
    display: block;
    padding: 17px 0 16px 29px;
    position: relative;
    transform: perspective(1px) translateZ(0);
}

.notice-more .details-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-color);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-duration: 0.7s;
}

.notice-more .details-button:hover::before {
    transform: scaleX(1);
}

.notice-more .details-button span {
    position: absolute;
    height: 56px;
    line-height: 60px;
    top: 0;
    right: 0;
    background: var(--theme-color);
    font-size: 24px;
    color: var(--white-color);
    width: 85px;
    text-align: center;
}

/***

=======================================================
                Notices
=======================================================

***/

.notices .card-items {
    margin-bottom: 30px;
}

.notices .card {
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.notices .event-post {
    color: #23232d;
    border: 1px solid #d0d8e2;
    box-shadow: none;
    border-radius: 6px;
    padding: 32px;
    /*display: flex!important;*/

}

.notices .card .event-time {
    margin-bottom: 16px;
}

@media (hover: hover) and (pointer: fine) {
    .notices .card.hover-post:hover {
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: box-shadow, background-color, -webkit-transform;
        transition-property: box-shadow, background-color, -webkit-transform;
        transition-property: box-shadow, transform, background-color;
        transition-property: box-shadow, transform, background-color, -webkit-transform;

        cursor: pointer;
        box-shadow: 0 6px 8px 0 rgb(54 77 114 / 8%), 0 2px 4px 0 rgb(54 77 114 / 18%);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .notices .card.hover-post:hover h2 a,
    .notices .card.hover-post:hover .text-link {
        color: var(--theme-color);
    }

    .notices .card.hover-post:hover [uk-icon=arrow-right] {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    .notices .card.hover-post:hover [uk-icon=arrow-right] svg {
        fill: var(--theme-color);
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
}

.notices .card [uk-icon=arrow-right] svg {
    fill: #445a69;
}


@media (min-width: 1230px) {
    .notices .card-body {
        padding: 32px;
    }
}

.margin-auto-top {
    margin-top: auto !important;
    display: flex;
}


.notices .card-body h2 {
    margin-bottom: 16px;
    margin-top: 0;
}

.notices .card-body h2 a {
    font-size: 1.375rem;
    line-height: 1.4;
}

.notices .card-body .event-time {
    margin-bottom: 16px;
    margin-top: 0;
    font-size: .875rem;
    line-height: 1.5;
}

.notices .card-body a.readmore-btn {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color;
    transition-property: color;
    font-weight: 600;
}


/***

=======================================================
                Team Detail Starts
=======================================================

***/

.team-detail-section {
    padding: 80px 0;
}

.team-detail-left-info {
    background: #fff;
    -webkit-box-shadow: 0 0 70px rgb(0 0 0 / 8%);
    box-shadow: 0 0 70px rgb(0 0 0 / 8%);
    padding: 40px;
}

.team-details-left-item-info-item-content h5 a {
    font-size: 18px;
    line-height: 28px;
    color: #343a40;
    font-weight: 700;
}

.team-details-left-item-info-icon i {
    color: var(--theme-color);
    font-size: 18px;

}

.team-detail-left-info ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.team-detail-left-info ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.team-detail-right {
    margin-left: 50px;
}

.team-post {
    display: block;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 1;
    margin-bottom: 6px;
}

.person-name {
    margin-bottom: 25px;
}

.person-detail {
    color: #666666;
    text-align: justify;
    margin-bottom: 20px;
}

.team-detail-right-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    padding: 35px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.team-detail-right-social ul {
    margin-left: 30px;
}

.team-detail-right-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.team-detail-right-social ul li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--white-color);
    border: 1px solid #ededed;
    color: #343a40;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-detail-right-social ul li a i:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

/***

=======================================================
                FAQ Section Starts
=======================================================

***/

.faq-box .faq-title {
    font-weight: 600;
    text-transform: uppercase;
    border-left: 4px solid var(--theme-color);
    padding-left: 0.7em;
    height: 33px;
}

.faq-box p {
    color: #666;
    margin-top: 1em;
}

.accordion-item {
    border: none;
    margin-top: 1em;
}

.accordion-button:not(.collapsed) {
    background-color: var(--theme-color);
    color: var(--white-color);
}

button.accordion-button {
    position: relative;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

button.accordion-button.collapsed {
    background-color: rgba(84, 213, 204, 0.1);
}

.accordion-body {
    text-align: justify;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    background-color: var(--white-color);
}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Pro';
    background-image: none;
    transform: none;
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    background-image: none;
    transform: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/***

=======================================================
=======================================================
=======================================================
                News Detail Page
=======================================================
=======================================================
=======================================================


***/
.inner-news {
    background-color: #F5F7F9;
}

.news-content-title {
    color: #01a64f;
    line-height: 28px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1em;
}

.news-content-full {
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
    background-color: var(--white-color);
    padding: 2em;
}

.news-content-full p {
    margin-top: 2em;
    text-align: justify;
    color: #666;
}

.share-post-title {
    margin-top: 1em;
    padding: 20px;
    background-color: #f8f8f8;
}

.recent-post {
    background: var(--white-color);
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
}

.recent-post-title .title-recent {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    margin: 0;
}

.recent-news-image img {
    width: 93px;
}

.recent-post-news li a {
    display: flex;
    align-items: center;
}

.recent-post-news li {
    margin: 1.5em 0;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1em;
}

.recent-post-news li:last-child {
    margin: 0;
}

.recent-post-news li:last-child {
    border-bottom: none;
}

.recent-news-content {
    margin-left: 1em;
}

.recent-news-content h3 {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    color: #01a64f;
    margin-bottom: 5px;
}

.recent-news-content span {
    margin-top: 5px;
    color: #666;
    font-size: 13px;
}

.recent-news-content span i {
    color: var(--theme-color);
    margin-right: 0.3em;
}

.share-option {
    margin-top: 2em;
}

.social-media-share {
    margin-top: 1em;
}

.social-media-share ul {
    display: flex;
}

.social-media-share ul li {
    margin: 0px 1em;
}

.social-media-share ul li:first-child {
    margin: 0 1em 0 0;
}

.social-media-share ul li {
    padding: 10px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-media-share ul li.facebook {
    background-color: #516eab;
}

.social-media-share ul li.twitter {
    background-color: #29c5f6;
}

.social-media-share ul li.instagram {
    background-color: #e95950;
}

.social-media-share ul li.linkedin {
    background-color: #1976d2;
}

.social-media-share ul li a i {
    color: var(--white-color);
}

.social-media-share ul li:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

@media screen and (max-width:991px) {
    .inner-news .container .row div[class*="col-"] {
        margin-bottom: 2em;
    }

    .inner-news .container .row div[class*="col-"]:last-child {
        margin-bottom: 0;
    }
}

.page-link:focus {
    box-shadow: none;
}

.page-link {
    border: none;
    padding: 0.75em 1em;
}

.page-link.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.page-link span i {
    color: var(--black-color);
}

.page-link {
    color: var(--black-color);
}

.page-link:hover {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: var(--theme-color);
}

.page-link.active:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

/***

=======================================================
=======================================================
=======================================================
                Contact Us Page
=======================================================
=======================================================
=======================================================


***/

.contact-area {
    padding: 80px 0;
    background-color: #f7f7f9;
}

.contact-box h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #01a64f;
    margin-bottom: 40px;
}

.address-icon {
    background-color: var(--theme-color);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 2em;
}

.address-icon i {
    font-size: 20px;
    color: var(--white-color);
}

.address-box {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}

.address-text span {
    font-size: 16px;
    font-weight: 600;
    color: #01a64f;
    display: block;
}

.address-text a {
    color: #666666;
}

.contact-form {
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 7%);
    padding: 35px 60px 50px 60px;
    border-radius: 5px 5px 5px 5px;
    background-color: var(--white-color);
}

.contact-form .form .form-group {
    margin-bottom: 1.5em;
}

.contact-form .form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #F8F3F3;
    padding: 20px 0px 10px 0px;
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
}

textarea {
    resize: none;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}

.submit-btn:hover {
    background-color: var(--black-color) !important;
    color: var(--white-color) !important;
}

.language-menu a,
.language-menu a:hover,
.language-menu a:focus {
    color: var(--black-color);
}

.language-menu > i, .language-menu > a, .language-menu > a:hover, .language-menu > a:focus {
    color: #ffffff;
}

#return-to-top span i {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: var(--theme-color);
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#return-to-top span {
    color: var(--white-color);
}

#return-to-top:hover {
    opacity: 0.6;
}

#return-to-top:hover span {
    color: var(--white-color) !important;
}

.contact-carousel.owl-theme .title h3 {
    display: inline-block;
}

.contact-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    margin: 0;
    top: 5px;
    right: 0;
    display: block;
}

.contact-carousel .owl-dots .owl-dot {
    background-image: none;
    width: 12px;
    height: 12px;
    margin: 5px 10px;
    border: 3px solid #d5d5d5;
    padding: 0px;
    border-radius: 0;
    background: #ffffff;
    transition: all 500ms ease;
    display: inline-block;
    margin-right: 0;
}

.contact-carousel .owl-dots .owl-dot.active {
    border-color: var(--theme-color);
}

.contact-carousel .owl-dots .owl-dot span {
    display: none;
}


/***

=======================================================
               Moving Notice Starts
=======================================================

***/

.moving-notice-area {
    padding: .75rem 0;
}

.breaking-news-scroll {
    color: white;
    overflow: hidden;
    position: relative;
}

.breaking-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breaking-label {
    background: var(--theme-color);
    color: white;
    font-weight: 800;
    padding: 0.75rem 1.25rem 0.75rem 0.75rem;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.breaking-label i {
    font-size: 0.75rem;
    margin-right: 2px;
    animation: pulse 2s infinite;
}

.breaking-label a {
    color: var(--white-color);
    text-decoration: none;
    line-height: 1;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@media only screen and (max-width: 575px) {
    .breaking-news {
        flex-direction: column;
        padding-top: 10px;
    }
}

@keyframes ovic-running-1 {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes ovic-running-2 {
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.moving-notice-area .ovic-running {
    font-size: 16px;
    line-height: 1.5;
    color: var(--default-color);
    flex: 1;
    overflow: hidden;
    --running-space: 180px;
    --running-time: 30s;
    padding: 13px 0;
}

.moving-notice-area .ovic-running .wrap {
    animation: ovic-running-1 var(--running-time) linear infinite;
}

.moving-notice-area .ovic-running .inner {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    white-space: nowrap;
    animation: inherit;
    animation-name: ovic-running-2;
}

.moving-notice-area .ovic-running .inner:hover,
.moving-notice-area .ovic-running .wrap:hover,
.moving-notice-area .ovic-running .wrap:hover .inner {
    animation-play-state: paused;
}

.moving-notice-area .ovic-running .item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.inner ul li {
    margin: 0 2rem;
}

.inner ul li a {
    position: relative;
    color: var(--black-color);
}

.inner ul li a::before {
    position: absolute;
    content: '\f0a4';
    left: -23px;
    top: -5px;
    font-family: 'Font Awesome 5 Pro';
    color: #fcb714;
}

/***

=======================================================
               Product Service Starts
=======================================================

***/

.product-service-content {
    text-align: center;
    margin-bottom: 20px;
}

.product-service-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border: 1px solid #ededed;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.product-service-content h5 a {
    font-size: 22px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: #343a40;
    font-weight: 700;
}

.product-service-icon img {
    max-width: 60px;
}

.product-service-icon::after {
    content: '';
    position: absolute;
    background: #f7f7f7;
    width: 0;
    height: 0;
    border-radius: 50%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: -1;
}

.product-service-content:hover .product-service-icon::after {
    width: 100%;
    height: 100%;
}

/***

=======================================================
              Account Section Starts
=======================================================

***/

.account {
    padding: 80px 0;
}

.account-type img {
    width: 417px;
    height: 254px;
    object-fit: cover;
}

.account-type {
    position: relative;
    margin-bottom: 130px;
}

.lower-content {
    position: relative;
}

.lower-content .lower-inner {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -20px;
    width: calc(100% - 30px);
    left: 15px;
    background: #fff;
    padding: 32px 15px 36px 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.lower-content .lower-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    top: 0px;
    transition: all 500ms ease;
    background-color: var(--theme-color);
}

.account-type:hover .lower-content .lower-inner::before {
    height: 100%;
}

.account-type:hover .lower-content .lower-inner h3 {
    position: relative;
    color: var(--white-color);
}

.lower-inner h3 {
    color: var(--black-color);
    margin-bottom: 0;
    font-size: 1.25rem;
}

.account-view-more {
    margin-top: 2em;
}

.account-view-more .btn-active:hover {
    background-color: var(--black-color) !important;
    color: var(--white-color);
}

@media (max-width: 767px) {
    .account-type img {
        width: 100%;
    }
}

.loan-carousel .owl-nav button > span {
    font-size: 30px;
    background-color: #088738;
    color: #FFF;
    padding: 5px 15px !important;
    line-height: 1;
}


/***

=======================================================
              Side Section Starts
=======================================================

***/

.side-list-content {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.side-list-content li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.7rem;
    background-color: var(--theme-color);
    border-radius: 24px 0 0 24px;
    width: 2.5em;
    transition: all 0.5s ease-in-out;
    font-size: 0.833rem;
}

.side-list-content li {
    margin: 5px 0;
}

.side-list-content li a i img {
    max-width: 20px;
}

/***

=======================================================
               Gallery Page
=======================================================

***/
.gallery-wrapper {
    padding: 80px 0;
}


/***

=======================================================
               Portfolio Advertisement
=======================================================

***/
.project {
    width: 100%;
    height: 350px;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}

.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #28c785;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .project .overlay {
        opacity: .2;
    }
}

.project .text {
    max-width: 80%;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project .text h3 {
    font-size: 20px;
}

.project .text h3 a {
    color: #fff;
}

.project .text span {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .project .text {
        opacity: 1;
    }

    .project .text span {
        color: rgba(255, 255, 255, 0.8);
    }
}

.project:hover .overlay,
.project:focus .overlay {
    opacity: .9;
}

.project:hover .text,
.project:focus .text {
    opacity: 1;
}

#portfolio-filters a {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-filters a:hover,
#portfolio-filters a.active {
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.filters a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
    text-decoration: none;
}

.filters a:hover:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: #000;
}

.filters a.active {
    color: #000;
}

.filters a.active:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: #000;
}

.portfolio-container .item {
    margin: 10px 0;
}

.portfolio-container .item .thumb {
    position: relative;
    display: block;
}

.portfolio-container .item .thumb a {
    display: block;
}

.portfolio-container .item .thumb a .img {
    display: block;
}

.portfolio-container .item .thumb .img {
    display: block;
    border: 1px solid #c9c9c9;
}

.portfolio-container .item .thumb .thumb-icon,
.certificate-wrap .item .thumb .thumb-icon {
    position: absolute;
    content: "";
}

.portfolio-container .item .thumb .thumb-icon,
.certificate-wrap .item .thumb .thumb-icon {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.portfolio-container .item .thumb .thumb-icon a,
.certificate-wrap .item .thumb .thumb-icon a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    font-size: 25px;
    border-radius: 50%;
    background: #28c785;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-container .item .thumb .thumb-icon a:hover,
.certificate-wrap .item .thumb .thumb-icon a:hover {
    background: #fff;
    color: #28c785;
    border-color: #28c785;
}

.portfolio-container .item .thumb .thumb-icon a i,
.certificate-wrap .item .thumb .thumb-icon a i {
    font-size: 15px;
}

.vid {
    height: 350px;
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    display: table;
    text-align: center;
}

#bp_loader {
    box-shadow: none;
}

.vid:before,
.vid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.2s;
}

.vid:before {
    background: linear-gradient(150deg, #000, transparent 70%);
    opacity: 0.9;
}

.video_container .video-module .btn-round i {
    background-color: #28c785;
    border-color: #28c785;
    top: -3px;
}

.video_container .item:hover .video-module .btn-round i {
    background-color: #78d7ad;
}

.video_container .video-module {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    .video-module .btn-round i {
        height: 62px;
        width: 62px;
        line-height: 62px;
    }
}

.btn-round i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(23, 22, 26, 0.95);
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.video-module.with-animation .btn-play:hover:after {
    -webkit-animation: none;
    animation: none;
}

.video_container .video-module audio {
    position: relative;
    z-index: 1;
}



/***

=======================================================
               Department Starts
=======================================================

***/

.department {
    background-color: #f7f7f9;
}

.department-inner-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.department-icon i {
    font-size: 60px;
}

.department h3 {
    position: relative;
    font-size: 22px;
    line-height: 1.3em;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.department-image {
    position: relative;
}

.department-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.85;
    background: linear-gradient(rgba(0, 107, 99, 0.77), rgba(0, 160, 99, 0.77));
    filter: alpha(opacity=0);
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
}

.department-image img {
    width: 450px;
    height: 270px;
}

.department-item-content {
    position: absolute;
    top: 67px;
    left: 62px;
    right: 40px;
}

.department-item-content-count {
    font-size: 33px;
    line-height: 1;
    display: block;
    margin-bottom: 18px;
    color: var(--white-color);
}

.department-item-content-title {
    margin-bottom: 0px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: var(--white-color);
}

.department .row div[class*="col-"] {
    margin-bottom: 2em;
}

.department .row div[class*="col-"]:nth-last-child(-n+3) {
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .department-image img {
        width: 100%;
    }
}


/***

=======================================================
               Service-Center Starts
=======================================================

***/

.service-center {
    padding: 80px 0;
    background-color: #f7f7f9;
}

.location-item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 15%);
    padding: 30px 55px;
    margin-bottom: 60px;
}

.location-item .left_text .loc,
.location-item .middle-content .loc {
    color: #01a64f;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.location-item .left_text,
.location-item .middle-content {
    margin-left: 20px;

    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.middle-content-image img {
    border-radius: 12%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 150px;
    -o-object-position: top;
    object-position: top;
}

.middle-content a,
.left_text a {
    color: #797979;
    transition: all 0.2s ease-in;
}

.middle-content a:hover,
.left_text a:hover {
    text-decoration: underline;
}

.middle-content {
    position: relative;
    border-right: 1px solid #e8e8e8;
    padding-right: 50px;
}

/* .middle-content::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 35vh;
    background-color: #e8e8e8;
    right: -60px;
    top: 10px;
} */

/***

=======================================================
               Deposit Page Starts
=======================================================

***/

.deposit .row div[class*="col-"] {
    margin-bottom: 2rem;
}

.deposit .row div[class*="col-"]:nth-last-child(-n+3) {
    margin-bottom: 0;
}

/***

=======================================================
               Account Detail Type Page Starts
=======================================================

***/

.account-detail-type {
    padding: 80px 0;
}


/***

=======================================================
               Responsive Page Starts
=======================================================

***/

@media screen and (min-width:1200px) and (max-width:1255px) {
    .logo-wrapper::after {
        right: -53px;
    }

    .logo a img {
        width: 200px;
    }
}

@media screen and (max-width:1200px) {
    .footer-social-media ul li {
        margin: 0 10px;
    }

    .footer-social-media ul li:first-child {
        margin: 0 10px 0 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .header-menu.bg-green {
        background-color: transparent;
    }

    .logo-wrapper::after {
        border-right: none;
        background-color: transparent;
    }

    .logo-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        float: none;
        width: 100%;
    }

    .header-menu .container-fluid .row .col-lg-12 {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
}

@media screen and (max-width:1024px) {
    .nav-menu {
        width: 65%;
    }

    .service-detail h3::after {
        left: 2.8em;
    }

    .faq-image img {
        max-width: 100%;
        height: auto;
    }

    .logo-wrapper::after {
        height: 0;
    }

    .header-menu.bg-green {
        background-color: transparent;
    }

    .logo-wrapper {
        float: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


@media screen and (max-width:991px) {
    .header-top {
        display: none;
    }

    .service-wrapper .row div[class*="col-"],
    .event-area .container .row div[class*="col-"],
    .faq-area .container .row div[class*="col-"] {
        margin-bottom: 2em;
    }

    .service-wrapper .row div[class*="col-"]:last-child,
    .event-area .container .row div[class*="col-"]:last-child,
    .faq-area .container .row div[class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .service-detail h3::after {
        left: 10.8em;
    }
}

@media only screen and (max-width:767px) {

    .logo {
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 10px;
        padding: 10px 0;
    }

    .logo-wrapper .logo img {
        width: 100%;
    }

    .logo-wrapper .logo span {
        margin-left: 0;
        line-height: 1;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-area-left-image-content {
        right: 0;
        bottom: 0;
        border-radius: 10px 0;
    }

    .service-detail h3::after {
        left: 6.8em;
    }

    .service-wrapper .row div[class*="col-"]:last-child,
    .event-area .container .row div[class*="col-"]:last-child,
    .faq-area .container .row div[class*="col-"]:last-child {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:480px) and (max-width:640px) {
    .services .row div[class*="col-"] {
        margin-bottom: 2em;
    }

    .services .row div[class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .service-title .section-title-one .sub-title {
        font-size: 28px;
    }

    .theme-slider .owl-dots,
    .testimonial .owl-dots {
        left: 33%;
    }

    .section-title-one h2 {
        font-size: 22px;
    }

    .about-ul h3 {
        font-size: 19px;
    }

    .service-detail h3 {
        font-size: 1.3rem;
    }

    .service-detail h3::after {
        left: 5em;
    }

    .event-content .event-content-title {
        font-size: 16px;
    }

    .event-button a {
        padding: 8px 14px 7px 13px;
    }

    .image-wrap .date {
        padding: 7px 13px 3px;
    }

    .btn-theme-one {
        padding: 10px 12px;
    }

    .testimonial .item {
        display: inline-block !important;
    }

    .partner-main-home {
        padding: 20px 0;
    }

    .partner-figure .logo-img a img {
        width: 145px;
    }

    .footer-content {
        padding: 50px 0 20px;
    }

    .about-area {
        padding: 0;
    }

    .services {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 480px) {
    .logo-wrapper,
    .logo {
        white-space: inherit;
    }
}

@media screen and (max-width:320px) and (max-width:480px) {
    .theme-slider .owl-dots {
        left: 29%;
    }

    .slide-content h2 {
        font-size: 21px;
    }

    .slide-content {
        padding: 10px 0;
    }

    .slide-content .btn-theme-one {
        margin-bottom: 10px;
    }

    .slide-content p {
        margin: 35px auto 0;
    }



    .service-title .section-title-one .sub-title {
        font-size: 24px;
    }

    .partner-main-home {
        padding: 10px 0;
    }

    .partner-figure .logo-img a img {
        width: 124px;
    }

    .copyright-section>div>p,
    .designed-by a {
        font-size: 10px;
    }

    .service-detail h3::after {
        left: 2.8em;
    }

    .footer-content {
        padding: 50px 0 10px;
    }

    .contact-form {
        padding: 35px 40px;
    }

}




.gallery-inner-box {
    position: relative;
    overflow: hidden;
}

.gallery-inner-box .gallery-image {
    position: relative;
}

.gallery-inner-box .gallery-image .gallery-overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-inner-box .gallery-image .gallery-overlay-box::before {
    position: absolute;
    content: '';
    right: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: -ms-linear-gradient(top, var(--thm-base) 0%, #128951 100%);
    background: -moz-linear-gradient(top, var(--thm-base) 0%, #128951 100%);
    background: -o-linear-gradient(top, var(--thm-base) 0%, #128951 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--thm-base)), color-stop(100, #128951));
    background: -webkit-linear-gradient(top, var(--thm-base) 0%, #128951 100%);
    background: linear-gradient(to bottom, var(--thm-base) 0%, #128951 100%);
}

.gallery-inner-box:hover .gallery-image .gallery-overlay-box::before {
    top: 0%;
}

.gallery-overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    color: var(--thm-base);
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    margin-left: -27px;
    margin-top: -27px;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    display: inline-block;
    background-color: var(--thm-text-white);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.gallery-inner-box:hover .gallery-overlay-box a {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.gallery-srinjalshil .container .row div[class*="col-"] {
    margin-bottom: 3em;
}

.my-link img {
    opacity: 0;
}

.vbox-close {
    width: 100px;
    font-size: 45px;
}
