﻿@charset "UTF-8";
/*----------------------------------------------
    Index Of Script
------------------------------------------------

    @version         : 2.0.0
    @Template Name   : Charitfix
    @Template author : initTheme

------------------------------------------------
    End-of Script
------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

:root {
  --remix-icon: "remixicon";
  --Inter: "Inter", sans-serif;
  --Sans: "Open Sans", sans-serif;
  --white: #fff;
  --light: #d8dbe0;
  --dark: #28292c;
  --info: #0dcaf0;
  --body: #fff;
  --primary: #00715D;
  --primary-light: #00503f;
  --primary-deep: #005a4a;
  --secondary: #FFD502;
  --secondary-light: #d6b200;
  --tertiary: #444;
  --info: #A1DDD2;
  --primary-rgb: 0, 113, 93;
  --secondary-rgb: 40, 185, 94;
  --tertiary-rgb: 240, 120, 60;
  --primary-title: #090E0D;
  --secondary-title: #505A59;
  --tertiary-title: #636B6A;
  --pure-black: #000;
  --primary-subtitle: #23262F;
  --hero-two-subtitle: #DDDDDD;
  --secondary-subtitle: #3B3B3B;
  --dark-subtitle: #949B95;
  --primary-paragraph: #666666;
  --secondary-paragraph: #333333;
  --tertiary-paragraph: #787787;
  --primary-btn: #00715D;
  --secondary-btn: #FFD502;
  --tertiary-btn: #090E0D;
  --ratting-color: #FFB840;
  --ratting-color-rgb: 255, 193, 7;
  --section-bg-one: #FFFFF3;
  --section-bg-two: #F5F7F9;
  --section-bg-three: #E5F1FF;
  --primary-border: rgba(168, 168, 168, 0.42);
  --secondary-border: #dddddd70;
  --tertiary-border: #D0D5DD;
  --primary-shadow: 0px 4.12121px 49.4545px rgba(0, 0, 0, 0.08);
  --panel-bg: #F4F6FA;
  --gray-text: #969696;
  --info-gray: #e5e5e5;
  --primary-gray: #CCCDD3;
  --secondary-gray: #F8F8F8;
  --footer-border: #5d6b69;
  --footer-bg: #2e3433;
  --header-bg3: #efe0ae;
  --hero-area-three-bg: #f9f5e8;
  --header-three-bg2: #c7b476;
  --header-two-slick-bg: #030712;
  --hero-area-three-bg3: #FFE0D1;
  --search-border: #ccc;
  --about-icon: #eee;
  --about-play-btn: #ffd5024d;
  --about-divider: #cacaca;
  --helpful-card-bg-one: #ffd5024d;
  --helpful-card-bg-two: #D4FDC8;
  --helpful-card-bg-three: #B6F1FF;
  --helpful-card-bg-four: #FFD0B6;
  --helpful-card-icon-one: #FFD502;
  --helpful-card-icon-two: #63D044;
  --helpful-card-icon-three: #30CBF1;
  --helpful-card-icon-four: #FE7B21;
  --number-one: #eaf3f2;
  --number-two: #F1F2F3;
  --number-one-hover: #157d6a;
  --number-two-hover: #097E6A;
}


.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary-title) !important;
}

.text-tertiary {
  color: var(--tertiary) !important;
}

.text-success {
  color: #3CC13B !important;
}

.text-danger {
  color: #d22d3d !important;
}

.text-info {
  color: #717171 !important;
}

.text-light {
  color: #e6edef !important;
}

.text-dark {
  color: #2c323f !important;
}

.text-white {
  color: var(--white) !important;
}

.text-warning {
  color: #e2c636 !important;
}

.text-title {
  color: var(--primary-title) !important;
}

.text-orange {
  color: orange !important;
}

.label-theme {
  background-color: var(--primary);
}

.label-primary {
  background-color: var(--primary);
}

.label-secondary {
  background-color: #ba895d;
}

.label-success {
  background-color: #3CC13B;
}

.label-danger {
  background-color: #d22d3d;
}

.label-info {
  background-color: #717171;
}

.label-light {
  background-color: #e6edef;
}

.label-dark {
  background-color: #2c323f;
}

.label-warning {
  background-color: #e2c636;
}

/*---------------------------------------------
    Background-color Makes CSS Class 
    @each <variable> in <expression> { ... } 
-----------------------------------------------*/
.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: #ba895d !important;
}

.bg-success {
  background-color: #3CC13B !important;
}

.bg-danger {
  background-color: #d22d3d !important;
}

.bg-info {
  background-color: #717171 !important;
}

.bg-light {
  background-color: #e6edef !important;
}

.bg-dark {
  background-color: #2c323f !important;
}

.bg-warning {
  background-color: #e2c636 !important;
}

.text-title {
  color: var(--primary-title) !important;
}

.text-paragraph {
  color: var(--primary-paragraph) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-tertiary {
  color: var(--tertiary) !important;
}

.text-success {
  color: #ba895d !important;
}

.text-danger {
  color: #3CC13B !important;
}

.text-info {
  color: #d22d3d !important;
}

.text-light {
  color: #717171 !important;
}

.text-dark {
  color: #e6edef !important;
}

.text-warning {
  color: #2c323f !important;
}

.text-google-plus {
  color: #e2c636 !important;
}

.text-twitter {
  color: #dd4b39 !important;
}

.text-linkedin {
  color: #55acee !important;
}

.text-fb {
  color: #0077b5 !important;
}

.txt-white {
  color: #ffffff !important;
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  border-color: var(--primary);
}

.btn-secondary {
  background-color: #ba895d !important;
  border-color: #ba895d !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #ba895d !important;
  border-color: #ba895d !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  border-color: var(--primary);
}

.btn-success {
  background-color: #3CC13B !important;
  border-color: #3CC13B !important;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #3CC13B !important;
  border-color: #3CC13B !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  border-color: var(--primary);
}

.btn-danger {
  background-color: #d22d3d !important;
  border-color: #d22d3d !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d22d3d !important;
  border-color: #d22d3d !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  border-color: var(--primary);
}

.btn-info {
  background-color: #717171 !important;
  border-color: #717171 !important;
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #717171 !important;
  border-color: #717171 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  border-color: var(--primary);
}

.btn-light {
  background-color: #e6edef !important;
  border-color: #e6edef !important;
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #e6edef !important;
  border-color: #e6edef !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  border-color: var(--primary);
}

.btn-dark {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  border-color: var(--primary);
}

.btn-warning {
  background-color: #e2c636 !important;
  border-color: #e2c636 !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #e2c636 !important;
  border-color: #e2c636 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  border-color: var(--primary);
}

.btn-primary-light {
  background-color: rgba(var(--primary), 0.1) !important;
  border: none !important;
  color: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary-light:focus,
.btn-primary-light:hover {
  background-color: rgba(var(--primary), 0.5) !important;
  color: var(--white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-outline-primary-2x {
  border-width: 2px;
  border-color: var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.btn-outline-primary-2x:hover,
.btn-outline-primary-2x:focus,
.btn-outline-primary-2x:active,
.btn-outline-primary-2x.active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #ba895d;
  color: #ba895d;
  background-color: transparent;
}

.btn-outline-secondary-2x:hover,
.btn-outline-secondary-2x:focus,
.btn-outline-secondary-2x:active,
.btn-outline-secondary-2x.active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #3CC13B;
  color: #3CC13B;
  background-color: transparent;
}

.btn-outline-success-2x:hover,
.btn-outline-success-2x:focus,
.btn-outline-success-2x:active,
.btn-outline-success-2x.active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #d22d3d;
  color: #d22d3d;
  background-color: transparent;
}

.btn-outline-danger-2x:hover,
.btn-outline-danger-2x:focus,
.btn-outline-danger-2x:active,
.btn-outline-danger-2x.active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #717171;
  color: #717171;
  background-color: transparent;
}

.btn-outline-info-2x:hover,
.btn-outline-info-2x:focus,
.btn-outline-info-2x:active,
.btn-outline-info-2x.active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #e6edef;
  color: #e6edef;
  background-color: transparent;
}

.btn-outline-light-2x:hover,
.btn-outline-light-2x:focus,
.btn-outline-light-2x:active,
.btn-outline-light-2x.active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}

.btn-outline-dark-2x:hover,
.btn-outline-dark-2x:focus,
.btn-outline-dark-2x:active,
.btn-outline-dark-2x.active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #e2c636;
  color: #e2c636;
  background-color: transparent;
}

.btn-outline-warning-2x:hover,
.btn-outline-warning-2x:focus,
.btn-outline-warning-2x:active,
.btn-outline-warning-2x.active {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.btn-outline-primary.disabled {
  color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  color: white;
  border-color: var(--primary);
}

.btn-outline-secondary {
  border-color: #ba895d;
  color: #ba895d;
  background-color: transparent;
}

.btn-outline-secondary.disabled {
  color: #ba895d;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  color: white;
  border-color: var(--primary);
}

.btn-outline-success {
  border-color: #3CC13B;
  color: #3CC13B;
  background-color: transparent;
}

.btn-outline-success.disabled {
  color: #3CC13B;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active {
  color: white;
  border-color: var(--primary);
}

.btn-outline-danger {
  border-color: #d22d3d;
  color: #d22d3d;
  background-color: transparent;
}

.btn-outline-danger.disabled {
  color: #d22d3d;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  color: white;
  border-color: var(--primary);
}

.btn-outline-info {
  border-color: #717171;
  color: #717171;
  background-color: transparent;
}

.btn-outline-info.disabled {
  color: #717171;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active {
  color: white;
  border-color: var(--primary);
}

.btn-outline-light {
  border-color: #e6edef;
  color: #e6edef;
  background-color: transparent;
  color: #242934;
}

.btn-outline-light.disabled {
  color: #e6edef;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  color: white;
  border-color: var(--primary);
}

.btn-outline-dark {
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}

.btn-outline-dark.disabled {
  color: #2c323f;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  color: white;
  border-color: var(--primary);
}

.btn-outline-warning {
  border-color: #e2c636;
  color: #e2c636;
  background-color: transparent;
}

.btn-outline-warning.disabled {
  color: #e2c636;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  color: white;
  border-color: var(--primary);
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover,
.btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus,
.btn-outline-primary-2x:not([disabled]):not(.disabled).active:active,
.btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary);
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #ba895d;
  border-color: #ba895d;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover,
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus,
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active,
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary);
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #3CC13B;
  border-color: #3CC13B;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active:hover,
.btn-outline-success-2x:not([disabled]):not(.disabled).active:focus,
.btn-outline-success-2x:not([disabled]):not(.disabled).active:active,
.btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary);
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #d22d3d;
  border-color: #d22d3d;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover,
.btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus,
.btn-outline-danger-2x:not([disabled]):not(.disabled).active:active,
.btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary);
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #717171;
  border-color: #717171;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active:hover,
.btn-outline-info-2x:not([disabled]):not(.disabled).active:focus,
.btn-outline-info-2x:not([disabled]):not(.disabled).active:active,
.btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary);
}

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #e6edef;
  border-color: #e6edef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-outline-light-2x:not([disabled]):not(.disabled).active:hover,
.btn-outline-light-2x:not([disabled]):not(.disabled).active:focus,
.btn-outline-light-2x:not([disabled]):not(.disabled).active:active,
.btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary);
}

.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
  background-color: #2c323f;
  border-color: #2c323f;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover,
.btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus,
.btn-outline-dark-2x:not([disabled]):not(.disabled).active:active,
.btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary);
}

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #e2c636;
  border-color: #e2c636;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover,
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus,
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:active,
.btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary);
}

table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px solid var(--primary);
}

table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px solid #ba895d;
}

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #3CC13B;
}

table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px solid #d22d3d;
}

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #717171;
}

table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #e6edef;
}

table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px solid #2c323f;
}

table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px solid #e2c636;
}

.b-primary {
  border: 1px solid var(--primary) !important;
}

.b-t-primary {
  border-top: 1px solid var(--primary) !important;
}

.b-b-primary {
  border-bottom: 1px solid var(--primary) !important;
}

.b-l-primary {
  border-left: 1px solid var(--primary) !important;
}

.b-r-primary {
  border-right: 1px solid var(--primary) !important;
}

.b-secondary {
  border: 1px solid #ba895d !important;
}

.b-t-secondary {
  border-top: 1px solid #ba895d !important;
}

.b-b-secondary {
  border-bottom: 1px solid #ba895d !important;
}

.b-l-secondary {
  border-left: 1px solid #ba895d !important;
}

.b-r-secondary {
  border-right: 1px solid #ba895d !important;
}

.b-success {
  border: 1px solid #3CC13B !important;
}

.b-t-success {
  border-top: 1px solid #3CC13B !important;
}

.b-b-success {
  border-bottom: 1px solid #3CC13B !important;
}

.b-l-success {
  border-left: 1px solid #3CC13B !important;
}

.b-r-success {
  border-right: 1px solid #3CC13B !important;
}

.b-danger {
  border: 1px solid #d22d3d !important;
}

.b-t-danger {
  border-top: 1px solid #d22d3d !important;
}

.b-b-danger {
  border-bottom: 1px solid #d22d3d !important;
}

.b-l-danger {
  border-left: 1px solid #d22d3d !important;
}

.b-r-danger {
  border-right: 1px solid #d22d3d !important;
}

.b-info {
  border: 1px solid #717171 !important;
}

.b-t-info {
  border-top: 1px solid #717171 !important;
}

.b-b-info {
  border-bottom: 1px solid #717171 !important;
}

.b-l-info {
  border-left: 1px solid #717171 !important;
}

.b-r-info {
  border-right: 1px solid #717171 !important;
}

.b-light {
  border: 1px solid #e6edef !important;
}

.b-t-light {
  border-top: 1px solid #e6edef !important;
}

.b-b-light {
  border-bottom: 1px solid #e6edef !important;
}

.b-l-light {
  border-left: 1px solid #e6edef !important;
}

.b-r-light {
  border-right: 1px solid #e6edef !important;
}

.b-dark {
  border: 1px solid #2c323f !important;
}

.b-t-dark {
  border-top: 1px solid #2c323f !important;
}

.b-b-dark {
  border-bottom: 1px solid #2c323f !important;
}

.b-l-dark {
  border-left: 1px solid #2c323f !important;
}

.b-r-dark {
  border-right: 1px solid #2c323f !important;
}

.b-warning {
  border: 1px solid #e2c636 !important;
}

.b-t-warning {
  border-top: 1px solid #e2c636 !important;
}

.b-b-warning {
  border-bottom: 1px solid #e2c636 !important;
}

.b-l-warning {
  border-left: 1px solid #e2c636 !important;
}

.b-r-warning {
  border-right: 1px solid #e2c636 !important;
}

.btn-bg-primary {
  background: var(--btn-color-one);
  border-color: var(--btn-color-one);
  color: var(--white);
}

.btn-bg-primary:focus {
  border-color: var(--btn-color-one);
  background: var(--btn-color-one);
  color: var(--white);
}

.btn-bg-primary:focus:active {
  border-color: var(--btn-color-one);
  background: var(--btn-color-one);
  color: var(--white);
}

.btn-bg-secondary {
  background: #ba895d;
  border-color: #ba895d;
  color: var(--white);
}

.btn-bg-secondary:focus {
  border-color: #ba895d;
  background: #ba895d;
  color: var(--white);
}

.btn-bg-secondary:focus:active {
  border-color: #ba895d;
  background: #ba895d;
  color: var(--white);
}

.btn-bg-success {
  background: #3CC13B;
  border-color: #3CC13B;
  color: var(--white);
}

.btn-bg-success:focus {
  border-color: #3CC13B;
  background: #3CC13B;
  color: var(--white);
}

.btn-bg-success:focus:active {
  border-color: #3CC13B;
  background: #3CC13B;
  color: var(--white);
}

.btn-bg-danger {
  background: #d22d3d;
  border-color: #d22d3d;
  color: var(--white);
}

.btn-bg-danger:focus {
  border-color: #d22d3d;
  background: #d22d3d;
  color: var(--white);
}

.btn-bg-danger:focus:active {
  border-color: #d22d3d;
  background: #d22d3d;
  color: var(--white);
}

.btn-bg-info {
  background: #717171;
  border-color: #717171;
  color: var(--white);
}

.btn-bg-info:focus {
  border-color: #717171;
  background: #717171;
  color: var(--white);
}

.btn-bg-info:focus:active {
  border-color: #717171;
  background: #717171;
  color: var(--white);
}

.btn-bg-light {
  background: #e6edef;
  border-color: #e6edef;
  color: #2c323f;
}

