.slide-carousel-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
 .slide-content {
    position: relative;
    z-index: 999;
}
.slide-carousel-image {
  position: relative;
  z-index: 9;
  padding: 5em 0px 0em 0;
}
#slider .owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 3%;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.owl-dots {
  text-align: center;
  margin: 0 auto;
}
.slide-heading {
  color: #212121;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  padding: 0;
}
.slide_btn {
  display: inline-block;
}
.slide-heading span {
  display: block;
}
#slider .owl-item.active .slide-heading {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#slider .owl-item.active .slide-text {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
.slide-text {
  margin: 19px 0 30px 0;
}
#slider .owl-item.active .slide_btn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}
div#slider .slide-carousel-image img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
.inner_carousel.container {
  position: relative;
}
#slider .slidesmalltext {
  font-weight: 300;
  color: white;
}
#slider h1, #slider h2 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  font-weight: 500;
  letter-spacing: 1.9px;
}
.slide-text {
  color: #000000;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slide-carousel-image  img {
  position: relative;
  z-index: 9;
}
.owl-carousel .owl-item .slide-carousel-image img {
  width: 100% !important;
}
.Slider-left-box {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
@keyframes slideTopToBottom {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slider-image-box img {
  opacity: 1; /* hidden by default */
  animation: slideTopToBottom 1s ease forwards;
}

.slider-image-box img.animate-in {
  animation: slideTopToBottom 1s ease forwards;
}
.slider-thumb-box {
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    max-width: 45%;
}
.slider-nav.owl-carousel  .owl-item img {
  width: 109px !important;
  height: 100px !important;
  object-fit: cover;
  border-radius: 50%;
  object-position: right;
}
.slide-carousel-image-block{
  position: relative;
}
.thumb-progress {
  position: relative;
  display: inline-block;
  width: 120px; /* SVG size */
  height: 120px;
}
.thumb-progress img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* Static stroke (always visible) */
.progress-ring__bg {
  stroke-dasharray: 352; /* circumference for r=56 */
  stroke-dashoffset: 0;  /* fully visible */
}

/* Animated stroke (progress bar) */
.progress-ring__circle {
  stroke-dasharray: 352;
  stroke-dashoffset: 352; /* hidden initially */
  transition: stroke-dashoffset linear;
}

.progress-ring__circle{
  stroke: var(--color-primary);
}
.slider-box {
  max-width: 55%;
  text-align: left;
}
#slider .slide-tagline {
  color: white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
#slider {
  overflow: hidden;
  background-color: #F5F5F5;
}
.slide-image-inner {
  position: relative;
}
.section_main_head {
  position: relative;
}
.happy-customer-image-block img {
  margin-left: -18px;
}
.happy-customer-image-block img:first-child {
  margin-left: 0;
}
.happy-customer-block {
    border-radius: 15px;
    background-color: white;
    padding: 13px;
    max-width: 177px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 35px;
    z-index: 99;
}
.happy-customer-heading {
  color: #333333;
  font-weight: 600;
  margin-top: 6px;
  font-family: var(--primary-font);
}
#advance-search-box-id {
  background-color: white;
  padding: 20px;
  position: absolute;
  bottom: 49px;
  z-index: 999;
  border-radius: 18px;
  width: 100%;
}
#advance-search-box-id button.btn {
  background-color: var(--color-primary);
  padding: 12px 30px;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.search-box-content label {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 500;
}
.search-box-content select {
  border: none;
}
.search-box-content select, .search-box-content input[type="date"] {
  border: none;
  font-size: 12px;
  color: #8E8E8E;
  padding-left: 21px;
}
.search-box-content label i {
  margin-right: 8px;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  display: block;
}
.custom-slider-nav.owl-nav {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  display: block;
}
#slider button.owl-prev {
  margin-bottom: 14px;
}
#our-partner{
    padding-top: 0;
    padding-bottom: 0;
}
.logo-text {
  color: white;
  font-size: 16px;
  margin-bottom: 1em;
}
.logo-text span{
  font-weight: 700;
}

