@charset "UTF-8";
/*
    Author: Fidsor
    Table of Content: 
    1. Abstract
    2. Bootstrap CSS
    3. Base
    4. Layout
    5. Component
    7. Pages
*/
/*@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=IBM+Plex+Sans+Arabic:ital,wght@0,100..700;1,100..700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');*/
/*@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");*/

.latest-news-card {
  min-height: 400px;
  overflow: hidden;
}

.latest-news-image-wrapper {
  padding: 16px 16px 0px 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.latest-news-image {
   width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 11px;
  background-color: #f3f4f6;
}

.latest-news-image img {
  width: auto; /* Allow the width to adjust based on the aspect ratio */
  max-height: 100%; /* Ensure the image fits within the container's height */
}

:root {
  --gradient: linear-gradient(
    to right,
    rgb(255, 64, 62) 0%,
    rgb(255, 129, 27) 100%
  );
  --gradient-sec: linear-gradient(
    to right,
    rgb(57, 26, 166) 0%,
    rgb(6, 163, 245) 100%
  );
  --primary: #1b8354;
  --secondary: #071822;
  --primary-hover: #54c08a;
  --primary-dark: #074d31;
  --font-family-base: "IBM Plex Sans Arabic", Arial, sans-serif;
  --grey: #f3f4f6;
  --border-radius-base: 6px;
  --font-family-title: "IBM Plex Sans Arabic", Arial, sans-serif;
  --small-title: #161616;
  --title: #074d31;
  --sub-title: #ffffff;
  --font-weight-900: 700;
  --font-weight-700: 700;
  --font-weight-600: 600;
  --font-weight-500: 500;
  --font-weight-400: 400;
  --font-weight-300: 300;
}
* {
  box-sizing: border-box;
}

/* Prevent horizontal overflow on containers */

.partner-carousel-wrapper
 {
  max-width: 100%;
  overflow-x: hidden;
}

.swiper-container {
  max-width: 100%;
  overflow: hidden;
}

/* Swiper wrapper specific styles */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: border-box;
}


body {
  line-height: 1.6;
  color: #777777;
  font-size: 1rem;
  font-family: var(--font-family-base);
  
}

.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--title);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-title);
  font-weight: 700;
  color: var(--title);
  line-height: 1.4;
}

h1,
.h1,
.h1 {
  font-size: 2.625rem;
}

