/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --manodarpan-font:  "Montserrat", sans-serif;

  --manodarpan-gray-rgb: 112, 112, 112;
  --manodarpan-primary:#33487F;
  --manodarpan-secondary:#33487F;
  --manodarpan-primary-rgb: 221, 4, 41;
  --manodarpan-black: #242527;
  --manodarpan-black-rgb: 23, 22, 26;
  --manodarpan-base: #ffffff;
  --manodarpan-base-rgb: 255, 255, 255;
  --manodarpan-extra: #ededed;
  --manodarpan-extra-rgb: 246, 246, 246;
  --manodarpan-bdr-color: #e3e3e3;
  --manodarpan-bdr-color-rgb: 227, 227, 227;
  --button-color: transparent;
  --manodarpan-blue:#33487F;
  --text-blue:#33487F;
  --border-green:#61B662;
  --border-red:#DF001E;
  --border-sky:#5CB5E8;
  --border-blue:#33487F;
  --border-yellow:#F8C500;
  --border-black:#242527;
  --secton-blue:#33487F;
}

.text-orange{
  color:var(--manodarpan-secondary)
}
.row {
  --bs-gutter-x: 30px;
}

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

body {
  font-family: var(--manodarpan-font);
  color: var(--manodarpan-black);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}
img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}
a:focus{
  outline: none;
}

a {
  color: var(--manodarpan-base);
  font-family: var(--manodarpan-font);
}
.blog-details__left a {
  color: var(--manodarpan-secondary);

}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
a:-webkit-any-link:focus-visible {
  outline: none;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
p {
  font-family: var(--manodarpan-font);
  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--manodarpan-black);
  margin: 0;
  font-family: var(--manodarpan-font);
  font-weight: 600;
  
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::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;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--thm-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  margin-bottom: 25px;
}
.white-bg{
  background-color: var( --manodarpan-base);
}
.text-blue{
  color: var( --text-blue) !important;
}
.section-title__tagline {
  position: relative;
  display: block;
  color: var(--manodarpan-secondary);
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.section-title__title {
  margin: 0;
  font-size: 40px;
  color: var(--manodarpan-black);
  line-height: 50px;
  text-transform: capitalize;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--manodarpan-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--manodarpan-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--manodarpan-primary);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background: var(--manodarpan-black);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  background: var(--manodarpan-black);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--manodarpan-primary);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background: var(--manodarpan-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header .dropdown, .stricky-header .dropdown{
    position: relative;
}
.main-header .dropdown-menu , .stricky-header .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    z-index: 10;
    min-width: 7rem;
    padding: 0;
}
.main-header .dropdown-toggle, .stricky-header .dropdown-toggle  {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
 .dropdown-toggle::after {
    border: none;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border: none !important;
    margin: 0 !important;
}

.main-header .dropdown-item , .stricky-header .dropdown-item  {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
      line-height: 30px;
    color: var(--manodarpan-black);
    display: flex;
    font-family: var(--manodarpan-font);
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 13px;
    transition: 500ms;
padding:0;
width: 100% !important;
    display: inline-block;
}
.main-header .dropdown:hover .dropdown-menu, .stricky-header .dropdown:hover .dropdown-menu {
    display: block;
}
.main-header .dropdown-menu li a, .stricky-header .dropdown-menu li a {
    text-decoration: none;
    color: #000;
    padding:5px 18px;
    width: 100%;
}
.main-header .dropdown, .stricky-header .dropdown {
    margin-left: 20px;
}
 .main-header .dropdown-menu li a:hover, .stricky-header .dropdown-menu li a:hover {
    background: var(--manodarpan-primary);
    color: #fff;
}

.main-header {
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
  width: 100%;
  background-size: 100% 100% !important;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #df001e 25%, #5cb5e8 25% 50%, #64bd63 50% 75%, #f8c500 75%) 10;
}


.main-menu {
  position: relative;
  z-index: 91;
  padding: 0;
}

.main-menu-wrapper {
  position: relative;
  display: block;
  display: flex;
}

.main-menu-wrapper__logo {
  position: relative;
  z-index: 11;
  padding: 10px 0;
}
.main-menu-wrapper__logo img {
  max-width: fit-content;
  width: 210px;
}

.main-menu-wrapper__main-menu {
position: relative;
justify-content: flex-end;
width: 100%;
display: flex;
}

.main-menu-wrapper__right {
  position: relative;
  display: flex;
  padding: 10px 0;
  align-items: center;
  margin-left: auto;
  z-index: 11;
}

.stricky-header.main-menu {
  padding: 0 10px;
  background: var(--manodarpan-base);
  width: 100%;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
    justify-content: flex-end;
  }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.main-menu .main-menu__list > li ,
.stricky-header .main-menu__list > li {
  margin-right: 30px;
}
.main-menu .main-menu__list > li.dropdown ,
.stricky-header .main-menu__list > li.dropdown{
   margin-left: 0px;
 
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: var(--manodarpan-black);
  position: relative;
  transition: all 500ms ease;
  font-family: var(--manodarpan-font);
  text-transform: capitalize;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  color: #242527;
  border-radius: 0px;
  background: var(--manodarpan-primary);
  position: absolute;
  top: 18px;
  left: -10px;
  right: -10px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--manodarpan-blue);
}

.main-menu .main-menu__list > li.current-menu-item > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current-menu-item > 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.current > a::before {
  background: var(--manodarpan-primary);
}

.main-menu .main-menu__list > li:hover > a::before {
  background: var(--manodarpan-primary);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--manodarpan-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  line-height: 30px;
  color: var(--manodarpan-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-family: var(--manodarpan-font);
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 13px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background: var(--manodarpan-primary);
  color: #fff;
}

.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 .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  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 {
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  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(--manodarpan-black);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--manodarpan-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: #242527;
  cursor: pointer;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--manodarpan-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two:before {
  background: rgba(var(--manodarpan-base-rgb), 0.5);
}

.main-menu-two .main-menu__list > li > a,
.stricky-header .main-menu-two .main-menu__list > li > a {
  color: var(--manodarpan-black);
}

.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(--manodarpan-black);
}

.main-menu-two .main-menu-wrapper__call-number p {
  color: var(--manodarpan-gray);
}

.main-menu-two .main-menu-wrapper__call-number h5 a {
  color: var(--manodarpan-black);
}

.main-menu-two .main-menu-wrapper__call-number h5 a:hover {
  color: var(--manodarpan-primary);
}

.main-menu-two .main-menu-wrapper__search-box:before {
  background: rgba(var(--manodarpan-black-rgb), 0.1);
}

.main-menu-two .main-menu-wrapper__search {
  color: var(--manodarpan-black);
}

.main-menu-two .main-menu-wrapper__search:hover {
  color: var(--manodarpan-primary);
}

.stricky-header.main-menu-two {
  background: var(--manodarpan-base);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px)
      translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear,
    visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background: var(--manodarpan-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--manodarpan-font);
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-secondary);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background: var(--manodarpan-primary);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background: #fff;
  color: var(--manodarpan-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-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: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--manodarpan-primary);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #ffffff;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--thm-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--manodarpan-primary);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--manodarpan-primary);
  display: flex;
  justify-content: 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;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--manodarpan-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background: var(--manodarpan-primary);
  border: 0;
}

.search-popup__content .thm-btn:hover {
  background: var(--manodarpan-black);
}

.search-popup__content .thm-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  overflow: hidden;
}
.main-slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
height: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10%;
  left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10%;
  right: auto;
}
.main-slider .swiper-slide {
  position: relative;
  background: var(--manodarpan-black);
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: var(--manodarpan-base);;
}
.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  opacity: 0.15;
  background: var(--manodarpan-black);
  background-blend-mode: luminosity;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  opacity: 0.2;
}

.main-slider-badge {
  position: absolute;
  top: 190px;
  right: 90px;
  opacity: 0;
  transform: translateX(200px);
  z-index: 2;
  animation: sunMove 10s linear infinite;
}

.main-slider .swiper-slide-active .main-slider-badge {
  opacity: 1;
  transform: translate(0);
  transition: all 1000ms ease;
  transition-delay: 200ms;
}

.main-slider__social {
  position: absolute;
  bottom: 484px;
  left: -57px;
  z-index: 100;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
}

.main-slider__social a {
  position: relative;
  display: inline-block;
  color: var(--manodarpan-base);
  font-size: 13px;
  font-family: var(--manodarpan-font);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider__social a:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  height: 1px;
  background: var(--manodarpan-primary);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.main-slider__social a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-slider__social a + a {
  margin-left: 50px;
}

.main-slider .container {
  position: relative;
  padding-top: 246px;
  padding-bottom: 145px;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 30;
}

.main-slider .main-slider__title-box-1 {
  position: relative;
  display: block;
}

.main-slider .main-slider__title-box-1 h2 {
  margin: 0;
  margin-bottom: 58px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 190px;
  line-height: 150px;
  text-transform: capitalize;
  z-index: 30;
}

.main-slider .main-slider__title-box-2 {
  position: absolute;
  top: 0;
  left: -80px;
  right: 0;
  bottom: 0;
}

.main-slider .main-slider__title-box-2 h2 {
  margin: 0;
  margin-bottom: 58px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--manodarpan-base-rgb), 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 190px;
  line-height: 150px;
  text-transform: capitalize;
  z-index: 30;
}

.main-slider .thm-btn {
  opacity: 0;
  transform: translateY(-100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.main-slider .swiper-slide-active .image-layer {
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active .main-slider__title-box-1 h2,
.main-slider .swiper-slide-active .main-slider__title-box-2 h2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.slider-bottom-box {
  position: absolute;
  left: 0;
  bottom: 41px;
  right: 0;
  min-height: 50px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-slider__nav {
  position: relative;
  float: right;
  width: 150px;
  z-index: 100;
  display: flex;
  align-items: flex-start;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  margin: 0;
  font-size: 10px;
  color: var(--manodarpan-base);
  transition: color 500ms ease;
}

.main-slider__nav .swiper-button-next {
  margin-left: 10px;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: var(--manodarpan-primary);
}

.main-slider__nav .swiper-button-prev {
  margin-right: 10px;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

#main-slider-pagination {
  z-index: 10;
  width: 150px;
  text-align: left;
  position: relative;
  margin-right: auto;
  float: left;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: rgba(var(--manodarpan-base-rgb), 0.8);
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--manodarpan-base);
  background: rgba(var(--manodarpan-base-rgb), 0);
}

/*--------------------------------------------------------------
# Main slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  overflow: hidden;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.main-slider-two__wrapper,
.main-slider-two .swiper-slide {
  position: relative;
  background: var(--manodarpan-extra);
}

.main-slider-two .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: -1;
}

.main-slider-two-box-1 {
  position: absolute;
  top: 160px;
  left: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background: rgba(255, 255, 255, 0);
  width: 63px;
  height: 96px;
}

.main-slider-two-box-2 {
  position: absolute;
  top: 230px;
  left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background: rgba(255, 255, 255, 0);
  width: 103px;
  height: 26px;
}

.main-slider-two-box-2:before {
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: "";
  height: 7px;
  width: 7px;
  background: var(--manodarpan-primary);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.main-slider-two-box-3 {
  position: absolute;
  bottom: 248px;
  left: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background: rgba(255, 255, 255, 0);
  width: 42px;
  height: 286px;
}

.main-slider-two-box-3:before {
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: "";
  height: 15px;
  width: 15px;
  background: var(--manodarpan-black);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.main-slider-two-box-4 {
  position: absolute;
  bottom: -4px;
  right: 385px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background: rgba(255, 255, 255, 0);
  width: 543px;
  height: 295px;
  z-index: -1;
}

.main-slider-two-box-4:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  height: 25px;
  width: 25px;
  content: "";
  background: var(--manodarpan-primary);
}

.main-slider-two-box-5 {
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background: rgba(255, 255, 255, 0);
  width: 218px;
  height: 133px;
}

.main-slider-two-box-6 {
  position: absolute;
  right: 169px;
  bottom: 108px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background: rgba(255, 255, 255, 0);
  width: 223px;
  height: 86px;
}

.main-slider-two-box-7 {
  position: absolute;
  top: 134px;
  right: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background: rgba(255, 255, 255, 0);
  width: 178px;
  height: 536px;
}

.main-slider-two-box-7:before {
  position: absolute;
  bottom: -2px;
  left: -2px;
  content: "";
  height: 46px;
  width: 46px;
  content: "";
  background: var(--manodarpan-black);
  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.main-slider-two-box-8 {
  position: absolute;
  top: 190px;
  right: 175px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  background: rgba(255, 255, 255, 0);
  width: 103px;
  height: 216px;
  border-right: 0;
}

.main-slider-two-box-9 {
  position: absolute;
  top: 260px;
  left: 767px;
  height: 96px;
  width: 96px;
  background: var(--manodarpan-primary);
}

.main-slider-two-box-10 {
  position: absolute;
  bottom: 70px;
  left: 925px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0);
  width: 12px;
  height: 13px;
  border-radius: 50%;
}

.main-slider-two .container {
  position: relative;
  padding-top: 290px;
  padding-bottom: 170px;
  z-index: 30;
}

.main-slider-two__content {
  position: relative;
  display: block;
  margin-left: -103px;
}

.main-slider-two__content h2 {
  font-size: 100px;
  line-height: 100px;
  text-transform: capitalize;
  margin-bottom: 45px;
}

.main-slider-two__btn-video {
  position: relative;
  display: flex;
  align-items: center;
  transition: color 500ms ease, background 500ms ease;
}

.main-slider-two__btn .thm-btn {
  color: var(--manodarpan-black);
}

.main-slider-two__btn .thm-btn:hover {
  color: var(--manodarpan-base);
}

.main-slider-two__video {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.main-slider-two__video-link a {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--manodarpan-black);
  transition: all 500ms ease;
}

.main-slider-two__video-link a:hover {
  color: var(--manodarpan-base);
  background: var(--manodarpan-primary);
}

.main-slider-two__video-content {
  margin-left: 20px;
}

.main-slider-two__video-content h5 {
  font-size: 16px;
  color: var(--manodarpan-gray);
  text-transform: capitalize;
  line-height: 22px;
}

.main-slider-two__img {
  position: absolute;
  top: -187px;
  right: -674px;
  bottom: 0;
  z-index: 1;
}

.main-slider-two__name-box {
  position: absolute;
  bottom: -60px;
  right: 479px;
}

.main-slider-two__name {
  font-size: 80px;
  font-family: var(--manodarpan-sayinistic-font);
}

.main-slider-two__badge {
  position: absolute;
  top: 15px;
  right: -178px;
  z-index: 2;
  animation: sunMove 10s linear infinite;
}

.main-slider-two .main-slider__social a {
  color: var(--manodarpan-black);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
}

.main-slider-three .swiper-slide {
  position: relative;
  background: var(--manodarpan-black);
}

.main-slider-three .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  z-index: -1;
}

.main-slider-three-map {
  position: absolute;

  left: 0;
  height: 600px;
  width: 100%;
  background-position: top center;
  opacity: 0.08;
  z-index: -1;
}

.main-slider-three__img-1 img{
  border-radius: 25px;
  border: 4px solid #fff;
  height: 350px;
  width: 100%;
  object-fit: cover;


}
.main-slider-three__img-1 {
  background: var(--manodarpan-black);
  opacity: 0;
  transform: translateX(100%);
  transition: transform 2000ms ease 2000ms, opacity 2000ms ease 2000ms,
    color 500ms ease, background 500ms ease;
  z-index: 2;
  border-radius: 25px;
}



.main-slider-three__img-2 {
  position: absolute;
  top: 90px;
  right: 0px;
  background: var(--manodarpan-black);
  opacity: 0;
  visibility: hidden;
  transform: translateX(150%);
  transition: transform 1500ms ease 0ms, opacity 1500ms ease 0ms;
  z-index: 1;
}

.main-slider-three__img-2 img {
  mix-blend-mode: luminosity;
}

.main-slider-three .swiper-slide-active .main-slider-three__img-1,
.main-slider-three .swiper-slide-active .main-slider-three__img-2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider-three .swiper-slide-active .main-slider-three__img-1 {
  transition-delay: 1000ms;
}

.main-slider-three .container {
  position: relative;
  padding-top: 135px;
  padding-bottom: 80px;
  z-index: 30;
}

.main-slider-three__content {
  position: relative;
  display: block;
}

.main-slider-three__content h2 {
  font-size: 40px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  line-height: 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

.main-slider-three__content p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  color: var(--manodarpan-base);
  padding-top: 18px;
  padding-bottom: 18px;
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__content p {
  opacity: 0.8;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

.main-slider-three__btn-box {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.main-slider-three__arrow {
  position: absolute;
  top: -26px;
  right: -90px;
  -webkit-animation-name: btnIconMove;
  animation-name: btnIconMove;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.main-slider-three .swiper-slide-active .main-slider-three__content h2,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background: var(--manodarpan-primary);
  z-index: 1;
}

.services-one-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  background-position: center;
  opacity: 0.07;
  z-index: -1;
}

.services-one__top {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-left .section-title__tagline {
  color: #ffbdc8;
}

.services-one__top-left .section-title__title {
  color: var(--manodarpan-base);
}

.services-one__top-right {
  position: relative;
  display: block;
  margin-top: 13px;
}

.services-one__top-text {
  color: #ffbdc8;
  margin: 0;
}

.services-one__bottom {
  position: relative;
  display: block;
  padding: 0 0 90px;
  counter-reset: count;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background: var(--manodarpan-base);
  padding: 82px 40px 34px;
  overflow: hidden;
  z-index: 1;
}

.services-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: var(--manodarpan-black);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(90deg) scale(0);
  -ms-transform: perspective(400px) rotateX(90deg) scale(0);
  transform: perspective(400px) rotateX(90deg) scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.services-one__single:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.services-one__title {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 25px;
}

.services-one__title a {
  color: var(--manodarpan-black);
  transition: all 500ms linear;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    46% / 0px 1px no-repeat;
}

.services-one__title a:hover {
  color: var(--manodarpan-primary);
  background-size: 100% 1px;
}

.services-one__icon {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 65px;
  color: var(--manodarpan-primary);
  transform: scale(1);
  transition: transform 500ms ease;
}

.services-one__single:hover .services-one__icon {
  transform: scale(0.85);
}

.services-one__count {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 35px;
  left: 39px;
  line-height: 30px;
}

.services-one__count:before {
  position: absolute;
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--manodarpan-font);
  color: rgba(var(--manodarpan-black-rgb), 0.1);
}

.services-one__view-all {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 58px 60px 58px;
  background: var(--manodarpan-black);
}

.services-one__view-all-title {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 25px;
}

.services-one__view-all-title a {
  color: var(--manodarpan-base);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    46% / 0px 1px no-repeat;
}

.services-one__view-all-title a:hover {
  background-size: 100% 1px;
  color: var(--manodarpan-primary);
}

.services-one__view-all-arrow a {
  font-size: 10px;
  color: var(--manodarpan-base);
  transition: all 500ms ease;
}

.services-one__view-all-arrow a:hover {
  color: var(--manodarpan-primary);
}

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.welcome-one-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.welcome-one-shape img {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.welcome-one__left {
  position: relative;
  display: block;
  margin-right: 70px;
  z-index: 1;
}

.welcome-one__left:before {
  position: absolute;
  top: -120px;
  bottom: -120px;
  left: -10000000px;
  right: 230px;
  content: "";
  background: var(--manodarpan-extra);
  z-index: -1;
}

.welcome-one__img-box {
  position: relative;
  display: block;
}

.welcome-one__img-box:before {
  position: absolute;
  bottom: 0;
  left: -40px;
  height: 224px;
  width: 20px;
  content: "";
  background: var(--manodarpan-primary);
}

.welcome-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--manodarpan-black);
  z-index: 1;
}

.welcome-one__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.welcome-one__img img {
  width: 100%;
  transition: all 900ms ease;
  mix-blend-mode: luminosity;
}

.welcome-one__experience {
  position: absolute;
  top: 74px;
  left: -94px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(161, 156, 156, 0.1);
  padding: 29px 40px 28px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.welcome-one__experience-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-one__experience-icon span {
  font-size: 65px;
  color: var(--manodarpan-primary);
  position: relative;
  display: inline-block;
  transition: transform 500ms linear, color 500ms ease;
  transform: scale(1);
}

.welcome-one__img-box:hover .welcome-one__experience-icon span {
  transform: scale(0.9);
  color: var(--manodarpan-black);
}

.welcome-one__experience-content {
  margin-left: 30px;
}

.welcome-one__experience-title {
  font-size: 16px;
  color: var(--manodarpan-gray);
  font-family: var(--manodarpan-font);
  line-height: 24px;
}

.welcome-one__experience-title span {
  font-size: 20px;
  color: var(--manodarpan-black);
  font-family: var(--manodarpan-font);
}

.welcome-one__right {
  position: relative;
  display: block;
}

.welcome-one__right .section-title {
  margin-bottom: 26px;
}

.welcome-one__right-text {
  margin: 0;
  padding-bottom: 32px;
}

.welcome-one__bottom {
  position: relative;
  display: block;
}

.welcome-one__bottom-left {
  position: relative;
  display: block;
  margin-right: -35px;
}

.welcome-one__bottom-title {
  font-size: 20px;
  color: var(--manodarpan-primary);
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 0.1em;
}

.welcome-one__points {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 39px;
}
.WhyManodarpan .welcome-one__points {
  margin: 0;
}

.WhyManodarpan .welcome-one__points li .text p, .WhyManodarpan .welcome-one__points li .icon i {
  margin: 0;
  color:  var(--manodarpan-base);
}
.WhyManodarpan  .icon {
  display: inline-block;
  position: relative;
  top: 4px;
}
.welcome-one__points li {
  position: relative;
  display: flex;
}

.welcome-one__points li + li {
  margin-top: 4px;
}

.welcome-one__points li .icon span {
  font-size: 16px;
  color: var(--manodarpan-primary);
}

.welcome-one__points li .text {
  margin-left: 10px;
}

.welcome-one__points li .text p {
  margin: 0;
}

.welcome-one__person {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-one__person-img {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: var(--manodarpan-black);
}

.welcome-one__person-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  content: "";
  border-radius: 50%;
  background: var(--manodarpan-extra);
  z-index: -1;
}

.welcome-one__person-img img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.welcome-one__person-sign {
  margin-left: 20px;
}

.welcome-one__person-sign h3 {
  font-size: 60px;
  font-family: var(--manodarpan-sayinistic-font);
}

.welcome-one__bottom-right {
  position: relative;
  display: block;
  margin-left: 42px;
  margin-top: 2px;
}

.welcome-one__bottom-right-content {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 40px 39px 40px;
}

.welcome-one__bottom-right-icon span {
  font-size: 66px;
  color: var(--manodarpan-primary);
  position: relative;
  display: inline-block;
  transform: scale(1);
  transition: color 500ms ease, transform 500ms ease;
}

.welcome-one__bottom-right-content:hover .welcome-one__bottom-right-icon span {
  transform: scale(0.85);
  color: var(--manodarpan-black);
}

.welcome-one__bottom-right-title {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 49px;
}

.welcome-one__btn {
  padding: 4px 37px 4px;
  color: var(--manodarpan-black);
  font-size: 12px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

.Why-involved{
  background: url(../images/backgrounds/gradient-bg.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Why-involved h2 {
  font-size: 38px;
  font-weight: 600;
  color: var(--manodarpan-base);
}
.Why-involved img {
  border: 4px solid var(--manodarpan-base);
  border-radius: 25px;
}
.brand-one {
  position: relative;
  display: block;
  border-top: 1px solid var(--manodarpan-bdr-color);
}

.brand-one .swiper-slide {
  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;
}

.brand-one .swiper-slide img {
  margin-top: 80px;
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 25px;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Design Studio
--------------------------------------------------------------*/
.design-studio {
  position: relative;
  display: block;
  z-index: 1;
}


.design-studio-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.design-studio__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.design-studio__title {
  font-size: 70px;
  text-transform: capitalize;
  line-height: 83px;
  color: var(--manodarpan-base);
  margin-bottom: 46px;
}
.design-studio p {
  color: var(--manodarpan-base);

}
.design-studio__title span {
  position: relative;
  display: inline-block;
}

.design-studio__title span:before {
  position: absolute;
  top: 50%;
  left: -13px;
  right: -13px;
  content: "";
  background: var(--manodarpan-primary);
  height: 2px;
  transform: translateY(-50%);
}

.design-studio__video-link {
  position: relative;
  display: block;
}

.design-studio__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 22px;
  color: var(--manodarpan-base);
  background: var(--manodarpan-primary);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.design-studio__video-icon:hover {
  background: var(--manodarpan-base);
  color: var(--manodarpan-primary);
}

.design-studio__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  border: 1px solid var(--manodarpan-base);
  opacity: 0.1;
}

.design-studio__video-link .ripple,
.design-studio__video-icon .ripple:before,
.design-studio__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 126px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--manodarpan-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--manodarpan-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--manodarpan-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.design-studio__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.design-studio__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/

.tastimonials-con {
  background: url(../images/tastimonials-bg--img.jpg) no-repeat center;
  background-size: cover;
}
.tastimonials-box {
  display: grid;
  grid-template-columns: 50% 50%;
}

.tastimonials-lft-box {
  background: url(../images/tastimonials-bg-lft-img.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .tastimonials-lft-box::after {
      width: 356px;
      height: 435px;
      background-size: contain;
  }
}

.tastimonials-lft-box:after {
  top: 0;
  left: 0;
  content: "";
  width: 481px;
  height: 604px;
  position: absolute;
  background: url(../images/slider-dots-img.png) no-repeat center;
}

@media only screen and (max-width: 1440px) {
  .tastimonials-rt-box #carouselExampleControls {
      width: 100%;
      padding: 100px 76px;
  }
}

@media only screen and (max-width: 1600px) {
  .tastimonials-rt-box #carouselExampleControls {
      padding: 125px 85px;
  }
}
.tastimonials-rt-box #carouselExampleControls {
  width: 694px;
  padding: 130px 74px 130px 87px;
}
/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  margin-top: -120px;
  z-index: 1;
}

