.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 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 55px;
  left: -107px;
  letter-spacing: 1px;
}
span.section-tagline2 {
  display: block;
  color: var(--color-primary);
}
span.tagline-span {
    max-width: 52%;
    display: inline-block;
}
span.section-tagline2 {
    display: block;
    color: var(--color-primary);
    max-width: 70%;
}
.customer-image img {
  margin-left: -43px;
}
.customer-image img:first-child{
  margin-left: 0px;
}
#welcome .section_main_head h3 {
  color: var(--color-primary);
  font-weight: 800;
  font-size: 53px;
  max-width: 85%;
  position: absolute;
  top: 50%;
  letter-spacing: 4px;
  left: -65px;
}
#welcome .section_main_head h3 span.heading-span {
  display: block;
  color: white;
}
#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 {
  font-weight: 500;
  color: white;
  font-size: 17px;
  text-align: right;
  position: absolute;
  right: 8em;
  bottom: 4em;
}
span.text-span-1 {
    max-width: 63%;
    display: inline-block;
}
span.text-span {
  color: var(--color-primary);
  display: block;
  max-width: 63%;
  display: block;
  margin: 0 0 0  auto;
}
#welcome .section-tagline:before {
  content: '';
  background-color: var(--color-primary);
  height: 1px;
  width: 481px;
  display: block;
  position: absolute;
  left: 60px;
  top: -8px;
}
#welcome .section_main_head .section-text:before {
  content: '';
  background-color: var(--color-primary);
  height: 1px;
  width: 546px;
  display: block;
  position: absolute;
  right: 112px;
  top: 10px;
}
.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;
}
.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;
}
.welome-image-wrap {
  max-width: 73%;
  margin: 0 0 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;
  padding-top: 0;
}
body.home #masthead, body.front-page #masthead { 
  flex: 0 0 auto; width: 75%; right: 0;
}
.marquee-container {
    height: 1146px;
    overflow: hidden;
    position: relative;
}
.welcome-head-outer {
    padding-top: 7%;
}
.image-marquee-wrapper {
  background-color: white;
}
.marquee-content {
    display: flex;
    flex-direction: column;
    animation: scrollUp 30s linear infinite;
}
span.welcme-hash {
  color: #363739;
  font-size: 376px;
  font-weight: 800;
  position: absolute;
  bottom: 42%;
  left: -167px;
}
.marquee-content img {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

@keyframes scrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); } /* move up by half (since we duplicated content) */
}
.marquee-content:hover { animation-play-state: paused; }
#welcome .top_social {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  right: 6%;
}
#welcome .top_social a {
  display: block;
  color: white;
  margin-bottom: 10px;
}
#welcome .top_social a:hover{
  color: var(--color-primary);
}
/* --------- 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); }
}
#welcome {
    padding-bottom: 0;
}
/* --------- About Us --------- */
#about-us .section-tagline {
  color: white;
  position: relative;
}
#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 span.colored_word {
  color: var(--color-primary);
  background-color: transparent;
  line-height: normal;
}
#about-us h3 {
  color: #000000;
  font-weight: 800;
  font-size: 62px;
}
#about-us .section-text {
    color: #6D6D6D;
    font-weight: 600;
    font-size: 14px;
}
#about-us span.progress-title {
  color: #6D6D6D;
  font-weight: 500;
  font-size: 14px;
}
#about-us span.progress-vlaue {
  font-size: 14px;
  color: #848484;
  font-weight: 600;
}
.progress-data .progress {
    height: 8px;
    background-color: #797979;
}
.progress-data .progress .progress-bar {
    background-color: black;
}
#about-us .socialbox a {
  color: black;
  margin-right: 16px;
  font-size: 16px;
}
#about-us .socialbox a:hover {
  color: var(--color-primary);
}
#about-us .top_social {
  text-align: left;
  margin: 13px 0;
}
.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 {
  clip-path: polygon(0 0, 48% 0, 48% 11%, 100% 15%, 100% 100%, 0 100%);
  background-color: #eeeff1;
  position: relative;
  margin-top: -75px;
  opacity: 1;
}