@media only screen and (max-width: 1680px) {
  h1,
  .h1,
  .h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1280px) {
  h1,
  .h1,
  .h1 {
    font-size: 2.813rem;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1,
  .h1 {
    font-size: 2.625rem;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2,
.h2 {
  font-size: 2.25rem;
}

@media only screen and (max-width: 1680px) {
  h2,
  .h2,
  .h2 {
    font-size: 2.625rem;
  }
}

@media only screen and (max-width: 1280px) {
  h2,
  .h2,
  .h2 {
    font-size: 2.375rem;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  .h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3,
.h3 {
  font-size: 1.875rem;
}

@media only screen and (max-width: 1680px) {
  h3,
  .h3,
  .h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1280px) {
  h3,
  .h3,
  .h3 {
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 767px) {
  h3,
  .h3,
  .h3 {
    font-size: 1.625rem;
  }
}

h4,
.h4,
.h4 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  h4,
  .h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5,
.h5 {
  font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
  h5,
  .h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6,
.h6 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  h6,
  .h6,
  .h6 {
    font-size: 1rem;
  }
}

ul {
  padding: 0;
  margin: 0;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

p {
  font-family: var(--font-family-base);
}

a {
  text-decoration: none !important;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
  color: var(--primary-hover);
}
a.under-line-hover:hover,
a.contact-link:not(.btn):not(.mymultiplediv):hover,
a[href^="sms:"]:not(.btn):not(.mymultiplediv):hover,
a[href^="mailto:"]:not(.btn):not(.mymultiplediv):hover,
a[href^="tel:"]:not(.btn):not(.mymultiplediv):hover,
a[target="_blank"]:not(.btn):not(.mymultiplediv):not(.pdf-btn):not(.search-result-card):not(.icon-box-link):not(.read-more-btn):hover  {
    text-decoration: underline !important;
}
.container.database-container .card-list a[target="_blank"]:not(.btn):not(.mymultiplediv):not(.pdf-btn):hover{
    text-decoration:none !important;
}
footer .widget_getintuch a {
  color: #fff;
  transition: all 0.8s ease 0s;
}
footer .widget_getintuch a:hover {
  transition: all 0.8s ease 0s;
  color: rgb(255 255 255 / .8) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-primary-hover {
  color: var(--primary-hover) !important;
}

.text-light-green {
  color: #5a7467;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-primary-hover {
  background-color: var(--primary-hover) !important;
}

.bg-blue {
  background-color: #060340 !important;
}

.bg-light-green {
  background-color: #5a7467;
}

b,
strong,
.strong {
  font-weight: 700;
}

.h-0 {
  height: 0;
}

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

#main-wrapper.show {
  opacity: 1;
}

.content-body {
  margin-left: 65px;
  margin-top: 18px;
  margin-right: 6px;
  margin-bottom: 45px;
}

/* .container {
	max-width: 1600px;
	@include custommq ($max:1600px){
		max-width: 1400px;
	}
} */

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1280px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-grey {
  background-color: var(--grey);
}

.text-black {
  color: #071c35;
}

::selection {
  color: #ffffff;
  background: var(--primary);
}

.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 100000;
  overflow-y: auto;
  padding-top: 88px;
  padding-bottom: 16px;
}

.modal .modal-dialog {
  margin-top: 16px;
  margin-bottom: 16px;
}

.modal .modal-content {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 120px);
  min-height: 0;
  overflow: hidden;
}

.modal .modal-content > form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.modal .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal .modal-footer {
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .modal {
    padding-top: 80px;
    padding-bottom: 12px;
  }

  .modal .modal-dialog {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .modal .modal-content {
    max-height: calc(100vh - 104px);
  }
}

/* Flaticon */
[class*="flaticon-"] {
  font-family: "Flaticon";
}

@media only screen and (max-width: 991px) {
  .dz-order-1 {
    order: 1;
    margin-top: 20px;
  }
}

.gradient {
  background-image: var(--gradient);
}

.gradient-sec {
  background-image: var(--gradient-sec);
}

.content-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}
.content-inner-form {
  padding: 40px 80px;
}
.content-inner-data {
  padding: 80px 80px 0px 80px;
}

@media only screen and (max-width: 1480px) {
  .content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.content-inner-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-inner-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-inner-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1480px) {
  .content-inner-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .content-inner-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .content-inner-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-inner-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-inner-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.content-inner-t-100 {
  padding-top: 100px;
  padding-bottom: 0;
}

@media only screen and (max-width: 1480px) {
  .content-inner-t-100 {
    padding-top: 70px;
  }
}

.content-inner-6-3 {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .content-inner-6-3 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.mfp-bg {
  z-index: 99999;
}

.mfp-wrap {
  z-index: 100000;
}

.rounded {
  border-radius: var(--border-radius-base) !important;
}

.half-shape-top-w {
  position: relative;
  z-index: 2;
}

.half-shape-top-w:after {
  content: "";
  height: 50%;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.half-shape-bottom-w {
  position: relative;
  z-index: 0;
}

.half-shape-bottom-w:after {
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.height-md {
  height: 370px;
}

.height-lg {
  height: 600px;
}

@media only screen and (max-width: 575px) {
  .height-lg {
    height: 400px;
  }
}

.border-primary {
  border-color: var(--primary) !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.width-90p {
  width: 90%;
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
}

.font-45 {
  font-size: 45px;
}

.font-50 {
  font-size: 50px;
}

.font-55 {
  font-size: 55px;
}

.font-60 {
  font-size: 60px;
}

.font-70 {
  font-size: 70px;
}

.font-75 {
  font-size: 75px;
}

.font-80 {
  font-size: 80px;
}

.font-90 {
  font-size: 90px;
}

.font-100 {
  font-size: 100px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.m-auto {
  margin: auto;
}

.m-a0 {
  margin: 0;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t18 {
  margin-top: 18px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t45 {
  margin-top: 45px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b25 {
  margin-bottom: 25px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0;
  }

  .m-lg-t5 {
    margin-top: 5px;
  }

  .m-lg-t10 {
    margin-top: 10px;
  }

  .m-lg-t15 {
    margin-top: 15px;
  }

  .m-lg-t20 {
    margin-top: 20px;
  }

  .m-lg-t30 {
    margin-top: 30px;
  }

  .m-lg-t40 {
    margin-top: 40px;
  }

  .m-lg-t50 {
    margin-top: 50px;
  }

  .m-lg-t60 {
    margin-top: 60px;
  }

  .m-lg-t70 {
    margin-top: 70px;
  }

  .m-lg-t80 {
    margin-top: 80px;
  }

  .m-lg-t90 {
    margin-top: 90px;
  }

  .m-lg-t100 {
    margin-top: 100px;
  }

  .m-lg-b0 {
    margin-bottom: 0;
  }

  .m-lg-b5 {
    margin-bottom: 5px;
  }

  .m-lg-b10 {
    margin-bottom: 10px;
  }

  .m-lg-b15 {
    margin-bottom: 15px;
  }

  .m-lg-b20 {
    margin-bottom: 20px;
  }

  .m-lg-b30 {
    margin-bottom: 30px;
  }

  .m-lg-b40 {
    margin-bottom: 40px;
  }

  .m-lg-b50 {
    margin-bottom: 50px;
  }

  .m-lg-b60 {
    margin-bottom: 60px;
  }

  .m-lg-b70 {
    margin-bottom: 70px;
  }

  .m-lg-b80 {
    margin-bottom: 80px;
  }

  .m-lg-b90 {
    margin-bottom: 90px;
  }

  .m-lg-b100 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0;
  }

  .m-md-t5 {
    margin-top: 5px;
  }

  .m-md-t10 {
    margin-top: 10px;
  }

  .m-md-t15 {
    margin-top: 15px;
  }

  .m-md-t20 {
    margin-top: 20px;
  }

  .m-md-t30 {
    margin-top: 30px;
  }

  .m-md-t40 {
    margin-top: 40px;
  }

  .m-md-t50 {
    margin-top: 50px;
  }

  .m-md-t60 {
    margin-top: 60px;
  }

  .m-md-t70 {
    margin-top: 70px;
  }

  .m-md-t80 {
    margin-top: 80px;
  }

  .m-md-t90 {
    margin-top: 90px;
  }

  .m-md-t100 {
    margin-top: 100px;
  }

  .m-md-b0 {
    margin-bottom: 0;
  }

  .m-md-b5 {
    margin-bottom: 5px;
  }

  .m-md-b10 {
    margin-bottom: 10px;
  }

  .m-md-b15 {
    margin-bottom: 15px;
  }

  .m-md-b20 {
    margin-bottom: 20px;
  }

  .m-md-b30 {
    margin-bottom: 30px;
  }

  .m-md-b40 {
    margin-bottom: 40px;
  }

  .m-md-b50 {
    margin-bottom: 50px;
  }

  .m-md-b60 {
    margin-bottom: 60px;
  }

  .m-md-b70 {
    margin-bottom: 70px;
  }

  .m-md-b80 {
    margin-bottom: 80px;
  }

  .m-md-b90 {
    margin-bottom: 90px;
  }

  .m-md-b100 {
    margin-bottom: 100px;
  }

  .m-md-r0 {
    margin-right: 0;
  }

  .p-md-r0 {
    padding-right: 0;
  }

  .p-md-t40 {
    padding-top: 40px;
  }

  .p-md-b40 {
    padding-bottom: 40px;
  }

  .p-md-l0 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0;
  }

  .m-sm-t5 {
    margin-top: 5px;
  }

  .m-sm-t10 {
    margin-top: 10px;
  }

  .m-sm-t15 {
    margin-top: 15px;
  }

  .m-sm-t20 {
    margin-top: 20px;
  }

  .m-sm-t30 {
    margin-top: 30px;
  }

  .m-sm-t40 {
    margin-top: 40px;
  }

  .m-sm-t50 {
    margin-top: 50px;
  }

  .m-sm-t60 {
    margin-top: 60px;
  }

  .m-sm-t70 {
    margin-top: 70px;
  }

  .m-sm-t80 {
    margin-top: 80px;
  }

  .m-sm-t90 {
    margin-top: 90px;
  }

  .m-sm-t100 {
    margin-top: 100px;
  }

  .m-sm-b0 {
    margin-bottom: 0;
  }

  .m-sm-b5 {
    margin-bottom: 5px;
  }

  .m-sm-b10 {
    margin-bottom: 10px;
  }

  .m-sm-b15 {
    margin-bottom: 15px;
  }

  .m-sm-b20 {
    margin-bottom: 20px;
  }

  .m-sm-b30 {
    margin-bottom: 30px;
  }

  .m-sm-b40 {
    margin-bottom: 40px;
  }

  .m-sm-b50 {
    margin-bottom: 50px;
  }

  .m-sm-b60 {
    margin-bottom: 60px;
  }

  .m-sm-b70 {
    margin-bottom: 70px;
  }

  .m-sm-b80 {
    margin-bottom: 80px;
  }

  .m-sm-b90 {
    margin-bottom: 90px;
  }

  .m-sm-b100 {
    margin-bottom: 100px;
  }

  .m-sm-r10 {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .m-xs-t0 {
    margin-top: 0;
  }

  .m-xs-t5 {
    margin-top: 5px;
  }

  .m-xs-t10 {
    margin-top: 10px;
  }

  .m-xs-t15 {
    margin-top: 15px;
  }

  .m-xs-t20 {
    margin-top: 20px;
  }

  .m-xs-t30 {
    margin-top: 30px;
  }

  .m-xs-t40 {
    margin-top: 40px;
  }

  .m-xs-t50 {
    margin-top: 50px;
  }

  .m-xs-t60 {
    margin-top: 60px;
  }

  .m-xs-t70 {
    margin-top: 70px;
  }

  .m-xs-t80 {
    margin-top: 80px;
  }

  .m-xs-t90 {
    margin-top: 90px;
  }

  .m-xs-t100 {
    margin-top: 100px;
  }

  .m-xs-b0 {
    margin-bottom: 0;
  }

  .m-xs-b5 {
    margin-bottom: 5px;
  }

  .m-xs-b10 {
    margin-bottom: 10px;
  }

  .m-xs-b15 {
    margin-bottom: 15px;
  }

  .m-xs-b20 {
    margin-bottom: 20px;
  }

  .m-xs-b30 {
    margin-bottom: 30px;
  }

  .m-xs-b40 {
    margin-bottom: 40px;
  }

  .m-xs-b50 {
    margin-bottom: 50px;
  }

  .m-xs-b60 {
    margin-bottom: 60px;
  }

  .m-xs-b70 {
    margin-bottom: 70px;
  }

  .m-xs-b80 {
    margin-bottom: 80px;
  }

  .m-xs-b90 {
    margin-bottom: 90px;
  }

  .m-xs-b100 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .p-lg-t0 {
    padding-top: 0;
  }

  .p-lg-t5 {
    padding-top: 5px;
  }

  .p-lg-t10 {
    padding-top: 10px;
  }

  .p-lg-t15 {
    padding-top: 15px;
  }

  .p-lg-t20 {
    padding-top: 20px;
  }

  .p-lg-t30 {
    padding-top: 30px;
  }

  .p-lg-t40 {
    padding-top: 40px;
  }

  .p-lg-t50 {
    padding-top: 50px;
  }

  .p-lg-t60 {
    padding-top: 60px;
  }

  .p-lg-t70 {
    padding-top: 70px;
  }

  .p-lg-t80 {
    padding-top: 80px;
  }

  .p-lg-t90 {
    padding-top: 90px;
  }

  .p-lg-t100 {
    padding-top: 100px;
  }

  .p-lg-b0 {
    padding-bottom: 0;
  }

  .p-lg-b5 {
    padding-bottom: 5px;
  }

  .p-lg-b10 {
    padding-bottom: 10px;
  }

  .p-lg-b15 {
    padding-bottom: 15px;
  }

  .p-lg-b20 {
    padding-bottom: 20px;
  }

  .p-lg-b30 {
    padding-bottom: 30px;
  }

  .p-lg-b40 {
    padding-bottom: 40px;
  }

  .p-lg-b50 {
    padding-bottom: 50px;
  }

  .p-lg-b60 {
    padding-bottom: 60px;
  }

  .p-lg-b70 {
    padding-bottom: 70px;
  }

  .p-lg-b80 {
    padding-bottom: 80px;
  }

  .p-lg-b90 {
    padding-bottom: 90px;
  }

  .p-lg-b100 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .p-md-t0 {
    padding-top: 0;
  }

  .p-md-t5 {
    padding-top: 5px;
  }

  .p-md-t10 {
    padding-top: 10px;
  }

  .p-md-t15 {
    padding-top: 15px;
  }

  .p-md-t20 {
    padding-top: 20px;
  }

  .p-md-t30 {
    padding-top: 30px;
  }

  .p-md-t40 {
    padding-top: 40px;
  }

  .p-md-t50 {
    padding-top: 50px;
  }

  .p-md-t60 {
    padding-top: 60px;
  }

  .p-md-t70 {
    padding-top: 70px;
  }

  .p-md-t80 {
    padding-top: 80px;
  }

  .p-md-t90 {
    padding-top: 90px;
  }

  .p-md-t100 {
    padding-top: 100px;
  }

  .p-md-b0 {
    padding-bottom: 0;
  }

  .p-md-b5 {
    padding-bottom: 5px;
  }

  .p-md-b10 {
    padding-bottom: 10px;
  }

  .p-md-b15 {
    padding-bottom: 15px;
  }

  .p-md-b20 {
    padding-bottom: 20px;
  }

  .p-md-b30 {
    padding-bottom: 30px;
  }

  .p-md-b40 {
    padding-bottom: 40px;
  }

  .p-md-b50 {
    padding-bottom: 50px;
  }

  .p-md-b60 {
    padding-bottom: 60px;
  }

  .p-md-b70 {
    padding-bottom: 70px;
  }

  .p-md-b80 {
    padding-bottom: 80px;
  }

  .p-md-b90 {
    padding-bottom: 90px;
  }

  .p-md-b100 {
    padding-bottom: 100px;
  }

  .p-md-r0 {
    margin-right: 0;
  }

  .p-md-r0 {
    padding-right: 0;
  }

  .p-md-t40 {
    padding-top: 40px;
  }

  .p-md-b40 {
    padding-bottom: 40px;
  }

  .p-md-l0 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-sm-t0 {
    padding-top: 0;
  }

  .p-sm-t5 {
    padding-top: 5px;
  }

  .p-sm-t10 {
    padding-top: 10px;
  }

  .p-sm-t15 {
    padding-top: 15px;
  }

  .p-sm-t20 {
    padding-top: 20px;
  }

  .p-sm-t30 {
    padding-top: 30px;
  }

  .p-sm-t40 {
    padding-top: 40px;
  }

  .p-sm-t50 {
    padding-top: 50px;
  }

  .p-sm-t60 {
    padding-top: 60px;
  }

  .p-sm-t70 {
    padding-top: 70px;
  }

  .p-sm-t80 {
    padding-top: 80px;
  }

  .p-sm-t90 {
    padding-top: 90px;
  }

  .p-sm-t100 {
    padding-top: 100px;
  }

  .p-sm-b0 {
    padding-bottom: 0;
  }

  .p-sm-b5 {
    padding-bottom: 5px;
  }

  .p-sm-b10 {
    padding-bottom: 10px;
  }

  .p-sm-b15 {
    padding-bottom: 15px;
  }

  .p-sm-b20 {
    padding-bottom: 20px;
  }

  .p-sm-b30 {
    padding-bottom: 30px;
  }

  .p-sm-b40 {
    padding-bottom: 40px;
  }

  .p-sm-b50 {
    padding-bottom: 50px;
  }

  .p-sm-b60 {
    padding-bottom: 60px;
  }

  .p-sm-b70 {
    padding-bottom: 70px;
  }

  .p-sm-b80 {
    padding-bottom: 80px;
  }

  .p-sm-b90 {
    padding-bottom: 90px;
  }

  .p-sm-b100 {
    padding-bottom: 100px;
  }

  .p-sm-r10 {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .p-xs-t0 {
    padding-top: 0;
  }

  .p-xs-t5 {
    padding-top: 5px;
  }

  .p-xs-t10 {
    padding-top: 10px;
  }

  .p-xs-t15 {
    padding-top: 15px;
  }

  .p-xs-t20 {
    padding-top: 20px;
  }

  .p-xs-t30 {
    padding-top: 30px;
  }

  .p-xs-t40 {
    padding-top: 40px;
  }

  .p-xs-t50 {
    padding-top: 50px;
  }

  .p-xs-t60 {
    padding-top: 60px;
  }

  .p-xs-t70 {
    padding-top: 70px;
  }

  .p-xs-t80 {
    padding-top: 80px;
  }

  .p-xs-t90 {
    padding-top: 90px;
  }

  .p-xs-t100 {
    padding-top: 100px;
  }

  .p-xs-b0 {
    padding-bottom: 0;
  }

  .p-xs-b5 {
    padding-bottom: 5px;
  }

  .p-xs-b10 {
    padding-bottom: 10px;
  }

  .p-xs-b15 {
    padding-bottom: 15px;
  }

  .p-xs-b20 {
    padding-bottom: 20px;
  }

  .p-xs-b30 {
    padding-bottom: 30px;
  }

  .p-xs-b40 {
    padding-bottom: 40px;
  }

  .p-xs-b50 {
    padding-bottom: 50px;
  }

  .p-xs-b60 {
    padding-bottom: 60px;
  }

  .p-xs-b70 {
    padding-bottom: 70px;
  }

  .p-xs-b80 {
    padding-bottom: 80px;
  }

  .p-xs-b90 {
    padding-bottom: 90px;
  }

  .p-xs-b100 {
    padding-bottom: 100px;
  }
}

.max-w50 {
  max-width: 50px;
}

.max-w60 {
  max-width: 60px;
}

.max-w80 {
  max-width: 80px;
}

.max-w100 {
  max-width: 100px;
}

.max-w200 {
  max-width: 200px;
}

.max-w300 {
  max-width: 300px;
}

.max-w400 {
  max-width: 400px;
}

.max-w500 {
  max-width: 500px;
}

.max-w600 {
  max-width: 600px;
}

.max-w700 {
  max-width: 700px;
}

.max-w800 {
  max-width: 800px;
}

.max-w900 {
  max-width: 900px;
}

.max-w1000 {
  max-width: 1000px;
}

.bg-img-fix {
  background-attachment: unset;
  background-size: cover;
}

.full-img {
  width: 100%;
}

.sticky-top {
  top: 120px;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sub-title {
  font-size: 22px;
  /* text-transform: uppercase; */
  font-weight: var(--font-weight-700);
  color: var(--secondary);
  margin-bottom: 0px;
}

.title {
  font-size: 30px;
  /* text-transform: uppercase; */
  font-weight: var(--font-weight-700);
  color: #1b8354;
}

.description {
  color: var(--secondary);
  font-size: 18px;
  font-weight: var(--font-weight-400);
}

.title-shape {
  background-color: var(--primary);
  height: 56px;
  width: 10px;
  display: block;
  margin-right: 20px;
}

.title-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-bottom: 40px;*/
  flex-wrap: wrap;
}
hr {
  margin: 1rem 0 !important;
  height: 2px !important;
  background-color: #1b8354 !important;
  border: 0 !important;
  opacity: 1 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
right: 50% !important;
   margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.read-btns {
  color: #161616;
  border: 1px solid #d2d6db;
  padding: 0px 16px;
  border-radius: 4px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.read-btns:hover {
  background-color: #f3f4f6 !important;
  color: #161616 !important;
  border: 1px solid #e5e7eb !important;
}

.read-btns-white {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0px 16px;
  border-radius: 4px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.read-btns-white:hover {
  background-color: #edfaf1 !important;

  color: #074d31 !important;
}

.view-all {
  font-size: 16px;
  font-weight: var(--font-weight-500);
}

.view-all a {
  color: #161616;
  border: 1px solid #d2d6db;
  padding: 0px 16px;
  border-radius: 4px;
  height: 40px !important;
}

.title-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.white-view-all {
  font-size: 16px;
  font-weight: var(--font-weight-500);
}
.white-view-all a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0px 16px;
  border-radius: 4px;
  height: 40px !important;
}

.white-view-all a:hover {
  color: #fdf3be;
  border: 1px solid #fdf3be;
}
.view-all a:hover {
  background-color: #f3fcf7;
  color: #074d31;
  border: 1px solid #074d31;
}

@media only screen and (max-width: 767px) {
  .sub-title {
    font-size: 14px;
  }

  .title {
    font-size: 20px;
  }

  .description {
    color: var(--secondary);
    font-size: 16px;
    font-weight: var(--font-weight-400);
    line-height: inherit;
  }
  .title-arrows {
    margin-bottom: 0;
  }
}

.swiper-button-prev {
  margin-right: 3px;
}

.swiper-button-next {
  margin-left: 3px;
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  top: 0;
  align-items: center;
  width: 55px;
  height: 40px;
  line-height: 30px;
  color: #5a5a5a;
  background-color: none;
  border-radius: 0px;
  margin-top: 0;
  font-size: 16px;
  font-weight: var(--font-weight-500);
}

.swiper-arrow-white {
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-arrow-white:hover {
  color: var(--primary-hover);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "none";
}

/* Alert Css */
.alert-div {
  background-color: #f3f4f6;
  color: #384250;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

.alertBell {
  display: flex;
  align-items: center;
}

.alertBellIcon {
  display: flex;
  align-items: center;
}

.alertBellText {
  font-size: 14px;
  /*font-weight: var(--font-weight-600);*/
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.alertBellLine {
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.alertCarousel {
  width: 80%;
  display: flex;
  align-items: center;
}

.alertArrows {
  display: flex;
  align-items: center;
}

.alertNextIcon {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.alertPrevIcon {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.alertnote {
  margin: auto;
  padding: 0 20px;
  font-size: 14px;
}
.alertnote p {
  color: white;
  font-weight: var(--font-weight-600);
}

.alertnote a {
  color: var(--primary-hover);
}

.close-alert {
  display: flex;
  align-items: center;
}

.top-utility-bar {
  background-color: #1B8354;
  height: 40px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  font-weight:400;
 
}

.left-info .icon-item,
.right-tools .icon-item,
.right-tools .icon-items {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.right-tools .icon-items {
  margin-right: 0 !important; /* No margin on the last item */
  filter:brightness(0) invert(1) !important;
}

.icon-item i,
.icon-items i {
  font-size: 16px;
  color: #333;
}

.icon-item img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  filter:brightness(0) invert(1) !important;
}
.icon-items img {
  width: auto;
  height: auto;
  margin-right: 6px;
}

.icon-item-weather img {
  width: 35px;
  height: 35px;
  margin-right: 6px;
}
.icon-item-weather {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .alertBellIcon img {
    width: 24px;
  }

  .alertNextIcon {
    padding: 0 5px;
  }

  .alertPrevIcon {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .alertBellIcon {
    display: none;
  }
  .alertBellLine {
    display: none;
  }

  .alertnote {
    white-space: nowrap;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .alertnote {
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    padding: 0 10px;
  }

  .alertBellText {
    display: none;
  }
}

/* Header Css Start Here */

.site-header {
  position: relative;
  z-index: 9999;
}

.bottom-line {
  border-bottom: 1px solid #e5e5e5;
  padding: 4px;
}

.site-header .main-bar {
  background: #ffffff;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
   height: 72px; 
}

.site-header .container {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
}

.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 80px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .site-header .extra-nav {
    display: none;
  }
}

.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}

.site-header .extra-nav .extra-cell > * {
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav .extra-cell > * {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 80px;
  }
}

@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    padding-left: 0;
  }
}

.site-header .extra-nav #quik-search-btn {
  color: #fff;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  width: 45px;
  height: 45px;
  background: var(--secondary);
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: var(--border-radius-base);
}

.site-header .extra-nav ul li {
  display: inline-block;
}

.site-header .extra-nav ul li .icon {
  padding: 0;
  background: transparent;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #efbb20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100px;
  height: 70px;
  position: relative;
  z-index: 9;
}

.logo-header a {
  display: table-cell;
  vertical-align: middle;
}

.logo-header img {
  height: 54px;
  max-width: 56px;
  object-fit: contain;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .logo-header img {
    max-width: 160px;
    height: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .logo-header img {
    max-width: 140px;
  }
}

.logo-header span {
  font-size: 20px;
  letter-spacing: 20px;
}

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin: 18px 0px 16px 15px;
  }
}

.custom-navbar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.custom-navbar-toggle img {
  width: 40px;
  height: 40px;
  display: block;
}
@media (min-width: 992px) {
  .custom-navbar-toggle {
    display: none !important;
  }
}
/* Custom menu toggler style */
.menu-toggle-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #333;
  border-radius: 4px;
  background: #fff;
  transition: box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  padding: 0;
}
.menu-toggle-custom img {
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .menu-toggle-custom {
    display: none !important;
  }
}
.navicon {
  width: 35px;
  height: 35px;
  background: var(--primary);
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: var(--border-radius-base);
}

.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: white;
  left: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navicon span:nth-child(1) {
  top: 7px;
  width: 22px;
}

.navicon span:nth-child(2) {
  top: 16px;
  width: 25px;
}

.navicon span:nth-child(3) {
  top: 25px;
  width: 20px;
}

.navicon.open span:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navicon.open span:nth-child(3) {
  top: 16px;
  width: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-tb .navicon span {
  background: #fff;
}

.header-search-btn {
  font-size: 14px;
  text-align: left;
  padding: 0px;
  font-weight: 400;
  font-family: var(--font-family-base);
  display: flex;
}

.header-lang-selection-wrapper {
  position: relative;
  display: inline-block;
  font-size: 13px;
  border-radius: 5px;
}

.lang-selector-btn {
  font-size: 16px;
  padding: 24px 10px;
  font-weight: var(--font-weight-600);
  text-transform: capitalize;
  color: #161616;
  width: 100%;
  cursor: pointer;
  display: flex;
  gap: 4px;
  line-height:1.5;
  align-items: center;
  justify-content: center;
  border: none;
  background: white;
  transition: all 0.3s ease;
  border-radius: 5px;
  position: relative;
}

.lang-selector-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 80%;
  border-radius: 20px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #9da4ae;
  visibility: hidden;
}

.lang-selector-btn:hover {
  background-color: #f8f9fa !important;
  border-radius: 5px;
}

.lang-selector-btn:hover::after {
  visibility: visible;
}

.header-lang-selection-wrapper:hover {
  background-color: #f8f9fa !important;
  border-radius: 5px;
}

.header-lang-selection-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 80%;
  border-radius: 20px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #9da4ae;
  visibility: hidden;
}

.header-lang-selection-wrapper:hover::after {
  visibility: visible;
}

.menu-user-login {
  font-size: 16px;
  padding: 24px 10px;
  color: black;
  display: flex;
  font-weight: var(--font-weight-600);
  gap: 4px;
  align-items: center;
  position: relative;
  text-decoration: none;
  line-height:1.5;
}
.menu-user-login:hover {
  background-color: #f8f9fa !important;
  color: #161616 !important;
  border-radius: 5px;
}

.menu-user-login::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 80%;
  border-radius: 20px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #9da4ae;
  visibility: hidden;
  transition: visibility 0.3s, background-color 0.3s;
}
/*.menu-user-login:focus {*/
/*  outline: none;*/
/*  border-color: #1b8354;*/
/*  background-color: #e1f4e1;*/
/*}*/

.menu-user-login:hover::after {
  visibility: visible;
}

/* Active state */
.menu-user-login.active,
.menu-user-login.active:hover,
.menu-user-login:active {
  background-color: #1b8354 !important;
  color: #fff !important;
  border-radius: 6px;
}
.menu-user-login.active::after,
.menu-user-login:active::after {
  background-color: #54c08a;
  visibility: visible;
}
.menu-user-login.active img,
.menu-user-login.active svg,
.menu-user-login.active i {
  filter: brightness(0) invert(1);
  color: #fff !important;
}

.f-header-end {
  /*line-height:1;*/
}

.header-lang-selection:focus {
  box-shadow: none;
}

.header-nav {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    background-color: #ffffff;
    margin: 0;
    z-index: 99;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.show {
    left: -1px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 0;
    width: 280px;
  }
}

.header-nav .logo-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}

.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
}

.header-nav .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}

.header-nav .nav > li.has-mega-menu {
  position: inherit;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}

.header-nav .nav>li.menu-item-has-children>i,
.header-nav .nav>li.sub-menu-down>i
/* .header-nav .nav>li.sub-menu-down>.sub-menu>li.sub-menu-down>i */ {
  position: absolute;
  top: 8px;
  right: 0px;
  display: none;
}

.header-nav .nav>li.menu-item-has-children>i:after,
.header-nav .nav>li.sub-menu-down>i:after
/* .header-nav .nav>li.sub-menu-down>.sub-menu>li.sub-menu-down>i:after  */ {
  content: "\f078";
  font-size: 9px;
  margin-left: 5px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children > i,
  .header-nav .nav > li.sub-menu-down > i,
  .header-nav .nav > li.sub-menu-down > .sub-menu > li.sub-menu-down > i {
    display: block;
    position: absolute;
    top: 16px;
    right: 0px;
  }

  .header-nav .nav > li.menu-item-has-children > i:after,
  .header-nav .nav > li.sub-menu-down > i:after,
  .header-nav .nav > li.sub-menu-down > .sub-menu > li.sub-menu-down > i:after {
    content: "\f054";
    background-color: var(--primary);
    color: #fff;
    height: 26px;
    line-height: 27px;
    right: 0;
    text-align: center;
    width: 26px;
    z-index: 3;
    float: right;
    font-size: 10px;
    margin: 0;
    border-radius: var(--border-radius-base);
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children > i:after:before,
  .header-nav .nav > li.sub-menu-down > i:after:before,
  .header-nav
    .nav
    > li.sub-menu-down
    > .sub-menu
    > li.sub-menu-down
    > i:before {
    content: "\f078";
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children.open > i:after,
  .header-nav .nav > li.sub-menu-down.open > i:after,
  .header-nav
    .nav
    > li.sub-menu-down
    > .sub-menu
    > li.sub-menu-down.open
    > i:after {
    content: "\f078";
    background: var(--title);
  }
}

.header-nav .nav > li > a {
  color: black;
  font-size: 16px;
  padding: 24px 10px;
  font-family: var(--font-family-title);
  cursor: pointer;
  font-weight: var(--font-weight-500);
  display: inline-block;
  position: relative;
  border-width: 0 0 0 1px;
  line-height: 1.5;
  text-decoration: none;
}

.header-nav .nav > li > a:hover:not(.active) {
  color: black;
  text-decoration: none;
  transition: none !important;
  background-color: #f8f9fa !important;
  border-radius: 5px;
}

.header-nav .nav > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 80%;
  border-radius: 20px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #9da4ae;
  visibility: hidden;
}

.header-nav .nav > li > a:hover:not(.active)::after {
  visibility: visible;
}

.header-nav .nav > li > a.active {
  background-color: #1b8354;
  color: white;
  border-radius: 5px;
  transition: none !important;
}

.header-nav .nav > li > a.active::after {
  background-color: #54c08a;
  visibility: visible;
  transition: none !important;
}
.header-nav .nav > li > a.active img {
  filter: brightness(0) invert(1);
}


.f-custom-search img {
  width: 17px;
  height: 17px;
}
.f-custom-search {
  font-size: 13px;
}

.header-nav .nav > li > a img {
  font-size: 12px;
  margin-left: 4px;
}
/*.header-nav .nav > li > .active {*/
/*  color: var(--primary);*/
/*  font-weight: var(--font-weight-700);*/
/*}*/
@media only screen and (min-width: 991px) and (max-width: 1400px) {
  .header-nav .nav > li > a {
    font-size: 13px;
  }
  
  .search-input-field {
    font-size: 13px !important;   
  }
  
  .lang-selector-btn {
    font-size: 13px;
  }
  
  .menu-user-login {
    font-size: 13px;
  }
  .slider-title{
      font-size:30px !important;
  }
  .slider-description{
      font-size:18px !important;
  }
  .f-custom-slider .carousel-indicators {
      bottom:40px !important;
  }
  .bottom-shape{
      bottom:-2px !important;
  }
  .userinfoo{
      font-size: 13px;
  }
}

@media only screen and (max-width: 1280px) {
  .header-nav .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    /*font-size: 14px;*/
  }
  
  .header-nav .nav > li > a img {
    max-width: 10px; /* Changed from font-size to max-width */
  }
}

@media only screen and (max-width: 991px) {

  .header-nav .nav > li > a img {
    display: none;
  }
  .header-nav .nav > li > a {
    color: black;
    padding: 24px 10px;
    font-family: var(--font-family-title);
    cursor: pointer;
    font-weight: var(--font-weight-600);
    display: block;
    position: relative;
    border-width: 0 0 0 1px;
    line-height: 1;
    text-decoration: none;
  }
  .header-nav .nav > li > a:hover:not(.active) {
    color: black;
    text-decoration: none;
    transition: none !important;
    background-color: #f8f9fa !important;
    border-radius: 5px;
  }
  .header-nav .nav > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 80%;
    border-radius: 20px;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #9da4ae;
    visibility: hidden;
  }
  .header-nav .nav > li > a:hover:not(.active)::after {
    visibility: visible;
  }
  .header-nav .nav > li > a.active {
    background-color: #1b8354;
    color: white;
    border-radius: 5px;
    transition: none !important;
  }
  .header-nav .nav > li > a.active::after {
    background-color: #54c08a;
    visibility: visible;
    transition: none !important;
  }
}


.header-nav .nav > li > a span {
  display: inline-block;
}

.header-nav .nav > li .mega-menu,
.header-nav .nav > li .sub-menu {
  font-family: var(--font-family-base);
  background-color: #fff;
  display: block;
  left: 0px;
  list-style: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 260px;
  z-index: 10;
  margin-top: 0px !important;
  text-align: left !important;
  border-radius: var(--border-radius-base);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu,
  .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .header-nav .nav > li .mega-menu > li > a i,
  .header-nav .nav > li .sub-menu > li > a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #aaa;
  }
}

.header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
.header-nav .nav > li .sub-menu .menu-item-has-children > a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before,
  .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu,
  .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 0 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }

  .header-nav .nav > li .mega-menu > li > a i,
  .header-nav .nav > li .sub-menu > li > a i {
    display: none;
  }

  .header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
  .header-nav .nav > li .mega-menu > li > a i,
  .header-nav .nav > li .sub-menu .menu-item-has-children > a:before,
  .header-nav .nav > li .sub-menu > li > a i {
    color: #fff !important;
    font-size: 15px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
  }

  .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before,
  .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f078";
    background: #333;
  }
}

.header-nav .nav > li .mega-menu li,
.header-nav .nav > li .sub-menu li {
  position: relative;
  padding: 0px 10px !important;
  margin: 10px 0px !important;
}

.header-nav .nav > li .mega-menu li a,
.header-nav .nav > li .sub-menu li a {
  color: black;
  font-weight: var(--font-weight-500);
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.3;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}

.display-sm-none {
  display: block;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

@media only screen and (max-width: 991px) {
  .display-sm-none {
    display: none;
  }

  .header-nav .nav > li .mega-menu li a,
  .header-nav .nav > li .sub-menu li a {
    /* padding: 4px 0 4px 15px; */
    display: block;
    /* line-height: 30px; */
    position: relative;
    border: 1px solid #eee;
    border-width: 0 0 1px 0px;
    text-align: left;
  }

  .header-nav .nav > li .mega-menu li a:after,
  .header-nav .nav > li .sub-menu li a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    background: 0 0 !important;
    top: 3px;
    color: #262f5a;
    font-size: 12px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
}

.header-nav .nav > li .mega-menu li:hover > a,
.header-nav .nav > li .sub-menu li:hover > a {
  /*color: var(--primary-hover);*/
  background-color: #f8f9fa !important;
  border-radius: 5px;
  text-decoration: underline !important;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu li:hover > a,
  .header-nav .nav > li .sub-menu li:hover > a {
    /* padding: 4px 0 4px 15px; */
    background: transparent;
  }
}

.header-nav .nav > li .mega-menu li:hover > a:after,
.header-nav .nav > li .sub-menu li:hover > a:after {
  width: 10px;
}

.header-nav .nav > li .mega-menu li > .sub-menu,
.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 250px;
  /* top: 20px !important; */
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu li > .sub-menu,
  .header-nav .nav > li .sub-menu li > .sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu .mega-menu,
  .header-nav .nav > li .mega-menu .sub-menu,
  .header-nav .nav > li .sub-menu .mega-menu,
  .header-nav .nav > li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }

  .header-nav .nav > li .mega-menu .mega-menu li a:after,
  .header-nav .nav > li .mega-menu .sub-menu li a:after,
  .header-nav .nav > li .sub-menu .mega-menu li a:after,
  .header-nav .nav > li .sub-menu .sub-menu li a:after {
    width: 5px;
    content: none;
    height: 5px;
    background: #262f5a !important;
    border-radius: 4px;
    top: 13px;
  }
}

.header-nav .nav > li .sub-menu li > a > i {
  color: inherit;
  display: block;
  float: right;
  font-size: 16px;
  opacity: 1;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .sub-menu li > a > i {
    display: none;
  }
}

.header-nav .nav > li .mega-menu {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 0;
}

.header-nav .nav > li .mega-menu > li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  vertical-align: top;
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li {
    width: 100%;
    padding: 0;
  }
}

.header-nav .nav > li .mega-menu > li > a {
  color: #212529;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.header-nav .nav > li .mega-menu > li > a > i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li > a {
    display: none;
  }
}

.header-nav .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li:after {
    content: none;
  }
}

.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}

.header-nav .nav > li .mega-menu > li:hover > a {
  background-color: transparent;
}

.header-nav .nav > li .mega-menu > li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu {
    display: none;
    padding: 10px 0;
  }
}


.header-nav .nav > li:hover > .mega-menu,
.header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li:hover > .mega-menu,
  .header-nav .nav > li:hover > .sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}

.header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu,
.header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: 0px;
}

.header-nav .nav > li.open .mega-menu,
.header-nav .nav > li.open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav .nav > li.open .open .mega-menu,
.header-nav .nav > li.open .open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