/* -------------- Welcome --------------- */
#welcome .section-tagline {
  background-color: var(--color-primary);
  color: #000000;
  padding: 8px 24px;
  border-radius: 31px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #C2FF83 100%);
  border: 1px solid #FFFFFF;
}
.customer-image img {
  margin-left: -43px;
}
.customer-image img:first-child{
  margin-left: 0px;
}
#welcome .section_main_head h3 {
  color: #000000;
  font-weight: 800;
  font-size: 53px;
  max-width: 85%;
}
#welcome #our-partner .section_main_head h3 {
  color: rgb(255 255 255 / 80%);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 26px;
}
.customer-image {
  position: absolute;
  right: 0;
  max-width: 56%;
  width: 45%;
}
#welcome .section_main_head .section-text {
  color: #404040;
}
.theme-button-style span.button-text {
  background-color: white;
  padding: 8px 17px;
  color: #151515;
  border-radius: 26px;
  font-size: 14px;
  display: inline-block;
}
a.theme-button-style {
    display: inline-block;
}
.theme-button-style span.button-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 6px;
  color: #151515;
}
.theme-button-style:hover span.button-text, .theme-button-style:hover span.button-icon{
  background-color: var(--color-primary);
  color: white;
}
.theme-button-style span.button-icon i, .theme_button i {
  transform: rotate(-44deg);
}
.video-btn a {
  color: white;
  font-size: 21px;
}
.section-link a {
  color: #000000;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 28px;
}
.section-link a:hover {
  border: 1px solid black;
}
.welcome_btn  a.theme_button {
  display: block;
}
.section-link {
    margin-left: 16px;
}
span.welcome-video-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 6px;
  color: #151515;
  border: 2px solid #D9D9D933;
}
span.welcome-video-icon:hover{
  background-color: var(--color-primary);
  color: white;
}
.bar-chart-image {
  max-width: 36%;
  position: absolute;
  left: -23%;
  bottom: 35px;
}
.welome-image-shape {
  display: block;
  width: 100%;
  filter: url('#goo');
}
.welome-image-shape::before {
  content: "";
  padding-top: 120%;
  background-color: #D9D9D9;
  position: absolute;
  width: 92%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(32% 17%, 33% 0, 100% 0, 100% 100%, 0 100%, 0 17%);
  margin: 0 auto;
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
}
.position-relative.welome-image-wrap {
  max-width: 69%;
  margin: 0 auto;
}
.welome-image-wrap img {
    position: relative;
}
.logo-container-inner {
  padding-top: 30px;
  border-top: 1px solid rgb(255 255 255 / 80%);
  margin-top: 51px;
}
#welcome {
  padding-bottom: 50px;
}
/* --------- Marquee --------- */
.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  border: 1px solid #000000;
  padding: 9px 0;
  border-left: 0;
  border-right: 0;
  transform: rotate(3deg);
  background-color: white;
}
#marquee {
  padding: 0;
  margin-top: -43px;
}
.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 90s linear infinite;
}
.marquee-track {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
}
.marquee-wrapper[data-direction="left"] .marquee-track {
  animation-name: scroll-left;
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-track span, .marquee-track2 span {
  margin-right: 18px;
}

/* 2*/

.marquee-wrapper2 {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background-color: black;
    padding: 10px 0;
    border: 1px solid #C2FF83;
    border-left: 0;
    border-radius: 0;
    transform: rotate(-3deg);
    position: absolute;
    top: 0;
}

.marquee-track2 {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-right 70s linear infinite;
}
.marquee-track2 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  color: white;
}
#marquee span i {
    margin-right: 6px;
}
.marquee-wrapper2[data-direction="right"] .marquee-track2 {
  animation-name: scroll-right;
}

.marquee-wrapper2:hover .marquee-track2 {
  animation-play-state: paused;
}


@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