.counter-one__inner {
  position: relative;
  display: block;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 94px;
  background: var(--manodarpan-extra);
  z-index: 1;
}

.counter-one__box-one {
  position: absolute;
  bottom: -106px;
  right: -106px;
  height: 106px;
  width: 106px;
  background: var(--manodarpan-primary);
  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.counter-one__box-two {
  position: absolute;
  bottom: -212px;
  right: 0;
  height: 106px;
  perspective: 106px;
  width: 106px;
  background: var(--manodarpan-extra);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.counter-one-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
}

.counter-one__single:before {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  content: "";
  width: 1px;
  background: var(--manodarpan-bdr-color);
}

.counter-one__single:first-child:before {
  display: none;
}

.counter-one__icon {
  height: 106px;
  width: 106px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.counter-one__icon span {
  color: var(--manodarpan-primary);
  font-size: 65px;
  position: relative;
  display: inline-block;
  transition: transform 500ms linear, color 500ms ease;
  transform: scale(1);
}

.counter-one__single:hover .counter-one__icon span {
  transform: scale(0.9);
  color: var(--manodarpan-black);
}

.counter-one__single h3 {
  font-size: 50px;
  font-family: var(--manodarpan-font) !important;
  line-height: 60px !important;
}

.counter-one__text {
  margin: 0;
  line-height: 32px;
}

.counter-one__single .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# We Care
--------------------------------------------------------------*/
.we-care {
  position: relative;
  display: block;
}

.we-care__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0 60px;
  border-bottom: 1px solid var(--manodarpan-bdr-color);
}

.we-care__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
  z-index: 1;
}

.we-care__img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 10px;
  background: var(--manodarpan-primary);
  z-index: 1;
}

.we-care__img img {
  mix-blend-mode: luminosity;
}

.we-care__content {
  margin-left: 50px;
}

.we-care__title {
  font-size: 26px;
  text-transform: capitalize;
  line-height: 36px;
  margin-bottom: 3px;
}

.we-care__text {
  margin: 0;
  font-size: 16px;
}

/*--------------------------------------------------------------
# portfolio-one
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-one .section-title {
  margin-bottom: 13px;
}

.project-filter {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 47px;
}

.project-filter.style1 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-filter.style1 li:nth-child(1) {
  padding-right: 13px;
}

.project-filter.style1 li .filter-text {
  position: relative;
  color: var(--manodarpan-gray);
  font-size: 15px;
  font-weight: 400;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  z-index: 1;
}

.project-filter.style1 li .filter-text:before {
  position: absolute;
  top: 18px;
  left: -10px;
  right: -6px;
  content: "";
  background: var(--manodarpan-primary);
  height: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: scale(0);
  z-index: 1;
}

.project-filter.style1 li .filter-text:hover:before,
.project-filter.style1 li.active .filter-text:before {
  transform: scale(1);
}

.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
  color: var(--manodarpan-black);
}

.project-filter.style1 li .count {
  color: var(--manodarpan-gray);
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  padding: 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: -4px;
}

.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
  color: var(--manodarpan-black);
  opacity: 1;
}

.project-filter.style1 li + li {
  margin-left: 8px;
}

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.project-one__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
  width: 100%;
}

.project-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: transform 500ms ease, mix-blend-mode 500ms ease;
  transform: scale(1);
}

.project-one__single:hover .project-one__img img {
  mix-blend-mode: normal;
  transform: scale(1.05);
}

.project-one__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 35px;
  padding: 31px 50px 29px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: 1;
}

.project-one__single:hover .project-one__hover {
  transform: scaleY(1);
}

.project-one__hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(var(--manodarpan-black-rgb), 0.9);
  z-index: -1;
}

.project-one__tagline {
  position: relative;
  font-size: 12px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 26px;
}

.project-one__tagline:before {
  position: absolute;
  top: 50%;
  left: -50px;
  content: "";
  height: 1px;
  width: 29px;
  background: var(--manodarpan-primary);
  transform: translateY(-50%);
}

.project-one__title {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 30px;
}

.project-one__title a {
  color: var(--manodarpan-base);
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: var(--manodarpan-primary);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.why-choose-one__left {
  position: relative;
  display: block;
  margin-left: -374px;
}

.why-choose-one__left:before {
  position: absolute;
  top: -120px;
  left: -10000000px;
  right: 300px;
  bottom: -120px;
  content: "";
  background: var(--manodarpan-extra);
}

.why-choose-one-box-1 {
  position: absolute;
  bottom: 112px;
  right: 112px;
  height: 112px;
  width: 112px;
  background: var(--manodarpan-base);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.why-choose-one-box-2 {
  position: absolute;
  bottom: 0;

  right: 0;

  height: 112px;
  width: 112px;
  background: var(--manodarpan-primary);
  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.why-choose-one-box-3 {
  position: absolute;
  bottom: -112px;
  right: 112px;
  height: 112px;
  width: 112px;
  background: var(--manodarpan-black);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.why-choose-one__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.why-choose-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.why-choose-one__right .section-title {
  margin-bottom: 25px;
}

.why-choose-one__right-text {
  margin: 0;
}

.why-choose-one__content {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--manodarpan-bdr-color);
  margin-top: 42px;
  padding-top: 46px;
}

.why-choose-one__content-img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.why-choose-one__content-img img {
  mix-blend-mode: luminosity;
}

.why-choose-one__content-list {
  margin-left: 28px;
}

.why-choose-one__points {
  position: relative;
  display: block;
}

.why-choose-one__points li {
  display: flex;
  align-items: center;
}

.why-choose-one__points li + li {
  margin-top: 2px;
}

.why-choose-one__points li .icon span {
  font-size: 16px;
  color: var(--manodarpan-secondary);
}
.Howitworks .why-choose-one__points li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.why-choose-one__points li .text {
  margin-left: 10px;
}

.why-choose-one__points li .text p {
  font-size: 16px;
  margin: 0;
  color: var(--manodarpan-base);
}
.why-choose-one__points li .text h6 {
  color: var(--manodarpan-base);
}
.why-choose-one__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 44px;
}

.why-choose-one__progress-single {
  position: relative;
  display: block;
}

.why-choose-one__progress-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--manodarpan-black);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.why-choose-one__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background: var(--manodarpan-extra);
  border-radius: 0px;
  margin-bottom: 25px;
}

.why-choose-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  border-radius: 0px;
  background: var(--manodarpan-primary);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.why-choose-one__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 19px;
  color: var(--manodarpan-base);
  line-height: 24px;
  font-size: 10px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  background: var(--manodarpan-black);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__progress .count-text:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  border: 3px solid var(--manodarpan-black);
  content: "";
  border-right: 4px solid;
  border-bottom: 3px solid;
}

.why-choose-one__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.why-choose-one__progress .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 95px 0 97px;
  z-index: 1;
}

.testimonial-one__map {
  position: absolute;
  top: 79px;
  left: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 486px;
  width: 1005px;
  transform: translateX(-50%);
  opacity: 0.08;
  z-index: -1;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0 0 0;
}

.testimonial-one__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  transition: all 200ms linear;
}

.testimonial-one__single {
  position: relative;
  display: block;
}

.testimonial-one__content {
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 48px 59px 76px;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-one__content:before {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  content: "";
  height: 3px;
  background: var(--manodarpan-primary);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.testimonial-one__single:hover .testimonial-one__content:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.testimonial-one__text {
  margin: 0;
  line-height: 38px;
}

.testimonial-one__client-info {
  position: relative;
  display: block;
  margin-top: -47px;
  margin-left: 60px;
}

.testimonial-one__client__img {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  border-radius: 50%;
  width: 90px;
  background: var(--manodarpan-black);
}

.testimonial-one__client__img img {
  mix-blend-mode: luminosity;
  width: 90px !important;
  border-radius: 50%;
}

.testimonial-one__name {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 24px;
}

.testimonial-one__title {
  font-size: 12px;
  color: var(--manodarpan-primary);
  font-family: var(--manodarpan-font);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  line-height: 22px;
}


.receives-funds-section .receives-box {
  border-right: 1px solid var(--manodarpan-base);
  transition: all 0.3s ease-in-out;
}
.receives-funds-section .receives-funds-box .number {
  top: 25px;
  left: 40px;
}

.receives-funds-section .receives-funds-box figure {
  background: var(--manodarpan-blue);
  border-radius: 25px;
}
.receives-funds-section  .CharitiesFunds  .receives-funds-box figure {
background: var(--manodarpan-green);
border-radius: 25px;
}
.receives-funds-section .receives-funds-box figure img {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}
.receives-funds-section .receives-funds-box {
  border-right: 1px solid var(--manodarpan-base);
  transition: all 0.3s ease-in-out;
}
.receives-funds-section  .content {
  bottom: 36px;
  left: 40px;
  transition: all 0.3s ease-in-out;
}
.receives-funds-section  h4 {
  font-size: 16px;
  line-height: 26px;
}
/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: #f2faff;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  
}

.cta-one__title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 43px;
  color: var(--manodarpan-black);
  margin-bottom: 10px;
}
.ctaForBusinesses .cta-one__title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 43px;
  color: var(--manodarpan-black);
  margin-bottom: 10px;
}

/* .ctaForBusinesses  .cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--manodarpan-black);
  padding: 50px;
  border-radius: 25px;

} */

/* .ctaIndividuals .cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--manodarpan-blue);
  padding: 50px;
  border-radius: 25px;
  text-align: center;

} */
.ctaIndividuals  a {
  color: var(--manodarpan-secondary);
  font-family: var(--manodarpan-font);
  text-decoration: underline;
}

.ctaIndividuals a,
.ctaIndividuals a:hover,
.ctaIndividuals a:focus,
.ctaIndividuals  a:visited {
  text-decoration: none;
  text-decoration: underline;

}
.ctaIndividuals  .cta-one__title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 43px;
  color: var(--manodarpan-black);
  margin-bottom: 10px;
}
.cta-one__title-box p {
  color: var(--manodarpan-black);
}

.cta-one__box-1 {
  position: absolute;
  top: -106px;
  left: -106px;
  height: 106px;
  width: 106px;
  background: var(--manodarpan-extra);

  animation: boxRotate 4s linear infinite;
  transform-origin: left;
}

.cta-one__box-2 {
  position: absolute;
  top: 0;
  left: -212px;
  height: 106px;
  width: 106px;
  background: var(--manodarpan-black);

  animation: boxRotate 4s linear infinite;
  transform-origin: right;
}

.cta-one__left {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-one__icon {
  display: flex;
  align-items: center;
}

.cta-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--manodarpan-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cta-one__inner:hover .cta-one__icon span {
  transform: scale(1.2);
}

.cta-one__title-box {
  margin-left: 30px;
}



.cta-one__right {
  position: relative;
  display: block;
}
.cta-one__right p {
  color: var(--manodarpan-base);
}

.cta-one__link {
  border: none;
  color: var(--manodarpan-secondary);
  text-decoration: underline;
}
.cta-one__link:hover {
color: var(--manodarpan-black);
text-decoration: underline;

}
.cta-one__btn {
  border: 2px solid var(--manodarpan-base);
}

.cta-one__btn:after {
  background: var(--manodarpan-base);
}

.cta-one__btn:hover {
  color: var(--manodarpan-black);
}

/*--------------------------------------------------------------
# Best Agency
--------------------------------------------------------------*/
.best-agency {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 180px 0 138px;
  margin-top: -60px;
  z-index: 1;
}

.best-agency-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.6;
}

.best-agency__left {
  position: relative;
  display: block;
  margin-right: 50px;
}

.best-agency__left .section-title {
  margin-bottom: 36px;
}

.best-agency__points {
  position: relative;
  display: flex;
  align-items: center;
}

.best-agency__points li {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 45px;
}

.best-agency__points li + li {
  margin-left: 20px;
}

.best-agency__points li .icon span {
  font-size: 16px;
  color: var(--manodarpan-primary);
}

.best-agency__points li .text {
  margin-left: 10px;
}

.best-agency__points li .text p {
  font-size: 16px;
  color: var(--manodarpan-black);
  margin: 0;
}

.best-agency__experience {
  position: relative;
  display: flex;
  border-top: 1px solid var(--manodarpan-bdr-color);
  margin-top: 40px;
  padding-top: 29px;
}

.best-agency__experience-icon {
  display: flex;
  align-items: center;
}

.best-agency__experience-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--manodarpan-primary);
  transform: scale(1);
  transition: transform 200ms linear;
}

.best-agency__experience:hover .best-agency__experience-icon span {
  transform: scale(0.9);
}

.best-agency__experience-text-box {
  margin-left: 20px;
}

.best-agency__experience-text {
  margin: 0;
  line-height: 34px;
}

.best-agency__experience-text span {
  font-family: var(--manodarpan-font);
  color: var(--manodarpan-black);
}

.best-agency__right {
  position: relative;
  display: block;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background: var(--manodarpan-black);
}
.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--manodarpan-base);
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
}
.PlatformBenefits .welcome-two__points li {
  padding-left: 60px;
}
.PlatformBenefits .welcome-two__points li .icon svg {
fill: var(--manodarpan-black);
height: 17px;
width: 17px;
}
.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}