/* Menu item with submenu styling - MOBILE AND TABLET ONLY - English/LTR */
@media only screen and (max-width: 991px) {
  .sub-menu-down.position-relative > .menu-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }

  .sub-menu-down.position-relative > .menu-item-link .menu-text {
    flex: 1;
    padding-right: 10px;
  }

  /* Main menu chevron styling */
  .main-menu-toggle {
    margin-left: auto;
    cursor: pointer;
    padding: 0;
    display: inline-block !important;
    background: none !important;
    border: none !important;
    color: inherit !important;
    font-size: inherit !important;
    transition: transform 0.3s ease;
  }

  /* Submenu chevron styling - positioned on right for English */
  .sub-menu-down.position-relative > .menu-item-link .submenu-toggle {
    margin-left: auto;
    cursor: pointer;
    padding: 0;
    display: inline-block !important;
    background: none !important;
    border: none !important;
    color: inherit !important;
    font-size: inherit !important;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    top: 2px;
  }

  /* Rotate chevron when submenu is active/open */
  .sub-menu-down.active > .menu-item-link .submenu-toggle {
    transform: rotate(90deg);
  }

  /* Rotate main menu chevron when active/open */
  .sub-menu-down.active > .menu-item-link .main-menu-toggle {
    transform: rotate(90deg);
  }

  /* Make sure the icon is visible */
  .submenu-toggle,
  .main-menu-toggle {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* Remove any background from chevron on nested menus */
  .sub-menu .sub-menu-down .submenu-toggle {
    background: none !important;
    padding: 0 !important;
  }

  /* Nested submenu item alignment */
  .sub-menu .sub-menu-down.position-relative > .menu-item-link {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1480px) {
  .header-nav .nav > li:nth-last-child(4) .sub-menu .sub-menu,
  .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu,
  .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu,
  .header-nav .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
}

.header-nav .sidebar-footer {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-nav .sidebar-footer {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: auto;
    width: 100%;
    text-align: center;
  }
}

.header-nav .sidebar-footer .dz-login-register {
  text-align: center;
  padding-bottom: 10px;
}

.header-nav .dz-social-icon {
  text-align: center;
  display: none;
}

.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-transparent .top-bar,
.header-transparent .main-bar {
  background: transparent;
  box-shadow: none;
}

.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 1280px) {
  .header-transparent .container-fluid,
  .header-transparent .container-sm,
  .header-transparent .container-md,
  .header-transparent .container-lg,
  .header-transparent .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-transparent .side-menu-btn .menu-icon-in span {
  background-color: #ffffff;
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
  background-color: #212529;
}

@media only screen and (min-width: 991px) {
  .header-transparent .nav > li > a {
    color: #ffffff;
  }
}

.header-transparent .navbar-toggler span {
  background: #ffffff;
}

.header-transparent .is-fixed .nav > li > a {
  color: #212529;
}

.header-transparent .is-fixed .navbar-toggler span {
  background: #212529;
}

.header-transparent .top-bar {
  border-color: #ffffff;
}

.header-transparent .top-bar .dz-topbar-left li,
.header-transparent .top-bar .dz-topbar-left i,
.header-transparent .top-bar .dz-topbar-right li,
.header-transparent .top-bar .dz-topbar-right i {
  color: #ffffff;
}

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.5s;
  height: 72px;
}

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 280px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }

  .mo-left .header-nav.nav-dark {
    background-color: #202020;
  }

  .mo-left .header-nav.show {
    left: -1px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 280px;
  }

  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 15px 15px;
    width: 100% !important;
    text-align: -webkit-center;
  }

  .mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 80px;
    height: auto;
    vertical-align: middle;
  }

  .mo-left .header-nav li.open a {
    position: relative;
  }

  .mo-left .navbar-toggler.open {
    z-index: 99;
  }

  .mo-left .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 20px;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  }

  .mo-left .navbar-toggler.open span {
    background: #fff;
  }
}

.text-black .nav > li > a {
  color: #212529;
}

.text-black .navbar-toggler span {
  background: #212529;
}

.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

.site-header.style-1 .header-nav .search-input {
  display: none;
}

.site-header.style-1
  .header-info-bar
  + .main-bar-wraper
  .main-bar
  .logo-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .search-input {
    display: flex;
    padding: 0 10px;
    margin-bottom: 0;
  }

  .site-header.style-1
    .header-info-bar
    + .main-bar-wraper
    .main-bar
    .logo-header {
    display: block;
  }
}

.header-info-bar {
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  .header-info-bar {
    display: none;
  }
}

.header-info-bar .header-search-nav {
  flex-basis: auto;
  display: flex !important;
}

.header-item-search {
  width: 100%;
  /* margin-left: 150px; */
  height: 80px;
  align-items: center;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .header-item-search {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .header-item-search {
    display: block;
    margin-left: 0;
    padding: 0px 20px;
    height: auto;
  }

  .header-item-search .navbar-nav {
    padding: 0px;
  }
}

.header-item-search .main-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}

@media only screen and (max-width: 991px) {
  .header-item-search .main-menu {
    width: 100%;
  }
}

.header-item-search .main-menu .menu-item {
  border: 0;
  padding: 15px 20px;
  background-color: #f5f5f5;
  color: var(--title);
  min-width: 135px;
  font-size: 14px;
  height: 48px;
  font-weight: 600;
  position: relative;
  font-family: var(--font-family-title);
  display: flex;
  align-items: center;
}