@keyframes scroll-right {
  from { transform: translateX(-100%); }
  to   { transform: translateX(0); }
}
/* --------- About Us --------- */
#about-us .section-tagline {
  color: white;
  position: relative;
}
#about-us {
    background-color: black;
}
#about-us .section-tagline:before {
  content: '';
  background-color: white;
  width: 20px;
  height: 2px;
  display: inline-block;
  margin-right: 10px;
  top: -5px;
  position: relative;
}
#about-us a.theme_button, a.theme_button.white_button {
  color: white;
  border-color: white;
}
#about-us a.theme_button span, a.theme_button.white_button span {
  background-color: white;
  color: black;
}
#about-us span.colored_word {
  color: var(--color-primary);
  background-color: transparent;
  line-height: normal;
}
#about-us h3 {
  color: white;
  font-weight: 700;
  font-size: 33px;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.about-shape-box {
  max-width: 23%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-shape-box2{
  position: absolute;
  right: 3em;
  bottom: 0;
  max-width: 11%;
}
.about-content {
  max-width: 80%;
  margin: 0 auto;
}
#about-us .theme_button:hover:before, #about-us .theme_button2:hover:before, a.theme_button.white_button:hover:before {
  background-color: var(--color-primary);
}
#about-us .theme_button:hover, a.theme_button.white_button:hover{
  border-color: var(--color-primary);
  color: black;
}
#about-us a.theme_button:hover span, a.theme_button.white_button:hover span{
  background-color: black;
  color: white;
}
/* -------------- Projects --------------- */
.project-tag {
  box-shadow: 0px 0px 30px 0px #00000012;
  padding: 6px 17px;
  margin-right: 9px;
  border-radius: 54px;
  display: inline-block;
}
.project-content {
  margin-top: 22px;
}
.project-content h5 a {
  color: black;
  margin-top: 10px;
  display: block;
  font-size: 18px;
}
/* .projects-card-list.row {
  row-gap: 44px;
} */
.project-img img {
  border-radius: 30px;
}
.projects-card-wrap:nth-child(even) {
    padding-left: 25px;
}
a.project-link-icon {
  border: 0.5px solid #000000;
  background-color: white;
  border-radius: 50%;
  color: black;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 15px;
  margin-left: 5px;
}
a.project-link-icon:hover{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: black
}
a.project-link-icon i {
  transform: rotate(-56deg);
}
.projects-card-wrap:nth-child(odd) {
    margin-top: 42px;
    padding-right: 25px;
}
/*--------------- Strategy ---------------*/
#strategy .section_main_head h3 {
  color: white;
  font-size: 43px;
  line-height: 59px;
  padding: 0;
}
#strategy .section_main_head h3 span.main-heading-part {
  color: var(--color-primary);
}
#strategy .section_main_head .section-text {
  color: white;
}
.how_it_works-block{
    position: relative;
}
.strategy-content {
  padding-top: 15px;
  text-align: center;
}
.strategy-image {
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
  margin: 0 auto;
}
.strategy-block:hover .strategy-image{
  background-color: var(--color-primary);
}
.strategy-block:hover .strategy-image-outer:before{
  border-color: var(--color-primary);
}
span.strategy-steps {
  align-items: center;
  font-weight: 600;
  font-size: 61px;
  margin: 0 auto;
  bottom: -25px;
  color: #333333;
  width: 66px;
  height: 66px;
  display: inline-block;
  display: inline-flex;
  -webkit-text-stroke: 1px #DEC3C3;
  -webkit-text-fill-color: transparent;
  color: white;
  -webkit-text-stroke: 1px rgb(155 194 255 / 20%);
  font-weight: 700;
  margin-right: 10px;
}
#strategy {
  overflow: hidden;
  background-color: black;
  padding-bottom: 0;
}
.strategy-block:last-child {
    margin-bottom: 5em !important;
}
.strategy-shape-box1 {
  position: absolute;
  bottom: 13em;
  left: 0;
}
.strategy-shape-box3 {
  position: absolute;
  left: 50%;
  width: 100px;
  margin: 0 auto;
  top: 29px;
}
.strategy-shape-box2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.how_it-works-image-box {
  position: relative;
}
.how_it_works-block h5 {
  font-family: var(--primary-font);
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.how_it_works-content {
  padding: 6px 0 0 0;
}
.how-we-work-image img {
  border-radius: 20px;
}
.strategy-box {
  padding: 17px 21px;
  border-radius: 20px;
  background-color: #FFFFFF;
  background: linear-gradient(294.38deg, #222222 -0.43%, #000000 97.19%);
  border: 0.5px solid #FFFFFF4D;
}
.strategy-block h6, .strategy-block h6 a {
  color: white;
  margin-left: 10px;
}
.strategy-block h6 {
    max-width: 76%;
}
.strategy-p {
  color: white;
  margin-top: 4px;
  font-size: 13px;
}
.how-we-work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#strategy .row > .col-lg-6:nth-child(n+3) {
  margin-top: 1rem; 
}
/* -------------- Who are we --------------- */
.who-we-are-image {
  background-color: #212121;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wo-we-are-box {
  box-shadow: 0px 2px 14px 0px #2121211A;
  padding: 20px;
  border-radius: 20px;
}
.wo-we-are-content  h6 {
  max-width: 38%;
  line-height: 23px;
}
.wo-we-are-content .media {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #B9B3B3;
}
.wo-we-are-p {
  font-size: 14px;
  color: #333333B2;
  margin-bottom: 26px;
  margin-top: 26px;
}
.wo-we-are-box:hover{
  background-color: #212121;
}
.wo-we-are-box:hover .wo-we-are-p{
  color: #FFFFFFB2;
}
.wo-we-are-box:hover .wo-we-are-content h6{
  color: white;
}
.wo-we-are-box:hover .who-we-are-image{
  background-color: white;
}
#who-we-are .section_main_head h3 {
    font-size: 76px;
    letter-spacing: 0px;
    font-weight: 900;
}
.wo-we-are-box:hover .theme_button2:before {
    width: 160%;
}
.wo-we-are-box:hover a.theme_button2{
  color: black;
}
.wo-we-are-box:hover a.theme_button2:before{
  background-color: white;
}
.wo-we-are-box:hover a.theme_button2 span{
  background-color: black;
  color: white;
}
/* --------- Welcome --------- */
.circular-text.circle {
    position: relative;
    width: 92px !important;
    height: 92px !important;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #029FEF;
}
.circular-text .logo {
  position: absolute;
  width: 79px;
  height: 79px;
  background-size: cover;
  border-radius: 100vmax;
  background-position: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circular-text-outer {
  position: absolute;
  width: 106px;
  height: 106px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 74px;
  left: 5%;
}
/* .circular-text:before {
  content: "";
    position: absolute;
    width: 212px;
    height: 212px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -23%;
    left: -13%;
    background: linear-gradient(90deg, #3D0D7B 0%, #100A1C 100%);
} */

.circular-text .text {
	position: absolute;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 17px;
	animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

.circular-text .text span {
	position: absolute;
	left: 50%;
	transform-origin: 0 100px;
}

.circular-text-wrapper {
  width: 300px;
  height: 300px;
  margin: auto;
  position: relative;
}

.circular-text {
  width: 100%;
  height: 100%;
}
.circular-text text {
    font-size: 29px;
    fill: white;
    letter-spacing: 2px;
    font-size: 300;
}
.rotating-text {
  animation: rotateText 12s linear infinite;
  transform-origin: center;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.welcome-content-block:after {
    content: "";
    background-color: white;
    width: 100%;
    display: block;
    height: 80%;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    border-top-left-radius: 188px;
}
.welcome-image-box {
  position: relative;
  z-index: 9;
}
.marketing-label {
  background-color: #6A47ED;
  color: white;
  border-radius: 30px;
  padding: 7px 21px;
  text-align: center;
  display: inline-block;
}
.marketing-label-outer {
  position: absolute;
  top: 46px;
  right: 0;
}
.marketing-label-outer svg {
    position: relative;
    top: -29px;
    left: 16px;
}
.rating-block {
  box-shadow: -6px 4px 14px 1px #00000040;
  padding: 13px 13px;
  border-radius: 52px;
  position: absolute;
  right: -11em;
  background-color: white;
  bottom: 4em;
}
span.rating-block-title {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
}
span.rating-block-text {
  color: #000000;
  font-size: 12px;
}
.rating-block-icon {
  background-color: #029FEF;
  border-radius: 50%;
  color: white;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 17px;
  margin-right: 5px;
}
.heading-width {
  max-width: 55%;
  margin: 0 auto;
}

/* --------- Services --------- */
.service-item a:hover  span.link-icon {
    background-color: black;
    color: white;
}
.services-box {
  border-radius: 19px;
  padding: 38px 24px;
}
#services span.colored_word {
    line-height: 61px;
}
span.colored_word {
    background-color: var(--color-primary);
}
#services .section_main_head {
  max-width: 49%;
  margin: 0 auto;
}
.services-block {
  box-shadow: 0px 0px 30px 0px #0000000D;
  padding: 23px;
  border-radius: 20px;
  margin-bottom: 25px;
}
span.link-icon {
  border: 0.5px solid #000000;
  background-color: white;
  border-radius: 50%;
  color: black;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 15px;
  margin-left: 5px;
}
#services .theme-button-style span.button-text, #pricing-plan .theme-button-style span.button-text, #latest-news .latest_news_btn .theme-button-style span.button-text {
  display: inline-block;
  width: 85%;
  text-align: center;
}
#services a.theme-button-style, #pricing-plan a.theme-button-style, #latest-news .latest_news_btn a.theme-button-style {
  display: block;
}
.service-item h5 a {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  display: block;
  font-family: var(--secondary-font);
}
.service-text p {
  font-size: 13px;
}
.service-excerpt p {
  color: #404040;
  font-size: 14px;
}
.service-meta-image {
  width: 80px;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 14px;
  margin-right: 13px;
}