.faq-one-accrodion .accrodion-title h4::before {
  content: "\e912";
  font-family: "icomoon" !important;
  font-size: 12px;
  color: var(--manodarpan-primary);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.manodarpanPlatformBenefits-section  .faq-one-accrodion .accrodion {
  background:transparent;

}
.faq-one-accrodion .accrodion-title h4::before {
  content: "\e912";
  font-family: "icomoon" !important;
  font-size: 12px;
  color: var(--manodarpan-primary);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e913";
  color: var(--manodarpan-base);

  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding:15px;
}
.accrodion-content h6 {
  margin-bottom: 10px;
}
.faq-one-accrodion .accrodion.active .accrodion-content {
  background: var(--manodarpan-extra);
}

.faq-one-accrodion .accrodion-content p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  margin-bottom: 6px;
}
.faq-one-accrodion .accrodion-content ul li {
font-size: 15px;
margin: 0;
line-height: 26px;
margin-bottom: 6px;
color: var(--manodarpan-black);
}

/* qr */
.Download-Mobile{

  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.app-linkqr {
display: block;
width: 100%;
margin-bottom: 35px;
}
.app-linkqr img {
height: 100px;
margin: 15px;
display: inline-block;
width: auto;
}
.app-linkqr a img {
height: 70px;
margin: 15px;
display: inline-block;
width: auto;
padding-left: 24px;
}

/****************tabs-section****************/
#tsum-tabs h1 {
padding: 50px 0;
font-weight: 400;
text-align: center;
}
#tsum-tabs p {
margin: 0 0 5px;
padding-right: 58px;
}
.tab-description p:last-child{
  padding-right: 75px !important;
  border-left: 2px solid var(--manodarpan-secondary);
  padding-left: 15px;
}
.tab-sec-img{
  margin-left: -7px;
}  
#tsum-tabs section {
display: none;
padding: 47px 0 0;
text-align: left;
} 
#tsum-tabs input {
display: none;
}  
#tsum-tabs label {
display: inline-block;
width: 18.5%;
text-align: center;
margin: 0 7px 0 6px;
padding: 0;
position: relative;
box-shadow: 6px 0 38px #e0f2fd;
padding: 23px 27px 19px;
transition: .6s all ease-in-out;

}
#tsum-tabs label:before {
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
position: unset;
width: unset;
height: unset;
background: unset;
border: 0;
border-radius: 0;
display: unset;
display: none;
}  
#tsum-tabs label:hover {
color: #888;
cursor: pointer;
}   
#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
display: block;
}


#tsum-tabs .Effective-sec-item:hover{
  border-color: transparent;
  color: var(--manodarpan-base);
  background: var(--button-color);
}
#tsum-tabs [id^="tab"]:checked + label img{
filter:  brightness(0) invert(1);
}
#tsum-tabs .Effective-sec-item-title h4,
#tsum-tabs .Effective-sec-item-title span
{
  padding: 0 39px;
}
.panel .panel-body a.zoom:hover img {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
}
#tsum-tabs [id^="tab"]:checked + label{
background: var(--manodarpan-secondary);
color: var(--manodarpan-base);
}
#tsum-tabs [id^="tab"]:checked + label:after {
bottom: 0;
content: "";
display: inline-block;
width: 0;
height: 0;
position: absolute;
border-style: solid;
border-width: 12px 10px 0 10px;
border-color: var(--manodarpan-secondary) transparent transparent transparent;
left: 50%;
transform: translate(-10px, 95px);
top: 0;
background: unset;
border-radius: 0;

}
.effective-sec-item span {
font-size: 24px;
line-height: 26px;
font-weight: 600;
display: inline-block;
}
#tsum-tabs .Effective-sec-item-title small{
font-size: 18px;
line-height: 20px;
}
.admin-con span{
font-size: 16px;
font-weight: 400;
}
.admin-con h5 {
font-size: 22px;
line-height: 28px;
font-weight: 600;
color: var(--secondary-color);
margin-bottom: 6px;
}

.admin-con p{
margin-bottom: 4px;
}
.admin-con ul{
  margin: 0;
}
.admin-con ul li i {
font-size: 14px;
color: var(--manodarpan-black);
margin-right: 5px;
}
.admin-con ul li {
margin-right: 20px;
width: 100%;
}
.detail-sec .generic-button i {
padding: 8px 22px;
margin-left: 6px;
}


.value-sec .count{
font-size: 30px;
line-height: 30px;
font-weight: 7\500;
color: var(--secondary-color);
margin-right: 23px;
transition: .4s ease-in-out;
}
.value-sec .date-con span{
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--manodarpan-secondary);
}
.value-sec .date-con i{
color: var(--manodarpan-secondary);
}
.value-sec .date-con small{
font-size: 15px;
text-transform: uppercase;
}
.tabs-content {
padding: 15px;
background: var(--manodarpan-base);
box-shadow: 6px 0 38px #e0f2fd;
border-left: 3px solid var(--button-color);
margin-bottom: 35px;
transition: .4s ease-in-out;
position: relative;
}
.tabs-content::before {
content: "";
background: var(--manodarpan-secondary);
width: 0;
height: 0;
position: absolute;
left: -3px;
bottom: 0;
transition: .4s ease-in-out;
}
.tabs-content:hover::before{
width: 3px;
height: 100%;
}


.tabs-content:hover {
transform: scale(1.04);
}
.detail-sec figure {
margin-right: 25px;
}
.detail-sec figure img {
width: 100px;
height: 90px;
padding: 10px;
border-radius: 11px;
object-fit: contain;
border: 1px solid #6a6161;
}
/****************tabs-section****************/
/***********************event detail sec***********************/

.event-details h2{
font-size: 30px;
line-height: 42px;
margin-bottom: 10px;
color: var(--manodarpan-black);
}


.event-details :nth-child(3){
margin-bottom: 10px;
}
.event-details p{
margin-bottom: 25px;
color: var(--manodarpan-black);
}

.event-details-main-con figure, .event-details-main-con img{
border-radius: 25px;
border-radius: 25px;
  width: 100%;
  height: 100%
}
.event-detail-sec .blog-img .date span{
font-size: 50px;
line-height: 45px;
}
.event-detail-sec .blog-img .date small{
font-size: 22px;
line-height: 25px;
}


/***********************event detail sec***********************/
/* Showcase-Events - start
==================================================================================================== */
.Showcase-Events {

}
.Showcase-Events .section-title .big-title {
  margin-bottom: 30px; }
.Showcase-Events .section-title .custom-btn {
  -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2); }
.Showcase-Events .about-item-wrapper {
  padding-left: 50px; }
  .Showcase-Events .about-item-wrapper ul {
    width: 100%;
    display: flex;
    margin-top: 34px;
    list-style: none;
}
.Showcase-Events .about-item-wrapper ul li {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  border-radius: 25px;
  margin-right: 30px;
}
.Showcase-Events .about-item-wrapper ul li .about-item p{
font-weight: 400;
font-size: 15px;
}
.Showcase-Events .about-item-wrapper ul li .about-item {
        width: 100%;
        height: 100%;
        display: block;
        padding: 35px 30px;
        text-align: center;
        position: relative; 
        cursor: default;
      }
        /* .Showcase-Events .about-item-wrapper ul li .about-item:before {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          content: '';
          z-index: -1;
          position: absolute;
          background:var(--manodarpan-primary);
          background:var(--manodarpan-primary);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; 
          border-radius: 25px;
        } */
        .Showcase-Events .about-item-wrapper ul li .about-item .icon {
          display: table;
          margin: 0 auto 10px; }
          .Showcase-Events .about-item-wrapper ul li .about-item .icon i {
            font-size: 48px;
            background:var(--manodarpan-primary);
            background:var(--manodarpan-primary);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important; }
        .Showcase-Events .about-item-wrapper ul li .about-item .title {
          width: 100%;
          display: block;
          font-weight: 700;
          color: #333333;
          font-size: 18px;
          text-transform: capitalize;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .Showcase-Events .about-item-wrapper ul li .about-item .sub-title {
          color: #878787;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }



/* Showcase-Events - end */

/*======================== Upcoming Events =================*/
.up-coming-events {
margin-bottom: 62px;
}
.up-coming-events.fix {
margin-top: 67px;
}
.up-coming-events p {
margin: 28px 5px 40px 0;
}
.up-coming-events .coming-events p {
margin-right: 70px;
}
.up-coming-events .col-lg-4.col-md-4.col-sm-4.col-xs-6 {
margin-bottom: 30px;
}
.up-coming-events .coming-events .single-box {
height: 100%;
text-align: center;
border: 6px solid var(--manodarpan-blue-light);
margin-bottom: 30px;
padding: 20px 20px 0;
}
.up-coming-events .right-space-fix {
padding-right: 10px;
}
.up-coming-events .coming-events .single-box p {
font-size: 14px;
font-weight: 600;
color:#333333;
margin: 0 0 5px;
text-transform: uppercase;
}
.up-coming-events .coming-events .single-box p span {
font-weight: 700;
font-size: 25px;
text-transform: capitalize;
}
.up-coming-events .coming-events .single-box h6 {
font-size: 16px;
text-transform: uppercase;
margin: 5px 0;
}
.up-coming-events .coming-events .single-box a {
position: relative;
}

.up-coming-events .coming-events .single-box:hover {
border-color:var(--manodarpan-secondary);
}
.up-coming-events .become-help .img-box {
position: relative;
margin-bottom: 35px;
}
.up-coming-events .become-help .img-box .opacity {
position: absolute;
width:100%;
height: 100%;
top:0;
left:0;
text-align: center;
background: rgba(0,0,0,0.75);
padding: 52px 23px 0 23px;
}
.up-coming-events .become-help .img-box .opacity span {
font-size: 28px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
display: block;
}
.up-coming-events .become-help .img-box .opacity h6 {
font-size: 20px;
text-transform: uppercase;
margin:10px 0 30px 0;
}
.up-coming-events .become-help .img-box .opacity p {
margin: 0;
color:#fff;
}
.up-coming-events .become-help .button-wrapper {
text-align: center;
}
.up-coming-events .become-help .button-wrapper a {
width: 190px;
line-height: 45px;
color:#fff;
margin: 0 9px;
}
/***********************event detail sec***********************/
.event-details {
  background: var(--manodarpan-base);
  padding: 49px 45px 50px 40px;
}
.event-details-main-con{
  margin-bottom: 55px;
}


.event-details .admin-con span {
  font-size: 18px;
}
.event-detail-sec{
  background: #fff;
}
.event-details :nth-child(3){
  margin-bottom: 10px;
}
.event-details p{
  margin-bottom: 25px;
}
.event-single-page .theme-left-half-section>h6 {
font-size: 22px;
margin: 20px 0 50px 0;
text-transform: uppercase;
}
.event-single-page.up-coming-events {
margin-bottom: 0;
}


/***********************event detail sec***********************/
/******************event speaker sec*****************/
.generic-banner{
  background: url(../images/sub-banner-img.png) #ebf8ff no-repeat center;
  background-size: cover;
}
.event-speakers .member-detail{
  margin-bottom: 0;
}
.event-text-con ul li {
  color: #696767;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 26px;
}
.event-text-con ul {
  width: 32%;
  margin-right: 22px;
}
.event-text-con ul:last-child{
  margin-right: 0;
  padding-left: 3px;
}
.event-text-con ul li i {
  color: var(--button-color);
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.event-text-con ul li:last-child{
  margin-bottom: 0;
}
.event-speakers .generic-title p {
  margin-bottom: 41px;
}
/*****************event speaker sec******************/
/******************event speaker sec*****************/
.generic-banner{
background-size: cover;
}
.event-speakers .member-detail{
margin-bottom: 0;
}
.event-text-con ul li {
color: #000000;
font-weight: 500;
margin-bottom: 13px;
padding-left: 26px;
width: 100%;
font-size: 14px;
line-height: 21px;
}
.event-text-con ul {
margin-right: 0;
padding-left: 3px;
display: flex;
width: 100%;
justify-content: space-between;
}
.event-text-con ul li i {
color: var(--manodarpan-black);
font-size: 18px;
position: absolute;
left: 0;
top: 6px;
}
.event-text-con ul li:last-child{
margin-bottom: 0;
}
.event-text-con p{
margin-bottom: 25px;
color: var(--manodarpan-black);
}

/*****************event speaker sec******************/
/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
  overflow: hidden;
}

.blog-one__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
  height: 180px;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--manodarpan-black-rgb), 0.3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--manodarpan-base);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.blog-one__img > a > span {
  position: relative;
}

.blog-one__img > a > span::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--manodarpan-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.blog-one__img > a > span::after {
  content: "";
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background: var(--manodarpan-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-one__img > a:hover > span::before,
.blog-one__img > a:hover > span::after {
  background: var(--manodarpan-primary);
}

.blog-one__single:hover .blog-one__img > a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--manodarpan-primary);
  padding: 7px 20px 6px;
}

.blog-one__date p {
  font-size: 10px;
  font-weight: 500;
  color: var(--manodarpan-base);
  margin: 0;
  text-transform: capitalize;
  line-height: 20px;
}

  .blog-content {
    position: relative;
    display: block;
    background: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px;
    margin-top: -30px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 14%);
    transition: all 500ms ease;
    border-radius: 14px;
}
.blog-one__single:hover .blog-content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.blog-one__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
}

.blog-one__meta li + li {
  margin-left: 6px;
}

.blog-one__meta li span {
  font-size: 14px;
}

.blog-one__meta li {
  font-size: 14px;
  color: var(--manodarpan-secondary);
  transition: all 500ms ease;
}

.blog-one__meta li:hover {
  color: var(--manodarpan-secondary);
}

.blog-one__meta li i {
  font-size: 15px;
  color: var(--manodarpan-secondary);
  margin-right: 3px;
}

.blog-one__title {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 26px;
  margin-top: 6px;
  margin-bottom: 2px;
}

.blog-one__title > a {
  color: var(--manodarpan-black);
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title > a {
  color: var(--manodarpan-secondary);
}

.blog-one__read-btn > a {
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0.0345em;
  transition: all 500ms ease;
  margin-left: 0;
}





.blog-one__single:hover .blog-one__read-btn > a:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 495px;
  width: 100%;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1c1e1f;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}

#cookie-banner button {
    color: #000;
   }
#cookie-banner button:hover {
    color: #fff;
   }

#cookie-banner p {
    font-size: 14px;
}
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background:  var(--manodarpan-black);
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 44px 0 38px;
  z-index: 1;
  margin-bottom: 30px;
  background-size: 100% 100% !important;
  border-top: 10px solid;
  border-image: linear-gradient(to right, #df001e 25%, #5cb5e8 25% 50%, #64bd63 50% 75%, #f8c500 75%) 10;
}

.site-footer__top-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: -1;
}

.site-footer__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__top-left {
  position: relative;
  display: block;
}

