@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
}

p,
form,
figure {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Poppins", sans-serif;
}


p {
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

li,
a {
  text-decoration: none !important;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

.container-fluid {
  width: 90% !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --swiper-wrapper-transition-timing-function: linear !important;
}

section {
  overflow-x: hidden;
}

html {
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  line-height: 32px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  font-family: "Poppins", sans-serif;
  background-color: #0f0f0f;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 25px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
}

button:focus {
  box-shadow: none;
  outline: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

:focus {
  box-shadow: none !important;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.mx-0-auto {
  margin: 0 auto;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
}


/* =================== 
 Cursor Animation 
/* =================== */

html,
body {
  overflow-x: hidden;
}

/* menu */
/* .foot-logo img,
div#nav-menu-bar-content-logo a img {
  height: 90px;
  filter: invert(1);
} */

div#nav-menu-bar-content-menu ul li a {
  display: flex;
  color: #fff;
}


div#nav-menu-bar-content-menu ul li {
  margin: 0 2rem;
}

div#nav-menu-bar-content-menu ul {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

div#nav-menu-bar-content-menu {
  width: 100%;
}

div#nav-menu-bar-content {
  display: flex;
}



header.header {
  position: fixed;
  z-index: 9;
  transition: 0.3s all linear;
  width: 100%;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px ;
}

header header.active .header-top {
  display: none;
}

header.header.active {

  background-color: rgb(242 242 242);
  border: 1px solid #9e9e9e7d;
  transition: 0.3s all linear;
  z-index: 9999;

}

/* home-swiper-container */

.homebanSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  /* background: #f4f4f4; */
  /* border: 1px solid #ccc; */
}

.custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  left: 10%;
  z-index: 9999;
  bottom: 5%;
}

.custom-pagination span {
  margin: 0 50px;
  cursor: pointer;
  font-weight: 500;
  padding-top: 8px;
  font-size: 18px;
  color: #fff;
  border-top: 2px solid;
  transition: 0.5s all linear;
  -webkit-transition: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -ms-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
}

.custom-pagination span.active {
  color: rgb(255 74 69);
  border-top: 2px solid;
  transition: 0.5s all linear;
  -webkit-transition: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -ms-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
}

.custom-pagination span:first-child {
  margin-left: 0;
}


.banner-img img {
  position: relative;
}

#home-banner .swiper-slide.swiper-slide-active .banner-img img {
  transition-delay: .3s !important;
  transform: scale(1.1) !important;
}

#home-banner .banner-img img {
  transition: transform 5.75s;
  transition-delay: 0s;
  transform: scale(1) !important;
  width: 100%;
}

#home-banner .swiper-slide.swiper-slide-active .banner-cont-inn h1 #home-banner .banner-cont-inn h1 {
  position: relative;
  overflow: hidden;
}

#home-banner .swiper-slide .banner-cont-inn h1 #home-banner .banner-cont-inn h1 span {
  transform: translateY(200px);
  display: block;
  transition: all 0.35s cubic-bezier(0.31, 1.18, 0.33, 1.18);
  transition-delay: 0.5s;

}



#home-banner .swiper-slide .banner-cont-inn h1 #home-banner .banner-cont-inn p span {
  transform: translateY(50px);
  display: block;
  transition: all 0.35s cubic-bezier(0.31, 1.18, 0.33, 1.18);
  transition-delay: 0.5s;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}


#home-banner .swiper-slide.swiper-slide-active .banner-cont-inn p span,
#home-banner .swiper-slide.swiper-slide-active .banner-cont-inn h1 span {
  transform: unset;
}



@keyframes swiper-slide-active {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.banner-cont-inn {
  position: absolute;
  top: 50%;
  padding: 2rem;
  left: 10%;
  background-color: rgba(227, 46, 46, 0.7);
  transform: translate(0%, -50%);
  text-align: left;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 99;
  border-radius: 30px;
}

.banner-content h1 {
  color: #a80654;
  line-height: 50px;
  font-family: 'Poppins';
  font-size: 42px;
  font-weight: 800;
  letter-spacing: .4px;
  margin: 0 0 1rem 0;
}

.banner-cont-inn h1 {
  color: #231F20;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.banner-content h1 span {
  font-size: 25px;
  color: #000;
}

section#banner-wrap:before {
  content: '';
  background-image: linear-gradient(-360deg, rgb(34 34 34 / 39%) 0%, rgb(34 34 34 / 30%) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.banner-cont-inn p span {

  color: #fff;
}

.banner-cont-inn p {
  padding: 1rem 0;
  color: #fff;
}


.abt-desc p {
  font-size: 18px;
  padding-bottom: 1rem;
  text-align: center;
}

.scroll-box-item {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 65px 90px; */
  border-bottom: 1px solid #8889;
  border-right: 1px solid #8889;
}

@media (max-width: 1650px) {
  .scroll-box-item {
    padding: 65px 30px;
  }

  .scroll-box-item h3.title {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin-left: 1rem;
    font-weight: 700;
  }
}

.scroll-box-item h3.title {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  margin-left: 1rem;
  font-weight: 700;
}



section#home-banner h1 {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  opacity: 0;
  transition: all 1s ease-in;
  /* font-size: 40px; */
  width: 100%;
  /* left: 10%; */
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
}

section#home-banner h1 span {
  transform: scale(0.5);
  display: block;
  transition: all 1s ease-in;
  transition-delay: 0s;
  transition-delay: 1s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
}

