<strong></strong>/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --donatix-font: "Nunito Sans", sans-serif;
  --donatix-font-two: "Nunito", sans-serif;
  --donatix-font-three: "Caveat", cursive;
  --donatix-gray: #797E88;
  --donatix-gray-rgb: 121, 126, 136;
  --donatix-base: #efae12;
  --donatix-base-rgb: 255, 85, 40;
  --donatix-gray-bg: #F6F3EE;
  --donatix-gray-bg-rgb: 246, 243, 238;
  --donatix-black: #1F1F1F;
  --donatix-black-rgb: 31, 31, 31;
  --donatix-white: #ffffff;
  --donatix-white-rgb: 255, 255, 255;
  --donatix-primary: #9e1f64;
  --donatix-primary-rgb: 18, 47, 42;
  --donatix-secondary: #ffc905;
  --donatix-secondary-rgb: 26, 104, 91;
  --donatix-bdr-radius: 30px;
}



.maven-pro-<uniquifier> {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.membership-list {
    list-style: disc;
    padding-left: 20px;
}

/* Fix logo shift when sticky header activates */
.stricky-header .logo-box,
.stricked-menu .logo-box {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* optional fine adjustment */
.main-header__one-bottom-left {
    display: flex;
    align-items: center;
}

.main-header__one-bottom-left .logo-box img {
    max-height: 120px;
}




.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--donatix-font);
  color: var(--donatix-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--donatix-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--donatix-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0px;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget::-webkit-scrollbar {
  width: 0px;
}


@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}



/*** chat popup ***/

.chat-popup {
  position: fixed;
  left: -100%;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: var(--donatix-primary);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chat-popup.popup-visible {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.chat-popup .popup-inner {
  position: relative;
  display: block;
  padding: 40px 35px;
  padding-top: 32px;
}

.chat-popup .close-chat {
  position: absolute;
  display: flex;
  left: 0px;
  top: -55px;
  width: 60px;
  height: 55px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: var(--donatix-base);
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
  margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, .70);
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, .10);
  transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
  height: 120px;
  resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
  outline: none;
}

.chat-popup .chat-form .form-group button {
  border: none;
}

.chat-popup .chat-form .form-group button:hover {
  color: var(--donatix-base);
}

.chat-popup .chat-form .form-group button:before,
.chat-popup .chat-form .form-group button::after {
  background-color: var(--donatix-white);
}


.chat-icon {
  position: fixed;
  display: inline-block;
  left: 30px;
  bottom: 45px;
  z-index: 99;
}

.chat-icon button {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  background: var(--donatix-base);
  z-index: 1;
  border: none;
}

.chat-icon button:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(var(--donatix-base-rgb), .20);
  border-radius: 5px;
  z-index: -1;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

/***
=============================================
   Rating Box
=============================================
***/
.rating-box {
  position: relative;
  display: block;
}

.rating-box a {
  position: relative;
  color: var(--donatix-base);
}

.rating-box a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}


/***
=============================================
xs sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--donatix-base);
  border-color: var(--donatix-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--donatix-white-rgb), .50);
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--donatix-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 0;
}

.xs-bg-black {
  background-color: transparent;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: var(--donatix-gray);
  border: none;
  border-radius: var(--donatix-bdr-radius);
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
  position: relative;
  border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn::before,
.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn::after {
  background-color: var(--donatix-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
  color: var(--donatix-black);
}

.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: var(--donatix-white);
  line-height: 30px;
}

.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}

.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.sidebar-contact-info ul li a {
  color: var(--donatix-white);
}

.sidebar-contact-info ul li a:hover {
  color: var(--donatix-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

.thm-social-link1 {
  position: relative;
  display: block;
}

.thm-social-link1 ul {
  position: relative;
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
  margin-right: 0;
}

.thm-social-link1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--donatix-white-rgb), .10);
  border-radius: 50%;
  color: var(--donatix-white);
  font-size: 15px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--donatix-base);
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.thm-social-link1 ul li a:hover {
  color: var(--donatix-white);
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget::-webkit-scrollbar {
  width: 0px;
}



/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--donatix-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--donatix-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--donatix-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}




/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader div {
  width: 20px;
  height: 20px;
  margin: 0 10px 0;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background-color: rgba(var(--donatix-base-rgb), 1.0);
}

.loader div:nth-child(2) {
  background-color: rgba(var(--donatix-base-rgb), 0.70);
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background-color: rgba(var(--donatix-base-rgb), 0.40);
  animation-delay: 0.4s;
}

@keyframes bouncing {

  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }

  45% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: linear;
  }

  50% {
    transform: translateY(50px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }

  55% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}


/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--donatix-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--donatix-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--donatix-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.search-active .search-popup {
  transform: translateY(0%);
}

.search-popup .color-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: var(--donatix-base);
  transition: all 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
  display: none;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  transition: all 0.5s;
  border: none;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  z-index: 9999;
}

.search-popup .close-search:hover {
  color: var(--donatix-base);
  background-color: rgba(255, 255, 255, 1.0);
}

.search-active .search-popup .close-search {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 25px;
  left: 0px;
  right: 0px;
  margin: 0px auto 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}

.search-active .search-popup form {
  opacity: 1;
}

.search-popup .form-group {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 1.0);
  font-size: 18px;
  color: var(--donatix-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px 10px 75px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
  border: 0px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
  outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 70px;
  background: var(--donatix-black);
  text-align: center;
  font-size: 20px;
  color: var(--donatix-white);
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 60px;
}

.search-popup .form-group button i {
  font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background-color: var(--donatix-secondary);
  color: var(--donatix-white);
}

.search-popup input::placeholder {
  color: var(--donatix-black);
}


/***
=============================================
Sec Title Css
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -8px;
  padding-bottom: 47px;
  z-index: 1;
}

.sec-title__tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.sec-title__tagline.center {
  justify-content: center;
}

.sec-title__tagline .left-line {
  position: relative;
  display: block;
  width: 65px;
  height: 2px;
  background: var(--donatix-base);
  margin-right: 11px;
}

.sec-title__tagline .left-line::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0px;
  width: 8px;
  height: 8px;
  background: var(--donatix-base);
  content: "";
}

.sec-title__tagline .right-line {
  position: relative;
  display: block;
  width: 65px;
  height: 2px;
  background: var(--donatix-base);
  margin-left: 14px;
}

.sec-title__tagline .right-line::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0px;
  width: 8px;
  height: 8px;
  background: var(--donatix-base);
  content: "";
}

.sec-title__tagline .text {
  position: relative;
  display: block;
}

.sec-title__tagline .text h4 {
  color: var(--donatix-base);
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--donatix-font-three);
}

.sec-title__title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  text-transform: none;
  font-family: var(--donatix-font-two);
}


/***
=============================================
Thm Btn Css
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #9e1f64;
  color: var(--donatix-white);
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 19px 35px 19px;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
}

.thm-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  top: -1px;
}

.thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: var(--donatix-black);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.thm-btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.thm-btn::after {
  position: absolute;
  background-color: var(--donatix-black);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.thm-btn:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.thm-btn:hover {
  color: var(--donatix-white);
}


/***
=============================================
Thm Dot Style1
=============================================
***/
.thm-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 55px;
  line-height: 0px;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: #829592;
  margin: 0px 5px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot.active span {
  width: 28px;
  height: 12px;
  border-radius: 100px;
  background: var(--donatix-base);
  border-color: var(--donatix-base);
}


/***
=============================================
Thm Dot Style2
=============================================
***/
.thm-dot-style2.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 62px;
}

.thm-dot-style2.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 12.5px;
  background: #d8dde0;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.thm-dot-style2.owl-theme .owl-dots .owl-dot.active span,
.thm-dot-style2.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--donatix-base)
}

.thm-dot-style2.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid var(--donatix-base);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.thm-dot-style2.owl-theme .owl-dots .owl-dot.active span::before,
.thm-dot-style2.owl-theme .owl-dots .owl-dot:hover span::before {
  transform: scaleX(1.0);
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  color: rgba(var(--donatix-gray-rgb), .50);
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  border: 1px solid rgba(var(--donatix-gray-rgb), .50);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--donatix-font-two);
  z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: var(--donatix-white);
  background: var(--donatix-base);
  border-color: var(--donatix-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 50%;
  color: rgba(var(--donatix-gray-rgb), .50);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--donatix-white);
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: rgba(var(--donatix-gray-rgb), .50);
  font-size: 14px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: var(--donatix-white);
}


/*--------------------------------------------------------------
# Main Header One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  z-index: 999;
}

.main-header__one-top {
  position: relative;
  display: block;
  background: var(--donatix-primary);
  padding: 12px 0px 12px;
  z-index: 1;
}

.main-header__one-top::before {
  position: absolute;
  top: 0;
  left: 74%;
  bottom: 0;
  right: 0px;
  border-top: 50px solid rgba(var(--donatix-white-rgb), .10);
  border-left: 50px solid transparent;
  content: "";
  z-index: -1;
}

.main-header__one-top {
  position: relative;
  display: block;
  background: var(--donatix-primary);
  z-index: 1;
}

.main-header__one-top .container {
  max-width: 1710px;
  width: 100%;
}

.main-header__one-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__one-top-left {
  position: relative;
  display: block;
}

.main-header__contact-list-style1 {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list-style1 li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list-style1 li+li {
  margin-left: 47px;
}

.main-header__contact-list-style1 li .icon-box {
  position: relative;
  display: block;
}

.main-header__contact-list-style1 li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--donatix-base);
  font-size: 15px;
  line-height: 15px;
  top: -1px;
}

.main-header__contact-list-style1 li .text-box {
  position: relative;
  display: block;
  margin-left: 12px;
  flex: 1;
}

.main-header__contact-list-style1 li .text-box p {
  color: var(--donatix-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--donatix-font-two);
}

.main-header__contact-list-style1 li .text-box p a {
  color: var(--donatix-white);
}

.main-header__contact-list-style1 li .text-box p a:hover {
  color: var(--donatix-base);
}

.main-header__one-top-right {
  position: relative;
  display: block;
  padding-left: 160px;
  z-index: 1;
}

.main-header__social-links-style1 {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__social-links-style1 .title-box {
  position: relative;
  display: block;
}

.main-header__social-links-style1 .title-box h4 {
  color: var(--donatix-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--donatix-font-two);
}

.main-header__social-links-style1-list {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-left: 20px;
}

.main-header__social-links-style1-list::before {
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 8px;
  width: 1px;
  background: var(--donatix-gray);
  content: "";
}

.main-header__social-links-style1-list li {
  position: relative;
  display: block;
}

.main-header__social-links-style1-list li+li {
  margin-left: 17px;
}

.main-header__social-links-style1-list li a {
  position: relative;
  display: block;
  color: var(--donatix-white);
}

.main-header__social-links-style1-list li a:hover {
  color: var(--donatix-base);
}

.main-header__social-links-style1-list li a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.main-header__one-bottom {
  position: relative;
  display: block;
}

.main-header__one-bottom .container {
  max-width: 1710px;
  width: 100%;
}

.main-header__one-bottom-left {
  position: relative;
  display: block;
}

.main-header__one-bottom-left .logo-box {
  position: relative;
  display: block;
}

.main-header__one-bottom-left .logo-box a {
  position: relative;
  display: inline-block;
}

.main-header__one-bottom-left .logo-box a img {
  width: 100%;
}

.main-header__one-bottom-middle {
  display: block;
}

.main-header__one-bottom-middle .container {
  max-width: 1320px !important;
  width: 100% !important;
}

.main-header__one-bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__search-box {
  position: relative;
  display: block;
  margin-right: 10px;
}

.main-header__search-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--donatix-base);
  border-radius: 50%;
  color: var(--donatix-white);
  font-size: 20px;
}

.main-header__search-box a:hover {
  background: var(--donatix-primary);
}

.main-header__cart-box {
  position: relative;
  display: block;
  margin-right: 10px;
}

.main-header__cart-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--donatix-primary);
  border-radius: 50%;
  color: var(--donatix-white);
}

.main-header__cart-box a:hover {
  background: var(--donatix-base);
}

.main-header__cart-box a span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}

.main-header__btn-box {
  position: relative;
  display: block;
}

.main-header__btn-box .thm-btn {
  padding: 21px 35px 21px;
}

.main-header__btn-box .thm-btn i {
  position: relative;
  display: block;
  margin-right: 2px;
  line-height: 0px;
}

.main-header__btn-box .thm-btn i:before {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  top: 0px;
}


/*--------------------------------------------------------------
# Main Header Two
--------------------------------------------------------------*/
.main-header__one--two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 5;
}