/* ----------- Team ------------- */
#team .section_main_head h3 {
  color: white;
}
#team .section_main_head .section-text {
  color: white;
}
.our-team.team-box {
  border-radius: 12px;
}
.team-box-inner-content.team-content {
  position: absolute;
  top: 0;
  backdrop-filter: blur(20px);
  height: 100%;
  padding: 13px;
  border-radius: 30px;
  opacity: 0;
  background-color: #0000004D;
}
.team_outer:hover .team-box-inner-content.team-content {
  opacity: 1;
}
.team_outer{
    border-radius: 30px;
}
.flipster {
    display: block;
    overflow-x: visible !important;
    overflow-y: visible;
    position: relative;
}
div#team-items {
  padding: 4em 0;
  overflow: hidden !important;
}
.flipster__button {
  position: unset;
  color: white;
  display: inline-block;
}
.flipster__button--prev:before {
  content: "\f177";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
}
.flipster__button--next:before{
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
}
button.flipster__button {
  position: unset !important;
  border: 1px solid white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: white;
  margin: 6px;
}
#team .banner-shape-box3.aos-init.aos-animate {
  left: 14px;
  top: 11%;
  max-width: 80px;
}
button.flipster__button:hover {
    background-color: white;
    color: black;
}
button.flipster__button:hover:after, button.flipster__button:hover:before{
  color: black;
}
ul.flip-items.flipster__container {
  margin-bottom: 4em;
}
.team-content-inner {
  text-align: left;
}
div#team-items {
  text-align: center;
}
button.flipster__button svg {
    display: none;
}
span.plus-link-icon {
  background-color: white;
  width: 30px;
  height: 30px;
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
li.team_outer.flipster__item.flipster__item--future.flipster__item--future-2, li.team_outer.flipster__item.flipster__item--past.flipster__item--past-2, li.team_outer.flipster__item.flipster__item--past.flipster__item--past-3, li.team_outer.flipster__item.flipster__item--future.flipster__item--future-3 {
    visibility: hidden;
}
.team_outer:hover span.plus-link-icon{
  background-color: var(--color-primary);
}
#team  span.main-heading-part {
    color: var(--color-primary);
    display: block;
}
.post-img{
  overflow: hidden;
  position: relative;
}
.owl-carousel .owl-item .our-team .team-img img, .post-img img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
}
.team-box-inner-content span {
  color: white;
  font-weight: 400;
  font-size: 13px;
}
.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
  opacity: 1 !important;
}
.flipster--flat .flipster__item--past .flipster__item__content , .flipster--flat .flipster__item--future .flipster__item__content {
  transform: unset !important;
}
.flipster--flat .flipster__item--past .flipster__item__content {
    transform: rotate(-22deg) !important;
}
.flipster--flat .flipster__item--future .flipster__item__content {
    transform: rotate(22deg) !important;
}
.team_head a {
  font-family: var(--primary-font);
  color: white;
  font-size: 16px;
  font-weight: 700;
}
h5.team_head {
  padding-top: 0;
  padding-bottom: 0;
}
.social-profiles a {
  color: white;
  margin-right: 13px;
  font-size: 13px;
}
.social-profiles a:hover {
  color: #6C57D2;
}
.submenu.social-profiles {
  margin: 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid white;
}
.team-excerpt p {
  color: white;
  font-size: 12px;
}
#team a.theme_button {
  padding: 5px 5px 5px 11px;
  font-size: 12px;
}
#team a.theme_button span.button-icon {
  width: 24px;
  height: 24px;
}
.team-img {
    position: relative;
}
.team-box-inner {
  padding: 11px;
  text-align: center;
}
#team .social-profiles li {
  display: inline-block;
  margin-right: 5px;
}
.team-img img {
  border-radius: 20px;
}
.our-team .social-profiles i {
  padding-right: 0;
}
.our-team .social ul li a:hover{
  background: white;
  color: black;
  text-decoration: none;
}
#team .social-profiles li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #121212;
}
#team .social-profiles li a:hover {
  background-color: var(--color-primary);
  color: white;
   transition: 0.3s ease-in-out;
}
ul.submenu.social-profiles {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s ease-in-out;
}
.team-box:hover .social-profiles {
  opacity: 1;
  transform: translateY(-4px);
}
.date-month-block {
  display: flex;
  align-items: center;
  justify-content: end;
}
.news-box .metabox a, .news-box .metabox .metabox .entry-comments, .news-box .metabox .entry-date, .news-box  .metabox .entry-author a {
  font-size: 11px;
  color: #404040;
}
.news-box .metabox span.date-day {
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  display: block;
  margin: 0;
}
.post-content-block span.entry-date {
  text-align: right;
}
.our-team:hover .team-share{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.our-team:hover .team-share i{
  color: white;
}
#team .owl-carousel .owl-dots button.owl-dot span, #team .owl-dots button.owl-dot span, #latest-news .owl-carousel .owl-dots button.owl-dot span, #latest-news .owl-dots button.owl-dot span {
  padding: 0;
}
#team .owl-carousel .owl-dots button.owl-dot.active, #team button.owl-dot.active, #latest-news  .owl-carousel .owl-dots button.owl-dot.active, #latest-news  button.owl-dot.active {
    background-color: var(--color-primary) !important;
    padding: 0px !important;
}
#team .owl-carousel .owl-dots button.owl-dot, #team .owl-dots button.owl-dot, #latest-news  .owl-carousel .owl-dots button.owl-dot, #latest-news .owl-dots button.owl-dot {
  background-color: #D9D9D9 !important;
  border: none !important;
  border-radius: 0;
  height: 3px !important;
  width: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#team .owl-dots, #latest-news .owl-dots {
  margin-top: 40px;
}
/*-------------- Pricing Plans ---------------*/
.plan_price {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.custom-plan-owl-nav.owl-nav {
    text-align: right;
    position: absolute;
    bottom: 78px;
    right: 3px;
}
#pricing-plan span.main-heading-part {
  background-color: var(--color-primary);
}
#pricing-plan .section_main_head {
  max-width: 43%;
  margin: 0 auto;
}
.plan-image {
  background-color: #000000;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
  margin: 0 auto;
  margin-right: 10px;
}
span.plan-tagline {
  color: #404040;
}
.plan-info h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0;
  margin-top: 10px;
  display: block;
}
.plan-features ul {
  margin: 0;
}
.plan-text {
  font-weight: 300;
  font-size: 13px;
  color: #404040;
  margin-top: 7px;
}
span.plan_package {
  color: #404040;
  font-weight: 300;
  font-size: 13px;
  display: block;
  position: relative;
  top: 5px;
}
.plan-features ul li {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  list-style: none;
  margin-right: 10px !;
  margin-bottom: 12px;
}
span.feature-icon {
  margin-right: 7px;
}
.plan-price {
  margin-top: 23px;
  margin-bottom: 4px;
  border-bottom: 1px solid #8f8c8c;
  padding-bottom: 14px;
}
.plan-btn {
  padding-top: 20px;
}
#pricing-plan .plan-details span.button-text {
  display: inline;
}
.plan-info.recommended_box {
  position: relative;
  overflow: hidden;
}
.plan-details {
    position: relative;
    z-index: 9;
}
.plan-info {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.plan-details {
  border-radius: 30px;
}
.plan-info-inner {
  position: relative;
  border: 1px solid #BABABA;
  padding: 17px;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px #0000000D;
}
.recommended_box .plan-info::before, .plan-info-inner:hover .plan-info::before {
  visibility: hidden;
}
.recommended_box .plan-heading-wrap, .plan-info-inner:hover .plan-heading-wrap{
  background-color: var(--color-primary);
}
.plan-heading-wrap {
  background-color: white;
  padding: 14px;
  border-radius: 20px;
}
/*--------------- Banner ---------------*/
#banner, #team {
  background-color: #000000;
  box-shadow: 0px 0px 30px 0px #0000000D;
}
#banner .section_main_head h3 {
  color: white;
}
#banner span.main-heading-part {
  color: var(--color-primary);
  display: block;
}
#banner .section_main_head .section-text {
  color: white;
}
.banner-shape-box1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  left: 10px;
}
.banner-shape-box3{
  position: absolute;
  left: 46%;
  width: 100px;
  margin: 0 auto;
  top: 6px;
}
.banner-shape-box2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 26%;
}