section#home-banner .swiper-slide-active h1 span {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

section#home-banner .swiper-slide-active h1 {
  opacity: 1;
  padding: 1rem 0;
}


section#home-banner .banner-cont-inn .ban-btn,
section#home-banner .banner-cont-inn p {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  color: #fff !important;
  opacity: 0;
  font-size: 18px;
  transition: all 1.5s ease-in;
  width: 100%;
  /* left: 10%; */
  display: flex;
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -ms-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
}

section#home-banner .banner-cont-inn p span {
  transform: translateY(250px);
  display: block;
  transition: all 1.5s ease-in;
  transition-delay: 0s;
  transition-delay: 2s;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -ms-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
}

section#home-banner .banner-cont-inn .ban-btn span a.btn-wat,
section#home-banner .banner-cont-inn .ban-btn span a.btn.btn-lat {
  transform: translateX(150px);
  display: block;
  transition: all 1.5s ease-in;
  transition-delay: 0s;
  transition-delay: 1.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -ms-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
}

section#home-banner .banner-cont-inn .ban-btn span a.btn.btn-get {
  transform: translateX(-150px);
  display: block;
  transition: all 1.2s ease-in;
  transition-delay: 1.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  -webkit-transition: all 1.25s ease-in;
  -moz-transition: all 1.25s ease-in;
  -ms-transition: all 1.25s ease-in;
  -o-transition: all 1.25s ease-in;
}

section#home-banner .swiper-slide-active .banner-cont-inn .ban-btn span a.btn-wat,
section#home-banner .swiper-slide-active .banner-cont-inn .ban-btn span a.btn.btn-get,
section#home-banner .swiper-slide-active .banner-cont-inn .ban-btn span a.btn.btn-lat {
  transform: translateX(0);
  opacity: 1;
  overflow: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

section#home-banner .swiper-slide-active .banner-cont-inn p span {
  transform: translateY(0);
  opacity: 1;
  overflow: none;
}

section#home-banner .swiper-slide-active .banner-cont-inn .ban-btn,
section#home-banner .swiper-slide-active .banner-cont-inn p {
  opacity: 1;
}

h4.tour-title {
  font-size: 26px;
  padding: 1rem;
  font-weight: 600;
}



a.btn.btn-get {
  background-color: transparent;

  padding: 10px 0;
  line-height: 22px;
  color: #fff;
}




.banner-list p span {
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  border-left: 4px solid #f5f5f5;
  margin-bottom: 10px !important;
  padding: 0 15px 0 20px !important;
  list-style: none;
  display: block;
}



.banner-img.banner-img-spl img {
  object-fit: cover;
  object-position: right;
}


.banner-cont-inn.banner-list p {
  padding: 0 !important;
}

.banner-img::before {
  content: '';
  background-image: linear-gradient(-180deg, rgba(34, 34, 34, 0.75) 0%, rgba(34, 34, 34, 0.45) 100%);
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  height: 102%;
  z-index: 1;
}

section#home-banner {
  position: relative;
}

.swiper-pagination {
  display: none;
}

.custom-pagination {
  display: block !important;
}

a.btn.btn-get {
  transition: 1s all ! IMPORTANT;
}

a.btn.btn-get:hover {
  letter-spacing: .5px;
  color: #f5f5f5;
  transition: 1s all ! IMPORTANT;
}

a.btn.btn-get:active {
  border: none;
}


a.btn.btn-get i {
  color: #F44336;
  background: #fff;
  padding: 9px;
  border-radius: 40px;
  width: 30px;
  transition: all 0.4s ease;
  font-size: 13px;
  margin-left: 10px;
  display: flex;
  height: 30px;
  justify-content: center;

}

.ban-btn {
  padding-bottom: 0 !important;
}



a.btn.btn-get:hover i {
  background: #F44336;
  color: #fff;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}




.innovat-inner {
  display: flex;
}

section#innovative-wrap {
  padding: 60px 0;
}

section#innovative-wrap h2 {
  font-size: 20px;
  color: #AC145A;
  font-family: 'poppins';
  font-weight: 600;
}

.innovative-img img {
  width: 60px;
  padding-right: 10px;
  /* filter: grayscale(1); */
  animation: zoom 2s infinite;
}


/* @keyframes zoom{
  from{
    scale: 1;
  }
  50%{
    scale: 1.2;
  }
  100%{
    scale: 1;
  }
} */



/* .innovative-box:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0); 
} */



.cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #AC145A;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  z-index: 9;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  animation: cursor-animate 550ms infinite alternate;
}