.site-footer__top-left-title {
  font-size: 24px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  line-height: 34px;
}
.site-footer__top-left p{
  color: var(--manodarpan-base); 
  margin-bottom: 20px;
}
.site-footer__top-left-phone {
  font-size: 24px;
  color: var(--manodarpan-primary);
  font-family: var(--manodarpan-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__top-left-phone:hover {
  color: var(--manodarpan-base);
}

.site-footer__top-right {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.site-footer__top-right-social {
  display: flex;
  -webkit-box-align: center;
  align-items: stretch;
  justify-content: space-evenly;
  margin-top: 17px;
}

.site-footer__top-right-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--manodarpan-base);
  font-size: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__top-right-social a:hover {
  color: var(--manodarpan-primary);
}

.site-footer__top-right-social a + a {
  margin-left: 25px;
}

.site-footer__middle {
  position: relative;
  display: block;
  padding: 40px 0px;
  border-top: 1px solid rgba(var(--manodarpan-base-rgb), 0.1);
}

.site-footer__middle-inner {
  position: relative;
  display: block;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__title {
  font-size: 18px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  line-height: 28px;
  margin-bottom: 7px;
}

.footer-widget__contact-text {
  font-size: 15px;
  color:  var(--manodarpan-base);
  line-height: 34px;
  margin: 0;
}

.footer-widget__contact-email-phone {
  font-size: 15px;
  font-family: var(--manodarpan-font);
  line-height: 33px;
  display: flex;
}
.footer-widget__contact-email {
  color: var(--manodarpan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 15px;
}

.footer-widget__contact-email:hover {
  color: var(--manodarpan-base);
}

.footer-widget__contact-phone {
  color: var(--manodarpan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-phone:hover {
  color: var(--manodarpan-base);
}

.footer-widget__links {
  position: relative;
  display: block;
}

.footer-widget__links-list {
  position: relative;
  display: block;
  float: left;
  margin: 0;
}

.footer-widget__links-list li {
  position: relative;
  display: block;
  line-height: 33px;
}

.footer-widget__links-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--manodarpan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
  color: var(--manodarpan-base);
}

.footer-widget__links-list li a:before {
  position: absolute;
  top: 16px;
  left: -10px;
  right: -10px;
  content: "";

  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.footer-widget__links-list li a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.footer-widget__links-list-two {
  margin-left: 95px;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  background: #100f12;
  margin-left: 50px;
  padding: 43px 50px 41px;
  margin-top: 7px;
}

.footer-widget__newsletter .footer-widget__title {
  margin-bottom: 0;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background: rgba(var(--manodarpan-base-rgb), 0.2);
  border-radius: 0;
}

.footer-widget__newsletter-input-box input:-webkit-autofill,
.footer-widget__newsletter-input-box input:-webkit-autofill:hover,
.footer-widget__newsletter-input-box input:-webkit-autofill:focus,
.footer-widget__newsletter-input-box textarea:-webkit-autofill,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:hover,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:focus,
.footer-widget__newsletter-input-box select:-webkit-autofill,
.footer-widget__newsletter-input-box select:-webkit-autofill:hover,
.footer-widget__newsletter-input-box select:-webkit-autofill:focus {
  border: 0px solid var(--manodarpan-black);
  -webkit-text-fill-color: var(--manodarpan-base);
  -webkit-box-shadow: 0 0 0px 1000px var(--manodarpan-black) inset;
  box-shadow: 0 0 0px 1000px var(--manodarpan-black) inset;
  transition: background 5000s ease-in-out 0s;
}

.footer-widget__newsletter-input-box input[type="email"] {
  font-size: 14px;
  color: var(--manodarpan-base);
  font-weight: 400;
  height: 70px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-right: 60px;
  outline: none;
  box-shadow: none !important;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 70px;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
}

.footer-widget__newsletter-btn i {
  font-size: 16px;
  color: var(--manodarpan-primary);
}

.footer-widget__newsletter-bottom {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.footer-widget__newsletter-bottom-icon {
  height: 18px;
  width: 18px;
  border: 1px solid #3c3b3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
  font-size: 8px;
  color: var(--manodarpan-base);
}

.footer-widget__newsletter-bottom-text {
  margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
  font-size: 14px;
  color: var(--manodarpan-base);
  margin: 0;
}

.site-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #434343;
  padding: 30px 0;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: var(--manodarpan-base);
  margin: 0;
}
.site-footer__bottom-text a {
  color: var(--manodarpan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 0 12px;
  text-align: right;
}

.site-footer__bottom-text a:hover {
  color: var(--manodarpan-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 79px 0 73px;
  border-bottom: 1px solid var(--manodarpan-bdr-color);
}

.feature-one__container {
  position: relative;
  display: block;
  width: 100%;
}

.feature-one__list {
  position: relative;
  display: block;
}

.feature-one__single {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}

.feature-one__single:before {
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 7px;
  width: 1px;
  content: "";
  background: var(--manodarpan-bdr-color);
}

.feature-one__single:nth-child(1):before {
  display: none;
}

.feature-one__content {
  position: relative;
  display: block;
  max-width: 205px;
  width: 100%;
  margin: 0 auto;
}

.feature-one__icon span {
  font-size: 64px;
  color: var(--manodarpan-primary);
  position: relative;
  display: inline-block;
  transition: transform 200ms linear;
  transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
  transform: scale(0.9);
}

.feature-one__title {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 28px;
  margin-top: 8px;
  margin-bottom: 17px;
}

.feature-one__title a {
  color: var(--manodarpan-black);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    46% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
  background-size: 100% 1px;
  color: var(--manodarpan-primary);
}

.feature-one__text {
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/

.WhyJoinUs iframe {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 4px solid var(--manodarpan-base);
  border-radius: 25px;
}

.STEPPApproach .welcome-two__right {
margin-left: 0;
}
.STEPPApproach  .regionalSection .welcome-two__img-box:before {
right: -40px;
left: auto;
}
.STEPPApproach  .regionalSection .welcome-two__img-box:after{
right: -40px;
left: auto;
}
.welcome-two {
  position: relative;
  display: block;
}

.welcome-two__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.welcome-two__img-box {
  position: relative;
  display: block;
}


.welcome-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--manodarpan-black);
  z-index: 1;
  border-radius: 25px;
  border: 4px solid var(--manodarpan-base);
}


.welcome-two__img > img {
  width: 100%;
  transition: all 500ms ease;
}

.welcome-two__small-img {
  position: absolute;
  left: -120px;
  bottom: -73px;
  background: var(--manodarpan-black);
  z-index: 2;
}

.welcome-two__small-img:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 73px;
  width: 73px;
  background: var(--manodarpan-primary);
  z-index: 1;
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.welcome-two__small-img:after {
  position: absolute;
  bottom: -73px;
  right: 73px;
  content: "";
  height: 73px;
  width: 73px;
  background: var(--manodarpan-extra);
  z-index: 1;

  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.welcome-two__small-img > img {
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
}

.welcome-two__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: -10px;
}

.welcome-two__big-text {
  font-size: 120px;
  line-height: 120px;
  color: rgba(var(--manodarpan-black-rgb), 0.02);
  text-transform: capitalize;
  letter-spacing: 0.2em;
  font-family: var(--manodarpan-font);
  transform: rotate(90deg);
  position: absolute;
  top: 256px;
  right: -402px;
}

.welcome-two__right-text {
  font-size: 24px;
  color: var(--manodarpan-primary);
  margin: 0;
  font-weight: 300;
  line-height: 38px;
}

.welcome-two__points {
  position: relative;
  display: block;
  margin-top: 39px;
  margin-bottom: 43px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.welcome-two__points li {
  position: relative;
  display: block;
  padding-left: 88px;
}

.welcome-two__points li + li {
  margin-top: 15px;
}

.welcome-two__points li .icon {
  position: absolute;
  padding: 11px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: var(--manodarpan-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}
.welcome-two__points li.business .icon{
  background: var(--manodarpan-black);
}
.welcome-two__points li.individual .icon {

  background: var(--manodarpan-blue);

}
.welcome-two__points li.charity .icon {
  background: var(--manodarpan-green);
  fill: var(--manodarpan-base);
}
.welcome-two__points li.charity .icon svg,  .welcome-two__points li.individual .icon svg,   .welcome-two__points li.business .icon svg{
  fill: var(--manodarpan-base);
}
.welcome-two__points li .icon svg {
  fill: var(--manodarpan-black);
  height: 44px;
  width: 44px;
}
/* .welcome-two__points li.partnership .icon {
  background: var(--manodarpan-secondary);
} */
/* .welcome-two__points li:hover .icon {
  background: var(--manodarpan-primary);
  color: var(--manodarpan-base);
} */

.welcome-two__points li .text h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 600;
}

.welcome-two__points li .text p {
font-size: 15px;
margin: 0;
line-height: 24px;
color: #242527;
}

.welcome-two__btn {
  color: var(--manodarpan-black);
}

/* FAQ SECTION */
.faq-box .card-header {
padding: 0;
border: none;
border-radius: 0;
background: transparent;
}
.faq-box .card-header .btn-link {
width: 100%;
font-size: 20px;
text-align: left;
font-weight: 600;
line-height: 20px;
padding: 23px 32px 24px;
color: var(--primary--color);
}
.faq-box .card-header .btn-link:hover,
.faq-box .card-header .btn-link:focus{
text-decoration: none;
}
.faq-box .card{
border: none;
border-radius: 0;
margin-bottom: 30px;
background: var(--white-color);
box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.faq-box{
width: 85%;
margin: 0 auto;
}
.faq-box .card-header .btn-link:after{
top: 16px;
right: 24px;
width: 43px;
height: 43px;
display: flex;
font-size: 20px;
position: absolute;
border-radius: 50%;
align-items: center;
justify-content: center;
background: var(--manodarpan-secondary);
color: var(--white-color);
transition: all 0.5s ease-in-out;
font-family: "Font Awesome 5 Free";
}
.faq-box .card-header h5 button.collapsed:after {
content: "\f061";
}
.faq-box .card-header h5 button:not(.collapsed):after {
content: "\f063";
background: var(--secondary-color);
}
.faq-box .card-header h5 button:not(.collapsed){
color: var(--secondary-color);
}
.faq-box .card-body {
font-size: 16px;
line-height: 30px;
padding: 0 33px 30px;
}
/* FAQ SECTION */

/*--------------------------------------------------------------
# company Numbers
--------------------------------------------------------------*/
.company-numbers {
  position: relative;
  display: block;
  z-index: 1;
}

.company-numbers-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--manodarpan-black);
  z-index: 1;
}

.company-numbers-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.3;
  z-index: 1;
}

.company-numbers__inner {
  position: relative;
  display: block;
  padding: 120px 0 103px;
  z-index: 2;
}

.company-numbers__left {
  position: relative;
  display: block;
}

.company-numbers__video-box {
  position: relative;
  display: block;
  max-width: 225px;
  width: 100%;
  padding: 22.5px 0;
  overflow: hidden;
  z-index: 1;
}

.company-numbers__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: luminosity;
  background: var(--manodarpan-black);
  opacity: 0.7;
  z-index: -1;
}

.company-numbers__video-link {
  position: relative;
  display: block;
}

.company-numbers__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: var(--manodarpan-base);
  background: var(--manodarpan-primary);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.company-numbers__video-icon:hover {
  background: var(--manodarpan-base);
  color: var(--manodarpan-primary);
}

.company-numbers__video-link .ripple,
.company-numbers__video-icon .ripple:before,
.company-numbers__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--manodarpan-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--manodarpan-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--manodarpan-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.design-studio__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.design-studio__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.company-numbers__content {
  position: relative;
  display: block;
}

.company-numbers__tagline {
  font-size: 14px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  margin: 0;
  padding-bottom: 3px;
  padding-top: 28px;
}

.company-numbers__title {
  font-size: 60px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  line-height: 72px;
}

.company-numbers__title span {
  position: relative;
  display: inline-block;
}

.company-numbers__title span:before {
  position: absolute;
  top: 35px;
  left: -10px;
  right: -10px;
  height: 2px;
  content: "";
  background: var(--manodarpan-primary);
}

.company-numbers__right {
  position: absolute;
  margin-left: -30px;
  bottom: 0;
  right: 0;
}

.company-numbers__counter {
  position: relative;
  display: block;
  overflow: hidden;
}

.company-numbers__counter li {
  position: relative;
  float: left;
  max-width: 245px;
  width: 100%;
  background: var(--manodarpan-primary);
  padding: 35px 50px 46px;
}

.company-numbers__counter li:last-child {
  background: var(--manodarpan-black);
}

.company-numbers__counter li + li {
  margin-left: 10px;
}

.company-numbers__counter-content h3 {
  font-size: 40px;
  color: var(--manodarpan-base);
  font-family: var(--manodarpan-font) !important;
  line-height: 52px !important;
}

.company-numbers__counter-text {
  font-size: 16px;
  color: var(--manodarpan-base);
  margin: 0;
  line-height: 26px;
}

.company-numbers__counter .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 120px 0 120px;
  z-index: 1;
}

.services-two-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.05;
  z-index: -1;
}

.services-two__list {
  position: relative;
  display: block;
  padding: 0 0 30px;
}

.services-two__single {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 50px 0;
  margin-bottom: 22px;
}

.services-two__single:before {
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 8px;
  content: "";
  background: var(--manodarpan-bdr-color);
  width: 1px;
}

.services-two__single:nth-child(1):before {
  display: none;
}

.services-two__icon span {
  font-size: 64px;
  color: var(--manodarpan-primary);
  position: relative;
  display: inline-block;
  transition: transform 500ms linear;
  transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
  color: var(--manodarpan-black);
  transform: scale(0.9);
}

.services-two__title {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 24px;
  margin-top: 18px;
  margin-bottom: 22px;
}

.services-two__title a {
  color: var(--manodarpan-black);
  -webkit-transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    46% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
  background-size: 100% 1px;
  color: var(--manodarpan-primary);
}

.services-two__text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

.services-two__btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.services-two__btn {
  font-size: 14px;
  color: var(--manodarpan-black);
  text-transform: capitalize;
  display: inline-block;
  background: var(--manodarpan-base);
  padding: 13px 49px 10px;
  font-family: var(--manodarpan-font);
  transition: all 500ms ease;
}

.services-two__btn:hover {
  background: var(--manodarpan-primary);
  color: var(--manodarpan-base);
}

/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/
.two-boxes {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.two-boxes__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: var(--manodarpan-black);
  background-blend-mode: luminosity;
  opacity: 0.3;
  z-index: -1;
}

.two-boxes__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 71px 120px 70px;
  margin-bottom: 30px;
  background: var(--manodarpan-black);
  z-index: 1;
  overflow: hidden;
}

.two-boxes__tagline {
  font-size: 14px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 30px;
  padding-bottom: 3px;
}

.two-boxes__title {
  font-size: 20px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  line-height: 40px;
}

.two-boxes__arrow {
  position: relative;
  display: block;
  margin-top: 12px;
}

.two-boxes__arrow a {
  font-size: 10px;
  color: var(--manodarpan-primary);
  transition: all 500ms ease;
}

.two-boxes__arrow a:hover {
  color: #ffffff;
}

    /*--------------------------------------------------------------
# ForBusinesses
--------------------------------------------------------------*/
.page-header.Businesses-header{position: relative;}
.page-header.Businesses-header::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(111.4deg, #000000 1.4%, rgb(0 0 0 / 0%) 73.2%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
}

.Businesses-image{
  position: relative;
  border-radius: 25px;
}
.Businesses-image  img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
  z-index: -1;
  position: relative;
  border-radius: 25px;
  width: 100%;
}
.new-approach-image{
  position: relative;
  border-radius: 25px;
}
.new-approach-image img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
  z-index: -1;
  position: relative;
  border-radius: 25px;
  width: 100%;
  height: 437px;
}
.ForBusinesses .why-choose-one__points li .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: var(--manodarpan-black);
}
.ForBusinesses  .why-choose-one__points li .icon span {
  font-size: 16px;
  color: var(--manodarpan-black);
  position: relative;
  top: 4px;
}
.ForBusinesses  .why-choose-one__points li {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
}
  /*--------------------------------------------------------------
# ForCharities
--------------------------------------------------------------*/
section.ForCharities {
  width: 100%;
  display: inline-block;
}
.page-header.Charities-header{position: relative;}
.page-header.Charities-header::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
  background: linear-gradient(111.4deg, #61b400 -12.6%, rgb(0 0 0 / 0%) 73.2%);
}


.Charities-image{
  position: relative;
  border-radius: 25px;
}
.Charities-image img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
  z-index: -1;
  position: relative;
  border-radius: 25px;
  width: 100%;
  height: 400px;
}

.Charities-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
  border: 4px solid #fff;
  border-radius: 25px;
} 
.ForCharities .why-choose-one__points li .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: var(--manodarpan-black);
}
.ForCharities  .why-choose-one__points li .icon span {
  font-size: 16px;
  color: var(--manodarpan-green);
  position: relative;
  top: 4px;
}
.why-choose-one__points li {
  display: flex;
  align-items: baseline;
}
/*  */
.Giving-why-section{
  background-image: url(../images/backgrounds/charities-bg--img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.thumbnail-box {
width: 100%;
  margin: 10px 0 30px;
}
.thumbnail-box ul {
  margin: 0px;
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: space-evenly;
}
.thumbnail-box ul li {
  float: left;
  background: var(--manodarpan-base);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  padding: 0px;
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 100%;
  border-radius: 25px;
}
.thumbnail-box ul li:nth-child(2n) {
z-index: 2;
text-align: center;
margin: 117px -37px 0 -37px;
}
.thumbnail-box ul li a {
  display: block;
  width: 157px;
  height: 157px;
  font-size: 16px;
  line-height: normal;
  color: var(--manodarpan-black);
  padding: 30px 0 0;
  text-transform: capitalize;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.thumbnail-box ul li:hover {
  background: var(--manodarpan-base);
}
.thumbnail-box ul li:hover:before {
opacity: 1;
}
.thumbnail-box ul li:hover a, .thumbnail-box ul li:hover a svg {
fill: var(--manodarpan-green);
}
.thumbnail-box ul li:hover a, .thumbnail-box ul li:hover a svg {
fill:var(--manodarpan-green);
}
.thumbnail-box ul li:hover a svg {
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
transform: rotate(20deg);
}
.thumbnail-box ul li svg {
width: 50px;
display: block;
line-height: 50px;
fill: var(--manodarpan-green);
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
  margin: 0 auto;
  fill: var(--manodarpan-black);
}
  /*--------------------------------------------------------------
# ForIndividuals
--------------------------------------------------------------*/
.page-header.Individuals-header{position: relative;}
.page-header.Individuals-header::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(111.4deg, #006aeacc -12.6%, rgb(0 0 0 / 0%) 73.2%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
}

.Individuals-image{
  position: relative;
  border-radius: 25px;
}
.Individuals-image  img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
  z-index: -1;
  position: relative;
  border-radius: 25px;
  width: 100%;
}
.Individuals-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
  border: 4px solid #fff;
  border-radius: 25px;
}
.ForIndividuals .why-choose-one__points li .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: var(--manodarpan-black);
}
.ForIndividuals  .why-choose-one__points li .icon span {
  font-size: 16px;
  color: var(--manodarpan-blue);
  position: relative;
  top: 4px;
}
.ForIndividuals  .why-choose-one__points li {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
}
/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.project-two__top {
  position: relative;
  display: block;
}

.project-two__work {
  position: relative;
  display: block;
}

.project-two__work-inner {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 82px);
}

.project-two__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid var(--manodarpan-bdr-color);
  padding: 18px 0 50px;
}

.project-two__bottom-text {
  font-size: 16px;
  margin: 0;
}

.project-two__bottom-text a {
  position: relative;
  display: inline-block;
  color: var(--manodarpan-black);
  margin-left: 12px;
  transition: all 500ms ease;
}

.project-two__bottom-text a:hover {
  color: var(--manodarpan-primary);
}

.project-two__bottom-text a:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  background: var(--manodarpan-primary);
  height: 1px;
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/
.how-it-works {
  position: relative;
  display: block;
}

.how-it-works__top {
  position: relative;
  display: block;
}

.how-it-works__process {
  position: relative;
  display: block;
  counter-reset: count;
  z-index: 1;
}

.how-it-works__process:before {
  position: absolute;
  top: 94px;
  left: 53px;
  right: 53px;
  content: "";
  background: var(--manodarpan-black);
  height: 1px;
  z-index: -1;
}

.how-it-works__process-single {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}

.how-it-works__process-box {
  position: relative;
  height: 188px;
  width: 188px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--manodarpan-black);
  z-index: 1;
}

.how-it-works__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  background-blend-mode: luminosity;
  z-index: -1;
  background: var(--manodarpan-black);
  opacity: 0.3;
}

.how-it-works__icon span {
  font-size: 64px;
  color: var(--manodarpan-base);
  position: relative;
  display: inline-block;
  transition: transform 500ms linear;
  transform: scale(1);
}

.how-it-works__process-single:hover .how-it-works__icon span {
  transform: scale(0.9);
}

.how-it-works__title {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 34px;
  margin-top: 43px;
}

.how-it-works__count {
  height: 58px;
  width: 58px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works__count:before {
  position: absolute;
  height: 58px;
  width: 58px;
  font-size: 20px;
  line-height: 58px;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--manodarpan-font);
  color: var(--manodarpan-black);
  background: var(--manodarpan-base);
  border-radius: 50%;
}

.how-it-works__process-single:hover .how-it-works__count:before {
  background: var(--manodarpan-primary);
  color: var(--manodarpan-base);
}

.how-it-works__bottom {
  position: relative;
  display: block;
}

.how-it-works__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 31px;
}

.how-it-works__bottom-text {
  margin: 0;
  padding-bottom: 42px;
}

.how-it-works__btn {
  color: var(--manodarpan-black);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
}

.testimonial-two-shape {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.testimonial-two-shape img {
  height: 100%;
  width: 100%;
}

.testimonial-two__left {
  position: relative;
  display: block;
  z-index: 1;
}



.testimonial-two__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
  z-index: 1;
  border: 4px solid var(--manodarpan-base);
  border-radius: 25px;
}

.testimonial-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(var(--manodarpan-black-rgb), 0.3);
  z-index: 1;
  border-radius: 25px;
}

.testimonial-two__img img {
  width: 100%;
  border-radius: 25px;
}

.testimonial-two__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
}

.testimonial-two__title {
  font-size: 50px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  line-height: 60px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.testimonial-two__title span {
  position: relative;
  display: block;
}



.testimonial-two__box-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 73px;
  width: 73px;
  background: var(--manodarpan-extra);
  z-index: 1;

  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.testimonial-two__box-2 {
  position: absolute;
  bottom: -73px;
  right: -73px;
  height: 73px;
  width: 73px;
  background: var(--manodarpan-primary);
  z-index: 1;

  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.testimonial-two__right {
  position: relative;
  display: block;
}

.testimonial-two__right .section-title {
  margin-bottom: 10px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
}

.testimonial-two__text {
  font-size: 17px;
  margin:10px  0;
  line-height: 30px;
  color: var(--manodarpan-black);
}

.testimonial-two__client-info {
  position: relative;
  text-align: center;
  margin-top: 25px;
  width: 100%;
}

.testimonial-two__client-img {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  object-fit: cover;
}

.testimonial-two__client-img img {
  height: 90px;
  mix-blend-mode: luminosity;
  width: 90px !important;
  border-radius: 100%;
}

.testimonial-two__client-details {
  margin-left: 20px;
}

.testimonial-two__client-name {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 24px;
  margin-bottom: 5px;
}

.testimonial-two__client-title {
  font-size: 12px;
  font-family: var(--manodarpan-font);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  line-height: 22px;
  margin: 0;
  color: var(--manodarpan-secondary);
}

.testimonial-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}
.testimonial-two__carousel.owl-theme .owl-nav .owl-next,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  background: transparent;
  color: var(--manodarpan-secondary);

  font-size: 10px;
  transition: all 500ms ease;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset;
  color: var(--manodarpan-secondary);
  text-decoration: none;
}
.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--manodarpan-primary);
}

.our-offer .single-offer-box {
  padding: 50px;
  background-color: var(--manodarpan-base);
  border-radius: 25px;
  transition: all 0.3s ease-out;
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}
.our-offer .single-offer-box:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
.our-offer .single-offer-box h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
}
.our-offer .single-offer-box p {
  font-size: 18px;
  font-weight: 400;
  color: var(--manodarpan-black);
  margin: 23px 0 35px 0;
}