.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
/* ----------- Latest News ------------- */
#latest-news {
  background-color: #F9F9F9;
}
#latest-news span.main-heading-part {
  background-color: var(--color-primary);
}
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 22px;
}
.news-box {
  background-color: white;
  box-shadow: 0px 0px 30px 0px #0000000D;
  padding: 14px;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px #0000000D;
}
#latest-news .latest_news_btn .theme-button-style span.button-text {
  background-color: #000000;
  color: white;
}
#latest-news .latest_news_btn span.button-icon {
  background-color: black;
  color: white;
}
#latest-news .latest_news_btn .theme-button-style:hover span.button-text, #latest-news .latest_news_btn .theme-button-style:hover span.button-icon {
    background-color: var(--color-primary);
    color: white;
}
.new-box-btn .theme-button-style:hover span.button-text, .new-box-btn .theme-button-style:hover span.button-icon {
    background-color: black;
    color: white;
}
.news-box {
  position: relative;
}
.news-box h5 a {
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  margin: 8px 0;
  display: block;
}
span.meta-icon {
  background-color: #000000;
  width: 24px;
  height: 24px;
  display: inline-flex;
  border-radius: 50%;
  font-size: 11px;
  justify-content: center;
  align-items: center;
}
#latest-news .section_main_head {
  max-width: 49%;
  margin: 0 auto;
}
.new-text p {
  color: #404040;
  font-weight: 400;
  font-size: 13px;
}
.post-text p {
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
  color: #1D1C1C;
  font-weight: 300;
}
.new-title-text {
  max-width: 90%;
  position: relative;
  padding-left: 18px;
}
span.date-month {
    font-weight: 700;
}
.news-box .metabox span.date-day {
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  display: block;
  margin: 0;
}
span.date-month {
  font-weight: 400;
  margin-right: 5px !important;
}
.news-box .metabox {
  font-size: 12px;
  text-transform: capitalize;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  position: relative;
  position: relative;
  margin: 0 auto;
}
span.meta-icon {
    background-color: #000000;
    width: 24px;
    height: 24px;
    display: inline-flex;
    border-radius: 50%;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}