.header-item-search .main-menu .menu-item i {
  font-size: 12px;
  position: absolute;
  right: 20px;
  color: var(--title);
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1280px) {
  .header-item-search .main-menu .menu-item {
    padding: 15px 20px;
    min-width: 135px;
  }

  .header-item-search .main-menu .menu-item i {
    right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-item-search .main-menu .menu-item {
    display: none;
  }
}

/* Header Css Start Here */

.page-wraper {
  position: relative;
}

.serach-div {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 88888;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
}

.search-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.search-modal-container {
  position: relative;
  background: white;
  border-radius: 4px;
  max-width: 900px;
  width: 90%;
  padding: 30px 25px;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
}

.search-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.search-modal-title {
  font-family: var(--font-family-title);
  font-size: 28px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
  line-height: 1.2;
}

.search-modal-close {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.search-modal-close:hover {
  background: #f5f5f5;
  color: #000;
}

.search-modal-close svg {
  width: 24px;
  height: 24px;
}

.search-modal-form {
  width: 100%;
}

.search-modal-body {
  width: 100%;
}

.search-modal-body .search-field-wrapper {
  width: 100%;
}

.search-modal-body .search-field {
  display: flex;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  border-radius: 16px;
  padding: 8px;
}

.search-input-container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.search-input-icon {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 20px;
  color: #999;
  z-index: 999999999999;
  pointer-events: none;
}

.search-modal-body .search-field .search-select {
  width: 160px;
  height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 0.375rem 0.75rem;
  font-family: var(--font-family-base);
  font-size: 16px;
  color: #1e1e1e;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.search-modal-body .search-field .search-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(27, 131, 84, 0.1);
}

.search-modal-body .search-field .search-input {
  flex: 1;
  height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 0.375rem 0.75rem;
  padding-left: 40px;
  font-family: var(--font-family-base);
  font-size: 16px;
  text-align: left;
  color: #1e1e1e;
  background: white;
  transition: all 0.3s ease;
  width: 100%;
}

.search-modal-body .search-field .search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(27, 131, 84, 0.1);
}

.search-modal-body .search-field .search-input::placeholder {
  color: #212529;
  font-size: 16px;
  text-align: left;
}
::placeholder {
  color: #212529 !important;
  opacity: 1 !important; /* Firefox */
}
.search-modal-button {
  height: 40px;
  padding: 0 16px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 4px;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.search-modal-button svg {
  width: 20px;
  height: 20px;
}

.search-modal-button:hover {
  background: var(--title);
  /*transform: translateY(-2px);*/
  /*box-shadow: 0 4px 12px rgba(27, 131, 84, 0.3);*/
}

.search-modal-button:active {
  transform: translateY(0);
}

/* Responsive styles for search modal */
@media only screen and (max-width: 991px) {
  .search-modal-container {
    max-width: 770px;
    width: 100%;
    padding: 30px 25px;
  }

  .search-modal-title {
    font-size: 24px;
  }

  /* Keep horizontal layout like desktop */
  .search-modal-body .search-field {
    display: flex;
    gap: 12px;
    align-items: stretch;
    width: 100%;
    border-radius: 16px;
    padding: 8px;
  }

  .search-input-container {
    flex: 1;
  }

  .search-modal-body .search-field .search-select,
  .search-modal-body .search-field .search-input {
    height: 40px;
  }
  .search-modal-button {
    height: 40px;
    padding: 0 16px;
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 480px) {
  .search-modal-container {
    padding: 24px 16px;
    border-radius: 4px;
    width: 95%;
  }

  .search-modal-title {
    font-size: 20px;
  }

  .search-modal-header {
    margin-bottom: 24px;
  }

  .search-modal-body .search-field {
    padding: 8px;
  }
}

.serach-div .close {
  position: absolute;
  right: 100px;
  margin: 30px;
  top: 10px;
  cursor: pointer;
  display: none;
}
.overflow-hide {
  overflow: hidden;
}

.setting-btn {
  background: none;
  border: none;
}

.search-input-field {
  padding: 24px 10px;
  height: fit-content;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size:16px;
  gap: 4px;
  font-weight: var(--font-weight-600);
  position: relative; /* Make sure the parent has relative positioning */
}

.search-input-field:hover {
  background-color: #f8f9fa !important;
  border-radius: 5px;
}

.search-input-field::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 80%;
  border-radius: 20px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #9da4ae;
  visibility: hidden; /* Initially hidden */
}

.search-input-field:hover::after {
  visibility: visible; /* Show the bottom bar when hovered */
}

.search-input-field input {
  border: none;
  background: none;
}

.search-input-field input::placeholder {
  font-size: 13px;
  color: #817f7f;
}

/* Top Searched pills in search modal (LTR/general) */
.search-modal-container .top-searched-section {
  margin-top: 12px;
}
.search-modal-container .ts-label {
  font-weight: 600;
  margin-bottom: 8px;
}
.search-modal-container .ts-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search-modal-container .ts-tag {
  background: transparent;
  color: #161616;
  border: 1px solid #d2d6db;
  border-radius: 4px;
  padding: 0px 16px;
  font-weight:600;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  height:40px;
  align-items:center;
}
.search-modal-container .ts-tag:hover {
  background: #f3f4f6 !important;
  border-color: #e5e7eb !important;
  text-decoration: none !important;
}

.language-div {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: var(--font-weight-600);
  color: var(--secondary);
}

.language-div i {
  font-size: 11px;
  margin-left: 4px;
}

.language-image {
  width: 28px;
  height: 28px;
  border-radius: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.language-image img {
  width: 100%;
}

.profile-div {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: var(--font-weight-500);
  color: #161616;
}

.profile-div i {
  font-size: 12px;
  margin-left: 6px;
}

.profile-image {

  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.profile-image img {
  width: 100%;
}

.serach-div .search-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serach-div label {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
}

.serach-div input {
  font-family: var(--font-family-base);
  width: 70%;
  background: none;
  border: none;
  text-align: center;
  color: white;
  height: 40px;
  font-size: 30px;
}

input:focus {
  outline: none;
}
input[disabled], input:disabled, .form-control[disabled] {
  background: #F3F4F6 !important;
  border: 1px solid #e0e0e0 !important;
  color: #888 !important;
  cursor: not-allowed !important;
}
input[disabled]:hover, input:disabled:hover, .form-control[disabled]:hover {
  background: #F3F4F6 !important;
  border: 1px solid #e0e0e0 !important;
  color: #888 !important;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
.tab:focus-visible {
  outline: none !important;
  border: 3px solid #161616 !important;
  border-radius: 4px !important;
  z-index: 2;
  transition: none !important;
}

.serach-div a {
  font-size: 28px;
  color: white;
}

.serach-div input::placeholder {
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
  .serach-div .close {
    right: 0px;
  }

  .serach-div .search-field {
    width: 90vw;
  }

  .serach-div a {
    font-size: 24px;
  }

  .serach-div input {
    font-size: 25px;
  }

  .serach-div input::placeholder {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .serach-div .close {
    right: 0px;
  }

  .serach-div .search-field {
    width: 90vw;
  }

  .serach-div a {
    font-size: 24px;
  }

  .serach-div input {
    font-size: 25px;
  }

  .serach-div input::placeholder {
    font-size: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .serach-div .close {
    right: 0px;
  }

  .serach-div .search-field {
    width: 90vw;
  }

  .serach-div a {
    font-size: 20px;
  }

  .serach-div input {
    font-size: 20px;
  }
  .serach-div input::placeholder {
    font-size: 20px;
  }
}

/* Slider Css */
.shape-bg {
  background-image: url("../images/icons/bottomShape.svg");
  width: 100%;
  height: 72px;
  position: absolute;
  z-index: 11;
  bottom: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slider .main-slider {
  width: 100%;
  min-height: 70vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bottom-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}

.bottom-shape img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.slider .carousel-control-next,
.carousel-control-prev {
  width: 5%;
  margin: 30px;
}

.slider-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.f-custom-slider .carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e5e7eb;
  opacity: 1;
  transition: opacity 0.3s ease;
  margin: 0 5px;
}

.f-custom-slider .carousel-indicators .active {
  opacity: 1;
  background-color: #1b8354;
}

.f-custom-slider .carousel-indicators {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}

.f-custom-slider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.f-custom-slider .carousel-item {
  position: relative;
  display: none;
  width: 100%;
  transition: opacity 0.6s ease-in-out;
}

.f-custom-slider .carousel-item.active {
  display: block;
}

.f-custom-slider.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.f-custom-slider.carousel-fade .carousel-item.active {
  opacity: 1;
}

.slider-btn {
  font-weight: 500 !important;
  border-radius: 4px !important;
  padding: 0px 16px !important;
  border: none;
  color: #161616;
  height: 40px;
  font-size: 16px !important;
}

.slider-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
}

.slider-detail {
  width: 100%;
  text-align: left;
  flex-shrink: 0;
}

.slider-sub-img {
  text-align: center;
  width: 45%;
}

.slider-sub-img img {
  width: 70%;
}

.slider-title {
  font-size: 48px;
  font-weight: var(--font-weight-600);
  color: white;
  text-transform: uppercase;
}

.slider-description {
  font-size: 20px;
  color: #fff;
}

.white-readBtn {
  background-color: white !important;
  width: 120px;
  height: 40px;
  font-weight: var(--font-weight-600);
}

.white-readBtn:hover {
  background-color: var(--primary) !important;
  color: white !important;
}

.white-readBtn i {
  font-size: 16px;
  margin-left: 10px;
}

/* Hero Slider Custom Styles */
.hero-bg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}

.hero-horses {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 60%;
  z-index: 1;
  pointer-events: none;
}

.hero-horses.horses-right {
  right: 0;
}

.hero-horses.horses-left {
  left: 0;
}

.slider-img.main-slider {
  position: relative;
  overflow: hidden;
}

.slider-img.main-slider .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.slider-img.main-slider .container {
  z-index: 2;
}

/*.f-custom-slider {*/
/*  background: linear-gradient(180deg, #6c4e46 0%, #d5c6b7 100%);*/
/*}*/

/*.f-custom-slider .slider-title {*/
/*  color: #422e2b;*/
/*}*/

/*.f-custom-slider .slider-description {*/
/*  color: #181010;*/
/*}*/

/*.f-custom-slider .slider-detail {*/
/*  width: 70%;*/
/*}*/

/*.f-custom-slider .bottom-shape {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  z-index: 10;*/
/*  pointer-events: none;*/
/*}*/

/*.f-custom-slider .bottom-shape img {*/
/*  width: 100%;*/
/*  display: block;*/
/*}*/

/*.f-custom-slider .read-more-btn {*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  gap: 8px;*/
/*  background: var(--primary);*/
/*  color: #fff;*/
/*  padding: 0px 16px;*/
/*  height: 40px;*/
/*  border-radius: 4px;*/
/*  text-decoration: none;*/
/*  font-weight: 600;*/
/*  transition: background 0.3s ease;*/
/*}*/

/*.f-custom-slider .read-more-btn:hover {*/
/*  background: var(--title);*/
/*  color: #fff;*/
/*  text-decoration:none;*/
/*}*/

/*.f-custom-slider .read-more-btn img {*/
/*  width: 20px;*/
/*  height: 20px;*/
/*}*/


.carousel-prev,
.carousel-next {
  width: 50px;
}

@media only screen and (max-width: 991px) {
  .slider .main-slider {
    width: 100%;
    min-height: 45vh;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
  }

  .slider-row {
    gap: 15px;
  }

  .slider-detail {
    width: 100%;
  }

  .slider-sub-img {
    width: 100%;
  }

  .slider-title {
    font-size: 28px;
    font-weight: var(--font-weight-700);
    color: white;
    text-transform: uppercase;
  }

  .slider-description {
    font-size: 18px;
    color: white;
  }

  .white-readBtn {
    width: 120px;
    height: 40px;
    font-size: 14px !important;
  }

  .white-readBtn i {
    font-size: 14px;
  }

  .slider .carousel-control-next,
  .carousel-control-prev {
    width: 7%;
    margin: 10px;
  }

  .bottom-shape {
    min-height: auto;
    bottom: -2px;
  }

  .bottom-shape img {
    min-height: auto;
  }

  .logo-header {
    width: 90%;
    justify-content: start;
  }

  .site-header .main-bar {
    height: 72px;
  }
  /*.f-custom-slider .carousel-indicators {*/
  /*  bottom:50px !important;*/
      
  /*}*/
  /*.f-custom-slider .slider-img.main-slider {*/
  /*  min-height: 420px;*/
  /*}*/

  /*.hero-horses {*/
  /*  height: 45%;*/
  /*}*/

  /*.f-custom-slider .slider-detail {*/
  /*  width: 65%;*/
  /*}*/

  /*.f-custom-slider .slider-title {*/
  /*  font-size: 28px;*/
  /*}*/

  /*.f-custom-slider .slider-description {*/
  /*  font-size: 18px;*/
  /*  line-height: 1.25;*/
  /*}*/

  /*.f-custom-slider .bottom-shape {*/
  /*  bottom: -1px;*/
  /*}*/
}

@media only screen and (max-width: 767px) {
   .slider-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .slider-detail {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .slider-sub-img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    order: 1;
  }

  .slider-sub-img img {
    width: 70%;
  }

  .slider-title {
    font-size: 24px;
    text-align: center;
  }

  .slider-description {
    font-size: 16px;
    text-align: center;
  }

  .slider .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
    margin: 10px;
  }

  .white-readBtn {
    width: 120px;
    height: 40px;
    font-size: 14px !important;
    text-align: center;
    margin: 10px auto 0;
  }

  .site-header .container {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 575px) {
 .slider .main-slider {
    width: 100%;
    min-height: 80vh;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
  }

  .slider-row {
    flex-direction: column-reverse;
    gap: 0px !important;
  }

  .slider-detail {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .slider-sub-img {
    width: 80%;
    text-align: center;
    order: 1;
  }

  .slider-sub-img img {
    width: 70%;
  }

  .f-custom-slider .carousel-indicators {
    bottom: 8px !important;
  }

  .bottom-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .slider .carousel-control-next,
  .carousel-control-prev {
    width: 14%;
    margin: 0px;
  }

  .white-readBtn {
    width: 120px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 10px auto 0;
  }

  .slider-title {
    font-size: 24px;
    text-align: center;
  }

  .slider-description {
    font-size: 16px;
    color: white;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  /* f-custom-slider hero - mobile responsive */
  /*.f-custom-slider .slider-img.main-slider {*/
  /*  min-height: 60vh;*/
  /*}*/

  /*.hero-horses {*/
  /*  height: 30%;*/
  /*  opacity: 1;*/
  /*  bottom: 1px;*/
  /*}*/

  /*.f-custom-slider .slider-detail {*/
  /*  width: 100%;*/
  /*  margin-top: -80px;*/
  /*}*/

  /*.f-custom-slider .slider-title {*/
  /*  font-size: 24px;*/
  /*}*/

  /*.f-custom-slider .slider-description {*/
  /*  font-size: 16px;*/
  /*  line-height: 1.25;*/
  /*}*/
}

/* form CSS */

.form-title {
  color: #161616;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 16px;
}

#exampleFormControlTextarea1 {
  height: 180px !important;
  background: #f3f4f6 !important;
  color: #6c737f !important;
  padding: 16px !important;
  border: 1px solid #6c737f !important;
  font-size: 16px !important;
}
#exampleFormControlTextarea2 {
  height: 180px !important;
  background: #f3f4f6 !important;
  color: #6c737f !important;
  padding: 16px !important;
  border: 1px solid #6c737f !important;
  font-size: 16px !important;
}

.form-steps-card {
  padding: 40px;
  background-color: #f9fafb;
  border-radius: 16px;
  width: 300px;
}

.steps {
  display: flex;
  flex-direction: column;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.step {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
  outline: none;
}

.step:last-child {
  margin-bottom: 0;
}

/* Draw line from previous step's circle to this step's circle */
.step:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -35px;
  width: 2px;
  height: 40px;
  background-color: #d1d5db;
  z-index: 0;
}

.step.completed:not(:first-child)::before {
  background-color: var(--primary);
}

.step:hover:not(:first-child)::before {
  background-color: var(--primary);
  transition: none;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #d1d5db;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle img {
  width: 16px;
  height: 16px;
}

.step-info {
  display: flex;
  flex-direction: column;
}

.step-title {
  margin: 0;
  font-weight: bold;
  color: #111827;
  font-size: 16px;
}

.step-description {
  margin: 2px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.step.completed .circle {
  background-color: var(--primary);
}

.step.active .circle {
  background-color: white;
  border: 2px solid #d2d6db;
  color: #d2d6db;
}

.step:hover .circle {
  border: 2px solid var(--primary);
  color: var(--primary);
}

.step.completed:hover .circle {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: white;
}


@media only screen and (max-width: 991px) {
  .f-form-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-inner-form {
    padding: 70px 20px 40px 20px;
  }
  .content-inner-data {
    padding: 70px 20px 0px 20px;
  }
  .form-steps-card {
    padding: 24px 16px;
    background-color: #f9fafb;
    border-radius: 16px;
    width: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .f-form-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-inner-form {
    padding: 70px 20px 40px 20px;
  }
  .content-inner-data {
    padding: 70px 20px 20px 20px;
  }
  .top-row {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .footer-text {
    text-align: left !important;
  }
  .left-group p {
    display: flex;
    flex-direction: column; /* Stack the buttons vertically */
    gap: 10px; /* Space between text and buttons */
  }

  .yesbtn,
  .nobtn {
    width: 100%; /* Buttons take full width */
    text-align: center; /* Optional: center the text inside buttons */
    margin-left: 0; /* Remove any margin-left for stacking */
  }

  /* Optional: Align the buttons to be 100% width */
  .left-group p a {
    display: block; /* Make <a> tags take full width */
    width: 100%;
  }
  .prompt {
    gap: 10px;
  }
  .yesbtn {
    margin-left: 0px !important;
  }
}

/* Services Css */
.services {
  background-image: url("../../new_assets/images/about_bg_transparent.webp");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f3fcf6;
  /*position: relative;*/
  /*overflow: hidden;*/
}
/*.services::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: -420px;*/
/*  width: 40%;*/
/*  height: 100%;*/
/*  background-image: url("../../new_assets/images/About-Background.png");*/
/*  background-position: right top;*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  opacity: 0.2;*/
/*  pointer-events: none;*/
/*  z-index: 0;*/
/*}*/

/*.services > * {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/
.services .main-text {
  font-size: 16px !important;
  width: 960 !important;
  margin-bottom: 20px;
}
.services .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.services .title img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}

.latest-services .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.latest-services .title img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}
.projects .titles {
  display: flex;
  align-items: center;
  gap: 8px;
}
.projects .titles img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}
.virtual .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.virtual .title img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}
.events .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.events .title img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.latest-news .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.latest-news .title img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}
.partners .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.partners .title img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}
.title-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.services .d-flex {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.services .read-btns {
  color: #161616;
  border: 1px solid #d2d6db;
  padding: 0px 16px;
  border-radius: 4px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .read-btns:hover {
  background-color: #f3f4f6 !important;
  color: #161616 !important;
  border: 1px solid #e5e7eb !important;
}

.services .service-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.services .service-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.services .service-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30rem;
  padding: 12px;
  background-color: #1b8354;
}
.services .service-icon1 {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30rem;
  padding: 12px;
  background-color: #efb310;
}

.services .service-icon img {
  width: 35px;
  height: 35px;
  /*width:80%*/
}
.services .service-icon1 img {
  width: 35px;
  height: 35px;
  /*width:80%*/
}

.services .service-title {
  font-size: 18px;
  font-weight: var(--font-weight-700);
  margin-bottom: 0;
  margin-top: 10px;
}

.services .service-description {
  font-size: 16px;
  font-weight: var(--font-weight-400);
  color: var(--secondary);
  text-align: center;
}

.service-start .service-description {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .title {
    font-size: 20px;
  }
  .services {
    background-size: cover;
    background-position: inherit;
  }
  .services .main-text {
    font-size: 16px !important;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .services .service-icon {
    width: 70px;
    height: 70px;
    padding: 16px;
    margin-bottom: 15px;
  }

  .services .service-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .services .service-description {
    font-size: 16px;
    text-align: center;
  }
    .services::after {
  right:-180px !important;
      
  }
  .partners::after{
      left:-230px !important;
  }
}

@media only screen and (max-width: 480px) {
  .title {
    font-size: 18px;
  }
  .services {
    background-size: cover;
    background-position: inherit;
  }
  .services .main-text {
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .services .service-icon {
    width: 60px;
    height: 60px;
    padding: 12px;
    margin-bottom: 12px;
  }

  .services .service-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
  }

  .services .service-description {
    font-size: 14px;
    text-align: center;
  }
  .services .title img {
    width: 35px;
    height: 35px;
  }
  .latest-services .title img {
    width: 35px;
    height: 35px;
  }
  .projects .title img {
    width: 35px;
    height: 35px;
  }
  .virtual .title img {
    width: 35px;
    height: 35px;
  }
  .events .title img {
    width: 35px;
    height: 35px;
  }
  .latest-news .title img {
    width: 35px;
    height: 35px;
  }
  .partners .title img {
    width: 35px;
    height: 35px;
  }
   .services::after,
  .partners::after,
  footer::after {
    display: none;
  }
}

/* About Css */

.about {
  background-color: #edfaf1;
  /*background-image: url(../images/logobg.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about img {
  width: 280px;
}

.about .read-btn {
  background-color: var(--primary);
  color: white;
  font-size: 14px;
  font-weight: var(--font-weight-600);
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20rem;
}

.about .read-btn i {
  font-size: 15px;
  margin-left: 20px;
}

.about .read-btn:hover {
  background-color: var(--primary-dark);
  color: white;
  transition: 2s;
}

@media only screen and (max-width: 767px) {
  .about .read-btn {
    font-size: 16px;
    width: 150px;
    height: 50px;
    display: flex; /* Use flex to align content */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    margin: 20px auto;
    text-align: center;
  }

  .about .read-btn i {
    font-size: 12px;
    margin-left: 8px; /* adjust spacing */
    display: inline-block;
  }

  .about .sub-title {
    text-align: center;
  }
  .about .title {
    text-align: center;
  }
  .about .description {
    text-align: center;
  }
  .about img {
    width: 160px;
  }
}

/* Events Css */
.projects {
  /*background-color: #e9dfcf;*/
   background-image: url("../../new_assets/images/Cultural-Projects-Section.webp"); 
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.projects .titles {
  color: #fff;
  font-size: 30px !important;
  /* text-transform: uppercase; */
  font-weight: var(--font-weight-700);
  margin-bottom: 20px;
}
.projects .main-text {
  color: #fff;
  font-size: 16px;
  width: 960px;
  margin-bottom: 20px;
}

.projects-align {
  display: flex;
  align-items: center;
}

.swiper-projects .swiper-slide {
  display: flex;
  justify-content: center;
  text-align: center;
}

.swiper-projects .swiper-slide-active {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-projects .swiper-slide-active > .projects-card{
    border:2px solid var(--title);
}
.blur-box {
  width: 100%;
   box-shadow:
    rgba(16, 24, 40, 0.1) 0px 4px 8px -2px,
    rgba(16, 24, 40, 0.06) 0px 2px 4px -2px;
  height: 100%;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background-color: rgb(255 255 255 / 57%);
  z-index: 1111;
  display: none;
  position: absolute;
}

.swiper-projects .swiper-slide > .projects-card .blur-box {
  display: block;
}
.swiper-projects .swiper-slide-active > .projects-card .blur-box {
  display: none;
}

/* .swiper-projects .swiper-slide-active > .projects-card {
  border: 4px solid var(--primary-hover);
} */

.projects-card {
  background-color: white;
  border-radius: 16px;
   box-shadow:
    rgba(16, 24, 40, 0.1) 0px 4px 8px -2px,
    rgba(16, 24, 40, 0.06) 0px 2px 4px -2px;
  text-align: left;
  margin: 10px;
  width: 100%;
  height: auto;
  border:2px solid #fff;
  position: relative;
  text-align: center;
}

.projects-card .projects-description {
  padding: 10px 30px 30px 30px;
  position: relative;
}

.projects-card .projects-image {
  text-align: center;
  padding: 20px 20px 0px 20px;
  position: relative;
}

.projects-card .projects-image img {
  min-height: 120px;
  max-height: 120px;
}

.projects-card .projects-description .title {
  font-size: 20px;
  /*font-weight: var(--font-weight-700);*/
  color: var(--primary);
  margin-bottom: 10px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px;
}

.projects-card .projects-description p {
  font-size: 16px;
  /*font-weight: var(--font-weight-400);*/
  color: var(--secondary);
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.projects-card .projects-description .readBtn {
  background-color: var(--primary);
  color: white;
  font-size: 16px;
  /*font-weight: var(--font-weight-600);*/
  border-radius: 4px;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-top: 20px;
  display: none;
  padding: 0px 16px;
}

.projects-card .projects-description .readBtn:hover {
  background-color: var(--title);
}

.swiper-projects .swiper-slide > .projects-card .projects-description p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-projects .swiper-slide-active > .projects-card .projects-description p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-projects .swiper-slide > .projects-card .projects-description .readBtn {
  display: none;
}
.swiper-projects
  .swiper-slide-active
  > .projects-card
  .projects-description
  .readBtn {
  display: block;
}
.swiper-opendata .swiper-slide > .projects-card .projects-description .readBtn {
  display: none;
}
.swiper-opendata
  .swiper-slide-active
  > .projects-card
  .projects-description
  .readBtn {
  display: block;
}
.swiper-pagination-projects {
  text-align: center;
  display: flex;
  gap: 4px;
}

.swiper-projects-button-prev {
  border-radius: 50%;
  color: #161616;
  background-color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-projects-button-prev:hover {
  border-radius: 50%;
  background-color: #1B8354;
  color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-projects-button-next:hover {
  border-radius: 50%;
  background-color: #1B8354;
  color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-projects-button-next {
  border-radius: 50%;
  background-color: #fff;
  color: #161616;
  height: 42px !important;
  width: 42px !important;
}
/* Arrow Buttons Styling */
.swiper-button-prev,
.swiper-button-next {
  margin: 0 5px; /* Space between buttons */
}

/* Arrow Icons Styling */
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 16px; /* Adjust size of the arrow icons */
}

.swiper-pagination-projects .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: white;
  border: 2px solid white;
  opacity: 1;
  margin-left:5px;
margin-right:5px;
}

.swiper-container .swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet{

    width:18px;
    height:18px;
    margin-left:5px;
    margin-right:5px;

}

.swiper-pagination-projects .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #1B8354;
  border: 2px solid #1B8354;
  opacity: 10;
}

@media only screen and (min-width: 1200px) {
  /* .projects-card {
    height: 560px;
  } */
}

@media only screen and (max-width: 991px) {
  .projects {
     background-position: center center;
  background-size: cover;
  }
  .projects .titles {
    color: #fff;
    font-size: 20px !important;
    /* text-transform: uppercase; */
    font-weight: var(--font-weight-700);
    margin-bottom: 20px;
  }
  .projects .main-text {
    color: #fff;
    font-size: 16px;
    width: 600px;
    margin-bottom: 20px;
  }


  .projects-card .projects-description {
    padding: 10px 20px 30px 20px;
    position: relative;
  }

  .projects-card .projects-description .readBtn {
    width: 120px;
    height: 40px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .projects {
     background-position: center center;
  background-size: cover;
  }
  .projects .main-text {
    color: #fff;
    font-size: 16px;
    width: 450px;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 575px) {
  .projects {
     background-position: center center;
  background-size: cover;
  }
  .projects .main-text {
    font-size: 16px !important;
    width: 360px !important;
    margin-bottom: 20px !important;
  }
}

/* Virtual exhibitions */
.virtual {
  /*background-image:*/
  /*  linear-gradient(*/
  /*    45deg,*/
  /*    rgba(248, 245, 244, 1) 37%,*/
  /*    rgba(248, 245, 244, 0.6) 73%,*/
  /*    rgba(248, 245, 244, 0) 100%*/
  /*  ),*/
  /*  url(../images/Pattern.png);*/
  
  background-image: url(../images/VE.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.virtual .title {
  font-size: 30px;
  color: #1b8354;
  /* text-transform: uppercase; */
  font-weight: var(--font-weight-700);
  margin-bottom: 20px;
}

.virtual .main-text {
  font-size: 16px;
  width: 960px;
  margin-bottom: 50px;
}

.virtual .virtual-tabs {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.virtual .nav-pills {
  width: 29%;
  gap:4px;
}

.virtual .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  font-size: 14px;
  color: black;
  text-align: left;
  font-weight: var(--font-weight-400);
  border-bottom: none;
  padding: 16px;
  margin: 0px !important;
  width: 100%;
  position:relative;
  border-radius:4px;
}

.virtual .nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 4px;
  height:80%;
  background-color: var(--primary);
  border-radius: 20px;
}


.virtual .nav-pills .nav-link:hover:not(.active){
    background-color:#F3F4F6;
}
.virtual .nav-pills .nav-link:hover:not(.active)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 80%;
  background-color: #161616;
  border-radius: 20px;
}

.virtual .nav-pills .nav-link .active {
  color: #1b8354;
  border-bottom: 1px solid #1b8354;
  font-size: 14px;
}

.virtual .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--primary);
  font-size: 14px;
   font-weight: var(--font-weight-700);
  /*border-bottom: 1px solid #efb310;*/
}

.virtual .tab-content {
  width: 70%;
}

.virtual .tab-content .tab-title {
  font-size: 16px;
  font-weight: var(--font-weight-600);
  color: black;
}

.virtual .tab-content .tab-description {
  font-size: 16px;
  color: black;
}

.virtual-hr {
    background-color: rgba(35, 31, 32, 0.3) !important;
  border: 0 !important;
  opacity: 1 !important;
  width: auto !important;
  position: static !important;
  left: 0 !important;
  height: 1px !important;
  margin: 1rem 0 !important;
  color: inherit !important;

}

.virtual .tab-content .read-more {
  background-color: var(--primary);
  color: white;
  float: right;
  border-radius: 4px;
  font-size: 16px;
  /*font-weight: 500;*/
  padding: 0px 16px;
  height: 40px;
  /*width:112px;*/
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtual .tab-content .read-more i {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}

.virtual .tab-content .read-more:hover {
  background-color: var(--title);
  transition: 2s;
}

@media only screen and (max-width: 991px) {
  .virtual .title {
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: var(--font-weight-700);
    margin-bottom: 20px;
  }
  .virtual .main-text {
    font-size: 16px;
    width: 600px;
    margin-bottom: 50px;
  }

  .virtual {
     background-position: center center;
  background-size: cover;
  }
  .virtual .nav-pills {
    width: 36%;
  }
  .virtual .tab-content {
    width: 60%;
  }
  .virtual .nav-pills .nav-link {
    padding: 12px 10px 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .virtual .main-text {
    font-size: 16px;
    width: 450px;
    margin-bottom: 25px;
  }

  .virtual .nav-pills {
    width: 100%;
  }
  .virtual .tab-content {
    width: 100%;
    margin-top: 40px;
  }
  .virtual .nav-pills .nav-link {
    padding: 12px 20px 10px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .virtual .main-text {
    font-size: 16px;
    width: 360px;
    margin-bottom: 25px;
  }
  .virtual .tab-content .read-more {
    background-color: var(--primary);
    color: white;
    float: right;
    border-radius: 4px;
    font-size: 16px;
    /*font-weight: 500;*/
    padding: 0px 16px;
    height: 40px;
    width: 120px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Events Css */
.events {
  /* background-color: #1b8354; */
  /* background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
  background-image: url(../images/events-section.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.events .main-text {
  font-size: 16px !important;
  width: 960px !important;
  margin-bottom: 20px;
}

.events-align {
  display: flex;
  align-items: center;
}

.swiper-events .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s;
  will-change: transform;
  width: 100%;
}

.swiper-events .swiper-slide-active {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-events .swiper-slide-active > .events-card{
    border:2px solid var(--title);
}

.f-slider-container.swiper-events .swiper-slide.swiper-slide-next {
  right: 15px !important;
}
.f-slider-container.swiper-events .swiper-slide.swiper-slide-prev {
  left: 15px !important;
}
.swiper-events .swiper-slide-active > .events-card {
  /* border: 4px solid var(--primary-hover); */
}
.swiper-events-button-prev {
  border-radius: 50%;
  color: #161616;
  background-color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-events-button-prev:hover {
  border-radius: 50%;
  background-color: #166A45;
  color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-events-button-next:hover {
  border-radius: 50%;
  background-color: #166A45;
  color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-events-button-next {
  border-radius: 50%;
  background-color: #fff;
  color: #161616;
  height: 42px !important;
  width: 42px !important;
}

.events-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06); 
  border: 1px solid #f3f4f6;
  text-align: left;
  margin: 10px;
  width: 100%;
  height: auto;
}

.events-card .events-description {
  padding: 20px;
  position: relative;
}

.events-card .events-image {
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.events-card .events-image img {
    width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height:100%;
  display: block;
  border-radius: 8px;
}


.events-card .events-description .title a {
  font-size: 16px;
  /*font-weight: var(--font-weight-900);*/
  color: #1b8354;
  margin-bottom: 10px;
  line-height:1.2 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-card .events-description p {
  font-size: 20px;
  font-weight: var(--font-weight-600);
  color: #8b8b8b;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-card .events-description .events-detail-list {
  display: flex;
  margin-bottom: 8px;
  gap:4px
}

.events-card .events-description .events-detail-list i {
  color: var(--primary);
  margin-right: 10px;
}

.events-card .events-description .events-detail-list p {
  color: var(--secondary);
  font-size: 14px;
  font-weight: var(--font-weight-400);
  margin-bottom: 0px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-pagination-events {
  text-align: center;
  /*gap: 4px;*/
  display: flex;
}

.swiper-pagination-events .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ced1d3;
  opacity: 10;
}

.swiper-pagination-events .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #166A45;
  border: 1px solid #166A45;
  opacity: 10;
}

@media only screen and (min-width: 1200px) {
  .events-card {
    height: 565px;
  }
}

@media only screen and (max-width: 991px) {
  .events .main-text {
    font-size: 16px !important;
    width: 600px !important;
    margin-bottom: 20px;
  }

  .events {
     background-position: center center;
  background-size: cover;
  }

  .events-card .events-description .dateTag {
    width: 150px;
    height: 40px;
    top: -20px;
  }

  .swiper-pagination-events {
    margin-top: 20px;
  }
  .events-card .events-description .title {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
  }
  .events-card .events-description .events-detail-list p {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .events .main-text {
    font-size: 16px !important;
    width: 450px !important;
    margin-bottom: 20px;
  }

  .events-card .events-description .title {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
  }
  .events-card .events-description .events-detail-list p {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px) {
  .events .main-text {
    font-size: 16px !important;
    width: 350px !important;
    margin-bottom: 20px;
  }
  .events-card .events-description .title {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
  }
  .events-card .events-description .events-detail-list p {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
  }
}

.separator {
  width: 100%;
  height: 25px;
  margin: 8px 0px;
  background-image: url("../../new_assets/images/separator-1.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
/* Eservices*/
.latest-services {
  background-image: url("../../new_assets/images/E-Services-Section.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f9f6f2;
}

.latest-services-align {
  display: flex;
  align-items: center;
}
.latest-services .main-text {
  font-size: 16px !important;
  width: 960px !important;
  margin-bottom: 20px;
}

.latest-services .read-btns {
  color: #161616;
  border: 1px solid #d2d6db !important;
}
.latest-services .read-btns:hover {
  background-color: #f3f4f6 !important;
  color: #161616 !important;
  border: 1px solid #e5e7eb !important;
}

.swiper-eight .swiper-slide {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: auto;
}

.swiper-service .swiper-slide {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.swiper-eight .swiper-slide-active > .latest-services-card{
    border:2px solid var(--primary);
}
.swiper-service .swiper-slide-active > .latest-services-card{
    border:2px solid var(--primary);
}

.latest-services-card {
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #fff;
  /* box-shadow: 0 3px 10px 0 #00000024; */
  text-align: left;
  margin: 10px;
  width: 370px;
  max-width: 100%;
  height: auto;
  padding:16px;
  box-shadow:
    rgba(16, 24, 40, 0.1) 0px 4px 8px -2px,
    rgba(16, 24, 40, 0.06) 0px 2px 4px -2px;
}
.latest-services-card:hover {
  background-color: #f9fafb;
}

.latest-services-card .latest-services-description {
  flex-grow: 1; /* takes remaining height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*padding: 0px 20px 20px 20px;*/
}
.latest-services-card .latest-services-description .description-p {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  min-height: 48px;
  font-size: 16px;
  color: #1f2a37;
}

.latest-services-card .latest-services-image {
  display: inline-block;
  padding: 8px; /* Optional: Adjust padding if needed */
  background-color: #f3fcf7;
  border-radius: 50%; /* Circle shape */
  width: 48px; /* Circle width */
  height: 48px; /* Circle height */
  text-align: center;
  /*margin: 20px 0px 0px 20px;*/
  overflow: hidden; /* Hide any part of the image that overflows */
}

.latest-services-card .latest-services-image img {
  width: 22px; /* Icon width */
  height: 22px; /* Icon height */
  object-fit: contain; /* Ensures the image fits inside the circle without distortion */
  margin-top: 50%; /* Optional: Center the icon vertically */
  transform: translateY(-50%); /* Ensures vertical centering */
}

.latest-services-card .latest-services-description .dateTag {
  background: var(--primary);
  display: flex;
  width: 130px;
  height: 30px;
  text-align: center;
  color: white;
  border-radius: 50rem;
  font-size: 13px;
  font-weight: var(--font-weight-600);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
}

.latest-services-card .latest-services-description .title {
  font-size: 18px;
  min-height: 43px;
  color: var(--primary);
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-services-card .latest-services-description p {
  font-size: 16px;
  color: #8b8b8b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* Container for pagination and arrows */
.container-service {
  display: flex;
  justify-content: space-between; /* Spread out the pagination and arrows */
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

/* Pagination (Bullets) - Left-aligned */
.swiper-pagination-latest-services {
  order: 1;
  text-align: left;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}

/* Individual Bullet Styling */
.swiper-pagination-latest-services .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1B8354;
  opacity: 10;
  margin-left: 5px;
}

/* Active Bullet Styling */
.swiper-pagination-latest-services .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #1b8354;
  border: 2px solid #1b8354;
  opacity: 10;
}

/* Alignment for Buttons (Arrows) */
.alignment {
  order: 2; /* Ensures the arrow buttons are positioned after the pagination */
  display: flex;
  justify-content: flex-end; /* Align buttons to the right */
  align-items: center;
  gap: 20px;
}
.swiper-eight-button-prev {
  border-radius: 50%;
  color: #161616;
  background-color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-eight-button-prev:hover {
  border-radius: 50%;
  background-color: #1b8354;
  color: white;
  height: 42px !important;
  width: 42px !important;
}
.swiper-eight-button-next:hover {
  border-radius: 50%;
  background-color: #1b8354;
  color: white;
  height: 42px !important;
  width: 42px !important;
}
.swiper-eight-button-next {
  border-radius: 50%;
  background-color: #fff;
  color: #161616;
  height: 42px !important;
  width: 42px !important;
}
.swiper-service-button-prev {
  border-radius: 50%;
  color: #161616;
  background-color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-service-button-prev:hover {
  border-radius: 50%;
  background-color: #1b8354;
  color: white;
  height: 42px !important;
  width: 42px !important;
}
.swiper-service-button-next:hover {
  border-radius: 50%;
  background-color: #1b8354;
  color: white;
  height: 42px !important;
  width: 42px !important;
}
.swiper-service-button-next {
  border-radius: 50%;
  background-color: #fff;
  color: #161616;
  height: 42px !important;
  width: 42px !important;
}
/* Arrow Buttons Styling */
.swiper-button-prev,
.swiper-button-next {
  margin: 0 5px; /* Space between buttons */
}

/* Arrow Icons Styling */
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 16px; /* Adjust size of the arrow icons */
}

.service-tags {
  display: flex;
  flex-wrap: nowrap;

  gap: 6px;
  margin: 8px 0;
}

.tag-pill {
  padding: 3px 10px;
  background-color: #ecfdf3;
  border: 1px solid #abefc6;
  color: #085d3a;
  font-size: 11px;
  border-radius: 4px;
}
.tag-pill1 {
  padding: 3px 10px;
  background-color: #eff8ff;
  border: 1px solid #b2ddff;
  color: #1849a9;
  font-size: 11px;
  border-radius: 4px;
}
.tag-pill2 {
  padding: 3px 10px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #1f2a37;
  font-size: 11px;
  border-radius: 4px;
}

.service-buttons {
  display: flex;
  gap: 7px;
  margin-top: 10px;
}

.service-buttons .btn {
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  padding: 0px 16px;
  font-weight: 500;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-buttons .btn:hover {
  background-color: var(--title);
}

.service-buttons .btn-outline-secondary {
  color: #161616;
  border: 1px solid #d2d6db;
  background-color: #fff;
  font-weight: 500;
}

.service-buttons .btn-outline-secondary:hover {
  background-color: #1b8354;
  color: white;
}
@media only screen and (max-width: 991px) {
  .latest-services {
    background-size: cover;
     background-position: center center;
  
  }
  .latest-services .main-text {
    font-size: 16px !important;
    width: 600px !important;
    margin-bottom: 20px;
  }
  .service-buttons .btn {
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    padding: 0px 16px;
    font-weight: 500;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .latest-services .main-text {
    font-size: 16px !important;
    width: 450px !important;
    margin-bottom: 20px !important;
  }
  .service-buttons .btn {
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    padding: 0px 16px;
    font-weight: 500;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .latest-services-card {
    width: 320px;
    max-width: 90vw;
  }
}

@media only screen and (max-width: 575px) {
  .latest-services {
    background-size: cover;
     background-position: center center;
 
  }
  .latest-services .main-text {
    font-size: 16px !important;
    width: 360px !important;
    margin-bottom: 20px;
  }
  .service-buttons .btn {
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    padding: 0px 16px;
    font-weight: 500;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 3px;
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    opacity: 0.5;
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    opacity: 1;
  }
  .container-service {
    flex-direction: column;
    gap: 20px;
  }
    .latest-services-card {
    width: 300px;
    max-width: 85vw;
  }
}

/* Latest News */
.latest-news {
   background-image: url(../images/News-Section.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.latest-news .main-text {
  font-size: 16px !important;
  width: 960 !important;
  margin-bottom: 20px;
}

.latest-news-card {
  height: 410px; /* Set a fixed height for each card */
  overflow: hidden;
  width: 410px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.latest-news-image-wrapper {
  padding: 16px 16px 0px 16px; /* Padding around the image */
  box-sizing: border-box; /* Include padding in the total height calculation */
  overflow: hidden;
  display: block;
}

.latest-news-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 11px;
  object-fit: cover;
  background-color: #f3f4f6;
}

.latest-news-image img {
  width: 100%; /* Ensure the image stretches to fit the width of the container */
  height: auto; /* Adjust the height based on the aspect ratio */
  display: none; /* Hide the <img> tag, as you're using background-image */
}

.latest-news-align {
  display: flex;
  align-items: center;
}

.swiper-three .swiper-slide {
  display: flex;
  justify-content: center;
  text-align: center;
}

.swiper-three .swiper-slide-active > .latest-news-card{
    border:2px solid var(--primary);
}

.latest-news-card {
  background-color: white;
   box-shadow: 0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06); 
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  text-align: left;
  margin: 10px;
}

.latest-news-card .latest-news-description {
  padding: 0px 16px 16px 16px;
  position: relative;
}

.latest-news-card .latest-news-image img {
  width: 100%;
  border-radius: 20px;
}

.latest-news-card .latest-news-description .dateTag {
  background: var(--primary);
  display: flex;
  padding: 0px 16px;
  height: 40px;
  text-align: center;
  color: white;
  border-radius: 50rem;
  font-size: 16px;
  /*font-weight: var(--font-weight-500);*/
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 4px;
  top: unset;
}
.latest-news-card .latest-news-description .dateTag:hover {
  background-color: var(--title);
}

.latest-news-card .latest-news-description .title {
  font-size: 18px;
  /*font-weight: var(--font-weight-900);*/

  margin-top: 8px;
}
.latest-news-card .latest-news-description .title a {
  color: #1f2a37 !important;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-news-card .latest-news-description p {
  font-size: 16px;
  /*font-weight: var(--font-weight-600);*/
  color: #1f2a37;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom:12px;
}

.swiper-pagination-latest-news {
   text-align: center;
  /*gap: 4px;*/
  display: flex;
  /*font-weight: var(--font-weight-600);*/
}

.swiper-pagination-latest-news .swiper-pagination-bullet {
   width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ced1d3;
  opacity: 10;
}

.swiper-pagination-latest-news .swiper-pagination-bullet-active {
   width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #1b8354;
  border: 1px solid #1b8354;
  opacity: 10;
}
.swiper-latest-news-button-prev {
  border-radius: 50%;
  color: #161616;
  background-color: #fff;
  /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
  height: 42px !important;
  width: 42px !important;
}
.swiper-latest-news-button-prev:hover {
  border-radius: 50%;
  background-color: #1b8354;
  color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-latest-news-button-next:hover {
  border-radius: 50%;
  background-color: #1b8354;
  color: #fff;
  height: 42px !important;
  width: 42px !important;
}
.swiper-latest-news-button-next {
  border-radius: 50%;
  background-color: #fff;
  /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
  color: #161616;
  height: 42px !important;
  width: 42px !important;
}

@media only screen and (max-width: 991px) {
  .latest-news {
     background-position: center center;
  background-size: cover;
  }
  .latest-news .main-text {
    font-size: 16px !important;
    width: 600 !important;
    margin-bottom: 20px;
  }
  .f-custom-news {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latest-news-card .latest-news-description .dateTag {
    padding: 0px 16px;
    height: 40px;
  }

  .swiper-pagination-latest-news {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .latest-news .main-text {
    font-size: 16px !important;
    width: 450 !important;
    margin-bottom: 20px;
  }
  .latest-news-card .latest-news-description .dateTag {
    padding: 0px 16px;
    height: 40px;
    top: unset !important;
    bottom: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .latest-news .main-text {
    font-size: 16px !important;
    width: 380 !important;
    margin-bottom: 20px;
  }
}

/* Partners Css */

.partners {

 
}

/*.partners::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -350px;*/
/*  width: 45%;*/
/*  height: 100%;*/
/*  background-image: url("../../new_assets/images/About-Background.png");*/
/*  background-position: left top;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  opacity: 0.2;*/
/*  pointer-events: none;*/
/*  z-index: 0;*/
/*}*/

/*.partners > * {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/

.partner-carousel-wrapper {
  display: flex;
  align-items: center; /* Vertically center all children */
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0 8px;
}

.partner-image {
  min-height: 120px;
  max-height: 120px;
  width: 115px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f3f4f6;
  box-shadow: 0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06); 
  border-radius: 16px;
  padding: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.swiper-container.swiper-four {
  flex: 1;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  padding: 0 4px;
}


.partner-image:hover {
  /*border-color: #1c8354;*/
  /*background-color: #f3fcf6;*/
}

.partner-card .partner-image img {
  width: 80%;
  max-height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-image:hover img {
  transform: scale(1.05);
}

.swiper1-button-prev,
.swiper1-button-next {
  width: 40px !important;
  height: 40px !important;
  background-color: #F3F4F6;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiper1-button-prev:hover,
.swiper1-button-next:hover {
  background-color: var(--primary);
}

.swiper1-button-prev i,
.swiper1-button-next i {
  font-size: 14px;
  color: #161616;
  font-weight: 900;
}

.swiper1-button-prev:hover i,
.swiper1-button-next:hover i {
  color: #fff;
}

.swiper-four .swiper-slide {
  display: flex;
  justify-content: center;
  text-align: center;
  width: auto;
  flex: 0 0 auto;
}

.swiper-four .swiper-slide-active {
  filter: none;
}

.swiper-four .swiper-slide-active > .partner-card{
    border:2px solid var(--primary);
    border-radius: 16px;
}

.swiper-pagination-partners {
  text-align: center;
  margin-top: 30px;
}

.swiper-pagination-partners .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #7b3d31;
  margin: 0 4px;
}

.swiper-pagination-partners .swiper-pagination-bullet-active {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}



/* Medium-large screens - 7 items */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiper-four .swiper-slide {
    width: calc((100% - 140px) / 7) !important;
  }
  .swiper-four .swiper-wrapper {
      gap:8px !important;
  }
}

/* Medium screens - 6 items */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-four .swiper-slide {
    width: calc((100% - 120px) / 6);
  }
  .partner-carousel-wrapper {
    gap: 8px;
  }
  .swiper-four .swiper-wrapper {
    gap: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .partner-carousel-wrapper {
    gap: 4px;
  }
  .partner-image {
    min-height: 100px;
    max-height: 100px;
    width: 100px;
  }
}

/* Responsive */
@media only screen and (max-width: 480px) {
  .partner-image {
    min-height: 140px;
    max-height: 140px;
    width: 200px;
  }
  .partner-card .partner-image img {
    width: 80%;
  }
   .partner-carousel-wrapper {
    gap: 8px;
  }
}

.last-modified {
  text-align: right;
  font-size: 14px;
  color: #555;
  margin: 30px 0px;
}
.last-modified strong {
  color: #000;
}

@media only screen and (max-width: 575px) {
  .last-modified {
    font-size: 12px;
  }
}

/* Mobile App Section */

.app-section {
}
.app-section .app-img {
  width: 90%;
}

.app-section .subtitle {
  color: var(--secondary);
  font-size: 24px;
  font-weight: var(--font-weight-700);
  text-transform: uppercase;
}

.app-section .title {
  color: var(--primary);
  font-size: 36px;
  font-weight: var(--font-weight-700);
  text-transform: capitalize;
  line-height: 42px;
  margin-bottom: 20px;
}

.app-section .description {
  color: #aaa7a7;
  font-size: 20px;
  font-weight: var(--font-weight-600);
  line-height: 30px;
  margin: 0px;
}

.app-section .points {
  color: var(--secondary);
  font-size: 18px;
  font-weight: var(--font-weight-600);
  line-height: 40px;
  margin: 10px 0px;
}

.app-section i {
  font-size: 16px;
  margin-right: 10px;
}

.app-section .app-download {
  display: flex;
  margin-top: 20px;
}

.app-section .app-download a {
  margin-right: 10px;
}

.app-section .app-download a img {
  height: 50px;
}

/* page rating css*/

.top-row {
  display: flex;
  justify-content: space-between;
}
.left-group {
  display: flex;
  align-items: center;
  width: 100%;
}

.left-group a {
  text-decoration: none;
}
.footer-text {
  font-size: 14px;
  color: #555;
  width: 100%;
  text-align: end;
}
.feedback-form {
  display: none;
  margin: 16px 0px;
}
.prompt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:8px;
}
.prompt h4 {
  margin: 0;
}
.close-btn {
  cursor: pointer;
  font-size: 21px;
  color: #161616;
}
.form-check-label {
  display: flex;
  align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    justify-content: flex-start;
}
.form-group {
  margin-top: 8px;
}
textarea {
  width: 100%;
  padding: 6px;
  resize: vertical;
}
.ratingform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.left-panel {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

.right-panel {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.right-panel .btn:hover{
    background-color:var(--title) !important;
    color:white;
}

.gender-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.gender-group p {
  margin: 0;
  font-weight: bold;
}
#promptTitle {
  font-size: 16px !important;
  color: black !important;
  font-weight: 600 !important;
}
.custom-radio {
  margin-bottom: 0px !important;
}

/* Footer Css Start */

footer {
  background-color: var(--title);
  font-family: var(--font-family-base);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
  overflow: hidden;
}

/*footer::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 40px;*/
/*  left: 0px;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background-image: url("../../new_assets/images/footer-backeground.svg");*/
/*  background-position: left center;*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  opacity: 1;*/
/*  pointer-events: none;*/
/*  z-index: 0;*/
/*}*/

/*footer > * {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/

footer .footer-top {
  padding: 80px 0px 30px;
  /* margin-top: 60px; */
}

footer .footer-logo img {
  max-width: 160px;
}

footer .footer-logo {
  margin-bottom: 30px;
}

footer .widget_about p {
  margin-bottom: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
}

footer .footer-title {
  margin: 0px 0px 20px;
  font-weight: var(--font-weight-400);
  color: #fff;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .flex-row {
  display: flex;
  justify-content: space-between;
}

footer .flex-col {
  width: 30%;
  padding: 0 12px;
}

footer .dz-social-icon.style-1 {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}

footer .dz-social-icon.style-1 li {
  /*margin-right: 8px;*/
  color: #000;
}

footer .dz-social-icon.style-1 li:last-child {
  margin-right: 0px;
}

footer .dz-social-icon li {
  display: inline-block;
  /*margin-right: 5px;*/
}

.footer-custom-icon {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping to next line */
  padding: 0;
  list-style: none;
  gap:8px;
}

footer .dz-social-icon li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px; /* Reduced to fit more icons */
  height: 18px;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0; /* Prevent shrinking */
}

footer .dz-social-icon li a img {
  width: 18px;
  height: 18px;
  max-width: 18px;
  object-fit: cover;
  display: block;
  filter: brightness(0) invert(1);
}

footer .dz-social-icon li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.3);
}

footer .widget_services ul li {
  line-height: 34px;
}

footer .widget_services ul li a {
  display: block;
  transition: all 0.8s ease 0s;
  color: #fff;
  /*font-weight: var(--font-weight-600);*/
  font-size: 16px;
}
footer .widget_getintuch div p .share-icon{
    width: 16px; height: 16px; margin-left: 3px;filter:brightness(0) invert(1);
}
footer .widget_services ul li a:hover {
  transition: all 0.8s ease 0s;
  color: rgb(255 255 255 / .8);
  text-decoration:underline !important;
}
footer .widget_services ul li .share-icon{
    width: 16px; height: 16px; margin-left: 8px;filter:brightness(0) invert(1);
}
footer .widget_getintuch div p .share-icon{
    width: 16px; height: 16px; margin-left: 3px;filter:brightness(0) invert(1);
}

footer .widget_getintuch .contactDetial {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap:8px
}

footer .widget_getintuch .contactDetial .icon {
  width: 40px;
  text-align: center;
  /*margin-right: 15px;*/
  display: flex;
  justify-content: center;
  filter: brightness(0) invert(1);
}

footer .widget_getintuch .contactDetial .icon img {
  text-align: center;
  width: 18px;
}

footer .widget_getintuch .contactDetial .icon .addressImg {
  width: 34px;
  text-align: center;
}

footer .widget_getintuch .contactDetial span {
  color: #cbcbcb;
  font-size: 14px;
  font-weight: var(--font-weight-600);
}

footer .widget_getintuch .contactDetial p {
  color: #fff;
  font-size: 16px;
  /*font-weight: var(--font-weight-600);*/
  margin-bottom: 0px;
  line-height: 24px;
}

footer .grcode {
  width: 170px;
}

footer .text {
  font-size: 14px;
  color: white;
  font-weight: 300;
}

footer .white-btn {
  background-color: white;
  color: black;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
  border: none;
  padding: 10px 20px;
  width: 140px;
  height: 50px;
}

footer .white-btn:hover {
  background-color: var(--primary-hover);
  color: rgb(255, 255, 255);
}

footer .footer-bottom {
  padding: 40px 0px;
  border-top: 1px solid rgb(243, 243, 243);
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin-top: 20px;
}

footer .footer-bottom .subrcipt-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-bottom .subcribe-field {
  width: 75%;
}

footer .footer-bottom .subcribe-input {
  background: #ffffff17;
  margin-right: 6px;
  border-radius: 6px;
  color: black;
  border: 1px solid #e7e7e74a;
  display: flex;
  padding: 6px;
}

footer .footer-bottom .subcribe-input input {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: var(--font-weight-400);
  padding: 0 20px;
  width: 100%;
}

footer .footer-bottom .subcribe-input input::placeholder {
  color: white;
  font-size: 18px;
  font-weight: var(--font-weight-400);
}

footer .footer-bottom .subcribe-input .subcribe-btn {
  background: #eaa451;
  color: white;
  font-size: 16px;
  padding: 4px;
  display: flex;
  align-items: center;
}

footer .footer-bottom .subcribe-input .subcribe-text {
  padding: 0 20px;
}

footer .footer-bottom .subcribe-input .subcribe-icon {
  height: 38px;
  width: 38px;
  margin: auto;
  background: #ffffff66;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 6px;
}

footer .downloadIcon {
  display: flex;
  gap:8px;
  justify-content: flex-end;
}

footer .downloadIcon img {
  width: 100%;
  height: 50px;
}

footer .custom-div {
  padding: 10px 10px 0px 10px;
  margin-bottom: 40px;
}

footer .custom-div a {
  color: #fff;
  text-decoration: underline !important;
  text-underline-offset: 4px; /* pushes underline away from text */
}
footer .custom-div a:hover {
      transition: all 0.8s ease 0s;
    color: rgb(255 255 255 / .8);
  text-decoration: underline !important;
  text-underline-offset: 4px; /* pushes underline away from text */
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.copyright {
  color: #fff;
  font-size: 16px;
  font-weight: var(--font-weight-300);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  line-height: 25px;
}

.copyright p {
  margin: 0;
  color: #fff;
}
.grayLine {
  height: 25px;
}
.fontweight {
  font-weight: 600;
}

.top-bar {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  footer .flex-col {
    width: 30%;
    padding: 0 12px;
  }
  footer .footer-logo img {
    max-width: 120px;
  }

  footer .widget_getintuch {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  footer {
    background-size: cover;
  }

 footer .flex-row {
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }
  footer .flex-col {
    width: calc(50% - 8px);
    padding: 0 12px;
    flex: none;
    margin-bottom: 20px;
  }
  footer .footer-bottom .subrcipt-div {
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .footer-bottom .subcribe-field {
    width: 100%;
  }

  footer .widget_getintuch .contactDetial .icon {
    width: 40px;
    text-align: center;
    margin-right: 8px;
    display: flex;
    justify-content: center;
  }

  .footer-custom-icon {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping to next line */
    padding: 0;
    list-style: none;
  }

  footer .dz-social-icon li a {

    width: 36px; /* Reduced to fit more icons */
    height: 36px;
    font-size: 16px;
    
  }



  /*footer .downloadIcon img{*/
  /* width:auto;*/
  /*}*/
}

@media only screen and (max-width: 767px) {
  footer .footer-bottom .dz-social-icon.style-1 {
    display: flex;
    justify-content: center;
  }
  footer .downloadIcon img {
    width: auto;
    height: 55px;
  }
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap;
  }
  footer .downloadIcon {
    display: flex;
    justify-content: flex-start;
  }

  footer .custom-div {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  footer .footer-bottom .subcribe-input .subcribe-btn {
    font-size: 14px;
  }

  footer .footer-bottom .subcribe-input .subcribe-text {
    padding: 0 10px;
  }

  footer .footer-bottom .subcribe-input .subcribe-icon {
    height: 34px;
    width: 36px;
  }
  .blog-half {
    padding: 0 0;
  }
  /*.partnerslogos {*/
  /*  min-height: 260px !important;*/
  /*}*/
  footer .widget_getintuch .contactDetial .icon img {
    text-align: center;
    width: 18px;
  }

  .footer-custom-icon {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping to next line */
    padding: 0;
    list-style: none;
  }

  footer .dz-social-icon li a {
  
    width: 36px; /* Reduced to fit more icons */
    height: 36px;
    font-size: 16px;
   
  }



  footer .widget_getintuch .contactDetial .icon {
    width: 40px;
    text-align: center;
    margin-right: 8px;
    display: flex;
    justify-content: center;
  }

  .top-bar {
    margin-bottom: 0px;
  }
  footer .downloadIcon {
    display: flex;
    justify-content: flex-start;
  }
  footer .custom-div {
    display: none;
  }
}

@media only screen and (max-width: 494px) {
  footer .flex-col {
    width: 100%;
    padding: 0 12px;
    flex: auto;
    margin-bottom: 20px;
  }

  footer .widget_about {
    text-align: center;
  }

  footer .dz-social-icon.style-1 {
    display: flex;
    justify-content: left;
  }
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
  }
  footer .downloadIcon {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
  }

  footer .custom-div {
    display: none;
  }
}

/* Footer Css End */

/* Scrol button Css Start */

.scroltop {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 50px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff !important;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.scroltop:hover {
  background-color: var(--primary-hover);
}

.scroltop:after {
  border: 1px dashed var(--primary);
  transform: scale(1.2);
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}

.scroltop:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

@media only screen and (max-width: 575px) {
  .scroltop {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg) scale(1.2);
  }

  to {
    -webkit-transform: rotate(360deg) scale(1.2);
  }
}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg) scale(1.2);
  }

  to {
    -moz-transform: rotate(360deg) scale(1.2);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg) scale(1.2);
  }

  to {
    transform: rotate(360deg) scale(1.2);
  }
}

/* Scrol button Css End */

.fa-user {
  color: var(--primary);
  font-size: 25px;
}

footer .dz-social-icon.style-1 ul,
.flex-col .widget ul {
  padding-left: 0 !important;
}

.navbar-toggler {
  background-color: var(--primary) !important;
}

.is-fixed .top-navbar {
  position: fixed;
  width: 100%;
}

.is-fixed .navbar-nav {
  /*top: 84px;*/
  /*position: fixed;*/
}

@media only screen and (max-width: 991px) {
  select option {
    font-weight: normal;
    display: block;
    min-height: 1em;
    padding: 0px 2px 1px;
    white-space: nowrap;
  }

  .dz-order-1 {
    order: 1;
    margin-top: 20px;
  }
  .search-input-field {
    font-size: 12px !important;
  }
  .header-lang-selection {
    font-size: 12px !important;
  }
  .userlogin {
    font-size: 12px;
    padding: 24px 10px;
    color: black;
    display: flex;
    font-weight: var(--font-weight-600);
    gap: 4px;
    align-items: center;
    position: relative; /* To position the ::after pseudo-element */
    text-decoration: none; /* Remove underline if any */
  }

  /* Flex Direction Based on Language */
  .userlogin.flex-row-reverse {
    flex-direction: row-reverse;
  }

  .userlogin.flex-row {
    flex-direction: row;
  }

  /* Hover effect for user login */
  .userlogin:hover {
    background-color: #f8f9fa !important; /* Change background on hover */
    border-radius: 5px; /* Rounded corners on hover */
    color: #161616 !important;
    transition: none !important;
  }

  /* Creating the bottom bar effect on hover */
  .userlogin::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 80%;
    border-radius: 20px;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #9da4ae;
    visibility: hidden; /* Initially hidden */
  }

  /* Show the bottom bar when hovered */
  .userlogin:hover::after {
    visibility: visible; /* Make the bottom bar visible on hover */
  }

  .is-fixed .top-navbar,
  .is-fixed .navbar-nav {
    top: 0 !important;
    position: relative !important;
  }

  /* .partner-card .partner-image img {
    min-height: 170px;
    max-height: 170px;
  } */

  .header-nav .nav > li {
    display: block;
    width: 100%;
  }
  .userinfoo {
    display: none;
  }
  .service-start .service-description {
    text-align: center;
  }
  .mydiv img {
    width: 90%;
  }
}

.profiledropdown {
  min-width: 220px;
  width: max-content;
  max-width: 280px;
  height: max-content !important;
    padding: 0px !important;
    margin: 0px !important;
    border:none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 6px !important;
}
.open .profiledropdown {
  display: block !important;

    border: none;
    
}

.profiledropdown li {
  margin: 10px 0px;
  padding: 0px 10px;
}

.profiledropdown li > a {
  display: block;
  padding: 10px 20px;
  border-radius: 6px;
  color: #222;
   background: none ;
  border: none !important;
  transition: background 0.2s, color 0.2s;
}
.profiledropdown li > a:hover,
.profiledropdown li > a:focus {
  background: #f8f9fa;
  color: #161616;
  text-decoration: underline !important;
}
.dropdown-menu .dropdown-item {
  display: flex;
    align-items:center;
  gap:4px
}
/*.open .dropdown-menu {*/
/*  display: flex !important;*/
/*  height: auto !important;*/
/*}*/


/*.dropdown-menu {*/
/*    right: 0;*/
/*}*/

.dropdown-item i {
  color: var(--primary);
}

/*.latest-news-image:hover{*/
/*    filter: brightness(0.6);*/
/*    cursor:pointer;*/
/*}*/
.latest-news-card:hover {
  /*filter: brightness(0.6);*/
  /*box-shadow: 0 3px 6px 0 #00000033;*/
  cursor: pointer;
}
.side-menu .logo-dark img {
  display: none;
}
.mymultiplediv {
  cursor: pointer;
}
.mydiv {
  display: none;
  text-align: center;
}
.mydiv img {
  margin: 0 auto;
  max-width: 600px;
}
.mydiv span {
  text-align: center;
  background: #ffdede;
  padding: 6px 10px;
  display: block;
  width: 100px;
  border: 1px solid #d47c7c;
  margin: 8px auto;
}
.iconlink {
  width: 30px;
  /*margin-right: 18px;*/
}
.service-app {
  max-width: 600px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /*border: 1px solid green;*/
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.dz-bnr-inr-entry {
  padding: 24px 0;
}
.content-inner-1 {
  padding: 20px 0;
}
.icon-bx-wraper {
  padding: 40px 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}

#myModal .modal-body {
  text-align: center;
  font-weight: 600;
}
.close {
  border: 0;
  background: transparent;
  position: absolute;
  right: 5px;
  top: 2px;
}

.close span {
  font-size: xx-large;
}
.modal-header {
  min-height: 78px;
  border-bottom: none !important;
}
#myModal {
  top: 45% !important;
}

.alertIcons {
  background: #f5f1f0;
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
}
.alertIcons img {
  width: 60px;
}
.modal-footer {
  min-height: 78px;
  border-top: 0 !important;
}

/* today added css */
/*.my-image img{*/
/*   width: 100px;*/
/*   margin-bottom: 20px;*/
/*   border-radius: 50%;*/
/*   max-width: 100px;*/
/*    max-height: 100px;*/
/*}*/
.account-title h5 {
  font-size: 1rem !important;
  font-weight: 500;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body {
  overflow-x: hidden;
}
.blog-half {
  padding: 20px 0;
}

.dz-blog {
  margin-bottom: 30px;
}
.dz-img-effect {
  text-align: center;
  /*margin-bottom: 20px;*/
}
.breadcrumb-row {
  background: #f5f1f0;
  padding: 5px;
}
.breadcrumb {
  margin-bottom: 4px !important;
  font-size: 14px;
}
.breadcrumb-item[aria-current="page"] {
  color: #9da4ae;
}
.breadcrumb-item a,
.breadcrumb-item {
  color: #384250;
}
.breadcrumb-item a:hover {
  color: #6c737f !important;
  text-decoration: underline !important;
}

.dz-bnr-inr {
  /*background-image: url("../../new_assets/images/breadcrumbbg.png");*/
  background-color: #f7fdf9;
  min-height: 170px;
  display: flex;
  align-items: center;
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*position: relative;*/
}
.dz-bnr-inr-entry h1 {
  /*position: absolute;*/
  /*top: 50%;*/
  color: #161616;
  font-weight: 700;
  /*line-height: 38px;*/
  /*left: 50%;*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/

  font-size: 36px;
  /*text-align:center;*/
}
.dz-bnr-inr-entry p {
  color: #161616;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

.board-of-directors-container h3 {
  /*margin-bottom: 30px;*/
}

.sticky-top {
  /*margin-bottom: 30px;*/
}

.yesbtn {
  background: #1b8354;
  padding: 0 16px;
  border-radius: 4px;
  margin-right: 5px;
  font-weight: 500;
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  display: inline-flex; /* Ensure it behaves like a block-level element */
  align-items: center; /* Vertically centers the text inside the button */
  justify-content: center; /* Horizontally centers the text inside the button */
  text-align: center; /* Ensures the text is centered */
  line-height: 40px; /* Ensure text is vertically centered */
}
.nobtn {
  background: #1b8354;
  padding: 0 16px;
  border-radius: 4px;
  margin-right: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  display: inline-flex; /* Ensure it behaves like a block-level element */
  align-items: center; /* Vertically centers the text inside the button */
  justify-content: center; /* Horizontally centers the text inside the button */
  text-align: center; /* Ensures the text is centered */
  line-height: 40px; /* Ensure text is vertically centered */
}

.yesbtn:hover,
.nobtn:hover{
    background-color:var(--title);
    color:white !important;
}
.ml-1 p {
  color: var(--primary);
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
     content: url(/assets/new_assets/images/arrow-left-01.svg) !important;
    transform: rotate(180deg) !important;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    padding-right: 0px !important;

}
.category {
  margin: 30px 0px;
}

.newslisting {
  margin: 0;
  padding: 0;
}

/*label {*/
/*    display: flex !important;*/
/*    flex-direction: row;*/
/*}*/
.pagination .page {
  /*margin-right: 8px;*/
  /*margin-left: 8px;*/
}

.formss {
  margin: 20px 0;
}
.formss label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #161616;
  line-height: 20px;
}
#PartnershipForm label,
#frmProfile label,
#frmOpenData label,
#norating label,
#yesrating label,
#fmrideas label,
#frmForgot label,
#frmSignup label,
#login label,
#frmContact label{
    margin-bottom:4px;
}
#norating input[type="submit"],
#yesrating input[type="submit"]{
    font-size: 16px !important;
    height: 40px;
    padding: 0 16px !important;
}
.formss .form-control {
  margin-bottom: 10px;
}

.formss .checkss input {
  position: relative;
  top: 0px;
}
.formss .checkss input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: none !important;
}
.formss .form-check {
  display: block !important;
  margin-bottom:8px;
}
.ajax-file-upload .fa {
  color: #1b8354;
}

/* old css */
.filter-area {
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  /*border-radius: var(--border-radius-base);*/
  /*align-items: center;*/
  /*background-color: #ffffff;*/
  /*display: flex;*/
}
.filter-area .grid-area {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.filter-area .grid-area .nav .nav-item {
  align-item: center;
}
.filter-area .grid-area .nav .nav-item .nav-link {
  color: var(--secondary);
  font-family: var(--font-family-title);
  font-weight: var(--headings-font-weight);
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-area .grid-area .nav .nav-item .nav-link svg {
  width: 20px;
  height: 20px;
}
.filter-area .grid-area .nav .nav-item .nav-link svg path {
  fill: var(--secondary);
}
.filter-area .grid-area .nav .nav-item .nav-link.active {
  color: var(--secondary);
}
.filter-area .grid-area .nav .nav-item .nav-link:hover {
  color: var(--secondary);
}
@media only screen and (max-width: 1024px) {
  .filter-area .grid-area .filter-day {
    display: none;
  }
}
.filter-area .category {
  position: relative;
  z-index: 1;
  display: flex;
}
.filter-area .category .filter-category {
  align-items: center;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}
.filter-area .category .filter-category a {
  border: 0;
  background: transparent;
  font-weight: 500;
  color: var(--secondary);
  font-size: 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  outline: none !important;
  padding: 0px 20px 0px 5px;
  font-family: var(--font-family-title);
}
.filter-area .category .form-group {
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
}
.filter-area .category .form-group .dropdown {
  width: 110px !important;
}
.filter-area .category .form-group .btn,
.filter-area .category .form-group .wp-block-button__link,
.filter-area
  .category
  .form-group
  .woocommerce
  .widget_shopping_cart
  .buttons
  a,
.woocommerce
  .widget_shopping_cart
  .buttons
  .filter-area
  .category
  .form-group
  a,
.filter-area .category .form-group .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .filter-area .category .form-group a,
.filter-area
  .category
  .form-group
  .woocommerce
  #review_form
  #respond
  .form-submit
  input,
.woocommerce
  #review_form
  #respond
  .form-submit
  .filter-area
  .category
  .form-group
  input,
.filter-area .category .form-group .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr .filter-area .category .form-group .button,
.filter-area
  .category
  .form-group
  .woocommerce-cart
  .wc-proceed-to-checkout
  a.checkout-button,
.woocommerce-cart
  .wc-proceed-to-checkout
  .filter-area
  .category
  .form-group
  a.checkout-button,
.filter-area .category .form-group .woocommerce #respond input#submit,
.woocommerce #respond .filter-area .category .form-group input#submit,
.filter-area .category .form-group .woocommerce a.button,
.woocommerce .filter-area .category .form-group a.button,
.filter-area .category .form-group .woocommerce button.button,
.woocommerce .filter-area .category .form-group button.button,
.filter-area .category .form-group .woocommerce input.button,
.woocommerce .filter-area .category .form-group input.button,
.filter-area .category .form-group .woocommerce #place_order,
.woocommerce .filter-area .category .form-group #place_order {
  border-bottom: 0;
  padding: 0px 20px 0 0;
  border: 0;
  background: transparent;
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  outline: none !important;
}
.filter-area.filter-1 {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .filter-area.filter-1 .category {
    border-top: 0;
  }
  .dz-bnr-inr-entry h1{
      font-size:24px !important;
  }
}
@media only screen and (max-width: 575px) {
  .filter-area {
    display: block;
  }
  .filter-area .grid-area {
    justify-content: center;
  }
  .filter-area .category {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .filter-area .category:before {
    content: none;
  }
}

.toggle-option {
  padding: 10px;
  font-size: 22px;
  color: #7b3d31 !important;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
.toggle-option.active,
.toggle-option:hover {
  background-color: #7b3d31;
  color: #fff !important;
}

.book-grid-row .col-book.style-1 {
  width: 25%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .book-grid-row .col-book.style-1 {
    width: 33%;
  }
}
@media only screen and (max-width: 991px) {
  .book-grid-row .col-book.style-1 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .book-grid-row .col-book.style-1 {
    width: 100%;
    margin-bottom: 0;
  }
}

.book-grid-row .col-book.style-2 {
  width: 33.33%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .book-grid-row .col-book.style-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .book-grid-row .col-book.style-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .book-grid-row .col-book.style-2 {
    width: 100%;
    margin-bottom: 0;
  }
}

.dz-shop-card {
  position: relative;
}
.dz-shop-card .dz-tags {
  display: flex;
  margin-bottom: 8px;
}
.dz-shop-card .dz-tags li a {
  color: var(--primary);
  margin-right: 5px;
  font-size: 14px;
}
.dz-shop-card.style-1 {
  background-color: #ffffff;
  padding: 22px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: all 0.2s;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dz-shop-card.style-1 .dz-content {
  padding-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dz-shop-card.style-1 .dz-content .dz-rating {
  display: flex;
  justify-content: center;
}

.dz-shop-card.style-1 .dz-content .dz-rating li i {
  margin: 0px 3px;
  font-size: 18px;
}

.dz-shop-card.style-1 .dz-content .dz-tags {
  justify-content: center;
}

.dz-shop-card.style-1 .dz-content .card-block {
  flex: 1;
}

.dz-shop-card.style-1 .dz-content .book-footer {
  background: #ffffff;
  border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
  width: 100%;
  align-items: center;
  transition: all 0.2s;
  margin-top: auto;
}
.dz-shop-card.style-1 .dz-content .book-footer .rate p {
  color: var(--primary);
  font-size: 22px;
}
.dz-shop-card.style-1 .dz-content .book-footer .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 15px;
}
.dz-shop-card.style-1 .dz-content .book-footer .price .price-num {
  font-size: 24px;
  color: var(--primary);
  font-weight: 700;
}
.dz-shop-card.style-1 .dz-content .book-footer .price del {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: 500;
  font-family: var(--font-family-title);
  margin-top: 4px;
  padding: 0 10px;
}
.dz-shop-card.style-1:hover {
  box-shadow: 0px 70px 60px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.dz-shop-card.style-1:hover .dz-content .title {
  margin-bottom: 0;
}
.dz-shop-card.style-1:hover .dz-content .book-footer {
  /*opacity: 1;*/
  /*visibility: visible;*/
}
@media only screen and (max-width: 1680px) {
  .dz-shop-card.style-1 {
    padding: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .dz-shop-card.style-1 {
    padding: 12px;
  }
  .dz-shop-card.style-1 .dz-content .title {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 575px) {
  .dz-shop-card.style-1 {
    padding: 22px;
  }
}
.dz-shop-card.style-2 {
  display: flex;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  padding: 20px 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 575px) {
  .dz-shop-card.style-2 {
    display: block;
  }
}
.dz-shop-card.style-2 .dz-media {
  min-width: 200px;
  width: 200px;
  min-height: 280px;
  margin-right: 20px;
}
.dz-shop-card.style-2 .dz-media img {
  object-fit: cover;
  height: 100%;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .dz-shop-card.style-2 .dz-media {
    min-width: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-shop-card.style-2 .dz-media {
    min-width: 100%;
    width: 100%;
    min-height: 100%;
  }
}
.dz-shop-card.style-2 .dz-tags {
  margin-bottom: 0;
}
.dz-shop-card.style-2 .dz-content {
  align-self: center;
}
@media only screen and (max-width: 575px) {
  .dz-shop-card.style-2 .dz-content {
    padding-top: 20px;
  }
}
.dz-shop-card.style-2 .dz-content .dz-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .dz-shop-card.style-2 .dz-content .dz-header {
    display: block;
  }
}
.dz-shop-card.style-2 .dz-content .dz-rating-box {
  display: flex;
}
.dz-shop-card.style-2 .dz-content .dz-rating-box .dz-rating {
  display: flex;
  text-align: center;
}
.dz-shop-card.style-2 .dz-content .dz-rating-box .dz-rating li {
  margin: 0px 2px;
  line-height: 1;
}
.dz-shop-card.style-2 .dz-content .dz-rating-box .review-num {
  display: flex;
  margin-left: 18px;
  flex-direction: column;
  text-align: center;
  min-width: 100px;
}
@media only screen and (max-width: 767px) {
  .dz-shop-card.style-2 .dz-content .dz-rating-box .review-num {
    min-width: 90px;
  }
}
.dz-shop-card.style-2 .dz-content .dz-rating-box .review-num h4,
.dz-shop-card.style-2 .dz-content .dz-rating-box .review-num .h4 {
  margin-bottom: 0;
}
.dz-shop-card.style-2 .dz-content .dz-rating-box .review-num span a {
  font-size: 14px;
  font-family: var(--font-family-base);
  color: #aaaaaa;
}
.dz-shop-card.style-2 .dz-content .price .price-num {
  font-size: 28px;
  color: var(--title);
  font-weight: var(--headings-font-weight);
}
@media only screen and (max-width: 767px) {
  .dz-shop-card.style-2 .dz-content .price .price-num {
    font-size: 24px;
  }
}
.dz-shop-card.style-2 .dz-content .price del {
  font-weight: 500;
  font-size: 20px;
  margin-left: 10px;
  color: #aaaaaa;
  font-family: var(--font-family-title);
}
@media only screen and (max-width: 767px) {
  .dz-shop-card.style-2 .dz-content .price del {
    font-size: 15px;
  }
}
.dz-shop-card.style-2 .dz-content .dz-body {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .dz-shop-card.style-2 .dz-content .dz-body {
    display: block;
  }
}
.dz-shop-card.style-2 .dz-content .dz-body .dz-para {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .dz-shop-card.style-2 .dz-content .dz-body .dz-para {
    display: none;
  }
}
.dz-shop-card.style-2 .dz-content .dz-body .rate {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .dz-shop-card.style-2 .dz-content .dz-body .rate {
    display: block;
    margin-top: 10px;
  }
}
.dz-shop-card.style-2 .dz-content .dz-body .rate .book-info {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .dz-shop-card.style-2 .dz-content .dz-body .rate .book-info {
    margin-bottom: 15px;
  }
}
.dz-shop-card.style-2 .dz-content .dz-body .rate .book-info li {
  color: #11142d;
  font-size: 18px;
  font-weight: var(--headings-font-weight);
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 991px) {
  .dz-shop-card.style-2 .dz-content .dz-body .rate .book-info li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-shop-card.style-2 .dz-content .dz-body .rate .book-info li {
    padding: 0 10px 0 0;
  }
}
.dz-shop-card.style-2 .dz-content .dz-body .rate .book-info li span {
  display: block;
  color: #aaaaaa;
  font-size: 14px;
}
.dz-shop-card.style-5 {
  align-items: center;
  display: flex;
  margin-top: 25px;
  margin-bottom: -3px;
}
.dz-shop-card.style-5 .dz-media {
  min-width: 110px;
  width: 110px;
  min-height: 140px;
}
.dz-shop-card.style-5 .dz-media img {
  width: 100%;
  border-radius: var(--border-radius-base);
}
.dz-shop-card.style-5 .dz-content {
  margin-left: 15px;
}
.dz-shop-card.style-5 .dz-content .dz-tags {
  display: flex;
}
.dz-shop-card.style-5 .dz-content .dz-tags li {
  color: var(--primary);
  font-weight: var(--headings-font-weight2);
  font-size: 14px;
  margin-right: 5px;
}
.dz-shop-card.style-5 .dz-content .price {
  display: flex;
  margin-bottom: 15px;
  line-height: 1.2;
}
.dz-shop-card.style-5 .dz-content .price .price-num {
  font-size: 18px;
  color: var(--primary);
  font-weight: 700;
}
.dz-shop-card.style-5 .dz-content .price del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
  font-family: var(--font-family-title);
  margin-top: 4px;
  padding: 0px 5px;
}
.dz-shop-card.style-5 .dz-content .box-btn {
  padding: 13px 14px;
}
.dz-shop-card.style-5 .dz-content .box-btn i {
  margin-right: 8px;
}
@media only screen and (max-width: 575px) {
  .dz-shop-card.style-5 .dz-content .subtitle {
    font-size: 19px;
  }
}

.bookmark-btn .form-check-input {
  display: none;
}
.form-check-input:hover {
  box-shadow: 0 0 0 4px #f3f4f6 !important;
}
.form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: none !important;
}

.card-block > .card-text {
  font-size: 13px !important;
  color: #161616;
  text-align: left;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content:center;
  align-items:center;
  gap: 8px;
}
.pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}
.pagination a {
  color: #161616 !important;
  float: left;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.pagination li.active a {
      background-color: #fff !important;
    color: #161616 !important;
    /*border-bottom: 3px solid #1B8354;*/
    border-radius: 5px;
    position:relative;
}
.pagination li.active a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #1b8354;
    width: 80%;
    border-radius: 20px;
    margin-left: 10%;
    margin-right: 10%;
  
}
.pagination li a:hover:not(.active) {
  background-color: #f3f4f6 !important;
}

/* today new css */

.dz-blog .post-tags {
  display: block !important;
  margin-bottom: 10px;
}
.dz-blog .post-tags a {
  margin-left: 8px;
  font-weight: 400;
  color: inherit;
  display: inline-block;
}
.dz-blog .post-tags a:hover {
  color: var(--primary);
}
.dz-blog .post-tags strong {
  font-weight: 700;
}

.dz-blog.no-image {
  padding: 30px;
  background: var(--rgba-primary-05);
}

.dz-blog .dz-meta {
  margin-bottom: 10px;
}
.dz-blog .dz-meta > ul > li {
  font-weight: 400;
  font-size: 15px;
  display: inline;
  margin-right: 20px;
}
.dz-blog .dz-meta > ul > li a {
  color: inherit;
}
.dz-blog .dz-meta > ul > li i {
  font-size: 16px;
  position: relative;
  margin-right: 5px;
  color: #eaa451;
}
@media only screen and (max-width: 1280px) {
  .dz-blog .dz-meta > ul > li i {
    font-size: 18px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .dz-blog .dz-meta > ul > li {
    font-size: 14px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 991px) {
  .dz-blog .dz-meta > ul > li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-blog .dz-meta > ul > li.post-comment {
    display: none;
  }
}
.dz-blog .dz-meta > ul > li.post-category a {
  margin-right: 0;
  padding-right: 3px;
  padding-left: 3px;
}
.dz-blog .dz-meta > ul > li.post-author a {
  color: inherit;
  margin-left: 3px;
}
.dz-blog .dz-meta > ul > li.post-share {
  position: relative;
}
.dz-blog .dz-meta > ul > li.post-share ul {
  display: inline-block;
  position: absolute;
  right: 40px;
  background-color: var(--primary);
  box-shadow: -2px 9px 20px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  border-radius: 4px;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  padding: 5px;
  visibility: hidden;
}
.dz-blog .dz-meta > ul > li.post-share ul:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  background: var(--primary);
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
}
.dz-blog .dz-meta > ul > li.post-share ul li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.dz-blog .dz-meta > ul > li.post-share:hover ul {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  right: 40px;
  opacity: 1;
  visibility: visible;
}

.dz-blog .dz-title {
  margin-bottom: 10px;
  line-height: 1.4;
  word-break: break-word;
  font-size: 16px;
}

.blog-half .dz-title {
  font-size: 16px;
}

.dz-blog .dz-media + .dz-info {
  padding-top: 30px;
}

.dz-blog.blog-half .dz-info {
  padding-top: 0;
  align-self: center;
  flex: 1;
}

.dz-blog.style-1 {
  border-radius: 1rem;
  overflow: hidden;
  padding: 0;
    border:1px solid #f3f4f6;
   box-shadow:
    rgba(16, 24, 40, 0.1) 0px 4px 8px -2px,
    rgba(16, 24, 40, 0.06) 0px 2px 4px -2px;
}
.dz-blog.style-1 .dz-info {
  padding: 16px;
  /*box-shadow: 0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06);*/
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  /*border:1px solid #f3f4f6;*/
  border-radius: 16px;
  background: #fff;
  height: 280px;
}
.dz-blog.style-1 .dz-info:hover {
  background-color: #f9fafb;
}

.arrow-form {
  font-size: 20px;
  color: #161616;
  font-weight: 600;
  text-align: center;
  background-color: #f3f4f6;
  padding: 0;
  height: 40px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media only screen and (max-width: 575px) {
  .dz-blog.style-1 .dz-info {
    padding: 15px;
  }
}
.dz-blog.style-1 .dz-info .dz-meta {
  border-bottom: 1px solid #e1e1f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.dz-blog.style-1 .dz-info .meta-bottom {
  border-top: 1px solid #e1e1f0;
  border-bottom: 0;
  padding: 25px 0 0;
  margin: 20px 0 0;
}
@media only screen and (max-width: 575px) {
  .dz-blog.style-1 .dz-info .meta-bottom {
    padding: 15px 0 0;
  }
}
.dz-blog.style-1 .dz-media + .dz-info {
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.dz-blog.blog-half.style-1 {
  display: flex;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.dz-blog.blog-half.style-1.blog-half-sm .dz-media {
  width: 150px;
  min-width: 150px;
}
.dz-blog.blog-half.style-1.blog-half-sm .dz-media img {
  min-height: 180px;
}
@media only screen and (max-width: 991px) {
  .f-service-para {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .dz-blog .dz-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .dz-blog.blog-half.style-1.blog-half-sm .dz-media {
    width: 100%;
    min-width: 100%;
  }
}
.dz-blog.blog-half.style-1 .dz-media {
  width: 250px;
  min-width: 250px;
}
.dz-blog.blog-half.style-1 .dz-media img {
  height: 100%;
  object-fit: cover;
}
.dz-blog.blog-half.style-1 .dz-media a {
  height: 100%;
}
/*.dz-blog.blog-half.style-1 .dz-info {*/
/*  border: 1px solid rgba(0, 0, 0, 0.125);*/
/*}*/
.dz-blog.blog-half.style-1 .dz-media + .dz-info {
  border-left: 0;
  border-radius: 0 6px 6px 0;
}
.dz-blog.blog-half.style-1 .dz-title {
  margin-bottom: 10px;
  line-height: 1.3;
}
.dz-blog.blog-half.style-1 p {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: justify;
}
.dz-blog.blog-half.style-1 .dz-meta {
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .dz-blog.blog-half.style-1 {
    display: block;
    padding: 20px;
  }
  .dz-blog.blog-half.style-1 .dz-media {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .dz-blog.blog-half.style-1 .dz-media {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
  }
  .dz-blog.blog-half.style-1 .dz-info {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0px 0px 6px 6px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-blog.blog-half.style-1 {
    padding: 0px;
  }
}

.dz-card.style-2 {
  margin-bottom: 20px;
}
.dz-card.style-2 .dz-media {
  border-radius: 12px 12px 0 0;
}
.dz-card.style-2 .dz-media:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  color: rgba(19, 16, 69, 0.87);
}
.dz-card.style-2 .dz-info {
  padding: 33px 32px 30px;
  border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
}
.dz-card.style-2 .kaplbox {
  border: 1px solid #f0f0f0;
}
@media only screen and (max-width: 575px) {
  .dz-card.style-2 .dz-info {
    padding: 25px 15px;
  }
  .zoom img {
    transition: transform 0.5s ease;
    min-height: 100% !important;
    max-height: 100% !important;
  }
}
.dz-card.style-2 .dz-info .dz-title {
  margin-bottom: 5px;
}
.dz-card.style-2 .dz-info .dz-tags {
  margin-bottom: 10px;
}
.dz-card.style-2 .dz-info .dz-tags li {
  display: inline-block;
}
.dz-card.style-2 .dz-info .dz-tags li a {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  background-color: #f2f2f2;
  border-radius: var(--border-radius-base);
  color: var(--secondary);
}
.dz-card.style-2 .dz-info .dz-tags li a:hover {
  background-color: var(--primary);
  color: #fff;
}
.dz-card.style-2 .dz-info .bookcard-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}
.dz-card.style-2 .dz-info .bookcard-footer .price-details p {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  font-family: var(--font-family-title);
}
.dz-card.style-2 .dz-info .bookcard-footer .price-details p span {
  font-size: 20px;
  font-weight: var(--headings-font-weight);
  color: #aaaaaa;
  text-decoration: line-through;
  margin-left: 7px;
}
.dz-blog:hover,
.dz-shop-card:hover {
  /*box-shadow: 5px 2px 10px 1px lightgrey;*/
}
.dz-blog {
  padding-bottom: 0px !important;
}
.dz-info:before {
  /*content : "";*/
  /*position: absolute;*/
  /*left    : 0;*/
  /*bottom  : 0;*/
  /*height  : 1px;*/
  /*width   : 50%;  */
  /*border-bottom:3px solid #7B3D31;*/
}
.dz-box,
.dz-info,
.dz-tilte,
.dz-tilte-inner {
  position: relative;
}

.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}
.dz-media img,
.dz-post-media img {
  max-width: 100%;
  height: auto;
  /*width: 100%;*/
}
.zoom img {
  transition: transform 0.5s ease;
  /*min-height: 188px;*/
  /*max-height: 188px;*/
}
.zoom:hover img {
  transform: scale(1.5);
}

.nav-tabs-alfarah {
  margin-bottom: 5% !important;
  border-bottom: none !important;
}
.nav-tabs-alfarah li a {
  padding: 10px 30px 10px 30px;
  color: #7b3d31 !important;
}
.nav-tabs-alfarah li a.active {
  border-bottom: 2px solid #7b3d31;
}
.nav-tabs-alfarah li a:hover {
  border-bottom: 2px solid #7b3d31;
}
.nav-tabs-alfarah .active a {
  border-bottom: 2px solid #7b3d31;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.375rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.media-card {
  background-color: #fff;
}

.dz-card.style-2 img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(0.9);
}
.dz-card.style-2 img {
  transition: all 0.2s linear;
}

.videocol iframe {
  border-radius: 4px;
  box-shadow: 5px 5px 20px 0px #898988;
  height: 230px;
  width: 100%;
  margin-bottom: 20px;
}

/* Pictures Library */
.gallery-block {
  padding: 15px 0;
}

#masonry.gaalery-padding.masonary-padding .gallery-block {
  padding: 13px 0;
}

.gaalery-padding .gallery-block {
  padding: 0px 0;
}

.gallery-block .gallery-img {
  position: relative;
  box-shadow: 3px 3px 4px 3px lightgrey;
  overflow: hidden;
}

.gallery-block .gallery-img img {
  width: 100%;
  transition: 0.4s;
}

.gallery-block .gallery-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
}

.gallery-block .gallery-title {
  transition: 0.4s;
}

.gallery-block .gallery-mask .gallery-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  transform: translateX(-120%);
}

.gallery-block .gallery-mask .gallery-title h2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
}

.gallery-block .gallery-mask .gallery-title p {
  margin-bottom: 0px;
}

.gallery-block .gallery-mask .image-link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 27px;
  line-height: 0;
  transform: rotate(45deg);
  transition: 0.4s;
}

#gallery-section .butn .btn {
  font-size: 17px;
}

/***************** MASONRY-1 **************/

#masonry {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  margin-top: 55px;
}

#masonry .gallery-product {
  display: inline-block;
  margin: 0 0 0px 0;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px;
}

/* -----------------------------------------------------
        Gallery
   ----------------------------------------------------- */

.gallery-block .gallery-mask {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 6px solid #7b3d31;
}
.gallery-block .gallery-img img {
  transition: all 0.2s linear;
}
.gallery-block .gallery-img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(0.9);
  cursor: pointer;
}
/*.gallery-block:hover .gallery-mask{*/
/*    opacity:1;*/
/*}*/

/*.gallery-block:hover .gallery-title{*/
/*    transform:translateX(0%);*/
/*}*/

.gallery-block .gallery-mask .gallery-title h2 {
  color: white;
}

.gallery-block .gallery-mask .image-link,
.gallery-block .gallery-mask .gallery-title p {
  color: #7b3d31;
}

/* -----------------------------------------------------
        Gallery
   ----------------------------------------------------- */

.gallery-block {
  padding: 15px 0;
}

#masonry.gaalery-padding.masonary-padding .gallery-block {
  padding: 13px 0;
}

.gaalery-padding .gallery-block {
  padding: 0px 0;
}

.gallery-block .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-block .gallery-img img {
  width: 100%;
  transition: 0.4s;
}

.gallery-block .gallery-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
}

/***************** MASONRY-1 **************/

#masonry {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  margin-top: 55px;
}

#masonry .gallery-product {
  display: inline-block;
  margin: 0 0 0px 0;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px;
}

.contact-wraper1 {
  margin-bottom: 60px;
  position: relative;
  background-position: -260px center;
}
.contact-wraper1 .contact-info {
  padding: 50px 30px;
}
.contact-wraper1 .contact-area1 {
  margin-top: -180px;
  margin-bottom: -100px;
}
.contact-wraper1:before {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(
    to right,
    rgba(26, 22, 104, 0.5) 0%,
    #1a1668 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.contact-wraper1:after {
  content: "";
  height: 100%;
  width: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .contact-wraper1 .contact-info {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-wraper1 {
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
  }
  .contact-wraper1:after {
    content: none;
  }
  .contact-wraper1:before {
    height: 100%;
    width: 100%;
  }
  .contact-wraper1 .contact-area1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact-wraper1 .contact-info {
    padding: 50px 0px 20px;
  }
  #partner-model {
    position: absolute;
    bottom: 1px;
    top: auto !important;
  }
}

.contact-area1 {
  padding: 50px !important;
  background: #fff;
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 575px) {
  .contact-area1 {
    padding: 30px;
  }
}

.box > .icon {
  text-align: center;
  position: relative;
}
.box > .icon > .image {
  position: relative;
  z-index: 0;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #a23926;
  vertical-align: middle;
  box-shadow: 0 14px 1px rgb(0 0 0 / 20%), 0 10px 10px rgb(0 0 0 / 20%);
}
.box > .icon:hover > .image {
  background: #333;
}
.box > .icon > .image > i {
  font-size: 36px !important;
  color: #fff !important;
  line-height: 2;
}
.box > .icon:hover > .image > i {
  color: white !important;
}
.box > .icon > .info {
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
  min-height: 230px;
  padding: 15px;
}
.box > .icon:hover > .info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}
.box > .icon > .info > h3.title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  font-weight: 700;
}
.box > .icon > .info > p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  margin: 20px;
  text-align: left;
}
.box > .icon:hover > .info > h3.title,
.box > .icon:hover > .info > p,
.box > .icon:hover > .info > .more > a {
  color: #222;
}
.box > .icon > .info > .more a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
  color: #fff;
  padding: 6px 8px;
  background-color: #63b76c;
}
.box .space {
  height: 30px;
}

.contact-form {
  background: #fff;
  margin-top: 2%;

  width: 70%;
}

.contact-image {
  text-align: center;
}
.contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}
.contact-form form {
  padding: 14%;
}
.contact-form form .row {
  margin-bottom: -7%;
}
.contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}
.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}

#frmContact .form-group {
  margin-bottom: 1rem;
}

.social li a img {
  transition: all 0.2s linear;
}
.social img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(0.9);
}
.form-control,
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="email"],
.woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr .quantity input,
.woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="text"],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="email"],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="tel"],
.woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account input[type="password"],
.login input[type="text"],
.login input[type="password"],
.woocommerce-ResetPassword.lost_reset_password input[type="text"],
.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .select2-choice {
  height: 40px;
  border: 1px solid #D1D5DC !important;
  padding: 10px 20px;
  font-size:1rem !important;
  font-weight: 400;
  color: #1a1668;
  background: #fff !important;
  border-radius: 4px !important;
  position: relative;
  background-image: linear-gradient(#161616, #161616), linear-gradient(#fff, #fff) !important;
  background-size: 0% 2px, 100% 100% !important;
  background-position: 50% 100%, 0 0 !important;
  background-repeat: no-repeat !important;
  transition: background-size 0.3s ease-in-out !important;
}

.form-control:hover,
.woocommerce #review_form #respond input[type="text"]:hover,
.woocommerce #review_form #respond textarea:hover,
.woocommerce #review_form #respond input[type="email"]:hover,
.woocommerce-cart-form .table tr td.actions .coupon .input-text:hover,
.woocommerce-cart-form .table tr .quantity input:hover,
.woocommerce .woocommerce-checkout.checkout form .form-row textarea:hover,
.woocommerce
  .woocommerce-checkout.checkout
  form
  .form-row
  input[type="text"]:hover,
.woocommerce
  .woocommerce-checkout.checkout
  form
  .form-row
  input[type="email"]:hover,
.woocommerce
  .woocommerce-checkout.checkout
  form
  .form-row
  input[type="tel"]:hover,
.woocommerce .woocommerce-checkout.checkout form .form-row select:hover,
.woocommerce
  .woocommerce-checkout.checkout
  form
  .form-row
  input.input-text:hover,
.woocommerce .woocommerce-checkout.checkout form .form-row input:hover,
.woocommerce-EditAccountForm.edit-account input[type="text"]:hover,
.woocommerce-EditAccountForm.edit-account input[type="email"]:hover,
.woocommerce-EditAccountForm.edit-account input[type="password"]:hover,
.login input[type="text"]:hover,
.login input[type="password"]:hover,
.woocommerce-ResetPassword.lost_reset_password input[type="text"]:hover,
.checkout.woocommerce-checkout input[type="text"]:hover,
.checkout.woocommerce-checkout input[type="email"]:hover,
.checkout.woocommerce-checkout input[type="tel"]:hover,
.checkout.woocommerce-checkout .select2-choice:hover,
.checkout.woocommerce-checkout textarea:hover,
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row .select2-selection:hover,
.woocommerce form .form-row .select2-choice:hover {
  outline: none !important;
  box-shadow: none !important;
  background: #fff !important;
  background-image: linear-gradient(#161616, #161616), linear-gradient(#fff, #fff) !important;
  background-size: 0% 2px, 100% 100% !important;
  background-position: 50% 100%, 0 0 !important;
  background-repeat: no-repeat !important;
  border: 1px solid #9da4ae !important;
  transition: none !important;
}

.form-control:focus,
.woocommerce #review_form #respond input[type="text"]:focus,
.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond input[type="email"]:focus,
.woocommerce-cart-form .table tr td.actions .coupon .input-text:focus,
.woocommerce-cart-form .table tr .quantity input:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row textarea:focus,
.woocommerce
  .woocommerce-checkout.checkout
  form
  .form-row
  input[type="text"]:focus,
.woocommerce
  .woocommerce-checkout.checkout
  form
  .form-row
  input[type="email"]:focus,
.woocommerce
  .woocommerce-checkout.checkout
  form
  .form-row
  input[type="tel"]:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row select:focus,
.woocommerce
  .woocommerce-checkout.checkout
  form
  .form-row
  input.input-text:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row input:focus,
.woocommerce-EditAccountForm.edit-account input[type="text"]:focus,
.woocommerce-EditAccountForm.edit-account input[type="email"]:focus,
.woocommerce-EditAccountForm.edit-account input[type="password"]:focus,
.login input[type="text"]:focus,
.login input[type="password"]:focus,
.woocommerce-ResetPassword.lost_reset_password input[type="text"]:focus,
.checkout.woocommerce-checkout input[type="text"]:focus,
.checkout.woocommerce-checkout input[type="email"]:focus,
.checkout.woocommerce-checkout input[type="tel"]:focus,
.checkout.woocommerce-checkout .select2-choice:focus,
.checkout.woocommerce-checkout textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .select2-selection:focus,
.woocommerce form .form-row .select2-choice:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #161616 !important;
  background-size: 100% 2px, 100% 100% !important;
  transition: background-size 0.3s ease-in-out !important;
}

textarea#feedbackText,
textarea#feedbackTextBad {
  min-height: 170px;
  resize: vertical;
}


input[type="radio"]:focus::after,
input[type="checkbox"]:focus::after,
input[type="file"]:focus::after,
input[type="submit"]:focus::after,
input[type="reset"]:focus::after,
input[type="button"]:focus::after,
select:focus::after {
  display: none !important;
}



@keyframes expandUnderline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

input[type="radio"],
input[type="checkbox"] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 8px !important;
    margin-top:0px !important;
}

.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
    background-image: url("../images/arrow_down1.svg"), linear-gradient(#161616, #161616), linear-gradient(#fff, #fff) !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center, 50% 100%, 0 0 !important;
  background-size: 20px 20px, 0% 2px, 100% 100% !important;
  padding-right: 40px !important;
  cursor: pointer !important;
  transition: background-size 0.3s ease-in-out, background-image 0.2s ease !important;
}

.custom-select:hover {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #9da4ae !important;
  background-image: url("../images/arrow_down1.svg"), linear-gradient(#161616, #161616), linear-gradient(#fff, #fff) !important;
  background-size: 20px 20px, 0% 2px, 100% 100% !important;
  background-position: right 12px center, 50% 100%, 0 0 !important;
  background-repeat: no-repeat !important;
  transition: none !important;
}


.custom-select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #161616 !important;
  background-image: url("../images/arrow_up1.svg"), linear-gradient(#161616, #161616), linear-gradient(#fff, #fff) !important;
  background-size: 20px 20px, 100% 2px, 100% 100% !important;
  transition: background-size 0.3s ease-in-out, background-image 0.2s ease !important;
}

.custom-number-input {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #cfd8dc;
  border-radius: 6px;
  background: #f3f4f6;
  height: 40px;
  width: 100%;
}

.btn-decrement {
  border: none;
  background: #F9FAFB;
  height: 38px;
  color: #6c737f;
  cursor: pointer;
  padding: 2px 16px;
  border-radius: 5px 0 0 5px;
}

.btn-increment {
  border: none;
  background: #F9FAFB;
  height: 38px;
  color: #6c737f;
  cursor: pointer;
  padding: 2px 16px;
  border-radius: 0 5px 5px 0;
}
.number-field{
    text-align: center; border: none !important;border-radius:0px !important; box-shadow: none; font-size: 16px !important; height: 38px; outline: none; padding: 0; margin-bottom: 0px !important;
}
#partner-model label {
  display: inline-block;
}
#partner-model .modal-title {
  font-size: 16px;
}

#partner-model .form-group {
  margin-bottom: 10px;
}
.dz-img-effect img {
  transition: all 0.2s;
}
.dz-img-effect img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(0.9);
}