.IntegratedEcosystem .our-offer .single-offer-box {
  padding: 20px;
  height: 100%;
}
.IntegratedEcosystem  .welcome-two__points li .icon svg {
fill: var(--manodarpan-black);
height: 10px;
width: 10px;
}
.IntegratedEcosystem h3 {
margin-bottom: 14px;
}
.IntegratedEcosystem  .welcome-two__points {
margin-top: 10px;
margin-bottom: 10px;
}
.IntegratedEcosystem  .welcome-two__points li + li {
margin-top: 20px;
}
.IntegratedEcosystem   .welcome-two__points li .text p {
font-size: 15px;
margin: 0;
line-height: 24px;
color: #242527;
}
.IntegratedEcosystem  .welcome-two__points li {
position: relative;
display: block;
padding-left: 50px;
}
/*--------------------------------------------------------------
# feature-box
--------------------------------------------------------------*/
.feature-box-con {
position: relative;
z-index: 1;
}
.feature-box-item {
padding: 30px 30px 25px;
transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.feature-box-item svg{
padding: 10px;
margin-bottom: 10px;
transition: .6s ease-in-out;
fill: var(--manodarpan-base);
height: 6rem;
width: 6rem;
background: var(--manodarpan-primary);
border-radius: 100%;
}
.feature-box-con .row > div{
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
}
.feature-box-item h4 {
font-size: 22px;
line-height: 26px;
color: var(--manodarpan-black);
margin-bottom: 12px;
}
.feature-box-item p {
font-size: 16px;
line-height: 24px;
color: var(--manodarpan-black);
}
.feature-box-item:hover,
.service-box-item:hover{
background: var(--manodarpan-primary);
box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
transform: translateY(-20px);
  border-radius: 10px;
}
.feature-box-item:hover h4,
.feature-box-item:hover p {
color: var(--manodarpan-base);
}
.feature-box-item:hover img {
filter: brightness(0) invert(1);
}
/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
}

.team-one .row {
  --bs-gutter-x: 6px;
}

.team-one  .owl-nav {
  display: none;
}
.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--manodarpan-black);
  z-index: 1;
  border-radius:25px;
  
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #00000085;
  transition: transform 500ms ease;
  transform: scale(1, 0);
  transform-origin: bottom center;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.team-one__img img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.team-one__details {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-126%);
  transition: transform 500ms ease;
  z-index: 2;
  padding: 25px;
}

.team-one__single:hover .team-one__details {
  transform: translateX(0%);
}

.team-one__title {
  font-size: 13px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0.1em;
}

.team-one__name {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--manodarpan-base);
}

.team-one__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transform: translateX(135%);
  transition: transform 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  transform: translateX(0%);
}

.team-one__social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--manodarpan-base);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__social a:hover {
  color: var(--manodarpan-base);
}

.team-one__social a + a {
  margin-left: 30px;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 438px;
  background: var(--manodarpan-extra);
  z-index: -1;
}

.blog-two-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 438px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
  opacity: 0.6;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  background: var(--manodarpan-primary);
}

.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 92px 0;
}

.cta-two__box-1 {
  position: absolute;
  top: -112px;
  left: 0;
  height: 112px;
  width: 112px;
  background: var(--manodarpan-base);
  z-index: 1;
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.cta-two__box-2 {
  position: absolute;
  top: -224px;
  left: 112px;
  height: 112px;
  width: 112px;
  background: var(--manodarpan-primary);
  z-index: 1;
  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.cta-two__left {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-two__icon {
  display: flex;
  align-items: center;
}

.cta-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--manodarpan-base);
  transition: transform 500ms linear;
  transform: scale(1);
}

.cta-two__inner:hover .cta-two__icon span {
  transform: scale(0.9);
}

.cta-two__title-box {
  margin-left: 30px;
}

.cta-two__title {
  font-size: 36px;
  text-transform: capitalize;
  line-height: 43px;
  color: var(--manodarpan-base);
}

.cta-two__right {
  position: relative;
  display: block;
}

.cta-two__btn {
  border: 2px solid var(--manodarpan-base);
}

.cta-two__btn:after {
  background: var(--manodarpan-base);
}

.cta-two__btn:hover {
  color: var(--manodarpan-black);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 1;
}

.services-three:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 398px;
  background: var(--manodarpan-extra);
  content: "";
  z-index: -1;
}

.services-three-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 398px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  z-index: -1;
}

.services-three__top {
  position: relative;
  display: block;
}

.services-three__single {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid transparent;
  text-align: center;
  padding: 60px 90px 45px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--manodarpan-bdr-color);
}

.services-three_icon {
  position: relative;
  height: 106px;
  width: 106px;
  background: var(--manodarpan-extra);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.services-three_icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: var(--manodarpan-primary);
  transition: transform 500ms ease;
  transform: scale(1, 0);
  transform-origin: bottom center;
}

.services-three__single:hover .services-three_icon:before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.services-three_icon span {
  position: relative;
  display: inline-block;
  color: var(--manodarpan-primary);
  font-size: 64px;
  transition: transform 500ms ease, color 500ms ease;
  transform: scale(1);
}

.services-three__single:hover .services-three_icon span {
  color: var(--manodarpan-base);
  transform: scale(0.9);
}

.services-three__title {
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 27px;
  margin-bottom: 22px;
}

.services-three__title a {
  color: var(--manodarpan-black);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    46% / 0px 1px no-repeat;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
  background-size: 100% 1px;
  color: var(--manodarpan-primary);
}

.services-three__text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

.services-three__btn-box {
  position: relative;
  display: inline-block;
  margin-top: 18px;
}

.services-three__btn {
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-family: var(--manodarpan-font);
}

.services-three__single:hover .services-three__btn {
  color: var(--manodarpan-black);
}

.services-three__btn:before {
  position: absolute;
  top: 18px;
  left: -10px;
  right: -10px;
  content: "";
  height: 1px;
  background: var(--manodarpan-primary);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.services-three__single:hover .services-three__btn:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.services-three__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
  padding-top: 20px;
}

.services-three__bottom-text {
  font-size: 16px;
  margin: 0;
}

.services-three__bottom-text a {
  color: var(--manodarpan-black);
  position: relative;
  display: inline-block;
  margin-left: 12px;
  transition: all 500ms ease;
}

.services-three__bottom-text a:hover {
  color: var(--manodarpan-primary);
}

.services-three__bottom-text a:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  background: var(--manodarpan-primary);
  height: 1px;
}

/*--------------------------------------------------------------
# Welcome Three
--------------------------------------------------------------*/
.card.ResourcesCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 25px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.card-cd {
  width: 100%;
  overflow: hidden;
  margin: auto;
  text-align: center;
  font-family: arial;
  position: relative;
  margin-bottom: 20px;
}


.roundright-cd {
border-radius: 25px;
}
.sideleft-cd {
position: absolute;
bottom: 0;
left: 0;
width: 125px;
height: 125px;
object-fit: cover;
}
.round-cd.bar-cd {
position: absolute;
left: 0;
top: 0;
vertical-align: middle;
background: var(--manodarpan-green);
padding: 15px;
border-bottom-left-radius: 20px;
border-top-right-radius: 12px;
}
.sidebar-cd {
position: absolute;
top: 80px;
left: 0;
right: 0;
padding: 0 40px;
}
.card.ResourcesCard h3 {
font-size: 16px;
font-weight: bold;
color: var(--manodarpan-base);
}
.card.ResourcesCard h2 {
font-size: 19px;
font-weight: 500;
color: var(--manodarpan-black);
}
.sideright-cd {
position: absolute;
bottom: 20px;
width: 25px;
height: 25px;
right: 20px;
object-fit: contain;
}
.business-cd .round-cd.bar-cd {
background: var(--manodarpan-black);
}
.individual-cd .round-cd.bar-cd {
background: var(--manodarpan-blue);
}
.Ourevents{
  background: var(--manodarpan-black);
}
.Showcase-Events .welcome-three__img-box {
  padding: 0 15px;
}
.Ourevents p {
  color: #fff;
  line-height: 30px;
}
.Ourevents h2 {
  font-size: 38px;
  font-weight: 600;
  color: var(--manodarpan-base);
}
.Ourevents iframe {
  width: 100%;
  height: 434px;
  object-fit: cover;
  border: 4px solid  var(--manodarpan-base);
  border-radius: 25px;
}

section.page-header video {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: block;
object-fit: cover;
right: 0;
bottom: 0;
}
.Ourevents .welcome-three-img {
  border-radius: 25px;
}
.welcome-three {
  position: relative;
  display: block;
}

.welcome-three__left {
  position: relative;
  display: block;
}

.welcome-three .section-title {
  margin-bottom: 26px;
}

.welcome-three__text {
  margin: 0;
}

.welcome-three__features {
  position: relative;
  display: block;
  border-top: 1px solid var(--manodarpan-bdr-color);
  padding-top: 49px;
  margin-top: 38px;
  padding-bottom: 56px;
}

.welcome-three__features-box {
  display: flex;
  align-items: center;
}

.welcome-three__features-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-three__features-box li + li {
  margin-left: 52px;
}

.welcome-three__features-box li .icon {
  display: flex;
  align-items: center;
}

.welcome-three__features-box li .icon span {
  font-size: 64px;
  color: var(--manodarpan-primary);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.welcome-three__features-box li:hover .icon span {
  transform: rotateY(360deg);
}

.welcome-three__features-box li .text {
  margin-left: 25px;
}

.welcome-three__features-box li .text p {
  margin: 0;
  color: var(--manodarpan-black);
  line-height: 30px;
}

.welcome-three__btn {
  color: var(--manodarpan-black);
}

.welcome-three__right {
  position: relative;
  display: block;
  margin-left: 100px;
}

.welcome-three__img-box {
  position: relative;
  display: block;
}


.welcome-three-img {
  position: relative;
  display: block;
  overflow: hidden;
}



.welcome-three__img-box:hover .welcome-three-img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.welcome-three-img > img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
}

.welcome-three__small-img {
  position: absolute;
  bottom: 0;
  left: -100px;
  background: var(--manodarpan-black);
  z-index: 2;
}

.welcome-three__small-img > img {
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Watch Video
--------------------------------------------------------------*/
.watch-video {
  position: relative;
  display: block;
  z-index: 2;
}

.watch-video__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 162px 0 134px;
  z-index: 1;
}

.watch-video-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--manodarpan-black);
  z-index: 1;
}

.watch-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.7;
}

.watch-video__box-1 {
  position: absolute;
  top: 0;
  right: -106px;
  height: 106px;
  width: 106px;
  background: var(--manodarpan-primary);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.watch-video__box-2 {
  position: absolute;
  top: 106px;
  right: -212px;
  height: 106px;
  width: 106px;
  background: var(--manodarpan-extra);
  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.watch-video__video-link {
  position: relative;
  display: block;
  z-index: 2;
}

.watch-video__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 22px;
  color: var(--manodarpan-base);
  background: var(--manodarpan-primary);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.watch-video__video-icon:hover {
  background: var(--manodarpan-base);
  color: var(--manodarpan-primary);
}

.watch-video__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  border: 1px solid var(--manodarpan-base);
  opacity: 0.1;
}

.watch-video__video-link .ripple,
.watch-video__video-icon .ripple:before,
.watch-video__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 126px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--manodarpan-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--manodarpan-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--manodarpan-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.watch-video__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.watch-video__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.watch-video__title {
  position: relative;
  font-size: 50px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  line-height: 60px;
  margin-top: 35px;
  z-index: 2;
}

.watch-video__title span {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}

.watch-video__title span:before {
  position: absolute;
  top: 29px;
  left: -20px;
  right: -20px;
  height: 2px;
  background: var(--manodarpan-primary);
  content: "";
}

/*--------------------------------------------------------------
# Every Stage
--------------------------------------------------------------*/
.every-stage {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 180px 0 112px;
  margin-top: -60px;
  z-index: 1;
}

.every-stage-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.6;
}

.every-stage__left {
  position: relative;
  display: block;
  margin-right: 66px;
}

.every-stage__left .section-title {
  margin-bottom: 41px;
}

.every-stage__text-1 {
  font-size: 20px;
  color: var(--manodarpan-primary);
  margin: 0;
  font-family: var(--manodarpan-font);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-bottom: 33px;
}

.every-stage__text-2 {
  font-size: 16px;
  margin: 0;
  line-height: 34px;
}

.every-stage__right {
  position: relative;
  display: block;
}

.every-stage__tab-box .tab-buttons {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.every-stage__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
}

.every-stage__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 15px;
}

.every-stage__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--manodarpan-black);
  background: var(--manodarpan-base);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 40px 9px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  text-transform: capitalize;
  font-family: var(--manodarpan-font);
}

.every-stage__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--manodarpan-base);
}

.every-stage__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  content: "";
  background: var(--manodarpan-primary);
  transition: all 0.3s ease;
  z-index: -1;
}

.every-stage__tab-box .tab-buttons .tab-btn.active-btn span:before {
  width: 100%;
}

.every-stage__tab-box .tabs-content {
  position: relative;
  display: block;
}

.every-stage__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.every-stage__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.tab-content__inner-text {
  font-size: 16px;
  margin: 0;
  line-height: 34px;
}

.tab-content__bottom {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--manodarpan-bdr-color);
  padding-top: 46px;
  margin-top: 38px;
}

.tab-content__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.tab-content__img img {
  mix-blend-mode: luminosity;
}

.tab-content__points-box {
  margin-left: 30px;
}

.tab-content-points li {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.tab-content-points li + li {
  margin-top: 2px;
}

.tab-content-points li .icon {
  display: flex;
  align-items: center;
}

.tab-content-points li .icon span {
  font-size: 16px;
  color: var(--manodarpan-secondary);
}

.tab-content-points li .text {
  margin-left: 10px;
}

.tab-content-points li .text p {
  font-size: 17px;
  color: var(--manodarpan-black);
  margin: 0;

}
.sd-benefits .section-title p {
  line-height: 30px;
  color: var(--manodarpan-black);
}
.sd-benefits__content p {
  line-height: 30px;
  color: var(--manodarpan-black);
}


/*benfets*/
section#sd-benefits {
width: 100%;
display: inline-block;
}
.Benefits-section .Benefits-cards {
--cards-text-color: #fff;
--animation-speed-normal: .3s;
--animation-speed-fast: .25s;
display: flex;
flex-direction: row;
justify-content: center;
gap: 20px;
width: 100%
}

.Benefits-section .Benefits-cards .card {
flex-basis: 197px;
position: relative;
height: 350px;
z-index: 1;
transition: all var(--animation-speed-normal) ease-in-out;
cursor: pointer
}

.Benefits-section .Benefits-cards .card img {
object-fit: cover;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
transition: all .5s ease-in-out;
border-radius: 10px
}

.Benefits-section .Benefits-cards .card .card-info {
position: absolute;
top: 35%;
transform: translateY(-50%);
z-index: 2;
color: #fff;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
width: 100%;
padding: 30px;
opacity: 0;
transition: all var(--animation-speed-normal) ease-in-out;
}
/* .Benefits-section .Benefits-cards .card .card-info::after {
background: #000000b8;
content: '';
height: 1005;
width: 100%;
display: inline-block;
} */

.Benefits-section .Benefits-cards .card .card-info h3 {
color: #fff;
margin: 0 0 10px;
font-size: 23px;
}

.Benefits-section .Benefits-cards .card .card-info p {
   color: #fff;
font-size: 17px;
line-height: 30px;
}

.Benefits-section .Benefits-cards .card .card-info p:nth-of-type(1) {
margin: 0
}

.Benefits-section .Benefits-cards .card .card-heading {
position: absolute;
left: 0;
bottom: -60px;
color: rgba(65,65,65,.6);
font-size: 20px;
font-weight: 500;
line-height: 1.3
}

.Benefits-section .Benefits-cards .card[active] {
flex-basis: 560px;
height: 350px
}

.Benefits-section .Benefits-cards .card[active] .card-info {
opacity: 1
}

.Benefits-section .Benefits-cards .card[active] .card-heading {
color: #414141
}

@media screen and (max-width: 767px) {
.Benefits-section {
    padding-bottom:80px
}

.Benefits-section .Benefits-cards {
    flex-wrap: wrap;
    gap: 50px
}

.Benefits-section .Benefits-cards .card {
    flex-basis: 100%;
    height: 100px
}

.Benefits-section .Benefits-cards .card .card-info {
    padding: 20px
}

.Benefits-section .Benefits-cards .card .card-heading {
    bottom: -35px;
    font-size: 18px
}

.Benefits-section .Benefits-cards .card[active] {
    flex-basis: 100%;
    height: 300px
}

.Benefits-section .Benefits-cards .card[active] .card-info {
    opacity: 1
}
}

/* ********process section style start ******* */
iframe video.video-stream.html5-main-video {
width: 100% !important;
height: 100%;
position: unset !important;
}
.light-blue-bg{
background-color: var(--secton-blue);
position: relative;
width: 100%;
display: inline-block;
background-size: 100% 100% !important;
border-top: 10px solid;
border-image: linear-gradient(to right, #df001e 25%, #5cb5e8 25% 50%, #64bd63 50% 75%, #f8c500 75%) 10;

}

.black-bg{
background-color: var(--manodarpan-black); 
}

/* Alternate Text Image Css End */
.process-con ul {
display: grid;
grid-gap: 0 29px;
grid-template-columns: 1fr 1fr 1fr;
}

.process-con ul li {
display: flex;
align-items: center;
flex-direction: column;
}

.process-con ul li h4 {
margin-bottom: 12px;
color: var(--manodarpan-base);
}

.process-con .process-img-box {
width: 181px;
height: 181px;
display: flex;
cursor: pointer;
position: relative;
border-radius: 100%;
align-items: center;
margin-bottom: 51px;
justify-content: center;
border: 1px dashed  var(--manodarpan-secondary);
}

.process-con .process-img-box figure {
width: 144px;
height: 144px;
display: flex;
margin: 0 auto;
border-radius: 100%;
align-items: center;
justify-content: center;
box-shadow: 0 0 5px  var(--manodarpan-secondary);
}
.process-con .process-img-box figure  i{
font-size: 70px;
display: flex;
margin: 0 auto;
border-radius: 100%;
align-items: center;
justify-content: center;
box-shadow: 0 0 5px rgb(2 6 52 / 4%);
color: var(--manodarpan-secondary);
}

.process-con .process-img-box:hover figure {
background: var(--manodarpan-primary);
}

.process-con .process-img-box:hover {
border: 1px dashed var(--manodarpan-secondary);
}

.process-con .process-img-box:hover figure i {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(3deg) brightness(107%) contrast(109%);
}

.process-img-box span {
position: absolute;
bottom: -19px;
left: 50%;
font-size: 14px;
height: 32px;
width: 32px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
border-radius: 100%;
color: var(--manodarpan-base);
background: var(--manodarpan-primary);
transform: translateX(-50%);
}

.generic-title {
margin-bottom: 10px;
position: relative;
z-index: 1;
}

.generic-title span {
margin-bottom: 10px;
}
.process-con ul li p{
margin-bottom: 0;
color: var(--manodarpan-base);
}
.process-con ul li p:last-child {
margin-bottom: 0;
}

/* ******** process section style end ******* */
/*--------------------------------------------------------------
# We Build
--------------------------------------------------------------*/
.we-build {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.we-build__left {
  position: relative;
  display: block;
  margin-right: 20px;
  margin-left: -375px;
  z-index: 1;
}

.we-build__left:before {
  position: absolute;
  top: 0;
  bottom: -120px;
  left: -1000000px;
  right: 150px;
  content: "";
  background: var(--manodarpan-extra);
  z-index: -1;
}

.we-build__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.we-build__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.we-build__box-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 73px;
  width: 73px;
  background: var(--manodarpan-primary);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.we-build__box-2 {
  position: absolute;
  bottom: -73px;
  right: -73px;
  height: 73px;
  width: 73px;
  background: var(--manodarpan-extra);
  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.we-build__founded {
  position: absolute;
  bottom: 0;
  left: 369px;
  background: var(--manodarpan-primary);
  padding: 39px 50px 39px;
  display: flex;
  align-items: center;
}

.we-build__founded-icon {
  display: flex;
  align-items: center;
}

.we-build__founded-icon span {
  font-size: 64px;
  color: var(--manodarpan-base);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.we-build__founded:hover .we-build__founded-icon span {
  transform: rotateY(360deg);
}

.we-build__content {
  margin-left: 30px;
}

.we-build__content h4 {
  font-size: 20px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  line-height: 25px;
}

.we-build__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.we-build__right .section-title {
  margin-bottom: 30px;
}

.we-build__points {
  position: relative;
  display: block;
}

.we-build__points li {
  position: relative;
  display: block;
  padding-left: 88px;
}

.we-build__points li + li {
  margin-top: 36px;
}

.we-build__points li .icon {
  height: 58px;
  width: 58px;
  font-size: 16px;
  color: var(--manodarpan-primary);
  background: var(--manodarpan-extra);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 500ms ease;
}

.we-build__points li:hover .icon {
  background: var(--manodarpan-primary);
  color: var(--manodarpan-base);
}

.we-build__points-title {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 21px;
}

.we-build__points-text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

/*--------------------------------------------------------------
# We Can
--------------------------------------------------------------*/
.we-can {
  position: relative;
  display: block;
  padding: 109px 0 240px;
  z-index: 1;
}

.we-can-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--manodarpan-black);
  z-index: 1;
}

.we-can-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.3;
  z-index: 1;
}

.we-can__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.we-can__tagline {
  color: var(--manodarpan-primary);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  margin: 0;
}

.we-can__title {
  font-size: 50px;
  color: var(--manodarpan-base);
  text-transform: capitalize;
  margin-top: 2px;
  margin-bottom: 46px;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  border-top: 0;
  background: var(--manodarpan-extra);
  padding: 98px 0 99px;
}


/*  */
.therapist-help-section {
}


.therapist-help-section h2 {
  font-size: 32px;
}

.therapist-help-section .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.therapist-help-section .card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease;
}