.news-box-inner .metabox .metabox-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-box-inner:hover a.theme_button2 {
    background-color: var(--color-primary);
    color: #fff;
}
.news-box-inner .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition: transform 0.50s linear;
    border-radius: 30px;
}
.news-box .metabox span i {
  color: var(--color-primary);
  margin-bottom: 0;
}
.post-link-box a {
  font-weight: 700;
}
.post-content-block {
    padding: 13px 0px;
    max-width: 94%;
    margin: 0 auto;
}
.post-link-box a i{
  font-weight: 700;
}
span.link-title {
  color: white;
  font-weight: 400;
  padding-left: 16px;
  padding-top: 12px;
}
.post-image-block {
  padding-left: 10px;
  position: relative;
}
.news-box-inner {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.post-image-block-inner{
  position: relative;
}
.post-link-box {
  background-color: #353535;
  border-radius: 15px;
}
.post-link-box a {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.services-block:hover {
  background-color: var(--color-primary);
}
span.link-icon {
  border: 0.5px solid #000000;
  background-color: white;
  border-radius: 50%;
  color: black;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 15px;
  margin-left: 5px;
}
span.link-icon i {
    transform: rotate(-56deg);
}
.news-box:hover .news-box-inner .post-link-box{
  background-color: var(--color-primary);
}
.news-box:hover span.link-icon{
  background-color: #353535;
  color: white;
}
.news-box .metabox span.entry-author {
  margin-right: 15px;
}
.metabox .metabox-seperator {
  color: white;
  font-size: 17px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 92%;
}
.metabox .metabox-seperator:before {
  content: '';
  background-color: #E0DEDE;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
}
.metabox .metabox-seperator:after {
  content: '';
  content: '';
  background-color: var(--color-primary);
  width: 23%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
}
span.by-text {
    font-weight: 600;
    margin-right: 6px !important;
    display: inline-block;
}
/* --------- Records --------- */
 #records .section_main_head h3 {
  font-size: 26px;
}
.records-info:hover .record-image {
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}
.record-image {
  width: 60px;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #DDD6D6;
}
.records-box .box-count {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
  color: white;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: var(--secondary-font);
}
#records .owl-carousel .owl-dots button.owl-dot span, #records .owl-dots button.owl-dot span {
  background-color: white;
  display: white;
}
#records .owl-carousel button.owl-dot.active, #records button.owl-dot.active {
    border-color: white !important;
}
.records-info h6, .records-info h6 a {
  color: #CACACA;
  font-weight: 400;
  font-size: 14px;
}
.records-info .media {
  align-items: center;
}
.records-image {
  background-color: #1D1C1C;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 11px;
  margin-right: 8px;
}
.records-info:hover .records-image{
  background-color: var(--color-primary);
}
/* ----------- Testimonials ------------- */
#testimonials .section_main_head h3 {
    color: #000000;
    font-size: 26px;
}
.testimonial_outer {
}
.testimonial-image img {
  border-radius: 15px;
}
.testimonial-circle {
  position: relative;
  width: 320px;
  height: 320px;
  margin: auto;
  border: 2px dashed #B7B7B7;
  border-radius: 50%;
}
.center-icon img {
  width: 67px;
}
.orbit { position: absolute; width: 100%; height: 100%; border-radius: 50%; transition: transform 0.8s ease-in-out; /* smooth rotation */ }
.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  background-color: var(--color-primary);
  border-radius: 50%;
  padding: 32px;
}