.cursor2 {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #AC145A;
  opacity: 0.4;
  z-index: 9;
  position: fixed;
  /* transform: ; */
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  animation: cursor-animate-2 550ms infinite alternate;
}

.cursorhover {
  background-color: #AC145A;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  animation: cursor-animate-3 550ms forwards;
}

/*Keyframes*/

@keyframes cursor-animate-2 {
  from {
    transform: scale(0) translate(-50%, -50%);
  }

  to {
    transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes cursor-animate-3 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(3);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}


.innovat-inner:hover img {
  transform: rotateY(180deg);
  transition: all 0.65scubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65scubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.innovat-inner img {
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.innovative-img:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background: rgb(226 41 124 / 14%);
  border-radius: 50%;
  left: 30px;
  top: -20px;
  bottom: 0;
  z-index: -1;
  transition: all 0.4sease-in-out;
}


/* about us */

.about-wrap {
  padding: 100px 0;
  background: #f7f7f796;
}

.about-inn-two {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.about-two .about-year .about-year-info {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 0px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  align-items: center;
  left: 60px;
}

.about-two .about-year .about-year-info span {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  border-right: 4px solid #0e3755;
  margin-right: 14px;
  padding-right: 10px;
}

.about-two .about-year .about-year-info p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #b9b9b9;
  letter-spacing: 1px;
}

@media (max-width: 420px) {
  .about-inn-two {
    padding-right: 0px;
  }
}

.about-inn-two:after {
  content: "";
  background-color: #AC145A;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0;
  bottom: 50%;
  width: 75%;
  border-radius: 60px 0px 3px 0px;
}

.about-inn-two:before {
  background-image: url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/bg-dott2.png);
  content: "";
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}

.about-inn-two .about-inn-two-image {
  padding: 40px 0px 40px 40px;
}

.about-inn-two .about-inn-two-image img {
  width: 100%;
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-radius: 20px;
}

.about-wrap-two-right .section-head {
  margin-bottom: 40px;
}

.about-wrap-two-right .ab-two-info p {
  margin-bottom: 30px;
}

.wt-small-separator {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.about-wrap .w-90 {
  width: 70% !important;
}

.right-content-about-wrap h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

h2.common-title-head,
.right-content-about-wrap h2 {
  font-size: 40px;
  color: #AC145A;
  margin-bottom: 30px;
  font-weight: 800;
}

h2.common-title-head span,
.right-content-about-wrap h2 span {
  font-weight: 300;
}

.right-content-about-wrap p {
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
}

.right-content-about-wrap p b {
  font-size: 22px;
}

.wt-icon-box-wraper h3 {
  font-size: 18px;
}

.wt-icon-box-wraper:hover {
  box-shadow: 0 0 10px #00000047;
  transition: all 0.3s ease-in-out;
}

.wt-icon-box-wraper {
  background: #ebe9d8;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.wt-icon-box-wraper i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #0e3755;
}

.about-row {
  align-items: center;
}

.about-wrap-two-right {
  padding-left: 30px;
}

.about-wrap-two-right .abt-btn {
  margin-top: 50px;
}

.about-wrap-two-right .abt-btn a {
  background-color: #f143a3;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 30px;
  font-size: 16px;
}

.about-wrap-two-right .abt-btn a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #0e3755;
  z-index: -1;
}

.about-wrap-two-right .abt-btn a:hover::after {
  width: 100%;
  height: 100%;
}

.about-wrap-two-right .abt-btn a i {
  margin-left: 10px;
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}

.about-wrap-two-right .abt-btn a:hover i {
  rotate: 0deg;
  transition: all 0.3s ease-in-out;
}

.abt-btn a:hover {
  background: #a91859;
}



/* clients */

section#our-clients-wrapper {
  padding: 60px 0;
  background: #f5f5f5;
}




.our-client-img {
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 1px 3px 0px #88888838;
  margin: 1rem 10px;
  border: 1px solid #cccccc5c;
}

.our-client-img img {
  height: 100px;
  object-fit: contain;

}

/* mission values */

.common-mis-val-img {
  display: flex;
  position: relative;
}

section#our-mission-value-wrap {
  padding: 60px 0;
}

.mission-cont-right h4 span {
  font-weight: 300;
}

.mission-cont-right h4 {
  font-size: 30px;
  color: #AC145A;
  margin-bottom: 15px;
  font-weight: 800;
}

.inner-values ul li b {
  color: #672146;
  margin-right: 12px;
}

.inner-values {
  margin-top: 1rem;
}

.inner-values ul li {
  margin-bottom: 1rem;
}

.img-1 {
  clip-path: polygon(23% 0, 98% 0, 98% 90%, 80% 100%, 0 100%, 0 18%);
}


.img-1 img {
  height: 550px;
  object-fit: contain;
  width: 100%;
}


.img-2 {
  position: absolute;
  height: 210px;
  width: 50%;
  right: 90px;
  top: -30px;
}


.img-2 img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(0% -80%, 100% 10%, 100% 88%, 82% 120%, 101% 110%, 0% 100%);
}


