/* latin-ext */
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato/Lato-Regular.ttf) format('woff2');
    /*font-display: swap;*/
}

@font-face {
    font-family: 'GE SS Two';
    src: url(../fonts/GE_SSarabic/GE_SS_Two_Light.otf) format('truetype');
}

html,
body {
    font-family: Lato, GE SS Two;
    overflow-x: hidden;
}

.ml-2 {
    margin-left: 0.5rem;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #e6e6e6 !important;
}

.text-end {
    text-align: end !important;
}

header .logo,
.offcanvas-header img {
    height: 90px;
}

section {
    position: relative;
}

section .row {
    margin: 0;
}

.w-70 {
    width: 70%;
}

.hide {
    display: none !important;
}

img {
    max-width: 100%;
}

.ml-auto {
    margin-left: auto;
}

.gap-y-4 {
    gap: 1.5rem 0;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
    font-weight: bold;
}

.size-24 {
    font-size: 24px;
}

.size-30 {
    font-size: 30px;
}

p {
    font-size: 16px;
    color: #606060;
    line-height: 20px;
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.flex-1 {
    flex: 1;
}

a.green-text {
    color: #439C46;
}

a.green-text:hover {
    color: #AD8128;
}

.primary-text {
    color: #AD8128;
}

.secondary-text {
    color: #006837;
}

.white-text {
    color: #fff !important;
    opacity: 1;
    line-height: 20px;
}

.green-text {
    color: #439C46;
}

.white-filter:hover {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7224%) hue-rotate(132deg) brightness(118%) contrast(100%);
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #439C46;
    text-transform: capitalize;
}

.primary-bold {
    font-weight: bold;
    font-size: 30px;
    color: #AD8128;
    text-transform: capitalize;
}

.secondary-bold {
    font-weight: bold;
    font-size: 24px;
    color: #006837;
    text-transform: capitalize;
}

.black-bold,
.black-bold span {
    font-size: 18px;
    font-weight: bold;
    color: #000 !important;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.btn {
    min-width: 150px;
}

.btn.btn-primary {
    width: fit-content;
    height: 50px;
    background: #439C46;
    border-color: #439C46;
    border-radius: 3px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none !important;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.btn.btn-primary:hover {
    background: #AD8128;
    border-color: #AD8128;
}


button.btn.btn-outline {
    width: auto;
    max-width: fit-content;
    min-width: 100px;
    height: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #439C46;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #439C46;
}

button.btn.btn-outline:hover {
    background: #AD8128;
    border: 2px solid #AD8128;
    color: #FFF;
}

button.btn.btn-outline.active {
    color: #FFFFFF;
    border: 2px solid #439C46;
    background: #439C46;
}

.btn-sm {
    min-width: unset;
    height: 40px !important;
    padding: 0.5rem 1rem;
    border-radius: 4px !important;
}

.btn-close {
    box-shadow: none !important;
}

img.filled-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.social-media {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header-sticky .social-media img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(56%) saturate(562%) hue-rotate(2deg) brightness(98%) contrast(87%);
}

/*header*/
header {
    padding: 1rem 2rem;
    position: relative;
    z-index: 100;
    width: 100%;
    z-index: 9;
}

.header-sticky {
    position: fixed;
    top: 0;
    background-color: #f8f8f8;
    z-index: 999;
    height: 135px;
    /* Set the maximum height for the sticky header */
    transition: height 0.3s ease-in-out;
    /* animation duration and easing for height change */

}

header .nav-items,
header .social-media {
    margin-left: auto;
    gap: 1rem;
    padding-right: 2rem
}

header .nav-link {
    font-size: 14px;
    /*color: #AD8128;*/
    color: #8B6E2A;
    position: relative;
    padding: 0 0.5rem;
}

header .nav-link:hover {
    color: #439C46;
}

.offcanvas .nav-link.active,
a.dropdown-item.active,
.dropdown .nav-link.show {
    color: #AD8128;
    font-weight: bold;
}

header a.dropdown-item.active,
.offcanvas a.dropdown-item.active {
    color: #439C46;
    font-weight: normal;
}

header .nav-link.active,
.offcanvas .nav-link.active {
    font-weight: bold;
}

header .nav-link.active:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #439C46;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
}

.offcanvas .nav-link.active:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 3px;
    background: #439C46;
    position: absolute;
    left: -1rem;
    top: 0;
}

header .dropdown button {
    background-color: transparent;
    border: none;
    /*color: #439C46 !important;*/
    color: #367C37 !important;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    min-width: unset;
    margin-left: 2rem;
}

button.navbar-toggler {
    font-size: 20px;
    color: #439C46;
}

header .dropdown-menu {
    top: 1.30rem !important;
}

header .dropdown button+.dropdown-menu {
    right: 0;
}

.dropdown-menu.show {
    background: #E9E8E9;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

.dropdown-menu .dropdown-item {
    color: #AD8128;
    font-size: 14px;
    padding: 0.5rem;
    border-bottom: 1px solid #AD8128;
    background-color: transparent !important;
    text-transform: capitalize;
    padding: 12px 8px;
    text-align: center;
}

.dropdown-menu li:last-child a {
    border: 0;
}

.offcanvas .nav-link:not(.active):hover,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #439C46;
    cursor: pointer;
}