/* today added css */

.cultural-sidemini {
  padding: 10px;
  border: 0;
  border-top: 10px solid #7b3d31;
  border-bottom: 10px solid #7b3d31;
  height: 520px;
}

.mapmedia {
  padding: 3px;
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  border-radius: 25px;
}

.blog-half img {
  transition: all 0.2s linear;
}

.blog-half img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(0.9);
}
.account-title {
  text-align: left;
  /*padding: 10px;*/
}

.shop-account .account-detail {
  background-color: #fff !important;
      box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
    border-radius: 16px !important;
    border: 1px solid #f3f4f6;
    height:312px;
  padding: 16px !important;
}
.shop-account .account-detail .my-image img {
  border-radius: 100%;
  width: 100%;
  background-color: #fff;
  padding: 5px;
  height: 100%;
  object-fit: cover;
}
.shop-account .account-detail .my-image {
  border: 2px solid #7b3d31;
}

.shop-account .account-detail .my-image {
  position: relative;
  display: inline-block;
  border: none;
  outline-offset: 3px;
  border-radius: 100%;
  width: 130px;
  height: 130px;
}

.account-title a {
  color: #161616 !important;
}
.account-title a:hover {
  color: #074d31 !important;
}
.table tr td,
.table tr th {
  vertical-align: middle;
}
.table tr td p {
  margin: 0;
}
.table tr td a {
  font-size: 14px;
}
.totalratings {
  font-size: 0.9rem;
}