.main-header__one--two::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  background: var(--donatix-white);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1910' height='140' viewBox='0 0 1910 140'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB3YAAACMCAYAAACAlUjtAAAAAXNSR0IArs4c6QAAF+VJREFUeF7t3dGR20YWBVDcEDaDRQgMgSE4g0UGYgaaDKgM4BCcAZ0BQ4AzUAbawq7Hlm1JJIBuACTPVKmmVIN+7/Vp/t1qIl++fPnS+CFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACB0gKfm6YZfv/3S9M0lyTj/yf/RLA72cwCAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIzBW4Nk3zKUk/pYBgd4qWZwkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBGYLy5+3ZvwCvYLYOuCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOYIjAHv8dZXNAt259BaQ4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgXIC47t4x9u75++VFOyWw1aJAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECSwQ+Jnn7VgHB7hJWawkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBW4JvhrmC3LLJqBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQWCowvnP38nURwe5SUusJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQVmB85+4hyfBeVrBbFlg1AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlBC4JDkKdktQqkGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIF6An98JbMbu/WQVSZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMASgT9u7Qp2lzBaS4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgboC/7u1K9iti6w6AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIElgh8SvJBsLuE0FoCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUFfic5F+C3brIqhMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGCpwL8Fu0sJrSdAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBdgU6wWxdYdQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCwV+CTYXUpoPQECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOoK9ILdusCqEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYKmAYHepoPUECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCoLPCLG7uVhZUnQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAQgE3dhcCWk6AAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIHaAm9u7NYmVp8AAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQLLBH4S7C4DtJoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQK1BQ6C3drE6hMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGC+wJCkFezOB7SSAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECtQX6JJ1gtzaz+gQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEJgvcEhyFezOB7SSAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECNQWuSQ5jA8FuTWa1CRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgMF+gS9ILducDWkmAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGaAkOS9r2BG7s1qdUmQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAPIFzkpNgdx6eVQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEFhDoE0yCHbXoNaDAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEC0wX6JN3Xy3wV83REKwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBT4JjkItitSaw2AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIE5gtckxz+vtyN3fmgVhIgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQKC0QJekF+yWZlWPAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECZQSGJO23SrmxWwZYFQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCwVOCc5CXaXMlpPgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBegJtkkGwWw9YZQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCwR6JN03yvgq5iX0FpLgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBMgLHJBfBbhlMVQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBa4Jrk8KOibuyWJlePAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEC0wS6JL1gdxqapwkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILCWwJCkvdXMjd1bQv5OgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBegLnJKdb5QW7t4T8nQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAvUE2iTDrfKC3VtC/k6AAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIE6An2S7p7Sgt17lDxDgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACB8gLHJJd7ygp271HyDAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBMoKXJMc7i0p2L1XynMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoJ9Al6e8tJ9i9V8pzBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKCMwJGmnlBLsTtHyLAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBJYLnJOcppQR7E7R8iwBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSWC7RJhillBLtTtDxLgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBZQJ9km5qCcHuVDHPEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYL7AMcll6nLB7lQxzxMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGCewDXJYc5Swe4cNWsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAwXaBL0k9f1jSC3Tlq1hAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGCawJCknbbkz6cFu3PlrCNAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMD9Auckp/sf/+uTgt25ctYRIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDgfoE2yXD/44LduVbWESBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYI5An6Sbs/B9jRu7S/SsJUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwG2BY5LL7ce+/4Rgd4metQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEPixwDXJYSmSYHepoPUECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBD4vkCXpF8KJNhdKmg9AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEvi0wJGlL4Ah2SyiqQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgX8KnJOcSsAIdksoqkGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIF/CrRJhhIwgt0SimoQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDgrwJ9kq4UimC3lKQ6BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ+FPgmORSCkSwW0pSHQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECPxf4JrkUBJDsFtSUy0CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAg0TZekLwkh2C2pqRYBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAq8uMCRpSyMIdkuLqkeAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwCsLnJOcSgMIdkuLqkeAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwCsLtEmG0gCC3dKi6hEgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8KoCfZKuxuYFuzVU1SRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4BUFjkkuNTYu2K2hqiYBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAq8mcE1yqLVpwW4tWXUJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHglgS5JX2vDgt1asuoSIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIPAqAkOStuZmBbs1ddUmQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQOAVBM5JTjU3Ktitqas2AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQKvINAmGWpuVLBbU1dtAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSeXaBP0tXepGC3trD6BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAg8s8AxyaX2BgW7tYXVJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDgWQWuSQ5rbE6wu4ayHgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIPKNAl6RfY2OC3TWU9SBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4NkEhiTtWpsS7K4lrQ8BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAs8kcE5yWmtDgt21pPUhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQOCZBNokw1obEuyuJa0PAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQLPItAn6dbcjGB3TW29CBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBB4BoFjksuaGxHsrqmtFwECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECjy5wTXJYexOC3bXF9SNAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4JEFuiT92hsQ7K4trh8BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAo8qMCRptxhesLuFup4ECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECDyiwDnJaYvBBbtbqOtJgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMAjCrRJhi0GF+xuoa4nAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQKPJtAn6bYaWrC7lby+BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAg8ksAxyWWrgQW7W8nrS4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAowhckxy2HFawu6W+3gQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIPIJAl6TfclDB7pb6ehMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsHeBIUm79ZCC3a1PQH8CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBPYscE5y2npAwe7WJ6A/AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJ7FmiTDFsPKNjd+gT0J0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgrwJ9km4Pwwl293AKZiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYI8CxySXPQwm2N3DKZiBAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIG9CVyTHPYylGB3LydhDgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIE9iTQJen3MpBgdy8nYQ4CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBPYiMCRp9zLMOIdgd0+nYRYCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBPYgcE5y2sMg7zMIdvd0GmYhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGAPAm2SYQ+DCHb3dApmIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgLwJ9km4vwwh293YS5iFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYA8CxySXPQzy9Qy+inlvJ2IeAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgS2ErgmOWzV/Ed9Bbt7PBUzESBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwhUCXpN+i8a2egt1bQv5OgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMArCAxJ2r1uVLC715MxFwECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECawq8Jfm4ZsMpvQS7U7Q8S4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAswq0SYa9bk6wu9eTMRcBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAmsJ9Em6tZrN6SPYnaNmDQECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECzySw69u6I7Rg95k+bvZCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMBUgU9JPkxdtPbzgt21xfUjQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGAvAuM7dY97frfuO5Rgdy8fGXMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC2QJekX7vpnH6C3Tlq1hAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8OgCfZLuUTYh2H2UkzInAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQKlBB7mK5jfNyzYLXX06hAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8CgC43t1L48y7DinYPeRTsusBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgsFXhL8nFpkbXXC3bXFtePAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGtBB4y1B2xBLtbfWT0JUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgTYGfk/xnzYYlewl2S2qqRYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAHgUeOtQdQQW7e/xYmYkAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgVICn5J8KFVsqzqC3a3k9SVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoLbAw75T9+8wgt3aHxX1CRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBBYW+Bz0zSnJP3ajWv1E+zWklWXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEtBK5N0/yUZNiiea2egt1asuoSIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILCmwHhLd3yf7sc1m67VS7C7lrQ+BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUErg0TdM92y3dr7EEu7U+OuoSIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBbYAx035KMv5/6R7D71MdrcwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSeUuBlAt330xPsPuXn2KYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIPJ3A0DTNz03TnJOM79N9qR/B7ksdt80SIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQeBiBMby9Nk3za9M0l1f4uuUfnYxg92E+twYlQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8JQC403cMcQdf//2++/xq5aHV7yZ+70T/i8bw9Mp+CHlWgAAAABJRU5ErkJggg==' x='0' y='0' width='1910' height='140'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1910' height='140' viewBox='0 0 1910 140'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB3YAAACMCAYAAACAlUjtAAAAAXNSR0IArs4c6QAAF+VJREFUeF7t3dGR20YWBVDcEDaDRQgMgSE4g0UGYgaaDKgM4BCcAZ0BQ4AzUAbawq7Hlm1JJIBuACTPVKmmVIN+7/Vp/t1qIl++fPnS+CFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACB0gKfm6YZfv/3S9M0lyTj/yf/RLA72cwCAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIzBW4Nk3zKUk/pYBgd4qWZwkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBGYLy5+3ZvwCvYLYOuCgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOYIjAHv8dZXNAt259BaQ4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgXIC47t4x9u75++VFOyWw1aJAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECSwQ+Jnn7VgHB7hJWawkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBW4JvhrmC3LLJqBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQWCowvnP38nURwe5SUusJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQVmB85+4hyfBeVrBbFlg1AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlBC4JDkKdktQqkGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIF6An98JbMbu/WQVSZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMASgT9u7Qp2lzBaS4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgboC/7u1K9iti6w6AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIElgh8SvJBsLuE0FoCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUFfic5F+C3brIqhMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGCpwL8Fu0sJrSdAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBdgU6wWxdYdQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCwV+CTYXUpoPQECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOoK9ILdusCqEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYKmAYHepoPUECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCoLPCLG7uVhZUnQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAQgE3dhcCWk6AAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIHaAm9u7NYmVp8AAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQLLBH4S7C4DtJoAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQK1BQ6C3drE6hMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGC+wJCkFezOB7SSAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECtQX6JJ1gtzaz+gQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEJgvcEhyFezOB7SSAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECNQWuSQ5jA8FuTWa1CRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgMF+gS9ILducDWkmAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGaAkOS9r2BG7s1qdUmQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAPIFzkpNgdx6eVQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEFhDoE0yCHbXoNaDAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEC0wX6JN3Xy3wV83REKwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBT4JjkItitSaw2AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIE5gtckxz+vtyN3fmgVhIgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQKC0QJekF+yWZlWPAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECZQSGJO23SrmxWwZYFQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCwVOCc5CXaXMlpPgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBegJtkkGwWw9YZQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCwR6JN03yvgq5iX0FpLgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBMgLHJBfBbhlMVQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBa4Jrk8KOibuyWJlePAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEC0wS6JL1gdxqapwkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILCWwJCkvdXMjd1bQv5OgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBegLnJKdb5QW7t4T8nQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAvUE2iTDrfKC3VtC/k6AAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIE6An2S7p7Sgt17lDxDgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACB8gLHJJd7ygp271HyDAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBMoKXJMc7i0p2L1XynMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoJ9Al6e8tJ9i9V8pzBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKCMwJGmnlBLsTtHyLAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBJYLnJOcppQR7E7R8iwBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSWC7RJhillBLtTtDxLgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBZQJ9km5qCcHuVDHPEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYL7AMcll6nLB7lQxzxMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGCewDXJYc5Swe4cNWsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAwXaBL0k9f1jSC3Tlq1hAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGCawJCknbbkz6cFu3PlrCNAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMD9Auckp/sf/+uTgt25ctYRIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDgfoE2yXD/44LduVbWESBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYI5An6Sbs/B9jRu7S/SsJUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwG2BY5LL7ce+/4Rgd4metQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEPixwDXJYSmSYHepoPUECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBD4vkCXpF8KJNhdKmg9AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEvi0wJGlL4Ah2SyiqQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgX8KnJOcSsAIdksoqkGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIF/CrRJhhIwgt0SimoQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDgrwJ9kq4UimC3lKQ6BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ+FPgmORSCkSwW0pSHQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECPxf4JrkUBJDsFtSUy0CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAg0TZekLwkh2C2pqRYBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAq8uMCRpSyMIdkuLqkeAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwCsLnJOcSgMIdkuLqkeAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwCsLtEmG0gCC3dKi6hEgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8KoCfZKuxuYFuzVU1SRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4BUFjkkuNTYu2K2hqiYBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAq8mcE1yqLVpwW4tWXUJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEHglgS5JX2vDgt1asuoSIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIPAqAkOStuZmBbs1ddUmQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQOAVBM5JTjU3Ktitqas2AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQKvINAmGWpuVLBbU1dtAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSeXaBP0tXepGC3trD6BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAg8s8AxyaX2BgW7tYXVJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDgWQWuSQ5rbE6wu4ayHgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIPKNAl6RfY2OC3TWU9SBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4NkEhiTtWpsS7K4lrQ8BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAs8kcE5yWmtDgt21pPUhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQOCZBNokw1obEuyuJa0PAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQLPItAn6dbcjGB3TW29CBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBB4BoFjksuaGxHsrqmtFwECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECjy5wTXJYexOC3bXF9SNAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4JEFuiT92hsQ7K4trh8BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAo8qMCRptxhesLuFup4ECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECDyiwDnJaYvBBbtbqOtJgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMAjCrRJhi0GF+xuoa4nAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQKPJtAn6bYaWrC7lby+BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAg8ksAxyWWrgQW7W8nrS4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAowhckxy2HFawu6W+3gQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIPIJAl6TfclDB7pb6ehMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsHeBIUm79ZCC3a1PQH8CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBPYscE5y2npAwe7WJ6A/AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJ7FmiTDFsPKNjd+gT0J0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgrwJ9km4Pwwl293AKZiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYI8CxySXPQwm2N3DKZiBAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIG9CVyTHPYylGB3LydhDgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIE9iTQJen3MpBgdy8nYQ4CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBPYiMCRp9zLMOIdgd0+nYRYCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBPYgcE5y2sMg7zMIdvd0GmYhQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGAPAm2SYQ+DCHb3dApmIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgLwJ9km4vwwh293YS5iFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYA8CxySXPQzy9Qy+inlvJ2IeAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgS2ErgmOWzV/Ed9Bbt7PBUzESBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwhUCXpN+i8a2egt1bQv5OgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMArCAxJ2r1uVLC715MxFwECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECawq8Jfm4ZsMpvQS7U7Q8S4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAswq0SYa9bk6wu9eTMRcBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAmsJ9Em6tZrN6SPYnaNmDQECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECzySw69u6I7Rg95k+bvZCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMBUgU9JPkxdtPbzgt21xfUjQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGAvAuM7dY97frfuO5Rgdy8fGXMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC2QJekX7vpnH6C3Tlq1hAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8OgCfZLuUTYh2H2UkzInAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQKlBB7mK5jfNyzYLXX06hAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8CgC43t1L48y7DinYPeRTsusBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgsFXhL8nFpkbXXC3bXFtePAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGtBB4y1B2xBLtbfWT0JUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgTYGfk/xnzYYlewl2S2qqRYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAHgUeOtQdQQW7e/xYmYkAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgVICn5J8KFVsqzqC3a3k9SVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoLbAw75T9+8wgt3aHxX1CRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBBYW+Bz0zSnJP3ajWv1E+zWklWXAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEtBK5N0/yUZNiiea2egt1asuoSIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILCmwHhLd3yf7sc1m67VS7C7lrQ+BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUErg0TdM92y3dr7EEu7U+OuoSIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBbYAx035KMv5/6R7D71MdrcwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSeUuBlAt330xPsPuXn2KYIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIPJ3A0DTNz03TnJOM79N9qR/B7ksdt80SIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQeBiBMby9Nk3za9M0l1f4uuUfnYxg92E+twYlQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8JQC403cMcQdf//2++/xq5aHV7yZ+70T/i8bw9Mp+CHlWgAAAABJRU5ErkJggg==' x='0' y='0' width='1910' height='140'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  z-index: -1;
}

.main-header__one--two .main-header__one-top {
  position: relative;
  background: transparent;
}

.main-header__one--two .main-header__one-top::after {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0px;
  background: var(--donatix-primary);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1603' height='50' viewBox='0 0 1603 50'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABkMAAAAyCAYAAADvAaxUAAAAAXNSR0IArs4c6QAACVpJREFUeF7t3U9SG0cUB+DuSWXhymbMCeRFqghJGfkGcILEJ4g5gZ0TBE4QbmBuYPsEcAPExlDZRCeA2cSp/JtOGhkHYmFAGiHN6GNlqzRP733Tu1/NvBiu+Sv7vbKov3iWYv1tDEU/hFRe912fEyBAgAABAgQIECBAgAABAgQIECBAgAABAgTuXyBWKdSDmIo3dfH362pwMhzXQxz34crjtR9DjC8EIPd/2/wiAQIECBAgQIAAAQIECBAgQIAAAQIECBAgMKFAirt18etONRhWlytcCUPy0yAxPXgVQ9yY8GdcRoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCYp8CwjvXm5adEroQhK+trhyGE/jw79NsECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgSkFhnV89+TiCZEPYcjo1Vhhe8riLidAgAABAgQIECBAgAABAgQIECBAgAABAgQIzF0ghXRwdnS8mRs5D0PK/mqvSMUvc+9MAwQIECBAgAABAgQIECBAgAABAgQIECBAgACBhgTevy7r4DwMWVlfexlCeNZQbWUIECBAgAABAgQIECBAgAABAgQIECBAgAABAnMXuHg65CIMyU+F9ObelQYIECBAgAABAgQIECBAgAABAgQIECBAgAABAg0K1PHdw1j2+2WR/jhrsK5SBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGFEKjjn09i+c3qRvFZsb8QHWmCAAECBAgQIECAAAECBAgQIECAAAECBAgQINCgQKzDViz7X/aL9Plhg3WVIkCAAAECBAgQIECAAAECBAgQIECAAAECBAgshEAd09NY9ld7RSryzhB/BAgQIECAAAECBAgQIECAAAECBAgQIECAAIFOCdSx3rxYoJ53hpSdms4wBAgQIECAAAECBAgQIECAAAECBAgQIECAwNILnC9Qzworj7/eDTE9X3oRAAQIECBAgAABAgQIECBAgAABAgQIECBAgEBnBFJIB2dHx6MnQ7wqqzP31SAECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAe4H8iqxqcHJwHobkP0+HOBsECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAhwT2To/ebuV5PoQh+T8P19cOYwj9Dg1qFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQGAJBepYP6oGJ8OPwpD8uqyY4n4MsbeELkYmQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEuiAQw87p4O32xShXngzJH5b9tX6RwmEXZjUDAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsFwCKaTh2dHxo8tTfxSGjAKRr14UKf60XDymJUCAAAECBAgQIECAAAECBAgQIECAAAECBNouUMd6qxqc7N0YhuQvWKje9tutfwIECBAgQIAAAQIECBAgQIAAAQIECBAgsHQCH5am3yoMyV+yUH3pDomBCRAgQIAAAQIECBAgQIAAAQIECBAgQIBAawUuL02/dRhioXpr77fGCRAgQIAAAQIECBAgQIAAAQIECBAgQIDAcgn8b2n6rcOQ/EUL1ZfrrJiWAAECBAgQIECAAAECBAgQIECAAAECBAi0TWDc0vQ7hSGjQMRC9bbdeP0SIECAAAECBAgQIECAAAECBAgQIECAAIFlERi3NP3OYUi+wEL1ZTky5iRAgAABAgQIECBAgAABAgQIECBAgAABAq0SGLs0faIwJF9koXqrbr5mCRAgQIAAAQIECBAgQIAAAQIECBAgQIBA5wWuW5o+cRhioXrnz4wBCRAgQIAAAQIECBAgQIAAAQIECBAgQIBAewQ+sTR94jAkX2ihenvOgE4JECBAgAABAgQIECBAgAABAgQIECBAgEBXBW5amj5VGDIKRCxU7+rhMRcBAgQIECBAgAABAgQIECBAgAABAgQIEGiDwE1L06cOQ3IBC9XbcBT0SIAAAQIECBAgQIAAAQIECBAgQIAAAQIEOilw49L0RsKQXMRC9U4eIEMRIECAAAECBAgQIECAAAECBAgQIECAAIGFFrjN0vTGwhAL1Rf6LGiOAAECBAgQIECAAAECBAgQIECAAAECBAh0T+CWS9MbC0NyIQvVu3eOTESAAAECBAgQIECAAAECBAgQIECAAAECBBZR4C5L0xsNQ0aBiIXqi3go9ESAAAECBAgQIECAAAECBAgQIECAAAECBLokcJel6Y2HIbmghepdOk5mIUCAAAECBAgQIECAAAECBAgQIECAAAECCydwp6XpMwlDclEL1RfuYGiIAAECBAgQIECAAAECBAgQIECAAAECBAh0QuCuS9NnFoZYqN6J82QIAgQIECBAgAABAgQIECBAgAABAgQIECCwWAITLE2fWRiSC1uovljnQzcECBAgQIAAAQIECBAgQIAAAQIECBAgQKDNApMuTZ9pGDIKRCxUb/PB0jsBAgQIECBAgAABAgQIECBAgAABAgQIEFgUgUmXps88DMk/YKH6ohwTfRAgQIAAAQIECBAgQIAAAQIECBAgQIAAgdYKTLw0/V7CkPwjFqq39nBpnAABAgQIECBAgAABAgQIECBAgAABAgQIzFUgvx4rxbRZDU6G0zYSpy3wqestVJ+lrtoECBAgQIAAAQIECBAgQIAAAQIECBAgQKC7AnX862k1+Pl1ExPONAzJDb5fqL6f/9lEw2oQIECAAAECBAgQIECAAAECBAgQIECAAAECHReIYed08Ha7qSlnHoZcBCIxpVcxxF5TjatDgAABAgQIECBAgAABAgQIECBAgAABAgQIdFCg4SAkC91LGDIKRFZ7McV9gUgHD6aRCBAgQIAAAQIECBAgQIAAAQIECBAgQIDA9AJVHesfqsHJ3vSlrla4tzBkFIj0y6L+fTfE+H3Tg6hHgAABAgQIECBAgAABAgQIECBAgAABAgQItFMghXSQYtpqYln6OIF7DUMuGij7qxsxxZeeEmnnodQ1AQIECBAgQIAAAQIECBAgQIAAAQIECBBoSKAKMe2cDo53G6o3tsxcwpCroUjxPIbw3SyHVJsAAQIECBAgQIAAAQIECBAgQIAAAQIECBBYHIHRkyDhTQi/7VWDYTXrzuYahvwXivTKEB5sFHXYiLFYTyHlReuWrc/67qtPgAABAgQIECBAgAABAgQIECBAgAABAgRmLzBMIVT/PhgxqGM6CiG9ntXrsK4b5R9I3XfigNXdmQAAAABJRU5ErkJggg==' x='0' y='0' width='1603' height='50'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1603' height='50' viewBox='0 0 1603 50'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABkMAAAAyCAYAAADvAaxUAAAAAXNSR0IArs4c6QAACVpJREFUeF7t3U9SG0cUB+DuSWXhymbMCeRFqghJGfkGcILEJ4g5gZ0TBE4QbmBuYPsEcAPExlDZRCeA2cSp/JtOGhkHYmFAGiHN6GNlqzRP733Tu1/NvBiu+Sv7vbKov3iWYv1tDEU/hFRe912fEyBAgAABAgQIECBAgAABAgQIECBAgAABAgTuXyBWKdSDmIo3dfH362pwMhzXQxz34crjtR9DjC8EIPd/2/wiAQIECBAgQIAAAQIECBAgQIAAAQIECBAgMKFAirt18etONRhWlytcCUPy0yAxPXgVQ9yY8GdcRoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCYp8CwjvXm5adEroQhK+trhyGE/jw79NsECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgSkFhnV89+TiCZEPYcjo1Vhhe8riLidAgAABAgQIECBAgAABAgQIECBAgAABAgQIzF0ghXRwdnS8mRs5D0PK/mqvSMUvc+9MAwQIECBAgAABAgQIECBAgAABAgQIECBAgACBhgTevy7r4DwMWVlfexlCeNZQbWUIECBAgAABAgQIECBAgAABAgQIECBAgAABAnMXuHg65CIMyU+F9ObelQYIECBAgAABAgQIECBAgAABAgQIECBAgAABAg0K1PHdw1j2+2WR/jhrsK5SBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGFEKjjn09i+c3qRvFZsb8QHWmCAAECBAgQIECAAAECBAgQIECAAAECBAgQINCgQKzDViz7X/aL9Plhg3WVIkCAAAECBAgQIECAAAECBAgQIECAAAECBAgshEAd09NY9ld7RSryzhB/BAgQIECAAAECBAgQIECAAAECBAgQIECAAIFOCdSx3rxYoJ53hpSdms4wBAgQIECAAAECBAgQIECAAAECBAgQIECAwNILnC9Qzworj7/eDTE9X3oRAAQIECBAgAABAgQIECBAgAABAgQIECBAgEBnBFJIB2dHx6MnQ7wqqzP31SAECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAe4H8iqxqcHJwHobkP0+HOBsECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAhwT2To/ebuV5PoQh+T8P19cOYwj9Dg1qFAIECBAgQIAAAQIECBAgQIAAAQIECBAgQGAJBepYP6oGJ8OPwpD8uqyY4n4MsbeELkYmQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEuiAQw87p4O32xShXngzJH5b9tX6RwmEXZjUDAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsFwCKaTh2dHxo8tTfxSGjAKRr14UKf60XDymJUCAAAECBAgQIECAAAECBAgQIECAAAECBNouUMd6qxqc7N0YhuQvWKje9tutfwIECBAgQIAAAQIECBAgQIAAAQIECBAgsHQCH5am3yoMyV+yUH3pDomBCRAgQIAAAQIECBAgQIAAAQIECBAgQIBAawUuL02/dRhioXpr77fGCRAgQIAAAQIECBAgQIAAAQIECBAgQIDAcgn8b2n6rcOQ/EUL1ZfrrJiWAAECBAgQIECAAAECBAgQIECAAAECBAi0TWDc0vQ7hSGjQMRC9bbdeP0SIECAAAECBAgQIECAAAECBAgQIECAAIFlERi3NP3OYUi+wEL1ZTky5iRAgAABAgQIECBAgAABAgQIECBAgAABAq0SGLs0faIwJF9koXqrbr5mCRAgQIAAAQIECBAgQIAAAQIECBAgQIBA5wWuW5o+cRhioXrnz4wBCRAgQIAAAQIECBAgQIAAAQIECBAgQIBAewQ+sTR94jAkX2ihenvOgE4JECBAgAABAgQIECBAgAABAgQIECBAgEBXBW5amj5VGDIKRCxU7+rhMRcBAgQIECBAgAABAgQIECBAgAABAgQIEGiDwE1L06cOQ3IBC9XbcBT0SIAAAQIECBAgQIAAAQIECBAgQIAAAQIEOilw49L0RsKQXMRC9U4eIEMRIECAAAECBAgQIECAAAECBAgQIECAAIGFFrjN0vTGwhAL1Rf6LGiOAAECBAgQIECAAAECBAgQIECAAAECBAh0T+CWS9MbC0NyIQvVu3eOTESAAAECBAgQIECAAAECBAgQIECAAAECBBZR4C5L0xsNQ0aBiIXqi3go9ESAAAECBAgQIECAAAECBAgQIECAAAECBLokcJel6Y2HIbmghepdOk5mIUCAAAECBAgQIECAAAECBAgQIECAAAECCydwp6XpMwlDclEL1RfuYGiIAAECBAgQIECAAAECBAgQIECAAAECBAh0QuCuS9NnFoZYqN6J82QIAgQIECBAgAABAgQIECBAgAABAgQIECCwWAITLE2fWRiSC1uovljnQzcECBAgQIAAAQIECBAgQIAAAQIECBAgQKDNApMuTZ9pGDIKRCxUb/PB0jsBAgQIECBAgAABAgQIECBAgAABAgQIEFgUgUmXps88DMk/YKH6ohwTfRAgQIAAAQIECBAgQIAAAQIECBAgQIAAgdYKTLw0/V7CkPwjFqq39nBpnAABAgQIECBAgAABAgQIECBAgAABAgQIzFUgvx4rxbRZDU6G0zYSpy3wqestVJ+lrtoECBAgQIAAAQIECBAgQIAAAQIECBAgQKC7AnX862k1+Pl1ExPONAzJDb5fqL6f/9lEw2oQIECAAAECBAgQIECAAAECBAgQIECAAAECHReIYed08Ha7qSlnHoZcBCIxpVcxxF5TjatDgAABAgQIECBAgAABAgQIECBAgAABAgQIdFCg4SAkC91LGDIKRFZ7McV9gUgHD6aRCBAgQIAAAQIECBAgQIAAAQIECBAgQIDA9AJVHesfqsHJ3vSlrla4tzBkFIj0y6L+fTfE+H3Tg6hHgAABAgQIECBAgAABAgQIECBAgAABAgQItFMghXSQYtpqYln6OIF7DUMuGij7qxsxxZeeEmnnodQ1AQIECBAgQIAAAQIECBAgQIAAAQIECBBoSKAKMe2cDo53G6o3tsxcwpCroUjxPIbw3SyHVJsAAQIECBAgQIAAAQIECBAgQIAAAQIECBBYHIHRkyDhTQi/7VWDYTXrzuYahvwXivTKEB5sFHXYiLFYTyHlReuWrc/67qtPgAABAgQIECBAgAABAgQIECBAgAABAgRmLzBMIVT/PhgxqGM6CiG9ntXrsK4b5R9I3XfigNXdmQAAAABJRU5ErkJggg==' x='0' y='0' width='1603' height='50'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  content: "";
  z-index: -1;
}