.inner-values ul li {
  background: url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/checked1.png) no-repeat;
  background-size: 16px;
  margin-bottom: 1rem;
  padding-top: 5px;
  background-position-y: 9px;
  padding-left: 27px;
}


section#our-mission-value-wrap .about-inn-two:before {
  background-image: url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/bg-dott2.png);
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 25%;
}

section#our-mission-value-wrap .about-inn-two:after {
  content: "";
  background-color: #652245;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0;
  left: unset;
  bottom: 50%;
  width: 75%;
  border-radius: 0px 30px 0px 0;
}

aside.col-md-6.mission-cont-right {
  text-align: justify;
  padding-right: 40px;
}


/* what we do */

.what-we-grid {
  --auto-grid-min-size: 16rem;
  margin: 0 auto;
  display: grid;
  max-width: 100%;
  gap: 0rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}


section#what-we-do-wrap {
  padding: 80px 0;
  background: #FFF;
}

.what-we-img:before {
  content: '';
  position: absolute;
  background: linear-gradient(45deg, #000, #38353526);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.inn-what-we {
  position: relative;
}


.effect-1 {
  position: relative;
  overflow: hidden;
}

.effect-1 .effect-img {
  font-size: 0;
}

.effect-1 .effect-img img {
  width: 100%;
  height: auto;
}

.effect-1 .effect-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: calc(100% - 100px);
  left: 0;
  text-align: left;
  /* background: rgba(0, 0, 0, .5); */
  transition: .5s ease;
}

.effect-1:hover .effect-text {
  top: 0;
  background: rgba(0, 0, 0, .5);
}

.effect-1 .effect-text h2 {
  /* height: 75px; */
  color: #ffffff;
  font-size: 18px;
  margin: 5px 0 0 0;
  padding-bottom: 3px;
  margin-bottom: 3rem;
  transition: .5s;
  display: inline-flex;
  border-bottom: 2px solid #a91859;
}

.effect-1:hover .effect-text h2 {
  margin: 0;
}

.effect-1 .effect-text p {
  color: #ffffff;
  font-size: 16px;
  margin: 29px 0 20px 0;
}

.effect-img.what-we-img img {
  height: 450px;
  object-fit: cover;
}

.effect-text h6 {
  color: #a7a5a5;
}

.effect-1 .effect-text h2:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  /* background: #a91859; */
  left: 30px;
  top: 85px;
  margin: 0 auto;
}

.effect-text ul li {
  color: #f5f5f5;
  font-size: 13px;
  line-height: 30px;
  background: url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/checked1.png) no-repeat;
  background-size: 16px;
  margin-left: 1rem;
  padding-top: 5px;
  background-position-y: 9px;
  padding-left: 0px;
  list-style: circle;
}



/* Who We Serve */
section#who-we-serve-wrap {
  background: #f5f5f5;
  padding: 0;
  overflow: hidden;
  height: 600px;
}

section#what-we-do-wrap h2,
section#who-we-serve-wrap h2,
section#our-clients-wrapper h2 {
  text-align: center;
}

.serve-item img {
  height: 400px;
}

.serve-icon img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.serve-icon {
  position: relative;
}

.serve-head {
  position: absolute;
  bottom: 5%;
  text-align: center;
  display: flex;
  padding: 1rem;
  margin: 0;
  left: 5%;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px #88888870;
  width: 90%;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  flex-direction: column;
}

.serve-head h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: 'poppins';
  color: #652245;
}

.serve-icon:before {
  position: absolute;
  bottom: 5%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  padding: 1rem;
  margin: 0;
  left: 5%;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px #88888870;
  width: 90%;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  flex-direction: column;
  align-content: flex-start;

}

.serve-head h6 {
  font-family: 'poppins';
  padding-left: 12px;
  border-left: 4px solid #a91859;
  margin-bottom: 10px;
}

.serve-icon:before {
  position: absolute;
  border-radius: 12px;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(45deg, black, transparent);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.serve-icon:hover:before {
  transform: translateY(-100%);
  transition: 0.5s all linear;
}


.who-serv-content {
  background: linear-gradient(45deg, #9c27b0a6, #9c27b0a8), url(http://127.0.0.1:5501/assets/images/spyder-banner-3.jpg);
  height: 330px;
  padding-top: 40px;
  background-position: center;
}

.who-serv-content h2 {
  color: #fff;
}

section#who-we-serve-wrap .swiper-button-next,
section#who-we-serve-wrap .swiper-button-prev {
  background: #fff;
  color: #a91859;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
}

section#who-we-serve-wrap .swiper-button-next:after,
section#who-we-serve-wrap .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 800;
}

section#who-we-serve-wrap .swiper-button-next:hover,
section#who-we-serve-wrap .swiper-button-prev:hover {
  background: #a91859 !important;
  color: #fff !important;
}



/* footer */


footer {
  padding: 60px 0 0;
  background: #231F20;
  border: 1px solid rgba(255, 255, 255, 0.125);
  transition: 0.3s alllinear;
}

p.foot-para {
  color: #ffff;
  font-size: 16px;
  width: 80%;
  padding-right: 20px;
}