.dropdown-menu.grid-3.show {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1rem;
}

.offcanvas.offcanvas-start {
    z-index: 9999;
    background: #E9E8E9;
}

.btn-close {
    filter: brightness(0) saturate(100%) invert(46%) sepia(92%) saturate(351%) hue-rotate(2deg) brightness(94%) contrast(91%);
    opacity: 1;
    box-shadow: none !important;
}

.btn-close:hover {
    filter: brightness(0) saturate(100%) invert(59%) sepia(33%) saturate(750%) hue-rotate(72deg) brightness(81%) contrast(93%);
}

.offcanvas .nav-link {
    font-size: 14px;
    color: #AD8128;
    position: relative;
}

.offcanvas ul.dropdown-menu.show {
    position: static !important;
    transform: none !important;
    border: 0;
    padding: 0 0.5rem;
}

.offcanvas ul.dropdown-menu.show .dropdown-item {
    border: none;
    text-align: start;
}

/*scrollbar*/
.offcanvas-body::-webkit-scrollbar {
    width: 5px;
    height: 10px;

}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #acabac;
    outline: 1px solid #acabac;
    border-radius: 7px;
}

.offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
}

body.home-page::-webkit-scrollbar {
    display: none;
}


/*footer*/
footer {
    background: url('../images/bg/footer-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

.back-to-top {
    position: relative;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    border: 0;
    padding: 0;
    background: #439c46;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-to-top:hover {
    background: #AD8128;
}

footer p,
footer span {
    color: #DDDDDD;
    opacity: 0.5;
    font-size: 14px;
}

footer h1 {
    font-size: 24px;
    font-weight: bold;
    color: #EDEDED;
    text-transform: capitalize;
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 0.45rem;
}

footer h2 {
    font-size: 16px;
    font-weight: bold;
    color: #EDEDED;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 5rem;
}

footer p {
    max-width: 60%;

}

footer .links a {
    width: calc(100%/2 - 0.5rem);
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    color: #DDDDDD !important;
    opacity: 0.5;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

footer .footer {
    background: #000000;
    border-top: 1px solid #DAB85B;
}

footer .footer a,
footer .footer p {
    font-size: 11px;
    color: #EDEDED !important;
    opacity: 0.5;
}

footer .footer p {
    opacity: 1;
    margin-left: 3rem;
}

footer .footer p a {
    color: #DAB85B !important;
    font-weight: bold;
    text-decoration: none;
    opacity: 1;
}

footer a:hover {
    color: #AD8128 !important;
    cursor: pointer;
}

.app-image {
    width: 150px;
    max-width: 100%;
}

/*homepage*/
.home-page header {
    position: fixed;
    z-index: 9;
    width: 100%;
}

.home-page header .nav-link {
    color: #FFF;
}



.home-slider button.slick-arrow {
    width: 63px;
    height: 63px;
    background: #1A1A1A 0% 0% no-repeat padding-box;
    margin: 0 1.5rem;
    border: 0;
    color: #439C46;
    opacity: 1;
    font-size: 29px;
    margin-top: 2rem;
}

.home-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.home-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.home-slider-item {
    height: 100vh;
    position: relative;
}

.home-slider .filled-bg {
    object-fit: unset;
    object-position: center;
}

.slider1 p {
    font-size: 18px;
    color: #FFF;
}

.slider-box {
    max-width: 450px;
    background: #ad8128db;
    padding: 2rem;
}

.slider2 h2 {
    color: #FFF;
    margin: 1rem 0 2rem;
}

.slider2 h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.slider2 p {
    color: #FFF;
}

.cards-container {
    position: relative;
    display: flex;
    gap: 1.5rem;
    padding: 2rem 1rem;
    justify-content: center;
}

.card.outline {
    width: 150px;
    height: 123px;
    border: 2px solid #ECD170;
    border-radius: 3px;
    background: transparent;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    padding: 0.75rem 0.5rem;
}

.card.outline h3 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
}

.card.outline p {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.slider2-section h3 {
    font-weight: bold;
    font-size: 40px;
    color: #439C46;
    text-transform: capitalize;
}

.slider2-section p {
    margin: 1rem auto;
    color: #FFF;
    max-width: 50%;
    text-align: center;
}

.slider2-section a {
    font-size: 16px;
    color: #439C46;
}

.slick-dots {
    display: flex;
    gap: 1rem;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.home-page .slick-dots button {
    width: 79px;
    height: 7px;
    border: 1px solid #AD8128;
    font-size: 0;
    background: transparent;
}


body:not(.home-page) ul.slick-dots button {
    border: 0;
    background: transparent;
    font-size: 0;
    border: 1px solid #AD8128;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 0;
    outline: 0;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background: #AD8128 !important;
}


.slider3-item:nth-child(1) {
    position: relative;
}


/*--*/
.title-section {
    position: relative;
    height: 389px;
    display: flex;
    align-items: center;
}

.title-section h1 {
    font-size: 30px;
    font-weight: bold;
    color: #439C46;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.title-section p {
    width: 60%;
    font-size: 16px;
    color: #FFFFFF;
}

.leaders .icon {
    width: 112px;
    height: 112px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #439C46;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.leaders .icon img {
    border-radius: 50%;
    border: 1px solid #439C46;
    width: 100%;
    height: 100%;
    object-fit: none;
}

.leaders h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    max-width: 80%;
    margin: auto;
}

/*---*/
h1.page-title {
    font-size: 30px;
    font-weight: bold;
    color: #439C46;
    text-transform: capitalize;
}

.item1 {
    grid-area: i1;
    max-height: 500px;
}

.item2 {
    grid-area: i2;
    max-height: 242px;
}

.item3 {
    grid-area: i3;
    max-height: 242px;
}

.grid-container {
    display: grid;
    grid-template-areas:
        'i1 i2'
        'i1 i3';
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
    padding: 0 1rem;
}

.grid-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.layer {
    position: relative;
}

.layer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../images/bg/layer.svg');
}

span.on-hover-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: url('../images/bg/layer.svg');
    color: #fff;
}

.layer:not(:hover) span.on-hover-text {
    display: none;
}


.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.75rem;
}