.therapist-help-section .card:hover {
  transform: translateY(-5px);
}

.therapist-help-section .card-icon {
  font-size: 36px;

  margin-bottom: 15px;
}
.therapist-help-section i.fas.fa-file-alt{
  color: var(--border-sky);
}
.therapist-help-section i.fas.fa-chart-line{
  color: var(--border-green);
}

.therapist-help-section i.fas.fa-user-astronaut{
  color: var(--border-yellow);
}
.therapist-help-section .card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--manodarpan-blue);
}

.therapist-help-section .card ul {
  padding-left: 20px;
}

.therapist-help-section .card ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
font-weight: 500;
}



/* Meet Our Experts */
.therapists-section {
  background: #fff;
}


.therapists-details{
    position: relative;
    display: block;
      padding: 50px 20px 0px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background: var(--manodarpan-primary);
    border-radius: 9px;
    height: 100%;
}
.therapists-img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    padding-left: 50px;
    padding-right: 50px;
    
}
.therapists-img img {
    width: 140px !important;
    border-radius: 50%;
    margin-top: -130px;
    box-shadow: 3px 3px 3px #fff;
        height: 140px;
}

.therapists-details h2 {
    font-size: 20px;
   color: var(--manodarpan-base);
   line-height: 46px;
    text-transform: uppercase;
}

.therapists-details h3 {
   font-size: 17px;
  color: var(--manodarpan-base);
}
.therapists-details-contact{
 position: relative;
    display: block;
    margin-top: 15px;
   }

 .therapists-details-contact p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
      color: var(--manodarpan-base);

}

.therapists-details-contact-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.therapists-details-contact-inner .thr-left {
    position: relative;
    display: flex;
    align-items: center;
}
.therapists-details-contact-inner  .thr-right {
    position: relative;
    display: block;
}
.therapists-details-contact-inner .Readmore-btn {
    border-radius: 5px;
    background-color: #fff;
    border: none;
    color: var(--manodarpan-blue);
    text-align: center;
    font-size: 15px;
    transition: all 0.5s;
    cursor: pointer;
    padding: 4px 7px 6px;
    font-weight: 500;
}
/* Join Us Section */


.join-us-section .join-content {

  text-align: center;
}

section.join-us-section {
    background: #33487f;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgb(46 87 131);
    padding: 95px 20px;
   
}
.join-us-section h2{
  color: var(--manodarpan-base);
}
.join-us-section .join-icon {
  font-size: 40px;
  color: var(--manodarpan-base);
  margin-bottom: 20px;
}


.join-text p {
  font-size: 16px;
  color: var(--manodarpan-base);
  margin-bottom: 15px;
}
/* 
 */
 .profile-section {
      background: #fff;
      border-radius: 20px;
     box-shadow: 0 10px 40px rgb(46 87 131);
      padding: 30px 20px;
    }

    .profile-img img {
      width: 220px;
      height: 220px;
      object-fit: cover;
      border-radius: 12px;
    }

    .profile-content h3 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .profile-content p {
      font-size: 15px;
      color: #555;
    font-weight: 500;
    }

     .profile-section .btn-custom {
      margin-right: 10px;
    }

     .profile-section .social-icons a {
      margin-right: 8px;
      color: #fff;
      background: var(--manodarpan-blue);
      padding: 8px 12px;
      border-radius: 6px;
      text-decoration: none;
    }
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 160px 0 90px;
  background: var(--manodarpan-black);
  z-index: 1;
}

.page-header.Physiologistbanner {
  position: relative;
  display: block;
  padding: 200px 0 140px;
}
.page-header-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: var(--manodarpan-black);
    background-blend-mode: luminosity;
    opacity: 0.6;
    z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}
.page-header__inner img.img-fluid {
  height: 200px;
  object-fit: cover;
}
.page-header__inner h2 {
  font-size: 40px;
  color: var(--manodarpan-base);
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.page-header__inner p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding-bottom: 0px;
  color: var(--manodarpan-base);
}
/*  */
.step-section svg {
  width: 100%;
}
.step-details {
  width: 100%;
  margin: 15px 0;
}
.step-details h2 {
  font-size: 1.8em;
  color: var(--manodarpan-black);
  margin-bottom: 10px;
}

.step-details p {
  font-size: 1em;
  line-height: 1.6;
  color: var(--manodarpan-black);
}
/*  */
.breadcrumbs {
  position: relative;
     top: -45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--manodarpan-base);
  text-align: left;
  z-index: 2;
  font-weight: 500;
}
.breadcrumbs a:hover {
color: var(--manodarpan-gray);
}
.breadcrumbs a i{
color: var(--manodarpan-gray);
}
.breadcrumbs span {
color: var(--manodarpan-gray);
}
.breadcrumbs i.fa.fa-angle-right {
  font-size: 11px;
  padding: 1px 1px;
}
.thm-breadcrumb {
  position: relative;
  display: block;
  margin: 0;
}
section.blog-details .thm-breadcrumb li a {
  color: var(--manodarpan-gray);
}
.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--manodarpan-base);
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  background: var(--snetaj-primary);
  height: 1px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.thm-breadcrumb li+li {
  margin-left: 8px;
  color: var(--manodarpan-base);
}

.thm-breadcrumb li a {
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--manodarpan-extra);
}
.thm-breadcrumb li a:hover{
  color: var(--manodarpan-secondary);
}
.thm-breadcrumb li:hover:before,
.thm-breadcrumb li.active:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

/* Statistic */

.statistic-con {
background: var(--manodarpan-base);
display: inline-block;
width: 100%;
}
section.sd-benefits{
position: relative;
}
section.sd-benefits .top-left-gear img:last-child {
margin-top: 0;
animation: reverse_spin 10s linear infinite reverse;
-webkit-animation: reverse_spin 10s linear infinite reverse;
}
.PositiveEconomic{
position: relative;
}
.top-left-gear  img {
animation: spin 10s linear infinite reverse;
-webkit-animation: spin 10s linear infinite reverse;
position: relative;
top: 0px;
left: 0px;
width: 90px;
}

.rt-atib_section .bottom-right-gear img {
animation: spin 10s linear infinite reverse;
-webkit-animation: spin 10s linear infinite reverse;
}

.top-left-gear img:last-child {
margin-top: 0;
animation: reverse_spin 10s linear infinite reverse;
-webkit-animation: reverse_spin 10s linear infinite reverse;
}

.top-left-gear {
top: 17px;
left: 15px;
position: absolute;
}

.bottom-right-gear {
  bottom: 34px;
  right: 5px;
  left: auto;
  top: auto;
}
@keyframes spin {
0%{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
}

@keyframes reverse_spin {
0% {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
100% {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
}
}

@-webkit-keyframes spin {
0% {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
}

@-webkit-keyframes reverse_spin {
0% {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
100% {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
}
}
.statistic-con p {

color: var(--manodarpan-black);
}

.statistic-con .statistic_content h6{
margin-bottom: 16px;
}
.statistic-con .statistic_content h2{
margin-bottom: 40px;
}
.statistic-con .statistic-box {
padding: 20px;
text-align: center;
background: var(--manodarpan-base);
border: 2px solid var(--manodarpan-base);
box-shadow: 0 2px 28px 2px rgb(161 165 167 / 65%);
transition: all 0.3s ease-in-out;
border-radius: 25px;
height: 100%;
}
.statistic-con .statistic-box:hover {
border: 2px solid var(--manodarpan-secondary);
}
.statistic-con .statistic-box .icon {
text-align: center;
display: inline-block;
background: var(--manodarpan-primary);
transition: all 0.3s ease-in-out;
margin: -20px -20px 20px;
border-radius: 24px;
}
.statistic-con .statistic-box img {
border-top-left-radius: 24px;
border-top-right-radius: 24px;

}
.statistic-con .statistic-box:hover .icon {
transform: translateY(-5px);

}
.statistic-con .statistic-box .value {
font-size: 20px;
line-height: 25px;
font-weight: 500;
display: block;
margin-bottom: 4px;
color: var(--manodarpan-black);
}
.statistic-con .statistic-box .text {
font-size: 15px;
line-height: 24px;
display: inline-block;
color: var(--manodarpan-black);
}

.Howitworks{
background-position: right;
background-repeat: no-repeat;
width: 100%;
background-size: cover;
}
/*--------------------------------------------------------------
# organisationss Page
--------------------------------------------------------------*/
.organisationss-area-3 {
  position: relative;
  background-repeat: no-repeat;
}

.organisationss-bg {
  background: #161719;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

@media (max-width: 576px), (max-width: 480px) {
  .organisationss-bg {
      width: 100%;
  }
}


.organisationss-section-3__wrapper p {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: var(--manodarpan-black);
  margin-bottom: 26px;
}

.organisationss-section-3__wrapper .section-sub-title {
  color: var(--manodarpan-black);
}

.organisationss-section-3__wrapper .section-title {
  color: #fff;
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .organisationss-section-3__wrapper .section-title {
      margin-bottom: 35px;
  }
}

@media (max-width: 768px), (max-width: 576px), (max-width: 480px) {
  .organisationss-section-3__wrapper .section-title {
      margin-bottom: 30px;
  }
}

.organisationss-section-3__wrapper ul {
  list-style: none;
  margin-bottom: 42px;
}

@media (max-width: 992px) {
  .organisationss-section-3__wrapper ul {
      margin-bottom: 30px;
  }
}

.organisationss-section-3__wrapper ul li {
  color: var(--manodarpan-black);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}

.organisationss-section-3__wrapper ul li span {
  color: var(--manodarpan-primary);
  font-size: 16px;
  margin-right: 20px;
}

.tporganisationss-3__img-1 img {
border-radius: 12px;
border: 4px solid var(--manodarpan-secondary);
height: 565px;
width: 565px;
object-fit: cover;
}

/*--------------------------------------------------------------
# Causes Page
--------------------------------------------------------------*/
.causes-page {
  position: relative;
  display: block;
  background: var(--manodarpan-secondary);
}
.causes-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.causes-one .section-title__tagline::before {
  left: 50%;
  transform: translateX(-50%);
}

.causes-one__single {
  position: relative;
  display: block;
  padding-bottom: 34px;
  height: 100%;
}

.causes-one__img-box {
  position: relative;
  display: block;
}

.causes-one__img {
  position: relative;
  display: block;
  border-top-left-radius:  var(--manodarpan-base);
  border-top-right-radius:  var(--manodarpan-base);
  overflow: hidden;
  z-index: 1;
}

.causes-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-top-left-radius:  var(--manodarpan-base);
  border-top-right-radius:  var(--manodarpan-base);
  background: rgba(var(--wishon-black-rgb), .30);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.causes-one__single:hover .causes-one__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.causes-one__img img {
  width: 100%;
  border-top-left-radius:  var(--manodarpan-base);
  border-top-right-radius:  var(--manodarpan-base);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease
}

.causes-one__single:hover .causes-one__img img {
  transform: scale(1.05);
}

.causes-one__border-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 11px;
  background: transparent;
}

.causes-one__border-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -1px;
  width: 50%;
  background: var(--manodarpan-primary);
  z-index: 2;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

.causes-one__border-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -1px;
  width: 50%;
  background:  var(--manodarpan-primary);
  z-index: 2;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.causes-one__content {
  position: relative;
  display: block;
  padding: 15px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 67px rgb(44 162 252 / 7%);
height: 100%;
}
.causes-one__content:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  background: transparent;
  transition: .7s ease-in-out;
  opacity: 0;
 
}
.causes-one__single   .causes-one__content:hover {
  background: #242527;
transform: translateY(-8px);
}

.causes-one__single   .causes-one__content:hover .causes-one__title  {
  color: #ffffff;
}
.causes-one__single   .causes-one__content:hover .causes-one__text {
  color: #ffffff;
}
.causes-one__title-box {
  position: relative;
  display: block;
  text-align: left;
}

.causes-one__title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  font-family: var(--manodarpan-font);
  margin-bottom: 5px;
}



.causes-one__text {
  color: #242527;
  font-size: 14px;
  line-height: 26px;
}


/*  */
.charities-section  {
  /* background: url(../images/shapes/best-agency-shape.png) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  position: relative;
}

.charities-area-icon-box {
padding: 20px;
background: var(--manodarpan-base);
border: 2px solid var(--manodarpan-base);
box-shadow: 0 2px 28px 2px rgb(244 118 80 / 29%);
transition: all 0.3s ease-in-out;
border-radius: 25px;
height: 100%;
}
.charities-area-icon-box .icon-box {
position: relative;
color: var(--manodarpan-primary);
display: inline-block;
border-radius: 100%;
background: var(--manodarpan-primary);
z-index: 1;
padding: 20px;
height: 70px;
width: 70px;
text-align: center;
}
.charities-area-icon-box .icon-box p {
font-size: 40px;
top: 32%;
z-index: -1;
color: #ffffffa3;
position: absolute;
bottom: 0;
right: 0;
left: 0;
}


.charities-area-icon-box h5 {
  color: #242527;
  margin-bottom: 9px;
  font-size: 17px;
}
.charities-area-icon-box:hover .icon-box i {
  color: var(--manodarpan-base);
  position: relative;
  z-index: 1;
}
.charities-area-icon-box:hover  h5 {
  color: var(--manodarpan-secondary);
}
.charities-area-icon-box p {
  color: #242527;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Blog sidebar
--------------------------------------------------------------*/
.blog-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-sidebar__left {
  position: relative;
  display: block;
}

.blog-sidebar__content {
  position: relative;
  display: block;
}

.blog-sidebar__content-single {
  position: relative;
  display: block;
}

.blog-sidebar__content-single + .blog-sidebar__content-single {
  margin-top: 16px;
}

.blog-sidebar__content-img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.blog-sidebar__content-img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.blog-sidebar__date-box {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--manodarpan-primary);
  padding: 7px 20px 6px;
}

.blog-sidebar__date-box p {
  font-size: 10px;
  font-weight: 500;
  color: var(--manodarpan-base);
  margin: 0;
  text-transform: capitalize;
  line-height: 20px;
}

.blog-sidebar__content-box {
  position: relative;
  display: block;
  margin-top: 19px;
}

.blog-sidebar__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-sidebar__meta li + li {
  margin-left: 6px;
}

.blog-sidebar__meta li span {
  font-size: 14px;
}

.blog-sidebar__meta li a {
  font-size: 14px;
  color: var(--manodarpan-gray);
  transition: all 500ms ease;
}

.blog-sidebar__meta li a i {
  font-size: 15px;
  color: var(--manodarpan-primary);
}

.blog-sidebar__meta li a:hover {
  color: var(--manodarpan-primary);
}

.blog-sidebar__title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
  margin-bottom: 21px;
}

.blog-sidebar__title a {
  color: var(--manodarpan-black);
  transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
  color: var(--manodarpan-primary);
}

.blog-sidebar__text {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.blog-sidebar__read-more-btn {
  position: relative;
  display: block;
  margin-top: 4px;
}

.blog-sidebar__read-more-btn a {
  font-size: 13px;
  color: var(--manodarpan-gray);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

.blog-sidebar__read-more-btn a:hover {
  color: var(--manodarpan-black);
}

.blog-sidebar__read-more-btn a:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  height: 1px;
  background: var(--manodarpan-primary);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.blog-sidebar__read-more-btn a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.blog-sidebar .design-studio__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.blog-sidebar__bottom-box {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 50px 60px 50px;
  margin-top: 16px;
}

.blog-sidebar__bottom-box-icon {
  margin-bottom: 20px;
}

.blog-sidebar__bottom-box-text {
  font-size: 16px;
  margin: 0;
  line-height: 34px;
}

.blog-sidebar__delivering-services {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 60px 60px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-sidebar__delivering-services-icon {
  margin-bottom: 22px;
}

.blog-sidebar__delivering-services-title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
}

.blog-sidebar__delivering-services-title a {
  color: var(--manodarpan-black);
  transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
  color: var(--manodarpan-primary);
}

.blog-sidebar__load-more {
  margin-top: 30px;
}

.blog-sidebar__load-more-btn {
  color: var(--manodarpan-black);
}

.blog-sidebar__left .blog-sidebar__load-more {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

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

.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background: var(--manodarpan-black);
  color: var(--thm-base);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 84px;
  width: 100%;
  padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--manodarpan-base);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--manodarpan-base);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--manodarpan-base);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--manodarpan-base);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--manodarpan-base);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--manodarpan-base);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--manodarpan-base);
}

.sidebar__search-form button[type="submit"] {
  background: transparent;
  color: var(--manodarpan-base);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 60px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}

.sidebar__post {
  position: relative;
  display: block;
  padding:30px 30px;
  background: var(--manodarpan-extra);
}



.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding:20px;
  transition: all 500ms ease;
}

.sidebar__post-list li:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.sidebar__post-list li + li {
  margin-top: 10px;
}

.sidebar__post-image {
  margin-right: 20px;
  background: var(--manodarpan-black);
}

.sidebar__post-image > img {
  width: 232px;
  height: 70px;
  object-fit: cover;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: var(--manodarpan-secondary) !important;
  font-family: var(--manodarpan-font);
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--manodarpan-primary);
  font-size: 12px;
  padding-right: 3px;
}