.btn-bg-light:focus {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-bg-light:focus:active {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-bg-dark {
  background: #2c323f;
  border-color: #2c323f;
  color: var(--white);
}

.btn-bg-dark:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-bg-dark:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-bg-warning {
  background: #e2c636;
  border-color: #e2c636;
  color: var(--white);
}

.btn-bg-warning:focus {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.btn-bg-warning:focus:active {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.text-white {
  color: #ffffff !important;
}

.text-warning {
  color: #F3BB1C !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-success {
  color: #3CC13B !important;
}

.text-success {
  color: #3CC13B !important;
}

.text-error {
  color: #F44336 !important;
}

.text-blue {
  color: #11cdef !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-warning {
  background-color: #F3BB1C !important;
}

.bg-success {
  background-color: #3CC13B !important;
}

.bg-error {
  background-color: #F44336 !important;
}

.bg-blue {
  background-color: #11cdef !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-tertiary {
  background-color: var(--tertiary) !important;
}

.bg-danger-soft {
  background-color: rgba(220, 53, 69, 0.1) !important;
}

.bg-warning-soft {
  background-color: rgba(243, 187, 28, 0.1) !important;
}

.bg-success-soft {
  background-color: rgba(60, 193, 59, 0.1) !important;
}

.bg-error-soft {
  background-color: rgba(220, 53, 69, 0.1) !important;
}

.bg-blue-soft {
  background-color: rgba(17, 205, 239, 0.1) !important;
}

.badge-secondary-soft {
  background-color: rgba(var(--tertiary), 0.1) !important;
}

.main-bg-one {
  background-color: var(--primary);
}

.main-bg-two {
  background-color: var(--main-color-tow);
}

.main-bg-three {
  background-color: var(--tertiary);
}

.main-bg-four {
  background-color: var(--main-color-four);
}

.main-bg-five {
  background-color: var(--main-color-five);
}

.bg-danger-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#fe7096), to(#ffbf96));
  background: linear-gradient(90deg, #fe7096, #ffbf96);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.bg-success-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#07cdae), to(#84d9d2));
  background: linear-gradient(90deg, #07cdae, #84d9d2);
}

.bg-warning-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ffd500), to(#f6e384));
  background: linear-gradient(90deg, #ffd500, #f6e384);
}

.bg-beguni-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#9a55ff), to(#da8cff));
  background: linear-gradient(90deg, #9a55ff, #da8cff);
}

.bg-blue-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#047edf), color-stop(99%, #90caf9));
  background: linear-gradient(90deg, #047edf, #90caf9 99%);
}

.bg-orange-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#1B5661), color-stop(99%, #989898));
  background: linear-gradient(90deg, #1B5661, #989898 99%);
}

.bg-romance-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#BE3664), color-stop(99%, #222771));
  background: linear-gradient(90deg, #BE3664, #222771 99%);
}

.bg-tea-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6CAD7E), color-stop(99%, #175360));
  background: linear-gradient(90deg, #6CAD7E, #175360 99%);
}

.bg-royal-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#AA3475), color-stop(99%, #CB7326));
  background: linear-gradient(90deg, #AA3475, #CB7326 99%);
}

/*-------------  Color Witch Class Name  --------------*/
.section-bg-one {
  background: var(--section-bg-one) !important;
}

.section-bg-two {
  background: var(--section-bg-two) !important;
}

.section-bg-three {
  background: var(--section-bg-three) !important;
}

.white-bg {
  background: var(--white);
}

.black-bg {
  background: #000000;
}

.main-color-one {
  color: var(--primary);
}

.main-color-two {
  color: var(--secondary);
}

.main-color-three {
  color: var(--tertiary);
}

.heading-color-one {
  color: var(--primary-title) !important;
}

.heading-color-two {
  color: var(--secondary-title) !important;
}

.paragraph-color-one {
  color: var(--primary-paragraph) !important;
}

.paragraph-color-two {
  color: var(--secondary-paragraph) !important;
}

.color-paragraph {
  color: var(--primary-paragraph);
}

.gray-bg {
  background: #f5f5f5;
}

.white-bg {
  background: var(--white);
}

.black-bg {
  background: #000000;
}

.height-100vh {
  height: 100vh;
}

.panel-bg {
  background-color: var(--panel-bg) !important;
}

.facebook {
  background: #3b5999 !important;
  color: var(--white) !important;
}

.twitter {
  background: #55acee !important;
  color: var(--white) !important;
}

.linkedin {
  background: #0077b5 !important;
  color: var(--white) !important;
}

.share-btn {
  background: rgba(221, 221, 221, 0.3411764706) !important;
  color: var(--primary-title) !important;
}

.color-effect {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--primary)), color-stop(55%, var(--primay-title)));
  background-image: linear-gradient(to right, var(--primary) 45%, var(--primay-title) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}

.color-effect:hover {
  background-position: 0% 50%;
}

.theme-gradient {
  background: linear-gradient(115.87deg, #9A61E0 39.31%, #5B58FF 100.75%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 1. Theme default css */
* {
  scrollbar-color: inherit inherit;
  scrollbar-width: thin;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--primary-paragraph);
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--Sans);
  background-color: var(--white);
}

p {
  color: var(--primary-paragraph);
  font-family: var(--Sans);
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
}

svg {
  vertical-align: baseline;
}

.alert svg {
  width: 20px;
  height: 20px;
}

code {
  display: inline-block;
  color: var(--primary);
  text-transform: none;
  background: rgba(var(--primary-rgb), 0.08);
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 7px 9px;
  font-weight: 200;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e6edef;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

.text-black {
  color: var(--primary-title) !important;
}

.custom-dropdown .dropdown-toggle::after {
  display: none;
}

.custom-dropdown button {
  background: none;
  padding: 0;
  border: 0;
  font-size: 40px;
  color: var(--border-color-one);
  line-height: 1;
}

.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
  box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--primary);
  background-color: inherit;
}

.dropdown-item {
  font-weight: 500;
  color: var(--primary-paragraph);
}

.label-title {
  color: var(--primary-title);
  text-transform: capitalize;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.paragraph-color-one {
  color: var(--primary-paragraph);
}

.paragraph-color-two {
  color: var(--paragraph-color-two);
}

.hide {
  display: none;
}

.font-500 {
  font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: var(--Sans);
  color: var(--primary-title);
  margin-bottom: 0px;
  font-weight: 500;
}

p,
a,
span,
input {
  font-family: var(--Inter);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

a,
.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  color: var(--primary);
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.opacity-0 {
  opacity: 0;
}

.shadow-0 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  margin-top: 15px;
  background-color: whitesmoke;
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 38px 38px;
  border: 1px solid #d4d4d4;
  display: block;
  line-height: 19px;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

ol:not([class]) {
  margin-bottom: 20px;
}

ol:not([class]) ol {
  margin-bottom: 0px;
}

ul ol:not([class]) {
  margin-bottom: 0px;
}

dl,
ol,
ul {
  padding-left: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.h-100 {
  height: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

.background-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*-----------   Back To Top  --------*/
@-webkit-keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.paginacontainer {
  height: 3000px;
}

.progressParent {
  position: fixed;
  right: 30px;
  bottom: 70px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #d0d0d4;
  box-shadow: inset 0 0 0 2px #d0d0d4;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progressParent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progressParent::after {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea76";
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 900;
}

.progressParent:hover::before {
  opacity: 1;
}

.progressParent svg path {
  fill: none;
}

.progressParent svg.backCircle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*--- SHANE Mouse Cursor   ----*/
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursorInner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--primary-border);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursorInner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: var(--primary-border);
  opacity: 0.1;
}

.cursorOuter {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-border);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursorOuter.cursor-hover {
  opacity: 0;
}

.main-wrapper[data-magic-cursor=hide] .mouseCursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.inner-section-padding2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-section-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-section-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .inner-section-padding2 {
    padding-top: 115px;
    padding-bottom: 80px;
  }
}

/*-- Section Padding -- */
.section-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .section-padding {
    padding-top: 66px;
    padding-bottom: 70px;
  }
}

.section-padding2 {
  padding-top: 100px;
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .section-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.top-padding {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .top-padding {
    padding-top: 70px;
  }
}

.top-padding2 {
  padding-top: 95px;
}

@media (max-width: 991px) {
  .top-padding2 {
    padding-top: 70px;
  }
}

.top-padding4 {
  padding-top: 70px;
}

@media (max-width: 991px) {
  .top-padding4 {
    padding-top: 50px;
  }
}

.bottom-padding {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .bottom-padding {
    padding-bottom: 70px;
  }
}

.top-bottom-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .top-bottom-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.top-bottom-padding2 {
  padding-top: 70px;
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .top-bottom-padding2 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.bottom-padding2 {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .bottom-padding2 {
    padding-bottom: 70px;
  }
}

.section-padding3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .section-padding3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.top-padding3 {
  padding-top: 40px;
}

@media (max-width: 575px) {
  .top-padding3 {
    padding-top: 30px;
  }
}

.bottom-padding3 {
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .bottom-padding3 {
    padding-top: 30px;
  }
}

.bottom-padding-60 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-padding-60 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bottom-padding-60 {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .bottom-padding-60 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-tittle {
    margin-bottom: 25px;
  }
}

.section-tittle .title {
  color: var(--primary-title);
  font-size: 34px;
  font-family: var(--Sans);
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .section-tittle .title {
    font-size: 24px;
  }
}

.section-tittle .title.tittleBg {
  position: relative;
}

.section-tittle .title.tittleBg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: var(--primary);
  bottom: 10px;
  z-index: -1;
  border-radius: 16px;
}

.section-tittle .title.title-border {
  position: relative;
}

.section-tittle .title.title-border::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 3px;
  background: #a8a8a8;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

.section-tittle .title .title-border2 {
  position: relative;
}

.section-tittle .title .title-border2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ccd1e5;
  left: 0;
  bottom: -8px;
  z-index: 2;
}

.section-tittle .title .lineBrack {
  display: block;
}

@media (max-width: 575px) {
  .section-tittle .title .lineBrack {
    display: none;
  }
}

.section-tittle .title .color {
  color: var(--primary);
}

.section-tittle .sub-tittle {
  color: var(--primary);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle .sub-tittle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle .sub-tittle {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-tittle .sub-tittle {
    font-size: 16px;
  }
}

.section-tittle .pera {
  color: var(--primary-title);
  font-size: 16px;
  font-family: var(--Sans);
}

.section-tittle .pera a {
  text-decoration: underline;
}

.section-tittle .small-title {
  color: var(--primary-title);
  font-family: var(--Inter);
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
  z-index: 0;
}

@media (max-width: 575px) {
  .section-tittle .small-title {
    font-size: 20px !important;
  }
}

.section-tittle-two .title {
  color: var(--tertiary-title);
  font-family: var(--Inter);
  font-size: 24px;
  line-height: 1.4;
  z-index: 0;
  text-transform: capitalize;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle-two .title {
    font-size: 20px !important;
  }
}

@media (max-width: 575px) {
  .section-tittle-two .title {
    font-size: 20px !important;
  }
}

.section-tittle-two .title.tittleBg {
  position: relative;
}

.section-tittle-two .title.tittleBg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: var(--primary);
  bottom: 10px;
  z-index: -1;
  border-radius: 16px;
}

.section-tittle-two .title.title-border {
  position: relative;
}

.section-tittle-two .title.title-border::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 3px;
  background: #a8a8a8;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

.section-tittle-two .title .title-border2 {
  position: relative;
}

.section-tittle-two .title .title-border2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ccd1e5;
  left: 0;
  bottom: -8px;
  z-index: 2;
}

.section-tittle-two .title .lineBrack {
  display: block;
}

@media (max-width: 575px) {
  .section-tittle-two .title .lineBrack {
    display: none;
  }
}

.section-tittle-two .title .color {
  color: var(--primary);
}

.section-tittle-two .pera {
  color: var(--primary-title);
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 50px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle-two .pera {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section-tittle-two .pera {
    font-size: 24px;
  }
}

.section-tittle-two .pera a {
  text-decoration: underline;
}

.section-tittle-three .title {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--secondary-title);
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

@media (max-width: 575px) {
  .section-tittle-pro {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle-pro {
    margin-bottom: 40px;
  }
}

.section-tittle-pro .tittle {
  color: var(--primary-title);
  font-size: 48px;
  display: block;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle-pro .tittle {
    font-size: 36px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle-pro .tittle {
    font-size: 31px !important;
  }
}

@media (max-width: 575px) {
  .section-tittle-pro .tittle {
    font-size: 24px !important;
  }
}

.section-tittle-pro .tittle .lineBrack {
  display: block;
}

@media (max-width: 575px) {
  .section-tittle-pro .tittle .lineBrack {
    display: none;
  }
}

.section-tittle-pro .tittle .color {
  color: var(--primary);
}

.section-tittle-pro .pera {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.section-tittle-pro .pera a {
  text-decoration: underline;
}

.tittleBgOne {
  position: relative;
  color: var(--white);
  z-index: 1;
}

.tittleBgOne::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--primary);
  content: "";
  position: absolute;
  top: 3px;
  left: -4px;
  height: calc(84% + 5px);
  width: calc(96% + 20px);
  z-index: -1;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .tittleBgOne::before {
    top: 2px;
  }
}

@media (max-width: 575px) {
  .tittleBgOne::before {
    left: -5px;
    height: calc(82% + 5px);
    width: calc(88% + 20px);
  }
}

.tittleBgOne:hover {
  background-position: 0% 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .small-tittle {
    margin-bottom: 20px;
  }
}

.small-tittle .tittle {
  font-family: var(--Inter);
  color: var(--primary-title);
  font-size: 28px;
  display: block;
  line-height: 1.4;
  margin-bottom: 0px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small-tittle .tittle {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small-tittle .tittle {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle .tittle {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .small-tittle .tittle {
    font-size: 20px;
  }
}

.small-tittle .lineStyleOne {
  padding-left: 15px;
  border-left: 3px solid var(--primary);
}

.small-tittle .pear {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.small-tittle .pear a {
  text-decoration: underline;
}

.small-tittle.small-tittle2 .tittle {
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
}

.small-tittle.small-tittle2 .pera {
  color: #66816a;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle-two {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .small-tittle-two {
    margin-bottom: 20px;
  }
}

.small-tittle-two .title {
  font-family: var(--Inter);
  color: var(--primary-title);
  font-size: 18px;
  display: block;
  line-height: 1.4;
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .small-tittle-two .title {
    font-size: 16px;
  }
}

.small-tittle-two .pear {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.small-tittle-two .pear a {
  text-decoration: underline;
}

.plr-75 {
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .plr-75 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.img-bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.simplePresentCart-one {
  padding: 30px 24px 2px 24px;
  border-radius: var(--radius-one);
}

.simplePresentCart-two {
  padding: 30px 30px;
  border-radius: var(--radius-one);
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

@media (max-width: 575px) {
  .simplePresentCart-two {
    padding: 20px 20px;
  }
}

.border-cart {
  padding: 25px 22px;
  border: 1px solid var(--border-color-one);
  border-radius: 8px;
}

@media (max-width: 575px) {
  .border-cart {
    padding: 25px 10px;
  }
}

.priceTittle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--Inter);
  color: var(--primary-title);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .priceTittle {
    font-size: 18px;
  }
}

.simplePresentCart2 {
  padding: 30px 30px;
  border: 1px solid var(--border-color-one);
  padding-bottom: 10px;
}

.simplePresentCart3 {
  padding: 40px 40px 40px 40px;
  -webkit-box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
  box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
  border: 1px solid var(--border-color-one);
  border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .simplePresentCart3 {
    padding: 30px 19px 30px 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .simplePresentCart3 {
    padding: 30px 19px 30px 16px;
  }
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

/* Sticky end */
.sectionBgHalf {
  position: relative;
}

.sectionBgHalf::before {
  position: absolute;
  content: "";
  background: var(--section-bg-one);
  width: 100%;
  height: 54%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lineBreak {
  display: block;
}

@media (max-width: 1199px) {
  .lineBreak {
    display: inline-block;
  }
}

.positioningSection {
  position: relative;
  margin-bottom: -225px;
}

.sectionImg-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.sectionImg-bg2 {
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  background-position: center center;
}

input[type=number] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.overlayOne {
  position: relative;
  z-index: 0;
}

.overlayOne::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--primary-title), 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.overlayTwo {
  position: relative;
  z-index: 0;
}

.overlayTwo::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--primary), 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.nicescroll-cursors {
  background-color: var(--primary-rgb) !important;
  background-color: rgba(var(--primary-rgb), 0.2) !important;
  border: 0 !important;
  width: 2px !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.border-top {
  border-top: 1px solid #ebebeb !important;
}

.border-bottom {
  border-bottom: 1px solid var(--primary-border) !important;
}

.border-right {
  border-top: 1px solid var(--primary-border) !important;
}

.border-left {
  border-left: 1px solid var(--primary-border) !important;
}

.img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.h-calc {
  height: calc(100% - 24px);
}

.h-calc {
  height: 100%;
}

.flexContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-primary-hover {
  color: var(--primary-title);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text-primary-hover:hover {
  color: var(--primary);
}

.text-yellow {
  color: var(--ratting-color);
}

.text-gray {
  color: var(--primary-paragraph);
}

.text-gray2 {
  color: var(--gray-text);
}

.line-clamp-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.column-count1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.column-count2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.column-count3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.column-count4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

@media (max-width: 991px) {
  .column-count-md-none {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
}

@media (max-width: 767px) {
  .column-count-sm-none {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
}

@media (min-width: 1399px) {
  .modal-dialog-1260 {
    max-width: 1260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog-1260 {
    max-width: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog-1260 {
    max-width: 900px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .modal-dialog-1260 {
    max-width: 1100px;
  }
}

.max_400 {
  max-width: 405px;
}

.max_540 {
  max-width: 543px;
}

.g-24 {
  --bs-gutter-y: 24px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.g-64 {
  --bs-gutter-y: 64px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

@media (max-width: 1199px) {
  .gy-30 {
    --bs-gutter-y: 20px;
  }
}

.gx-30 {
  --bs-gutter-x: 30px;
}

@media (max-width: 1199px) {
  .gx-30 {
    --bs-gutter-x: 20px;
  }
}

.gx-50 {
  --bs-gutter-x: 50px;
}

@media (max-width: 1199px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.border-bottom {
  border-bottom: 1px solid var(--secondary-border);
}

.porgress-td {
  min-width: 170px;
}

.progress-btn,
.progress-stop,
.progress-running,
.progress-incomplete,
.progress-complite {
  padding: 9px 11px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
}

.progress-complite {
  background: rgba(60, 193, 59, 0.1);
  color: #3CC13B;
}

.progress-incomplete {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.progress-running {
  background: rgba(220, 53, 69, 0.1);
  color: #3CC13B;
}

.progress-stop {
  background: rgba(var(--tertiary-rgb), 0.1);
  color: var(--tertiary);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}

.loading-page {
  background: #0d0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.loading-page .counter {
  text-align: center;
  position: relative;
  width: 200px;
}

.loading-page .counter .text {
  font-size: 40px;
  font-weight: 100;
  color: var(--primary);
}

.loading-page .counter .number {
  color: white;
  font-size: 60px;
  margin-top: -10px;
}

.loading-page .counter .number.abs {
  position: absolute;
  top: 0;
  width: 100%;
}

.loading-page .counter .line {
  display: block;
  border: 2px solid var(--primary);
  width: 0;
}

.card {
  padding: 24px 24px 24px 24px;
  border-radius: 6px;
  border: 1px solid var(--primary-border);
}

.text-normal {
  text-transform: none !important;
}

.bg-none {
  background: none !important;
}

.min-h-400 {
  min-height: 400px;
}

.min-w-120 {
  min-width: 120px;
}

.min-w-100 {
  min-width: 120px;
}

.btn-primary-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--primary-btn);
}

@media (max-width: 767px) {
  .btn-primary-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-primary-fill:hover {
  background: none;
  border: 1px solid var(--primary-btn);
  color: var(--primary-btn);
}

.btn-primary-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-primary-fill:focus {
  border-color: var(--primary-btn);
  background: var(--primary-btn);
  color: var(--white) !important;
}

.btn-primary-fill:focus:active {
  border-color: var(--primary-btn);
  background: var(--primary-btn);
  color: var(--white);
}

.btn-secondary-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--secondary-btn);
}

@media (max-width: 767px) {
  .btn-secondary-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-secondary-fill:hover {
  background: none;
  border: 1px solid var(--secondary-btn);
  color: var(--secondary-btn);
}

.btn-secondary-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-secondary-fill:focus {
  border-color: var(--secondary-btn);
  background: var(--secondary-btn);
  color: var(--white) !important;
}

.btn-secondary-fill:focus:active {
  border-color: var(--secondary-btn);
  background: var(--secondary-btn);
  color: var(--white);
}

.btn-tertiary-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--tertiary-btn);
}

@media (max-width: 767px) {
  .btn-tertiary-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-tertiary-fill:hover {
  background: none;
  border: 1px solid var(--tertiary-btn);
  color: var(--tertiary-btn);
}

.btn-tertiary-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-tertiary-fill:focus {
  border-color: var(--tertiary-btn);
  background: var(--tertiary-btn);
  color: var(--white) !important;
}

.btn-tertiary-fill:focus:active {
  border-color: var(--tertiary-btn);
  background: var(--tertiary-btn);
  color: var(--white);
}

.btn-light-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--white);
  color: var(--primary);
}

@media (max-width: 767px) {
  .btn-light-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-light-fill:hover {
  background: none;
  background-color: var(--white);
}

.btn-light-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-light-fill:focus {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-light-fill:focus:active {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-dark-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .btn-dark-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-dark-fill:hover {
  background: none;
}

.btn-dark-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-dark-fill:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white) !important;
}

.btn-dark-fill:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-white-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .btn-white-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-white-fill:hover {
  background: none;
}

.btn-white-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-white-fill:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white) !important;
}

.btn-white-fill:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-warning-fill {
  padding: 14px 30px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .btn-warning-fill {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-warning-fill:hover {
  background: none;
}

.btn-warning-fill i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  line-height: 1;
  top: 4px;
}

.btn-warning-fill:focus {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white) !important;
}

.btn-warning-fill:focus:active {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.btn-primary-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: var(--primary-btn);
  border: 1px solid var(--primary-btn);
}

.btn-primary-outline:hover {
  color: var(--white);
  border: 1px solid var(--primary-btn);
  background: var(--primary-btn);
}

.btn-primary-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-primary-outline:focus {
  border-color: var(--primary-btn);
  background: var(--primary-btn);
  color: var(--white);
}

.btn-primary-outline:focus:active {
  border-color: var(--primary-btn);
  background: var(--primary-btn);
  color: var(--white);
}

.btn-secondary-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: var(--secondary-btn);
  border: 1px solid var(--secondary-btn);
}

.btn-secondary-outline:hover {
  color: var(--white);
  border: 1px solid var(--secondary-btn);
  background: var(--secondary-btn);
}

.btn-secondary-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-secondary-outline:focus {
  border-color: --secondary-btn;
  background: --secondary-btn;
  color: var(--white);
}

.btn-secondary-outline:focus:active {
  border-color: --secondary-btn;
  background: --secondary-btn;
  color: var(--white);
}

.btn-tertiary-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: var(--tertiary-btn);
  border: 1px solid var(--tertiary-btn);
}

.btn-tertiary-outline:hover {
  color: var(--white);
  border: 1px solid var(--tertiary-btn);
  background: var(--secondary-btn);
}

.btn-tertiary-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-tertiary-outline:focus {
  border-color: --tertiary-btn;
  background: --tertiary-btn;
  color: var(--white);
}

.btn-tertiary-outline:focus:active {
  border-color: --tertiary-btn;
  background: --tertiary-btn;
  color: var(--white);
}

.btn-light-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: #2c323f;
}

.btn-light-outline:hover {
  color: var(--white);
}

.btn-light-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-light-outline:focus {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-light-outline:focus:active {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

.btn-dark-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.btn-dark-outline:hover {
  color: var(--white);
}

.btn-dark-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-dark-outline:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-dark-outline:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: var(--white);
}

.btn-warning-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.btn-warning-outline:hover {
  color: var(--white);
}

.btn-warning-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-warning-outline:focus {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.btn-warning-outline:focus:active {
  border-color: #e2c636;
  background: #e2c636;
  color: var(--white);
}

.cmn-btn {
  color: var(--white);
  background: var(--primary);
  font-family: var(--primary-title);
  padding: 24px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -moz-user-select: none;
  line-height: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
}

.cmn-btn .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}

.cmn-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--primary-title);
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 0px;
}

.cmn-btn:hover {
  color: #ffffff !important;
}

.cmn-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: -1;
}

.cmn-btn:hover::after {
  background: var(--primary);
}

.cmn-btn:hover .icon {
  left: 3px;
}

.cmn-btn.cmn-btns {
  background: var(--paragraph-color);
}

.cmn-btn.cmn-btns:hover {
  color: #ffffff !important;
}

.cmn-btn.cmn-btns:hover::before {
  background: var(--primary);
}

.cmn-btn.cmn-btns:hover .icon {
  left: 3px;
}

.btn-primary-submit {
  font-family: var(--primary-title);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--primary);
  color: var(--white);
  padding: 15px 48px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .btn-primary-submit {
    font-size: 14px;
    padding: 12px 38px;
  }
}

.btn-primary-submit .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  bottom: -3px;
}

.btn-primary-submit:hover {
  background: none;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-primary-submit:hover .icon {
  color: var(--primary);
}

.btn-primary-submit:focus {
  background: var(--primary);
  color: var(--white);
}

.fill-btn {
  border: 0;
  color: var(--white);
  background: var(--primary);
  padding: 11px 15px !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 6px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.fill-btn .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}

.fill-btn:focus {
  color: var(--white);
}

.fill-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--white);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 0;
}

.fill-btn:hover {
  color: var(--primary);
}

.fill-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fill-btn:hover .icon {
  left: 3px;
}

.fill-btn.border-btn2 {
  border: 1px solid var(--secondary) !important;
  color: var(--secondary) !important;
  padding: 11px 27px !important;
  font-weight: 500;
}

.fill-btn.border-btn2::before {
  background: var(--secondary) !important;
}

.fill-btn.border-btn2:hover {
  border: 1px solid var(--secondary) !important;
  color: #ffffff !important;
}

.fill-btn.border-btn3 {
  padding: 8px 28px !important;
  border-radius: 5px;
}

.fill-btn-white {
  border: 0;
  color: var(--primary);
  background: var(--white);
  padding: 11px 15px !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 6px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.fill-btn-white .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}

.fill-btn-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--tertiary);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 0;
}

.fill-btn-white:hover {
  color: var(--white);
}

.fill-btn-white:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fill-btn-white:hover .icon {
  left: 3px;
}

.outline-btn-white {
  border: 1px solid var(--white);
  color: var(--white);
  background: none;
  padding: 10px 15px !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 6px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.outline-btn-white .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}

.outline-btn-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--white);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 0;
}

.outline-btn-white:hover {
  color: var(--primary);
}

.outline-btn-white:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.outline-btn-white:hover .icon {
  left: 3px;
}

.outline-btn {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-transform: normal;
  padding: 11px 15px !important;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: none;
  z-index: 1;
}

.outline-btn .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}

.outline-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--primary);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 0;
}

.outline-btn:hover {
  color: var(--primary-title);
}

.outline-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border: 1px solid transparent;
}

.outline-btn:hover .icon {
  left: 3px;
}

.outline-btn.border-btn2 {
  border: 1px solid var(--secondary) !important;
  color: var(--secondary) !important;
  padding: 11px 27px !important;
  font-weight: 500;
}

.outline-btn.border-btn2::before {
  background: var(--secondary) !important;
}

.outline-btn.border-btn2:hover {
  border: 1px solid var(--secondary) !important;
  color: #ffffff !important;
}

.outline-btn.border-btn3 {
  padding: 8px 28px !important;
  border-radius: 5px;
}

.more-btn {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.more-btn::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--primary);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 2px;
}

.more-btn:hover {
  letter-spacing: 0.5px;
  color: var(--primary);
}

.browse-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--Inter);
}

.browse-btn i {
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.browse-btn:hover {
  letter-spacing: 0.3px;
}

.browse-btn2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--Inter);
}

.browse-btn2 i {
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.browse-btn2:hover {
  letter-spacing: 0.3px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.big-btn {
  padding: 14px 30px;
  font-weight: 600;
}

.pill-btn {
  border-radius: 50px;
  padding: 12px 25px;
}

.hero-btn {
  border-radius: 50px;
  padding: 14px 30px;
  font-family: var(--Sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .hero-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.rounded-btn {
  background-color: var(--primary-btn);
  border: 1px solid transparent;
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rounded-btn i {
  color: var(--white);
  font-size: 24px;
}

.rounded-btn:hover {
  background: none;
  border: 1px solid var(--primary-btn);
  color: var(--primary-btn);
}

.rounded-btn:hover i {
  color: var(--primary);
}

.select2-selection {
  border-color: var(--primary-border) !important;
  border-radius: 8px !important;
  margin-bottom: 5px;
  min-height: 49px !important;
  padding: 11px 14px 15px 14px;
}

.select2-selection .select2-container .select2-selection__choice {
  margin-top: 0 !important;
}

.select2-selection .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-bottom: 0px;
}

.select2-results__option[aria-selected] {
  text-transform: capitalize;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
  font-weight: 600;
  color: var(--primary-title);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 0;
}

.select2-selection__rendered li {
  padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: var(--white);
  background-color: var(--primary);
  padding: 4px 9px !important;
  font-size: 14px;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  margin-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--white);
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 1;
  margin-right: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--white);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #cfcfcf transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 27px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.nice-select {
  line-height: 30px;
  border: 1px solid var(--primary-border);
  height: 50px;
  width: 100%;
  color: #071112;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  padding-right: 39px;
  border-radius: 8px;
}

.nice-select span {
  color: var(--paragraph-color-one) !important;
}

.nice-select:focus {
  border: 1px solid var(--primary-border);
}

.nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 22px;
  width: 7px;
}

.nice-select .list {
  width: 100%;
  border-radius: 0;
}

.nice-select.open .list {
  width: 100%;
  border-radius: 0;
}

.nice-select .option {
  margin-bottom: 0;
}

.nice-select .option.selected.focus {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.nice-select .option:hover {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.nice-select::-webkit-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}

.nice-select::-moz-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}

.nice-select:-ms-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}

.nice-select::-ms-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}

.nice-select::placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}

.select2-dropdown {
  border-color: #EAECF0;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.ln-change .select2-container--default .select2-selection--single {
  background-color: transparent;
  padding-left: 0;
  border: 0;
}

.ln-change .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-dropdown {
  z-index: 10060 !important;
  /*1051;*/
}

@media (max-width: 991px) {
  .header-area {
    background: var(--white);
  }
}

.header-area .main-header {
  background-color: transparent;
  font-family: var(--Inter);
}

.header-area .gap-144 {
  gap: 144px;
}

.header-area .gap-164 {
  gap: 164px;
}

@media (max-width: 1199px) {
  .header-area .header-right {
    margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .header-area .menu-wrapper {
    padding: 20px 0 15px 0;
  }
}

.header-area .main-menu .listing .single-list {
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 16px;
  cursor: pointer;
}

.header-area .main-menu .listing .single-list:last-child {
  margin-bottom: 0 !important;
}

.header-area .main-menu .listing .single-list .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 600;
  display: block;
  font-size: 16px;
  padding: 43px 0;
  text-transform: capitalize;
}

.header-area .main-menu .listing .single-list .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary);
}

.header-area .main-menu .listing .single-list .single.active::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 38px;
  z-index: 0;
  background: var(--primary);
}

.header-area .main-menu .listing .single-list .single.active>.single {
  color: var(--primary);
}

.header-area .main-menu .listing .single-list:hover>.single {
  color: var(--primary);
}

.header-area .main-menu .listing .single-list:hover>.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-area .main-menu .listing .single-list:hover>.submenu>.single-list>.single {
  color: var(--primary-title);
  display: block;
}

.header-area .main-menu .listing .single-list:hover>.submenu .submenu {
  left: 100%;
  top: 0;
}

.header-area .main-menu .listing .submenu {
  position: absolute;
  width: 260px;
  background: var(--white);
  padding: 21px 0px;
  left: 0;
  right: 0;
  top: 105%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--primary);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-menu .listing .submenu {
    right: 0;
    left: auto;
  }
}

.header-area .main-menu .listing .submenu>.single-list {
  margin: 0px;
  display: block;
}

.header-area .main-menu .listing .submenu>.single-list>.single {
  padding: 6px 18px !important;
  font-size: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  color: var(--primary-paragraph) !important;
}

.header-area .main-menu .listing .submenu>.single-list>.single:hover {
  color: var(--primary) !important;
  letter-spacing: 0.3px;
}

.header-area .main-menu .listing .submenu>.single-list>.single i {
  margin-right: 0;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 9px;
  color: var(--primary-paragraph);
  font-size: 16px;
}

@media (max-width: 991px) {
  .header-area .main-menu .listing .submenu>.single-list>.single i {
    display: none;
  }
}