/* -------------- Creative Ideas --------------- */
#creative-slides {
  background-color: #000000;
}
#creative-slides {
    padding-bottom: 6em;
}
#creative-slides .section_main_head h3 {
  color: white;
  max-width: 43%;
  margin: 0 auto;
}
#creative-slides .section_main_head .section-text {
    color: #6D6D6D;
}
#creative-slides:before {
  content: '';
  background-color: black;
  height: 298px;
  width: 100%;
  display: block;
  border-radius: 60%;
  position: absolute;
  top: 0;
  z-index: 9;
}
#creative-slides:after {
  content: '';
  background-color: black;
  height: 298px;
  width: 100%;
  display: block;
  border-radius: 60%;
  position: absolute;
  bottom: -94px;
  z-index: 9;
}
section#creative-slides {
    overflow: hidden;
}
#creative-slides .section_main_head, #creative-slides .creative_slides-btn {
    position: relative;
    z-index: 99;
}
.creative_slides-btn a {
  color: white;
  text-decoration: underline;
}
span.more-text {
    color: #6D6D6D;
}
.scroll-arrow {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    animation: bounce 2s infinite;
    position: absolute;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(10px); }
}
.scroll-arrow i {
  display: block;
  font-size: 16px;
  margin-top: -5px;
}
.scroll-arrow i:nth-child(2) {
    color: #FFFFFF99;
}
.scroll-arrow i:nth-child(3) {
    color: #FFFFFF4D;
}

/* -------------- Projects --------------- */
.reverse .project-title-block {
  display: flex;
  align-items: center;
  justify-content: end;
}
.testimonial_page_template .testimonial-title {
  margin-top: 1em;
}
.projects-card.reverse {
  flex-direction: row-reverse; /* flips text and image */
}
.project-img img {
  border-radius: 30px;
}
.projects-card h5 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-card h5 a {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 31%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 61%;
}
span.project-number {
  display: inline-block;
  position: relative;
  background-color: #000000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  top: -12px;
}
.project-img img {
  border-top-left-radius: 299px;
  border-bottom-left-radius: 299px;
}
.projects-card.reverse .project-img  img {
  border-top-right-radius: 299px;
  border-bottom-right-radius: 299px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.projects_post_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
}
a.project-link-icon {
    font-weight: 500;
    background: linear-gradient(180deg, #FFFFFF 0%, #000000 100%);
    box-shadow: 0px 4px 9px 0px #FFFFFF69;
    width: 77px;
    height: 77px;
    display: inline-flex;
    border-radius: 50%;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
.projects-card-wrap:hover .projects_post_btn {
  opacity: 1;
}
.projects-card-wrap:hover span.project-number {
  background-color: #D9D9D9;
  color: black
}
/*--------------- Signature Work ---------------*/
#signature-work h3, #our-collection h3,  #team .section_main_head h3, #testimonials  .section_main_head h3 {
  text-align: right;
}
#services .section_main_head h3, #signature-work h3, #our-collection h3,  #team .section_main_head h3, #pricing-plan  .section_main_head h3, #testimonials  .section_main_head h3 {
  font-size: 84px;
}
#signature-work .section_main_head .section-text {
  color: #6D6D6D;
  font-weight: 600;
}
#signature-work .more-text {
  color: #6D6D6D;
  font-weight: 600;
  text-align: right;
}
.signature_work-block h6, .signature_work-block h6 a {
  color: #000000;
  font-weight: 600;
}
.signature_work-p {
  font-weight: 500;
  color: #6D6D6D;
  line-height: 19px;
  font-size: 13px;
}
.signature_work-image {
  margin-bottom: 10px;
}
.middle-block .signature_work-block {
  display: flex;
  flex-direction: column; 
}

.middle-block .signature-work-content {
  order: -1; 
}

.middle-block .signature_work-image {
  order: 0; 
}

.middle-block .signature_work-image {
    margin-top: 5em;
}
.middle-block .signature_work-image img {
    width: 100%;
}
/*--------------- Our Collection ---------------*/
.collection-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(90deg, #282828 0%, #888888 35.58%, #EFEFEF 52.4%, #8E8E8E 72.12%, #383838 100%);
  padding: 7px 0;
}
.collection-nav-carousel {
  scroll-behavior: smooth;
  white-space: nowrap;
  max-width: 100%;
}

.collection-nav-item {
  display: inline-block;
  background: #eee;
  margin: 0 10px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}