.social-icons i {
  color: #fff;
  font-size: 18px;
  margin-right: 1rem;
  margin-top: 1.5rem;
  background: #E91E63;
  padding: 10px;
  border-radius: 4px;
}

.contact-add p {
  color: #ffff;
  margin-bottom: 1rem !important;
  font-size: 15px !important;

}

.contact-add h5 {
  font-size: 17px;
  font-weight: 700;
  color: #e34168;
}

.contact-add i {
  color: #e52463;
  margin-right: 5px;
}


.foot-details h4 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'poppins';
  position: relative;
}

.foot-details h4:after {
  position: absolute;
  content: '';
  bottom: -4px;
  background-color: #e52463;
  height: 2px;
  width: 20%;
  left: 0;
}

aside.col-md-4.quick-link li a {
  color: #fff;
}

aside.col-md-4.quick-link li {
  padding-bottom: 12px;
}

.foot-end {
  padding: 1rem 0;
  text-align: center;
  font-size: 12px;
  color: #888;
  border-top: 1px solid #f5f5f51a;
  margin-top: 20px;
}

.header #access a:hover {
  color: #f40771 !important;
}



/* /UNDERLINE IS HERE/*/
#access a::before {
  bottom: 0px;
  height: 2px;
  background-color: #f40771;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}

#access a:active::before {
  background-color: #f40771;
}

#access a:hover::before,
#access a:focus::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


/*  banner-new*/

section.home-banner-section {
  padding-top: 92px;
  position: relative;
}

.image-wrap-banner {
  position: relative;
  z-index: 0;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-12%, -50%);
  z-index: 999;
  width: 49%;
}

a.cta-button.btn {
  background: #E71B7C;
  color: #fff;
  margin: 1rem 0;
}

a.cta-button.btn i {
  font-size: 18px;
  color: #fff;
  margin-left: 9px;
  background: #E71B7C;
  border-radius: 75px;
}


.box-section {
  background: #672146;
  height: 100%;
  padding: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-img img {
  height: 80px;
  display: flex;
  padding-right: 1rem;
  /* filter: invert(1); */
}



.box-content h3 {
  font-size: 22px;
}

.box-content {
  padding-top: 1rem;
}

section.box-three-section {
  margin-top: -92px;
  z-index: 1;
  position: relative;
  z-index: 99;
}


/* about section */

.abt-image-wrap-banner img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 9;
}

.abt-banner-content {
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  position: absolute;
  width: 35%;
  background: #fff;
  padding: 2rem;
  z-index: 99;
}

.abt-image-wrap-banner {
  position: relative;
}

.abt-banner-content p span {
  font-size: 18px;
  font-weight: 600;
  padding-right: 4px;
  text-transform: uppercase;

}

.abt-banner-content p {
  font-size: 16px;
}

.abt-banner-content h4 {
  color: #231F20;
  font-weight: 900;
  font-size: 2.2rem;
}

a.read-more {
  color: #E71B7C;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}

a.read-more i {
  margin-left: 10px;
  font-weight: 500;
  font-size: 13px;
}

/* about */
section#about-us-wrapper {
  margin-top: -92px;
  position: relative;
}


section#what-we-do-wrapper {
  background: #231F20;
  padding: 70px 0;
  position: relative;
  color: #fff;

}

.what-we-do-img img {
  height: 240px;
  width: 100%;
  /* border-radius: 1rem 1rem 0rem 0rem; */

}

.what-we-do-content {
  text-align: left;
  margin-top: 1rem;
}

.what-we-do-box {
  background: #fff;
  padding: 1rem;
}

.what-we-do-box h3 {
  color: #000;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
  padding: 4px 0 3px 12px;
  overflow: hidden;
  height: 48px;
  font-family: 'Poppins';
}

a.view-all-btn.btn:hover {
  background: #fff;
  color: #E91E63;
}

a.view-all-btn.btn {
  background: #E91E63;
  color: #fff;
  font-weight: 500;
  font-family: 'poppins';
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .4px;
  border-radius: 0;
}

.view-all {
  text-align: center;
  margin-top: 3rem;
}

.what-we-do-content p {
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

section#what-we-do-wrapper .swiper-button-next:after,
section#what-we-do-wrapper .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-prev i {

  background: #E91E63;
  color: #fff;
  padding: 1rem;
  border-radius: 50%;
  left: 40px;
  position: relative;
}

.swiper-button-next i {
  background: #E91E63;
  color: #fff;
  padding: 1rem;
  border-radius: 50%;
  right: 40px;
  position: relative;
}

.whatweSwiper {
  margin: 2rem 0 0 0;
}

.section-title h2 {
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
}

span.back-num {
  color: #231F20;
  font-weight: 900;
  top: -10px;
  left: 22%;
  z-index: 0;
  opacity: 0.15;
  font-size: 5rem;
  position: absolute;
  display: none;
}

.what-we-do-img {
  position: relative;
  overflow: hidden;
}