.orbit {
  position: absolute;
  width: 100%; height: 100%;
  border-radius: 50%;
  transition: transform 0.8s ease-in-out; /* smooth rotation */
}

.testimonial-img {
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
}
.team_block {
    max-width: 60%;
    margin: 0 auto;
}
.team-box-inner-content.team-content {
    position: absolute;
    top: 0;
}
#testimonials span.main-heading-part {
    background-color: var(--color-primary);
}
.testimonial-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.testimonial-img.active {
  border: 3px solid var(--color-primary); /* highlight border */
  box-shadow: 0 0 15px var(--color-primary);
  z-index: 2;
}
span.bubble-shape1 {
  background-color: var(--color-primary);
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 67%;
  top: -1px;
}
span.bubble-shape2 {
  background-color: var(--color-primary);
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 67%;
  bottom: -1px;
}
span.bubble-shape3 {
    background-color: var(--color-primary);
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -7%;
    bottom: 40%;
}


/* Position three images around circle */
.img1 {
    top: -12px;
    left: 21%;
    transform: translateX(-60%);
}
.img2 {
  bottom: -38px;
  left: 35px;
  transform: translateY(-50%);
}
.img3 {
    bottom: 82px;
    right: -37px;
    transform: translateY(-50%);
}

.t-desig {
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: #404040;
}
.testimonial-image {
  width: 85px;
  border-radius: 12px;
  margin-right: 10px;
}
.nav-tabs {
  border-bottom: 0;
}
.quote_box i.fas.fa-quote-left {
  color: var(--color-primary);
  font-size: 25px;
}
.testimonial-block-outer {
  position: relative;
}
.testimonial_text, .testimonial_text p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 14px;
  color: #404040;
}
.testimonials-info {
  margin-top: 22px;
  margin-bottom: 19px;
}
.testimonial-title {
    padding-bottom: 4px;
    /* line-height: 1.1; */
    position: relative;
    display: block;
}
.testimonial-title {
  position: relative;
  color: #0F0F0F;
  font-weight: 600;
  font-size: 16px;
}
.testimonials-info p{
  margin-bottom: 0;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
    width: 70px !important;
    border-radius: 12px;
}
.testimonial-image-block img {
  border-radius: 15px;
  max-width: 90%;
}
.testimonials_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials_image {
  margin-right: 0px;
  width: 80px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial-data-block {
  padding: 0 0;
  position: relative;
}
#testimonials .testimonial-star i {
  color: #FFCC00;
  font-size: 12px;
  margin-right: 14px;
}
.testimonial-star {
  margin-bottom: 3px;
}
#testimonials .testimonial-star .without_filled i{
  color: #F5F0FF;
}
.testimonials-body {
  position: relative;
}

.testimonials-header-container a {
  border-bottom: 1px solid;
}
.testimonials-header-container a:hover {
  color: black;
}
#testimonials .owl-nav {
  position: absolute;
  right: 28px;
  bottom: 0;
}

/* --------- Plan --------- */
#pricing-plan {
    background-color: #F9F9F9;
    position: relative;
}

/*-----------------------faq--------------------------*/
#our-faq .section_main_head h6 {
  color: #12161C;
  margin-bottom: 16px;
}
.accordion-item {
  margin-bottom: 20px !important;
}
#accordionfaq button.accordion-button {
    color: #000000;
    font-weight: 400;
    padding: 16px 12px 16px 18px;
    border: none;
    width: 100%;
    display: block;
    box-shadow: none;
    text-transform: capitalize;
    border-bottom: none;
    margin-bottom: 0;
    background-color: #FAFFF6;
    border-radius: 15px;
    font-size: 14px;
}
.emnu-git-block-icon {
    width: 63px;
    height: 63px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 49%;
    color: var(--color-primary);
    margin-right: 10px;
}
.emnu-git-block a {
    color: white;
    font-weight: 700;
}
.emnu-git-wrap .emnu-git-block a {
  color: white;
  font-weight: 700;
  font-size: 23px;
}
.emnu-git-wrap .emnu-git-block a:hover {
  color: var(--color-secondry);
}
#get-help-section h3 {
  color: white;
  font-weight: 700;
  font-size: 40px;
}
#get-help-section .emnu-git-block span {
  color: white;
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: white;
  border: 1px solid white;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}

#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f078";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  color: white;
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
  width: 25px;
  height: 25px;
  background-color: white;
  color: var(--color-secondry);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#accordionfaq button.accordion-button:not(.collapsed) {
  background-color: var(--color-secondry);
  color: white;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#accordionfaq .accordion-collapse {
  background-color: var(--color-secondry);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.accordion-body {
    padding: 0;
    margin-top: 0;
}
.accordion-collapse .accordion-body {
  color: white;
  padding: 10px;
}