.collection-nav-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.collection-nav-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.list-unstyled li:hover{
  background-color: var(--color-primary);
  color: white;
}
.spec-labels li {
  font-size: 20px;
}
.spec-labels li, .spec-values li {
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #0A0A0A;
    color: white;
    padding: 25px 9px;
    text-align: center;
    margin-bottom: 28px;
    display: block;
}
.spec-labels {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-right: -44px;
}
.collection-image img {
  position: relative;
}
ul.spec-values.list-unstyled {
    margin-left: -44px;
}
.spec-labels li:last-child, .spec-values li:last-child {
    margin-bottom: 0;
}
#our-collection .section_main_head .section-text {
  color: #6D6D6D;
  font-weight: 600;
}
#our-collection .section_main_head .section-text {
  max-width: 33%;
  margin: 0;
}
#our-collection h3 {
    text-align: left;
}
.collection-nav-carousel .nav-link {
    display: block;
    padding: 4px 13px;
    text-decoration: none;
    color: #000000;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 12px;
}

.collection-nav-carousel .nav-link:hover, .collection-nav-carousel .nav-link.active {
    background-color: #D9D9D9;
    color: black;
    /* border-color: var(--color-primary); */
}

#our-collection .owl-carousel .owl-nav i, #our-collection .owl-nav i {
  color: white;
  font-size: 47px;
  padding: 0;
  border: none;
  background-color: transparent !important;
}
#our-collection .owl-carousel .owl-nav i:hover, #our-collection .owl-nav i:hover {
  color: var(--color-primary);
  background-color: transparent !important;
}
.collection-nav-carousel .owl-nav button.owl-prev {
  margin-left: -33px;
}
.collection-nav-carousel .owl-nav button.owl-next {
  margin-right: -33px;
}
.collection-nav-carousel .owl-nav {
    margin: 0;
}
/*--------------- 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 --------- */
.services-block {
    background: linear-gradient(129.7deg, #000000 8.4%, #332835 42.24%, #2F0F20 67.53%);
    border-radius: 12px;
    border: none;
}
.services-block img {
    display: none;
}
.service-listing .card[active] img {
    display: block;
}
.service-listing.cards {
  --cards-text-color: white;
  --cards-closed-size: 8rem;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  /* overflow: scroll; */
}
.service-listing.cards {
  overflow-x: auto;        
  scrollbar-width: none;  
  -ms-overflow-style: none;
}

..service-listing.cards::-webkit-scrollbar {
  display: none;           
}

.service-listing .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
}

.service-listing .card[active] {
  height: 56vw;
}

.service-listing .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

.service-listing .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

.service-listing .card__infos {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 2;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}

.service-listing .card__name {
  margin: 0;
  color: black;
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 17px;
}
.service-listing .card__name {
    width: 100%;
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(
360deg);
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 0;
    width: 24px;
}
.service-excerpt p {
  font-size: 13px;
}
.service-listing .card[active] .card__name {
  transform: translateY(0);
}

.service-listing .card__author {
  margin: 0;
  color: var(--cards-text-color);
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition: opacity var(--animation-speed-fast) ease-in-out,
  transform var(--animation-speed-normal) ease-in-out;
  font-weight: 600;
}
.service-listing .card__author i {
    margin-right: 8px;
}
.service-listing .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

.service-listing .card[active] .card__author:hover {
  opacity: .75;
}
.service-accordion .service-excerpt.active {
    display: block;
}
.service-listing .card__author{
  opacity: 1;
}
.service-listing .card__author span{
  opacity: 0;
}
.service-listing .card__author span {
    opacity: 0;
    display: none;
}
.service-listing .service-accordion.active .card__author span {
    display: inline-block;
    opacity: 1;
}
.services-block .card.service-accordion.active:before {
    content: '';
    background-color: #00000054;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
}

.services-block:hover {
  background-color: var(--color-primary);
}