section#who-we-serve {
  background: linear-gradient(45deg, transparent, #F2F2F2), url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/dot.png) no-repeat;
  background-position: top left;
  background-size: contain;
  padding: 70px 0;
  position: relative;
}

.who-we-serve-title img {
  width: 70%;
}

section#who-we-serve:before {
  content: '';
  position: absolute;
  height: 92px;
  width: 50%;
  background: #fff;
  bottom: 0;
  clip-path: polygon(0% 0%, 85% 0%, 100% 105%, 100% 85%, 100% 100%, 15% 100%, 0% 100%, 0% 15%);
  z-index: 0;
}

.who-we-serve-title {
  position: relative;
  z-index: 99;
}

.accordion-item {
  border: 0 !important;
  border-bottom: 1px solid #8888884d !important;
}

.who-we-accordin {
  margin-top: 1.52rem;
}

.accordion-button {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  background: #f9f9f9 !important;
}

.accordion-button::after {

  filter: invert(25%) sepia(86%) saturate(4731%) hue-rotate(318deg) brightness(92%) contrast(97%);
}


/* Our-mission-values */

section.our-mission-values {
  padding: 90px 0;
  background: #f5f5f5b8;
}




.our-mission-values-right:before {
  content: '';
  position: absolute;
  height: 92px;
  width: 50%;
  background: #fff;
  top: 0;
  background: url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/miss-bg.png) no-repeat;
}


.our-mission-values-right:after {
  content: '';
  position: absolute;
  height: 100%;
  left: 77%;
  z-index: 0;
  width: 100%;
  background: #fff;
  top: -30px;
  background: url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/miss-bg.png) no-repeat;
}

.our-mission-values-right {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-mission-values-right img {
  z-index: 99;
  position: relative;
  border-radius: 0 0 70px;
}

section.our-mission-values h2 {
  color: #000;
  font-weight: 900;
  font-size: 2.2rem;
}

.our-mission-left p {
  margin-top: 1rem;
  font-size: 16px;
}

.our-mission-left {
  margin-bottom: 2rem;
}

.our-mission-left p {
  margin-top: 1rem;
  font-size: 16px;
}

.our-values p {
  font-size: 16px;
  padding-bottom: 1rem;
}

.our-values p b {
  color: #e3207b;
}

aside.col-lg-6.mis-vis-content {
  padding-right: 2rem;
}


/* Our Clients */

section.our-clients {
  padding: 60px 0;
  /* background: #FBDFEB; */
}

.our-clients-heading {
  text-align: center;
  margin-bottom: 2rem;
}



.our-clients-slider img {
  height: 225px;
  /* width: 100%; */
  object-fit: contain;
  /* background: #fff; */
  padding: 0 2rem;
}



.footer-bottom {
  background: #5C5C5C;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}

.footer-bottom-left p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

footer h3 {
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins';
}

footer li {
  margin: 12px 0;
}

footer li a {
  color: #AAAAAA;
}

footer p {
  color: #AAAAAA;
  font-size: 15px;
  margin: 12px 0;
}

.footer-address i {
  padding-right: 10px;
  font-size: 14px;
}

.footer-follow ul {
  display: flex;
  gap: 20px;
}

.what-we-do-content ul li {
  font-size: 15px;
  margin-bottom: 8px;
  list-style: disc;
  color: #555555;
}

.what-we-do-content ul {
  margin-top: 8px;
  padding-left: 18px;
}


/* common banner */

section#common-inner-banner {
  padding-top: 92px;
  position: relative;
}

.inner-baner-image:before {
  /* content: ''; */
  height: 446px;
  width: 100%;
  background: linear-gradient(45deg, #000000ad, #261a1a87);
  position: absolute;
}

.inner-banner-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

.inner-banner-text {
  position: absolute;
  top: 50%;
  /* left: 5%; */
}

section#common-inner-banner {
  padding-top: 92px;
  overflow: hidden;
}

.inner-baner-image:before {
  /* content: ''; */
  height: 446px;
  width: 100%;
  background: linear-gradient(45deg, #000000ad, #261a1a87);
  position: absolute;
}


.inner-banner-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

section#about-us {
  padding: 70px 0;
}


.global-advisory-council-title h2 {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  font-family: 'Poppins';

}

.council-member-name {
  padding: 20px 15px 0;
  /* background: #f5f5f5; */
  text-align: left;
}


.council-member-name h3 {
  font-size: 18px;
  letter-spacing: .2px;
  font-family: 'Poppins';
  font-weight: 600;
}

/* .council-member-img {
  padding: 1rem;
  background: #f3f3f3;
} */

.council-member-name p {
  font-size: 14px;
}

.council-member-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  padding-left: 12px;
  /* box-shadow: 0px 1px 3px 0px #888; */
  /* border-left: 1px solid #5157593b; */

}

.council-member {
  margin-bottom: 1.5rem;
  border-left: 1px solid #5157593b;
}

.swiper.whatweSwiper {
  height: fit-content;
}

.banner-content h4 {
  font-size: 18px;
  font-family: 'Poppins';
}

section#waht-wedo {
  padding: 70px 0;
}