#accordionfaq button.accordion-button:hover:after {
    background-color: white;
    color: var(--color-secondry);
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f077";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
  color: white;
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  width: 25px;
  height: 25px;
  background-color: var(--color-secondry);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-collapse{
  padding: 0px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body p {
  font-size: 14px;
  color: white;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.faq-box {
  padding: 8em 5em 8em 0em;
}
.faq-box .section-text {
  color: #030303;
}
.faq-image img {
  height: 100%;
  width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
  padding-left: 6em;
}
#accordionfaq button.accordion-button:not(.collapsed), #accordionfaq button.accordion-button:hover {
  background-color: var(--color-secondry);
  color: white;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after, #accordionfaq button.accordion-button:hover:after {
  background-color: white;
  color: var(--color-secondry);
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  right: 15px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0;
}
/*---------------Newsletter ---------------*/
#newsletter-section {
  background-color: var(--color-primary);
}
#newsletter-section .section_main_head h3 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 26px;
}
.newsletter-container {
  padding-bottom: 0em;
}
#newsletter-section span.main-heading-part {
  background-color: white;
}
.newsletter-container .row {
    align-items: center;
}
.newsletter_head {
  /* width: 50%; */
  width: 100%;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p{
  max-width: 100%;
  margin: 0 !important;
}
.newsletter-container  .section_main_head.white_head h3 {
  background-color: transparent;
  color: black;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0;
  /* margin-right: 40px; */
}
.newsletter-container  .section_main_head {
  margin-right: 40px;
}
.newsletter_shortcode {
  width: 100%;
  margin: 0 auto;
  margin-top: 6px;
  max-width: 100%;
  margin: 0 auto;
}
.newsletter-field {
    justify-content: end;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: white;
  border: none;
  color: #000000;
  padding: 9px 25px 9px 25px;
  font-family: var(--primary-font);
  border: none;
  font-size: 12px;
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  border: 0.5px solid #000000;
  border-radius: 32px;
  margin-bottom: 10px;
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: black;
}
.newsletter_shortcode  button.theme-button-style {
  background-color: transparent;
  display: flex;
  align-items: center;
  border: none;
}
.newsletter-field .wpcf7-form-control-wrap {
    position: relative;
    width: 70%;
}
.newsletter-field p {
    display: flex;
    align-items: end;
    width: 100%;
}
.newsletter_shortcode input[type="submit"] {
  padding: 9px 10px;
  position: absolute;
  right: 7px;
  top: 22px;
  transform: translateY(-50%);
  color: white;
  background-color: #000000;
  border-radius: 50%;
  box-shadow: none;
  font-family: "Font Awesome 6 Free";
  letter-spacing: 0.45px;
  font-size: 13px;
}
#newsletter_section .section_main_head h3 {
  padding-bottom: 2px;
}
.newsletter_shortcode input[type="submit"]:hover {
  background-color: black;
  color: white;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_shortcode  label {
  color: black;
  font-weight: 600;
  FONT-WEIGHT: 400;
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
#newsletter_section {
  position: relative;
  padding: 0;
  padding-top: 4em;
}
.newsletter_shortcode .wpcf7-not-valid-tip {
    position: absolute;
}

.about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team_img{
  position: relative;
}


/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  margin: 10px 6px;
  outline: none;
  border-radius: 50%;
  padding: 3px !important;
  height: 14px!important;
  width: 14px !important;
  display: block;
}
#slider .owl-carousel .owl-dots button.owl-dot, #slider .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.owl-carousel .owl-dots button.owl-dot span, .owl-dots button.owl-dot span {
  background-color: black;
  display: block;
  border-radius: 50%;
  padding: 3px;
}
#slider .owl-carousel .owl-dots button.owl-dot span, #slider .owl-dots button.owl-dot span {
  background-color: white;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: transparent !important;
  border-color: black !important;
  padding: 3px !important;
}
#slider .owl-carousel button.owl-dot.active, #slider button.owl-dot.active {
  background-color: transparent !important;
  border-color: white !important;
  padding: 3px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  margin-right: 6px;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 18px;
  padding: 10px 12px;
  color: #000000;
  border: none;
  background-color: transparent;
  transition: .3s ease;
  opacity: 1;
  border-radius: 50%;
  border: 0.5px solid #000000;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: #000000;
  border-color: black;
  transition: .3s ease;
  opacity: 1;
}
#slider .owl-carousel .owl-nav i:hover, #slider .owl-nav i:hover {
  color: white;
  border-color: white;
  background-color: transparent;
  border-color: white;
  color: white;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
.testimonial-field-name {
  position: relative;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}
.testimonial-data-block img {
  width: 79px;
  height: 79px;
  margin-right: 10px;
  border-radius: 50%;
}
/*------------ Image Overlay Effctes -----------------*/
.image-overlay-effect .box {
  position: relative;
  overflow: hidden;
  background-color: var(--color-primary);
}
.image-overlay-effect .box img{
  width: 100%;
  height: auto;
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.25s linear;
}
.image-overlay-effect:hover .box img{
  opacity: 0.25;
  transform: scale(1.25);
}
.news-box h5 a:hover, .testimonial-title a:hover, .team_head a:hover, .rooms-content h5 a:hover {
    color: var(--color-primary);
}
#sb_instagram .sbi_photo_wrap {
    position: relative;
    width: 100%;
    height: 51px;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
}
#sb_instagram #sbi_images {
    padding: 0;
}
.footer-col4 .widget_media_gallery figure {
    align-self: inherit;
    height: 75px !important;
}