.removed {
  color: #7b3d31;
  font-weight: 700;
  float: left;
}

.swal-footer {
  text-align: center !important;
}
.swal-button {
  font-size: 12px !important;
  padding: 5px 24px !important;
  font-weight: 400;
}
.blog-half .h3,
h3,
.h4,
h4 {
  font-size: 1.3rem !important;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.1rem 0.5rem !important;
  font-size: 0.7rem !important;
  border-radius: 0.2rem !important;
}
.blog-half p {
  margin-top: 0;
  font-size: 0.9rem;
}
.swal-button--cancel:focus {
  box-shadow: none;
}

.swal-button:focus {
  box-shadow: none;
}
.blog-half .dz-info-branch {
  font-size: 0.9rem;
}
.pos-rel {
  position: relative;
}
.count {
  position: absolute;
  top: -42px;
  left: 0px;
  font-size: 16px;
  color: #fff;
  background-color: #000000c4;
  padding: 0.3rem 0.5rem;
}

.dz-img-effect.zoom:hover img {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.dz-img-effect img {
  transition: all 0.2s;
}
.alreadyrating {
  font-size: 0.9rem;
}

/* today css added */

.radius-80 {
  border-radius: 80px !important;
}

.testimonial-1 {
  padding: 40px;
  border-radius: 14px;
  background: var(--grey);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.testimonial-1 .dz-rating {
  margin: 0 -3px 20px;
}
.testimonial-1 .dz-rating li {
  padding: 0px 3px;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
}
.testimonial-1 .testimonial-text p {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  font-style: italic;
}
.testimonial-1 .testimonial-pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.testimonial-1 .testimonial-detail {
  align-items: center;
  display: flex;
  margin-top: 30px;
  padding: 0;
}
.testimonial-1 .testimonial-detail .testimonial-name {
  margin-bottom: 5px;
}
.testimonial-1 .testimonial-detail .testimonial-position {
  font-size: 14px;
  font-weight: var(--headings-font-weight2);
}
@media only screen and (max-width: 600px) {
  .testimonial-1 {
    margin: 0 50px;
  }
  #partner-model {
    position: absolute;
    bottom: 1px;
    top: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-1 {
    margin: 0 14px;
  }
  #partner-model {
    position: absolute;
    bottom: 1px;
    top: auto !important;
  }
}

.btnhover:hover {
 background-color:var(--title) !important;
 color:#fff;
}
/*.btnhover:before,*/
/*.btnhover:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 1;*/
/*  -webkit-transition: all 0.8s;*/
/*  -moz-transition: all 0.8s;*/
/*  -o-transition: all 0.8s;*/
/*  transition: all 0.8s;*/
/*  opacity: 1;*/
/*  -webkit-transform: translate(-105%, 0);*/
/*  transform: translate(-105%, 0);*/
/*  border-right-width: 2px;*/
/*  border-right-style: solid;*/
/*  border-right-color: white;*/
/*  background-color: rgba(255, 255, 255, 0.5);*/
/*}*/
/*.btnhover:hover:before,*/
/*.btnhover:hover:after {*/
/*  opacity: 0;*/
/*  -webkit-transform: translate(0, 0);*/
/*  transform: translate(0, 0);*/
/*}*/

.comment-respond {
  text-align: left;
}
.default-form {
  padding: 15px !important;
}
.default-form {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: var(--border-radius-base);
}

.e-li {
  list-style-type: circle;
  font-size: 0.9rem;
}
#norating label,
#yesrating label,
.ratingform label {
  font-size: 16px;
}
/*.swal-icon--success__line--tip {*/
/*    left: -7px !important;*/
/*}*/
.membertitle {
  font-size: 14px;
  margin-bottom:8px !important;
}
.shop-account .account-detail .my-image img {
  transition: all 0.2s linear;
}
.shop-account .account-detail .my-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(0.9);
}
.errorMsgArrow {
  color: #b42318;
  font-size: 14px;
  font-weight:500;
}
.input-error {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #b42318 !important;
  background-image: linear-gradient(#b42318, #b42318),
    linear-gradient(#f3f4f6, #f3f4f6) !important;
  background-size: 100% 2px, 100% 100% !important;
  background-position: 50% 100%, 0 0 !important;
  background-repeat: no-repeat !important;
  transition: background-size 0.3s ease-in-out !important;
}
.contact-area1 h6 {
  font-size: 0.9rem;
}
.contact-area1 .form-control {
  font-size: 0.9rem;
}
.contact-area1 .section-head i {
  color: #7b3d31;
}
.section-head p {
  text-align: left;
  /*margin-left: 120px;*/
}
.shop-account .account-list {
  list-style: none;
  margin-bottom: 0px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  padding: 0;
}
.shop-account .account-list li a {
  width: 100%;
  padding: 15px 20px;
  display: inline-block;
  border-top: 1px solid #eee;
  color: #232323;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
.shop-account .account-list li a.active {
  background: #eaa4511a;
  border-left-color: var(--primary);
}
.shop-account .account-list li a:hover {
  background: #eaa4511a;
  border-left-color: var(--primary);
}
.shop-account .account-list li a i {
  color: var(--primary);
  margin-right: 10px;
}
.eventdetail p {
  font-size: 0.9rem;
}
@media only screen and (max-width: 1399px) {
  .mydiv img {
    max-width: 100%;
  }
  .service-app {
    max-width: 100%;
  }
  #partner-model {
    top: 2%;
  }
}
.kapl_gray {
  color: #7a7a7a !important;
}
.login-area {
  padding: 30px 0px;
}
.login-area .label {
  text-align: center;
  display: block !important;
}
#signin {
  margin-bottom: 20px;
}
.checkss label {
  display: inline-block;
}
.checkss,
.checkss .form-check-label {
  margin-bottom: 0;
}
.searchcards {
  text-align: left;
}
.topsearchbtn {
  font-size: 28px !important;
  color: #fff !important;
}

.searchcards .card-block > .card-text {
  text-align: left;
}
#partner-model {
  position: absolute;
  /*top: 2%;*/
}
.partners-list img:hover {
  /*-webkit-transform: scale(1.1);*/
  /*transform: scale(0.9);*/
  /*cursor: pointer;*/
}
.partners-list img {
  /*transition: all 0.2s linear;*/
}
.fc-event .fc-content {
  padding: 10px !important;
  font-size: 12px !important;
  background-color: #1b8354 !important;
}
.swal-button--confirm:not([disabled]):hover {
  background-color: #1b8354 !important;
}
.swal-button--confirm {
  background-color: #1b8354;
}
input:focus::placeholder {
  color: transparent;
}
#topselectmain_menu_id {
  color: #fff;
  background: transparent;
  border: 0;
  position: absolute;
  font-size: 20px;
  right: 60px;
}
#topselectmain_menu_id option {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.bgmedia {
  background-image: url("../../new_assets/images/volunteer/bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 156px;
  background-position: 122px 0%;
  position: relative;
}
.bgmediashade {
  background-image: url("../../new_assets/images/volunteer/volunteer1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 306px;
  background-position: 0px 0px;
  position: absolute;
  top: 98px;
  border-radius: 5px;
}
.bgmediashade img {
  width: 300px;
  border: 0;
  height: 300px;
  position: relative;
  top: 35px;
  left: 40px;
}
.bgmediashades img {
  width: 100%;
  height: 680px;
}
.bgmediashaded {
  background-image: url("../../new_assets/images/about11.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 306px;
  background-position: 0px 0px;
  position: absolute;
  border-radius: 5px;
}
.bgmediashaded img {
  width: 300px;
  border: 0;
  height: 300px;
  position: relative;
  top: 35px;
  left: 40px;
}
.bgmediashaded2 {
  background-image: url("../../new_assets/images/about33.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  background-position: 0px 0px;
  /*position: absolute;*/
  border-radius: 5px;
}
.bgmediashaded2 img {
  position: relative;
  border: 0;
  width: auto;
  height: 400px;
  top: 35px;
  left: 35px;
  border: 2px solid orange;
  padding: 5px;
  border-radius: 5px;
}
.goalslist {
  padding: 0;
}
.goalslist li {
  position: relative;
  padding-left: 25px;
  line-height:24px;
  margin-bottom: 4px;
}

.goalslist li::before {
  content: url("../../new_assets/images/checklist_black.svg");
  display: inline-block;
  vertical-align: middle;
  /*margin-right: 10px;*/
  position: absolute;
  left: 0;
  top: 15%;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}

.joiningvolunteer {
  padding: 0;
}
.joiningvolunteer li {
  line-height: 24px;
  margin-bottom:4px;
}
.contactsocial {
  padding: 0;
}
.contactsocial li {
  line-height: 35px;
  margin-bottom: 10px;
}

.contactsocial li i {
  background: #f5f1f0;
  color: var(--primary);
  padding: 7px;
  border-radius: 25px;
  font-size: 12px;
}

.visionbg {
  background: url(../../new_assets/images/visionbg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 540px;
}

.visionbg .service-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 30rem;
  padding: 20px 15px;
  text-align: center;
  position: relative;
  top: 30px;
}

.visionbg .service-icon img {
  width: 80%;
}

.aboutcontenterea {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 340px;
  max-height: 340px;
}
.aboutcontenterea h3 {
  color: #333;
  font-weight: 800;
}
.about_icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30rem;
  padding: 12px;
  background-color: #f3fcf7;
}
.about_icon img {
  width: 80%;
}

.founder_data {
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /*border-radius: 16px;*/
  padding: 20px;
  margin: 30px 0px !important;
}
.founder_data img {
  width: 140px;
  height: 140px;
  border-radius: 6px;
}

.swiper2-button-prev,
.swiper2-button-next {
  background-color: #f9fafb;
  border-radius: 50%;
  height: 42px !important;
  width: 42px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.swiper2-button-prev:hover,
.swiper2-button-next:hover {
  background-color: #1b8354;
  color: white;
}

/* new css */
.branchTitleh5 {
  color: rgba(41, 41, 41, 1);
  font-weight: 600;
}
.branchTitle {
  font-weight: 600;
}
.listingaboutopendata h4 {
  color: rgba(123, 61, 49, 1);
  font-weight: 600;
}
.listingaboutopendata h5 {
  color: rgba(41, 41, 41, 1);
  font-weight: 600;
}
.listingaboutopendata ul {
  list-style: disc;
  padding: 0;
  position: relative;
}

.listingaboutopendata ul li {
  position: relative;
  padding-left: 26px;
  border-left: 2px solid orange;
  padding-top: 1px;
}

.listingaboutopendata ul li:last-child {
  border-left: none;
  left: 2px;
}

.listingaboutopendata ul li::before {
  content: "\2022";
  color: orange;
  font-weight: bold;
  font-size: 3rem;
  position: absolute;
  left: -11px;
  display: flex;
  flex-direction: row;
  top: -37px;
}
.listingaboutopendata ul li .datavieww {
  position: relative;
  top: -14px;
}
.aboutopendatatable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  border: 1px solid #d2d6db;
  border-radius: 8px;
  background: #fff;
}

.aboutopendatatable thead {
  background-color: #F3F4F6;
  color: #000000;
}
.aboutopendatatable thead th {
  padding: 8px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  border-right: 1px solid #d2d6db;
  border-bottom: 1px solid #d2d6db;
}
.aboutopendatatable thead th:last-child {
  border-right: none;
}
.aboutopendatatable thead th:first-child {
  border-top-left-radius: 8px;
}
.aboutopendatatable thead th:last-child {
  border-top-right-radius: 8px;
}
.aboutopendatatable tbody tr {
  background-color: #ffffff;
}
.aboutopendatatable tbody tr:nth-child(even) {
  background-color: #F9FAFB;
}
.aboutopendatatable tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.aboutopendatatable tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.aboutopendatatable tbody td {
  padding: 8px 16px;
  color: #1F2937;
  font-size: 15px;
  border-right: 1px solid #d2d6db;
  border-bottom: 1px solid #d2d6db;
}
.aboutopendatatable tbody td:last-child {
  border-right: none;
}
.aboutopendatatable tbody tr:last-child td {
  border-bottom: none;
}
.aboutopendatatable tbody td:first-child {
  font-weight: 500;
  color: #374151;
}
.aboutopendatatable tbody td a {
  color: #161616;
  text-decoration: none;
}
.aboutopendatatable tbody td a:hover {
  text-decoration: underline !important;
  color:var(--primary) !important;
}

/*.partners-list {*/
/*  padding-left: 0px;*/
/*}*/
/*.partnerslogos {*/
/*  border-radius: 25px;*/
/*  margin: 0 30px 30px 0;*/
/*  border: 1px solid #d2d6db;*/
/*  min-height: 140px;*/
/*}*/
/*.partnerslogos:hover{*/
/*    box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);*/
/*}*/

.partners-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 24px;
  margin: 36px 0px;
  width: 100%;
  padding: 0;
}

.partner-cards {
  background: #fff;
  border: 1px solid rgb(243, 244, 246);
  border-radius: 16px;
  box-shadow:
    rgba(16, 24, 40, 0.1) 0px 4px 8px -2px,
    rgba(16, 24, 40, 0.06) 0px 2px 4px -2px;
  min-width: 0;
  min-height: 120px;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    box-shadow 0.22s,
    transform 0.18s;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.partner-cards img {
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  filter: grayscale(0.15) brightness(0.95);
  transition:
    filter 0.22s,
    transform 0.18s;
}

/* Responsive: Tablet (≤991px) */
@media (max-width: 991px) {
  .partners-cards-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    padding: 0;
  }
  .partner-cards {
    min-height: 80px;
    aspect-ratio: 2.5/1.5;
  }
  .partner-card img {
    max-width: 90%;
    max-height: 70px;
  }
}

/* Responsive: Mobile (≤480px) */
@media (max-width: 480px) {
  .partners-cards-container {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0;
  }
  .partner-cards {

    aspect-ratio: 3 / 2;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
  }

  .partner-cards img {
    max-height: 45vw;
    min-height: 32px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
}

#left-fixed-widgets {
  position: fixed;
  left: 0;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

#ehsan-pill-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  background-color: #1b8354;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
}

#ehsan-pill-btn:hover {
  background-color: #166a45;
}