/* what we do */


/************************************/
/***     07. Our Services css     ***/
/************************************/

.our-services {
  position: relative;
  padding: 80px 0;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #88888880;
  border-right: none;
  border-bottom: none;
  border-radius: 30px;
  overflow: hidden;
}

.service-item {
  width: 33.33%;
  position: relative;
  /* background: url('https://www.thespyder.co/wp-content/themes/spyder/assets/images/service-item-bg.svg') no-repeat; */
  background-position: top left;
  background-size: auto;
  border-right: 1px solid #88888880;
  border-bottom: 1px solid #88888880;
  border-top: none;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  padding: 30px;
  overflow: hidden;
  z-index: 1;
}

.service-items::before,
.service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  /* opacity: 40%; */
  height: 100%;
  width: 100%;
  z-index: -1;
}

.service-item:nth-child(-3n + 3) {
  border-radius: 0 28px 0 0;
}

.service-item:last-child {
  border-radius: 0 0 29px 0;
}

.service-body {
  margin-bottom: 10px;
}

.service-body .icon-box {
  margin-bottom: 30px;
}

.service-body .icon-box img {
  max-width: 40px;
  transition: all 0.4s ease-in-out;
  filter: invert(1);
}

.service-items:hover .service-body .icon-box img,
.service-item:hover .service-body .icon-box img {
  /* filter: brightness(0) invert(1); */
  transform: rotateY(180deg);
}

.service-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-content h3 a {
  color: inherit;
}

.service-content p {
  margin: 0;
}

.service-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.service-image a {
  display: block;
  overflow: hidden;
  cursor: none;
}