.sidebar__post-content h3 a {
  color: var(--manodarpan-black);
  transition: all 500ms ease;
  text-transform: capitalize;
  margin-top: 3px;
  display: block;
}

.sidebar__category {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 47px 30px 36px;
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 8px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li + li {
  margin-top: 3px;
}

.sidebar__category-list li a {
  color: var(--manodarpan-gray);
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 4px 20px;
}

.sidebar__category-list li a:hover {
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--manodarpan-black);
}

.sidebar__category-list li.active a {
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--manodarpan-black);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--manodarpan-gray);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.sidebar__category-list li a:hover span {
  color: var(--manodarpan-primary);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  transform: scale(1);
  color: var(--manodarpan-primary);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 47px 45px 50px;
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 24px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 12px;
  color: var(--manodarpan-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--manodarpan-base);
  display: inline-block;
  padding: 4px 20px;
  margin-left: 5px;
  text-transform: capitalize;
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--manodarpan-base);
  background: var(--manodarpan-primary);
}

.sidebar__comments {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 47px 50px 43px;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 24px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background: var(--manodarpan-base);
  border-radius: 50%;
  font-size: 15px;
  color: var(--manodarpan-black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background: var(--manodarpan-primary);
  color: var(--manodarpan-base);
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
}

.sidebar__comments-text-box h5 {
  font-size: 16px;
  color: var(--manodarpan-black);
  line-height: 26px;
  font-family: var(--manodarpan-font);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 60px 0;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.blog-details__img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.blog-details__date-box {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--manodarpan-primary);
  padding: 7px 20px 6px;
}

.blog-details__date-box p {
  font-size: 10px;
  font-weight: 500;
  color: var(--manodarpan-base);
  margin: 0;
  text-transform: capitalize;
  line-height: 20px;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 19px;
  
}

.blog-details__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
}

.blog-details__meta li span {
  font-size: 14px;
}

.blog-details__meta li {
  font-size: 14px;
  color: var(--manodarpan-secondary);
  transition: all 500ms ease;
}

.blog-details__meta li:hover {
  color: var(--manodarpan-secondary);
}

.blog-details__meta li i {
  font-size: 15px;
  color: var(--manodarpan-secondary);
  margin-right: 3px;
}

.blog-details__meta li + li {
  margin-left: 6px;
}

.blog-details__title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
  margin-bottom: 10px;
}

.blog-details__text-1,
.blog-details__text-2,
.blog-details__text-3 {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  color: var(--manodarpan-black);
  margin-bottom: 15px;
}
.hastag{
  color: var(--manodarpan-secondary);
}

.blog-details__text-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 51px;
  border-top: 1px solid var(--manodarpan-bdr-color);
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--manodarpan-black);
  font-size: 16px;
  margin-right: 13px;
  text-transform: capitalize;
  font-family: var(--manodarpan-font);
}

.blog-details__tags a {
  position: relative;
  color: var(--manodarpan-black);
  font-size: 12px;
  background: var(--manodarpan-extra);
  display: inline-block;
  padding: 3px 20px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--manodarpan-font);
}

.blog-details__tags a:hover {
  background: var(--manodarpan-primary);
  color: var(--manodarpan-base);
}

.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--manodarpan-black);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--manodarpan-primary);
}

.blog-details__social-list a + a {
  margin-left: 30px;
}

.blgo-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 54px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 24px;
  color: var(--manodarpan-black);
  background: var(--manodarpan-extra);
  line-height: 29px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-top: 56px;
  padding-bottom: 53px;
  font-family: var(--manodarpan-font);
  text-transform: capitalize;
}

.blog-details__pagenation li + li {
  margin-left: 30px;
}

.blog-details__pagenation li:hover {
  background: var(--manodarpan-primary);
  color: var(--manodarpan-base);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--manodarpan-black);
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.comment-one__single {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid var(--manodarpan-bdr-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 17px;
  color: var(--manodarpan-black);
  margin-bottom: 10px;
  text-transform: capitalize;
}

.comment-one__content p {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 10px;
  color: var(--manodarpan-black);
}

.comment-one__btn {
  font-size: 12px;
  color: var(--manodarpan-black);
  position: absolute;
  top: 0;
  right: 0;
}

.comment-one__image {
  position: relative;
  display: block;
}

.comment-one__image img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.comment-form .comment-form__title {
  margin-top: -4px;
  margin-bottom: 36px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"],
.comment-form__input-box input[type="tel"], p.comment-form-url input {
  padding: 10px 20px;
  width: 100%;
  border: none;
  background: var(--manodarpan-extra);
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px solid var(--manodarpan-secondary);
  outline: none;
  font-size: 16px;
  color: var(--manodarpan-black);
  display: block;
}

.comment-form__input-box textarea {
  height: 130px;
  width: 100%;
  padding: 10px 20px;
  width: 100%;
  border: none;
  background: var(--manodarpan-extra);
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px solid var(--manodarpan-secondary);
  outline: none;
  font-size: 16px;
  color: var(--manodarpan-black);
  display: block;
  resize: none;
}


.comment-form__btn {
  color: var(--manodarpan-black);
}

/*Services Page Design Studio*/
.services-page-design-studio {
  padding-bottom: 135px;
}

/*Services Page Services Two*/
.services-page-services-two {
  padding-bottom: 60px;
  background: var(--manodarpan-base);
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.service-details__sidebar {
  position: relative;
  display: block;
}

.service-details__sidebar-service {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 48px 30px 29px;
}

.service-details__sidebar-title {
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.service-details__sidebar-service-list {
  margin: 0;
}

.service-details__sidebar-service-list li + li {
  margin-top: 7px;
}

.service-details__sidebar-service-list li a {
  color: var(--manodarpan-gray);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8.5px 20px;
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--manodarpan-black);
}

.service-details__sidebar-service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--manodarpan-primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.service-details__sidebar-service-list li a span.icon-right-arrow-angle {
  font-weight: bold;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
  transform: translateY(-50%) scale(1);
}

.service-details__sidebar-service-list li.current:first-child {
  margin-top: 20px;
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 50px 50px 39px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background: var(--manodarpan-primary);
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: var(--manodarpan-primary);
  opacity: 0.1;
  z-index: -1;
}

.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background: var(--manodarpan-black);
  color: var(--manodarpan-base);
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 21px;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
  background: var(--manodarpan-base);
  color: var(--manodarpan-primary);
}

.service-details__need-help-title {
  font-size: 34px;
  color: var(--manodarpan-base);
  line-height: 46px;
  text-transform: capitalize;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 34px;
}

.service-details__need-help-contact p {
  font-size: 16px;
  color: var(--manodarpan-base);
  margin: 0;
  line-height: 18px;
}

.service-details__need-help-contact a {
  font-size: 24px;
  color: var(--manodarpan-base);
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.service-details__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.service-details__title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
  margin-bottom: 20px;
}

.service-details__text {
  font-size: 16px;
  margin: 0;
  line-height: 34px;
}

.service-details__points {
  position: relative;
  display: block;
  overflow: hidden;
  counter-reset: count;
  margin-top: 50px;
}

.service-details__points li {
  position: relative;
  background: var(--manodarpan-extra);
  float: left;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 72px;
  padding-right: 87px;
}

.service-details__points li + li {
  margin-left: 30px;
}

.service-details__points li h4 {
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 28px;
}

.service-details__points li h4:before {
  position: absolute;
  top: 15px;
  left: -12px;
  height: 1px;
  width: 6px;
  content: "";
  background: var(--manodarpan-primary);
}

.service-details__points-count {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 40px;
  line-height: 30px;
  transform: translateY(-50%);
}

.service-details__points-count:before {
  position: absolute;
  height: 15px;
  width: 15px;
  font-size: 18px;
  line-height: 15px;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--manodarpan-font);
  color: var(--manodarpan-primary);
}

.service-details__benefits {
  position: relative;
  display: block;
  margin-top: 60px;
}

.service-details__benefits-content {
  position: relative;
  display: block;
  margin-top: -7px;
}

.service-details__benefits-title {
  font-size: 26px;
  text-transform: capitalize;
  line-height: 36px;
  margin-bottom: 24px;
}

.service-details__benefits-text {
  font-size: 16px;
  margin: 0;
}

.service-details__benefits-list {
  position: relative;
  display: block;
  margin-top: 22px;
}

.service-details__benefits-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__benefits-list li .icon {
  display: flex;
  align-items: center;
}

.service-details__benefits-list li .icon span {
  font-size: 16px;
  color: var(--manodarpan-primary);
}

.service-details__benefits-list li .text {
  margin-left: 12px;
}

.service-details__benefits-list li .text p {
  font-size: 16px;
  color: var(--manodarpan-black);
  margin: 0;
}

.service-details__benefits-img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.service-details__benefits-img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.service-details__faq {
  margin-top: 60px;
}

.service-details__faq .faq-one-accrodion .accrodion {
  border: 1px solid var(--manodarpan-bdr-color);
}

.service-details__faq .faq-one-accrodion .accrodion:before {
  top: -1px;
  left: -1px;
  bottom: -1px;
}
/*--------------------------------------------------------------
# manodarpan-platform
--------------------------------------------------------------*/
.Integratedplatform-inner-sec iframe {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border: 4px solid var(--manodarpan-base);
  border-radius: 25px;
  margin-bottom: 10px;
}
.Integratedplatform-con {
display: flex;
flex-wrap: nowrap;
}
.RightDiv {
margin-left: 15px;
}
.Integratedplatform-con svg {
  padding: 10px;
  margin-bottom: 10px;
  transition: .6s ease-in-out;
  fill:   var(--manodarpan-base);
  height: 5rem;
  width: 5rem;
  background:  var(--manodarpan-green-light);
  border-radius: 100%;
}

.Integratedplatform-video-con img{
border-radius: 25px;
}


.Integratedplatform-con h4{
  color:  var(--manodarpan-green-light);
  margin-bottom: 5px;
  font-size: 20px;
}
.Integratedplatform-con p{
color: var(--manodarpan-green-light);
}
.video-play-icon{
position: absolute;
top: 43%;
left: 42%;
}
#fade {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);
}
#light {
display: none;
position: absolute;
top: 54%;
left: 50%;
max-width: 600px;
max-height: 360px;
margin-left: -300px;
margin-top: -180px;
z-index: 1002;
overflow: visible;
}

#boxclose {
float: right;
cursor: pointer;
border-radius: 100%;
color: var(--button-color);
background: var(--manodarpan-base);
font-size: 31px;
font-weight: bold;
display: inline-block;
line-height: 0px;
padding: 13px 8px 16px;
position: absolute;
right: -7px;
top: -10px;
z-index: 1002;
}

.boxclose:before {
content: "Ã—";
}

#fade:hover ~ #boxclose {
display:none;
}

.test:hover ~ .test2 {
display: none;
}

/* vison */
.vision-Icons {
text-align: center;
}
.vision-Icons svg {
fill: #fff;
height: 3rem;
width: 3rem;
background-color: var(--manodarpan-secondary);
border-radius: 50%;
padding: 0.5rem;
margin-bottom: 20px;
}
.vision-Icons  h5{
color:var(--manodarpan-base);
}
.welcome-two__right a.icon-arrow-right {
position: relative;
top: 1px;
left: 10px;
font-size: 12px;
color: var(--manodarpan-black);
transition: 0.1s ease-in;
}
.welcome-two__right li:hover a{
left: 15px;
}

li.individual a.icon-arrow-right{
color: var(--manodarpan-blue);
}

li.charity a.icon-arrow-right{
color: var(--manodarpan-green);
}
li.partnership a.icon-arrow-right{
color: var(--manodarpan-gray);
}
/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.project-details__img {
  position: relative;
  display: block;
  background: var(--manodarpan-black);
}

.project-details__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.project-details__content {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: -7px;
}

.project-details__content-title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 40px;
  margin-bottom: 36px;
}

.project-details__content-text-1 {
  font-size: 16px;
  margin: 0;
  line-height: 34px;
}

.project-details__content-text-2 {
  font-size: 16px;
  margin: 0;
  line-height: 34px;
  padding-top: 33px;
  padding-bottom: 38px;
}

.project-details__points {
  position: relative;
  display: block;
}

.project-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__points li + li {
  margin-top: 2px;
}

.project-details__points li .icon {
  display: flex;
  align-items: center;
}

.project-details__points li .icon span {
  font-size: 16px;
  color: var(--manodarpan-primary);
}

.project-details__points li .text {
  margin-left: 15px;
}

.project-details__points li .text p {
  margin: 0;
  color: var(--manodarpan-black);
}

.project-details__content-right {
  position: relative;
  display: block;
}

.project-details__details-box {
  position: relative;
  display: block;
  background: var(--manodarpan-extra);
  padding: 53px 60px 60px;
}

.project-details__details-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  content: "";
  background: var(--manodarpan-primary);
}

.project-details__details-info {
  position: relative;
  display: block;
}

.project-details__details-info-single + .project-details__details-info-single {
  margin-top: 15px;
}

.project-details__details-info-client {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 28px;
  margin-bottom: 10px;
}

.project-details__details-info-name {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.project-details__details-social-list {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid var(--manodarpan-bdr-color);
  padding-top: 29px;
  margin-top: 26px;
}

.project-details__details-social-list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--manodarpan-black);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__details-social-list a + a {
  margin-left: 30px;
}

.project-details__details-social-list a:hover {
  color: var(--manodarpan-primary);
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--manodarpan-bdr-color);
  border-bottom: 1px solid var(--manodarpan-bdr-color);
  padding: 48px 0;
  margin-top: 113px;
}

.project-details__pagination li {
  display: inline-block;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li a {
  font-size: 18px;
  color: var(--manodarpan-black);
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  font-family: var(--manodarpan-font);
  text-transform: capitalize;
}

.project-details__pagination li a:hover {
  color: var(--manodarpan-primary);
}

.project-details__pagination li.next i {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
}

.project-details__pagination li.previous {
  position: relative;
  float: right;
}

.project-details__pagination li.previous i {
  margin-left: 10px;
  font-size: 10px;
}

/*Similar Work*/
.similar-work {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Location
--------------------------------------------------------------*/
.location-contactdetails {
  background: var(--manodarpan-primary);
  border-radius: 25px;
  border: 4px solid #fff;
}
.location {
  position: relative;
  display: block;
  padding: 120px 0 0;
  background: var(--manodarpan-extra);
  z-index: 1;
}

.location-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: -1;
}

.location__single {
  position: relative;
  display: block;
  color: var(--manodarpan-base);
}

.location__title {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 30px;
  color: var(--manodarpan-base);
}

.location__text a {
  font-size: 16px;
  margin: 0;
  line-height: 30px;
  color: var(--manodarpan-base);
}

.location__phone-email {
  font-size: 16px;
  font-family: var(--manodarpan-font);
  line-height: 29px;
}

.location__phone {
  color: var(--manodarpan-base);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  
}

.location__phone:hover {
  color: var(--manodarpan-base);
}

.location__email {
  color: var(--manodarpan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.location__email:hover {
  color: var(--manodarpan-base);
}

.location__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
    color: var(--manodarpan-base);
    text-align: center;
    justify-content: center;}

.location__social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--manodarpan-base);
  font-size: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.location__social a + a {
  margin-left: 20px;
}

.location__social a:hover {
  color: var(--manodarpan-base);
}

.location__single-last {
  padding-bottom: 50px;
}

.location__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--manodarpan-bdr-color);
  padding-top: 54px;
  padding-bottom: 52px;
  margin-top: 30px;
}

.location-bottom__text {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.location-bottom__text a {
  position: relative;
  display: inline-block;
  margin-left: 13px;
  color: var(--manodarpan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.location-bottom__text a:hover {
  color: var(--manodarpan-primary);
}

.location-bottom__text a:before {
  position: absolute;
  top: 12px;
  left: -10px;
  right: -10px;
  height: 1px;
  content: "";
  background: var(--manodarpan-primary);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
}

/* Custom radio buttons */
input[type="radio"] + span.wpcf7-list-item-label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 30px;
margin-right: 15px;
font-size: 15px;
font-weight: 500;
}
input[type="radio"] + span.wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 50%;
}
input[type="radio"] {
  display: none !important;
  display: inline;
}
input[type="radio"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b7b7b7;
}


.Individualradio input[type="radio"] + .wpcf7-list-item-label:before {
  border: 1px solid var(--manodarpan-blue);
  background-color: #fff;
  border-radius: 50%;
}
.Individualradio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  background: var(--manodarpan-blue);
}
.Individualradio input[type="radio"] + .wpcf7-list-item-label {
  color: #006aea;
}
.Businessradio input[type="radio"] + .wpcf7-list-item-label:before {
  border: 1px solid var(--manodarpan-black);
  background-color: #fff;
  border-radius: 50%;
}
.Businessradio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  background: var(--manodarpan-black);
}
.Businessradio input[type="radio"] + .wpcf7-list-item-label {
  color: #242527;
}
.Charityradio input[type="radio"] + .wpcf7-list-item-label:before {
  border: 1px solid var(--manodarpan-green);
  background-color: #fff;
  border-radius: 50%;
}
.Charityradio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  background: var(--manodarpan-green);
}
.Charityradio input[type="radio"] + .wpcf7-list-item-label {
  color: #61b400;
}
/* Custom checkbox */
input[type="checkbox"] + .wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact Page Google Map
--------------------------------------------------------------*/
.contcat-page-google-map {
  position: relative;
  display: block;
}

.contact-page-google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 495px;
  width: 100%;
}

/*  */
.Fundede__content {
  position: relative;
}

@media (min-width: 1200px) {
  .Fundede__content__text {
      text-align: justify;
      color: #242527;
  }
    .Fundede__content .sec-title h3 {

        color: #f28630;
}
}
.Fundede__content__box {
  position: relative;
}
.Fundede__content__box__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.Fundede__content__box__text {
  margin: 13px 0 0;
  position: relative;
  padding-left: 25px;
}

.Fundede__content__border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 10px 0;
}
.Fundede__content__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color:#ff5528;
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}

.Fundede__text {
  font-size: 24px;
  color:#122f2a;
  font-family: "Caveat", cursive;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}
@media (max-width: 767px) {
  .Fundede__text {
    margin-top: 44px;
    display: block;
    text-align: center;
  }
}
.Fundede__text > span {
  color: #ff5528;
  margin-right: 7px;
}
.approach__images li {
  position: relative;
  display: block;
  float: left;
}
.approach__images li+li {
  margin-left: 10px;
}
.approach__images__right {
  position: relative;
  display: block;
}
.Fundede__image__one {
  animation: mover 1s infinite alternate;
  border: 4px solid var(--manodarpan-base);
  border-radius: 25px;
  
}
.Fundede__image__one img{
  animation: mover 1s infinite alternate;
  border-radius: 25px;
  
}
.Economy-area-box{
  padding: 20px;
  background: #242527;
  border-radius: 10px;
  height: 100%;
  transition: ease-in-out 0.6s;
  position: relative;
  transform: translateY(-5px);
}

.Economy-area-box:hover, .Economy-area-box.orangebg:hover {
  box-shadow: 0 50px 50px rgb(0 0 0 / 16%);
}
.Economy-area-box.orangebg{
background:var(--manodarpan-primary);
transition: ease-in-out 0.6s;
}
.Economy-area-box h5{
  color: #fff;
  font-size: 18px;
  border-bottom: 2px dotted #ffffff;
  width: max-content;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transform: translateY(-5px);

  }