.main-header__one--two .main-header__one-top .container {
  max-width: 1530px;
  width: 100%;
}

.main-header__one--two .main-header__one-top::before {
  display: none;
}

.main-header__one--two .main-header__one-bottom .container {
  max-width: 1650px;
  width: 100%;
}

.main-header__one--two .main-menu .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}

/*--------------------------------------------------------------
# Main Header Three
--------------------------------------------------------------*/
.main-header__one--three {
  position: relative;
  display: block;
  background: #f6f6f6;
  padding-bottom: 25px;
}

.main-header__one--three .main-header__one-top .container {
  max-width: 100%;
  width: 100%;
  padding: 0px 50px 0px;
}

.main-header__one--three .main-header__one-top::before {
  display: none;
}

.main-header__one--three .main-header__one-top {
  background: transparent;
}

.main-header__one-top-left-text {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__one-top-left-text .icon-box {
  position: relative;
  display: block;
}

.main-header__one-top-left-text .icon-box img {
  width: 100%;
}

.main-header__one-top-left-text .text-box {
  position: relative;
  display: block;
  margin-left: 5px;
  flex: 1;
}

.main-header__one-top-left-text .text-box p {
  color: var(--donatix-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--donatix-font-two);
}

.main-header__one--three .main-header__social-links-style1 .title-box h4 {
  color: var(--donatix-black);
}

.main-header__one--three .main-header__social-links-style1-list::before {
  background: #787f89;
}

.main-header__one--three .main-header__social-links-style1-list li a {
  color: var(--donatix-black);
}

.main-header__one--three .main-header__social-links-style1-list li a:hover {
  color: var(--donatix-base);
}


.main-header__one--three .main-header__one-bottom .container {
  max-width: 100%;
  width: 100%;
  padding: 0px 50px 0px;
}

.main-header__one--three .main-menu__wrapper-inner {
  background: var(--donatix-white);
  padding: 0px 25px 0px;
  border-radius: 110px;
}



/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stricky-header.main-menu {
  background-color: var(--donatix-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 45px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--donatix-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
  font-family: var(--donatix-font-two);
  letter-spacing: 0em;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--donatix-base);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--donatix-base);
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 59%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 17px;
  color: var(--donatix-black);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--donatix-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--donatix-white);
  min-width: 280px;
  padding: 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: var(--donatix-bdr-radius);
  border-bottom-right-radius: var(--donatix-bdr-radius);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--donatix-black-rgb), 0.10);
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--donatix-black-rgb), 1);
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-family: var(--donatix-font-two);
  text-transform: capitalize;
  padding: 16px 0px 16px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: rgba(var(--donatix-base-rgb), 1.0);
  padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--donatix-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--donatix-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--donatix-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 25px;
  color: var(--donatix-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--donatix-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--donatix-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 100;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--donatix-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--donatix-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--donatix-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--donatix-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--donatix-base);
  border: none;
  outline: none;
  color: #fff;
  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;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--donatix-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  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;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--donatix-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--donatix-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--donatix-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--donatix-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--donatix-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--donatix-base);
  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;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -25px;
  margin-bottom: -25px;
}

.home-showcase__inner {
  padding: 40px 42px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.home-showcase__image {
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.10);
  padding: 1px;
  border-radius: var(--donatix-bdr-radius);
}

.home-showcase__image>img {
  width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 800ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0.70;
  z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1.0;
  transform-origin: top center;
}

.home-showcase__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(100, #222222));
  background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: linear-gradient(to right, #222222 0%, #222222 100%);

  opacity: 1;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
  opacity: 0.90;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
  padding: 19px 20px 19px;
  width: 170px;
  justify-content: center;
  text-align: center;
  color: var(--donatix-white);
}

.home-showcase__buttons__item::before,
.home-showcase__buttons__item::after {
  background-color: var(--donatix-white);
}


.home-showcase__buttons__item:hover {
  color: var(--donatix-black);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: var(--donatix-black);
  margin-top: 18px;
  text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--donatix-white, #ffffff);
}

.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(var(--donatix-white-rgb), 0.02);
  z-index: -1;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--donatix-black-rgb), .10);
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 135px 0;
}

.main-menu-two__left {
  display: block;
}

.main-menu-two__logo {
  display: block;
  padding: 25px 0;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 18px 0;
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--donatix-base);
  border-radius: 50%;
  color: var(--donatix-white);
  font-size: 18px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
  background-color: var(--donatix-white);
  color: var(--donatix-base);
}

.main-menu-two__call-content {
  position: relative;
  display: block;
  top: 3px;
  margin-left: 10px;
}

.main-menu-two__call-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--donatix-white);
  line-height: 16px;
  font-family: var(--donatix-font-two);
  letter-spacing: 0.03em;
  text-transform: capitalize;
}

.main-menu-two__call-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 8px;
  font-family: var(--donatix-font);
}

.main-menu-two__call-number a {
  color: var(--donatix-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--donatix-white);
}

.main-menu-two__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--donatix-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--donatix-white);
}

.main-menu-two__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu-two__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--donatix-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--donatix-base);
  color: var(--donatix-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart:hover {
  color: var(--donatix-white);
}

.main-menu-two__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 11px;
  height: 45px;
  width: 45px;
  background-color: var(--donatix-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--donatix-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 22px;
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background-color: var(--donatix-white);
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  background-color: var(--donatix-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 22px;
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
}

.main-menu-two__btn-box .thm-btn {
  color: var(--donatix-white);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--donatix-white);
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--donatix-white);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--donatix-base);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--donatix-base);
}


.stricky-header.main-menu-two {
  background-color: var(--donatix-black);
}



/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--donatix-base);
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 7.5px 0px 7.5px;
  z-index: 1;
}

.main-menu-three__top-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background-color: var(--donatix-black);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
  z-index: -1;
}

.main-menu-three__top-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  right: -10000000px;
  background-color: var(--donatix-black);
  z-index: -1;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__top-menu li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  bottom: 6px;
  width: 1px;
  background-color: var(--donatix-white);
  transform: rotate(15deg);
}

.main-menu-three__top-menu li:first-child:before {
  display: none;
}

.main-menu-three__contact-list li+li {
  margin-left: 46px;
}

.main-menu-three__contact-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--donatix-white-rgb), .40);
}

.main-menu-three__contact-list li:first-child:before {
  display: none;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 16px;
  color: var(--donatix-white);
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  color: var(--donatix-white);
}

.main-menu-three__contact-list li .text p a {
  color: var(--donatix-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--donatix-black);
}