.header-area .mobile_menu {
  position: unset;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.header-area .mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

.header-area .mobile_menu .slicknav_menu .slicknav_btn {
  top: -53px;
  right: 0px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: var(--primary) !important;
  height: 2px !important;
  margin: 7px 0 !important;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 6px !important;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999;
  padding: 19px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav ul {
  margin: 0 0 0 11px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .btn-primary-fill {
  color: var(--white);
  padding: 11px 16px;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary);
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .single.active>.single {
  color: var(--primary);
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: var(--primary);
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .header-btn2 {
  display: inline-block;
  border-radius: 30px;
  margin-left: 0;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a i {
  display: none;
}

.header-area .mobile_menu .slicknav_menu .slicknav_nav .slicknav_arrow {
  color: var(--primary);
  top: -30px;
}

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.search-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 34px;
  z-index: 1000;
  /* Ensure it appears above other elements */
}

@media (max-width: 991px) {
  .search-container {
    padding: 22px;
  }
}

.search-field {
  width: 80%;
  padding: 8px;
  margin-right: 5px;
  border: 1px solid var(--search-border);
  border-radius: 6px;
}

@media (max-width: 575px) {
  .search-field {
    width: 80%;
  }
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header-sticky.sticky-bar {
  z-index: 990 !important;
  background-color: var(--white);
}

.logo-large img {
  max-width: 250px;
}

@media (max-width: 1199px) {
  .logo-large img {
    max-width: 140px;
  }
}

@media (max-width: 575px) {
  .logo-large img {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .logo.logo-mobile {
    display: none !important;
  }
}

.close-search-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--primary);
  border: 1px solid transparent;
  font-size: 20px;
  cursor: pointer;
  color: var(--white);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.close-search-btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.logo-mobile.dark-logo {
  display: none !important;
}

.logo-mobile.light-logo {
  display: block;
}

.header-area-two .gap-144 {
  gap: 144px;
}

.header-area-two .gap-164 {
  gap: 164px;
}

@media (max-width: 1199px) {
  .header-area-two .header-right {
    margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .header-area-two .menu-wrapper {
    padding: 20px 0 15px 0;
  }
}

.header-area-two .main-menu .listing .single-list {
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 16px;
  cursor: pointer;
}

.header-area-two .main-menu .listing .single-list:last-child {
  margin-bottom: 0 !important;
}

.header-area-two .main-menu .listing .single-list .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
  font-weight: 600;
  display: block;
  font-size: 16px;
  padding: 43px 0;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .header-area-two .main-menu .listing .single-list .single {
    font-size: 14px;
  }
}

.header-area-two .main-menu .listing .single-list .single i {
  font-size: 14px;
}

.header-area-two .main-menu .listing .single-list .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary);
}

.header-area-two .main-menu .listing .single-list .single.active::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  z-index: 0;
  background: var(--primary);
}

.header-area-two .main-menu .listing .single-list .single.active>.single {
  color: var(--primary);
}

.header-area-two .main-menu .listing .single-list:hover>.single {
  color: var(--primary);
}

.header-area-two .main-menu .listing .single-list:hover>.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-area-two .main-menu .listing .single-list:hover>.submenu>.single-list>.single {
  color: var(--primary-title);
  display: block;
}

.header-area-two .main-menu .listing .single-list:hover>.submenu .submenu {
  left: 100%;
  top: 0;
}

.header-area-two .main-menu .listing .submenu {
  position: absolute;
  width: 260px;
  background: var(--white);
  padding: 21px 0px;
  left: 0;
  right: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--primary);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-two .main-menu .listing .submenu {
    right: 0;
    left: auto;
  }
}

.header-area-two .main-menu .listing .submenu>.single-list {
  margin: 0px;
  display: block;
}

.header-area-two .main-menu .listing .submenu>.single-list>.single {
  padding: 6px 18px !important;
  font-size: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  color: var(--primary-paragraph) !important;
}

.header-area-two .main-menu .listing .submenu>.single-list>.single:hover {
  color: var(--primary) !important;
  letter-spacing: 0.3px;
}

.header-area-two .main-menu .listing .submenu>.single-list>.single i {
  margin-right: 0;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 9px;
  color: var(--primary-paragraph);
  font-size: 16px;
}

@media (max-width: 991px) {
  .header-area-two .main-menu .listing .submenu>.single-list>.single i {
    display: none;
  }
}

.header-area-two .mobile_menu {
  position: unset;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.header-area-two .mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_btn {
  top: -47px;
  right: 0px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: var(--primary) !important;
  height: 2px !important;
  margin: 7px 0 !important;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 6px !important;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999;
  padding: 19px ul;
  padding-margin: 0 0 0 11px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .btn-primary-fill {
  color: var(--white);
  padding: 11px 16px;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary);
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .single.active>.single {
  color: var(--primary);
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: var(--primary);
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .header-btn2 {
  display: inline-block;
  border-radius: 30px;
  margin-left: 0;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a i {
  display: none;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_nav .slicknav_arrow {
  color: var(--primary);
  top: -30px;
}

.header-area-two .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1399px) {
  .header-area-two .cart {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .header-area-two .cart {
    margin-right: 0px;
  }
}

.header-area-two .cart .header-btn {
  background-color: var(--white);
  padding: 17px 30px;
  color: var(--primary-title);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .header-area-two .cart .header-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.header-area-two .cart .cart-list {
  line-height: 1;
}

.header-area-two .cart .cart-list .transparent-icon {
  font-size: 20px;
  color: var(--white);
}

.header-area-two .cart .cart-list .divider {
  width: 1px;
  height: 18px;
  margin-top: 0;
  background-color: var(--white);
  margin-bottom: 0;
}

.header-area-two .cart .cart-list .cart-items {
  padding: 6px 11px;
  color: var(--tertiary-title);
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  text-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-area-two .cart .cart-list .upload-btn {
  padding: 7px 12px 11px 12px;
  margin-left: 20px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--white);
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-two .cart .cart-list .upload-btn span {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area-two .cart .cart-list .upload-btn {
    padding: 1px 5px 9px 5px;
  }

  .header-area-two .cart .cart-list .upload-btn span {
    display: none;
  }
}

.header-area-two .cart .cart-list .upload-btn:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.header-area-two .cart .cart-list .upload-btn:hover i {
  left: 0;
}

.header-area-two .header-sticky.sticky-bar {
  z-index: 990 !important;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.onhover-dropdown {
  cursor: pointer;
  position: relative;
}

.onhover-dropdown .onhover-dropdown-show {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 53px;
  position: absolute;
  z-index: 8;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.onhover-dropdown:hover .onhover-dropdown-show {
  opacity: 1;
  top: 60px !important;
  visibility: visible;
}

.light-mode .dark-logo {
  display: none;
}

.light-mode .light-logo {
  display: block;
}

.light-mode .logo-mobile.dark-logo {
  display: none !important;
}

.light-mode .logo-mobile.light-logo {
  display: block;
}

.light-mode.dark-mode .dark-logo {
  display: block;
}

.light-mode.dark-mode .light-logo {
  display: none !important;
}

.light-mode.dark-mode .logo-mobile.dark-logo {
  display: block !important;
}

.light-mode.dark-mode .logo-mobile.light-logo {
  display: block;
}

.logo-large img {
  max-width: 250px;
}

@media (max-width: 1199px) {
  .logo-large img {
    max-width: 140px;
  }
}

@media (max-width: 575px) {
  .logo-large img {
    display: none !important;
  }
}

.logo img {
  max-width: 250px;
}

@media (max-width: 1199px) {
  .logo img {
    max-width: 140px;
  }
}

@media (min-width: 576px) {
  .header-area .main-header .logo.logo-mobile {
    display: none !important;
  }
}

.hover-flip-item-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .hover-flip-item-wrapper {
    opacity: 1;
  }
}

.hover-flip-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .hover-flip-item span {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: transparent;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .hover-flip-item span:before {
    top: 0;
    -webkit-transform: skewY(0);
    transform: skewY(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .hover-flip-item span:after {
    top: 105%;
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .hover-flip-item span:after,
  .hover-flip-item span:before {
    content: attr(data-text);
    display: block;
    position: absolute;
    color: var(--primary-title);
  }
}

.hover-flip-item-wrapper:hover {
  opacity: 1;
}

.hover-flip-item-wrapper:hover .hover-flip-item span {
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}

.hover-flip-item-wrapper:hover .hover-flip-item span:after {
  -webkit-transform: skewY(0);
  transform: skewY(0);
}

@media (pointer: coarse) {
  .hover-flip-item-wrapper:hover .hover-flip-item span {
    -webkit-transform: none;
    transform: none;
  }

  .hover-flip-item-wrapper:hover .hover-flip-item span:before {
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
    -webkit-transform: none;
    transform: none;
  }

  .hover-flip-item-wrapper:hover .hover-flip-item span:after {
    -webkit-transform: skewY(0);
    transform: skewY(0);
    -webkit-transform: none;
    transform: none;
  }
}

.header-area-three {
  background-color: var(--header-bg3);
}

@media (max-width: 1199px) {
  .header-area-three .header-right {
    margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .header-area-three .menu-wrapper {
    padding: 16px 0 11px 0;
  }
}

.header-area-three .main-header .top-menu {
  padding-top: 15px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-area-three .main-header .top-menu .contact-info .pera {
  font-size: 14px;
  color: var(--primary-title);
  font-weight: 400;
  line-height: 14px;
}

.header-area-three .main-header .top-menu .header-social-link .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.header-area-three .main-header .top-menu .header-social-link .single-list .single {
  color: var(--primary-title);
  font-size: 14px;
  font-weight: 400;
  font-size: 16px;
}

.header-area-three .main-header .top-menu .header-social-link .single-list .single i {
  font-size: 18px;
}

.header-area-three .main-header hr {
  margin: 0;
  border: 1px solid var(--header-three-bg2);
}

.header-area-three .main-header .gap-144 {
  gap: 144px;
}

.header-area-three .main-header .gap-164 {
  gap: 164px;
}

.header-area-three .main-header .btn-primary-outline {
  font-weight: 700;
  padding: 16px 20px;
}

.header-area-three .main-header .main-menu .listing .single-list {
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 16px;
}

.header-area-three .main-header .main-menu .listing .single-list:last-child {
  margin-bottom: 0 !important;
}

.header-area-three .main-header .main-menu .listing .single-list .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 600;
  padding: 36px 0;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.header-area-three .main-header .main-menu .listing .single-list .single i {
  font-size: 14px;
}

.header-area-three .main-header .main-menu .listing .single-list .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary);
}

.header-area-three .main-header .main-menu .listing .single-list .single.active::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  z-index: 0;
  background: var(--primary);
}

.header-area-three .main-header .main-menu .listing .single-list .single.active>.single {
  color: var(--primary);
}

.header-area-three .main-header .main-menu .listing .single-list:hover>.single {
  color: var(--primary);
}

.header-area-three .main-header .main-menu .listing .single-list:hover>.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-area-three .main-header .main-menu .listing .single-list:hover>.submenu>.single-list>.single {
  color: var(--primary-title);
  display: block;
}

.header-area-three .main-header .main-menu .listing .single-list:hover>.submenu .submenu {
  left: 100%;
  top: 0;
}

.header-area-three .main-header .main-menu .listing .submenu {
  position: absolute;
  width: 260px;
  background: var(--white);
  padding: 21px 0px;
  left: 0;
  right: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--primary);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-three .main-header .main-menu .listing .submenu {
    right: 0;
    left: auto;
  }
}

.header-area-three .main-header .main-menu .listing .submenu>.single-list {
  margin: 0px;
  display: block;
}

.header-area-three .main-header .main-menu .listing .submenu>.single-list>.single {
  padding: 6px 18px !important;
  font-size: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  color: var(--primary-paragraph) !important;
}

.header-area-three .main-header .main-menu .listing .submenu>.single-list>.single:hover {
  color: var(--primary) !important;
  letter-spacing: 0.3px;
}

.header-area-three .main-header .main-menu .listing .submenu>.single-list>.single i {
  margin-right: 0;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 9px;
  color: var(--primary-paragraph);
  font-size: 16px;
}

@media (max-width: 991px) {
  .header-area-three .main-header .main-menu .listing .submenu>.single-list>.single i {
    display: none;
  }
}

.header-area-three .main-header .hamburger-icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--primary);
  padding: 6px 16px;
  border-radius: 10px;
  color: var(--white);
  font-size: 20px;
}

.header-area-three .main-header .mobile-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: var(--white) fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: none;
  z-index: 1;
}

.header-area-three .main-header .mobile-menu .listing .single-list {
  position: relative;
  margin: 0 16px;
}

.header-area-three .main-header .mobile-menu .listing .single-list:last-child {
  margin-bottom: 0 !important;
}

.header-area-three .main-header .mobile-menu .listing .single-list .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.header-area-three .main-header .mobile-menu .listing .single-list .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary);
}

.header-area-three .main-header .mobile-menu .listing .single-list:hover>.single {
  color: var(--primary);
}

.header-area-three .main-header .mobile-menu .listing .single-list:hover>.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-area-three .main-header .mobile-menu .listing .single-list:hover>.submenu>.single-list>.single {
  color: var(--primary-title);
  display: block;
}

.header-area-three .main-header .mobile-menu .listing .single-list:hover>.submenu .submenu {
  left: 100%;
  top: 0;
}

.header-area-three .main-header .mobile-menu .listing .submenu {
  position: absolute;
  width: 260px;
  background: var(--white);
  padding: 21px 0px;
  left: 0;
  right: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--primary);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-three .main-header .mobile-menu .listing .submenu {
    right: 0;
    left: auto;
  }
}

.header-area-three .main-header .mobile-menu .listing .submenu>.single-list {
  margin: 0px;
  display: block;
}

.header-area-three .main-header .mobile-menu .listing .submenu>.single-list>.single {
  padding: 6px 18px !important;
  font-size: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  color: var(--primary-paragraph) !important;
}

.header-area-three .main-header .mobile-menu .listing .submenu>.single-list>.single:hover {
  color: var(--primary) !important;
  letter-spacing: 0.3px;
}

.header-area-three .main-header .mobile-menu .listing .submenu>.single-list>.single i {
  margin-right: 0;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 9px;
  color: var(--primary-paragraph);
  font-size: 16px;
}

@media (max-width: 991px) {
  .header-area-three .main-header .mobile-menu .listing .submenu>.single-list>.single i {
    display: none;
  }
}

.header-area-three .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .header-area-three .cart {
    margin-right: 0px;
  }
}

.header-area-three .cart .cart-list {
  line-height: 1;
}

.header-area-three .cart .cart-list .cart-items {
  padding: 6px 11px;
  color: var(--tertiary-title);
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  text-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-area-three .cart .cart-list .upload-btn {
  padding: 7px 12px 11px 12px;
  margin-left: 20px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--white);
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-three .cart .cart-list .upload-btn span {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area-three .cart .cart-list .upload-btn {
    padding: 1px 5px 9px 5px;
  }

  .header-area-three .cart .cart-list .upload-btn span {
    display: none;
  }
}

.header-area-three .cart .cart-list .upload-btn:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.header-area-three .cart .cart-list .upload-btn:hover i {
  left: 0;
}

.header-area-three .mobile_menu {
  position: unset;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.header-area-three .mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_btn {
  top: -50px;
  right: 0px;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: var(--primary) !important;
  height: 2px !important;
  margin: 7px 0 !important;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 6px !important;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999;
  padding: 19px;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav ul {
  margin: 0 0 0 11px;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav .btn-primary-fill {
  color: var(--white);
  padding: 11px 16px;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav .single {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-title);
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav .single.active {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary);
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav .single.active>.single {
  color: var(--primary);
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: var(--primary);
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav .header-btn2 {
  display: inline-block;
  border-radius: 30px;
  margin-left: 0;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a i {
  display: none;
}

.header-area-three .mobile_menu .slicknav_menu .slicknav_nav .slicknav_arrow {
  color: var(--primary);
  top: -30px;
}

.header-area-three .header-sticky-three.sticky-bar {
  z-index: 990 !important;
  background-color: var(--white);
}

.header-area-three .header-sticky-three.sticky-bar .top-menu {
  display: none;
}

.header-area-three .header-sticky-three.sticky-bar hr {
  display: none;
}

.donate-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary);
  padding: 16px 20px;
  padding-right: 12px;
  border-radius: 10px;
  font-weight: 700;
  gap: 10px;
  border: 1px solid var(--primary);
}

@media (max-width: 991px) {
  .donate-button-icon {
    padding: 12px 16px;
  }
}

.donate-button-icon i {
  font-size: 14px;
}

.donate-button-icon .pera {
  color: var(--primary);
  font-weight: 700;
  font-family: var(--Sans);
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .donate-button-icon .pera {
    font-size: 16px;
  }
}

.donate-button-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.donate-button-icon:hover .pera {
  color: var(--white);
}

.footer-bg-one {
  background: linear-gradient(84deg, #222928 0%, #090e0d 99.4%);
  position: relative;
}

.footer-bg-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/footer-graph.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  /* Initially, set opacity to 0 to make it invisible */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer-wrapper .footer-menu {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 50px;
}

.footer-wrapper .footer-menu .logo img {
  max-width: 250px;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-menu .logo img {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .footer-wrapper .footer-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer-wrapper .footer-menu .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrapper .footer-menu .single {
  color: white;
  margin-right: 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--Sans);
}

.footer-wrapper .footer-menu .single.active {
  color: var(--secondary);
}

.footer-wrapper .footer-menu .single:hover {
  color: var(--secondary);
}

.footer-wrapper .footer-menu .donate-btn {
  background-color: var(--primary);
  border: 1px solid transparent;
  color: var(--white);
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-menu .donate-btn {
    padding: 12px 26px;
    font-size: 16px;
  }
}

.footer-wrapper .footer-menu .donate-btn:hover {
  background: none;
  border: 1px solid var(--primary-btn);
}

.footer-wrapper .footer-line {
  border: 1px solid var(--footer-border);
  margin: 0;
}

.footer-wrapper .footer-imp-link {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-imp-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer-wrapper .footer-imp-link .footer-link .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: white;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-imp-link .footer-link .title {
    font-size: 16px;
  }
}

.footer-wrapper .footer-imp-link .footer-link .imp-link .single-list {
  margin-bottom: 10px;
}

.footer-wrapper .footer-imp-link .footer-link .imp-link .single-list .imp-icon {
  background-color: var(--footer-bg);
  color: var(--white);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
}

.footer-wrapper .footer-imp-link .footer-link .imp-link .single-list .project-img {
  border-radius: 10px;
}

.footer-wrapper .footer-imp-link .footer-link .imp-link .single-list .project-info .project-date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: var(--secondary);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-imp-link .footer-link .imp-link .single-list .project-info .project-date {
    font-size: 14px;
  }
}

.footer-wrapper .footer-imp-link .footer-link .imp-link .single-list .project-info .project-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: var(--white);
}

@media (max-width: 767px) {
  .footer-wrapper .footer-imp-link .footer-link .imp-link .single-list .project-info .project-title {
    font-size: 16px;
  }
}

.footer-wrapper .footer-imp-link .footer-link .imp-link .single {
  color: var(--dark-subtitle);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-imp-link .footer-link .imp-link .single {
    font-size: 14px;
  }
}

.footer-wrapper .footer-bottom-area {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-wrapper .footer-bottom-area .footer-copy-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-bottom-area .footer-copy-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-wrapper .footer-bottom-area .footer-copy-right .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--dark-subtitle);
}

.footer-social-link .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

@media (max-width: 767px) {
  .footer-social-link .listing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-social-link .single {
  background-color: var(--footer-bg);
  color: var(--white);
  padding: 8px 9px;
  border-radius: 10px;
}

.footer-social-link .single:hover {
  background-color: var(--secondary);
  color: var(--primary-title);
}

.hero-caption-one {
  max-width: 562px;
}

.hero-caption-one .short-dec {
  font-size: 28px;
  margin-bottom: 18px;
  display: block;
}

@media (max-width: 575px) {
  .hero-caption-one .short-dec {
    font-size: 22px;
  }
}

.hero-caption-one .key-title {
  color: var(--primary);
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .hero-caption-one .key-title {
    font-size: 16px;
  }
}

.hero-caption-one .title {
  display: block;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 30px;
  color: var(--primary-title);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-caption-one .title {
    font-size: 45px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-caption-one .title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-caption-one .title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .hero-caption-one .title {
    font-size: 28px;
    line-height: 35px;
  }
}

.hero-caption-one .pera {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  color: var(--secondary-title);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-caption-one .pera {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .hero-caption-one .pera {
    font-size: 12px;
  }
}

.hero-count .title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-count .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-count .title {
    font-size: 30px;
  }
}

.hero-count .pera {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--secondary-title);
}

@media (max-width: 767px) {
  .hero-count .pera {
    font-size: 14px;
  }
}

.hero-padding {
  padding: 87px 0 110px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-padding {
    padding: 87px 0 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-padding {
    padding: 70px 0 80px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-padding {
    padding: 50px 0 70px 0;
  }
}

@media (max-width: 575px) {
  .hero-padding {
    padding: 50px 0 50px 0;
  }
}

@media (max-width: 991px) {
  .hero-padding .hero-count-section {
    display: none;
  }
}

.line-brack {
  display: block;
}

.mx-width-600 {
  max-width: 600px;
  display: block;
  margin: auto;
}

.mx-width-780 {
  max-width: 780px;
  display: block;
}

.hero-overlay {
  position: relative;
  z-index: 0;
}

.hero-overlay::before {
  position: absolute;
  content: "";
  background-color: rgba(12, 12, 12, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.slider-height {
  height: 600px;
}

.hero-area-two {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: relative;
}

.hero-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/hero-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.1;
  /* Adjust the opacity value as needed */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hero-caption {
  max-width: 615px;
}

.hero-caption .short-dec {
  font-size: 28px;
  margin-bottom: 18px;
  display: block;
}

@media (max-width: 575px) {
  .hero-caption .short-dec {
    font-size: 22px;
  }
}

.hero-caption .key-title {
  color: var(--secondary);
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .hero-caption .key-title {
    font-size: 16px;
  }
}

.hero-caption .title {
  display: block;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 30px;
  color: var(--white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-caption .title {
    font-size: 31px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-caption .title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-caption .title {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .hero-caption .title {
    font-size: 28px;
    line-height: 35px;
  }
}

.hero-caption .pera {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  color: var(--hero-two-subtitle);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-caption .pera {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .hero-caption .pera {
    font-size: 12px;
  }
}

.hero-padding-two {
  position: relative;
  padding: 184px 0 110px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-padding-two {
    padding: 150px 0 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-padding-two {
    padding: 130px 0 80px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-padding-two {
    padding: 130px 0 70px 0;
  }
}

@media (max-width: 575px) {
  .hero-padding-two {
    padding: 120px 0 50px 0;
  }
}

@media (max-width: 991px) {
  .hero-padding-two .hero-count-section {
    display: none;
  }
}

.line-brack {
  display: block;
}

.slider-height {
  height: 600px;
}

.hero-area-three {
  background-color: var(--hero-area-three-bg);
}

.hero-area-three .multi-image-one {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  padding: 2px;
  border-radius: 50%;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

.hero-area-three .multi-image-one img {
  width: 100%;
  border-radius: 50%;
}

.hero-area-three .multi-image-one:hover {
  cursor: pointer;
}

.hero-area-three .multi-image-one:hover+.multi-image-two {
  margin-left: -6px;
}

.hero-area-three .multi-image-two {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  padding: 2px;
  margin-left: -20px;
  border-radius: 50%;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

.hero-area-three .multi-image-two img {
  width: 100%;
  border-radius: 50%;
}

.hero-area-three .multi-image-two:hover {
  cursor: pointer;
}

.hero-area-three .multi-image-two:hover+.multi-image-three {
  margin-left: -6px;
}

.hero-area-three .multi-image-three {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  padding: 2px;
  margin-left: -20px;
  border-radius: 50%;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

.hero-area-three .multi-image-three img {
  width: 100%;
  border-radius: 50%;
}

.hero-area-three .multi-image-three:hover {
  cursor: pointer;
}

.hero-area-three .multi-image-three:hover+.multi-image-four {
  margin-left: -6px;
}

.hero-area-three .multi-image-four {
  margin-left: -20px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

.hero-area-three .multi-image-four .rounded-badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-area-three .multi-image-four .rounded-badge .count {
  font-size: 14px;
  color: var(--white);
  font-weight: 600;
}

.hero-area-three .hero-image:hover {
  cursor: pointer;
}

.hero-area-three .hero-caption {
  max-width: 568px;
}

.hero-area-three .hero-caption .short-dec {
  font-size: 28px;
  margin-bottom: 18px;
  display: block;
}

@media (max-width: 575px) {
  .hero-area-three .hero-caption .short-dec {
    font-size: 22px;
  }
}

.hero-area-three .hero-caption .key-title {
  color: var(--primary);
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .hero-area-three .hero-caption .key-title {
    font-size: 16px;
  }
}

.hero-area-three .hero-caption .title {
  display: block;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 30px;
  color: var(--primary-title);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-three .hero-caption .title {
    font-size: 31px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-three .hero-caption .title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area-three .hero-caption .title {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .hero-area-three .hero-caption .title {
    font-size: 28px;
    line-height: 35px;
  }
}

.hero-area-three .hero-caption .pera {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  color: var(--secondary-title);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-three .hero-caption .pera {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .hero-area-three .hero-caption .pera {
    font-size: 12px;
  }
}

.hero-area-three .hero-count-section {
  padding-top: 60px;
  padding-right: 100px;
}

@media (max-width: 991px) {
  .hero-area-three .hero-count-section {
    padding-top: 30px;
    padding-right: 0;
  }
}

.hero-area-three .hero-count-section .hero-count {
  position: relative;
}

.hero-area-three .hero-count-section .hero-count h4 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-three .hero-count-section .hero-count h4 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hero-area-three .hero-count-section .hero-count h4 {
    font-size: 20px;
  }
}

.hero-area-three .hero-count-section .hero-count .pera {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--secondary-title);
}

@media (max-width: 767px) {
  .hero-area-three .hero-count-section .hero-count .pera {
    font-size: 14px;
  }
}

.hero-area-three .hero-count-section .hero-count:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  background-color: var(--hero-area-three-bg3);
  width: 1px;
  height: 100%;
}

@media (max-width: 575px) {
  .hero-area-three .hero-count-section .hero-count:not(:last-child)::before {
    right: auto;
    left: -20px;
  }
}

.hero-area-three .hero-padding-three {
  padding: 110px 0 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-three .hero-padding-three {
    padding: 90px 0 80px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-three .hero-padding-three {
    padding: 70px 0 80px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area-three .hero-padding-three {
    padding: 50px 0 70px 0;
  }
}

@media (max-width: 575px) {
  .hero-area-three .hero-padding-three {
    padding: 50px 0 50px 0;
  }
}

/*---------------------------------------------
    :: Landing Page
-----------------------------------------------*/
.home-page {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.Inner-page {
  background-color: #f9f5e9;
}

.bg-image {
  background-image: url("../../../assets/images/body_bg.jpg");
  background-size: cover;
  background-repeat: repeat;
}

.lan-body-bg {
  background-color: #fafafa;
}

.lan-hero-overly {
  position: relative;
  z-index: 0;
}

.lan-hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--primary-rgb), 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.lan-hero-overly2 {
  position: relative;
  z-index: 0;
}

.lan-hero-overly2::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8901960784);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.lan-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.lan-shape-one img {
  max-width: 370px;
}

.lan-shape-two {
  position: absolute;
  top: 21%;
  right: 0;
  z-index: 0;
}

.lan-shape-two img {
  max-width: 570px;
}

.landing-header .header-area {
  height: 65px;
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.631372549);
}

.landing-header .header-area .header-info-left .logo {
  background: transparent;
  margin-right: 5px;
  padding: 15px 71px 8px 63px;
  position: relative;
  z-index: 2;
  height: 65px;
  width: 285px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-area .header-info-left .logo {
    padding: 15px 18px 8px 63px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .landing-header .header-area .header-info-left .logo {
    padding: 15px 71px 8px 32px;
  }
}

.landing-header .header-area .header-info-left .logo::before {
  background: transparent;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -10px;
  right: 0;
  z-index: 1;
}

.landing-header .header-area .header-info-left .menu-wrapper ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 18px;
}

.landing-header .header-area .header-info-left .menu-wrapper ul li:first-child {
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-header .header-area .header-info-left .menu-wrapper ul li:first-child {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-area .header-info-left .menu-wrapper ul li:first-child {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-area .header-info-left .menu-wrapper ul li {
    margin: 0 2px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-header .header-area .header-info-left .menu-wrapper ul li {
    margin: 0 2px;
  }
}

.landing-header .header-area .header-info-left .menu-wrapper ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  padding: 16px 4px;
  display: block;
  color: var(--primary-title);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-area .header-info-left .menu-wrapper ul li a {
    padding: 16px 9px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-header .header-area .header-info-left .menu-wrapper ul li a {
    padding: 216px 9px;
  }
}

.landing-header .header-area .header-info-left .menu-wrapper ul li:hover>a {
  color: var(--primary);
}

.landing-header .header-area .header-info-left .menu-wrapper ul li:hover>a::after {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.landing-header .header-area .header-info-left .menu-wrapper ul li:hover>ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu {
  position: absolute;
  width: 190px;
  background: #1e1e1e;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu>li {
  margin-left: 7px;
  display: block;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu>li>a {
  padding: 6px 10px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu>li>a::after {
  position: unset;
}

.landing-header .header-area .header-info-left .menu-wrapper ul ul.submenu>li>a:hover {
  color: #fff;
  background: none;
  padding-left: 13px;
}

.landing-header .header-sticky.sticky-bar {
  background: #f2f2f2;
  height: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-header .header-sticky.sticky-bar {
    height: 77px;
  }
}

@media (max-width: 575px) {
  .landing-header .header-sticky.sticky-bar {
    height: 77px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-header .header-sticky.sticky-bar .header-right-btn {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-header .header-sticky.sticky-bar .header-right-btn {
    display: none;
  }
}

@media (max-width: 575px) {
  .landing-header .header-sticky.sticky-bar .header-right-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-header .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-header .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {
  .landing-header .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

.landing-header .header-btn2 {
  color: #fff;
  background: #1a1a1a;
  padding: 21px 64px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 65px;
  float: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-header .header-btn2 {
    padding: 21px 47px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header .header-btn2 {
    padding: 21px 47px;
  }
}

.landing-header .header-btn {
  color: var(--primary);
  font-size: 17px;
  font-weight: 600;
  border-radius: 0;
  padding: 20px 44px;
  text-transform: capitalize;
  background: #fff;
  height: 63px;
  float: left;
}

.landing-header .header-right-btn {
  margin-right: -12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-header .header-right-btn {
    margin-right: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-header .header-right-btn {
    margin-right: 10px;
    position: absolute;
    right: 14px;
    top: 127px;
    z-index: 1;
    display: none;
  }
}

@media (max-width: 575px) {
  .landing-header .header-right-btn {
    margin-right: 10px;
    position: absolute;
    right: 12px;
    top: 127px;
    z-index: 1;
    display: none;
  }
}

.landing-header .mobile_menu .slicknav_menu .slicknav_btn {
  top: -49px;
  right: 24px;
}

.bg-tertiary-landing {
  background: rgba(9, 14, 13, 0.05);
}

.lan-slider-area {
  padding: 150px 0px 70px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lan-slider-area {
    padding: 135px 0px 70px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lan-slider-area {
    padding: 135px 0px 70px 0px;
  }
}

@media (max-width: 767px) {
  .lan-slider-area {
    padding: 115px 0px 45px 0px;
  }
}

.lan-slider-area .slider-content {
  overflow: hidden;
}

.lan-slider-area .slider-content .title {
  color: var(--primary-title);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lan-slider-area .slider-content .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lan-slider-area .slider-content .title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lan-slider-area .slider-content .title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .lan-slider-area .slider-content .title {
    font-size: 25px;
  }
}

.lan-slider-area .slider-content .pera {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}

@media (max-width: 767px) {
  .lan-slider-area .slider-content .pera {
    font-size: 14px;
  }
}

.lan-slider-area .slider-content .upcoming {
  color: var(--primary-title);
  background: #fcd303;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 30px;
  line-height: 1;
}

@media (max-width: 767px) {
  .lan-section-tittle {
    margin-bottom: 25px;
  }
}

.lan-section-tittle .title {
  color: var(--primary-title);
  font-size: 55px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .lan-section-tittle .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lan-section-tittle .title {
    font-size: 35px;
  }
}

.lan-section-tittle .title .color {
  color: var(--primary);
}

@media (max-width: 1399px) {
  .lan-section-tittle .title br {
    display: none;
  }
}

.lan-section-tittle .pera {
  font-size: 16px;
}

.lan-section-tittle .pera a {
  text-decoration: underline;
}

.single-cat {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0px 25px;
}

.single-cat .cat-icon {
  margin: auto;
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 14px;
}

.single-cat .cat-icon img {
  max-width: 100%;
  height: auto;
}

.single-cat .cat-cap .title {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  line-height: 1.5;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  color: var(--primary-title);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-cat .cat-cap .title {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .single-cat .cat-cap .title {
    font-size: 21px;
  }
}

.single-cat .cat-cap .pera {
  font-size: 14px;
  margin: 0;
  padding: 8px 25px;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  background-color: #f4f5fa;
  font-weight: 600;
  color: #7a7a83;
}

.single-cat:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-cat:hover .cat-cap .title {
  color: var(--primary-title);
}

.single-cat:hover .cat-cap .browse-btn2 {
  visibility: visible;
  opacity: 1;
}

/* Preview img */
.single-preview a {
  position: relative;
  display: block;
  text-align: center;
  height: 500px;
  -webkit-transition: background-position 8s ease-in-out;
  transition: background-position 8s ease-in-out;
  background-size: contain;
  width: 100%;
  background-position: center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .single-preview a {
    height: 350px;
  }
}

.single-preview a:hover {
  background-position: 0px 100%;
}

.single-preview a:hover::before {
  background: rgba(173, 170, 169, 0.3);
}

.single-preview a:hover::after {
  opacity: 1;
}

.stickyStye {
  color: var(--primary-title);
  background: #f3f3f5;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 54px 5px 18px;
  padding-right: 54px;
  display: inline-block;
  text-align: center;
  padding-right: 34px;
  margin-bottom: 15px;
  border-radius: 25px;
}

.max-h-800 {
  max-height: 1200px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .max-h-800 {
    max-height: 600px;
  }
}

.max-h-700 {
  max-height: 700px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .max-h-700 {
    max-height: 600px;
  }
}

.max-h-500 {
  max-height: 500px;
  overflow: hidden;
}

.max-h-350 {
  max-height: 350px;
  overflow: hidden;
}

.tab-bg {
  margin-top: 0px;
  background-color: #fff !important;
  padding: 20px 30px;
  border-left: 3px solid var(--primary);
}

.tab-bg {
  margin-top: 0px;
  background-color: #f2f2f2 !important;
  padding: 20px 30px;
  border-left: 3px solid var(--primary);
}

.single-preview-items {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
  box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
}

.single-preview-items:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hover-translate {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover-translate:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.lan-breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.lan-breadcrumb a {
  color: var(--primary-title);
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 400;
}

.lan-breadcrumb .breadcrumb-item {
  line-height: 1;
}

.lan-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  color: var(--primary-title);
  content: "\e649";
  font-family: "themify";
  font-size: 16px;
  padding: 0 0px;
  margin: 0 13px;
  font-weight: 600;
  position: relative;
  top: 3px;
  padding-right: 10px;
}

.lan-tags span {
  background-color: #fff;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  border: 1px solid var(--primary-border);
  color: var(--tertiary-paragraph);
}

@media (max-width: 575px) {
  .lan-tags span {
    margin: 0 3px 5px 0;
    padding: 3px 9px;
    font-size: 13px;
  }
}

.plr {
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.lan-header-style-one .menu-wrapper .listing>.single-list>.single {
  color: #fff;
}

.lan-header-style-one .menu-wrapper .listing.submenu>.single-list>.single {
  color: var(--primary-title);
  padding: 8px 14px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

@media (max-width: 1199px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

.lan-header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.lan-header-sticky.sticky-bar {
  background: var(--section-bg-two);
}

@media (max-width: 991px) {
  .lan-header-sticky.sticky-bar {
    padding: 15px 0;
  }
}

.lan-header-sticky.sticky-bar .menu-wrapper .listing .single-list .single {
  padding: 24px 17px;
}

.lan-footer {
  background-color: #f2f2f2;
}

.lan-footer .copyright {
  padding: 20px 5px;
}

.lan-footer .copyright p {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.lan-footer .copyright a {
  font-weight: 600;
}

.rate-section li {
  display: inline-block;
  padding: 0 3px;
}

.rate-section li i {
  font-size: 30px;
}

@media (max-width: 575px) {
  .rate-section li i {
    font-size: 20px;
  }
}

.feature-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.feature-icons .icon-box {
  background: #fff;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  border-radius: 10%;
  padding: 8px;
}

.feature-icons .icon-box img {
  max-width: 100%;
  height: auto;
}

.feature-icons .icon-box:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.preview-box {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
  box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
}

.preview-box .template-name {
  color: var(--primary-title);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.preview-box .preview-technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-box .preview-technology .view-btn {
  opacity: 0.3;
  cursor: default;
  background: #8b84a8;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  padding: 2px 11px;
  border-radius: 5px;
}

.preview-box .preview-technology .view-btn.active {
  background-color: #e96228;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 1;
}

.mask-img-2 {
  -webkit-mask-image: url(../../../assets/images/mask-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.lan.shape-two {
  position: absolute;
  right: 0;
  bottom: 15%;
}

.lan.shape-one {
  position: absolute;
  top: auto;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.imgEffect4 img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.imgEffect4:hover img {
  margin-left: 0;
}

.testimonial-card-two {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 60px;
  background-color: var(--primary-soft-color-two);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-two {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .testimonial-card-two {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .testimonial-card-two {
    border-radius: 25px;
  }
}

.testimonial-card-two .testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}

.testimonial-card-two .testimonial-header .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.testimonial-card-two .testimonial-header .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial-card-two .testimonial-body {
  margin-bottom: 40px;
}

.testimonial-card-two .testimonial-body .pera {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-card-two .testimonial-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-card-two .testimonial-footer .all-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user:not(:first-child) {
  margin-right: -14px;
}

@media (max-width: 991px) {
  .testimonial-card-two .testimonial-footer .all-user .happy-user:not(:first-child) {
    margin-right: -20px;
  }
}

@media (max-width: 575px) {
  .testimonial-card-two .testimonial-footer .all-user .happy-user {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

.testimonial-card-two .testimonial-footer .all-user .happy-user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user:hover {
  cursor: pointer;
  border: none;
  scale: 1.25;
}

.testimonial-card-two .testimonial-footer .all-user .happy-user-count {
  background-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .testimonial-card-two .testimonial-footer .all-user .happy-user-count {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

.testimonial-card-two .testimonial-footer .all-user .happy-user-count .user-count {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-card-two .testimonial-footer .user-info {
  margin-left: 12px;
}

.testimonial-card-two .testimonial-footer .user-info .name {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-card-two .testimonial-footer .user-info .designation {
  color: var(--primary-title);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-card-two .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.headline {
  padding: 30px 0;
  border-top: 1px solid var(--primary-border);
  border-bottom: 1px solid var(--primary-border);
}

.headline .headlineSwiper-active .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.headline .headlineSwiper-active .swiper-wrapper .swiper-slide {
  -ms-flex-negative: unset;
  flex-shrink: unset;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary-title);
  font-size: 26px;
  margin-right: 37px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .headline .headlineSwiper-active .swiper-wrapper .swiper-slide {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    margin-right: 20px;
    min-width: 150px;
  }
}

.headline .headlineSwiper-active .swiper-wrapper .swiper-slide .subtitle {
  position: relative;
  color: var(--primary-title);
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
  margin-right: 37px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .headline .headlineSwiper-active .swiper-wrapper .swiper-slide .subtitle {
    font-size: 16px;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .tab-style-lan {
    gap: 20px;
  }
}

.tab-style-lan .nav-item {
  margin-right: 30px;
}

.tab-style-lan .nav-item:last-child {
  margin-right: 0;
}

.tab-style-lan .nav-link {
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--primary-title);
  text-transform: capitalize;
}

.tab-style-lan .nav-link.active {
  color: var(--primary);
  background-color: transparent;
  font-weight: 600;
}

.tab-bg {
  margin-top: 0px;
  background-color: #f2f2f2 !important;
  padding: 20px 30px;
  border-left: 3px solid var(--primary);
}

.lan-live {
  display: inline-block;
  position: relative;
}

.lan-live::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  background-color: var(--primary);
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.lan-live::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ddd;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
  animation: live 2s ease-in-out infinite;
  z-index: 1;
  top: -15px;
  left: -5px;
}

@-webkit-keyframes live {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(3.5, 3.5);
    transform: scale(3.5, 3.5);
    background-color: rgba(225, 36, 84, 0.3);
  }
}

@keyframes live {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(3.5, 3.5);
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

.category_slider {
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  background-size: cover;
  background-position: center;
}

.beer-handle::after,
.beer-handle::before {
  border-left: 1px solid;
  border-top: 1px solid;
}

.beer-handle {
  color: #fff;
  height: 48px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 48px;
  z-index: 2;
  opacity: 1 !important;
  background: var(--primary);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-range:focus~.beer-handle {
  background: #1a1a1a;
}

.beer-reveal {
  left: 3px;
  border-right: 3px solid var(--primary);
}

.beer-range {
  cursor: e-resize;
}

.category_slider .swiper-button-next svg,
.category_slider .swiper-button-prev svg {
  color: var(--primary-text);
}

.category_slider .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 20px !important;
}

.colors_list .color-btn.active {
  /* border-width: 4px !important; */
  border-color: var(--primary);
}

.shadow-priamry {
  -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
  box-shadow: 0 0px 30px 0px rgba(0, 0, 30, 0.1);
}

.lan-btn-primary {
  padding: 9px 17px;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: var(--primary-btn);
}

.lan-btn-primary i {
  padding: 0;
}

.lan-btn-primary:hover {
  color: var(--white);
}

.lan-logo img {
  max-width: 154px;
}

.text-underline {
  text-decoration: underline;
}

.lan-btn-color1 {
  background-color: #419990;
}

.lan-btn-color2 {
  background-color: #54dc95;
}

.lan-btn-color3 {
  background-color: #faa613;
}

.lan-btn-color4 {
  background-color: #ff837a;
}

.lan-btn-color5 {
  background-color: rgba(55, 187, 150, 0.9215686275);
}

.lan-bg-img {
  position: relative;
}

.lan-bg-img::before {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: -1;
  background-image: url("../../../../assets/images/bg-hero.png");
  background-position: right;
  background-color: #e9e7e0;
}

.breadcrumb-bg {
  background: var(--Gredient, linear-gradient(90deg, #00715d 27.6%, rgba(171, 185, 183, 0.13) 72.4%));
  position: relative;
}

@media (max-width: 575px) {
  .breadcrumb-bg {
    background: var(--Gredient, linear-gradient(90deg, #00715d 27.6%, rgb(83, 137, 129) 72.4%));
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.breadcrumb-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/breadcrumb-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}

@media (max-width: 575px) {
  .breadcrumb-bg::before {
    opacity: 0;
  }
}

.breadcrumb-text {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .breadcrumb-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.breadcrumb-text .breadcrumb-nav {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.19);
  padding: 14px 26px;
  display: inline-block;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .breadcrumb-text .breadcrumb-nav {
    margin-bottom: 12px;
    padding: 7px 13px;
  }
}

.breadcrumb-text .breadcrumb.listing {
  margin-bottom: 0;
}

.breadcrumb-text .breadcrumb .single-list:last-child::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  content: "\ea6e";
  font-family: "remixIcon";
  font-size: 16px;
  color: var(--white);
}

.breadcrumb-text .breadcrumb .single-list .single {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  font-family: var(--Sans);
  color: var(--white);
}

@media (max-width: 991px) {
  .breadcrumb-text .breadcrumb .single-list .single {
    font-size: 14px;
    line-height: 14px;
  }
}

.breadcrumb-text .title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  color: var(--white);
}

@media (max-width: 991px) {
  .breadcrumb-text .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.pagination-nav {
  margin-top: 60px;
}

.pagination-nav .pagination {
  gap: 10px;
}

.pagination-nav .pagination .page-item {
  position: relative;
}

.pagination-nav .pagination .page-item .page-link {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 400;
  border: 1px solid var(--primary-gray);
}

@media (max-width: 575px) {
  .pagination-nav .pagination .page-item .page-link {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.pagination-nav .pagination .page-item .page-link:hover {
  background-color: var(--primary);
  border: 1px solid transparent;
  color: var(--white);
}

.pagination-nav .pagination .page-item .page-link:hover i {
  color: var(--white);
}

.pagination-nav .pagination .page-item .page-link.next {
  width: 70px;
  height: 50px;
  border-radius: 30px;
}

@media (max-width: 575px) {
  .pagination-nav .pagination .page-item .page-link.next {
    width: 60px;
    height: 40px;
  }
}

.pagination-nav .pagination .page-item .page-link.active {
  background-color: var(--primary);
  color: var(--white);
  border: none;
}

.page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.helpful-card {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.helpful-card:hover {
  background-color: var(--primary);
  cursor: pointer;
}

.helpful-card:hover .helpful-card-icon {
  background-color: white;
}

.helpful-card:hover .helpful-card-icon i {
  color: var(--primary);
}

.helpful-card:hover .helpful-card-caption .caption-title {
  color: white;
}

.helpful-card:hover .helpful-card-caption .caption-para {
  color: var(--info);
}

.helpful-card .helpful-card-icon {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .helpful-card .helpful-card-icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}

.helpful-card .helpful-card-icon i {
  font-size: 34px;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .helpful-card .helpful-card-icon i {
    font-size: 24px;
  }
}

.helpful-card .helpful-card-caption .caption-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 10px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .helpful-card .helpful-card-caption .caption-title {
    font-size: 16px;
  }
}

.helpful-card .helpful-card-caption .caption-para {
  color: var(--tertiary-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 575px) {
  .helpful-card .helpful-card-caption .caption-para {
    font-size: 14px;
  }
}

.urgent-area .image-overlay-text {
  position: absolute;
  bottom: 70px;
  left: 30px;
}

@media (max-width: 991px) {
  .urgent-area .image-overlay-text {
    bottom: 50px;
  }
}

@media (max-width: 575px) {
  .urgent-area .image-overlay-text .edu {
    gap: 5px;
  }
}

.urgent-area .image-overlay-text .edu .pera {
  color: var(--secondary);
  font-size: 16px;
}

@media (max-width: 575px) {
  .urgent-area .image-overlay-text .edu .pera {
    font-size: 14px;
  }
}

.urgent-area .image-overlay-text .edu i {
  color: var(--secondary);
  font-size: 26px;
}

@media (max-width: 575px) {
  .urgent-area .image-overlay-text .edu i {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .urgent-area .image-overlay-text .map {
    gap: 5px;
  }
}

.urgent-area .image-overlay-text .map .pera {
  color: white;
  font-size: 16px;
}

@media (max-width: 575px) {
  .urgent-area .image-overlay-text .map .pera {
    font-size: 14px;
  }
}

.urgent-area .image-overlay-text .map i {
  color: var(--white);
  font-size: 26px;
}

@media (max-width: 575px) {
  .urgent-area .image-overlay-text .map i {
    font-size: 14px;
  }
}

.urgent-area .image-overlay-text .overlay-title .title {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .urgent-area .image-overlay-text .overlay-title .title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .urgent-area .image-overlay-text .overlay-title .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .urgent-area .image-overlay-text .overlay-title .title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .urgent-area .image-overlay-text .overlay-title .title {
    font-size: 16px;
  }
}

.urgent-area .image-right-card {
  width: 100%;
  height: 100%;
  padding: 46px 20px;
  background-color: var(--primary);
  border-radius: 0px 10px 10px 0px;
}

@media (max-width: 991px) {
  .urgent-area .image-right-card {
    border-radius: 10px;
  }
}

.urgent-area .image-right-card .counting-day {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.urgent-area .image-right-card .counting-day i,
.urgent-area .image-right-card .counting-day .pera {
  font-size: 16px;
  color: white;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 575px) {

  .urgent-area .image-right-card .counting-day i,
  .urgent-area .image-right-card .counting-day .pera {
    font-size: 14px;
  }
}

.urgent-area .image-right-card .title {
  font-size: 20px;
  color: white;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 575px) {
  .urgent-area .image-right-card .title {
    font-size: 16px;
  }
}

.urgent-area .image-right-card .subtitle {
  font-size: 16px;
  color: var(--info);
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
  line-height: 25px;
}

@media (max-width: 575px) {
  .urgent-area .image-right-card .subtitle {
    font-size: 14px;
  }
}

.urgent-area .image-right-card .charges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.urgent-area .image-right-card .charges .title {
  font-size: 18px;
  color: var(--white) !important;
  font-weight: 700 !important;
  text-align: inherit;
}

@media (max-width: 575px) {
  .urgent-area .image-right-card .charges .title {
    font-size: 14px;
  }
}

.urgent-area .image-right-card .charges .pera {
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary);
}

.urgent-area .image-right-card .tab-section-two {
  display: none;
}

.urgent-area .image-right-card .forward-btn {
  width: 40px;
  height: 40px;
  background-color: var(--secondary);
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.urgent-area .image-right-card .forward-btn i {
  font-size: 20px;
  color: var(--primary-title);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.urgent-area .image-right-card .forward-btn:hover {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid var(--secondary);
}

.urgent-area .image-right-card .forward-btn:hover i {
  color: var(--white);
}

.urgent-area .image-right-card .tab-btn {
  background-color: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  border: none;
}

.urgent-area .image-right-card .tab-btn .donate-btn,
.urgent-area .image-right-card .tab-btn .details-btn {
  color: var(--primary-title);
  padding: 15px 25px;
  border: 1px solid transparent;
}

.urgent-area .image-right-card .tab-btn .donate-btn.active,
.urgent-area .image-right-card .tab-btn .details-btn.active {
  background-color: var(--secondary);
  color: var(--primary-title);
}

.urgent-area .image-right-card .tab-btn .donate-btn.active:hover,
.urgent-area .image-right-card .tab-btn .details-btn.active:hover {
  background-color: var(--secondary);
  color: var(--primary-title);
}

.urgent-area .image-right-card .tab-btn .donate-btn:hover,
.urgent-area .image-right-card .tab-btn .details-btn:hover {
  background-color: var(--white);
  color: var(--primary-title);
}

@media (max-width: 575px) {
  .urgent-area .image-right-card .tab-btn {
    font-size: 14px;
  }
}

.urgent-area .image-right-card .urgent-tab {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--primary-title);
}

.urgent-area .image-right-card .urgent-tab.active {
  background-color: var(--secondary);
}

.urgent-area-slide {
  position: relative;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .urgent-area-slide {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}

.urgent-area-slide .slick-list,
.urgent-area-slide .slick-track {
  height: 100%;
}

.urgent-area-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  list-style-type: none;
}

@media (max-width: 991px) {
  .urgent-area-slide .slick-dots {
    bottom: 10px;
  }
}

.urgent-area-slide .slick-dots li {
  margin: 0 0.25rem;
}

.urgent-area-slide .slick-dots button {
  display: block;
  width: 30px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: white;
  text-indent: -9999px;
}

.urgent-area-slide .slick-dots .slick-active button {
  width: 20px;
  height: 6px;
  background-color: var(--primary);
}

@media (max-width: 575px) {
  .xs-p-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

.max-w-567 {
  max-width: 567px;
}

.question-area .section-title {
  padding-right: 60px;
}

@media (max-width: 991px) {
  .question-area .section-title {
    padding-right: 0;
  }
}

.question-area .section-title .title {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-title);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .question-area .section-title .title {
    font-size: 24px;
  }
}

.question-area .section-title .pera {
  color: var(--tertiary-title);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .question-area .section-title .pera {
    font-size: 14px;
  }
}

.question-area .accordion {
  padding-right: 60px;
}

@media (max-width: 991px) {
  .question-area .accordion {
    padding-right: 0;
  }
}

.question-area .accordion-button:not(.collapsed) {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-title) !important;
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .question-area .accordion-button:not(.collapsed) {
    font-size: 14px;
  }
}

.question-area .accordion-body {
  padding-top: 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .question-area .accordion-body {
    font-size: 14px;
  }
}

.question-area .accordion-item {
  color: var(--tertiary-title);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(241, 241, 241, 0.5411764706);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .question-area .accordion-item {
    font-size: 14px;
  }
}

.question-area .accordion-item .accordion-collapse.collapse.show {
  background-color: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
}

.question-area .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.question-area .accordion-item .accordion-button {
  padding: 20px 46px 20px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-title);
}

@media (max-width: 767px) {
  .question-area .accordion-item .accordion-button {
    font-size: 14px;
  }
}

.question-area .accordion-item .accordion-button::after {
  background-image: none;
  content: "\ea12";
  font-family: "remixIcon";
  font-size: 24px;
  color: var(--primary-title);
  font-weight: 400;
  right: 21px;
  top: 15px;
  position: absolute;
  -webkit-transform: unset;
  transform: unset;
}

.question-area .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f1ae";
}

.our-event .single-event {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.our-event .single-event .event-img {
  overflow: hidden;
}

.our-event .single-event .event-img img {
  width: 100%;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.our-event .single-event:hover {
  cursor: pointer;
}

.our-event .single-event:hover .event-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.our-event .single-event:hover .event-info {
  background: var(--primary);
  border: 1px solid transparent;
}

.our-event .single-event:hover .event-info .event-info-title,
.our-event .single-event:hover .event-info .info {
  color: var(--info);
}

.our-event .single-event:hover .event-info .title {
  color: var(--white);
}

.our-event .single-event:hover .event-info .btn-arrow {
  border: 1px solid transparent;
  background: var(--secondary);
}

.our-event .event-info {
  padding: 20px 20px 19px 20px;
  border-top: 0;
  border: 1px solid var(--primary-gray);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .our-event .event-info {
    padding: 10px;
  }
}

.our-event .event-info .event-info-title,
.our-event .event-info .info {
  color: var(--tertiary-title);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.our-event .event-info i {
  font-size: 18px;
}

.our-event .event-info .title {
  color: var(--primary-title);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .our-event .event-info .title {
    font-size: 16px;
  }
}

.our-event .event-info .btn-arrow {
  padding: 5px 10px;
  font-size: 20px;
  color: var(--primary-title);
  border: 1px solid var(--tertiary-title);
  background: transparent;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 575px) {
  .testimonial-section {
    padding-bottom: 0;
  }
}

.testimonial-section .single-testimonial {
  text-align: center;
  margin-top: 105px;
}

.testimonial-section .single-testimonial .testimonial-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.testimonial-section .single-testimonial .pera {
  padding-bottom: 80px;
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
}

@media (max-width: 575px) {
  .testimonial-section .single-testimonial .pera {
    padding-bottom: 0;
  }
}

.testimonial-section .single-testimonial .client-info {
  margin-bottom: 18px;
}

.testimonial-section .single-testimonial .client-info .client-details .name {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 5px;
  font-family: "open sans";
}

.testimonial-section .single-testimonial .client-info .client-details .location {
  font-size: 16px;
  font-weight: 400;
  color: var(--tertiary-title);
  font-family: "inter";
}

.testimonial-section .single-testimonial .client-info .rating {
  color: var(--ratting-color);
}

.testimonial-section .single-testimonial .client-info .rating i {
  font-size: 20px;
}

.testimonial-section .single-testimonial .quote {
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 575px) {
  .testimonial-section .single-testimonial .quote {
    display: none;
  }
}

.testimonial-section .single-testimonial .quote i {
  font-size: 40px;
}

.testimonial-section .testimonial-img-horizontal {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
}

.testimonial-section .testimonial-slider {
  position: relative;
  margin-top: 0;
}

.testimonial-section .testimonial-slider .slick-list,
.testimonial-section .testimonial-slider .slick-track {
  height: 100%;
}

.testimonial-section .testimonial-slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: none;
  background-color: transparent;
  font-size: 30px;
  color: var(--primary);
  z-index: 1;
}

.testimonial-section .testimonial-slider .slick-prev {
  left: 44%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section .testimonial-slider .slick-prev {
    left: 44%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial-slider .slick-prev {
    left: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .testimonial-slider .slick-prev {
    left: 40%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section .testimonial-slider .slick-prev {
    left: 38%;
  }
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-prev {
    display: none !important;
  }
}

.testimonial-section .testimonial-slider .slick-next {
  right: 44%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section .testimonial-slider .slick-next {
    right: 44%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial-slider .slick-next {
    right: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .testimonial-slider .slick-next {
    right: 40%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section .testimonial-slider .slick-next {
    right: 38%;
  }
}

@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-next {
    display: none !important;
  }
}

.testimonial-section .testimonial-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-top: 20px;
  position: absolute;
  top: 0px;
  width: 100%;
  list-style-type: none;
}

.testimonial-section .testimonial-slider .slick-dots li {
  margin: 0 0.25rem;
}

.testimonial-section .testimonial-slider .slick-dots .slick-active .slick-custom-dot .testimonial-img-horizontal {
  border: 2px solid var(--primary);
  width: 60px;
  height: 60px;
}

.gallery-area {
  margin-bottom: -5px;
}

.gallery-area .gallery-img {
  position: relative;
}

.gallery-area .gallery-img::before {
  content: "\eeaf";
  font-family: "RemixIcon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: var(--secondary);
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.gallery-area .gallery-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 14, 13, 0.6)), to(rgba(9, 14, 13, 0.6)));
  background: linear-gradient(0deg, rgba(9, 14, 13, 0.6) 0%, rgba(9, 14, 13, 0.6) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery-area .gallery-img:hover {
  cursor: pointer;
  cursor: pointer;
}

.gallery-area .gallery-img:hover::after {
  opacity: 1;
  visibility: visible;
}

.gallery-area .gallery-img:hover::before {
  opacity: 1;
  visibility: visible;
}

.gallery-area .gallery-slider .slick-slide {
  margin: 0 10px;
}

.gallery-area .gallery-slider .slick-slide img {
  width: 100%;
  height: 100%;
}

.gallery-area .gallery-slider .slick-list {
  margin: 0 -10px;
}

.blog-section .single-blog {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--primary-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-section .single-blog:hover {
  background-color: var(--white);
  border: 1px solid transparent !important;
  border: none;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.blog-section .single-blog:hover .blog-img .donate-img-overlay {
  opacity: 1;
}

.blog-section .single-blog:hover .blog-img::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 13px;
  border-top: 20px solid var(--primary-deep);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 86px;
  z-index: 2;
}

.blog-section .single-blog:hover .blog-img::before {
  content: "30 Jun 2023";
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  background-color: var(--primary);
  overflow: visible;
  width: 72px;
  text-align: center;
  z-index: 3;
}

.blog-section .single-blog .donate-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 14, 13, 0.6)), to(rgba(9, 14, 13, 0.6)));
  background: linear-gradient(0deg, rgba(9, 14, 13, 0.6) 0%, rgba(9, 14, 13, 0.6) 100%);
  opacity: 0;
  /* Initially hidden */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.blog-section .single-blog .blog-img::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 13px;
  border-top: 20px solid var(--secondary-light);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 86px;
  z-index: 2;
}

.blog-section .single-blog .blog-img::before {
  content: "30 Jun 2023";
  color: var(--primary-title);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  background-color: var(--secondary);
  overflow: visible;
  width: 72px;
  text-align: center;
  z-index: 3;
}

.blog-section .single-blog .blog-img img {
  border-radius: 10px;
}

.blog-section .single-blog .blog-info-title {
  margin-top: 45px;
  color: var(--primary-title);
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-info-title {
    margin-top: 30px;
  }
}

.blog-section .single-blog .blog-info-title .user,
.blog-section .single-blog .blog-info-title .donate {
  margin-bottom: 16px;
}

.blog-section .single-blog .blog-info-title .user i,
.blog-section .single-blog .blog-info-title .donate i {
  font-size: 16px;
}

.blog-section .single-blog .blog-info-title .info {
  color: var(--primary-title);
  font-size: 14px;
}

.blog-section .single-blog .blog-info-title .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-info-title .title {
    font-size: 16px;
  }
}

.blog-section .single-blog .blog-info-title .subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--tertiary-title);
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-info-title .subtitle {
    font-size: 14px;
  }
}

.helpful-area-two .helpful-card-two {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.helpful-area-two .helpful-card-two .number-watermark {
  position: absolute;
  top: 10px;
  right: 30px;
}

.helpful-area-two .helpful-card-two .number-watermark .number {
  font-size: 100px;
  color: var(--number-one);
  font-weight: 800;
  line-height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.helpful-area-two .helpful-card-two:hover {
  background-color: var(--primary);
  cursor: pointer;
}

.helpful-area-two .helpful-card-two:hover .helpful-card-icon {
  background-color: rgba(255, 255, 255, 0.2);
}

.helpful-area-two .helpful-card-two:hover .helpful-card-caption .caption-title {
  color: white;
}

.helpful-area-two .helpful-card-two:hover .helpful-card-caption .caption-para {
  color: var(--info);
}

.helpful-area-two .helpful-card-two:hover .helpful-card-caption .caption-link {
  color: var(--secondary);
}

.helpful-area-two .helpful-card-two:hover .number {
  color: var(--number-one-hover);
}

.helpful-area-two .helpful-card-two .helpful-card-icon {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 40px;
  width: 100px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 40px;
  background-color: var(--primary);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary);
}

@media (max-width: 575px) {
  .helpful-area-two .helpful-card-two .helpful-card-icon {
    padding: 5px 20px;
  }
}

.helpful-area-two .helpful-card-two .helpful-card-icon i {
  font-size: 30px;
  color: white;
}

@media (max-width: 575px) {
  .helpful-area-two .helpful-card-two .helpful-card-icon i {
    font-size: 24px;
  }
}

.helpful-area-two .helpful-card-two .helpful-card-caption .caption-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 5px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .helpful-area-two .helpful-card-two .helpful-card-caption .caption-title {
    font-size: 16px;
  }
}

.helpful-area-two .helpful-card-two .helpful-card-caption .caption-para {
  color: var(--tertiary-title);
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 25px;
}

@media (max-width: 575px) {
  .helpful-area-two .helpful-card-two .helpful-card-caption .caption-para {
    font-size: 14px;
  }
}

.helpful-area-two .helpful-card-two .helpful-card-caption .caption-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--primary);
}

.about-info .info-icon {
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--about-icon);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-info .info-icon i {
  color: var(--primary-title);
  font-size: 20px;
}

.about-info .info-content .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .about-info .info-content .title {
    font-size: 16px;
  }
}

.about-info .info-content .para {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
}

@media (max-width: 991px) {
  .about-info .info-content .para {
    font-size: 14px;
  }
}

.about-info .divider {
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: var(--about-divider);
  height: 1px;
  width: 100%;
}

.first-image {
  position: absolute;
  right: 0;
}

.second-image {
  position: absolute;
  bottom: -42px;
  z-index: 1;
}

@media (min-width: 1399px) {
  .second-image {
    left: 150px;
  }
}

@media (max-width: 1399px) {
  .second-image {
    left: -20px;
  }
}

.video-play-button,
.video-play-button-two {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

@media (min-width: 1399px) {

  .video-play-button,
  .video-play-button-two {
    top: 39%;
    left: 16%;
  }
}

@media (max-width: 1399px) {

  .video-play-button,
  .video-play-button-two {
    top: 50%;
    left: 50%;
  }
}

.video-play-button:before,
.video-play-button-two:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after,
.video-play-button-two:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-play-button img,
.video-play-button-two img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span,
.video-play-button-two span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 26px solid var(--white);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.video-play-button.video-play-button:before,
.video-play-button-two.video-play-button:before {
  background: var(--primary);
}

.video-play-button.video-play-button:after,
.video-play-button-two.video-play-button:after {
  background: var(--primary);
}

.video-play-button.video-play-button:hover:after,
.video-play-button-two.video-play-button:hover:after {
  background-color: #003e33;
}

.video-play-button.video-play-button-two:before,
.video-play-button-two.video-play-button-two:before {
  background: var(--about-play-btn);
}

.video-play-button.video-play-button-two:after,
.video-play-button-two.video-play-button-two:after {
  background: var(--secondary);
}

.video-play-button.video-play-button-two:hover:after,
.video-play-button-two.video-play-button-two:hover:after {
  background-color: rgba(206, 172, 0, 0.3019607843);
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 9999;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: var(--primary);
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.donate-section .single-donate {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--primary-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.donate-section .single-donate:hover {
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
}

.donate-section .single-donate:hover .donate-img .donate-img-overlay {
  opacity: 1;
}

.donate-section .single-donate .donate-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 14, 13, 0.6)), to(rgba(9, 14, 13, 0.6)));
  background: linear-gradient(0deg, rgba(9, 14, 13, 0.6) 0%, rgba(9, 14, 13, 0.6) 100%);
  opacity: 0;
  /* Initially hidden */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.donate-section .single-donate .donate-img img {
  border-radius: 10px;
}

.donate-section .single-donate .donate-img::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 13px;
  border-top: 8px solid var(--secondary-light);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 70px;
  z-index: 2;
}

.donate-section .single-donate .donate-img::before {
  content: "55%";
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
  /* padding: 7px 20px; */
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: -8px;
  right: 20px;
  background-color: var(--secondary);
  overflow: visible;
  width: 55px;
  text-align: center;
  z-index: 5;
}

.donate-section .single-donate .donate-img .donate-badge {
  background-color: var(--primary);
  padding: 12px 18px;
  border-radius: 5px;
  position: absolute;
  font-family: var(--Sans);
  top: 10px;
  left: 10px;
  z-index: 5;
}

.donate-section .single-donate .donate-img .donate-badge .subtitle {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
}

@media (max-width: 991px) {
  .donate-section .single-donate .donate-img .donate-badge .subtitle {
    font-size: 14px;
  }
}

.donate-section .single-donate .donate-info {
  margin-top: 20px;
  padding: 10px;
}

.donate-section .single-donate .donate-info .donate-info-title .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: var(--primary-title);
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .donate-section .single-donate .donate-info .donate-info-title .title {
    font-size: 16px;
  }
}

.donate-section .single-donate .donate-info .donate-info-title .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .donate-section .single-donate .donate-info .donate-info-title .subtitle {
    font-size: 14px;
  }
}

.donate-section .single-donate .forward-btn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.donate-section .single-donate .forward-btn i {
  font-size: 20px;
  color: var(--primary);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.donate-section .single-donate .forward-btn:hover {
  background-color: var(--primary);
  border: 1px solid transparent;
}

.donate-section .single-donate .forward-btn:hover i {
  color: var(--white);
}

.donate-section .single-donate .charges .pera {
  font-size: 18px;
  color: var(--primary-title);
  font-weight: 700;
}

@media (max-width: 575px) {
  .donate-section .single-donate .charges .pera {
    font-size: 16px;
  }
}

.donate-section .single-donate .charges .title {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--primary) !important;
  margin-bottom: 0px !important;
}

@media (max-width: 575px) {
  .donate-section .single-donate .charges .title {
    font-size: 14px !important;
  }
}

.donate-section .single-donate .donate-btn {
  padding: 17px;
  border: 1px solid var(--primary-gray);
  border-radius: 10px;
  font-weight: 600;
  color: var(--primary-title);
  font-family: var(--Sans);
  font-size: 16px;
  line-height: 16px;
}

.donate-section .single-donate .donate-btn:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
}

.popular-brand-section .brand-img-container {
  border-radius: 10px;
  border: 2px solid rgba(228, 228, 228, 0.15);
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .popular-brand-section .brand-img-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.popular-brand-section .slick-slide {
  margin: 0 15px;
}

.popular-brand-section .slick-slide img {
  margin: auto;
}

.popular-brand-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.favourite-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.favourite-section .divider {
  background: var(--primary-gray);
  height: 2px;
}

.our-event-two .single-event {
  border-radius: 10px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.our-event-two .single-event .event-img {
  position: relative;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.our-event-two .single-event .event-img img {
  width: 100%;
  height: auto;
  display: block;
}

.our-event-two .single-event .event-img .image-overlay-text {
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.our-event-two .single-event .event-img .image-overlay-text .date,
.our-event-two .single-event .event-img .image-overlay-text p,
.our-event-two .single-event .event-img .image-overlay-text .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--white);
}

@media (max-width: 991px) {

  .our-event-two .single-event .event-img .image-overlay-text .date,
  .our-event-two .single-event .event-img .image-overlay-text p,
  .our-event-two .single-event .event-img .image-overlay-text .time {
    font-size: 14px;
  }
}

.our-event-two .single-event .event-img .image-overlay-text .date i,
.our-event-two .single-event .event-img .image-overlay-text p i,
.our-event-two .single-event .event-img .image-overlay-text .time i {
  font-size: 24px;
}

@media (max-width: 991px) {

  .our-event-two .single-event .event-img .image-overlay-text .date i,
  .our-event-two .single-event .event-img .image-overlay-text p i,
  .our-event-two .single-event .event-img .image-overlay-text .time i {
    font-size: 18px;
  }
}

.our-event-two .single-event .event-info {
  padding: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.our-event-two .single-event .event-info .title {
  font-size: 24px;
  color: var(--primary-title);
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 991px) {
  .our-event-two .single-event .event-info .title {
    font-size: 18px;
    line-height: 24px;
  }
}

.our-event-two .single-event .event-info .author-name {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .our-event-two .single-event .event-info .author-name {
    font-size: 14px;
  }
}

.our-event-two .single-event:hover {
  cursor: pointer;
}

.our-event-two .single-event:hover .event-info {
  background-color: var(--primary);
  border: none;
}

.our-event-two .single-event:hover .event-info .event-info-title,
.our-event-two .single-event:hover .event-info .info {
  color: var(--info);
}

.our-event-two .single-event:hover .event-info .title {
  color: var(--white);
}

.our-event-two .single-event:hover .event-info .author-name {
  color: var(--secondary);
}

.blog-section-two .single-blog {
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--white);
  cursor: pointer;
}

.blog-section-two .single-blog:hover {
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
}

.blog-section-two .single-blog:hover .blog-img .blog-badge {
  background-color: var(--secondary);
}

.blog-section-two .single-blog:hover .blog-img .blog-badge .subtitle {
  color: var(--primary-title);
}

.blog-section-two .single-blog:hover .blog-info {
  border-color: transparent;
}

.blog-section-two .single-blog .blog-img img {
  border-radius: 10px 10px 0 0;
}

.blog-section-two .single-blog .blog-img .blog-img-overlay-text {
  position: absolute;
  left: 24px;
  bottom: 0px;
  color: white;
  font-size: 14px;
}

.blog-section-two .single-blog .blog-img .blog-img-overlay-text .info,
.blog-section-two .single-blog .blog-img .blog-img-overlay-text i {
  color: var(--white);
  font-size: 14px;
}

.blog-section-two .single-blog .blog-img .blog-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--primary);
  border-radius: 10px;
  padding: 15px;
}

.blog-section-two .single-blog .blog-img .blog-badge .subtitle {
  text-align: center;
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
}

.blog-section-two .single-blog .blog-info {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--primary-gray);
  border-top: 0;
}

.blog-section-two .single-blog .blog-info-title {
  padding: 20px;
  margin-top: 6px;
  color: var(--primary-title);
}

.blog-section-two .single-blog .blog-info-title .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-section-two .single-blog .blog-info-title .title {
    font-size: 16px;
  }
}

.blog-section-two .single-blog .blog-info-title .subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--tertiary-title);
}

@media (max-width: 767px) {
  .blog-section-two .single-blog .blog-info-title .subtitle {
    font-size: 14px;
  }
}

.blog-section-two .single-blog .blog-info-title .imp-link {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 600;
}

.blog-section-two .single-blog .blog-info-title .imp-link:hover {
  color: var(--primary);
}


.testimonial-section-two .slick-slide {
  margin: 0px 15px;
  padding-top: 25px;
  padding-bottom: 14px;
}

.testimonial-section-two .single-testimonial {
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: var(--white);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
}

.testimonial-section-two .single-testimonial .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.testimonial-section-two .single-testimonial .client-info .client-image {
  width: 70px;
  height: 70px;
}

.testimonial-section-two .single-testimonial .client-info .client-image img {
  width: 100%;
  border-bottom-right-radius: 30px;
}

.testimonial-section-two .single-testimonial .client-info .client-details .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-title);
  margin-bottom: 5px;
  font-family: "open sans";
}

@media (max-width: 991px) {
  .testimonial-section-two .single-testimonial .client-info .client-details .name {
    font-size: 16px;
  }
}

.testimonial-section-two .single-testimonial .client-info .client-details .location {
  font-size: 16px;
  font-weight: 400;
  color: var(--tertiary-title);
  margin-bottom: 10px;
  font-family: "inter";
}

@media (max-width: 991px) {
  .testimonial-section-two .single-testimonial .client-info .client-details .location {
    font-size: 14px;
  }
}

.testimonial-section-two .single-testimonial .pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--tertiary-title);
}

.testimonial-section-two .single-testimonial .rating {
  color: var(--ratting-color);
  margin-top: 15px;
}

.testimonial-section-two .single-testimonial .quote {
  top: 25px;
  right: 20px;
}

.testimonial-section-two .slick-slider {
  position: relative;
}

.testimonial-section-two .slick-prev,
.testimonial-section-two .slick-next {
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: var(--white);
  background-color: var(--primary);
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.testimonial-section-two .slick-prev:hover,
.testimonial-section-two .slick-next:hover {
  background-color: var(--primary-light);
}

.testimonial-section-two .slick-prev {
  right: 60px;
}

.testimonial-section-two .slick-next {
  right: 0px;
}

.testimonial-section-two .slick-current .single-testimonial {
  border: 1px solid var(--primary);
}

.testimonial-section-two .slick-current .single-testimonial .quote path {
  opacity: 1;
}

.helpful-area-three .helpful-card {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.helpful-area-three .helpful-card .number-watermark {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.helpful-area-three .helpful-card .number-watermark .number {
  font-size: 100px;
  color: var(--number-two);
  font-weight: 800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.helpful-area-three .helpful-card:hover {
  background-color: var(--primary);
  cursor: pointer;
}

.helpful-area-three .helpful-card:hover .helpful-card-icon {
  background-color: white !important;
}

.helpful-area-three .helpful-card:hover .helpful-card-icon i {
  color: var(--primary-title);
}

.helpful-area-three .helpful-card:hover .helpful-card-caption .caption-title {
  color: white;
}

.helpful-area-three .helpful-card:hover .helpful-card-caption .caption-para {
  color: var(--info);
}

.helpful-area-three .helpful-card:hover .helpful-card-caption .imp-link {
  color: var(--white);
}

.helpful-area-three .helpful-card:hover .number {
  color: var(--number-two-hover);
}

.helpful-area-three .helpful-card .helpful-card-icon {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

@media (max-width: 575px) {
  .helpful-area-three .helpful-card .helpful-card-icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}

.helpful-area-three .helpful-card .helpful-card-icon i {
  font-size: 30px;
  color: white;
}

@media (max-width: 575px) {
  .helpful-area-three .helpful-card .helpful-card-icon i {
    font-size: 24px;
  }
}

.helpful-area-three .helpful-card .helpful-card-caption {
  margin-top: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.helpful-area-three .helpful-card .helpful-card-caption .caption-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .helpful-area-three .helpful-card .helpful-card-caption .caption-title {
    font-size: 16px;
  }
}

.helpful-area-three .helpful-card .helpful-card-caption .caption-para {
  color: var(--tertiary-title);
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .helpful-area-three .helpful-card .helpful-card-caption .caption-para {
    font-size: 14px;
  }
}

.helpful-area-three .helpful-card .helpful-card-caption .imp-link {
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
}

.helpful-area-three .helpful-card .helpful-card-caption .imp-link:hover {
  color: var(--white);
}

.helpful-area-three .col-xl-3:nth-child(1) .helpful-card-icon {
  background-color: var(--helpful-card-bg-one);
}

.helpful-area-three .col-xl-3:nth-child(1) .helpful-card-icon i {
  color: var(--helpful-card-icon-one);
}

.helpful-area-three .col-xl-3:nth-child(2) .helpful-card-icon {
  background-color: var(--helpful-card-bg-two);
}

.helpful-area-three .col-xl-3:nth-child(2) .helpful-card-icon i {
  color: var(--helpful-card-icon-two);
}

.helpful-area-three .col-xl-3:nth-child(3) .helpful-card-icon {
  background-color: var(--helpful-card-bg-three);
}

.helpful-area-three .col-xl-3:nth-child(3) .helpful-card-icon i {
  color: var(--helpful-card-icon-three);
}

.helpful-area-three .col-xl-3:nth-child(4) .helpful-card-icon {
  background-color: var(--helpful-card-bg-four);
}

.helpful-area-three .col-xl-3:nth-child(4) .helpful-card-icon i {
  color: var(--helpful-card-icon-four);
}

.about-info .info-icon {
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--about-icon);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-info .info-icon i {
  color: var(--primary-title);
  font-size: 20px;
}

.about-info .info-content .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .about-info .info-content .title {
    font-size: 16px;
  }
}

.about-info .info-content .para {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
}

@media (max-width: 991px) {
  .about-info .info-content .para {
    font-size: 14px;
  }
}

.about-info .divider {
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: var(--about-divider);
  height: 1px;
  width: 100%;
}

.first-image {
  position: absolute;
  right: 0;
}

.second-image {
  position: absolute;
  bottom: -42px;
  z-index: 1;
}

@media (min-width: 1399px) {
  .second-image {
    left: 150px;
  }
}

@media (max-width: 1399px) {
  .second-image {
    left: -20px;
  }
}

.video-play-button,
.video-play-button-two {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

@media (min-width: 1399px) {

  .video-play-button,
  .video-play-button-two {
    top: 39%;
    left: 16%;
  }
}

@media (max-width: 1399px) {

  .video-play-button,
  .video-play-button-two {
    top: 50%;
    left: 50%;
  }
}

.video-play-button:before,
.video-play-button-two:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after,
.video-play-button-two:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-play-button img,
.video-play-button-two img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span,
.video-play-button-two span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 26px solid var(--white);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.video-play-button.video-play-button:before,
.video-play-button-two.video-play-button:before {
  background: var(--primary);
}

.video-play-button.video-play-button:after,
.video-play-button-two.video-play-button:after {
  background: var(--primary);
}

.video-play-button.video-play-button:hover:after,
.video-play-button-two.video-play-button:hover:after {
  background-color: #003e33;
}

.video-play-button.video-play-button-two:before,
.video-play-button-two.video-play-button-two:before {
  background: var(--about-play-btn);
}

.video-play-button.video-play-button-two:after,
.video-play-button-two.video-play-button-two:after {
  background: var(--secondary);
}

.video-play-button.video-play-button-two:hover:after,
.video-play-button-two.video-play-button-two:hover:after {
  background-color: rgba(206, 172, 0, 0.3019607843);
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 9999;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: var(--primary);
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.donate-section-two .single-donate {
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.donate-section-two .single-donate:hover {
  cursor: pointer;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
}

.donate-section-two .single-donate:hover .donate-img .donate-badge {
  background-color: var(--primary);
}

.donate-section-two .single-donate:hover .donate-img .donate-badge .subtitle {
  color: var(--white);
}

.donate-section-two .single-donate .donate-img {
  border-radius: 15px 15px 0px 0px;
}

.donate-section-two .single-donate .donate-img img {
  border-radius: 15px 15px 0px 0px;
}

.donate-section-two .single-donate .donate-img .donate-badge {
  background-color: var(--secondary);
  padding: 11px 30px;
  border-radius: 10px;
  position: absolute;
  bottom: -20px;
  left: 20px;
  z-index: 5;
}

.donate-section-two .single-donate .donate-img .donate-badge .subtitle {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  font-family: var(--Sans);
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .donate-section-two .single-donate .donate-img .donate-badge .subtitle {
    font-size: 14px;
  }
}

.donate-section-two .single-donate .donate-info {
  margin-top: 20px;
  padding: 20px;
}

.donate-section-two .single-donate .donate-info .custom-progress-two .percentage {
  position: absolute;
  right: -20px;
  top: -30px;
}

.donate-section-two .single-donate .donate-info .custom-progress-two .percentage .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-title);
}

@media (max-width: 991px) {
  .donate-section-two .single-donate .donate-info .custom-progress-two .percentage .title {
    font-size: 16px;
  }
}

.donate-section-two .single-donate .donate-info .donate-info-title .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--primary-title);
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .donate-section-two .single-donate .donate-info .donate-info-title .title {
    font-size: 16px;
  }
}

.donate-section-two .single-donate .donate-info .donate-info-title .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .donate-section-two .single-donate .donate-info .donate-info-title .subtitle {
    font-size: 14px;
  }
}

.donate-section-two .single-donate .forward-btn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--primary);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.donate-section-two .single-donate .forward-btn i {
  font-size: 20px;
  color: var(--primary);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.donate-section-two .single-donate .forward-btn:hover {
  background-color: var(--primary);
  border: 1px solid transparent;
}

.donate-section-two .single-donate .forward-btn:hover i {
  color: var(--white);
}

.donate-section-two .single-donate .charges .pera {
  font-size: 18px;
  color: var(--primary-title);
  font-weight: 700;
}

@media (max-width: 575px) {
  .donate-section-two .single-donate .charges .pera {
    font-size: 16px;
  }
}

.donate-section-two .single-donate .charges .title {
  font-size: 16px !important;
  color: var(--primary) !important;
  margin-bottom: 0px !important;
}

@media (max-width: 575px) {
  .donate-section-two .single-donate .charges .title {
    font-size: 14px !important;
  }
}

.donate-section-two .single-donate .donate-btn {
  padding: 17px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  font-weight: 600;
  color: var(--primary-title);
  font-family: var(--Sans);
  font-size: 16px;
  line-height: 16px;
}

.donate-section-two .single-donate .donate-btn:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
}

.popular-brand-section .brand-img-container {
  border-radius: 10px;
  border: 2px solid rgba(228, 228, 228, 0.15);
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .popular-brand-section .brand-img-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.popular-brand-section .slick-slide {
  margin: 0 15px;
}

.popular-brand-section .slick-slide img {
  margin: auto;
}

.popular-brand-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.favourite-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.favourite-section .divider {
  background: var(--primary-gray);
  height: 2px;
}

.our-event-three .section-title .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-title);
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .our-event-three .section-title .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.our-event-three .section-title .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .our-event-three .section-title .pera {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.our-event-three .slick-slide {
  padding: 40px 0;
  position: relative;
}

.our-event-three .slick-slide .brush-bg {
  position: absolute;
  bottom: 200px;
  left: 30px;
}

@media (max-width: 991px) {
  .our-event-three .slick-slide .brush-bg {
    bottom: 150px;
  }
}

@media (max-width: 420px) {
  .our-event-three .slick-slide .brush-bg {
    left: 70px;
  }
}

.our-event-three .slick-slide .brush-bg::before {
  content: "30 Jun 2023";
  color: var(--primary-title);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  position: absolute;
  left: 24px;
  top: 4px;
  overflow: visible;
  width: 72px;
  text-align: center;
  z-index: 2;
}

@media (max-width: 420px) {
  .our-event-three .slick-slide .brush-bg::before {
    font-size: 12px;
  }
}

.our-event-three .slick-slide .overlay-text .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  position: absolute;
  bottom: 100px;
  left: 30px;
  margin-right: 100px;
}

@media (max-width: 991px) {
  .our-event-three .slick-slide .overlay-text .title {
    margin-right: 60px;
    font-size: 18px;
    line-height: 20px;
    bottom: 80px;
  }
}

@media (max-width: 420px) {
  .our-event-three .slick-slide .overlay-text .title {
    left: 70px;
  }
}

.our-event-three .slick-slide .overlay-text .highlight .pera {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  position: absolute;
  right: 30px;
  bottom: 70px;
}

@media (max-width: 991px) {
  .our-event-three .slick-slide .overlay-text .highlight .pera {
    font-size: 14px;
    bottom: 50px;
  }
}

@media (max-width: 420px) {
  .our-event-three .slick-slide .overlay-text .highlight .pera {
    right: 70px;
  }
}

@media (max-width: 991px) {
  .our-event-three .slick-slider .main-img {
    width: 90%;
    height: 250px;
    margin: auto;
  }
}

@media (max-width: 991px) and (max-width: 420px) {
  .our-event-three .slick-slider .main-img {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .our-event-three .slick-slide {
    padding: 40px 0;
    position: relative;
    height: auto !important;
    opacity: 0.5;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
  }

  .our-event-three .slick-current {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 99;
  }
}

@media (min-width: 991px) {
  .our-event-three .slick-slide {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 40px 0;
  }

  .our-event-three .slick-slide img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .our-event-three .slick-center {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.our-event-three .slick-list,
.our-event-three .slick-track {
  height: 100%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {

  .our-event-three .slick-list,
  .our-event-three .slick-track {
    margin-bottom: 0;
  }
}

.our-event-three .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  width: 100%;
  bottom: -25px;
  list-style-type: none;
}

@media (max-width: 991px) {
  .our-event-three .slick-dots {
    bottom: -35px;
  }
}

.our-event-three .slick-dots li {
  margin: 0 0.25rem;
}

.our-event-three .slick-dots button {
  display: block;
  width: 48px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: #d8d8d8;
  text-indent: -9999px;
}

.our-event-three .slick-dots .slick-active button {
  width: 25px;
  height: 6px;
  background-color: var(--primary);
}

.blog-section-three .single-blog {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-section-three .single-blog:hover {
  cursor: pointer;
}

.blog-section-three .single-blog:hover .blog-img .brush-bg img {
  visibility: visible;
  pointer-events: none;
}

.blog-section-three .single-blog:hover .blog-img .brush-bg::after {
  content: url("/assets/images/brush-bg-two.png");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog-section-three .single-blog:hover .blog-img .brush-bg::before {
  content: "30 Jun 2023";
  color: var(--primary);
}

.blog-section-three .single-blog .blog-img {
  position: relative;
}

.blog-section-three .single-blog .blog-img .brush-bg {
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-section-three .single-blog .blog-img .brush-bg::before {
  content: "30 Jun 2023";
  color: var(--primary-title);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  position: absolute;
  left: 24px;
  top: 4px;
  overflow: visible;
  width: 72px;
  text-align: center;
  z-index: 2;
}

.blog-section-three .single-blog .blog-img img {
  border-radius: 10px;
}

.blog-section-three .single-blog .blog-info-title {
  margin-top: 20px;
  color: var(--primary-title);
}

.blog-section-three .single-blog .blog-info-title i {
  color: var(--primary);
  font-size: 16px;
}

.blog-section-three .single-blog .blog-info-title .info {
  color: var(--tertiary-title);
  font-size: 14px;
}

.blog-section-three .single-blog .blog-info-title .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-section-three .single-blog .blog-info-title .title {
    font-size: 16px;
  }
}

.blog-section-three .single-blog .blog-info-title .subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--tertiary-title);
}

@media (max-width: 767px) {
  .blog-section-three .single-blog .blog-info-title .subtitle {
    font-size: 14px;
  }
}

.blog-section-three .button-section {
  margin-bottom: 20px;
  margin-top: 15px;
}

.blog-section-three .button-section .read-btn {
  border: 1px solid var(--info-gray);
  border-radius: 40px;
  padding: 17px 31px 17px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-title);
}

.blog-section-three .button-section .read-btn:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .blog-section-three .button-section .read-btn {
    font-size: 14px;
  }
}

.testimonial-section-three .quote-with-img .testimonial-images img {
  border-radius: 10px;
  height: 100%;
}

.testimonial-section-three .position-card {
  position: absolute;
  top: 20%;
  right: -30%;
}

.testimonial-section-three .position-card .single-testimonial-three {
  width: 350px;
  position: absolute;
  right: 20%;
  border-radius: 10px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.testimonial-section-three .position-card .single-testimonial-three .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.testimonial-section-three .position-card .single-testimonial-three .client-info .client-image {
  width: 50px;
  height: 50px;
}

.testimonial-section-three .position-card .single-testimonial-three .client-info .client-image img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-section-three .position-card .single-testimonial-three .client-info .client-details .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-title);
  margin-bottom: 5px;
  font-family: "open sans";
  line-height: 16px;
}

@media (max-width: 991px) {
  .testimonial-section-three .position-card .single-testimonial-three .client-info .client-details .name {
    font-size: 16px;
  }
}

.testimonial-section-three .position-card .single-testimonial-three .client-info .client-details .location {
  font-size: 14px;
  font-weight: 400;
  color: var(--tertiary-title);
  font-family: "inter";
}

@media (max-width: 991px) {
  .testimonial-section-three .position-card .single-testimonial-three .client-info .client-details .location {
    font-size: 14px;
  }
}

.testimonial-section-three .position-card .single-testimonial-three .pera {
  font-size: 16px;
  font-weight: 400;
  color: var(--tertiary-title);
}

.testimonial-section-three .position-card .single-testimonial-three .rating {
  color: var(--ratting-color);
  margin-bottom: 15px;
}

.testimonial-section-three .position-card .single-testimonial-three .quote {
  bottom: 35px;
  right: 20px;
}

.testimonial-section-three .testimonial-slider-three-active {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-section-three .testimonial-slider-three-active .slick-slider img {
  width: 100%;
  border-radius: 15px;
}

.testimonial-section-three .testimonial-slider-three-active .slick-slide {
  position: relative;
  height: auto !important;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.testimonial-section-three .testimonial-slider-three-active .slick-list,
.testimonial-section-three .testimonial-slider-three-active .slick-track {
  height: 100%;
}

.testimonial-section-three .testimonial-slider-three-active .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  bottom: 8px;
  width: 100%;
  list-style-type: none;
}

@media (max-width: 991px) {
  .testimonial-section-three .testimonial-slider-three-active .slick-dots {
    bottom: 10px;
  }
}

.testimonial-section-three .testimonial-slider-three-active .slick-dots li {
  margin: 0 0.25rem;
}

.testimonial-section-three .testimonial-slider-three-active .slick-dots button {
  display: block;
  width: 48px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: white;
  text-indent: -9999px;
}

.testimonial-section-three .testimonial-slider-three-active .slick-dots .slick-active button {
  width: 25px;
  height: 6px;
  background-color: var(--primary);
}

.single-team .team-img {
  overflow: hidden;
  border-radius: 15px;
}

.single-team .team-img img {
  border-radius: 15px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.single-team:hover .team-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.single-team .team-info-title {
  margin-top: 30px;
}

.single-team .team-info-title .content {
  position: relative;
}

.single-team .team-info-title .content .title {
  font-size: 20px;
  color: var(--primary-title);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-team .team-info-title .content .title {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .single-team .team-info-title .content .title {
    font-size: 16px;
  }
}

.single-team .team-info-title .content .pera {
  font-size: 16px;
  color: var(--tertiary-title);
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .single-team .team-info-title .content .pera {
    font-size: 14px;
  }
}

.single-team .team-info-title .content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: var(--primary-gray);
  right: -20px;
  top: 10px;
  z-index: -1;
}

.single-team .team-info-title .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 575px) {
  .single-team .team-info-title .social {
    gap: 5px;
  }
}

.single-team .team-info-title .social .hover-icon,
.single-team .team-info-title .social .social-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--about-icon);
  color: var(--primary-title);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 575px) {

  .single-team .team-info-title .social .hover-icon,
  .single-team .team-info-title .social .social-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {

  .single-team .team-info-title .social .hover-icon i,
  .single-team .team-info-title .social .social-icon i {
    font-size: 13px;
  }
}

.single-team .team-info-title .social .hover-icon:hover,
.single-team .team-info-title .social .social-icon:hover {
  background-color: var(--primary);
}

.single-team .team-info-title .social .hover-icon:hover i,
.single-team .team-info-title .social .social-icon:hover i {
  color: var(--white);
}

.single-team .team-info-title .social .all-social-icon.active {
  opacity: 1;
}

.single-team .team-info-title .social .all-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  opacity: 0;
}

.selectPricing .listItem {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  color: var(--heading-color-tow);
  background: #ffffff;
  border: 1px solid var(--primary-border);
  font-weight: 500;
  font-size: 16px;
  padding: 11px 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  margin-bottom: 8px;
  margin-right: 9px;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
}

.selectPricing .listItem:last-child {
  margin-bottom: 0px;
  margin-right: 0;
}

@media (max-width: 575px) {
  .selectPricing .listItem {
    padding: 5px 9px;
    margin-right: 3px;
  }
}

.selectPricing .listItem:hover {
  background: var(--primary);
  color: #fff;
  border: 1px solid transparent;
}

.selectPricing .listItem.active {
  background: var(--primary);
  color: #fff;
  border: 1px solid transparent;
}

.payment-gateway-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-gateway-list .single-gateway-item {
  display: inline-block;
  position: relative;
  width: 111px;
  height: 50px;
  border: 1px solid #E5E5E5;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  cursor: pointer;
}

.payment-gateway-list .single-gateway-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
}

.payment-gateway-list .single-gateway-item::after {
  position: absolute;
  right: -8px;
  top: -10px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-color: transparent;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  z-index: 9;
}

.payment-gateway-list .single-gateway-item.selected {
  position: relative;
  background: rgba(var(--primary-rgb), 0.05);
}

.payment-gateway-list .single-gateway-item.selected::before {
  content: "";
  border: 1px solid var(--primary);
}

.payment-gateway-list .single-gateway-item.selected::after {
  content: "\eb7b";
  font-weight: 900;
  font-family: var(--remix-icon);
}

.payment-gateway-list .single-gateway-item img {
  padding: 9px 20px;
  margin-right: 12px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.donation-payment .remember-me {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.donation-payment .remember-me label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.donation-payment .remember-me label small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-title);
  margin-left: 8px;
}

.donation-payment .remember-me .checkbox-style {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.donation-payment .remember-me .checkbox-style:checked~.checkmark-style {
  background-color: var(--primary);
  border-color: var(--primary);
}

.donation-payment .remember-me .checkbox-style:checked~.checkmark-style::after {
  display: block;
}

.donation-payment .remember-me .checkmark-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1.5px solid #b1b5c4;
  margin-right: 12px;
  border-radius: 4px;
}

.donation-payment .remember-me .checkmark-style::after {
  content: url("../images/tick.png");
  position: absolute;
  left: 0;
  top: -2px;
  display: none;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.donation-payment .remember-me .forget-section span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.5px;
  color: var(--primary);
}

.priceListing .listing .listItem .rightCap {
  font-family: var(--heading-font);
  font-size: 16px;
  color: #667085;
  display: block;
}

.input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}

.paymentDetails .donationPostUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .paymentDetails .donationPostUser {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.paymentDetails .donationPostUser .tittle {
  color: var(--heading-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.paymentDetails .donationPostUser img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  max-width: 80px;
  height: auto;
}

.priceListing .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.priceListing .listing .listItem:last-child {
  border-top: 1px solid #E5E5E5;
  padding-top: 10px;
  margin-bottom: 0;
}

.date-time .single {
  background: var(--primary);
  display: inline-block;
  text-align: center;
  height: 66px;
  width: 70px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 3px 4px;
  border-radius: 8px;
  border: 1px solid var(--primary);
}

@media (max-width: 575px) {
  .date-time .single {
    margin-left: 3px;
    width: 57px;
  }
}

.date-time .single:first-child {
  margin-left: 0;
}

.date-time .single .cap {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--white);
  font-weight: 500;
}

.date-time .time {
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 0px;
  display: block;
}

.payment-invoice {
  padding: 40px;
  max-width: 950px;
}

.payment-invoice .table-sm> :not(caption)>*>* {
  padding: 8px 16px;
}

.payment-invoice .listing {
  float: left;
}

.payment-invoice .listing .single-list:not(:last-child) {
  border-right: 1px solid var(--primary-border);
  padding-right: 15px;
  margin-right: 15px;
}

.payment-invoice .btn-light {
  background: none !important;
}

.contact-form .contact-label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tertiary-title);
  margin-bottom: 8px;
  padding-bottom: 20px;
}

.contact-form .contact-input {
  color: var(--primary-title);
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 11px 14px 11px 14px;
  position: relative;
  border-radius: 8px;
  background: none;
  border: 1px solid var(--primary-border);
  text-transform: none;
}

.contact-form .contact-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact-form .contact-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact-form .contact-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact-form .contact-input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact-form .contact-input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.single-blog .blog-img {
  position: relative;
}

.single-blog .blog-img .brush-bg {
  position: absolute;
  top: 20px;
  left: 20px;
}

.single-blog .blog-img .brush-bg::before {
  content: "30 jun 2023";
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  position: absolute;
  left: 24px;
  top: 4px;
  overflow: visible;
  width: 72px;
  text-align: center;
  z-index: 2;
}

.single-blog .blog-img img {
  border-radius: 10px;
}

.single-blog .blog-info-title {
  margin-top: 30px;
  color: var(--primary-title);
}

@media (max-width: 767px) {
  .single-blog .blog-info-title {
    margin-top: 10px;
  }
}

.single-blog .blog-info-title .info,
.single-blog .blog-info-title i {
  color: var(--tertiary-title);
  font-size: 14px;
}

.single-blog .blog-info-title .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.single-blog .blog-info-title .subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--tertiary-title);
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.single-blog .blog-info-title .divider {
  background-color: var(--info-gray);
  height: 1px;
  margin-bottom: 30px;
}

.single-blog .blog-info-title .quote-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .quote-with-text {
    margin-bottom: 20px;
    gap: 16px;
  }

  .single-blog .blog-info-title .quote-with-text .quote {
    display: none;
  }
}

.single-blog .blog-info-title .quote-with-text .title {
  line-height: 36px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .quote-with-text .title {
    line-height: 24px;
  }
}

.single-blog .blog-info-title .blog-multi-img {
  margin-bottom: 30px;
}

.single-blog .blog-info-title .blog-multi-img img {
  width: 100%;
  border-radius: 15px;
}

@media (max-width: 991px) {
  .single-blog .blog-info-title .blog-multi-img:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .blog-multi-img {
    margin-bottom: 20px;
  }
}

.single-blog .blog-info-title .donation-content .title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .donation-content .title {
    margin-bottom: 10px;
  }
}

.single-blog .blog-info-title .donation-content .pera {
  font-size: 16px;
  color: var(--tertiary-title);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .donation-content .pera {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.single-blog .blog-info-title .donation-content .bullet-list {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .donation-content .bullet-list {
    padding-left: 22px;
  }
}

.single-blog .blog-info-title .donation-content .bullet-list .list {
  color: var(--tertiary-title);
  font-size: 16px;
  margin-bottom: 20px;
  list-style: disc;
}

@media (max-width: 767px) {
  .single-blog .blog-info-title .donation-content .bullet-list .list {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.single-blog .another-blog-info {
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .single-blog .another-blog-info .res-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.single-blog .another-blog-info .imp-btn {
  gap: 16px;
}

@media (max-width: 767px) {
  .single-blog .another-blog-info .imp-btn {
    gap: 12px;
  }
}

.single-blog .another-blog-info .share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-blog .another-blog-info .share-link .title {
  color: var(--pure-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
  margin-right: 20px;
}

.single-blog .related-blog .empty-box {
  height: 70px;
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
  margin-top: 30px;
}

.single-blog .related-blog .pera {
  color: var(--pure-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-blog .related-blog .pera {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.single-blog .related-blog .single-blog {
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .single-blog .related-blog .single-blog .blog-img {
    display: none;
  }
}

.single-blog .related-blog .single-blog .blog-img img {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 100%;
  min-width: 300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-blog .related-blog .single-blog .blog-img img {
    min-width: 331px;
  }
}

.single-blog .related-blog .single-blog .blog-info {
  height: 100%;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .single-blog .related-blog .single-blog .blog-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 20px;
  }
}

.single-blog .related-blog .single-blog .blog-info .blog-info-title {
  margin-top: 0px;
  color: var(--primary-title);
}

.single-blog .related-blog .single-blog .blog-info .blog-info-title i {
  color: var(--primary);
  font-size: 14px;
}

.single-blog .related-blog .single-blog .blog-info .blog-info-title .info {
  color: var(--tertiary-title);
  font-size: 14px;
}

.single-blog .related-blog .single-blog .blog-info .blog-info-title .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .single-blog .related-blog .single-blog .blog-info .blog-info-title .title {
    font-size: 16px;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.single-blog .related-blog .single-blog .blog-info .blog-info-title .subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--tertiary-title);
}

@media (max-width: 767px) {
  .single-blog .related-blog .single-blog .blog-info .blog-info-title .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.related-blog-slider .slick-arrow-prev {
  position: absolute;
  bottom: -90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 20px;
}

.related-blog-slider .slick-arrow-prev .arrow-text {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-left: 40px;
}

.related-blog-slider .slick-arrow-next {
  position: absolute;
  bottom: -90px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: transparent;
}

.related-blog-slider .slick-arrow-next .arrow-text {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-right: 40px;
}

.related-blog-slider .slick-prev,
.related-blog-slider .slick-next {
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  background-color: var(--primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.related-blog-slider .slick-prev:hover,
.related-blog-slider .slick-next:hover {
  background-color: var(--primary-light);
}

.related-blog-slider .slick-prev {
  position: absolute;
  left: 0px;
}

.related-blog-slider .slick-next {
  position: absolute;
  right: 0px;
}

.comment-blog {
  margin-top: 60px;
  margin-bottom: 30px;
}

.comment-blog .pera {
  font-size: 16px;
  color: var(--pure-black);
  font-weight: 600;
  margin-bottom: 30px;
}

.comment-blog .comment-box {
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
  padding: 30px;
}

.custom-form .form-group {
  margin-bottom: 30px;
}

.custom-form .custom-label {
  font-size: 16px;
  color: var(--pure-black);
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .custom-form .custom-label {
    font-size: 14px;
  }
}

.custom-form .custom-input {
  padding: 17px 20px;
  border-radius: 8px;
  height: 50px;
  background-color: var(--secondary-gray);
  border: 1px solid var(--primary-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--tertiary-title);
}

.custom-form .custom-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}

@media (max-width: 767px) {
  .custom-form .custom-input {
    font-size: 14px;
    padding: 14px 18px;
    height: 46px;
  }
}

.custom-form .custom-textarea {
  padding: 17px 20px;
  border-radius: 8px;
  background-color: var(--secondary-gray);
  border: 1px solid var(--primary-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--tertiary-title);
  min-height: 170px;
}

.custom-form .custom-textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}

@media (max-width: 767px) {
  .custom-form .custom-textarea {
    font-size: 14px;
    padding: 14px 18px;
    min-height: 140px;
  }
}

.submit-btn {
  border-radius: 8px;
  background-color: var(--primary);
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--white);
  padding: 16px 30px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
}

.submit-btn:hover {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

@media (max-width: 767px) {
  .submit-btn {
    font-size: 14px;
    padding: 14px 24px;
  }
}

.submit-btn.outline {
  background-color: transparent;
  color: var(--primary-title);
  border: 1px solid var(--info-gray);
  font-weight: 600;
}

.submit-btn.outline:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.comment-list {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .comment-list {
    margin-top: 30px;
  }
}

.comment-list .pera {
  font-size: 16px;
  color: var(--pure-black);
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .comment-list .pera {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.comment-list .comment-box {
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
  padding: 30px;
}

@media (max-width: 767px) {
  .comment-list .comment-box {
    padding: 20px;
  }
}

.single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-comment .comment-img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  margin-right: 30px;
}

.single-comment .comment-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .single-comment .comment-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}

.single-comment .user-name-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .single-comment .user-name-time {
    gap: 15px;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-comment .user-name-time .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--primary-title);
}

@media (max-width: 767px) {
  .single-comment .user-name-time .name {
    font-size: 14px;
  }
}

.single-comment .user-name-time .time {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: var(--tertiary-title);
}

@media (max-width: 767px) {
  .single-comment .user-name-time .time {
    font-size: 12px;
  }
}

.single-comment .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .single-comment .subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.single-comment .reply-btn {
  font-size: 14px;
  color: var(--primary-title);
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.single-comment.two {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .single-comment.two {
    margin-left: 20px;
  }
}

.single-comment.three {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .single-comment.three {
    margin-left: 30px;
  }
}

.search-section {
  margin-bottom: 30px;
}

.search-section .pera {
  font-size: 16px;
  font-weight: 600;
  color: var(--pure-black);
  line-height: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .search-section .pera {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.search-section .search-box {
  position: relative;
}

.search-section .search-box .search-input {
  width: 100%;
  border-radius: 15px;
  background-color: var(--white);
  border: 1px solid var(--primary-gray);
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: var(--tertiary-title);
}

.search-section .search-box .search-input:focus {
  border: 1px solid var(--primary);
}

.search-section .search-box .search-icon {
  position: absolute;
  right: 18px;
  top: 16px;
}

.category-section {
  margin-bottom: 30px;
}

.category-section .pera {
  font-size: 16px;
  font-weight: 600;
  color: var(--pure-black);
  line-height: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .category-section .pera {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.category-section .category-box {
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
  padding: 20px;
}

.category-section .category-box .single-list {
  margin-bottom: 9px;
  position: relative;
}

.category-section .category-box .single-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-section .category-box .single-list.active::before {
  content: "â€¢";
  color: var(--primary);
  font-size: 24px;
  margin-right: 8px;
}

.category-section .category-box .single-list.active .single {
  color: var(--primary);
}

.category-section .category-box .single-list .single {
  font-size: 14px;
  font-weight: 500;
  color: var(--tertiary-title);
  line-height: 14px;
}

.category-section .category-box .single-list .single.active {
  -webkit-text-decoration: dotted;
  text-decoration: dotted;
  color: var(--primary);
}

.related-post-section {
  margin-bottom: 30px;
}

.related-post-section .pera {
  font-size: 16px;
  font-weight: 600;
  color: var(--pure-black);
  line-height: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .related-post-section .pera {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.related-post-section .related-box {
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
  padding: 20px;
}

.related-post-section .related-box .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-post-section .related-box .single-post .post-img {
  width: 57px;
  min-width: 57px;
  height: 57px;
}

.related-post-section .related-box .single-post .post-img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.related-post-section .related-box .single-post .post-info {
  margin-left: 15px;
}

.related-post-section .related-box .single-post .post-info .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.related-post-section .related-box .single-post .post-info .date-time .pera {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--tertiary-title);
  line-height: 14px;
}

.related-post-section .related-box .single-post .post-info .title {
  font-size: 14px;
  color: var(--primary-title);
  font-weight: 600;
  line-height: 18px;
}

.related-post-section .divider {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tag-section {
  margin-bottom: 30px;
}

.tag-section .pera {
  font-size: 16px;
  font-weight: 600;
  color: var(--pure-black);
  line-height: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .tag-section .pera {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.tag-section .tag-box {
  border-radius: 15px;
  padding: 20px;
  border: 1px solid var(--primary-gray);
}

.tag-section .tag-box .tag-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-section .tag-box .tag-info .badge {
  padding: 8px 20px;
}

.tag-section .tag-box .tag-info .badge .subtitle {
  font-size: 14px;
}

.user-box {
  border-radius: 15px;
  padding: 20px;
  border: 1px solid var(--primary-gray);
  margin: auto;
}

.user-box .user-img {
  width: 139px;
  min-width: 139px;
  height: 139px;
}

.user-box .user-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.user-box .user-info {
  margin-top: 20px;
  margin-bottom: 20px;
}

.user-box .user-info .title {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.user-box .user-info .pera {
  color: var(--tertiary-title);
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
}

.user-box .social-link .social-icon {
  background-color: #e4edeb;
}

.divider {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  background-color: var(--primary-gray);
}

@media (max-width: 767px) {
  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.badge {
  background-color: #e4edeb;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .badge {
    padding: 8px 20px;
  }
}

.badge .subtitle {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .badge .subtitle {
    font-size: 14px;
  }
}

.badge:hover {
  cursor: pointer;
  background-color: var(--primary);
}

.badge:hover .subtitle {
  color: var(--white);
}

.badge.active {
  background-color: var(--primary);
}

.badge.active .subtitle {
  color: var(--white);
}

.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.social-link .social-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--about-icon);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.social-link .social-icon i {
  color: var(--primary-title);
  font-size: 16px;
}

.social-link .social-icon.active {
  background-color: var(--primary);
}

.social-link .social-icon.active i {
  color: var(--white);
}

.social-link .social-icon:hover {
  background-color: var(--primary);
}

.social-link .social-icon:hover i {
  color: var(--white);
}

.dotted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
}

.dotted .active-dot {
  border-radius: 10px;
  height: 5px;
  width: 30%;
  background-color: var(--primary);
}

.dotted .inactive-dot {
  border-radius: 10px;
  height: 5px;
  width: 60%;
  background-color: var(--primary-gray);
}

.donate-details {
  border-radius: 15px;
  background-color: var(--white);
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.donate-details .donate-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 14, 13, 0.6)), to(rgba(9, 14, 13, 0.6)));
  background: linear-gradient(0deg, rgba(9, 14, 13, 0.6) 0%, rgba(9, 14, 13, 0.6) 100%);
  opacity: 0;
  /* Initially hidden */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.donate-details .donate-img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.donate-details .donate-img::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 13px;
  border-top: 8px solid var(--secondary-light);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 95px;
  z-index: 2;
}

.donate-details .donate-img::before {
  content: "55%";
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: -8px;
  right: 20px;
  background-color: var(--secondary);
  overflow: visible;
  width: 80px;
  text-align: center;
  z-index: 5;
}

.donate-details .donate-img .donate-badge {
  background-color: var(--primary);
  padding: 10px 18px;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.donate-details .donate-img .donate-badge .subtitle {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .donate-details .donate-img .donate-badge .subtitle {
    font-size: 14px;
  }
}

.donate-details .donate-info {
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  .donate-details .donate-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.donate-details .donate-info .donate-info-title .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-title);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .donate-details .donate-info .donate-info-title .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.donate-details .donate-info .donate-info-title .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .donate-details .donate-info .donate-info-title .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.donate-details .donate-info .donate-info-title .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 15px;
  border: 1px solid var(--primary-gray);
  border-radius: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .donate-details .donate-info .donate-info-title .alert {
    margin-bottom: 20px;
  }
}

.donate-details .donate-info .donate-info-title .alert .icon {
  margin-right: 20px;
  color: var(--secondary);
  font-size: 30px;
}

@media (max-width: 767px) {
  .donate-details .donate-info .donate-info-title .alert .icon {
    font-size: 20px;
  }
}

.donate-details .donate-info .donate-info-title .alert .alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate-details .donate-info .donate-info-title .alert .alert-msg .title {
  margin-bottom: 0;
  margin-right: 10px;
}

.donate-details .donate-info .payment-section {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--primary-gray);
}

.donate-details .donate-info .payment-section .select-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.donate-details .donate-info .payment-section .select-payment .title {
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .donate-details .donate-info .payment-section .select-payment .title {
    font-size: 16px;
  }
}

.donate-details .donate-info .payment-section .select-payment .payment-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.donate-details .donate-info .amount {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .donate-details .donate-info .amount {
    margin-top: 20px;
  }
}

.donate-details .donate-info .amount .amount-btn {
  padding: 12px 31px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--primary);
  background-color: transparent;
  color: var(--primary);
}

.donate-details .donate-info .amount .amount-btn:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
}

.donate-details .donate-info .amount .amount-btn.active {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .donate-details .donate-info .amount .amount-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.donate-details .donate-info .amount .all-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.donate-details .donate-info .details-section {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .donate-details .donate-info .details-section {
    margin-bottom: 20px;
  }
}

.donate-details .donate-info .details-section .pera {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-title);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .donate-details .donate-info .details-section .pera {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.donate-details .donate-info .details-section .comment-box {
  padding: 30px 30px 0px 30px;
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
}

@media (max-width: 767px) {
  .donate-details .donate-info .details-section .comment-box {
    padding: 20px 20px 0px 20px;
  }
}

.donate-details .donate-info .agreement-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.donate-content {
  margin-top: 30px;
}

.donate-content .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--tertiary-title);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .donate-content .pera {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.donate-content .title {
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .donate-content .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.donor-card {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.donor-card:hover {
  cursor: pointer;
  background-color: var(--primary);
}

.donor-card:hover .donor-content .title {
  color: var(--white);
}

.donor-card:hover .donor-content .pera {
  color: #A1DDD2;
}

.donor-card:hover .donor-content .amount {
  color: var(--secondary);
}

.donor-card .donor-img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.donor-card .donor-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.donor-card .donor-content {
  text-align: center;
}

.donor-card .donor-content .title {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .donor-card .donor-content .title {
    font-size: 16px;
  }
}

.donor-card .donor-content .pera {
  color: var(--tertiary-title);
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .donor-card .donor-content .pera {
    font-size: 14px;
  }
}

.donor-card .donor-content .amount {
  color: var(--primary);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .donor-card .donor-content .amount {
    font-size: 14px;
  }
}

.contact-us-section {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
}

.contact-us-section .custom-form .form-group {
  margin-bottom: 20px;
}

.contact-us-section .custom-form .submit-btn {
  width: 100%;
  text-transform: uppercase;
}

.forward-btn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.forward-btn i {
  font-size: 20px;
  color: var(--primary);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.forward-btn:hover {
  background-color: var(--primary);
  border: 1px solid transparent;
}

.forward-btn:hover i {
  color: var(--white);
}

.charges .pera {
  font-size: 18px;
  color: var(--primary-title);
  font-weight: 700;
}

@media (max-width: 575px) {
  .charges .pera {
    font-size: 16px;
  }
}

.charges .title {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--primary) !important;
  margin-bottom: 0px !important;
}

@media (max-width: 575px) {
  .charges .title {
    font-size: 14px !important;
  }
}

.donate-btn {
  padding: 16px;
  border: 1px solid var(--primary-gray);
  border-radius: 10px;
  font-weight: 600;
  color: var(--primary-title);
  font-size: 16px;
}

.donate-btn:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid transparent;
}

.custom-form-check .form-check-input {
  border: 1px solid var(--primary-title);
}

.custom-form-check .form-check-label {
  font-size: 16px;
  color: var(--primary-title);
  font-weight: 600;
}

@media (max-width: 767px) {
  .custom-form-check .form-check-label {
    font-size: 14px;
  }
}

.custom-radio-check .form-check-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--primary-title);
  position: relative;
  padding-left: 24px;
}

.custom-radio-check .form-check-label:hover {
  cursor: pointer;
}

.custom-radio-check input[type=radio] {
  display: none;
}

.custom-radio-check input[type=radio]:checked+.form-check-label .custom-radio::after {
  opacity: 1;
}

.custom-radio-check .custom-radio {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid var(--primary-title);
  position: absolute;
  left: 0;
  top: 0;
}

.custom-radio-check .custom-radio::after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}

.custom-check .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid var(--info-gray);
  border-radius: 5px;
}

.custom-check .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.custom-check .form-check-label {
  color: var(--tertiary-title);
  margin-left: 10px;
}

.volunteer-img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.volunteer-info-card {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid var(--primary-gray);
}

@media (max-width: 767px) {
  .volunteer-info-card {
    padding: 20px;
  }
}

.volunteer-info-card .volunteer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .volunteer-info-card .volunteer-info {
    gap: 15px;
  }
}

.volunteer-info-card .volunteer-info .naming-section .title {
  font-size: 34px;
  color: var(--primary-title);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .volunteer-info-card .volunteer-info .naming-section .title {
    font-size: 20px;
  }
}

.volunteer-info-card .volunteer-info .naming-section .subtitle {
  font-size: 18px;
  color: var(--primary-title);
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 767px) {
  .volunteer-info-card .volunteer-info .naming-section .subtitle {
    font-size: 14px;
  }
}

.volunteer-info-card .volunteer-info .social-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--about-icon);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.volunteer-info-card .volunteer-info .social-icon i {
  color: var(--primary-title);
  font-size: 16px;
}

.volunteer-info-card .volunteer-info .social-icon:hover {
  background-color: var(--primary);
}

.volunteer-info-card .volunteer-info .social-icon:hover i {
  color: var(--white);
}

.volunteer-info-card .volunteer-info .divider {
  margin-top: 20px;
  margin-bottom: 20px;
}

.volunteer-info-card .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .volunteer-info-card .pera {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.volunteer-info-card .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary-title);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .volunteer-info-card .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.volunteer-info-card .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.volunteer-info-card .contact-list .contact-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.volunteer-info-card .contact-list .contact-icon-list .single-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--primary-gray);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.volunteer-info-card .contact-list .contact-icon-list .single-icon i {
  color: var(--primary);
  font-size: 16px;
}

.volunteer-info-card .contact-list .contact-icon-list .single-icon:hover {
  background-color: var(--primary);
  border: 1px solid transparent;
}

.volunteer-info-card .contact-list .contact-icon-list .single-icon:hover i {
  color: var(--white);
}

.volunteer-info-card .contact-list .contact-icon-list .title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

.volunteer-info-card .contact-list .contact-icon-list .title:hover {
  color: var(--primary);
}

@media (max-width: 767px) {
  .volunteer-info-card .contact-list .contact-icon-list .title {
    font-size: 14px;
  }
}

.education-section .title {
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 767px) {
  .education-section .title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.education-section .education-box {
  border-radius: 15px;
  padding: 20px;
  border: 1px solid var(--primary-gray);
}

.education-section .education-box .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .education-section .education-box .pera {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.education-section .education-box .key-points {
  padding-left: 20px;
}

.education-section .education-box .key-points .point {
  list-style: disc;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--primary-title);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .education-section .education-box .key-points .point {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.skill-section .title {
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--primary-title);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 767px) {
  .skill-section .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.skill-section .skill-box {
  border-radius: 15px;
  padding: 20px 20px 30px 20px;
  border: 1px solid var(--primary-gray);
}

.skill-section .skill-box .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--tertiary-title);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .skill-section .skill-box .pera {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.skill-section .skill-box .progress-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.skill-section .skill-box .progress-content .title,
.skill-section .skill-box .progress-content .pera {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: var(--primary-title);
}

@media (max-width: 767px) {

  .skill-section .skill-box .progress-content .title,
  .skill-section .skill-box .progress-content .pera {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.single-terms .title {
  font-size: 22px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.single-terms .pera {
  font-size: 14px;
  line-height: 1.6;
}

.single-policy .title {
  font-size: 22px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.single-policy .pera {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.6;
}

.experience.listing {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 575px) {
  .experience.listing {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.experience.listing.listing2 {
  -webkit-column-count: unset;
  -moz-column-count: unset;
  column-count: unset;
}

@media (max-width: 575px) {
  .experience.listing.listing2 {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
}

.experience.listing .single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experience.listing .single-list i {
  color: var(--primary-paragraph);
  margin-right: 15px;
  font-size: 20px;
}

.experience.listing .single-list .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--primary-title);
  margin-bottom: 6px;
}

.experience.listing .single-list .pera {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-transform: capitalize;
  color: var(--primary-paragraph);
}

.experience.listing .single-list .pera .sub-pera {
  color: var(--primary-title);
}

.contact-section {
  border-radius: 10px;
  background-color: vaar(--white);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 20px;
  }
}

.contact-section .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.contact-section .contact-list .contact-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .contact-section .contact-list .contact-icon-list {
    gap: 15px;
  }
}

.contact-section .contact-list .contact-icon-list .single-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary);
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.contact-section .contact-list .contact-icon-list .single-icon i {
  color: var(--white);
  font-size: 20px;
}

.contact-section .contact-list .contact-icon-list .divider-ver {
  width: 1px;
  height: 100%;
  background-color: var(--primary-gray);
}

.contact-section .contact-list .contact-content .subtitle {
  color: var(--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact-section .contact-list .contact-content .subtitle {
    font-size: 16px;
  }
}

.contact-section .contact-list .contact-content .title {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

@media (max-width: 767px) {
  .contact-section .contact-list .contact-content .title {
    font-size: 14px;
  }
}

.send-box {
  border-radius: 15px;
  padding: 30px;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
}

.send-box .custom-form .custom-label {
  margin-bottom: 15px;
  font-weight: 400;
}

.map-frame {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  min-height: 400px;
}

@media (max-width: 991px) {
  .profile-account-area {
    padding: 30px 0;
  }
}

.user-profile-empty-data {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.user-profile-empty-data .error-img {
  max-width: 254px;
}

.user-profile-empty-data .title {
  font-size: 24px;
}

.user-profile-empty-data .pera {
  font-size: 18px;
}

.login-area .login-card {
  padding: 48px;
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
}

@media (max-width: 575px) {
  .login-area .login-card {
    padding: 30px;
  }
}

.login-area .login-card img {
  margin: auto;
  display: block;
}

.login-area .login-card .title {
  padding-top: 60px;
  padding-bottom: 40px;
}

.login-area .login-card .title h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--primary-title);
  text-align: center;
}

.login-area .login-card .remember-me {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.login-area .login-card .remember-me label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.login-area .login-card .remember-me label small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-title);
  margin-left: 8px;
}

.login-area .login-card .remember-me .checkbox {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.login-area .login-card .remember-me .checkbox:checked~.checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
}

.login-area .login-card .remember-me .checkbox:checked~.checkmark::after {
  display: block;
}

.login-area .login-card .remember-me .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1.5px solid #b1b5c4;
  margin-right: 12px;
  border-radius: 50%;
}

.login-area .login-card .remember-me .checkmark::after {
  content: "\eb7b";
  font-family: var(--remix-icon);
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--white);
  display: none;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.login-area .login-card .remember-me .forget-section span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.5px;
  color: var(--tertiary);
}

.login-area .terms-condition span {
  color: var(--tertiary);
}

.login-area .login-image img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .login-area .login-image img {
    display: none;
  }
}

.gutter-x-120 {
  --bs-gutter-x: 120px;
}

.login-bg {
  position: relative;
}

.login-bg::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url(../../assets/images/auth-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .login-bg::before {
    width: 50%;
    background-size: contain;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .login-bg::before {
    width: 50%;
    background-size: contain;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-bg::before {
    width: 40%;
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .login-bg::before {
    display: none;
  }
}

.login-btn {
  border: 1px solid var(--primary-border);
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  color: var(--primary-paragraph);
  font-size: 14px;
  padding: 12px 15px;
  font-weight: 500;
}

.login-btn:hover {
  background: var(--primary);
  border: 1px solid transparent;
  color: var(--white);
}

.login-footer .create-account p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: var(--primary-paragraph);
  text-align: center;
  margin-block: 28px;
}

.contact-form .contact-input {
  width: 100%;
  position: relative;
  background: var(--white);
  text-transform: none;
  padding: 17px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--primary-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--tertiary-title);
}

.contact-form .contact-label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tertiary-title);
  margin-bottom: 8px;
}

.contact-form .contact-textarea {
  min-height: 150px;
  border: 1px solid var(--primary-border);
  width: 100%;
  border-radius: 6px;
  padding: 20px 20px;
}

.sign-with p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--primary);
}

.sign-with .icon-login-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .sign-with .icon-login-section {
    gap: 20px;
  }
}

.sign-with .icon-login-section .icon-login a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--primary-border);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: var(--primary-paragraph);
  font-size: 18px;
}

@media (max-width: 575px) {
  .sign-with .icon-login-section .icon-login a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

.sign-with .icon-login-section .icon-login a:hover {
  background: var(--primary);
  border: 1px solid transparent;
  color: var(--white);
}

.password-input {
  padding-right: 32px;
}

.toggle-password {
  position: absolute;
  top: 43px;
  right: 16px;
  cursor: pointer;
  z-index: 9999;
  font-size: 18px;
  margin-top: 20px;
}

.custom-progress {
  margin-top: 40px;
  height: 6px;
  position: relative;
  overflow: visible;
  background-color: #C9EFE8;
  border-radius: 5px;
}

.custom-progress .progress-bar {
  background-color: var(--secondary);
  position: relative;
  overflow: visible;
  border-radius: 5px;
}

.custom-progress .progress-bar .pera {
  position: absolute;
  top: -30px;
  left: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .custom-progress .progress-bar .pera {
    font-size: 14px;
  }
}

.custom-progress-two {
  margin-top: 0px;
  height: 6px;
  position: relative;
  overflow: visible;
  background-color: #C9EFE8;
  border-radius: 5px;
}

.custom-progress-two .progress-bar {
  background-color: var(--primary);
  position: relative;
  overflow: visible;
  border-radius: 5px;
}

.custom-progress-two .progress-bar .pera {
  position: absolute;
  top: -30px;
  left: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .custom-progress-two .progress-bar .pera {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .sidebar-body-overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .sidebar-body-overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    border-radius: 0;
    left: 0;
  }
}

.sidebar-users-dashboard {
  background: var(--white);
  padding: 24px 24px;
  border-radius: 6px;
  display: block;
  width: 320px;
}

.sidebar-users-dashboard.sidebar-users-dashboard2 {
  width: 490px;
  top: 90px;
  left: 24px;
  background: none;
}

@media (max-width: 991px) {
  .sidebar-users-dashboard.sidebar-users-dashboard2 {
    top: 80px;
  }
}

.sidebar-users-dashboard.sidebar-users-dashboard2 .close-sidebar {
  right: 5px;
  top: 5px;
}

.sidebar-users-dashboard .nicescroll-cursors {
  background-color: rgba(var(--primary-rgb), 0.2) !important;
  width: 3px !important;
  border: 0 !important;
}

@media (max-width: 991px) {
  .sidebar-users-dashboard {
    z-index: 1;
    position: fixed;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 5px;
    bottom: 5px;
  }

  .sidebar-users-dashboard.active {
    visibility: visible;
    opacity: 1;
    left: 5px;
  }
}

.sidebar-users-dashboard .close-sidebar {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 15px;
  z-index: 10;
  top: 15px;
  cursor: pointer;
  background: var(--primary-title);
  color: #ffffff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: none;
}

.sidebar-users-dashboard .close-sidebar:hover {
  background: #dc3545 !important;
  color: white;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .sidebar-users-dashboard .close-sidebar {
    display: block;
  }
}

.sidebar-users-dashboard-top .thumb {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f7f9;
}

.panel-pages {
  border-top: 1px solid var(--secondary-border);
  margin-bottom: 15px;
  text-align: left;
  padding-left: 27px;
  margin-top: 10px;
  padding-top: 5px;
}

.panel-pages .title {
  color: var(--primary-title);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
}

.sidebar-users-dashboard-mid {
  overflow-y: auto;
  max-height: 450px;
}

.sidebar-users-dashboard-list .list:hover>.single {
  color: var(--primary);
}

.sidebar-users-dashboard-list .list.active>.single {
  color: var(--primary);
}

.sidebar-users-dashboard-list .list.logout .single {
  border: 0;
}

.sidebar-users-dashboard-list .list.logout:hover .single {
  background: none;
  border: 0;
}

.sidebar-users-dashboard-list .list .single {
  color: var(--primary-title);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 3px 4px 3px 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
  border-left: 3px solid transparent;
}

.sidebar-users-dashboard-list .list .single i {
  font-size: 18px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.sidebar-users-dashboard-list .list.has-children.open>.single::after {
  content: "\f1af";
}

.sidebar-users-dashboard-list .list.has-children>.single {
  position: relative;
}

.sidebar-users-dashboard-list .list.has-children>.single::after {
  content: "\ea13";
  font-family: var(--remix-icon);
  position: absolute;
  right: 15px;
  font-size: 18px;
}

.sidebar-users-dashboard-list .list.show>.submenu {
  display: block;
}

.sidebar-users-dashboard-list .list>.submenu {
  padding-left: 20px;
  display: none;
  text-align: left;
}

.sidebar-users-dashboard-list .list>.submenu .list.selected .child-single {
  background: rgba(var(--primary-rgb), 0.05);
  color: var(--primary);
  letter-spacing: 0.3px;
}

.sidebar-users-dashboard-list .list>.submenu .list .child-single {
  color: var(--primary-title);
  font-size: 16px;
  line-height: 22px;
  padding: 8px 15px 8px 38px;
  position: relative;
  font-weight: 400;
  border-radius: 5px 0 0 5px;
  margin-top: 5px;
  display: block;
  text-transform: capitalize;
}

.sidebar-users-dashboard-list .list>.submenu .list .child-single:hover {
  background: rgba(var(--primary-rgb), 0.05);
  color: var(--primary);
  letter-spacing: 0.3px;
}

.file-choose-area {
  text-align: center;
  padding: 40px 20px 50px;
  border: 3px dashed rgba(221, 221, 221, 0.5);
  display: block;
}

.file-choose-area .icon {
  color: var(--primary);
  font-size: 60px;
}

.file-choose-area .drop-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.file-choose-area .drop-title .color-1 {
  color: var(--primary);
}

.file-choose-area .file-size-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file-choose-area .file-size-list li {
  font-size: 14px;
  line-height: 22px;
  color: var(--extra-light-color);
}

.file-choose-area .file-size-list li:not(:last-child)::after {
  content: ",";
  padding: 0 5px 0 0;
}

/* Mobile Device sidebar open Icon */
.sidebar-users-dashboard-icon {
  display: none;
}

@media (max-width: 991px) {
  .sidebar-users-dashboard-icon {
    display: block;
  }
}

.sidebar-users-dashboard-icon .sidebar-icon {
  cursor: pointer;
  background: var(--white);
  border-radius: 4px;
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  color: var(--primary);
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid var(--secondary-border);
}

@media (max-width: 575px) {
  .sidebar-users-dashboard-icon .sidebar-icon {
    font-size: 21px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.ticket-subject {
  width: 50%;
}

.purchase-subject {
  width: 20%;
}

.flex-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 991px) {
  .flex-main-content {
    gap: 0;
    display: block;
  }
}

.badges {
  position: absolute;
  z-index: 1;
  min-width: 44px;
  height: 21px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 20px;
  left: 20px;
  color: #fff;
}

.badge-bg-green {
  background: var(--primary);
}

@media (max-width: 575px) {
  .panel .search-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}

@media (max-width: 575px) {
  .panel .search-tab .tab-btn {
    font-size: 14px;
  }
}

.box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
}

.panel-home {
  background: var(--white);
  border-radius: 8px;
  font-size: 24px;
  border: 1px solid var(--secondary-border);
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  color: var(--primary);
  margin-bottom: 10px;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .panel-home {
    font-size: 21px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-info .user-img {
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(var(--primary-rgb), 0.05);
  margin-right: 7px;
}

@media (max-width: 1199px) {
  .user-info .user-details {
    display: none;
  }
}

.user-info .user-details .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--primary-title);
}

.user-info .user-details .pera {
  font-weight: 300;
  margin: 0;
  font-size: 12px;
}

.pages {
  border-top: 1px solid var(--secondary-border);
  padding-top: 6px;
}

.pages .pera {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-paragraph);
}

.score {
  background: rgba(var(--primary-rgb), 0.05);
  padding: 10px 13px 6px 13px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.score .title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
  color: var(--primary-title);
}

.change-mode .toggle-mode {
  margin-left: 10px;
  color: var(--tertiary-title);
  font-weight: 500;
}

.change-mode .toggle-mode .dark {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
}

.change-mode.dark-mode .toggle-mode .dark {
  display: inline-block;
}

.change-mode.dark-mode .toggle-mode .light {
  display: none;
}

.change-mode.dark-mode .switch-box3.style-2 .toggle-item:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  border: 0;
}

.switch-box3 {
  position: relative;
  display: inline-block;
}

.switch-box3 input {
  height: 46px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.switch-box3 .toggle-item {
  width: 27px;
  height: 30px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: 20% center;
  transform-origin: 20% center;
  cursor: pointer;
  margin: 5px;
}

.switch-box3 .toggle-item:before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 2.3em;
  height: 2.3em;
  top: 5px;
  left: 0.25em;
  border-radius: 2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.switch-box3.style-2 label {
  background: transparent;
  border: 2px solid var(--tertiary-title);
  height: 16px;
}

.switch-box3.style-2 label:before {
  border: 2px solid var(--tertiary-title);
  width: 8px;
  height: 8px;
  top: 2px;
  left: 3px;
  background: var(--tertiary-title);
}

.switch-box3.style-2 #transparent:checked+label:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  border: 0;
}

.signout-btn {
  padding: 11px 13px 3px 13px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--section-bg-two);
}

.signout-btn i {
  margin-right: 10px;
  font-size: 20px;
}

.signout-btn .title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--primary);
  text-transform: capitalize;
}

.signout-btn:hover {
  background-color: var(--primary);
}

.signout-btn:hover i {
  color: #fff;
}

.signout-btn:hover .title {
  color: #fff;
}

.dropdown-list-style {
  width: 250px;
  top: 50px;
  right: 0;
  left: unset;
  padding: 20px 20px 20px 20px;
  border-radius: 6px;
}

@media (max-width: 575px) {
  .dropdown-list-style {
    width: 256px;
  }
}

.dropdown-list-style .user-sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--secondary-border);
  margin-bottom: 9px;
  padding-bottom: 10px;
}

.dropdown-list-style .user-sub-info .user-img {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: gray;
  margin-right: 15px;
}

.dropdown-list-style .user-sub-info .user-details .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--primary-title);
}

.dropdown-list-style .user-sub-info .user-details .pera {
  font-weight: 300;
  margin: 0;
  font-size: 12px;
}

.dropdown-list-style .profile-menu .list {
  color: var(--primary-title);
  cursor: pointer;
}

.dropdown-list-style .profile-menu .list .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--paragraph-color);
  margin-right: 8px;
  font-weight: 700;
  font-size: 20px;
  vertical-align: -4px;
}

.dropdown-list-style .profile-menu .list .list-items {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--tertiary-title);
  display: block;
  padding: 7px 15px 7px 11px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  border-radius: 8px;
  text-transform: capitalize;
}

.dropdown-list-style .profile-menu .list .list-items i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.dropdown-list-style .profile-menu .list .list-items:hover {
  color: var(--primary-title);
  letter-spacing: 0.3px;
  background: rgba(var(--primary-rgb), 0.05);
}

.dropdown-list-style .notification-listing {
  padding-top: 14px;
  padding-bottom: 10px;
  max-height: 300px;
}

.dropdown-list-style .notification-listing .list {
  color: var(--primary-title);
  cursor: pointer;
}

.dropdown-list-style .notification-listing .list .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--paragraph-color);
  margin-right: 8px;
  font-weight: 700;
  font-size: 20px;
  vertical-align: -4px;
}

.dropdown-list-style .notification-listing .list .list-items {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-paragraph);
  display: block;
  padding: 12px 15px 11px;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid var(--secondary-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list-style .notification-listing .list .list-items i {
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 36px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  line-height: 29px;
  color: var(--white);
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
}

.dropdown-list-style .notification-listing .list .list-items:last-child {
  border-bottom: 0;
}

.single-dashboard-card {
  padding: 24px 23px 22px 31px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}

.single-dashboard-card.single-dashboard-card2 {
  background: var(--white);
  border: 0;
}

.single-dashboard-card.single-dashboard-card2 .icon i {
  color: var(--primary) !important;
  background: none;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}

.single-dashboard-card.single-dashboard-card2 .cat-caption .pera {
  color: var(--primary-title);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-dashboard-card.single-dashboard-card2 .cat-caption .pera {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .single-dashboard-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-dashboard-card {
    padding: 10px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .single-dashboard-card {
    padding: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-dashboard-card {
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-dashboard-card {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .single-dashboard-card {
    padding: 10px;
  }
}

.single-dashboard-card .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--white);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 26px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .single-dashboard-card .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-dashboard-card .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-dashboard-card .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .single-dashboard-card .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
}

.single-dashboard-card .cat-caption .pera {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .single-dashboard-card .cat-caption .pera {
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-dashboard-card .cat-caption .pera {
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .single-dashboard-card .cat-caption .pera {
    font-size: 16px;
    margin: 0;
  }
}

.single-dashboard-card .cat-caption .single-counter {
  border-top: 2px solid rgba(var(--primary-rgb), 0.2);
  padding-top: 10px;
  margin-top: 10px;
}

.single-dashboard-card .cat-caption .single-counter .counter,
.single-dashboard-card .cat-caption .single-counter .currency,
.single-dashboard-card .cat-caption .single-counter .amount {
  color: var(--primary);
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 575px) {

  .single-dashboard-card .cat-caption .single-counter .counter,
  .single-dashboard-card .cat-caption .single-counter .currency,
  .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-dashboard-card .cat-caption .single-counter .counter,
  .single-dashboard-card .cat-caption .single-counter .currency,
  .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-dashboard-card .cat-caption .single-counter .counter,
  .single-dashboard-card .cat-caption .single-counter .currency,
  .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-dashboard-card .cat-caption .single-counter .counter,
  .single-dashboard-card .cat-caption .single-counter .currency,
  .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 20px;
  }
}

@media (max-width: 767px) {

  .single-dashboard-card .cat-caption .single-counter .counter,
  .single-dashboard-card .cat-caption .single-counter .currency,
  .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 20px;
  }
}

.data-show-table {
  overflow-x: auto;
  padding: 5px;
}

.data-show-table table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 4px;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 1px var(--primary-border);
  box-shadow: 0 0 0 1px var(--primary-border);
}

.data-show-table table thead th {
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-title);
  border: 1px solid var(--primary-border);
}

.data-show-table table tbody tr td {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 17px;
  color: var(--primary-paragraph);
  vertical-align: middle;
  border: 1px solid var(--primary-border);
}

.data-show-table table tbody tr td p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5px;
  color: var(--primary-paragraph);
}

@media (max-width: 767px) {
  .setting-tab {
    grid-gap: 0px !important;
  }
}

.setting-tab .nav-item .nav-link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 8px 11px;
  border: 0;
  background: none;
  border-bottom: 2px solid var(--secondary-border);
  margin-bottom: 14px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .setting-tab .nav-item .nav-link {
    margin-right: 5px;
  }
}

.setting-tab .nav-item .nav-link.active {
  background: none;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.setting-tab .nav-item .nav-link.active span {
  color: var(--primary);
}

.setting-tab .nav-item .nav-link.active i {
  color: var(--primary);
}

.setting-tab .nav-item .nav-link:hover {
  background: none;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.setting-tab .nav-item .nav-link:hover span {
  color: var(--primary);
}

.setting-tab .nav-item .nav-link:hover i {
  color: var(--primary);
}

.setting-tab .nav-item .nav-link::before {
  height: unset;
}

.setting-tab .nav-item .nav-link i {
  font-size: 18px;
  color: var(--primary-paragraph);
  font-weight: 300;
}

.setting-tab .nav-item .nav-link span {
  font-weight: 500;
  font-size: 16px;
  color: var(--primary-paragraph);
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .setting-tab .nav-item .nav-link span {
    font-size: 14px;
  }
}

.btn-secondary-fill:focus {
  color: var(--secondary-btn);
}

@media (max-width: 991px) {
  .student-setting-heading {
    margin-top: 20px;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: capitalize;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  text-transform: capitalize;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-transform: capitalize;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  text-transform: capitalize;
}

input,
input::placeholder,
textarea::placeholder {
  text-transform: capitalize;
}

input::-webkit-input-placeholder {
  text-transform: capitalize;
}

input::-moz-placeholder {
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .student-setting-heading {
    margin-top: 10px;
  }
}

.admin-settings-title {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4392156863);
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.admin-settings-title .admin-settings-add {
  margin-left: 40px;
}

.js-example-basic-singlecontact-input {
  line-height: 20px;
}

.activation-status p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--primary-paragraph);
  line-height: 1;
}

switch-btn {
  position: relative;
  width: 42px;
  height: 20px;
  margin-left: 24px;
}

switch-btn input[type=checkbox] {
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

switch-btn label {
  border-radius: 20px;
  background-color: #ddd;
}

switch-btn label span {
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: var(--white);
}

switch-btn label:before {
  left: 0;
  font-size: 11px;
  content: "";
}

switch-btn label:after {
  right: 0;
  font-size: 10px;
  content: "";
}

switch-btn input:checked+label {
  background-color: var(--primary);
}

switch-btn input:checked+label span {
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}

@media (max-width: 991px) {
  switch-btn {
    margin-left: 8px !important;
  }
}

switch-btn label,
switch-btn label span {
  position: absolute;
  left: 0;
  right: 2px;
  top: -2px;
  bottom: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

switch-btn label:before,
switch-btn label:after {
  position: absolute;
  top: 0;
  width: 34px;
  line-height: 34px;
  color: var(--white);
  text-align: center;
}

.tagify__tag>div::before {
  background: none !important;
  border: 1px solid var(--secondary-border);
  border-radius: 30px !important;
}

.tagify {
  width: 100%;
}

.tagify__tag__removeBtn {
  margin-left: 0px !important;
}

.tagify__tag__removeBtn:hover+div::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.tagify__tag__removeBtn:hover {
  background: none !important;
}

.tagify__tag__removeBtn::after {
  color: var(--primary-paragraph) !important;
  color: #F96170 !important;
  top: 6px !important;
  font-size: 24px !important;
  left: 11px !important;
}

span.tagify__tag-text {
  color: var(--tertiary-title) !important;
}

.tagify__tag>div {
  padding: 8px 12px !important;
}

.tagify__tag.tagify--noAnim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
}

.tagify--outside {
  border: 0;
}

.tagify--outside.tagify--focus .tagify__input {
  -webkit-transition: 0s;
  transition: 0s;
  border-color: var(--tags-focus-border-color);
}

.tagify--outside .tagify__input {
  background: none !important;
  color: var(--primary-title);
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 11px 14px 15px 14px;
  border-radius: 8px;
  border: 1px solid var(--primary-border) !important;
}

.tagify--outside .tagify__input:hover {
  border-color: var(--tags-hover-border-color);
}

.js-example-basic-singlecontact-input {
  line-height: 20px;
}

.daterangepicker .ranges li.active {
  background-color: var(--primary);
  color: var(--white);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--primary);
}

switch-btn {
  position: relative;
  width: 42px;
  height: 20px;
  margin-left: 24px;
}

switch-btn input[type=checkbox] {
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

switch-btn label {
  border-radius: 20px;
  background-color: #ddd;
}

switch-btn label span {
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: var(--white);
}

switch-btn label:before {
  left: 0;
  font-size: 11px;
  content: "";
}

switch-btn label:after {
  right: 0;
  font-size: 10px;
  content: "";
}

switch-btn input:checked+label {
  background-color: var(--primary);
}

switch-btn input:checked+label span {
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}

switch-btn label,
switch-btn label span {
  position: absolute;
  left: 0;
  right: 2px;
  top: -2px;
  bottom: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

switch-btn label:before,
switch-btn label:after {
  position: absolute;
  top: 0;
  width: 34px;
  line-height: 34px;
  color: var(--white);
  text-align: center;
}

.settings-edu-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.settings-edu-content .settings-edu-check {
  margin-top: 4px;
  margin-right: 10px;
}

.settings-edu-content .set-edu-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.settings-edu-content li,
.settings-edu-content .set-edu-name-wrapper {
  width: 100%;
}

.settings-edu-content .set-edu-name-edit,
.settings-edu-content .set-edu-major-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.expertise-tags li {
  background: #616161;
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 6px;
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 4px;
  margin-bottom: 8px;
}

.expertise-tags li i {
  margin-right: 4px;
}

.remember-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.remember-checkbox.quize checkbox:checked~checkmark {
  background-color: var(--tertiary);
  border-color: var(--tertiary);
}

.remember-checkbox.quize checkmark {
  border: 2px solid var(--primary-border);
}

.remember-checkbox.show-ans checkmark {
  background: var(--tertiary);
  border: var(--tertiary);
}

.remember-checkbox.show-ans checkmark::after {
  display: block;
  left: 4px;
  top: -6px;
}

.remember-checkbox.show-ans label {
  pointer-events: auto !important;
  cursor: not-allowed !important;
  pointer-events: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
  user-select: none;
  /* Standard syntax */
}

.remember-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.remember-checkbox label small {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  margin-left: 5px;
}

.remember-checkbox checkbox {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.remember-checkbox checkbox:checked~checkmark {
  background-color: var(--tertiary);
  border-color: var(--tertiary);
}

.remember-checkbox checkbox:checked~checkmark::after {
  display: block;
}

.remember-checkbox checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 2px solid var(--tertiary);
  margin-right: 12px;
  border-radius: 4px;
}

.remember-checkbox checkmark::after {
  content: "\eb7b";
  font-family: var(--remix-icon);
  position: absolute;
  left: 0;
  top: -1px;
  color: #fff;
  display: none;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.remember-checkbox .forget-section span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.5px;
  color: var(--tertiary);
}

.user-img-edit {
  min-width: 400px;
  max-width: 400px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background: gray;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .user-img-edit {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.educations .small-tittle-two .btn-primary-outline {
  padding: 6px 15px 8px 12px;
}

.experiences .small-tittle-two .btn-primary-outline {
  padding: 6px 15px 8px 12px;
}

.remove-btn {
  color: #F15BB5;
  background: none;
  border: 0;
  font-size: 26px;
  line-height: 1;
}

.img-uploder {
  color: var(--primary-title);
  height: 200px;
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  background: none;
  border: 2px solid var(--primary-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: dashed;
}

.img-uploder .img-uplode-btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tertiary-title);
  background: none;
  border: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-uploder .img-uplode-btn i {
  color: var(--tertiary);
  font-size: 27px;
  margin-right: 10px;
  line-height: 1;
}

.date-pic-icon {
  position: relative;
}

.date-pic-icon i {
  position: absolute;
  right: 11px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

td ul li {
  margin-bottom: 4px;
}

.tagify {
  width: 100%;
}

.tagify-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: capitalize;
  color: #494e5c;
  display: block;
  margin-bottom: 8px;
}

.tagify__tag {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

span.tagify__tag-text {
  font-size: 14px;
  padding: 0px 6px;
  color: var(--white);
}

.tagify__tag__removeBtn::after {
  content: "Ã—";
  -webkit-transition: 0.3s, color 0s;
  transition: 0.3s, color 0s;
  position: absolute;
  left: 8px;
  font-size: 16px;
  color: var(--white);
}

.tagify__tag>div::before {
  background: #616161;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
}

.tagify__tag__removeBtn {
  font-size: 14px;
  margin-left: 6px;
  margin-right: 0;
}

.tagify__tag>div {
  padding-left: 0;
}

.tagify--outside {
  border: 0;
}

.tagify--outside .tagify__input {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border: 1px solid var(--tags-border-color);
  margin-bottom: 1em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 15px 14px;
  position: relative;
  border-radius: 8px;
  border-color: #f7f7f7;
  background: #f7f7f7;
  line-height: 18px;
}

.tagify--outside .tagify__input:hover {
  border-color: var(--tags-hover-border-color);
}

.tagify--outside.tagify--focus .tagify__input {
  -webkit-transition: 0s;
  transition: 0s;
  border-color: var(--tags-focus-border-color);
}

.my-profile-card.my-profile-card2 .profile-image {
  width: 54px;
  height: 56px;
}

.my-profile-card.my-profile-card2 .profile-name {
  font-size: 18px;
}

.my-profile-card.my-profile-card2 .country i {
  font-size: 28px;
}

.my-profile-card .profile-image {
  width: 138px;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  background: gray;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 10px;
}

.my-profile-card .profile-name {
  text-transform: capitalize;
  color: var(--primary-title);
  font-size: 20px;
  margin-bottom: 3px;
}

.my-profile-card .profile-user-name {
  font-size: 14px;
  color: var(--primary-paragraph);
  margin-bottom: 10px;
}

.my-profile-card .profile-designation {
  font-size: 14px;
  text-transform: capitalize;
}

.my-profile-card .profile-info p {
  font-size: 14px;
  color: var(--primary-paragraph);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.country .country {
  font-size: 16px;
  margin-right: 15px;
}

.country i {
  font-size: 20px;
}

.tag-area3 .listing .single-list {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  color: var(--primary-paragraph);
  background: var(--white);
  border: 1px solid var(--secondary-border);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  padding: 6px 14px;
  margin-bottom: 10px;
  margin-right: 2px;
  cursor: pointer;
  border-radius: 30px;
}

@media (max-width: 575px) {
  .tag-area3 .listing .single-list {
    padding: 5px 9px;
    margin-right: 3px;
  }
}

.tag-area3 .listing .single-list:hover {
  background: var(--primary);
  color: #fff;
  border: 1px solid transparent;
}

.tag-area3 .listing .single-list:last-child {
  margin-bottom: 0px;
  margin-right: 0;
}

.single-badges {
  margin-right: 10px;
  display: inline-block;
}

.single-badges.single-badges2 .badges-icon {
  background: none;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-badges.single-badges2 .badges-icon img {
  width: 15px;
  margin-right: 9px;
}

.single-badges.single-badges3 .badges-icon {
  width: 80px;
  height: 80px;
  line-height: 1;
  text-align: center;
  padding: 15px 14px;
}

@media (max-width: 1399px) {
  .single-badges.single-badges3 .badges-icon {
    width: 60px;
    height: 60px;
    line-height: 32px;
    padding: 5px 14px;
  }
}

.single-badges.single-badges3 .badges-icon img {
  width: 35px;
  margin-bottom: 5px;
  margin-right: 0;
}

@media (max-width: 1399px) {
  .single-badges.single-badges3 .badges-icon img {
    width: 20px;
    margin-bottom: 0;
  }
}

.single-badges .badges-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  background: rgba(var(--tertiary-rgb), 0.07);
  width: 100px;
  height: 100px;
  line-height: 67px;
  text-align: center;
  padding: 6px 14px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 50%;
}

@media (max-width: 1399px) {
  .single-badges .badges-icon {
    width: 60px;
    height: 60px;
    line-height: 32px;
  }
}

.single-badges .badges-icon img {
  margin-bottom: 0px;
  line-height: 1;
}

@media (max-width: 1399px) {
  .single-badges .badges-icon img {
    width: 20px;
  }
}

.single-badges .badges-icon .pera {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 1399px) {
  .single-badges .badges-icon .pera {
    font-size: 10px;
  }
}

.single-badges .title {
  font-size: 16px;
}

@media (max-width: 1399px) {
  .single-badges .title {
    font-size: 12px;
  }
}

td .flag-icon i {
  font-size: 18px;
  margin-right: 10px;
}

td .user .thumb {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

/* ================================================================
   THEME TOGGLE BUTTONS  (Dark/Light + LTR/RTL)
   ================================================================ */

.theme-toggles {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 10px;
}

.toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 113, 93, 0.35);
  background: transparent;
  color: var(--primary);
  font-size: 17px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.2s;
  padding: 0;
  line-height: 1;
}

.toggle-btn span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.toggle-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: scale(1.08);
}

/* Make sure the header .cart wrapper is flex-aligned */
.header-right .cart {
  display: flex;
  align-items: center;
  gap: 0;
}

/* ================================================================
   DARK THEME  –  [data-theme="dark"] on <html>
   ================================================================ */

[data-theme="dark"] {
  /* Core palette overrides */
  --body: #0f1211;
  --white: #1a1f1e;
  --light: #2a2f2e;
  --dark: #e8ecea;
  --primary-title: #e8ecea;
  --secondary-title: #b0b8b6;
  --tertiary-title: #8a9492;
  --primary-subtitle: #d0d8d6;
  --secondary-subtitle: #9aA8a6;
  --primary-paragraph: #9aA8a6;
  --secondary-paragraph: #b0b8b6;
  --tertiary-paragraph: #808888;
  --panel-bg: #1c2120;
  --section-bg-one: #141918;
  --section-bg-two: #1a1f1e;
  --section-bg-three: #1a2422;
  --primary-border: rgba(255, 255, 255, 0.10);
  --secondary-border: rgba(255, 255, 255, 0.08);
  --tertiary-border: rgba(255, 255, 255, 0.12);
  --primary-shadow: 0px 4px 50px rgba(0, 0, 0, 0.4);
  --info-gray: #2a2f2e;
  --primary-gray: #3a403f;
  --secondary-gray: #1f2423;
  --gray-text: #707878;
  --footer-bg: #0a0e0d;
  --footer-border: #2e3635;
  --about-icon: #2a2f2e;
  --number-one: #1e2928;
  --number-two: #1e2220;
  --search-border: #3a403f;
  --about-divider: #3a403f;
  --header-bg3: #1e1e12;
  --hero-area-three-bg: #1a180e;
}

/* ── Global body & background ── */
[data-theme="dark"] body {
  background-color: #0f1211;
  color: #b0b8b6;
}

/* ── Header ── */
[data-theme="dark"] .main-header,
[data-theme="dark"] .header-area {
  background-color: #121716 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .header-sticky {
  background-color: #121716 !important;
}

[data-theme="dark"] .single.active,
[data-theme="dark"] .main-menu nav ul li a,
[data-theme="dark"] .main-menu nav ul li a.single {
  color: #c8d0ce !important;
}

[data-theme="dark"] .main-menu nav ul li a:hover,
[data-theme="dark"] .main-menu nav ul li a.single:hover {
  color: var(--primary) !important;
}

[data-theme="dark"] .submenu {
  background-color: #1a1f1e !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .submenu li a {
  color: #b0b8b6 !important;
}

[data-theme="dark"] .submenu li a:hover {
  color: var(--primary) !important;
  background-color: rgba(0, 113, 93, 0.12) !important;
}

/* ── Toggle buttons in dark mode ── */
[data-theme="dark"] .toggle-btn {
  border-color: rgba(0, 113, 93, 0.5);
  color: #5ecfb8;
}

[data-theme="dark"] .toggle-btn:hover {
  background: var(--primary);
  color: #fff;
}

/* ── Sections & backgrounds ── */
[data-theme="dark"] section,
[data-theme="dark"] .section-padding,
[data-theme="dark"] .section-padding2,
[data-theme="dark"] .bottom-padding {
  background-color: #0f1211;
}

[data-theme="dark"] .helpful-area-three,
[data-theme="dark"] .testimonial-section-three,
[data-theme="dark"] .blog-section-three {
  background-color: #0f1211;
}

[data-theme="dark"] .donate-section-two {
  background-color: #111615;
}

[data-theme="dark"] .hero-area-three {
  background-color: #1a180e;
}

[data-theme="dark"] .about-area {
  background-color: #111615;
}

/* ── Cards ── */
[data-theme="dark"] .single-donate,
[data-theme="dark"] .single-blog,
[data-theme="dark"] .helpful-card,
[data-theme="dark"] .single-testimonial-three,
[data-theme="dark"] .position-card {
  background-color: #1a1f1e;
  border-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .donate-info,
[data-theme="dark"] .blog-info {
  background-color: #1a1f1e;
}

/* ── Typography ── */
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
  color: #e0e8e6;
}

[data-theme="dark"] p {
  color: #9aA8a6;
}

[data-theme="dark"] .title {
  color: #e0e8e6 !important;
}

[data-theme="dark"] .pera {
  color: #9aA8a6 !important;
}

[data-theme="dark"] .subtitle {
  color: #8a9492 !important;
}

[data-theme="dark"] .caption-para {
  color: #9aA8a6 !important;
}

/* ── Hero text ── */
[data-theme="dark"] .key-title,
[data-theme="dark"] .sub-tittle {
  color: var(--primary) !important;
}

[data-theme="dark"] .hero-caption h1.title {
  color: #e8ecea !important;
}

[data-theme="dark"] .hero-caption .pera {
  color: #9aA8a6 !important;
}

/* ── Hero count ── */
[data-theme="dark"] .hero-count .title {
  color: #e8ecea !important;
}

[data-theme="dark"] .hero-count .pera {
  color: #9aA8a6 !important;
}

[data-theme="dark"] .hero-divider {
  background-color: rgba(255, 255, 255, 0.15);
}

/* ── Helpful cards ── */
[data-theme="dark"] .helpful-card {
  background-color: #1a1f1e;
}

[data-theme="dark"] .number-watermark h4.number {
  color: rgba(255, 255, 255, 0.04);
}

/* ── Progress bars ── */
[data-theme="dark"] .progress {
  background-color: #2a2f2e;
}

/* ── About section ── */
[data-theme="dark"] .info-icon {
  background-color: rgba(0, 113, 93, 0.15);
  border-color: rgba(0, 113, 93, 0.25);
}

/* ── Event section ── */
[data-theme="dark"] .our-event-three {
  background-color: #0d1211;
}

/* ── Gallery ── */
[data-theme="dark"] .gallery-area {
  background-color: #0d1211;
}

/* ── Footer ── */
[data-theme="dark"] footer,
[data-theme="dark"] .footer-wrapper {
  background-color: #080c0b !important;
  color: #9aA8a6;
}

[data-theme="dark"] .footer-wrapper.footer-bg-one {
  background-color: #080c0b !important;
}

[data-theme="dark"] .footer-imp-link {
  border-top-color: #2e3635;
}

[data-theme="dark"] .footer-line {
  border-color: #2e3635;
}

[data-theme="dark"] .footer-link .title {
  color: #e0e8e6;
}

[data-theme="dark"] .footer-link .imp-link a {
  color: #9aA8a6;
}

[data-theme="dark"] .footer-link .imp-link a:hover {
  color: var(--primary);
}

[data-theme="dark"] .footer-menu .single {
  color: #9aA8a6 !important;
}

[data-theme="dark"] .footer-menu .single:hover {
  color: var(--primary) !important;
}

[data-theme="dark"] .copyright-text {
  color: #707878;
}

[data-theme="dark"] .copyright-text a {
  color: var(--primary);
}

/* ── Breadcrumb / page-title area ── */
[data-theme="dark"] .page-title-area,
[data-theme="dark"] .breadcrumb-area {
  background-color: #1a1f1e;
}

[data-theme="dark"] .breadcrumb-item a {
  color: var(--primary);
}

[data-theme="dark"] .breadcrumb-item.active {
  color: #9aA8a6;
}

[data-theme="dark"] .breadcrumb-separator {
  color: #707878;
}

/* ── FAQ ── */
[data-theme="dark"] .accordion-item {
  background-color: #1a1f1e;
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .accordion-button {
  background-color: #1a1f1e;
  color: #e0e8e6;
}

[data-theme="dark"] .accordion-button:not(.collapsed) {
  background-color: rgba(0, 113, 93, 0.15);
  color: var(--primary);
}

[data-theme="dark"] .accordion-button::after {
  filter: invert(1);
}

[data-theme="dark"] .accordion-body {
  color: #9aA8a6;
}

/* ── Forms & Inputs ── */
[data-theme="dark"] input,
[data-theme="dark"] textarea,
[data-theme="dark"] select {
  background-color: #1e2423 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #d0d8d6 !important;
}

[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
  color: #707878 !important;
}

[data-theme="dark"] .form-control {
  background-color: #1e2423;
  border-color: rgba(255, 255, 255, 0.12);
  color: #d0d8d6;
}

[data-theme="dark"] .form-control:focus {
  background-color: #1e2423;
  border-color: var(--primary);
  color: #d0d8d6;
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 93, 0.25);
}

/* ── Login / Register card ── */
[data-theme="dark"] .login-box,
[data-theme="dark"] .register-box,
[data-theme="dark"] .login-form-wrapper {
  background-color: #1a1f1e;
  border-color: rgba(255, 255, 255, 0.08);
}

/* ── Contact page ── */
[data-theme="dark"] .contact-info-card,
[data-theme="dark"] .single-contact {
  background-color: #1a1f1e;
  border-color: rgba(255, 255, 255, 0.08);
}

/* ── Donation & Blog details ── */
[data-theme="dark"] .single-blog-details,
[data-theme="dark"] .blog-sidebar .widget {
  background-color: #1a1f1e;
  border-color: rgba(255, 255, 255, 0.08);
}

/* ── Tables (admin/user dashboard) ── */
[data-theme="dark"] .table {
  color: #b0b8b6;
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .table th,
[data-theme="dark"] .table td,
[data-theme="dark"] .table thead th {
  border-color: rgba(255, 255, 255, 0.08);
  color: #b0b8b6;
}

[data-theme="dark"] .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .table-hover>tbody>tr:hover {
  background-color: rgba(0, 113, 93, 0.08);
}

/* ── Dashboard panels ── */
[data-theme="dark"] .dashboard-content,
[data-theme="dark"] .panel,
[data-theme="dark"] .widget-card,
[data-theme="dark"] .overview-card,
[data-theme="dark"] .stat-card {
  background-color: #1a1f1e !important;
  border-color: rgba(255, 255, 255, 0.07) !important;
}

/* ── Preloader ── */
[data-theme="dark"] .loading-page {
  background-color: #0f1211;
}

/* ── Misc utility overrides ── */
[data-theme="dark"] hr {
  border-color: rgba(255, 255, 255, 0.10);
}

[data-theme="dark"] .shadow {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .border {
  border-color: rgba(255, 255, 255, 0.10) !important;
}

[data-theme="dark"] .bg-white {
  background-color: #1a1f1e !important;
}

[data-theme="dark"] .bg-light {
  background-color: #1e2423 !important;
}

[data-theme="dark"] .text-dark {
  color: #e0e8e6 !important;
}

[data-theme="dark"] .text-muted {
  color: #707878 !important;
}

/* ── Smooth theme transition ── */
body,
.main-header,
.header-area,
header,
footer,
section,
.single-donate,
.single-blog,
.helpful-card,
.accordion-item,
.accordion-button,
.form-control,
input,
textarea,
select {
  transition: background-color 0.3s ease, color 0.25s ease, border-color 0.25s ease;
}