.grid-4 .primary-text {
    font-size: 13px;
}

.card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    border: 0;
    padding: 1rem;
    z-index: 0;
}

.primary-card {
    background: #439C46 !important;
    height: calc(100% + 20px);
}

.primary-card .primary-bold,
.primary-card span {
    color: #FFF;
}


/*branch details*/
.location-details {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #00000033;
    border-radius: 5px;
    height: 100%;
}

.location-details .card-title,
.accordion-button {
    padding: 1rem;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.76px;
    color: #006837 !important;
    border-bottom: 1px solid #DEE2E6 !important;
    margin: 0;
}

.card-header .card-title {
    border-bottom: 0 !important;
}

.location-details .card-body {
    padding: 1rem 1.25rem;
    font-size: 16px;
    color: #606060;
}

.location-details .card-body .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.location-details .d-flex {
    align-items: self-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.location-details img {
    height: 20px;
    min-width: 20px;
    width: 20px;
}

.location-details .dropdown button {
    width: 100%;
    text-align: start;
    background: transparent;
    border: 0;
}

.location-details ul.dropdown-menu.show {
    margin: 0 1rem !important;
    background: #fff;
}

.location-details ul.dropdown-menu.show:lang(ar) {
    margin: 0 !important;
}

.location-details ul.dropdown-menu.show a {
    padding: 0.5rem;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.76px;
    color: #006837 !important;
}

.top-layer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background: url('../images/bg/black-layer.svg');
    opacity: 0.95;
}

.title-section .top-layer:after {
    background: url('../images/bg/green-layer.svg');
}

/*tabs*/
.nav-tabs .nav-link {
    min-width: 193px;
    min-height: 45px;
    height: 100%;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-size: 16px;
    color: #606060;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    background: #AD8128;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #439C46;
    color: #fff;
}

.tab-pane .nav-tabs .nav-link {
    min-width: 145px;
}

.tab-content.w-70 {
    width: 70%;
    margin: auto;
    position: relative;
}

.overflow-x-auto {
    overflow-x: auto;
    position: relative;
}

.nav-tabs.overflow-x-auto {
    padding: 0.1rem 0 !important;
}

.overflow-x-auto::-webkit-scrollbar {
    display: none;
}

/*form*/
img.form-bg {
    position: absolute;
    margin: auto;
    top: 3rem;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: -1;
}

.form-group:not(:last-child) {
    margin-bottom: 1.5rem;
}