.main-menu-three__top-text {
  color: var(--donatix-white);
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border: 1px solid rgba(var(--donatix-white-rgb), .20);
  border-radius: 5px;
  font-size: 14px;
  color: var(--donatix-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: var(--donatix-base);
  border: 1px solid var(--donatix-white);
}

.main-menu-three__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--donatix-white);
  transform: scale(0.5);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu-three__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu-three__social a+a {
  margin-left: 10px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__left {
  position: relative;
  display: block;
}

.main-menu-three__logo {
  display: block;
  padding: 20px 0;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--donatix-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.main-menu-three__search:hover {
  color: var(--donatix-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
}

.main-menu-three__cart {
  position: relative;
  display: block;
}

.main-menu-three__cart a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--donatix-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__cart a:hover {
  color: var(--donatix-base);
}

.main-menu-three__cart-count {
  position: absolute;
  top: -16px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--donatix-base);
  color: var(--donatix-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__cart a:hover .main-menu-three__cart-count {
  color: var(--donatix-white);
}

.main-menu-three__nav-sidebar-icon {
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 11px;
  height: 45px;
  width: 45px;
  background-color: var(--donatix-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-three-one {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--donatix-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three-one {
  width: 22px;
}

.icon-dots-menu-three-two {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background-color: var(--donatix-white);
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-three-three {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  background-color: var(--donatix-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three-three {
  width: 22px;
}


.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--donatix-black);
}

.main-menu-three .main-menu__list>li.dropdown>a:after {
  color: var(--donatix-black);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--donatix-base);
}

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
  color: var(--donatix-base);
}


.stricky-header.main-menu-three {
  background-color: var(--donatix-white);
}



/* Fix feature box full blue */
.feature-one__single {
    background-color: #159ec2 !important;
    border-radius: 20px;
    overflow: hidden;
}

.feature-one__single-bg {
    display: none !important;
}


.col-xl-2-4 {
    width: 20%;
}

@media (max-width: 1199px) {
    .col-lg-2-4 {
        width: 20%;
    }
}

.site-footer--two,
.site-footer--two p,
.site-footer--two h1,
.site-footer--two h2,
.site-footer--two h3,
.site-footer--two h4,
.site-footer--two h5,
.site-footer--two h6,
.site-footer--two a,
.site-footer--two li {
    color: #000000 !important;
}

.main-header__one-top {
    background: linear-gradient(
        90deg,
        #9e1f64 0%,
        #9e1f64 50%,
        #f2b207 50%,
        #f2b207 100%
    ) !important;

    height: 14px;
    padding: 0 !important;
}

.main-header__one-top::before{
    display:none !important;
}




/*--------------------------------------------------------------
# for new structure 
--------------------------------------------------------------*/



/* =========================================
   WHY JOIN PMAK SECTION
========================================= */

.why-section{
    width:100%;
    
    background:#f4f2ed;
    overflow:hidden;
}

.why-section .container{
    max-width:1300px;
    margin:auto;
}

/* TITLE */

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h1{
    font-size:58px;
    line-height:1.1;
    font-weight:700;
    color:#6f747b;
}

.section-title h1 span{
    color:#a61b84;
}

.title-line{
    width:55px;
    height:14px;
    background:#efb41d;
    border-radius:30px;
    margin:16px auto 0;
}

/* TOP TEXT */

.top-text{
    max-width:1100px;
    margin:0 auto 90px;
    text-align:center;
}

.top-text p{
    font-size:28px;
    line-height:1.5;
    color:#111;
}

/* CONTENT ROW */

.content-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    margin-bottom:100px;
}

/* LEFT */

.left-content{
    width:50%;
}

.left-content h2{
    font-size:32px;
    line-height:1.15;
    color:#a61b84;
    margin-bottom:24px;
    font-weight:700;
}

.left-content p{
    font-size:24px;
    line-height:1.75;
    color:#222;
}

/* RIGHT */

.right-graphic{
    width:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.right-graphic > div{
    width:100%;
}

.right-graphic img{
    width:100%;
    max-width:700px;
    display:block;
}

/* =========================================
   STORY SECTION
========================================= */

.story-section{
    width:100%;
    padding:50px 7%;
    overflow:hidden;

    background:
    linear-gradient(
        rgba(164,20,130,0.92),
        rgba(164,20,130,0.92)
    ),
    url("../images/blog/bg.png");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* STORY WRAPPER */

.story-wrapper{
    max-width:1300px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* LEFT */

.story-content{
    width:55%;
}

.story-tag{
    display:inline-block;
    padding:8px 20px;

    border:1px solid #fff;
    border-radius:50px;

    color:#fff;
    font-size:13px;
    font-weight:500;

    margin-bottom:24px;
}

.story-title{
    font-size:32px;
    line-height:1.08;
    font-weight:700;

    color:#fff !important;

    margin-bottom:18px;
}

.story-line{
    width:48px;
    height:12px;

    background:#efb41d;
    border-radius:30px;

    margin-bottom:25px;
}

.story-content p{
    font-size:18px;
    line-height:1.65;

    color:#fff;

    margin-bottom:24px;
}

.story-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#f7e3a6;
    color:#111;

    padding:16px 28px;
    border-radius:12px;

    text-decoration:none;

    font-size:18px;
    font-weight:600;

    transition:0.3s ease;
}

.story-btn:hover{
    transform:translateY(-2px);
}

/* RIGHT */

.story-custom-image{
    width:40%;
    display:flex;
    justify-content:center;
}

.story-custom-image img{
    width:100%;
    max-width:650px;
    display:block;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    /* WHY SECTION */

    .section-title h1{
        font-size:44px;
    }

    .top-text p{
        font-size:22px;
    }

    .content-wrapper{
        flex-direction:column;
        gap:40px;
        margin-bottom:70px;
    }

    .left-content,
    .right-graphic{
        width:100%;
        text-align:center;
    }

    .left-content h2{
        font-size:40px;
    }

    .left-content p{
        font-size:19px;
    }

    .right-graphic img{
        max-width:420px;
    }

    /* STORY SECTION */

    .story-wrapper{
        flex-direction:column;
        text-align:center;
    }

    .story-content{
        width:100%;
    }

    .story-custom-image{
        width:100%;
    }

    .story-title{
        font-size:44px;
    }

    .story-line{
        margin:0 auto 25px;
    }

    .story-custom-image img{
        max-width:300px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .why-section,
    .story-section{
        padding:60px 20px;
    }

    /* WHY SECTION */

    .section-title{
        margin-bottom:30px;
    }

    .section-title h1{
        font-size:34px;
    }

    .top-text{
        margin-bottom:60px;
    }

    .top-text p{
        font-size:18px;
        line-height:1.7;
    }

    .content-wrapper{
        margin-bottom:60px;
    }

    .left-content h2{
        font-size:30px;
    }

    .left-content p{
        font-size:16px;
        line-height:1.7;
    }

    .right-graphic img{
        max-width:100%;
    }

    /* STORY SECTION */

    .story-title{
        font-size:54px;
        line-height:1.15;
    }

    .story-content p{
        font-size:16px;
        line-height:1.7;
    }

    .story-btn{
        font-size:16px;
        padding:14px 22px;
    }

    .story-custom-image img{
        max-width:240px;
    }
}


/* =========================================
   TESTIMONIAL SECTION
========================================= */

.testimonial-section{
    width:100%;
    padding:90px 7%;
    background:#f4f2ed;
    overflow:hidden;
    position:relative;
}

/* TITLE */

.testimonial-title-area{
    text-align:center;
    margin-bottom:70px;
}

.testimonial-title-area h2{
    font-size:52px;
    line-height:1.1;
    font-weight:700;
    color:#707780;
}

.testimonial-line{
    width:50px;
    height:14px;
    background:#efaf18;
    border-radius:30px;
    margin:18px auto 0;
}

/* SLIDER */

.testimonial-slider{
    max-width:1150px;
    margin:auto;
    overflow:hidden;
}

.testimonial-track{
    display:flex;
    transition:0.5s ease;
}

/* ITEM */

.testimonial-item{
    min-width:100%;
    display:flex;
    align-items:center;
    gap:45px;
}

/* IMAGE */

.testimonial-image{
    width:24%;
    flex-shrink:0;
}

.testimonial-image img{
    width:100%;
    height:420px;

    object-fit:cover;
    object-position:center top;

    border-radius:28px;
    display:block;
}

/* CONTENT */

.testimonial-content{
    width:72%;
    background:#f8f8f8;

    border-radius:50px;

    padding:50px 60px;

    position:relative;
}

/* TEXT */

.testimonial-text{
    font-size:24px;
    line-height:1.55;
    color:#6d747d;

    margin-bottom:28px;
}

/* NAME */

.testimonial-content h3{
    font-size:34px;
    line-height:1.2;
    font-weight:700;
    color:#111;

    margin-bottom:6px;
}

/* ROLE */

.testimonial-content span{
    font-size:22px;
    color:#666;
}

/* QUOTE */

.quote-icon{
    position:absolute;

    right:45px;
    bottom:25px;

    font-size:120px;
    line-height:1;

    color:#e2a600;
}

/* BUTTONS */

.testimonial-buttons{
    display:flex;
    justify-content:center;
    gap:15px;

    margin-top:40px;
}

.testimonial-btn{
    width:55px;
    height:55px;

    border:none;
    border-radius:50%;

    background:#a61b84;
    color:#fff;

    font-size:30px;
    cursor:pointer;

    transition:0.3s;
}

.testimonial-btn:hover{
    background:#e2a600;
}

/* TABLET */

@media(max-width:991px){

    .testimonial-title-area h2{
        font-size:46px;
    }

    .testimonial-item{
        flex-direction:column;
        text-align:center;
    }

    .testimonial-image{
        width:320px;
        max-width:100%;
    }

    .testimonial-content{
    width:76%;
    min-height:420px;

    background:#f8f8f8;
    border-radius:40px;

    padding:40px 45px;

    position:relative;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

    .testimonial-text{
        font-size:20px;
    }

    .testimonial-content h3{
        font-size:28px;
    }

    .testimonial-content span{
        font-size:18px;
    }

    .quote-icon{
        position:relative;
        right:auto;
        bottom:auto;

        margin-top:15px;

        font-size:80px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .testimonial-section{
        padding:60px 20px;
    }

    .testimonial-title-area{
        margin-bottom:45px;
    }

    .testimonial-title-area h2{
        font-size:34px;
    }

    .testimonial-item{
        gap:25px;
    }

    .testimonial-image{
        width:220px;
    }

    .testimonial-content{
        border-radius:30px;
        padding:28px 22px;
    }

    .testimonial-text{
        font-size:16px;
        line-height:1.8;
    }

    .testimonial-content h3{
        font-size:22px;
    }

    .testimonial-content span{
        font-size:15px;
    }

    .quote-icon{
        font-size:60px;
    }
}

/* =========================================
   CTA SECTION
========================================= */

.cta-section{
    width:100%;
    padding:90px 7%;
    overflow:hidden;
    position:relative;

    background-color:#f8e7ad;

    background-image:url("assets/images/blog/bg1.png");
    background-position:bottom center;
    background-repeat:no-repeat;
    background-size:cover;
}

/* CONTAINER */

.cta-container{
    max-width:1200px;
    margin:auto;

    text-align:center;
}

/* TITLE */

.cta-title{
    font-size:52px;
    line-height:1.1;
    font-weight:700;

    color:#ad1685;

    margin-bottom:18px;
}

/* LINE */

.cta-line{
    width:56px;
    height:14px;

    background:#efb118;
    border-radius:30px;

    margin:0 auto 40px;
}

/* TEXT */

.cta-text{
    max-width:1100px;
    margin:0 auto 55px;

    font-size:34px;
    line-height:1.5;
    color:#1e1e1e;
}

/* BUTTON */

.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    background:#b01386;
    color:#fff;

    text-decoration:none;

    padding:22px 42px;

    border-radius:60px;

    font-size:34px;
    font-weight:600;

    transition:0.3s ease;
}

.cta-btn:hover{
    transform:translateY(-2px);
}

/* ICON */

.cta-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    font-size:32px;
}

/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .cta-title{
        font-size:52px;
    }

    .cta-text{
        font-size:24px;
    }

    .cta-btn{
        font-size:24px;
        padding:18px 34px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .cta-section{
        padding:60px 20px;
    }

    .cta-title{
        font-size:36px;
        line-height:1.2;
    }

    .cta-line{
        margin-bottom:30px;
    }

    .cta-text{
        font-size:18px;
        line-height:1.7;

        margin-bottom:40px;
    }

    .cta-btn{
        width:100%;

        font-size:18px;

        padding:16px 20px;
    }

    .cta-icon{
        font-size:22px;
    }
}



/* =========================================
   FOOTER
========================================= */

.footer-section{
    width:100%;
    background:#efb20e;
    overflow:hidden;
}

/* CONTAINER */

.footer-container{
    max-width:1300px;
    margin:auto;
    padding:70px 7% 50px;
}

/* WRAPPER */

.footer-wrapper{
    display:flex;
    justify-content:space-between;
    gap:70px;
    flex-wrap:wrap;
}

/* =========================================
   LEFT
========================================= */

.footer-left{
    width:45%;
}

/* LOGO */

.footer-logo{
    font-size:96px;
    line-height:1;
    font-weight:800;
    color:#ad1685;

    letter-spacing:14px;

    margin-bottom:10px;
}

.footer-line{
    width:50px;
    height:14px;

    background:#ffffff;
    border-radius:30px;

    margin-bottom:30px;
}

/* ABOUT */

.footer-about{
    font-size:22px;
    line-height:1.6;
    color:#111;

    margin-bottom:45px;
}

/* ADDRESS */

.footer-address h3{
    font-size:32px;
    margin-bottom:15px;
    color:#111;
}

.footer-address p{
    font-size:22px;
    line-height:1.7;
    color:#111;
}

/* =========================================
   RIGHT
========================================= */
/* RIGHT */

.footer-right{
    width:45%;
}

/* LINKS AREA */

.footer-links{
    display:flex;
    align-items:flex-start;
    gap:90px;   /* MAIN SPACE BETWEEN 2 COLUMNS */

    margin-bottom:55px;
}

/* COLUMN */

.footer-column{
    min-width:260px;
}

.footer-column h3{
    font-size:42px;
    margin-bottom:30px;
    color:#111;
}

/* LIST */

.footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-column ul li{
    margin-bottom:28px;   /* SPACE BETWEEN LINKS */
}

.footer-column ul li:last-child{
    margin-bottom:0;
}

.footer-column ul li a{
    text-decoration:none;
    color:#111;

    font-size:24px;
    line-height:1.5;
}

/* CONTACT */

.footer-contact{
    margin-bottom:45px;
}

.footer-contact:last-child{
    margin-bottom:0;
}

.footer-contact h4{
    font-size:28px;
    margin-bottom:14px;
    color:#111;
}

.footer-contact p{
    font-size:22px;
    line-height:1.7;
    color:#111;
}
/* OFFICE HOURS */

.office-hours{
    margin-bottom:40px;
}

.office-hours h3{
    font-size:30px;
    margin-bottom:18px;
    color:#111;
}

.office-hours p{
    font-size:24px;
    line-height:1.7;
    color:#111;
}

/* SOCIAL */

.footer-social{
    display:flex;
    gap:20px;
}

.footer-social a{
    width:62px;
    height:62px;

    background:#0f9bd7;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    font-size:28px;

    transition:0.3s ease;
}

.footer-social a:hover{
    transform:translateY(-3px);
}

/* =========================================
   BOTTOM
========================================= */

.footer-bottom{
    background:#f6e5b0;
    text-align:center;

    padding:22px 20px;
}

.footer-bottom p{
    font-size:22px;
    color:#111;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .footer-left,
    .footer-right{
        width:100%;
    }

    .footer-links{
        flex-wrap:wrap;
    }

    .footer-logo{
        font-size:70px;
    }

    .footer-address h3,
    .office-hours h3{
        font-size:40px;
    }

    .footer-column h3{
        font-size:32px;
    }

    .footer-about,
    .footer-address p,
    .footer-column ul li a,
    .footer-contact p,
    .office-hours p{
        font-size:20px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .footer-container{
        padding:60px 20px 40px;
    }

    .footer-wrapper{
        gap:50px;
    }

    .footer-links{
        flex-direction:column;
        gap:35px;
    }

    .footer-logo{
        font-size:52px;
        letter-spacing:8px;
    }

    .footer-about{
        font-size:16px;
        line-height:1.8;
    }

    .footer-address h3,
    .office-hours h3{
        font-size:28px;
    }

    .footer-address p,
    .footer-column ul li a,
    .footer-contact p,
    .office-hours p{
        font-size:16px;
        line-height:1.8;
    }

    .footer-column h3{
        font-size:24px;
    }

    .footer-contact h4{
        font-size:20px;
    }

    .footer-social{
        flex-wrap:wrap;
    }

    .footer-social a{
        width:52px;
        height:52px;
        font-size:22px;
    }

    .footer-bottom p{
        font-size:14px;
        line-height:1.7;
    }
}


/* =========================================
   GLOBAL FONT
========================================= */

body{
    font-family: 'Maven Pro', sans-serif !important;
}

/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.story-title,
.cta-title,
.footer-logo,
.testimonial-title-area h2,
.left-content h2,
.office-hours h3,
.footer-column h3,
.pmak-menu li a,
.join-now-btn{
    font-family: 'Kanit', sans-serif !important;
}

/* BODY TEXT */

p,
span,
a,
li,
button,
input,
textarea{
    font-family: 'Maven Pro', sans-serif !important;
}

@media(max-width:767px){

    /* existing mobile css */

    .story-title{
        font-size:34px;
    }

    /* PASTE NEW CODE HERE */

    .content-wrapper{
        flex-direction:column-reverse;
        gap:35px;
        align-items:center;
        text-align:center;
    }

    .left-content,
    .right-graphic{
        width:100%;
    }

    .right-graphic{
        display:flex;
        justify-content:center;
    }

    .right-graphic img{
        width:100%;
        max-width:280px;
        margin:auto;
    }

    .left-content h2{
        font-size:34px;
        line-height:1.2;
    }

    .left-content p{
        font-size:18px;
        line-height:1.7;
    }

}




/* =========================================
   WHY SECTION MOBILE FIX
========================================= */

@media(max-width:767px){

    .why-section{
        padding:50px 0;
    }

    /* TITLE */

    .section-title h1{
        font-size:38px;
        line-height:1.2;
        text-align:center;
    }

    .top-text p{
        font-size:18px;
        line-height:1.7;
        text-align:center;
    }

    /* CONTENT WRAPPER */

    .content-wrapper{
        display:flex;
        flex-direction:column;
        align-items:center;

        gap:35px;

        text-align:center;
    }

    /* REVERSE SECOND SECTION */

    .content-wrapper:nth-child(even){
        flex-direction:column;
    }

    /* LEFT CONTENT */

    .left-content{
        width:100%;
    }

    .left-content h2{
        font-size:34px;
        line-height:1.2;

        margin-bottom:20px;
    }

    .left-content p{
        font-size:18px;
        line-height:1.8;

        max-width:100%;
    }

    /* IMAGE AREA */

    .right-graphic{
        width:100%;

        display:flex;
        justify-content:center;
        align-items:center;
    }

    /* REMOVE BOOTSTRAP WIDTH ISSUE */

    .right-graphic .col-xl-6,
    .right-graphic .col-lg-6,
    .right-graphic .col-md-6{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
    }

    /* IMAGE */

    .right-graphic img{
        width:100%;
        max-width:300px;

        display:block;
        margin:auto;
    }

    /* REMOVE HUGE BR SPACING */

    br{
        display:none;
    }

}



/* =========================================
   STORY SECTION MOBILE FIX
========================================= */

@media(max-width:767px){

    .story-section{
        padding:60px 20px;
    }

    .story-wrapper{
        display:flex;
        flex-direction:column-reverse;

        align-items:center;
        gap:40px;

        text-align:left;
    }

    /* CONTENT */

    .story-content{
        width:100%;
    }

    .story-tag{
        font-size:14px;
        padding:8px 18px;
    }

    .story-title{
        font-size:42px;
        line-height:1.15;

        margin-top:20px;
        margin-bottom:20px;

        word-break:normal;
    }

    .story-line{
        margin-bottom:28px;
    }

    .story-content p{
        font-size:20px;
        line-height:1.8;

        margin-bottom:28px;
    }

    /* IMAGE */

    .story-custom-image{
        width:100%;

        display:flex;
        justify-content:center;
        align-items:center;
    }

    .story-custom-image img{
        width:100%;
        max-width:240px;

        display:block;
        margin:auto;
    }

    /* BUTTON */

    .story-btn{
        display:inline-flex;

        font-size:18px;

        padding:16px 26px;

        border-radius:18px;
    }

}



/* =========================================
   TESTIMONIAL MOBILE FIX
========================================= */

@media(max-width:767px){

    .testimonial-section{
        padding:60px 20px;
    }

    /* TITLE */

    .testimonial-title-area{
        margin-bottom:40px;
    }

    .testimonial-title-area h2{
        font-size:34px;
        line-height:1.2;
        text-align:center;
    }

    .testimonial-line{
        margin:16px auto 0;
    }

    /* SLIDER */

    .testimonial-item{
        flex-direction:column;

        align-items:center;
        gap:25px;

        text-align:center;
    }

    /* IMAGE */

    .testimonial-image{
        width:100%;
        display:flex;
        justify-content:center;
    }

    .testimonial-image img{
        width:100%;
        max-width:220px;

        height:320px;

        object-fit:cover;
        object-position:center top;

        border-radius:30px;

        display:block;
    }

    /* CONTENT */

    .testimonial-content{
        width:100%;

        min-height:auto;

        padding:30px 22px;

        border-radius:30px;
    }

    /* TEXT */

    .testimonial-text{
        font-size:18px;
        line-height:1.9;

        margin-bottom:24px;
    }

    /* NAME */

    .testimonial-content h3{
        font-size:28px;
        line-height:1.3;

        margin-bottom:10px;
    }

    /* ROLE */

    .testimonial-content span{
        font-size:16px;
        line-height:1.7;

        display:block;
    }

    /* QUOTE */

    .quote-icon{
        position:relative;

        right:auto;
        bottom:auto;

        margin-top:18px;

        font-size:60px;
    }

    /* BUTTONS */

    .testimonial-buttons{
        margin-top:30px;
    }

    .testimonial-btn{
        width:45px;
        height:45px;

        font-size:24px;
    }

}


/* =========================================
   TESTIMONIAL MOBILE FIX
========================================= */

@media(max-width:767px){

    .testimonial-section{
        padding:60px 20px;
    }

    /* TITLE */

    .testimonial-title-area{
        margin-bottom:40px;
    }

    .testimonial-title-area h2{
        font-size:34px;
        line-height:1.2;
        text-align:center;
    }

    .testimonial-line{
        margin:16px auto 0;
    }

    /* SLIDER */

    .testimonial-item{
        flex-direction:column;

        align-items:center;
        gap:25px;

        text-align:center;
    }

    /* IMAGE */

    .testimonial-image{
        width:100%;
        display:flex;
        justify-content:center;
    }

    .testimonial-image img{
        width:100%;
        max-width:220px;

        height:320px;

        object-fit:cover;
        object-position:center top;

        border-radius:30px;

        display:block;
    }

    /* CONTENT */

    .testimonial-content{
        width:100%;

        min-height:auto;

        padding:30px 22px;

        border-radius:30px;
    }

    /* TEXT */

    .testimonial-text{
        font-size:18px;
        line-height:1.9;

        margin-bottom:24px;
    }

    /* NAME */

    .testimonial-content h3{
        font-size:28px;
        line-height:1.3;

        margin-bottom:10px;
    }

    /* ROLE */

    .testimonial-content span{
        font-size:16px;
        line-height:1.7;

        display:block;
    }

    /* QUOTE */

    .quote-icon{
        position:relative;

        right:auto;
        bottom:auto;

        margin-top:18px;

        font-size:60px;
    }

    /* BUTTONS */

    .testimonial-buttons{
        margin-top:30px;
    }

    .testimonial-btn{
        width:45px;
        height:45px;

        font-size:24px;
    }

}/* =========================================
   TESTIMONIAL MOBILE FIX
========================================= */

@media(max-width:767px){

    .testimonial-section{
        padding:60px 20px;
    }

    /* TITLE */

    .testimonial-title-area{
        margin-bottom:40px;
    }

    .testimonial-title-area h2{
        font-size:34px;
        line-height:1.2;
        text-align:center;
    }

    .testimonial-line{
        margin:16px auto 0;
    }

    /* SLIDER */

    .testimonial-item{
        flex-direction:column;

        align-items:center;
        gap:25px;

        text-align:center;
    }

    /* IMAGE */

    .testimonial-image{
        width:100%;
        display:flex;
        justify-content:center;
    }

    .testimonial-image img{
        width:100%;
        max-width:220px;

        height:320px;

        object-fit:cover;
        object-position:center top;

        border-radius:30px;

        display:block;
    }

    /* CONTENT */

    .testimonial-content{
        width:100%;

        min-height:auto;

        padding:30px 22px;

        border-radius:30px;
    }

    /* TEXT */

    .testimonial-text{
        font-size:18px;
        line-height:1.9;

        margin-bottom:24px;
    }

    /* NAME */

    .testimonial-content h3{
        font-size:28px;
        line-height:1.3;

        margin-bottom:10px;
    }

    /* ROLE */

    .testimonial-content span{
        font-size:16px;
        line-height:1.7;

        display:block;
    }

    /* QUOTE */

    .quote-icon{
        position:relative;

        right:auto;
        bottom:auto;

        margin-top:18px;

        font-size:60px;
    }

    /* BUTTONS */

    .testimonial-buttons{
        margin-top:30px;
    }

    .testimonial-btn{
        width:45px;
        height:45px;

        font-size:24px;
    }

}
.why-section{
    background: linear-gradient(
        to bottom,
        #FFFCF2 0%,
        #FFF6DA 45%,
        #FFEDB3 100%
    );
}


/* =========================================
   VISION & MISSION SECTION
========================================= */

.pmak-vision-section{
    width:100%;
    padding:90px 20px;
    background:#f4f2ed;
    overflow:hidden;
}

.pmak-vision-container{
    max-width:1200px;
    margin:0 auto;
    position:relative;
}

/* =========================================
   VISION BOX
========================================= */

.pmak-vision-box{
    background:#a31685;
    border-radius:45px;
    padding:45px 55px;
    position:relative;
    color:#fff;
    margin-bottom:70px;
}

.pmak-vision-box::before{
    content:"";
    position:absolute;
    top:-45px;
    left:-45px;
    width:140px;
    height:80px;
    border-top:12px solid #e4a400;
    border-left:12px solid #e4a400;
    border-radius:50px 0 0 0;
}

.pmak-vision-box::after{
    content:"";
    position:absolute;
    right:-45px;
    bottom:-45px;
    width:140px;
    height:80px;
    border-right:12px solid #e4a400;
    border-bottom:12px solid #e4a400;
    border-radius:0 0 50px 0;
}

/* TITLE */

.pmak-vision-title{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#fff;
    padding:10px 18px;
    font-size:42px;
    font-weight:700;
    color:#5b5b5b;
    margin-bottom:28px;
    font-family:'Kanit', sans-serif;
}

.pmak-vision-title span{
    color:#e4a400;
}

.pmak-vision-title i{
    color:#fff;
    background:#a31685;
    padding:10px;
    border-radius:50%;
    font-size:26px;
}

/* TEXT */

.pmak-vision-box p{
    font-size:28px;
    line-height:1.45;
    color:#fff;
    font-family:'Maven Pro', sans-serif;
    margin:0;
}

/* =========================================
   MISSION ROW
========================================= */

.pmak-mission-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}

/* MISSION BOX */

.pmak-mission-box{
    background:#ece9e3;
    border-radius:40px;
    padding:45px;
    flex:1;
    position:relative;
}

.pmak-mission-box::before{
    content:"";
    position:absolute;
    left:-40px;
    top:-40px;
    width:110px;
    height:110px;
    border-top:10px solid #e4a400;
    border-left:10px solid #e4a400;
    border-radius:50px 0 0 0;
}

/* TITLE */

.pmak-mission-title{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#a31685;
    color:#fff;
    padding:10px 18px;
    font-size:38px;
    font-weight:700;
    margin-bottom:30px;
    font-family:'Kanit', sans-serif;
}

.pmak-mission-title span{
    color:#ffd54d;
}

.pmak-mission-title i{
    font-size:26px;
}

/* LIST */

.pmak-mission-box ul{
    margin:0;
    padding:0;
    list-style:none;
}

.pmak-mission-box ul li{
    position:relative;
    padding-left:38px;
    margin-bottom:18px;
    font-size:26px;
    color:#222;
    line-height:1.5;
    font-family:'Maven Pro', sans-serif;
}

.pmak-mission-box ul li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#a31685;
    font-weight:700;
}

/* IMAGE */

.pmak-mission-image{
    width:380px;
    flex-shrink:0;
}

.pmak-mission-image img{
    width:100%;
    border-radius:35px;
    display:block;
}

/* BOTTOM LINE */

.pmak-bottom-line{
    width:100%;
    height:2px;
    background:#9f9f9f;
    margin-top:70px;
}

/* =========================================
   TABLET
========================================= */

@media only screen and (max-width:991px){

    .pmak-vision-title{
        font-size:34px;
    }

    .pmak-vision-box p{
        font-size:22px;
    }

    .pmak-mission-row{
        flex-direction:column;
    }

    .pmak-mission-image{
        width:100%;
        max-width:420px;
    }

    .pmak-mission-box ul li{
        font-size:22px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media only screen and (max-width:767px){

    .pmak-vision-section{
        padding:60px 20px;
    }

    .pmak-vision-box{
        padding:30px 25px;
        border-radius:30px;
        margin-bottom:50px;
    }

    .pmak-vision-box::before,
    .pmak-vision-box::after,
    .pmak-mission-box::before{
        display:none;
    }

    .pmak-vision-title{
        font-size:26px;
        padding:8px 14px;
        margin-bottom:20px;
    }

    .pmak-vision-title i{
        font-size:18px;
        padding:8px;
    }

    .pmak-vision-box p{
        font-size:17px;
        line-height:1.7;
        text-align:left;
    }

    .pmak-mission-box{
        padding:28px 22px;
        border-radius:28px;
    }

    .pmak-mission-title{
        font-size:24px;
        padding:8px 14px;
        margin-bottom:22px;
    }

    .pmak-mission-box ul li{
        font-size:17px;
        line-height:1.6;
        padding-left:30px;
        margin-bottom:14px;
    }

    .pmak-mission-image{
        width:100%;
    }

    .pmak-bottom-line{
        margin-top:50px;
    }
html,
body{
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden;
}

.footer-section{
    margin:0 !important;
}

.footer-bottom{
    margin-bottom:0 !important;
}
	
	
	.mobile-break{
    display:block;
    height:10px;
}
	
	.mobile-break{
    display:block;
    height:10px;
}









@media only screen and (max-width: 767px) {

    .main-menu__wrapper-inner{
        position: relative;
    }

    .mobile-nav__toggler{
        position: absolute;
        right: 15px;
        left: auto !important;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
        font-size: 30px;
    }

    .main-header__one-bottom-left .logo-box img{
        max-width: 240px;
    }

    .main-header__one-bottom-right{
        display: none;
    }

	
		}

/* ===================================
   COMMITTEE SECTION
=================================== */

.committee-section{
    padding:80px 20px;
    background:#f5f4ef;
}

.committee-box{
    max-width:900px;
    margin:0 auto;
    border:5px solid #e0a300;
    border-radius:40px;
    padding:15px;
}

.committee-inner{
    background:#f5e6ad;
    border-radius:30px;
    padding:50px;
}

.committee-inner h2{
    text-align:center;
    color:#a51d86;
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.committee-line{
    width:60px;
    height:10px;
    background:#f2b207;
    border-radius:20px;
    margin:0 auto 30px;
}

.committee-desc{
    max-width:700px;
    margin:0 auto 50px;
    text-align:justify;
    font-size:20px;
    line-height:1.8;
    color:#333;
}

.committee-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:50px 80px;
    justify-items:center;
}

.member-card{
    text-align:center;
}

.member-card h4{
    color:#6e7680;
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.member-card img{
    width:180px;
    height:220px;
    object-fit:cover;
    display:block;
    margin:0 auto;
    background:#fff;
}

.member-card h5{
    margin-top:12px;
    font-size:20px;
    color:#000;
}

.flower-box{
    display:flex;
    align-items:center;
    justify-content:center;
}

.flower-box img{
    width:220px;
    height:auto;
}

/* ==========================
   MOBILE RESPONSIVE
========================== */

@media only screen and (max-width:767px){

    .committee-box{
        border-width:3px;
        border-radius:25px;
        padding:10px;
    }

    .committee-inner{
        padding:25px;
        border-radius:20px;
    }

    .committee-inner h2{
        font-size:28px;
    }

    .committee-desc{
        font-size:16px;
        line-height:1.7;
        margin-bottom:30px;
    }

    .committee-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .member-card h4{
        font-size:22px;
    }

    .member-card img{
        width:150px;
        height:190px;
    }

    .member-card h5{
        font-size:18px;
    }
}
	/* =========================================
   MESSAGE FROM PRESIDENT
========================================= */

.president-message{
    padding:80px 0;
    background:#f7f6f3;
}

.message-box{
    max-width:1000px;
    margin:0 auto;
    position:relative;
    padding-bottom:120px;
}

/* TITLE */

.message-title{
    font-size:58px;
    font-weight:800;
    color:#6f7787;
    text-align:center;
    margin-bottom:10px;
}

.message-title span{
    color:#A51A87;
}



/* CONTENT */

.message-content{
    max-width:900px;
    margin:0 auto;
}

.message-content p{
    font-size:22px;
    line-height:1.8;
    color:#111;
    text-align:justify;
    margin-bottom:30px;
}

/* SIGNATURE */

.signature-area{
    margin-top:70px;
}

.signature-area h4{
    font-size:34px;
    font-weight:700;
    color:#111;
    margin-bottom:5px;
}

.signature-area h4 span{
    color:#E6A600;
}

.signature-area p{
    font-size:24px;
    color:#111;
    margin:0;
}

/* LARGE QUOTE */

.message-box::after{
    content:"❞";
    position:absolute;
    right:20px;
    bottom:-20px;
    font-size:260px;
    line-height:1;
    color:rgba(255,255,255,0.95);
    text-shadow:0 5px 15px rgba(0,0,0,0.12);
    pointer-events:none;
    z-index:1;
}

.message-content,
.signature-area{
    position:relative;
    z-index:2;
}

/* =========================================
   TABLET
========================================= */

@media (max-width:991px){

    .president-message{
        padding:60px 20px;
    }

    .message-title{
        font-size:46px;
    }

    .message-content p{
        font-size:19px;
        line-height:1.8;
    }

    .signature-area h4{
        font-size:28px;
    }

    .signature-area p{
        font-size:20px;
    }

    .message-box::after{
        font-size:190px;
        right:20px;
        bottom:10px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:767px){

    .president-message{
        padding:50px 15px;
    }

    .message-box{
        padding-bottom:80px;
    }

    .message-title{
        font-size:34px;
        line-height:1.3;
    }

    .title-bar{
        margin-bottom:35px;
    }

    .message-content p{
        font-size:16px;
        line-height:1.9;
        text-align:left;
        margin-bottom:25px;
    }

    .signature-area{
        margin-top:40px;
    }

    .signature-area h4{
        font-size:22px;
    }

    .signature-area p{
        font-size:16px;
    }

    .message-box::after{
        font-size:120px;
        right:10px;
        bottom:10px;
        opacity:0.9;
    }
}
	
	/* =========================================
   RECOGNIZED ACHIEVEMENTS
========================================= */

.achievement-section{
    background:#f7f6f3;
    padding:80px 0;
}

.achievement-box{
    max-width:1100px;
    margin:auto;
}

.section-title{
    margin-bottom:50px;
}

.section-title h1{
    font-size:58px;
    font-weight:800;
    color:#A51A87;
    margin-bottom:15px;
}

.title-line{
    width:65px;
    height:12px;
    background:#E7A800;
    border-radius:30px;
    margin:auto;
}

/* CONTENT */

.achievement-content{
    margin-bottom:40px;
}

.achievement-text{
    font-size:26px;
    line-height:1.7;
    color:#111;
    text-align:justify;
    margin:0;
}

.achievement-image{
    max-width:100%;
    width:420px;
}

/* REG BOX */

.reg-box{
    background:#F5D48A;
    text-align:center;
    padding:20px;
    margin-top:20px;
}

.reg-box h3{
    font-size:34px;
    font-weight:100;
    color:#111;
    margin-bottom:8px;
}

.reg-box p{
    margin:0;
    font-size:22px;
    color:#111;
    font-weight:500;
}

.reg-box span{
    margin:0 12px;
}

/* ==========================
   TABLET
========================== */

@media (max-width:991px){

    .section-title h1{
        font-size:42px;
    }

    .achievement-text{
        font-size:20px;
        margin-bottom:30px;
    }

    .achievement-image{
        width:320px;
    }

    .reg-box h3{
        font-size:26px;
    }

    .reg-box p{
        font-size:18px;
    }
}

/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

    .achievement-section{
        padding:50px 15px;
    }

    .section-title h1{
        font-size:32px;
        line-height:1.3;
    }

    .achievement-text{
        font-size:16px;
        line-height:1.9;
        text-align:left;
    }

    .achievement-image{
        width:250px;
        margin-top:15px;
    }

    .reg-box{
        padding:15px;
    }

    .reg-box h3{
        font-size:20px;
        line-height:1.4;
    }

    .reg-box p{
        font-size:14px;
        line-height:1.6;
    }

    .reg-box span{
        display:block;
        margin:5px 0;
    }
}
}


/* ==========================================
   ACTIVE BRANCHES
========================================== */

.branches-section{
    padding:80px 0;
    background:linear-gradient(
        to bottom,
        #f5f5f5 0%,
        #f5f5f5 20%,
        #b0188f 20%,
        #fffbcc 100%
    );
}

.branch-card{
    background:#fff;
    max-width:950px;
    margin:auto;
    border-radius:35px;
    padding:50px;
    box-shadow:0 0 25px rgba(0,0,0,.15);
}

.branch-title{
    font-size:58px;
    font-weight:800;
    color:#6f7787;
    line-height:1.1;
    margin-bottom:25px;
}

.branch-title span{
    color:#A51A87;
}

.branch-intro{
    max-width:700px;
    margin:0 auto 50px;
    text-align:justify;
    font-size:22px;
    line-height:1.8;
}

/* BRANCH TABLE */

.branch-table-box{
    margin-top:50px;
}

.branch-label{
    width:380px;
    max-width:100%;
    margin:0 auto 15px;
    background:#b11b8e;
    color:#fff;
    font-weight:700;
    font-size:32px;
    text-align:center;
    padding:10px;
    border-radius:50px;
    border:4px solid #f0b300;
}

.branch-table-box h4{
    text-align:center;
    color:#A51A87;
    font-weight:700;
    margin-bottom:20px;
}

.branch-table{
    background:#fff;
}

.branch-table td{
    text-align:center;
    border:1px solid #777;
    padding:12px;
    font-size:18px;
}

/* EXECUTIVE SECTION */

.executive-section{
    margin-top:80px;
    text-align:center;
}

.executive-section h2{
    font-size:55px;
    font-weight:800;
    color:#6f7787;
}

.executive-section h2 span{
    color:#A51A87;
}

.executive-section h5{
    margin-bottom:35px;
}

.executive-img{
    border-radius:25px;
    width:100%;
    max-width:900px;
    margin-bottom:35px;
}

.executive-section p{
    text-align:justify;
    max-width:900px;
    margin:auto;
    font-size:22px;
    line-height:1.8;
}

/* ==========================================
   TABLET
========================================== */

@media(max-width:991px){

    .branch-card{
        padding:35px;
    }

    .branch-title{
        font-size:42px;
    }

    .branch-intro{
        font-size:18px;
    }

    .branch-label{
        font-size:24px;
        width:320px;
    }

    .executive-section h2{
        font-size:40px;
    }

    .executive-section p{
        font-size:18px;
    }
}

/* =========================
   MOBILE FULL WIDTH SLIDER
========================= */

@media (max-width:767px){

    .main-slider{
        margin:0 !important;
        padding:0 !important;
    }

    .main-slider-one__single{
        padding:0 !important;
        min-height:auto !important;
        height:auto !important;
    }

  /* =====================================================
   PAGE HEADER
===================================================== */

.page-header{
    position:relative;
    width:100%;
    height:700px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

.page-header__bg{
    position:absolute;
    inset:0;

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    z-index:1;
}

.page-header .container{
    position:relative;
    z-index:2;
}

.page-header__inner{
    text-align:center;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width:991px){

    .page-header{
        height:420px;
    }

}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width:767px){

    .page-header{
        height:230px !important;
        min-height:230px !important;
        margin-top:95px;
    }

    .page-header__bg{
        background-size:cover !important;
        background-position:center center !important;
    }

    .page-header__inner{
        display:none;
    }

}

	}

.central-leaders-section{
    padding:80px 0;
   
}

.leaders-box{
    background:#f5e7b3;
   
    border-radius:45px;
    padding:50px;
    position:relative;
    max-width:1200px;
    margin:auto;
}

.leaders-box:before{
    content:"";
    position:absolute;
    top:12px;
    left:12px;
    right:12px;
    bottom:12px;
    border:5px solid #e5a600;
    border-radius:35px;
    pointer-events:none;
}

.leaders-header{
    text-align:center;
    margin-bottom:25px;
}

.leaders-header h2{
    color:#a61b87;
    font-size:56px;
    font-weight:800;
    margin-bottom:10px;
}

.leaders-line{
    width:70px;
    height:14px;
    background:#e5a600;
    border-radius:30px;
    margin:auto;
}

.leaders-content{
    max-width:800px;
    margin:0 auto 50px;
    padding:0 30px;
}

.leaders-content p{
    font-size:18px;
    line-height:1.8;
    text-align:justify;
    color:#222;
    margin:0;
}
/* FIRST ROW */
.leaders-row-3{
    display:flex;
    justify-content:center;
    gap:50px;
    margin-bottom:60px;
}

/* SECOND ROW */
.leaders-row-2{
    display:flex;
    justify-content:center;
    gap:90px;
}

.leader-item{
    text-align:center;
}

.leader-item h4{
    color:#a61b87;
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.leader-item img{
    width:260px;
    height:300px;
    object-fit:cover;
    background:#fff;
}

.leader-item h5{
    font-size:22px;
    font-weight:600;
    margin-top:12px;
    color:#000;
}

/* MOBILE */
@media (max-width:767px){

    .leaders-box{
        padding:30px 15px;
    }

    .leaders-box:before{
        border-radius:18px;
    }

    .leaders-header h2{
        font-size:34px;
    }

   .leaders-content{
        padding:0 15px;
        margin-bottom:35px;
    }

    .leaders-content p{
        font-size:15px;
        line-height:1.9;
    }

    .leaders-row-3,
    .leaders-row-2{
        flex-direction:column;
        gap:30px;
        margin-bottom:30px;
    }

    .leader-item img{
        width:180px;
        height:220px;
    }

    .leader-item h4{
        font-size:24px;
    }

    .leader-item h5{
        font-size:18px;
    }
}

/* CONTACT TABLE */

.committee-contact-section{
    max-width:1000px;
    margin:50px auto 0;
    text-align:center;
}

.committee-contact-title{
    display:inline-block;
    background:#b3198d;
    color:#fff;
    font-size:34px;
	
    font-weight:800;
    padding:12px 50px;
    border:4px solid #f2b300;
    border-radius:40px;
    margin-bottom:25px;
    line-height:1.2;
}

.committee-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.committee-table td{
    border:1px solid #555;
    padding:18px;
    font-size:26px;
    color:#222;
    text-align:center;
}

/* MOBILE */

@media(max-width:767px){

    .committee-contact-section{
        margin-top:35px;
    }

    .committee-contact-title{
        font-size:20px;
        padding:10px 20px;
        width:95%;
    }

    .committee-table td{
        font-size:15px;
        padding:10px 8px;
    }
}

/* =====================================
   UPCOMING EVENTS
===================================== */

.upcoming-events-section{
    background:#FFF4C9;
    padding:80px 0;
}

.events-heading{
    margin-bottom:40px;
}

.events-heading h2{
    font-size:70px;
    font-weight:800;
    color:#727B86;
    margin-bottom:10px;
}

.events-heading h2 span{
    color:#A51A87;
}

.events-line{
    width:85px;
    height:18px;
    background:#F2B000;
    border-radius:50px;
    margin:0 auto 25px;
}

.events-subtitle{
    font-size:26px;
    color:#333;
    margin-bottom:10px;
}

.events-title{
    font-size:58px;
    font-weight:800;
    color:#727B86;
    margin-bottom:0;
}

.events-title span{
    color:#A51A87;
}

.events-title sup{
    font-size:40%;
}

/* IMAGE BOX */

.event-image-box{
    background:#efaf13;
    border-radius:35px;
    padding:35px;
    text-align:center;
}

.event-image-box img{
    width:100%;
    max-width:420px;
    height:auto;
}

/* CONTENT */

.events-content{
    max-width:1100px;
    margin:0 auto 40px;
}

.events-content p{
    font-size:28px;
    line-height:1.65;
    text-align:justify;
    color:#222;
}

/* BUTTON */

.ticket-btn-wrap{
    text-align:left;
}

.ticket-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    background:#A51A87;
    color:#fff;
    padding:18px 40px;
    border-radius:60px;
    text-decoration:none;
    font-size:34px;
    font-weight:700;
    transition:.3s;
}

.ticket-btn:hover{
    color:#fff;
    background:#8b1573;
}

.ticket-btn span{
    font-size:38px;
}

/* TABLET */

@media(max-width:991px){

    .events-heading h2{
        font-size:48px;
    }

    .events-title{
        font-size:42px;
    }

    .events-subtitle{
        font-size:20px;
    }

    .events-content p{
        font-size:20px;
    }

    .ticket-btn{
        font-size:24px;
        padding:15px 30px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .upcoming-events-section{
        padding:50px 15px;
    }

    .events-heading h2{
        font-size:36px;
    }

    .events-title{
        font-size:30px;
        line-height:1.4;
    }

    .events-subtitle{
        font-size:16px;
        padding:0 10px;
    }

    .events-line{
        width:55px;
        height:10px;
    }

    .event-image-box{
        padding:20px;
        border-radius:25px;
    }

    .events-content p{
        font-size:17px;
        line-height:1.9;
    }

    .ticket-btn-wrap{
        text-align:center;
    }

    .ticket-btn{
        width:100%;
        justify-content:center;
        font-size:20px;
        padding:14px 20px;
    }

    .ticket-btn span{
        font-size:22px;
    }
}

/* ==============================
   CHARITY & SOCIAL INITIATIVES
================================ */

.charity-social-section{
    background:#ffffff;
    padding:80px 0;
}

.section-heading h2{
    font-size:62px;
    font-weight:800;
    color:#7d7d7d;
}

.section-heading h2 span{
    color:#A61A87;
}

.heading-line{
    width:70px;
    height:14px;
    border-radius:30px;
    background:#E7AB00;
    margin:15px auto 50px;
}

/* CARDS */

.initiative-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:50px;
}

.initiative-card{
    padding:30px;
    border-radius:30px;
}

.white-card{
    background:#f7f6f3;
}

.cream-card{
    background:#fff3c3;
}

.initiative-header{
    display:flex;
    gap:18px;
    margin-bottom:25px;
}

.initiative-header img{
    width:60px;
    height:60px;
    object-fit:contain;
}

.initiative-header h3{
    font-size:22px;
    font-weight:700;
    color:#A61A87;
    margin-bottom:5px;
}

.initiative-header h5{
    font-size:16px;
    color:#A61A87;
}

.initiative-card p{
    font-size:16px;
    line-height:1.7;
    color:#333;
    text-align:justify;
}

/* IMAGE GRID */

.charity-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.gallery-img{
    overflow:hidden;
}

.gallery-img img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

/* EXACT SHAPES */

.img-1,
.img-4{
    border-radius:22px 22px 22px 22px;
}

.img-2,
.img-5{
    border-radius:40px 10px 40px 10px;
}

.img-3,
.img-6{
    border-radius:22px;
}

/* MOBILE */

@media(max-width:767px){

    .section-heading h2{
        font-size:34px;
    }

    .initiative-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .initiative-card{
        padding:20px;
    }

    .initiative-header{
        flex-direction:column;
        text-align:center;
    }

    .initiative-header img{
        margin:auto;
    }

    .charity-gallery{
        grid-template-columns:1fr;
    }

    .gallery-img img{
        height:220px;
    }
}

/* =====================================
   CHINGANILAVU ONAM CELEBRATION
===================================== */

.onam-celebration-section{
    padding:90px 0;
    background:linear-gradient(
        to bottom,
        #f5efc7 0%,
        #f5efc7 60%,
        #c47aa5 85%,
        #a11f8e 100%
    );
}

.section-heading{
    margin-bottom:40px;
}

.section-heading h2{
    font-size:62px;
    font-weight:800;
    line-height:1.1;
    margin:0;
}

.blue-text{
    color:#0ea5d9;
}

.pink-text{
    color:#b21686;
}

.onam-content{
    max-width:1100px;
    margin:0 auto 50px;
}

.onam-content p{
    font-size:20px;
    line-height:1.65;
    color:#222;
    margin-bottom:20px;
    text-align:justify;
}

/* IMAGE GALLERY */

.event-gallery{
    margin-top:20px;
}

.event-img{
    overflow:hidden;
    height:260px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.event-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* TOP ROW SHAPES */

.left-shape{
    border-radius:40px 120px 40px 40px;
}

.center-shape{
    border-radius:60px 30px 60px 30px;
}

.right-shape{
    border-radius:40px 40px 120px 40px;
}

/* BOTTOM ROW SHAPES */

.event-gallery .col-lg-4:nth-child(4) .event-img{
    border-radius:40px 120px 40px 40px;
}

.event-gallery .col-lg-4:nth-child(5) .event-img{
    border-radius:30px 60px 30px 60px;
}

.event-gallery .col-lg-4:nth-child(6) .event-img{
    border-radius:40px 40px 120px 40px;
}

/* TABLET */

@media (max-width:991px){

    .section-heading h2{
        font-size:46px;
    }

    .onam-content p{
        font-size:18px;
    }

    .event-img{
        height:220px;
    }
}

/* MOBILE */

@media (max-width:767px){

    .onam-celebration-section{
        padding:60px 0;
        background:linear-gradient(
            to bottom,
            #f5efc7 0%,
            #f5efc7 55%,
            #cf8eb3 82%,
            #a11f8e 100%
        );
    }

    .section-heading h2{
        font-size:34px;
    }

    .onam-content{
        padding:0 10px;
        margin-bottom:35px;
    }

    .onam-content p{
        font-size:16px;
        line-height:1.8;
        text-align:left;
    }

    .event-img{
        height:220px;
        border-radius:25px !important;
    }
}
/* ====================================
   XMAS & OUTINGS SECTION
==================================== */

.xmas-outing-section{
    padding:100px 0;
    background:#ffffff;
}

.custom-box{
    position:relative;
    padding:70px 55px;
    height:100%;
}

/* LEFT SHAPE */

.left-box::before{
    content:"";
    position:absolute;
    top:0;
    right:40px;
    width:320px;
    height:120px;

    border-top:12px solid #f4b000;
    border-right:12px solid #f4b000;

    border-top-right-radius:120px;
}

.left-box::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:320px;
    height:180px;

    border-left:12px solid #b11688;
    border-bottom:12px solid #b11688;

    border-bottom-left-radius:120px;
}

/* RIGHT SHAPE */

.right-box::before{
    content:"";
    position:absolute;
    top:0;
    left:0;

    width:320px;
    height:120px;

    border-top:12px solid #b11688;
    border-left:12px solid #b11688;

    border-top-left-radius:120px;
}

.right-box::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;

    width:320px;
    height:180px;

    border-right:12px solid #f4b000;
    border-bottom:12px solid #f4b000;

    border-bottom-right-radius:120px;
}

/* TITLES */

.custom-box h2{
    font-size:62px;
    font-weight:800;
    line-height:1.05;
    margin-bottom:35px;
}

.blue{
    color:#0aa4da;
}

.pink{
    color:#b11688;
}

/* CONTENT */

.custom-box p{
    font-size:22px;
    line-height:1.55;
    color:#222;
    text-align:justify;
    margin-bottom:15px;
}

/* TABLET */

@media(max-width:991px){

    .custom-box{
        padding:60px 40px;
    }

    .custom-box h2{
        font-size:48px;
    }

    .custom-box p{
        font-size:19px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .xmas-outing-section{
        padding:60px 0;
    }

    .custom-box{
        padding:40px 25px;
    }

    .custom-box h2{
        font-size:34px;
        text-align:center;
        margin-bottom:25px;
    }

    .custom-box p{
        font-size:16px;
        line-height:1.8;
        text-align:left;
    }

    /* Smaller Corner Shapes */

    .left-box::before,
    .right-box::before{
        width:140px;
        height:70px;
        border-width:8px;
    }

    .left-box::after,
    .right-box::after{
        width:140px;
        height:90px;
        border-width:8px;
    }

    .left-box::before{
        right:20px;
    }

    .left-box::after{
        left:10px;
    }

    .right-box::before{
        left:10px;
    }

    .right-box::after{
        right:10px;
    }
}

/*=========================================
WHAT'S NEXT SECTION
=========================================*/

.whats-next-section{
    background:#efefef;
    padding:120px 0;
}

/* MAIN CARD */

.whats-next-wrapper{

    position:relative;

    max-width:1500px;
    margin:auto;

    min-height:620px;

    border-radius:70px;

    overflow:visible;

    background:
    linear-gradient(
    20deg,
    #b41492 0%,
    #b41492 34%,
    #f0b208 35%,
    #f0b208 100%
    );
}

/* TITLE */

.whats-next-title{

    position:absolute;

    left:50%;
    top:-58px;

    transform:translateX(-50%);

    background:#b41492;
    color:#fff;

    min-width:760px;
    height:120px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:62px;
    font-weight:800;
    letter-spacing:1px;

    border-radius:60px;

    border:8px solid #ffffff;

    box-shadow:0 5px 12px rgba(0,0,0,.15);

    z-index:999;
}

/* AMBULANCE SIDE */

.ambulance-block{

    padding:90px 20px 40px 40px;

    text-align:center;
}

.ambulance-block img{

    width:100%;
    max-width:820px;

    display:block;
    margin:auto;
}

/* TEXT SIDE */

.ambulance-text{

    padding:90px 80px 40px 0;
}

.ambulance-text h2{

    font-size:58px;
    line-height:1.08;
    font-weight:300;

    color:#111;
}

.ambulance-text h2 strong{

    font-weight:200;
}

/* LARGE SCREEN */

@media(min-width:1400px){

    .ambulance-text h2{
        font-size:55px;
    }

    .ambulance-block img{
        max-width:900px;
    }
}

/* TABLET */

@media(max-width:991px){

    .whats-next-wrapper{

        min-height:auto;

        border-radius:50px;
        padding-top:60px;
    }

    .whats-next-title{

        min-width:500px;
        height:90px;

        font-size:42px;

        top:-45px;
    }

    .ambulance-block{

        padding:30px;
    }

    .ambulance-block img{

        max-width:650px;
    }

    .ambulance-text{

        text-align:center;

        padding:10px 40px 50px;
    }

    .ambulance-text h2{

        font-size:40px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .whats-next-section{

        padding:80px 15px;
    }

    .whats-next-wrapper{

        border-radius:35px;

        background:
        linear-gradient(
        180deg,
        #f0b208 0%,
        #f0b208 55%,
        #b41492 55%,
        #b41492 100%
        );
    }

    .whats-next-title{

        width:90%;
        min-width:auto;

        height:70px;

        font-size:28px;

        top:-30px;

        border-width:5px;
    }

    .ambulance-block{

        padding:25px 15px 10px;
    }

    .ambulance-block img{

        max-width:100%;
    }

    .ambulance-text{

        padding:20px 20px 40px;
        text-align:center;
    }

    .ambulance-text h2{

        font-size:28px;
        line-height:1.2;
    }
}

/* SMALL MOBILE */

@media(max-width:480px){

    .whats-next-title{

        font-size:22px;
        height:60px;
    }

    .ambulance-text h2{

        font-size:24px;
    }
}





/* MOBILE SLIDER FIX */

@media (max-width: 767px){

    .main-slider,
    .main-slider-one,
    .main-slider-one__single,
    .swiper-slide{
        min-height: 600px !important;
        height: auto !important;
    }

    .main-slider-one__single{
        display:flex;
        align-items:center;
    }

    .main-slider-one__content{
        padding-top:120px !important;
        padding-bottom:80px !important;
        text-align:center;
        max-width:100% !important;
    }

    .main-slider-one__title h2{
        font-size:42px !important;
        line-height:1.15 !important;
    }

    .main-slider-one__text p{
        font-size:20px !important;
        line-height:1.5 !important;
    }

    .main-slider-one__bg{
        background-position:center center !important;
        background-size:cover !important;
    }

    .swiper-wrapper{
        height:auto !important;
    }

    .swiper-slide{
        overflow:hidden;
    }
}


/* MOBILE SLIDER HEADER OVERLAP FIX */

@media (max-width: 767px){

    .main-slider-one__content{
        padding-top: 180px !important;
        padding-bottom: 80px !important;
    }

    .main-slider-one__title{
        margin-top: 0 !important;
    }

    .main-slider-one__title h2{
        font-size: 52px !important;
        line-height: 1.15 !important;
    }

}


/* FULL SLIDER HEIGHT FIX */

.main-slider,
.main-slider-one,
.main-slider-one .swiper-container,
.main-slider-one .swiper-wrapper,
.main-slider-one .swiper-slide{
    height: 100vh !important;
    min-height: 750px !important;
}

.main-slider-one__single{
    height: 100vh !important;
    min-height: 750px !important;
}

.main-slider-one__bg{
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

@media (max-width:767px){

    .main-slider,
    .main-slider-one,
    .main-slider-one .swiper-container,
    .main-slider-one .swiper-wrapper,
    .main-slider-one .swiper-slide,
    .main-slider-one__single{
        height: 700px !important;
        min-height: 700px !important;
    }

    .main-slider-one__content{
        padding-top: 170px !important;
        padding-bottom: 80px !important;
    }

}


/* Ribbon */

.video-title{

    display:inline-flex;
    align-items:center;
    margin-bottom:35px;
}

.video-text{

    background:#A61C84;
    color:#fff;
    padding:16px 26px;
    font-size:30px;
    font-weight:700;
    border-radius:18px 0 0 18px;
}

.video-icon{

    width:95px;
    height:70px;

    background:#F6B300;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:0 18px 18px 0;

    color:#A61C84;
    font-size:34px;

    position:relative;
}

.video-icon:before{

    content:"";

    position:absolute;

    width:32px;
    height:4px;

    background:#A61C84;

    top:-12px;

    left:50%;

    transform:translateX(-50%);
}

.video-icon:after{

    content:"";

    position:absolute;

    width:62px;
    height:4px;

    background:#A61C84;

    top:-20px;

    left:50%;

    transform:translateX(-50%);
}



/*==========================
YouTube Cards
===========================*/

.youtube-card{

    border-radius:18px;
    overflow:hidden;

    background:#fff;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    transition:.4s;
}

.youtube-card iframe{

    width:100%;
    height:100%;

    border:0;
}

.youtube-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.25);
}


/* Fade Animation */

.youtube-card{

    animation:fadeUp .8s ease both;
}

.youtube-card:nth-child(2){

    animation-delay:.15s;
}

.youtube-card:nth-child(3){

    animation-delay:.25s;
}

.youtube-card:nth-child(4){

    animation-delay:.35s;
}

.youtube-card:nth-child(5){

    animation-delay:.45s;
}

.youtube-card:nth-child(6){

    animation-delay:.55s;
}

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}


/*==========================================
GALLERY SECTION
==========================================*/
.gallery-white-section{

    background:#ffffff;

    padding:70px 0 90px;

    margin-top:50px;
}



.gallery-section{
    background:#FFF6CF;
    padding:90px 0;
    overflow:hidden;
}

/*------------------------------------------
Heading
------------------------------------------*/

.gallery-heading{
    margin-bottom:50px;
}

.gallery-heading h2{
    font-size:68px;
    font-weight:800;
    color:#707070;
    margin-bottom:15px;
    letter-spacing:1px;
}

.gallery-heading h2 span{
    color:#A61A87;
}

.title-line{
    width:70px;
    height:12px;
    background:#F2B200;
    border-radius:50px;
    margin:auto;
}

/*------------------------------------------
Images Ribbon
------------------------------------------*/

.gallery-label{
    display:inline-flex;
    align-items:center;
    margin-bottom:45px;
}

.gallery-label-left{

    background:#A61A87;
    color:#fff;

    padding:14px 28px;

    font-size:28px;
    font-weight:700;

    border-radius:18px 0 0 18px;
}

.gallery-label-right{

    width:75px;
    height:63px;

    background:#F2B200;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:0 18px 18px 0;
}

.gallery-label-right i{

    font-size:28px;
    color:#A61A87;
}

/*------------------------------------------
Category Heading
------------------------------------------*/

.gallery-category{

    margin-bottom:30px;
}

.gallery-category h3{

    font-size:42px;
    font-weight:700;
    color:#707070;
}

.gallery-category span{

    color:#A61A87;
}

/*------------------------------------------
Image Grid
------------------------------------------*/

.gallery-grid{

    margin-bottom:35px;
}

.gallery-item{

    margin-bottom:28px;
}

.gallery-item a{

    display:block;

    overflow:hidden;

    border-radius:22px;

    position:relative;

    box-shadow:0 12px 30px rgba(0,0,0,.10);

    transition:.45s ease;
}

.gallery-item img{

    width:100%;
    aspect-ratio:1/1;

    object-fit:cover;

    display:block;

    transition:.6s;
}

/* Overlay */

.gallery-item a::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(166,26,135,.18);

    opacity:0;

    transition:.4s;

    z-index:1;
}

/* Hover */

.gallery-item:hover a{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.gallery-item:hover img{

    transform:scale(1.08);
}

.gallery-item:hover a::before{

    opacity:1;
}

/*------------------------------------------
Fade Animation
------------------------------------------*/

.gallery-item{

    opacity:0;

    transform:translateY(40px);

    animation:galleryFade .8s forwards;
}

.gallery-item:nth-child(1){animation-delay:.1s;}
.gallery-item:nth-child(2){animation-delay:.2s;}
.gallery-item:nth-child(3){animation-delay:.3s;}
.gallery-item:nth-child(4){animation-delay:.4s;}
.gallery-item:nth-child(5){animation-delay:.5s;}
.gallery-item:nth-child(6){animation-delay:.6s;}
.gallery-item:nth-child(7){animation-delay:.7s;}
.gallery-item:nth-child(8){animation-delay:.8s;}

@keyframes galleryFade{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

/*------------------------------------------
View More
------------------------------------------*/

.gallery-btn{

   
    color:#fff;

    border:none;

    padding:16px 36px;

    border-radius:50px;

    font-size:22px;
    font-weight:700;

    transition:.4s;
}

.gallery-btn:hover{

   

    transform:translateY(-4px);
}

.gallery-btn i{

    margin-left:10px;
}

/*------------------------------------------
Divider
------------------------------------------*/

.gallery-divider{

    width:100%;
    height:2px;

    background:#D6C28B;

    margin:60px 0;

}

/*------------------------------------------
Hidden Images
------------------------------------------*/

.more-images{

    display:none;
}

.more-images.active{

    display:block;
}

/*------------------------------------------
Responsive
------------------------------------------*/

@media(max-width:991px){

.gallery-heading h2{

font-size:52px;
}

.gallery-category h3{

font-size:34px;
}

.gallery-label-left{

font-size:24px;
}

.gallery-label-right{

width:65px;
height:56px;
}

.gallery-label-right i{

font-size:24px;
}

}

@media(max-width:767px){

.gallery-section{

padding:60px 0;
}

.gallery-heading{

margin-bottom:35px;
}

.gallery-heading h2{

font-size:40px;
}

.title-line{

width:55px;
height:8px;
}

.gallery-category{

margin-bottom:18px;
}

.gallery-category h3{

font-size:24px;
line-height:1.4;
}

.gallery-label{

margin-bottom:25px;
}

.gallery-label-left{

padding:12px 18px;
font-size:18px;
}

.gallery-label-right{

width:56px;
height:48px;
}

.gallery-label-right i{

font-size:20px;
}

.gallery-item{

margin-bottom:18px;
}

.gallery-item a{

border-radius:14px;
}

.gallery-btn{

font-size:18px;

padding:12px 24px;
}

.gallery-divider{

margin:40px 0;
}

}
/*=========================================
        ONAM GALLERY SECTION
==========================================*/

.gallery-section{
    background:#f4f2ed;
    padding:90px 0;
}

.gallery-title{
    margin-bottom:40px;
}

.gallery-title h2{
    font-size:64px;
    font-weight:800;
    color:#6d737a;
    line-height:1.1;
    margin:0;
}

.gallery-title h2 span{
    color:#a41483;
}

/*=========================================
            IMAGE GRID
==========================================*/

.onam-gallery{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.gallery-item{

    overflow:hidden;
    border-radius:18px;

    opacity:0;
    transform:translateY(45px);

    animation:fadeUp .8s forwards;
}

.gallery-item:nth-child(1){animation-delay:.1s;}
.gallery-item:nth-child(2){animation-delay:.2s;}
.gallery-item:nth-child(3){animation-delay:.3s;}
.gallery-item:nth-child(4){animation-delay:.4s;}
.gallery-item:nth-child(5){animation-delay:.5s;}
.gallery-item:nth-child(6){animation-delay:.6s;}
.gallery-item:nth-child(7){animation-delay:.7s;}
.gallery-item:nth-child(8){animation-delay:.8s;}

.gallery-item img{

    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    display:block;

    border-radius:18px;

    transition:.45s ease;
}

.gallery-item:hover img{

    transform:scale(1.08);
}

/*=========================================
            BUTTON AREA
==========================================*/

.gallery-btn{

    text-align:center;
    margin-top:55px;
}

/* remove any old background */
.gallery-btn::before,
.gallery-btn::after{
    display:none;
    content:none;
}

.view-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:14px 34px;

    font-size:22px;
    font-weight:700;

    color:#fff;
    text-decoration:none;

    border-radius:14px;

    background:linear-gradient(180deg,#f5b52a 0%, #a41483 100%);

    transition:.35s ease;

    box-shadow:0 10px 24px rgba(164,20,131,.20);
}

.view-btn i{

    font-size:18px;
}

.view-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 16px 30px rgba(164,20,131,.28);

    color:#fff;
}

/*=========================================
            FADE ANIMATION
==========================================*/

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(45px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

/*=========================================
            TABLET
==========================================*/

@media (max-width:991px){

.gallery-section{

    padding:70px 0;
}

.gallery-title{

    text-align:center;
}

.gallery-title h2{

    font-size:48px;
}

.onam-gallery{

    grid-template-columns:repeat(2,1fr);
}

.view-btn{

    font-size:20px;
    padding:13px 30px;
}

}

/*=========================================
            MOBILE
==========================================*/

@media (max-width:767px){

.gallery-section{

    padding:55px 0;
}

.gallery-title{

    text-align:center;
    margin-bottom:30px;
}

.gallery-title h2{

    font-size:36px;
}

.onam-gallery{

    grid-template-columns:1fr;
    gap:15px;
}

.gallery-item{

    border-radius:15px;
}

.gallery-item img{

    border-radius:15px;
}

.gallery-btn{

    margin-top:35px;
}

.view-btn{

    padding:13px 28px;
    font-size:18px;
    border-radius:12px;
}

.view-btn i{

    font-size:16px;
}

}

/*==================================================
                JOIN WITH PMAK
==================================================*/

.join-pmak-section{
    background:#f5f2ed;
    padding:90px 20px 100px;
    position:relative;
    overflow:hidden;
}

.join-pmak-section .container{
    max-width:1200px;
    margin:auto;
}

/*======================
        TITLE
=======================*/

.join-title{
    text-align:center;
    margin-bottom:70px;
}

.join-title h2{
    font-family:'Kanit',sans-serif;
    font-size:64px;
    font-weight:700;
    color:#6d747d;
    margin-bottom:15px;
}

.join-title h2 span{
    color:#a51d83;
}

.join-line{
    width:52px;
    height:14px;
    background:#f3b20b;
    border-radius:30px;
    margin:0 auto 35px;
}

.join-title p{
    font-family:'Kanit',sans-serif;
    font-size:30px;
    color:#70757d;
    font-weight:600;
}

.join-title p span{
    color:#a51d83;
}

/*======================
        ICON
=======================*/

.member-icon{
    width:180px;
    margin:0 auto -42px;
    position:relative;
    text-align:center;
    z-index:10;
}

.member-icon i.fa-users{
    font-size:155px;
    color:#0f73bd;
}

.member-check{
    position:absolute;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%);
    width:82px;
    height:82px;
    background:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.member-check i{
    font-size:42px;
    color:#e52d2d;
}

/*======================
      MEMBERSHIP CARD
=======================*/

.membership-card{
    background:#fff;
    border-radius:40px;
    padding:80px 90px 50px;
    max-width:930px;
    margin:auto;
    box-shadow:0 25px 70px rgba(0,0,0,.08);
}

/*======================
        ROW
=======================*/

.membership-row{
    display:flex;
    margin-bottom:45px;
    border-radius:26px;
    overflow:hidden;
}

.membership-left{
    width:56%;
    background:#a61c84;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:26px;
}

.membership-left h3{
    font-family:'Kanit',sans-serif;
    font-size:54px;
	 color:#ffffff !important;
    line-height:1;
    font-weight:700;
    margin:0;
}

.membership-right{
    width:44%;
    background:#f4b408;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    color:#222;
}

.membership-right .monthly{
    font-family:'Kanit',sans-serif;
    font-size:28px;
    font-weight:700;
    color:#fff;
    line-height:1;
    margin-bottom:8px;
}

.membership-right .currency{
    font-family:'Kanit',sans-serif;
    font-size:58px;
    font-weight:700;
}

.membership-right .amount{
    font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size:82px;
    font-weight:600;
    line-height:1;
}

/*======================
       NOTE
=======================*/

.joining-note{
    text-align:center;
    margin:15px 0 35px;
    font-family:'Maven Pro',sans-serif;
    font-size:18px;
    font-weight:500;
    color:#222;
}

.joining-note span{
    color:#a51d83;
    font-size:48px;
}

.membership-card hr{
    border:none;
    border-top:2px solid #d7d7d7;
    margin:30px 0;
}

/*======================
      CONDITION
=======================*/

.member-condition{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    font-family:'Maven Pro',sans-serif;
    font-size:24px;
    font-weight:600;
    color:#222;
}

.member-condition i{
    color:#f4b408;
    font-size:26px;
}

/*======================
        BUTTON
=======================*/

.join-btn-area{
    text-align:center;
    margin-top:45px;
}

.join-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#a51c84;
    color:#fff;
    text-decoration:none;
    padding:20px 52px;
    border-radius:60px;
    font-family:'Kanit',sans-serif;
    font-size:32px;
    font-weight:600;
    transition:.35s;
}

.join-btn:hover{
    background:#f4b408;
    color:#222;
    transform:translateY(-5px);
}

.join-btn i{
    font-size:30px;
}

/*======================
      MOBILE
=======================*/

@media(max-width:991px){

    .join-title h2{
        font-size:50px;
    }

    .join-title p{
        font-size:24px;
    }

    .membership-card{
        padding:70px 40px 40px;
    }

    .membership-left h3{
        font-size:42px;
    }

    .membership-right .amount{
        font-size:62px;
    }

    .joining-note{
        font-size:24px;
    }

    .joining-note span{
        font-size:38px;
    }

    .member-condition{
        font-size:20px;
    }
}

@media(max-width:767px){

    .join-pmak-section{
        padding:70px 15px;
    }

    .join-title h2{
        font-size:38px;
    }

    .join-title p{
        font-size:19px;
        line-height:1.5;
    }

    .member-icon{
        width:120px;
        margin-bottom:-28px;
    }

    .member-icon i.fa-users{
        font-size:100px;
    }

    .member-check{
        width:58px;
        height:58px;
    }

    .member-check i{
        font-size:28px;
    }

    .membership-card{
        padding:55px 20px 25px;
        border-radius:25px;
    }

    .membership-row{
        flex-direction:column;
        border-radius:18px;
    }

    .membership-left,
    .membership-right{
        width:100%;
    }

    .membership-left{
        padding:18px;
    }

    .membership-left h3{
        font-size:30px;
    }

    .membership-right{
        padding:18px;
    }

    .membership-right .monthly{
        font-size:20px;
    }

    .membership-right .currency{
        font-size:34px;
    }

    .membership-right .amount{
        font-size:48px;
    }

    .joining-note{
        font-size:18px;
        line-height:1.7;
    }

    .joining-note span{
        font-size:28px;
    }

    .member-condition{
        flex-direction:column;
        text-align:center;
        font-size:17px;
        gap:10px;
    }

    .join-btn{
        width:100%;
        justify-content:center;
        font-size:24px;
        padding:16px 30px;
    }

    .join-btn i{
        font-size:24px;
    }
}
.main-header__one-bottom{
    position:relative;
    z-index:9999;
    background:#fff;
}

.main-menu{
    background:#fff;
}

.main-slider{
    margin-top:0;
}

@media(max-width:991px){

.main-menu__main-menu-box{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.mobile-nav__toggler{
    margin-left:auto;
    font-size:32px;
}

}
/* Mobile menu dark overlay */
@media (max-width: 991px) {

.mobile-nav__content{
    position: relative;
    z-index: 2;
}

.mobile-nav__content::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* Adjust 0.55 to make darker/lighter */
    z-index: -1;
}

.mobile-nav__container,
.mobile-nav__contact,
.mobile-nav__top,
.logo-box{
    position: relative;
    z-index: 2;
}

.mobile-nav__container a,
.mobile-nav__contact a,
.mobile-nav__contact li,
.mobile-nav__social a{
    color: #ffffff !important;
}

.mobile-nav__container .dropdown-btn{
    color: #ffffff !important;
}

}

/* ===== Mobile submenu only ===== */
@media only screen and (max-width:991px){

    .mobile-nav__content .navigation li ul{
        background: rgba(255,255,255,.85) !important;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-radius:16px;
        margin:8px 12px;
        padding:8px 0;
    }

    .mobile-nav__content .navigation li ul li a{
        color:#111 !important;
        font-weight:600;
        padding:12px 20px !important;
    }

    .mobile-nav__content .navigation li ul li a:hover{
        color:#9e1f64 !important;
        background:rgba(158,31,100,.08);
    }

}

/* ======================================
   Desktop Dropdown - White Background
====================================== */

.main-menu__list > li{
    position:relative;
}

.main-menu__list > li > ul{
    position:absolute;
    top:100%;
    left:0;
    min-width:260px;

    padding:12px 0;

    background:#ffffff !important;
    border:1px solid #e5e5e5;
    border-radius:12px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

    opacity:0;
    visibility:hidden;
    transform:translateY(12px);
    transition:all .35s ease;

    z-index:9999;
}

.main-menu__list > li:hover > ul{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.main-menu__list > li > ul > li{
    display:block;
}

.main-menu__list > li > ul > li > a{
    display:block;
    padding:14px 22px;

    color:#111 !important;
    font-size:16px;
    font-weight:600;

    transition:.3s;
}

.main-menu__list > li > ul > li > a:hover{
    background:#f5f5f5;
    color:#9e1f64 !important;
}

/* Mobile submenu text color only */
@media (max-width: 991px) {

    .mobile-nav__content .navigation li ul li a,
    .mobile-nav__content .navigation li ul li a:link,
    .mobile-nav__content .navigation li ul li a:visited{
        color:#000 !important;
    }

    .mobile-nav__content .navigation li ul li a:hover{
        color:#9e1f64 !important;
    }

}


/* =========================================
   PMAK CONTACT SECTION
========================================= */

.pmak-contact-section {
    position: relative;
    overflow: hidden;
    padding: 70px 20px 80px;
    background:
        radial-gradient(circle at 10px 10px,
            rgba(90, 90, 90, 0.035) 2px,
            transparent 2.5px) 0 0 / 30px 30px,
        #f7f6f2;
}


/* Decorative background waves */

.pmak-contact-section::before {
    content: "";
    position: absolute;
    left: -8%;
    bottom: 120px;
    width: 116%;
    height: 310px;
    background: #f5b512;
    border-radius: 55% 45% 0 0 / 35% 40% 0 0;
    transform: rotate(-1deg);
    z-index: 0;
}

.pmak-contact-section::after {
    content: "";
    position: absolute;
    left: -8%;
    bottom: -80px;
    width: 116%;
    height: 260px;
    background: #b41480;
    border-radius: 50% 50% 0 0 / 55% 55% 0 0;
    transform: rotate(-2deg);
    z-index: 0;
}


/* Main container */

.pmak-contact-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pmak-contact-heading {
    text-align: center;
    margin-bottom: 25px;
}

.pmak-contact-heading h2 {
    margin: 0;
    color: #697078;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
}

.pmak-contact-heading h2 span {
    color: #b41480;
}

.pmak-heading-line {
    width: 40px;
    height: 11px;
    background: #f5b512;
    border-radius: 20px;
    margin: 10px auto 22px;
}

.pmak-contact-heading p {
    margin: 0 auto;
    max-width: 900px;
    color: #272727;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.55;
}


/* =========================================
   CONTACT CARD
========================================= */

.pmak-contact-card {
    position: relative;
    max-width: 850px;
    margin: 15px auto 30px;
    padding: 32px 48px 35px;
    background: #ffffff;
    border-radius: 42px;
    border-left: 7px solid #f5b512;
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.20),
        0 2px 5px rgba(0, 0, 0, 0.08);
}


/* Card heading */

.pmak-contact-card h3 {
    margin: 0 0 28px;
    color: #b41480;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 600;
}

/* =========================================================
   PMAK CONTACT SECTION
   FULL RESPONSIVE CSS
========================================================= */

.pmak-contact-section {
    position: relative;
    overflow: hidden;
    padding: 70px 20px 80px;
    background-color: #f7f6f2;
}


/* =========================================================
   BACKGROUND DECORATIVE SHAPES
========================================================= */

.pmak-contact-section::before {
    content: "";
    position: absolute;
    left: -8%;
    bottom: 120px;
    width: 116%;
    height: 310px;

    background: #f5b512;

    border-radius: 55% 45% 0 0 / 35% 40% 0 0;

    transform: rotate(-1deg);
    z-index: 0;
}

.pmak-contact-section::after {
    content: "";
    position: absolute;
    left: -8%;
    bottom: -80px;
    width: 116%;
    height: 260px;

    background: #b41480;

    border-radius: 50% 50% 0 0 / 55% 55% 0 0;

    transform: rotate(-2deg);
    z-index: 0;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.pmak-contact-container {
    position: relative;
    z-index: 5;

    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.pmak-contact-heading {
    position: relative;
    z-index: 5;

    text-align: center;

    margin: 0 auto 25px;
}

.pmak-contact-heading h2 {
    margin: 0;

    color: #697078;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 700;

    line-height: 1.25;
}

.pmak-contact-heading h2 span {
    color: #b41480;
}

.pmak-heading-line {
    width: 40px;
    height: 11px;

    margin: 10px auto 22px;

    background: #f5b512;

    border-radius: 20px;
}

.pmak-contact-heading p {
    max-width: 900px;

    margin: 0 auto;

    color: #272727;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;

    line-height: 1.55;
}

/* =========================================================
   PMAK CONTACT FORM SECTION
   COMPLETE UPDATED CSS
========================================================= */


/* =========================================================
   CONTACT FORM CARD
========================================================= */

.pmak-contact-card {
    position: relative;
    z-index: 20;

    width: 100%;
    max-width: 850px;

    box-sizing: border-box;

    margin: 15px auto 30px;

    padding: 32px 48px 35px;

    background: #ffffff;

    border-left: 7px solid #f5b512;
    border-radius: 42px;

    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.20),
        0 2px 5px rgba(0, 0, 0, 0.08);

    /*
       IMPORTANT:
       Keep visible so dropdown is not clipped.
    */
    overflow: visible;
}


/* =========================================================
   FORM
========================================================= */

.pmak-contact-card form {
    position: relative;
    z-index: 30;

    width: 100%;
}


/* =========================================================
   FORM CARD TITLE
========================================================= */

.pmak-contact-card h3 {
    margin: 0 0 28px;

    color: #b41480;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 600;

    line-height: 1.2;
}


/* =========================================================
   FORM ROW
========================================================= */

.pmak-form-row {
    position: relative;
    z-index: 10;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 28px;

    width: 100%;

    margin-bottom: 20px;
}


/*
   The second row contains:
   Phone Number + Reason for Contact

   Give this row priority over the Message area.
*/

.pmak-form-row:nth-of-type(2) {
    z-index: 100;
}


/* =========================================================
   FORM GROUP
========================================================= */

.pmak-form-group {
    position: relative;

    width: 100%;
    min-width: 0;
}


/* =========================================================
   LABEL
========================================================= */

.pmak-form-group label {
    display: block;

    margin: 0 0 7px;

    color: #292929;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.3;
}

.pmak-form-group label span {
    margin-left: 2px;

    color: #222222;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.pmak-form-group input,
.pmak-form-group select,
.pmak-form-group textarea {
    display: block;

    width: 100%;

    box-sizing: border-box;

    border: 1px solid #cfc6b4;

    /*
       PMAK beige form colour
    */
    background-color: #f8f0dd;

    color: #292929;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

    outline: none;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}


/* =========================================================
   INPUT
========================================================= */

.pmak-form-group input {
    height: 60px;

    padding: 0 16px;

    border-radius: 14px;
}


/* =========================================================
   REASON FOR CONTACT
   CUSTOM SELECT
========================================================= */

.pmak-form-group select {
    position: relative;

    z-index: 1000;

    height: 60px;

    padding: 0 45px 0 16px;

    border-radius: 14px;

    background-color: #f8f0dd !important;

    color: #6b6b6b !important;

    cursor: pointer;

    /*
       Remove browser's default grey select styling.
    */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/*
   Make the selected text readable.
*/

.pmak-form-group select:valid {
    color: #555555 !important;
}


/* =========================================================
   CUSTOM DROPDOWN ARROW
========================================================= */

.pmak-form-group:has(select)::after {
    content: "";

    position: absolute;

    right: 17px;
    bottom: 22px;

    width: 0;
    height: 0;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-top: 6px solid #b41480;

    pointer-events: none;

    z-index: 1001;
}


/* =========================================================
   DROPDOWN HOVER
========================================================= */

.pmak-form-group select:hover {
    background-color: #f8f0dd !important;

    border-color: #b41480;
}


/* =========================================================
   DROPDOWN FOCUS
========================================================= */

.pmak-form-group select:focus {
    background-color: #f8f0dd !important;

    color: #292929 !important;

    border-color: #b41480;

    box-shadow:
        0 0 0 2px rgba(180, 20, 128, 0.10);
}


/* =========================================================
   DROPDOWN OPTIONS
========================================================= */

.pmak-form-group select option {
    background-color: #f8f0dd;

    color: #292929;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    font-weight: 400;
}


/*
   Selected option
*/

.pmak-form-group select option:checked {
    background-color: #b41480;

    color: #ffffff;
}


/* =========================================================
   TEXTAREA
========================================================= */

.pmak-form-group textarea {
    width: 100%;

    height: 150px;

    min-height: 120px;

    padding: 15px 16px;

    border-radius: 14px;

    line-height: 1.5;

    resize: vertical;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA FOCUS
========================================================= */

.pmak-form-group input:focus,
.pmak-form-group select:focus,
.pmak-form-group textarea:focus {
    border-color: #b41480;

    box-shadow:
        0 0 0 2px rgba(180, 20, 128, 0.10);
}


/* =========================================================
   MESSAGE AREA
========================================================= */

.pmak-message-group {
    position: relative;
    z-index: 1;

    width: 100%;

    margin-top: 5px;
    margin-bottom: 25px;
}


/*
   Message must stay below the Reason dropdown row.
*/

.pmak-message-group textarea {
    position: relative;

    z-index: 1;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.pmak-submit-btn {
    position: relative;
    z-index: 5;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    min-width: 187px;
    height: 46px;

    padding: 0 20px;

    border: 0;
    border-radius: 7px;

    background: #b41480;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.pmak-submit-btn:hover {
    background: #96106a;

    transform: translateY(-1px);
}


.pmak-submit-btn:active {
    transform: translateY(0);
}


.pmak-send-arrow {
    display: inline-block;

    font-size: 17px;

    transform: rotate(-12deg);
}


/* =========================================================
   REQUIRED NOTE
========================================================= */

.pmak-required-note {
    margin: 10px 0 0;

    color: #252525;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

    line-height: 1.4;
}


/* =========================================================
   FORM INFORMATION NOTE
========================================================= */

.pmak-form-note {
    max-width: 650px;

    margin: 13px 0 0;

    color: #292929;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;

    line-height: 1.45;
}


/* =========================================================
   MAP
========================================================= */

.pmak-map-wrapper {
    position: relative;
    z-index: 10;

    width: calc(100% - 70px);
    height: 305px;

    margin: 25px auto 0;

    overflow: hidden;

    background: #eeeeee;

    border: 2px solid rgba(245, 181, 18, 0.65);

    border-radius: 22px;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.08);
}


.pmak-map-wrapper iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .pmak-contact-section {
        padding: 55px 18px 70px;
    }


    .pmak-contact-heading h2 {
        font-size: 32px;
    }


    .pmak-contact-heading p {
        font-size: 16px;
    }


    .pmak-contact-card {
        max-width: 760px;

        padding: 30px 35px;
    }


    .pmak-map-wrapper {
        width: calc(100% - 30px);

        height: 280px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .pmak-contact-section {
        padding: 40px 12px 60px;
    }


    /* -----------------------------------------
       Heading
    ----------------------------------------- */

    .pmak-contact-heading {
        margin-bottom: 20px;
    }


    .pmak-contact-heading h2 {
        font-size: 27px;

        line-height: 1.3;
    }


    .pmak-contact-heading p {
        padding: 0 8px;

        font-size: 14px;

        line-height: 1.55;
    }


    .pmak-heading-line {
        width: 36px;
        height: 9px;

        margin: 9px auto 18px;
    }


    /* -----------------------------------------
       Contact Card
    ----------------------------------------- */

    .pmak-contact-card {
        width: 100%;

        max-width: 100%;

        margin: 10px auto 25px;

        padding: 25px 20px 28px;

        border-left-width: 5px;

        border-radius: 28px;

        /*
           Critical for select dropdown.
        */
        overflow: visible;
    }


    .pmak-contact-card h3 {
        margin-bottom: 22px;

        font-size: 25px;
    }


    /* -----------------------------------------
       FORM — ONE COLUMN
    ----------------------------------------- */

    .pmak-form-row {
        display: grid;

        grid-template-columns: 1fr;

        gap: 17px;

        margin-bottom: 17px;
    }


    /*
       Reason for Contact row stays above
       Message field.
    */

    .pmak-form-row:nth-of-type(2) {
        position: relative;

        z-index: 1000;
    }


    .pmak-form-group {
        width: 100%;
    }


    .pmak-form-group label {
        margin-bottom: 6px;

        font-size: 14px;
    }


    /* -----------------------------------------
       MOBILE INPUT
    ----------------------------------------- */

    .pmak-form-group input {
        width: 100%;

        height: 53px;

        padding: 0 14px;

        border-radius: 12px;

        font-size: 14px;
    }


    /* -----------------------------------------
       MOBILE REASON SELECT
    ----------------------------------------- */

    .pmak-form-group select {
        position: relative;

        z-index: 1000;

        width: 100%;

        height: 53px;

        padding: 0 40px 0 14px;

        background-color: #f8f0dd !important;

        color: #6b6b6b !important;

        border-radius: 12px;

        font-size: 14px;

        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }


    /*
       Mobile custom arrow
    */

    .pmak-form-group:has(select)::after {
        right: 15px;

        bottom: 19px;

        border-left-width: 4px;
        border-right-width: 4px;

        border-top-width: 5px;
    }


    /* -----------------------------------------
       MOBILE DROPDOWN OPTIONS
    ----------------------------------------- */

    .pmak-form-group select option {
        background-color: #f8f0dd;

        color: #292929;

        font-size: 14px;
    }


    .pmak-form-group select option:checked {
        background-color: #b41480;

        color: #ffffff;
    }


    /* -----------------------------------------
       MOBILE MESSAGE
    ----------------------------------------- */

    .pmak-message-group {
        position: relative;

        z-index: 1;

        margin-top: 0;

        margin-bottom: 20px;
    }


    .pmak-form-group textarea {
        position: relative;

        z-index: 1;

        width: 100%;

        height: 135px;

        min-height: 120px;

        padding: 14px;

        border-radius: 12px;

        font-size: 14px;
    }


    /* -----------------------------------------
       MOBILE BUTTON
    ----------------------------------------- */

    .pmak-submit-btn {
        width: 100%;

        height: 48px;

        font-size: 15px;
    }


    /* -----------------------------------------
       MOBILE NOTES
    ----------------------------------------- */

    .pmak-required-note {
        font-size: 12px;
    }


    .pmak-form-note {
        font-size: 12px;

        line-height: 1.5;
    }


    /* -----------------------------------------
       MOBILE MAP
    ----------------------------------------- */

    .pmak-map-wrapper {
        width: 100%;

        height: 240px;

        margin-top: 20px;

        border-radius: 17px;
    }


    /* -----------------------------------------
       BACKGROUND SHAPES
    ----------------------------------------- */

    .pmak-contact-section::before {
        bottom: 100px;

        height: 250px;
    }


    .pmak-contact-section::after {
        bottom: -70px;

        height: 210px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .pmak-contact-section {
        padding-left: 10px;

        padding-right: 10px;
    }


    .pmak-contact-heading h2 {
        font-size: 24px;
    }


    .pmak-contact-heading p {
        font-size: 13px;
    }


    .pmak-contact-card {
        padding: 22px 16px 25px;

        border-radius: 24px;
    }


    .pmak-contact-card h3 {
        font-size: 23px;
    }


    .pmak-form-group input,
    .pmak-form-group select {
        height: 51px;
    }


    .pmak-form-group textarea {
        height: 125px;
    }


    .pmak-map-wrapper {
        height: 210px;
    }
}