/* Services Accordion Styles */
.service-accordion {
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-accordion.active {
  background-color: var(--color-primary);
  color: white;
}

.service-accordion .service-excerpt {
    display: none;
    max-height: 500px;
    overflow: hidden;
    display: block;
    color: white;
    opacity: 0;
}
.service-listing .card[active] .service-excerpt{
    opacity: 1;
}
.services-block.active:before {
  content: '';
  background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 66%;
}
.service-accordion .service-excerpt.show {
  display: block;
}

/* Accessibility: prefer aria attributes for show/hide */
.service-accordion .service-excerpt[aria-hidden="true"] {
  display: none;
}
.service-accordion .service-excerpt[aria-hidden="false"] {
  display: block;
}

.service-accordion .card__name {
  transition: all 0.3s ease;
}

.service-accordion.active .card__name {
  color: white;
}

@media screen and (min-width: 640px) {
  .service-listing.cards {
    margin: 0 auto;
    flex-direction: row;
  }

  .service-listing .card {
    width: var(--cards-closed-size);
    height: 26rem;
    flex: 0 0 var(--cards-closed-size);
  }

  .service-listing .card[active] {
    width: 100%;
    height: 26rem;
    flex: 0 0 calc(798px - 19rem);
  }
}

/* ----------- Team ------------- */
#team .section_main_head .section-text {
  color: white;
}
#team .section_main_head .section-text {
  color: #6D6D6D;
  font-weight: 600;
  text-align: right;
}
.our-team.team-box {
  border-radius: 12px;
}
.post-img{
  overflow: hidden;
  position: relative;
}
.owl-carousel .owl-item .our-team .team-img img, .post-img img {
  width: 100% !important;
  height: auto !important;
}
.team-box-inner-content span {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}
.team_head a {
  font-family: var(--primary-font);
  color: #000000;
  font-size: 13px;
  font-weight: 300;
}
.team_outer {
  background-color: white;
  padding: 7px;
  text-align: center;
}
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;
}
.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;
}
.custom-team-owl-nav.owl-nav {
  position: absolute;
  left: 0;
  top: 0;
}
#team .owl-dots, #latest-news .owl-dots {
  margin-top: 40px;
}
#team .owl-item.active:nth-child(2) .team_outer {
  transform: rotate(-1.94deg);
}
#team .owl-item.active:nth-child(3) .team_outer {
  transform: rotate(0.31deg);
}
#team .owl-item.active:nth-child(4) .team_outer {
  transform: rotate(-2.9deg);
}
#team .owl-item.active:nth-child(5) .team_outer {
  transform: rotate(2.63deg);
}
#team .owl-stage-outer {
  padding-top: 16px;
  padding-bottom: 16px;
}
#team .section_main_head h3 {
    padding: 0;
}
/*-------------- 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 .section_main_head .section-text {
  color: #6D6D6D;
  font-weight: 600;
}
span.plan-tagline {
  color: #404040;
}
span.plan_cr {
    font-size: 14px;
    position: relative;
    top: -5px;
    left: -2px;
}
span.plan-bottom {
    font-size: 14px;
    position: relative;
    bottom: -5px;
    font-weight: 500;
}
.plan-info h5 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0;
  margin-top: 0;
  display: block;
}
.plan-features ul {
  margin: 0;
}
.plan-text {
  font-weight: 500;
  font-size: 11px;
  color: black;
  margin-top: 7px;
}
span.plan_package {
  color: #404040;
  font-weight: 300;
  font-size: 13px;
  display: block;
  position: relative;
  top: 5px;
}
.plan-price {
  margin-top: 23px;
  margin-bottom: 4px;
  padding-bottom: 43px;
}
.plan-info-inner.recommended_box.plan-box2 {
  background-color: black;
  margin-top: -15px;
}
.pricing-card:first-child {
    transform: rotate(-7.42deg);
}
.pricing-card:nth-child(3) {
    transform: rotate(5.59deg);
}
.plan-info {
    position: relative;
    display: block;
    z-index: 1;
}
.plan-details {
  border-radius: 30px;
}
.plan-info-inner {
  position: relative;
  padding: 11px;
  border-radius: 17px;
  box-shadow: 0px 4px 4px 0px #0000004F;
  background-color: white;
}
.plan-info-inner.recommended_box h5, .plan-info-inner.recommended_box .plan_price, .plan-info-inner.recommended_box .plan-text {
  color: white;
}
span.plan-regular-title {
  color: #000000;
  font-weight: 600;
  background-color: white;
  font-size: 10px;
  padding: 0px 8px;
  border-radius: 13px;
  position: absolute;
  top: 13px;
  right: 0;
  display: inline-block;
  transform: rotate(12.07deg);
}
/*--------------- Banner ---------------*/
#banner, #team {
  background-color: #D4D4D4;
  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;
}

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: 800;
  margin-bottom: 0;
  color: #000000;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: var(--primary-font);
  justify-content: center;
}
.record_detail:after {
  content: '';
  background-color: var(--color-primary);
  height: 4px;
  width: 88%;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.record_detail {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
}
#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: #000000;
  font-weight: 800;
  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 .owl-carousel .owl-nav i, #testimonials .owl-nav i {
    background: #00000066;
    color: white;
    border: none;
    padding: 12px 14px;
    box-shadow: 0px 100px 80px 0px #00000012;
    backdrop-filter: blur(20px);
}
#testimonials .owl-carousel .owl-nav i:hover, #testimonials .owl-nav i:hover {
  background: #000000;
  color: white;
}
#testimonials button.owl-prev {
    position: absolute;
    top: 38%;
    left: 14%;
    transform: translateY(-50%);
}
#testimonials button.owl-next {
  position: absolute;
  top: 38%;
  right: 14%;
  transform: translateY(-50%);
}
.owl-item .testimonial_outer{
  opacity: 0.6;
}
.owl-item .testimonial_outer{
  opacity: 0.6;
  transform: scale(0.9);
}
.owl-item.active .testimonial_outer{
  opacity: 1;
  transform: scale(1);
}
.testimonial_outer {
  box-shadow: 0px 33px 196px 0px #00000012;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.testimonials-content-block i {
  color: #F39C33;
  font-size: 30px;
}
.testimonials-content-block {
  padding: 24px;
}
.testimonial-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.t-desig {
  font-size: 13px;
  font-weight: 600;
  display: block;
  color: #19213D;
}
.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: 500;
    font-size: 14px;
    color: #19213D;
}
.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: #19213D;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5em;
}
.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%;
}
.testimonial-data-block {
  padding: 0 0;
  position: relative;
}
.testimonials-body {
  position: relative;
}
.testimonials-head {
  text-align: right;
}
/* --------- Plan --------- */
#pricing-plan {
  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 .section_main_head h3 {
  color: white;
  font-weight: 800;
  font-size: 33px;
}
#newsletter-section .section_main_head .section-text {
    color: white;
    font-weight: 500;
}
.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;
}
.newsletter_shortcode {
  width: 100%;
  margin: 0 auto;
  margin-top: 6px;
  max-width: 49%;
  margin: 0 auto;
  text-align: center;
}
.newsletter_head {
  max-width: 56%;
  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: #000000;
  border: none;
  color: white;
  padding: 9px 25px 9px 25px;
  font-family: var(--primary-font);
  border: none;
  font-size: 12px;
  border-radius: 0;
  width: 100%;
  border: none;
  border-radius: 12px;
  margin-bottom: 10px;
  box-shadow: 0px 6px 4px 0px #00000029;
  box-shadow: 0px 6px 4px 0px #00000029;
}
.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: white;
}
.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: 13px 14px;
  right: 7px;
  color: black;
  background-color: white;
  border-radius: 6px;
  box-shadow: none;
  font-family: "Montserrat", "Font Awesome 6 Free";
  letter-spacing: 0.45px;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 900;
}

#newsletter_section .section_main_head h3 {
  padding-bottom: 2px;
}
.newsletter_shortcode input[type="submit"]:hover {
  background-color: var(--color-primary);
  color: black;
}
.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;
}

.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: #BCBFBE !important;
  border: none;
  margin: 10px 6px;
  outline: none;
  border-radius: 50%;
  padding: 3px !important;
  height: 11px!important;
  width: 11px !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 button.owl-dot.active, button.owl-dot.active {
  background-color: transparent !important;
  border-color: black !important;
  padding: 3px !important;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
    background-color: black !important;
    border-color: black !important;
    /* padding: 3px !important; */
    width: 35px !important;
    border-radius: 7px;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
#testimonials .owl-dots {
    margin-top: 5em;
}
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;
}
#team .owl-carousel .owl-nav i, #team  .owl-nav i {
  border: 2px dashed #4A4848;
  color: #151414;
}
#team .owl-carousel .owl-nav i:hover, #team .owl-nav i:hover {
  background-color: #151414;
  border-color: #151414;
  color: white;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 18px;
  padding: 10px 14px;
  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;
}
.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}


/*------------ 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;
}