.form-group>label {
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.form-group input[type="text"] {
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid #808080;
    padding: 0.5rem 0;
    outline: 0;
    background: transparent;
}

.form-group input[type="text"]::placeholder {
    color: #000000;
    font-weight: bold;
}

.placeholder2 {
    position: relative;
}

.placeholder2:not(.focused):before {
    content: '(per package)';
    position: absolute;
    left: 4.5rem;
    top: 1rem;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

.form-check {
    padding-left: 0;
}

.radio-btn[type="radio"]:checked,
.radio-btn[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-btn[type="radio"]:checked+label,
.radio-btn[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.3px;
    color: #212529;
}

.radio-btn[type="radio"]:checked+label:before,
.radio-btn[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #ADB5BD;
    border-radius: 100%;
    background: transparent;
}

.radio-btn[type="radio"]:checked+label:before {
    border: 1px solid #dd8500;
}

.radio-btn[type="radio"]:checked+label:after,
.radio-btn[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #dd8500;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-btn[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type=checkbox] {
    margin: 0.25rem -1.2rem 0 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 2px;
    border-color: #FFF;
    box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('../images/icons/primary-tick.svg');
}

label.form-check-label {
    margin-left: 1.3rem;
    font-size: 14px;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: max-content;
    line-height: 22px;
}

.upload-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 39px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEE2E6;
    border-radius: 3px;
    padding: 0.1em 0.1rem 0.1rem 1rem;
}

.upload-file .upload-file-button {
    height: 100%;
    border-radius: 3px;
    background: #AD8128;
    color: #FFFFFF;
    padding: 0px 5px;
    border: 0;
    font-size: 14px;
    letter-spacing: -0.42px;
}

.upload-file .upload-file-name {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.08px;
    color: #212529;
}

.upload-file input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

#player::-webkit-media-controls-panel {
    background: white;
}

.recorder {
    display: flex;
    align-items: center;
    height: 39px;
    border: 1px solid #DEE2E6;
    border-radius: 3px;
    padding: 0 0.1rem 0 0;
}

.recorder audio {
    height: 35px;
    margin-top: 1px;
}

.recorder button {
    width: 55px;
    height: 34px;
    border-radius: 3px;
    background: #AD8128;
    color: #FFFFFF;
    border: 0;
    font-size: 17px;
}

.recorder button:hover,
.upload-file-button:hover {
    background: rgba(173, 129, 40, .9);
}

.textarea {
    display: block;
    min-height: 243px;
    max-height: 300px;
    overflow: auto;
    padding: 1rem;
    font-size: 16px;
    color: #000000;
    border: 1px solid #808080;
    border-radius: 5px;
    outline: 0;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #808080;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.25rem 0;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

span.select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #555555;
    opacity: 0.5;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #439C46;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #808080;
}


/*--*/
.statistics {
    justify-content: center;
    gap: 7rem;
}

.d-flex.statistics>div {
    width: 180px;
}

.icon {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics p {
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}


.sectors .text-center {

    min-width: 135px;
    max-width: 210px;
    border: 2px solid #ECD170;
    border-radius: 10px;
}

.sectors .d-flex {
    width: 60%;
}


.circular-links {
    width: 110px !IMPORTANT;
    height: 110px !IMPORTANT;
    border-radius: 50%;
    background: #FFF;
    text-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
    border: 2px solid #439C46;
    padding: 0.5rem;
    color: #439C46;
    font-weight: 600;
    cursor: pointer;
}

.circular-links.primary {
    background-color: #439C46;
    color: #FFF;
}

.circular-links:hover {
    background-color: #AD8128;
    border-color: #AD8128;
    color: #FFF;
}

.card.border-left {
    height: fit-content;
    min-height: 95px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    border-left: 3px solid #AD8128;
    height: 100%;
    justify-content: center;
    overflow: hidden;
}

.card.border-left .icon1 {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.card.border-left .bold-primary {
    text-transform: capitalize !important;
}

.table {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    overflow: hidden;
}

.primary-table thead {
    background: #AD8128;
    color: #FFF;
    font-size: 16px;
}

.secondary-table thead {
    background: #439C46;
    color: #FFF;
    font-size: 16px;
}

.table td {
    background-color: #FFF;
    font-size: 14px;
    color: #000;
}

td:hover {
    /*    background-color: #AD8128;*/
    font-weight: bold;
}

.filters {
    position: relative;
    display: flex;
    gap: 1rem;
    margin: auto;
    width: fit-content;
    max-width: 100%;
}

.filter-form {
    display: flex;
    gap: 0;
}

.filter-form .form-group {
    flex: 1;
}

.filter-form .form-group:not(:last-child) {
    max-width: 20%;
}

.filter-form label {
    font-size: 12px;
    letter-spacing: 0px;
    color: #AD8128;
}

.filter-form input[type="text"] {
    border: 1px solid #DDDADA !important;
    border-radius: 4px !important;
    font: normal normal normal 13px/16px Lato !important;
    letter-spacing: 0px;
    padding: 0.5rem !important;
    height: 35px;
}

.filter-form input[type="text"]::placeholder {
    color: #3E3E3C;
    opacity: 0.5;
    font-size: 13px;
}

.filter-form .select2-container {
    width: 100% !important;
}

.filter-form .select2-container--default .select2-selection--single {
    border: 1px solid #ededed;
    border-radius: 5px;
    height: 35px;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
}

.filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.filter-form span.select2-selection__arrow:before {
    font-size: 13px;
}

.filter-form i.far.fa-calendar {
    color: #555555;
    opacity: 0.5;
}


.date-picker .input-group-text {
    background: transparent !important;
    border: 0 !important;
    position: absolute;
    right: 0.5rem;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tt_name_sm {
    color: #FFF;
    font-family: 'Lato';
    font-weight: 500;
}

.datepicker td,
.datepicker th {
    padding: 0.5rem;
}

.datepicker th.dow {
    font-size: 13px;
    color: #006837;
    font-weight: 600;
}

.datepicker td.day,
.datepicker th.datepicker-switch {
    font-size: 14px !important;
    font-weight: 500;
}

.datepicker table tr .active.day {
    background: transparent !important;
    color: #439C46 !important;
    border: 2px solid #439C46 !important;
}

.datepicker table tr .active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background: #439C46 !important;
    color: #FFF !important;
    border-radius: 0;
}

.form-control {
    box-shadow: none !important;
}

.filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    font-weight: 500;
}

.chart-section {
    gap: 2rem;
}

g.highcharts-label.highcharts-series-label,
text.highcharts-title,
text.highcharts-credits,
g.highcharts-exporting-group,
.highcharts-br+tspan,
path.highcharts-label-box.highcharts-tooltip-box.highcharts-shadow,
text.highcharts-credits,
text.highcharts-title {
    display: none;
}

path.highcharts-grid-line,
.highcharts-xaxis {
    stroke-dasharray: 5;
    stroke: #DDDDDD;
}

path.highcharts-crosshair.highcharts-crosshair-category {
    stroke: none;
}

.highcharts-label-box.highcharts-tooltip-box {
    fill: #2E303F;
    opacity: 0.8;
    stroke: none;
}

.highcharts-tooltip text,
.highcharts-tooltip text tspan {
    fill: #FFF !important;
    color: #FFF !important;
}

.chart-section .small-text {
    font-size: 11px;
    color: #006837;
    font-weight: 600;
}

.chart-section .primary-text {
    font-size: 18px;
}

.chart-section .label {
    font: normal normal bold 14px/22px Lato;
    color: #006837;
    margin-bottom: 0.5rem;
}

.primary-container {
    background: #AD8128;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-bottom: -1.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0 0 3px 3px;
}

.chart-section .border-left {
    min-width: 200px;
}

.chart-section .btn-primary {
    width: 100%;
    height: 45px;
    border-radius: 10px;
}

.slider-2-items .primary-bg,
.slider-2-items .light-bg,
.slider-2-items .bg-white {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.slider-2-items .primary-bg {
    background: #439C46;
}

.slider-2-items.slick-slider .slick-list {
    border-radius: 8px;
    text-align: center;
}

.slider-2-items .slick-arrow {
    position: absolute;
    left: 0;
    background: transparent;
    border: 0;
    padding: 0;
    width: 50px;
    text-align: start;
    z-index: 1;
    right: 2.5rem;
    margin: auto;
    top: 100%;
    transform: none;
}

.slider-2-items .slick-arrow.slick-next {
    left: 2.5rem;
    right: 0;
    text-align: end;
}

[role="progressbar"] {
    --percentage: var(--value);
    --primary: #FFF;
    --secondary: #A1CEA3;
    --size: 200px;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.bg-white [role="progressbar"] {
    --primary: #AD8128;
    --secondary: #D6C195;
}

[role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 55%, #000 0);
    -webkit-mask-mode: alpha;
}

[role="progressbar"] span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.bg-white [role="progressbar"] span {
    color: #AD8128;
}

.animated {
    animation: progress 5s 0.5s forwards;
}

@keyframes progress {
    0% {
        --percentage: 0;
    }

    100% {
        --percentage: var(--value);
    }
}

@property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.investor-pages {
    gap: 2rem 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.investor-pages .card {
    width: 271px;
    height: 229px;
    padding: 2rem;
    justify-content: center;
    text-decoration: none;
}

.investor-pages .card:hover {
    background-color: #AD8128 !important;
}

.investor-pages .card:Hover * {
    color: #FFF !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7224%) hue-rotate(132deg) brightness(118%) contrast(100%);

}

.investor-pages h3 {
    font-size: 24px;
    color: #AD8128;
    font-weight: bold;
    margin-top: 2rem;
}

.light-borders .form-group input[type="text"] {
    border-bottom: 2px solid #E9E9F0;
}

.light-borders .textarea {
    border: 2px solid #E9E9F0;
}

.col-content {
    border: 4px solid gray;
    border-radius: 20px;
    margin-top: 3rem;
    margin-bottom: 4.25rem;
    padding: 1.25rem !important;
}


/*---*/
#map.map2,
#map.map2 svg {
    max-width: calc(100% + 3rem);
    margin-left: -2.7rem;
}

div#map #map_holder #map_inner div a[href="https://simplemaps.com"] {
    position: fixed;
    z-index: -1;
    left: -999999999999999px;
}

path.sm_state {
    cursor: none;
    pointer-events: none;
}

/*---*/
.details1 label {
    font-size: 17px;
    margin-bottom: 0.5rem;
}

.details1 span {
    font-size: 17px;
    color: #006837;
}

.btn-close:hover {
    filter: brightness(0) saturate(100%) invert(57%) sepia(11%) saturate(2580%) hue-rotate(2deg) brightness(89%) contrast(89%);
}

/*---*/
.progress {
    height: 9px;
    margin-bottom: 0.5rem;
}

.progress-bar {
    width: 0;
    border-radius: 10px;
    height: 9px;
    width: 0;
}

.progress-bar .title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
}

.progress-bar {
    background-color: #439C46;
}


.card-header {
    background: #FFF;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-footer {
    background: #FFF;
    padding: 1rem;
}

.financial-statment .grid-4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.border-card {
    width: 241px;
    height: 222px;
    background-image: url('../images/bg/Group\ 7000.png');
    padding: 2rem;
    overflow: hidden;
    border-radius: 19px;
    background-size: 100% 100%;
    text-align: center;
}

.card-content {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    opacity: 0.9;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}



.products a {
    position: relative;
    width: 342px;
    height: 448px;
}

.products a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products a:not(:hover) span.on-hover-text {
    display: none;
}

.products .on-hover-text {
    background: #ffffffd4;
    margin: 1.5rem;
}

.products h2 {
    font-size: 24px;
    font-weight: bold;
    color: #AD8128;
    margin: 0;
}

.products h3 {
    color: #292829;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.products .on-hover-text>span {
    font-size: 20px;
    color: #439C46;
    font-weight: bold;
}

.product-details {
    width: 190px;
    position: relative;
    padding: 0.75rem 0.75rem 1.25rem;
    text-align: center;
}

.product-details img {
    object-fit: fill;
}

.black-box {
    background: #292829;
    font: italic normal normal 15px/18px Lato;
    color: #FFFFFF;
    text-transform: capitalize;
}

.product-details table {
    border: 1px solid #292829;
}

.product-details table td {
    padding: .5rem .5rem;
    font: normal normal bold 8px/10px Lato;
    letter-spacing: 0px;
    color: #292829;
    text-transform: capitalize;
}

.product-details table td:first-child {
    width: 63px;
    height: 30px;
    background: #292829;
    font: normal normal bold 8px/10px Lato;
    color: #FFFFFF;
    text-transform: capitalize;
}

.product-details table tr:not(:last-child) td {
    border-bottom: 1px solid #292829;
}

.product-details table tr:not(:last-child) td:first-child {
    border-bottom: 1px solid #FFF;
}

.product-details2 .text-center {
    width: fit-content;
}


.CEO-section .image {
    z-index: -1;
    position: relative;
    margin-left: 2rem;
    margin-right: 1rem;
    padding-top: 1rem;
}

.CEO-section img {
    width: 50%;
    box-shadow: 0px 3px 6px #00000029;
    max-height: calc(100vh - 250px);
}

.CEO-section .image:before {
    content: '';
    width: 30px;
    height: calc(100% - 5.75rem);
    top: 50%;
    transform: translateY(-50%);
    background: #00421E;
    opacity: 0.8;
    display: block;
    position: absolute;
    left: -1rem;
    margin-top: -0.75rem;
}

.content1 {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.CEO-section h1 {
    padding-top: 4rem;
    margin-left: auto;
    width: fit-content;
    color: #006837;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 900;
    margin-right: 1rem;
}

.CEO-section h1:after {
    background: #AD8128 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #00000029;
    content: '';
    width: 100%;
    display: block;
    height: 7px;
    margin-top: 4px;
}

.text {
    font-size: 19px;
    color: #FFF;
    background: #00421E 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #00000029;
    opacity: 0.8;
    width: 58%;
    padding: 2rem;
    margin: 1rem 1rem 0 auto;
}

.text p {
    color: #FFF;
    line-height: 25px;
    margin: 0;
}

.item4 {
    grid-area: i4;
    /*max-height: 443px;*/
}

.item5 {
    grid-area: i5;
}

.item6 {
    grid-area: i6;
}

.item7 {
    grid-area: i7;
}

.about-us-grid {
    display: grid;
    grid-template-areas: 'i4 i4 i5 i5'
        'i4 i4 i6 i7';
    grid-gap: 0.5rem;
    background: #2D6246;
    padding: 0.5rem;
}

.about-us-grid .item4,
.about-us-grid .item5,
.about-us-grid .item6,
.about-us-grid .item7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
}

.about-us-grid video {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: fill;
}

/*----*/
.video-container {
    width: 479px;
    max-width: 100%;
    height: 320px;
    position: relative;
}

.video-container video {
    width: 479px;
    max-width: 100%;
    height: 320px;
    object-fit: cover;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

img.video-bg {
    width: 510px;
    max-width: calc(100% - 1rem);
    height: 342px;
    object-fit: cover;
    position: absolute;
    left: 5rem;
    bottom: -3rem;
    z-index: -1;
}

.vision-section {
    padding: 3.5rem;
    position: relative;
}

h3.title2 {
    background: #333333 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #00000029;
    padding: 0.75rem;
    width: fit-content;
    font: normal normal 900 37px/27px Lato;
    letter-spacing: 4.85px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: auto;
    margin-bottom: -2.5rem;
    z-index: 1;
    position: relative;
}

h2.title1 {
    font: normal normal medium 29px/20px Lato;
    letter-spacing: 3.8px;
    color: #333333;
    text-transform: uppercase;
    border: 3px solid #333;
    width: fit-content;
    margin: 2rem 0 0 auto;
    padding: 0.25rem;
}


img.dots1 {
    position: absolute;
    transform: rotate(180deg);
    top: 2rem;
    left: 0.9rem;
}

img.dots2 {
    position: absolute;
    transform: scaleY(-1);
    top: 2rem;
    right: 0.9rem;
}

img.dots3 {
    position: absolute;
    transform: scaleX(-1);
    bottom: 2rem;
    left: 0.9rem;
}

img.dots4 {
    position: absolute;
    bottom: 2rem;
    right: 0.9rem;
}

.vision-section .tab-content p {
    background: #fff;
    padding: 1rem;
    border: 1px solid #707070;
    border-radius: 3px;
}

.financial-section .flex-item {
    position: relative;
    width: 342px;
    height: 315px;
}

.financial-section .flex-item:first-child .content-box {
    position: absolute;
    z-index: 0;
    background: #ffffffed;
    display: block;
    top: 0;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.financial-section .flex-item .content-box {
    position: absolute;
    z-index: 0;
    background: #ffffffed;
    display: block;
    bottom: 0;
    width: calc(100% - 2rem);
    margin: 0 1rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.financial-section h3 {
    font-size: 20px;
    font-weight: bold;
    color: #439C46;
    text-transform: capitalize;
}

.financial-section .date {
    font-size: 16px;
    font-weight: bold;
    color: #AA7F27;
    text-transform: uppercase;
}

.financial-section p {
    margin: 0;
    color: #191919;
}

.banner .position-relative>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner .btn {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 2rem;
    margin: auto;
}

ul.list-group {
    padding: 0;
}

.list-group li.list-group-item {
    border: 0;
    padding: 0;
}

.list-group.last-level-ul {
    padding: 0 0 0 2rem;
    margin-bottom: 1rem;
}

.list-group.last-level-ul li {
    border: 0;
    display: list-item !important;
    padding: 0.25rem 0;
    list-style: disc;
}

.col-md-8 .d-inline p {
    margin-bottom: 0.75rem !important;
}

@media screen and (min-width: 1920px) {
    .about-us-grid {
        grid-gap: 1rem;
        padding: 1rem;
    }

    section.vision-section .row {
        min-height: 550px;
        align-items: end;
    }
}

@media screen and (min-width: 1024px) {

    .offcanvas,
    button.navbar-toggler {
        display: none;
    }


}

@media screen and (max-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: unset;
        width: 100% !important;
        padding: 0 1rem;
    }

    header .logo {
        height: 70px;
    }

    header .nav-items,
    header .social-media {
        gap: 0.75rem !important;
        padding-right: 0
    }

    header .nav-items {
        gap: 0 !important;
    }


    header .dropdown button {
        margin-left: 1rem;
        font-size: 14px;
    }

    footer .container {
        max-width: unset !important;
    }

    footer p {
        max-width: unset;
    }

    footer .links a {
        width: calc(50% - 0.5rem);
    }

    .location-details .card-body .grid-2 {
        grid-template-columns: 1fr;
    }

    .border-card {
        /*width: 100%;*/
    }

    .vision-section .row,
    .vision-section .row .flex-column {
        flex-direction: column-reverse !important;
    }

    .banner .btn {
        bottom: 1rem;
    }


    .home-slider button.slick-arrow {
        display: none !important;
    }

    .size-30 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    header {
        padding: 1rem;
    }

    .header-sticky {
        height: 100px;
    }

    body:not(.home-page) .wrapper-all {
        margin-top: 100px !important;
    }

    header .nav-link {
        display: none;
    }

    header .flex-1 {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    header .nav-items,
    header .social-media,
    header .dropdown button {
        margin: 0 !important;
    }

    header .dropdown button {
        margin-left: 1rem !important;
    }

    iframe {
        width: 100%;
    }


    .sectors .d-flex {
        width: 100%;
    }

    .grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .chart-section .flex-column {
        flex-direction: row !important;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .chart-section .flex-column>* {
        margin-top: 0 !important;
    }

    .primary-container {
        flex-wrap: wrap;
    }

    .filter-form {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .filter-form .form-group {
        min-width: 25% !important;
        max-width: unset !important;
        flex: unset;
    }

    .chart-section {
        flex-wrap: wrap;
    }

    .chart-section>div {
        flex: 1;
    }

    .investor-pages {
        gap: 1rem;
    }

    .investor-pages .card {
        width: 233px;
        height: 210px;
    }

    .border-card {
        width: 30%;
        padding: 1rem;
        height: 200px;
    }

    .CEO-section h1 {
        padding-top: 9rem;
        margin-left: 3rem;
    }

    .CEO-section .text {
        width: calc(100% - 2rem);
        padding: 1rem;
    }
}

@media screen and (min-width: 992px) {
    footer .magazine-col.text-center {
        text-align: start !important;
    }

    footer .magazine-col {
        position: relative;
    }

    footer .magazine-col:after {
        content: '';
        position: absolute !important;
        right: 9px;
        display: block;
        height: calc(100% - 4rem);
        width: 1px;
        background: #fff;
        bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    footer .row .text-center {
        text-align: start !important;
    }
}

@media screen and (max-width: 768px) {
    .col-md-6.p--md-0 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .CEO-section h1 {
        font-size: 25px;
    }

    .CEO-section .image {
        margin-right: 1rem;
    }

    .content1 {
        position: static;
    }

    .CEO-section h1 {
        padding-top: 1rem;
        margin-right: 1rem;
    }

    .CEO-section .image:before {
        width: 20px;
        left: -0.5rem;
        height: calc(100% - 3rem);
        margin: 0;
    }

    p,
    h4,
    .statistics p,
    .banner-section p,
    .banner-section2 p,
    .radio-btn[type="radio"]:checked+label,
    .radio-btn[type="radio"]:not(:checked)+label,
    .form-group input[type="text"],
    .form-group>label,
    .upload-file .upload-file-name,
    .location-details .card-body,
    .nav-tabs .nav-link,
    .CEO-section .text p {
        font-size: 14px !important;
    }

    .w-50,
    .w-70,
    .w-75 {
        width: 100% !important;
    }

    .financial-section,
    .p--sm-3 {
        padding: 1rem !important;
    }

    .title-section {
        height: 300px;
    }

    .btn,
    .btn.btn-primary {
        min-width: 100px;
        font-size: 13px;
    }

    .sm-hide {
        display: none;
    }

    footer h2 {
        margin-top: 1rem;
    }

    footer .footer .container {
        justify-content: center !important;
        margin-top: 1rem;
    }

    footer .footer p {
        order: 1;
        width: 100%;
        margin: 0;
    }

    footer .text-end,
    footer .row .text-center {
        text-align: start !important;
    }

    .leaders h3 {
        font-size: 14px;
        line-height: normal;
    }

    h1.page-title,
    .title-section h1,
    .size-24 {
        font-size: 20px;
    }

    .slider2-section h3,
    h2,
    h3,
    .size-18,
    h2.size-20 {
        font-size: 15px;
    }

    h3.title2,
    h2.title1 {
        font-size: 15px;
        letter-spacing: 1px;
    }

    p,
    .title-section p {
        font-size: 14px;
        max-width: unset !important;
        width: 100% !important;
    }

    .location-details {
        margin-top: 1rem;
        height: calc(100% - 1rem);
    }

    .location-details .card-body .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .slider-3-items.w-50 {
        width: 100% !important;
    }

    .statistics {
        gap: 1rem;
    }

    .financial-statment .grid-4 {
        gap: 1rem !important;
    }

    .border-card {
        height: 165px;
    }

    .about-us-grid {
        grid-template-areas: 'i4 i4'
            'i5 i5'
            'i6 i7';
    }

    .text {
        font-size: 13px;
        padding: 1rem;
    }

    .vision-section {
        padding: 2.5rem 2rem;
    }

    .dots1,
    .dots2,
    .dots3,
    .dots4 {
        width: 50px;
    }

    section.vision-section .p-4.position-relative {
        padding: 0 !important;
    }

    .home-slider .filled-bg {
        object-fit: cover;
    }

    .home-page .slick-dots button {
        width: 49px;
    }

    .home-slider .slider2>.d-flex {
        flex-direction: column-reverse !important;
        gap: 0 !important;
        padding-top: 3.5rem;
    }

    .home-slider .slider-box {
        max-width: unset;
        margin: 0 0.5rem;
        padding: 1rem;
    }

    .home-slider .slider2 h1 {
        font-size: 25px;
        margin: 0;
    }

    .home-slider .slider1 p {
        text-align: center;
    }

    .slider-2-items .primary-bg,
    .slider-2-items .light-bg,
    .slider-2-items .bg-white {
        min-height: unset;
    }
}

@media screen and (max-width: 576px) {
    .magazine-col h1 {
        margin-left: 0 !important;
        margin-top: 1.5rem;
    }

    .border-card {
        width: calc(50% - 1.5rem);
    }
}

@media screen and (max-width: 480px) {
    header .logo {
        height: 50px;
    }

    .header-sticky {
        height: 80px;
    }

    body:not(.home-page) .wrapper-all {
        margin-top: 80px !important;
    }

    .grid-container {
        grid-template-areas: 'i1'
            'i2'
            'i3';
        grid-template-columns: 100%;
    }

    .leaders .icon {
        width: 100px;
        height: 100px;
    }

    .location-details .card-body .grid-2 {
        grid-template-columns: 1fr;

    }

    .nav-tabs.nav-2-items .nav-link {
        min-width: unset;
        width: 130px;
        font-size: 14px;
        padding: 0;
    }

    .filter-form .form-group {
        min-width: 100% !important;
    }

    .grid-4 {
        grid-template-columns: 1fr;
    }

    .slider-2-items .p-5 {
        padding: 1rem !important;
    }

    #map.map2,
    #map.map2 svg {
        max-width: calc(100% + 3rem);
        margin-left: -1.5rem;
    }

    .border-card {
        width: calc(50% - 1.5rem);
        height: 150px;
    }


    .products .on-hover-text {
        margin: 0;
    }



    .CEO-section .image {
        position: relative;
    }

    .CEO-section .image:before {
        width: 15px;
    }
}

@media screen and (max-width: 370px) {
    .nav-tabs.nav-2-items .nav-link {
        width: 107px;
        height: 100%;
        padding: 1rem;
    }

    .border-card {
        width: 60%;
    }

    .products a {
        width: 100%;
        height: 380px;
    }
}