.service-image img {
  width: 100%;
  /* aspect-ratio: 1 / 0.45; */
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.service-items:hover .service-image img,
.service-item:hover .service-image img {
  transform: scale(1.1);
}

.service-btn .readmore-btn {
  color: #fff;
}

.service-btn .readmore-btn::before {
  background-image: url('https://www.thespyder.co/wp-content/themes/spyder/assets/images/arrow-white.svg');
}

.service-btn .readmore-btn:hover:before {
  filter: none;
}

.service-footer {
  text-align: center;
  margin-top: 60px;
}

.service-footer p {
  color: #fff;
  margin: 0;
}

.service-footer p span {
  background-color: #fff;
  font-weight: 700;
  color: #000;
  border-radius: 100px;
  padding: 1px 10px;
  margin-right: 10px;
}

.service-footer a {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.service-footer a:hover {
  color: #ffff;
}

.service-btn {
  display: none;
}

.social-icons img {
  height: 30px;
}



.contact-us-content p {
  color: #000;
}

.social-icons img {
  height: 30px;
}

.contact-us-content .social-icons i {
  color: #fff;
  font-size: 20px;
  background: #e3207b;
}

.contact-add p i {
  color: #e52463;
  font-size: 16px;
  margin-right: 10px !important;
}

section#contact-us {
  padding: 70px 0;
}

.grid.grid-council-member {
  --auto-grid-min-size: 16rem;
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.what-we-do-content p span {
  color: #E71B7C;
  font-weight: 600;
  font-size: 20px;
}

.service-items {
  width: 49.99%;
  position: relative;
  /* background: url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/service-item-bg.svg) no-repeat; */
  background-position: top left;
  background-size: auto;
  border-right: 1px solid #88888880;
  border-bottom: 1px solid #88888880;
  border-top: none;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  padding: 30px;
  overflow: hidden;
  z-index: 1;
}

.service-content p {
  font-size: 16px;
}

.service-content ul li {
  padding-bottom: 10px;
  font-size: 14px;
  color: #555555;
  list-style: auto;
}

.service-content ul {
  padding-left: 12px;
  margin-top: 1rem;
}

@media (max-width: 1441px) {

  .what-we-do-box h3 {
    color: #000;
    font-size: 18px;
    height: 50px;
  }

  .image-wrap-banner img {

    width: 550px;
    object-fit: cover;
  }

}

@media (max-width: 1300px) {
  .image-wrap-banner img {
    left: 70% !important;
    width: 500px !important;
  }

  .grid.grid-Eexecutive-member,
  .grid.grid-council-member {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-content p {
    font-size: 14px;
    line-height: 26px;
  }

}

@media (max-width: 1400px) {
  .abt-desc p {
    font-size: 18px;
    padding-bottom: 1rem;
    text-align: center;
  }

  .what-we-do-content p {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .what-we-do-box h3 {
    color: #000;
    font-size: 16px;
    height: 50px;
    line-height: 24px;
  }
}

@media (max-width: 1024px) {

  .banner-content h1 {
    color: #a80654;
    line-height: 40px;
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 800;
    letter-spacing: .4px;
    margin: 0 0 1rem 0;
  }

  #access a::before {

    left: 0;
    bottom: 0 !important;
  }

  .service-item {
    width: 49.33%;
  }

  section.our-mission-values h2 {
    color: #000;
    font-weight: 900;
    font-size: 1.72rem;
  }

  .abt-desc p {
    font-size: 16px;
    padding-bottom: 1rem;
    text-align: center;
  }
}

@media (max-width: 768px) {

  .grid.grid-Eexecutive-member,
  .grid.grid-council-member {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid.grid-council-member {
    --auto-grid-min-size: 16rem;
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }

  iframe {
    width: 100% !important;
  }

  .service-item {
    padding: 15px;
  }

  .page-services .col-lg-12 {
    padding: 0;
  }

  .inner-banner-text {
    position: absolute;
    top: 60%;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -40%);
  }

  .inner-baner-image img {
    height: 300px;
    object-fit: cover;
  }

  .service-item {
    width: 100%;
  }

  aside.col-lg-4.col-md-4.col-sm-12.box-sec-wrap {
    margin-top: 1rem;
  }

  aside.col-lg-4.col-md-4.col-sm-12.box-sec-wrap:first-child {
    margin: 0;
  }

  a.read-more {

    font-size: 14px;
  }

  .image-wrap-banner img {
    height: 500px;
    object-fit: cover;
    object-position: left;
  }

  .image-wrap-banner img {
    height: 500px;
    object-fit: cover;
    object-position: left;
  }

  .swiper-button-next i {
    background: #E71B7C;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    bottom: 20px;
    right: 0px;
    font-size: 12px;
    position: relative;
  }

  .swiper-button-prev i {
    background: #E71B7C;
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    left: 0;
    bottom: 20px;
    position: relative;
    font-size: 12px;
  }

  .banner-cont-inn h1 {

    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 1rem 0;
  }

  .banner-content h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 1rem 0;
  }

  .banner-content h1 span {
    font-size: 18px;
    color: #000;
  }


  .banner-content h4 {
    font-size: 16px;
    line-height: 23px;
  }

  .banner-content {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 999;
    width: 90%;
  }

  .who-we-serve-title img {
    width: 100%;
    /* padding: 1rem; */
    /* height: 300px; */
    object-fit: cover;
  }

  aside.col-md-6.woh-we-right {
    padding: 1rem;
  }

  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px !important;
    font-size: 14px !important;

  }

  section.our-mission-values {
    padding: 60px 15px;
    background: #f5f5f5;
  }
}

@media (max-width: 425px) {

  .grid.grid-Eexecutive-member,
  .grid.grid-council-member {
    grid-template-columns: repeat(1, 1fr);
  }
}

ul.who-we-list li::marker {
  color: #e52463;
}

ul.who-we-list li {
  margin-bottom: 1rem;
  font-size: 16px;
  color: #555555;
  /* border-bottom: 1px solid #55555529; */
  padding-bottom: 4px;
  font-weight: 600;
  list-style: inside;
  list-style-type: disclosure-closed;
}

.our-clients-heading h2,
.who-we-serve-title h2 {
  color: #000;
  font-weight: 900;
  font-size: 2.2rem;
}


/*  */

.image-wrap-banner {
  height: 700px;
  background: #F2F2F2;
  position: relative;
}

/* .image-wrap-banner img {
  position: absolute;
  height: 75%;
  left: 65%;
  top: 5%;
  transform: translateX(-25%);
  border-radius: 0 70px 0px 0;
} */


.image-wrap-banner img {
  position: absolute;
  height: 75%;
  left: 65%;
  top: 5%;
  transform: translateX(-25%);
  border-radius: 0 70px 0px 0;
  width: 650px;
  object-fit: cover;
  /* object-position: 0px -160px;? */
}


.image-wrap-banner {
  background: url(https://www.thespyder.co/wp-content/themes/spyder/assets/images/bg-hb.png) no-repeat;
  background-position-x: right;
  background-size: 30% 100%;
}

.abt-image-wrap-banner:before {
  content: '';
  background: linear-gradient(176deg, #0808088f, #221a1a00);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

aside.col-md-6.woh-we-right img {
  border-radius: 0 0 70px 0;
}

.col-lg-4.col-md-6.footer-last {
  display: flex;
  justify-content: flex-end;
}

.what-we-do-box:hover img {
  transform: scale(1.025);
  transition: 0.35s all ease-in-out;
}


.grid.grid-Eexecutive-member {
  --auto-grid-min-size: 16rem;
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(315px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin-bottom: 40px;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex,
label.gfield_label.gform-field-label {
  color: #fff !important;
}

.contact-us-form {
  background: #500137;
  padding: 2rem;
  color: #ffff;
}

iframe {
  width: 100%;
}

div#nav-menu-bar .row {
  display: flex;
  justify-content: space-between;
}

.footer-menu ul li {
  font-size: 14px;
}

.footer-menu ul {
  padding: 0;
}

.contact-us-form h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #ffff;
  text-transform: uppercase;
}

.contact-add p,
.footer-address p {
  pointer-events: none;
  user-select: none;


}

.footer-menu ul li:hover a {
  color: #fff;
}


ul.who-we-list {
  padding: 0;
}

.next-prev-button {
    position: absolute;
    top: 50%;
    width: 100%;
}