.Economy-area-box p{
font-size: 14px;
line-height: 25px;
color: #fff;
}
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-page {
  position: relative;
  display: block;
}
h6.ourMisson {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 19px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.DigitallyPlatform .image-container img.img-fluid {
  width: 100%;
  height: 356px;
  object-fit: cover;
  border-radius: 20px;
}
.about-page__left {
  position: relative;
  display: block;
}

.about-page__images {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-page__images li {
  position: relative;
  display: block;
  float: left;
}


.about-page__right {
  position: relative;
  display: block;
}

.about-page__right .section-title {
  margin-bottom: 27px;
  color: var(--manodarpan-black);
}

.about-page__right-text-1 {
  margin: 0;
  line-height: 32px;
  color: var(--manodarpan-black);
  margin-bottom: 10px;
}

/*About Page Testimonial Two*/

.about-page-testimonial-two {
  padding-top: 120px;
}

.about-page-testimonial-two .testimonial-two__left {
  margin-left: -162px;
  margin-right: 20px;
}

.about-page-testimonial-two .testimonial-two__right {
  margin-left: 70px;
  margin-right: -80px;
}

/* \team */
.team-profile {
  display: none;
  margin-top: 20px;
  padding: 15px;
  background: #f0f0f0;
  border-radius: 10px;
}
.team-member {
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease;
}
.team-member:hover {
  transform: scale(1.05);
}
.team-image img {
  width: 100%;
  border-radius: 8px;
}
.team-section p{
  color: var(--manodarpan-base);
}

/*About Page Best Agency*/

.about-page-best-agency {
  margin-top: 0;
  padding-top: 120px;
}

/*Team Page*/

.team-page {
  padding: 120px 0 114px;
}

.team-page .team-one__single {
  margin-bottom: 6px;
}

/*FAQ Page*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 0;
  background: var(--manodarpan-extra);
  z-index: 1;
}

.faq-page-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

.faq-page__top {
  position: relative;
  display: block;
}

.faq-page__single {
  margin-bottom: 60px;
}

.faq-page__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--manodarpan-bdr-color);
  padding-top: 54px;
  padding-bottom: 52px;
}

.faq-page__bottom-text {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.faq-page__bottom-text a {
  position: relative;
  display: inline-block;
  color: var(--manodarpan-black);
  margin-left: 13px;
  transition: all 500ms ease;
}

.faq-page__bottom-text a:hover {
  color: var(--manodarpan-primary);
}

.faq-page__bottom-text a:before {
  position: absolute;
  top: 12px;
  left: -10px;
  right: -10px;
  content: "";
  background: var(--manodarpan-primary);
  height: 1px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 72px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 100px;
  line-height: 100px;
}


.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 19px;
  text-transform: capitalize;
  margin-top: -10px;
}

.error-page__text {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 54px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 68px;
  width: 100%;
  border: none;
  outline: none;
  background: var(--manodarpan-extra);
  font-size: 16px;
  color: var(--manodarpan-gray);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 0;
}

.error-page__form button[type="submit"] {
  background: transparent;
  color: var(--manodarpan-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 70px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}

.error-page__btn {
  color: var(--manodarpan-black);
}

.img-fullwidth {
  width: 100% !important;
  height: 280px;
}

.bg-theme-colored {
  background: var(--manodarpan-black);
}

.mt-20 {
  margin-top: 20px !important;
}
.border-1px {
  border: 1px solid #eeeeee !important;
}

.btn {
  font-size: 13px;
  padding: 8px 22px;
}

.btn-default {
  color: #333;
  background: #fff;
  border-color: #ccc;
}

.p-20 {
  padding: 20px !important;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

section > .container,
section > .container-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-theme-colored {
  background: #f26522 !important;
}

.organisations {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.organisations-info {
  padding: 10px;
  position: absolute;
  margin-top: -50px;
  top: 100%;
  left: 0;
  background: #fff;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  backface-visibility: hidden;
}
.organisations-more {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
}
.organisations:hover .organisations-info {
  top: 0;
  margin-top: 0;
  padding: 30px 10px;
}
section.about-page .organisations:hover .organisations-info {
  top: 100px;
  margin-top: -115px;
}
.organisations:hover .organisations-more {
  opacity: 1;
  -moz-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

.organisations p {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  padding-top: 19px;
}
.bg-theme-colored1 {
  background: #000000d4;
}
.bg-theme-colored2 {
  background: #61b400d6;
}
.bg-theme-colored3 {
  background: #006aeacc;
}


.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}

.main-slider__btn-two {
  background: var(--wishon-base);
  margin-left: 10px;
}
/* button */

.thm-btn {
  position: relative;
  display: inline-block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: var(--manodarpan-balck);
  text-transform: capitalize;
  background: var(--manodarpan-base);
  padding: 10px 30px 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 7px;
  border: none;
  border: 1px solid var(--manodarpan-base);
  line-height: normal
}


.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--manodarpan-blue);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius:  var(--manodarpan-base);
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.thm-btn:hover {
  color: var(--manodarpan-base);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.thm-btn{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: var(--manodarpan-primary);
  text-transform: capitalize;
  padding: 10px 30px 10px;
  padding-right: 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 7px;
  line-height: normal;
  border: 1px solid var(--manodarpan-base);
}
.thm-btn2, input[type="submit"]  {
  position: relative;
  display: inline-block;
  background: var(--manodarpan-black);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 30px 10px;
  padding-right: 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 7px;
  border: 1px solid var(--manodarpan-base);
  margin-left: 10px;
  line-height: normal;
}
.thm-btn2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--manodarpan-primary);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
}
.thm-btn2:hover {
  color: #fff;
}
.thm-btn2:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}


.thm-btn4 {
  background: var(--manodarpan-black);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 16px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 7px;
  border: 1px solid var(--manodarpan-base);
  line-height: normal;
  width: max-content;
  text-align: center;
}
.thm-btn4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--manodarpan-primary);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
}
.thm-btn4:hover {
  color: #fff;
}
.thm-btn4:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}


.thm-btn3 {
  background: var(--manodarpan-blue);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 16px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 7px;
  border: 1px solid var(--manodarpan-base);
  line-height: normal;
  width: max-content;
  text-align: center;
}
.thm-btn3:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--manodarpan-blue);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
}
.thm-btn3:hover {
  color: #fff;
}
.thm-btn3:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.thm-btn2:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}



.WhodoweServe .icon-bx-wraper {
  padding: 0 33px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
  background:var(--manodarpan-base);
  border: 2px solid var(--border-black);
  color: var(--manodarpan-base);
    height: 100%;
 
}
.WhodoweServe .icon-bx-wraper h5 {
  color: var(--manodarpan-black);
  margin-bottom: 10px;
}
.WhodoweServe  .icon-bx-wraper p {
  font-weight: 400;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  color: var(--manodarpan-black);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0px;
}
.WhodoweServe .icon-content {
  position: relative;
  border: 10px;
  bottom: 13px;
}
.WhodoweServe svg {
  height: 5rem;
  width: 4rem;
  margin-bottom: 15px;
}

.WhodoweServe .icon-bx-wraper.green-bg {
  border: 2px solid var(--border-green);
}

.WhodoweServe .icon-bx-wraper.red-bg {
  border: 2px solid var(--border-red);
}

.WhodoweServe .icon-bx-wraper.sky-bg {
  border: 2px solid var(--border-sky);
}

.WhodoweServe .icon-bx-wraper.blue-bg {
  border: 2px solid var(--border-blue);
}
.WhodoweServe .icon-bx-wraper.yellow-bg {
  border: 2px solid var(--border-yellow);
}

.imagesspacing .content-column {
  padding-right:40px;
  padding-left: 0px;
}
.imagesspacing .content-column:nth-child(2) {
  padding-right: 0px;
  padding-left:40px;
}
.updated-schedule .icon-bx-wraper {
  background: rgb(250 103 57 / 16%);
  border: 1px solid rgb(255 255 255 / 43%);
  color: var(--manodarpan-black);
  height: 100%;
  padding: 20px;
  border-radius: 25px;
}

.icon-bx-wraper h5 {
color: var(--manodarpan-base);
margin-bottom: 15px;
}
.icon-bx-wraper p {
font-weight: 400;
-webkit-transition: all 0.7s;
-ms-transition: all 0.7s;
transition: all 0.7s;
color: var(--manodarpan-base);
font-weight: 400;
font-size: 15px;
line-height: 1.6;
}
.icon-bx-wraper.style-4 .separator {
  position: relative;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 14px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.icon-bx-wraper.style-4 [class*="icon-bx"] {
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-bx-wraper.style-4 [class*="icon-bx"] i {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.updated-schedule  .icon-bx-wraper svg {
  padding: 10px;
  fill: var(--manodarpan-base);
  height: 55px;
  width: 55px;
  background: var(--manodarpan-primary);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
.main-slider-three .container {
  padding-bottom: 0;
}
  .icon-bx-wraper.style-4 {
    padding: 15px;
  }
  .icon-bx-wraper.style-4 p {
    font-size: 16px;
  }
 }
@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-4 [class*="icon-bx"] {
    margin-bottom: 10px;
  }
  .icon-bx-wraper.style-4 [class*="icon-bx"] svg {
    width: 40px;
    height: 40px;
  }
  .icon-bx-wraper.style-4 .separator {
    height: 3px;
    width: 60px;
  }
}
.icon-bx-wraper.style-4:hover {
  box-shadow: 1px 10px 30px 0px var(--rgba-primary-3);
  background: linear-gradient(135deg, #ffc14fa1 0.00%, #f68346b5 55.24%, #ee4d72b0 100.00%);
  border-color: var(--primary);
}
.icon-bx-wraper.style-4:hover .dz-tilte,
.icon-bx-wraper.style-4:hover .dz-tilte a {
  color: #fff;
}
.icon-bx-wraper.style-4:hover p {
  color: #fff;
}
.icon-bx-wraper.style-4:hover [class*="icon-bx"] svg path {
  fill: var(--secondary);
}

.section-wrapper2:after {
  content: "";
  height: 150px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-inner-2 {
  padding-top: 100px;
  padding-bottom: 0;
  background: #456acf;
}
@media only screen and (max-width: 1480px) {
  .content-inner-2 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .content-inner-2 {
    padding-top: 50px;
  }
  .WhodoweServe .icon-bx-wraper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .content-inner-2 {
    padding-top: 50px;
  }
}
.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before {
  background: #456acf;
}
.icon-content samp {
  font-size: 12px;
  font-weight: 0;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one1 {
  position: relative;
  display: block;
  padding: 40px 0 0px;
}

.feature-one1__single {
  height: 250px;
  position: relative;
  display: block;
  text-align: center;
  padding: 120px 24px 0px;
  border-radius:  var(--manodarpan-base);
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(0, 0, 0) 100%
  );
  margin-bottom: 80px;
 border-radius: 10px;
}

.feature-one1__single-2 {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 126, 31) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 126, 31) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 126, 31) 100%
  );
}


.feature-one1__single::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: -60px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius:  var(--manodarpan-base);
}

.feature-one1__img {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-one1__img img {
  width: auto;
  border-radius: 50%;
}

.feature-one1__content {
  position: relative;
  display: block;
}

.feature-one1__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

.feature-one1__title a {
  color: var(--wishon-black);
  transition: all 500ms ease;
}

.feature-one1__title a:hover {
  color: var(--wishon-base);
}

.feature-one1__text {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 23px;
  color:var(--manodarpan-black);
}

.feature-one1__arrow-box {
  position: absolute;
  bottom: -97px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-one1__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #d6d6d6;
  border-radius: 50%;
  font-size: 16px;
  color: #242527;
  transition: all 500ms ease;
}

.feature-one1__single:hover .feature-one1__arrow {
  background: #242527;
  color: #dbdbdb;
}

.feature-one1__single:hover .feature-one1__arrow-2 {
  background: #f26522;
  color: #e6e6e6;
}

.feature-one1__single:hover .feature-one1__arrow-3 {
  background: #ffc297;
  color: #dedede;
}
/*  */
.project-collection {
  padding: 0 0 60px 0;
}

.project-collection .section-title2 p {
  font-size: 34px;
  font-weight: bold;
  color: #4e4e4e;
}
.project-collection_posts-grid {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}
.project-collection-grid-item {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  border-radius: 8px;
  font-size: 0;
}
.project-collection-grid-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.project-collection-grid-wrap {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-collection-grid-wrap::before {
  content: "";
  background-image: url(https://manodarpanlive.wpengine.com/wp-content/uploads/2020/09/grad.png);
  display: inline-block;
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-collection-grid-wrap:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.project-collection-grid-item .head {
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
  z-index: 999;
}
.project-collection-grid-item .head h3 {
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 0 0 5px 0;
  padding: 0;
}

.project-collection-grid-item .head h4 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  font-family: "Open Sans", Sans-serif;
  letter-spacing: normal;
  text-align: left;
  color: #ee6321;
  margin: 0;
  padding: 0;
}
/*====================================
#0.8 case-area
=====================================*/
.section-title2 {
  margin-bottom: 90px;
}
.section-title2 .thumb-text {
  margin: auto;
}

.cause-top {
  padding: 10px;
  background: linear-gradient(to bottom right, #000000, #000000);
}
.cause-img {
  border-radius: 50%;
}
.cause-img img {
  border-radius: 50%;
}

.cause-text {
  padding: 20px 5px 10px;
  text-align: center;
}
.cause-text ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: -10px;
}
.cause-text ul li a {
  padding: 10px 20px;
  background: #03b664;
  margin-right: 15px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}
.cause-text ul li:last-child a {
  background: #f26522;
}

.cause-item {
  border: 2px solid #eefaf5;
  position: relative;
  margin-bottom: 30px;
}
.cause-text h3 {
  font-size: 15px;
  font-weight: 700;
}
.cause-text p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.cause-text h3 a {
  color: #212122;
}
.cause-text h3 a:hover {
  color: #f26522;
}

.cause-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  border-left: 3px solid #456acf;
  content: "";
  transition: all 0.8s;
  z-index: 11;
}
.cause-item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0%;
  border-right: 3px solid #f26522;
  content: "";
  transition: all 0.5s;
  z-index: 11;
}
.cause-item:hover:before {
  height: 100%;
}
.cause-item:hover:after {
  height: 100%;
}
.cause-top,
.cause-text {
  position: relative;
}
.cause-top:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  border-top: 3px solid #456acf;
  content: "";
  transition: all 0.7s;
  z-index: 11;
}
.cause-text:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-top: 3px solid #f26522;
  content: "";
  transition: all 0.3s;
  z-index: 11;
}
.cause-item:hover .cause-top:after,
.cause-item:hover .cause-text:after {
  width: 100%;
}
.cause-img {
  position: relative;
  text-align: center;
  margin: auto;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.cause-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.cause-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(242 101 34 / 61%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.cause-item:hover .cause-img:before {
  opacity: 1;
  visibility: visible;
}
.case-btn .theme-btn {
  padding: 11px 46px 13px 22px;
}
.case-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.cause-item:hover .case-btn {
  opacity: 1;
  visibility: visible;
}
.case-area {
  padding-bottom: 70px;
}

@media (max-width: 420px) {
  .cause-img {
    width: 250px;
    height: 250px;
  }
  .cause-img img {
    width: 250px;
    height: 250px;
  }
  .cause-text ul li a {
    padding: 10px 10px;
  }
  .section-title2 {
    margin-bottom: 20px;
  }
}
.section-title2 {
  margin-bottom: 40px;
}
.section-title2 .thumb-text {
  margin: auto;
}
.section-title2 h2 {
  margin-bottom: 10px;
}

.section-padding {
  padding: 40px 0;
}

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

@media (max-width: 767px) {
  .section-padding {
    padding: 90px 0;
  }
}


/*  */

/* Pricing Container */
.pricing-card {
  border: 1.5px  solid;
  border-top-width: 34px;
  padding: 14px;
  border-radius: 15px;
  height: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.blue {
  border-color: #5CB5E8;
}
.red {
  border-color: #DF001E;
}
.green {
  border-color: #61B662;
}
.yellow {
  border-color: #F8C500;
}

/* Active state for pricing cards */
.pricing-card.active {
  color: #fff;
}
.blue.active {
  background-color: #5CB5E8;
}
.red.active {
  background-color: #DF001E;
}
.green.active {
  background-color: #61B662;
}
.yellow.active {
  background-color: #F8C500;
}

/* Pricing Card Titles */
.pricing-card h1 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.pricing-card h4 {
  font-size: 18px;
  color: #242527;
  margin-bottom: 10px;
}

/* Plan Detail List */
.pricing-card ul {
  padding: 0 0px 0 17px;
  margin: 0;
}

.pricing-card li {
    padding: 5px 0;
    line-height: 1.5;
    font-size: 0.94rem;
}
/* Price Total Container */
.price-total-action {
  display: none; /* Show this dynamically using JavaScript when needed */
}

.price-total-con {
  border: 1.5px solid #242527;
  border-radius: 15px;
  padding: 30px 20px;
  background-color: #f9f9f9;
}

.price-total-con h1 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.plancheckbox {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.plancheckbox input {
  display: none; /* Hide the input */
}

.plancheckbox label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: inline-block;
    line-height: 20px;
    font-size: 0.95rem;
}
.plancheckbox label:before {
  content: '';
  background-color: transparent;
  border: 2px solid #242527;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-radius: 4px;
}

.plancheckbox input:checked + label:before {
  background-color: #242527;
  border-color: #242527;
}

.plancheckbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Discount Form */
.discount-form {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}

.discount-form input {
  height: 30px;
  font-size: 0.875rem;
  padding: 0.5rem;
  border: 2px solid #242527;
  border-radius: 4px;
}

.discount-form button {
  height: 30px;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  background-color: #242527;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-left: 0.75rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.discount-form button:hover {
  background-color: #444;
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .pricing-card h1 {
      font-size: 15px;
  }
  
  .pricing-card h4 {
      font-size: 16px;
  }
  
  .discount-form input, .discount-form button {
      height: 30px;
      font-size: 0.75rem;
  }
}
i.fa.fa-rupee-sign {
    font-size: 15px;
}
.text-success {
    color: #198754 !important;
    font-size: 14px;
}
.text-success i.fa.fa-rupee-sign {
    font-size: 11px;
}

.custom-card {
    border: 1px solid var(--manodarpan-black);
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    transition: 0.3s;
    color: var(--manodarpan-black);
    height: 100%;

}        
.custom-card:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
.custom-card h5 {
    font-family: var(--manodarpan-font);
    font-size: 1.1rem;
    line-height: normal;
       margin-bottom: 6px;
}
.custom-card p {
    font-family: var(--manodarpan-font);
    font-size: 0.98rem;
margin-bottom: 0;
    line-height: 23px;
}

         .custom-card .icon {
            margin-bottom: 5px;
        }
.custom-card .icon img {
    height: 60px;
    object-fit: cover;
}

 .start-card, .question-card {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background-color: #fff;
  }

  .info-icon {
    color: #00bfa6;
    font-size: 1.1rem;
    margin-right: 0.5rem;
  }

  .option-radio {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.3s;
  }

form#options-form .form-check input[type="radio"] {
    display: block !important;
  }
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: none !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
div#progress-bar {
    background-color: var(--manodarpan-primary);
}
.form-check-input:checked {
    background-color: var(--manodarpan-primary);
    border-color:var(--manodarpan-primary);
}
@keyframes pulseAttention {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.05);
  }
}

.attention-pulse {
  animation: pulseAttention 0.6s ease-in-out;
}

/* Blinking cursor */
#typing-text::after {
  content: '|';
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* Shake Animation */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  50% { transform: translateX(8px); }
  75% { transform: translateX(-4px); }
}

.shake-left-right {
  animation: shake 0.5s ease-in-out;
}


span#close-modal {
    font-size: 24px;
    position: absolute;
    right: 14px;
    top: 0;
}

#faqAccordion .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #33487F !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#faqAccordion .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");    transform: rotate(180deg);
}