#ehsan-pill-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#accessibility-vertical-pill {
  width: 50px;
  background: #fff;
  border-radius: 0 12px 12px 0;
  border: 1px solid #e0e0e0;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 12px;
}
.pill-btn {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: background 0.2s;
  cursor: pointer;
}
.pill-btn:focus,
.pill-btn:hover {
  background: #f2f2f2;
  border-radius: 6px;
}

.link-icon{
    margin-left: 8px; width: 15px; height: 15px; vertical-align: middle;
}

.conference-card {
    background: #ffffff;
    border: 1px solid #d2d6db;
    padding: 16px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.conference-card:hover {
    box-shadow: 0px 0px 10px 1px lightgrey;
}

.conference-image {
    position: relative;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

.conference-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conference-content {
    padding: 16px 0px 0px 0px;
    flex: 1;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.conference-title {
    font-size: 18px !important;
    font-weight: 700;
    color: #1F2A37;
    margin: 0px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  
}

.conference-title-link {
    color: #1F2A37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.conference-title-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.conference-description {
    color: #1F2A37;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.conference-btn {
    padding: 0px 16px;
    height: 40px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: start;
}


@media (max-width: 991px) {
  .conference-card {
    margin-bottom: 24px;
    padding: 12px;
  }

  .conference-content {
    padding: 12px 0px 0px 0px;
    gap: 6px;
  }

  .conference-title {
    font-size: 16px !important;
    line-height: 22px;
    -webkit-line-clamp: 1;
  }

  .conference-description {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }

  .conference-image {
    height: 160px;
  }

  .conference-btn {
    padding: 0px 12px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .conference-card {
    padding: 10px;
  }

  .conference-content {
    padding: 10px 0px 0px 0px;
  }

  .conference-title {
    font-size: 14px !important;
    line-height: 20px;
    -webkit-line-clamp: 1;
  }

  .conference-description {
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }

  .conference-image {
    height: 140px;
  }
}

/* Announcement Card Styles */
.announcement-card {
  background: #ffffff;
  border: 1px solid #d2d6db;
  padding: 16px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.announcement-card:hover {
  box-shadow: 0px 0px 10px 1px lightgrey;
}

.announcement-image {
  position: relative;
  height: 390px;
  border-radius: 8px;
  overflow: hidden;
}

.announcement-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.announcement-content {
  flex: 1;
  gap: 8px;
  display: flex;
  margin: 16px 0px;
  flex-direction: column;
}

.announcement-title {
  font-size: 18px !important;
  font-weight: 700;
  color: #1b8354;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.announcement-title-link {
  color: #1b8354;
  text-decoration: none;
  transition: color 0.3s ease;
}

.announcement-title-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.announcement-date {
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.announcement-date i {
  color: var(--primary);
}

.announcement-description {
  color: #1f2a37;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  margin: 8px 0px;
}

.announcement-btn {
  padding: 0px 16px;
  height: 40px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: auto;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .announcement-card {
    margin-bottom: 24px;
    padding: 12px;
  }

  .announcement-image {
    height: 350px;
  }

  .announcement-content {
    margin: 12px 0px;
  }

  .announcement-title {
    font-size: 16px !important;
    line-height: 22px;
    -webkit-line-clamp: 1;
  }

  .announcement-description {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }

  .announcement-btn {
    padding: 0px 12px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .announcement-card {
    padding: 10px;
  }

  .announcement-image {
    height: 320px;
  }

  .announcement-content {
    margin: 10px 0px;
  }

  .announcement-title {
    font-size: 14px !important;
    line-height: 20px;
    -webkit-line-clamp: 1;
  }

  .announcement-description {
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}

