@font-face {
  font-family: "creato-display";
  src:url("../fonts/CreatoDisplay-Regular.otf") format("opentype"); 
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "creato-display";
  src:url("../fonts/CreatoDisplay-Medium.otf") format("opentype"); 
  font-weight: 500;
  font-style: normal;
}
:root {
  --clr-D70000: #D70000;
  --clr-fffff: #ffff;
  --clr-00000: #0000;
  --fn-sora: "creato-display";
  ;
  --fn-lenend: "Geist", sans-serif;
  --fs-90: 90px;
  --fs-20: 20px;
  --fs-25: 25px;
  --fs-22: 22px;
  --fs-30: 30px;
  --fs-50: 50px;
  --fs-35: 35px;
  --fs-16: 16px;
  --fs-170: 170px
}
img{
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--fn-lenend);
  font-weight: 300;
  font-size: var(--fs-16);
}

.container, .wp-block-group__inner-container {
  width: 1540px;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

li {
  list-style: none;
  display: block;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: var(--fn-sora);
  line-height: 1;

}

h1,
.h1 {
  font-size: var(--fs-90);
  font-weight: 500;
}

h2,
.h2 {
  font-size: var(--fs-35);
  font-weight: 500;
  line-height: 1.5;
}

h3,
.h3 {
  font-size: var(--fs-30);
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  font-size: var(--fs-25);
  font-weight: 500;
}

h5 {
  font-size: 24px;
}

ul,
ol {
  padding: 0;
  margin: 0;
  line-height: 2;
  ;
}

p {
  line-height: 2;
  ;
  margin-bottom: 30px;


}

.space-mr {
  margin: 80px 0px;
}

.space-pd {
  padding: 80px 0px;
}

.sc-hd {
  margin-bottom: 25px;
}


.site-title {
  margin-bottom: 25px;
}

body {
  overflow-x: hidden;
}





/* ---- NUMBER PAGINATION ---- */
.number-pagination{
  position:absolute;
  right:40px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#fff;
  z-index:10;
  font-family:Arial, sans-serif;
}
 
.number-pagination .current,
.number-pagination .total{
  font-size:20px;
  letter-spacing:2px;
}
 
.number-pagination .line{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width:2px;
  height:180px;
  margin:12px 0;
}
 
.number-pagination .line span{
  flex:1;
  background:#5E5E5E;
  margin: 0;
  transition:background .3s ease;
   cursor:pointer;  
}
.number-pagination .line span:hover{
  background:#fff;
}
.number-pagination .line span.active{
  background: #fff;
}
 
/* active number */
.number-pagination .current{
  color: #fff;

}



.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
 

@keyframes slideInDown {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}
.slideInDown { animation-name: slideInDown; }
 

@keyframes slideOutUp {
  from { transform: translateY(0); }
  to   { transform: translateY(-100%); }
}
.slideOutUp { animation-name: slideOutUp; }





/*************************************** menu ************************************************/
.header-top .btm-row {
  border-top: 1px solid #898989;
}

.contact-list {
  gap: 30px;
}

.contact-list ul li a {
  display: flex;
  gap: 10px;
}

.header-top {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 22;
  padding: 10px 0px;
  color: white;
}

.logo {
  font-size: 32px;
  font-weight: bold;
  margin-right: 40px;
}

.nav>ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav ul {
  padding-left: 0;
}

.nav ul a {
  color: white;
  text-decoration: none;
}

.nav>ul>li>a {
  padding: 17px 0;
  font-family: var(--fn-sora);
}

.nav h4 a:hover {
  color: var(--red);
  transition: all 0.5s;
}

.nav>ul ul li a {
  display: block;
  transition: all 0.5s;
  position: relative;
}

.nav>ul ul li a:hover {
  color: var(--red);
  padding-left: 25px;
  transition: all 0.5s;
}

.nav>ul ul li a:after {
  content: '';
  height: 2px;
  background-color: var(--clr-D70000);
  width: 0;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.nav>ul ul li a:hover:after {
  width: 20px;
  transition: all 0.5s;
}

.nav li {
  cursor: pointer;

  display: block;
}

.mega-content .mega-column {
  flex: 1;
  padding-top: 25px;
}

.nav li>a {
  transition: all 0.5s;
}

.nav li>a:hover {
  color: var(--clr-D70000);
  transition: all 0.5s;
}

.nav li.active>a {
  position: relative;
}

.nav li.active>a:after {
  content: '';
  width: 11px;
  height: 2px;
  border-radius: 14px;
  background-color: var(--clr-D70000);
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

/* Mega menu */
.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #0d0d0d;
  display: flex;
  padding: 40px;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  color: white;
  z-index: 11;
}

/* Left panel */
.mega-left {
  width: 275px;
  background: #222;
  padding: 30px;
  background-image: url(../images/pattern2.svg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 134px;
}

.social-icons {
  gap: 10px
}

.social-icons img {
  max-height: 40px;
}

.social-icons img:hover {
  opacity: 0.7;
}

.mega-left h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
}

.mt2 {
  margin-top: 25px;
}

.mega-left ul li {
  margin-bottom: 12px;
  font-size: 14px;
}

/* Center columns */
.mega-content {
  display: flex;
  gap: 30px;

  flex: 1;
}

.mega-column h4 {
  margin-bottom: 14px;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
}

.location-card span {
  font-size: 25px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.mega-column a:hover {
  color: var(--red);
}

.mega-column a,
.mega-column a:hover {
  transition: all 0.5s;
}

.mega-column ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.mt {
  margin-top: 70px;
}

/* CTA */
.mega-cta {
  width: 360px;
  display: flex;
  align-items: flex-start;

}

.cta-box {
  background: #000;
  border: 1px solid #333;
  padding: 130px 30px 30px 30px;
  position: relative;
  width: 100%;
}

.cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url(../images/graphic-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-box h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.cta-box p {
  font-size: 14px;
  position: relative;
  z-index: 1;
}

header.header-fixed {
  background-color: black;
  animation: slideDown 0.35s ease-out;
  z-index: 9999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

header.header-fixed {
  padding-bottom: 30px;
}

header.header-fixed .top-row {
  display: none !important;
}

header.header-fixed .btm-row {
  border: none;
}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@media(max-width:1500px) {
  .mega-cta {
    width: 230px;
  }

  .mega-column h4 {
    font-size: 18px;
  }

  .location-card span {
    font-size: 18px;
  }

  .cta-box {
    padding-top: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-box p {
    margin-bottom: 0;
  }
}

@media (max-width:1200px) {
  .header-top {
    font-size: 13px;
  }

  .contact-list img {
    height: 16px;
  }
}

@media(max-width:1250px) {
  .nav>ul {
    gap: 0px 20px
  }
}

@media(min-width:1200px) {
  .submenu-toggle {
    display: none;
  }

}

/* ================= MOBILE MENU ================= */
@media (max-width: 1199px) {
  .nav.open {
    display: block;
  }

  .header-fixed .nav {
    top: 105px;
  }

  .pxl-header-mobile-search form {
    position: relative;
  }

  .search-submit {
    position: absolute;
    width: 40px;
    height: 100%;
    padding: 10px;
    border: none;
    background-color: transparent;
    z-index: 2;
    right: 0;
  }

  .pxl-header-mobile-search {
    padding: 30px 50px 0px 50px;
    position: relative;
  }

  .pxl-header-mobile-search input {
    padding: 13px;
    border: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
  }

  body.body-open {
    overflow: hidden;
  }

  .header-top.header-open {
    background-color: black;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }

  body .free-cns-list {
    margin-left: auto;
  }

  .top-menu-wp {
    order: 2;
    margin-left: 20px;
  }

  /* .has-submenu-toggle .mega-menu{
  display: block;
 } */

  .mega-left {
    padding: 0 0px 0px 20px;
    background-color: transparent;
  }

  .social-icons {
    display: none !important;
  }

  .mega-left h4,
  .mega-left h3 {
    display: none;
  }

  .mega-content,
  .mega-cta {
    display: none;
  }

  .submenu-toggle {
    margin-left: 6px;
    font-size: 0px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../images/down.png);
    background-size: 12px;

    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s;
  }

  .has-submenu-toggle .submenu-toggle {
    transform: rotate(180deg);
    transition: transform 0.5s;
  }

  /* Rotate when open */
  .has-mega.open>a .submenu-toggle {
    transform: rotate(45deg);
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    margin-left: auto;
    position: relative;
    width: 25px;
    height: 25px;
    align-items: center;
  }

  .menu-toggle span {
    width: 28px;
    height: 3px;
    background: #fff;
    display: block;
    transition: all 0.5s;
  }

  .header-open .menu-toggle span:nth-of-type(2) {
    display: none;
  }

  .header-open .menu-toggle span:nth-of-type(1) {
    position: absolute;
    transform: rotate(-45deg);
    transition: all 0.5s;
    left: 0;
    top: 12px;
  }

  .header-open .menu-toggle span:nth-of-type(3) {
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.5s;
    left: 0;
    top: 12px;
  }

  .nav {
    position: fixed;
    top: 133px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: #0d0d0d;
    transition: 0.4s ease;
    overflow-y: auto;
    z-index: 999;
    flex-direction: column;
  }

  .nav.open {
    left: 0;
  }

  .nav ul a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .nav>ul {
    flex-direction: column;
    gap: 0;
    padding: 0px 50px;
  }

  .nav>ul>li {
    border-bottom: 1px solid #222;
    width: 100%;
  }

  body .nav li.active>a::after {
    content: none;
  }

  .nav>ul {
    width: 100%;
  }

  /* Disable hover mega menu */
  .has-mega:hover .mega-menu {
    opacity: 1;

  }

  /* Mega menu mobile style */
  .mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    flex-direction: column;
    padding: 00px 0 0px 0px;
    background: transparent;
  }

  .has-mega.open .mega-menu {
    display: block;
  }

  .mega-left,
  .mega-cta {
    width: 100%;
  }

  .mega-content {
    flex-direction: column;
  }

  .cta-box {
    padding: 40px 20px;
  }

}

@media (max-width:767px) {
  .header-fixed .nav {
    top: 49px;
  }

  .logo {
    display: flex;
  }

  header.header-fixed,
  .header-top {
    padding: 10px 0px;
  }

  .logo img {
    height: 30px;
    width: auto;
  }

  .mega-left {
    background-image: unset;
  }

  .pxl-header-mobile-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {

    top: 133px;

    height: calc(100vh - 61px);
  }

  .nav>ul {
    padding: 0px 20px;
  }

  .nav {

    top: 63px;
  }

  .top-menu-wp {
    margin-left: auto;
  }

  .header-top .btm-row {
    border: none;
  }

  .header-top {
    padding: 20px 0px;
  }

  .logo {
    margin: 0;
  }

  .xel-hero .hero-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  body .xel-hero .dots {
    height: 200px;
  }

  .nav>ul>li>a {
    padding: 10px 0px;
  }

  .nav {
    padding-top: 15px;
  }
}

/*************************************************** homepage ****************************************/
/***** banner ****/
/* Slider */
.xel-hero .hero-slider {
  position: relative;
}

.xel-hero .container {
  max-width: 1132px;
}

.custom-pagination {
  position: absolute;
  right: 6%;
  z-index: 2;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  font-size: var(--fs-20);
  width: 2px;
  align-items: center;
  gap: 15px
}

/* Slide */
.xel-hero .hero-slide {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.xel-hero .hero-slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(100.6deg, #000000 2.43%, rgba(34, 44, 56, 0.26) 51.3%, rgba(0, 0, 0, 0.2) 113.24%);

}

.xel-hero .hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
  padding-top: 150px;
}


.xel-hero .hero-content .h1 {
  color: var(--clr-fffff);
  margin-bottom: 20px;
}

.xel-hero .hero-content .h1 span {
  color: var(--clr-D70000);
}

.xel-hero .hero-content p {
  font-size: var(--fs-25);
  line-height: 1.5;
  font-weight: 300;
  color: white;
  font-family: var(--fn-sora);

}

.xel-hero .dots {
  height: 270px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  width: 2px;
  background-color: #5E5E5E;

}

.xel-hero .dots .dot {
  flex: 1;
}

.xel-hero .dots .dot.active {
  background-color: white;
}

.quote-section {
  background-image: url(../images/testimonial-bg.webp);
  background-size: cover;
}

.quote-inner-sc {
  background: linear-gradient(180deg, #1F1F1F 26.11%, rgba(23, 23, 23, 0) 110.12%);
  border-radius: 20px;
  padding: var(--fs-30) var(--fs-170);
  margin-top: -100px;
  position: relative;
  z-index: 21;
}
.quote-inner-sc::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) -21.97%, rgba(255, 255, 255, 0) 37.72%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.quote-icon img {
  width: 72px;
  height: 68px;
  margin-bottom: 20px;
}

.quote-item p {
  font-size: var(--fs-25);
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.quote-item h4, .quote-item .h4 {
  font-size: var(--fs-25);
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.det-vs .col-inner {
  padding: 30px 30px;
  border-radius: 10px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  height: 100%;


  position: relative
}

.det-vs .col-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* border thickness */
  border-radius: inherit;

  background: linear-gradient(179.39deg,
      rgba(255, 255, 255, 0.65) -5.8%,
      rgba(255, 255, 255, 0) 110.28%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.det-vs p {
  font-size: var(--fs-16);
  line-height: 2;
  margin-bottom: 25px;
}

.det-vs:before {
  content: '';
  width: 390px;
  height: 350px;
  background-image: url(../images/pattern.png);
  background-size: cover;
  top: 0px;
  left: -80px;
  position: absolute;
}

.cmn-btn span {
  font-size: var(--fs-20);
  font-family: var(--fn-sora);
  font-weight: 400;
  color: white;
  line-height: 1;
  display: block;
  width: fit-content;
  transition: all 0.5s;
}

.cmn-btn:hover {
  background-color: var(--clr-D70000);
  transition: all 0.5s;
  border: 1px solid var(--clr-D70000);
}

.lets-connect p {
  margin: 0;
}

.cmn-btn {
  position: relative;
  width: fit-content;
  border: 1px solid white;
  height: 61px;
  display: flex;
  align-items: center;
  padding: 0px 80px 0px 30px;
  border-radius: 50px;
  transition: all 0.5s;
  
}
.cmn-btn:after {
  content: '';
  width: 52px;
  height: 52px;
  background-image: url(../images/btn-arrow.svg);
  position: absolute;
  right: 3px;
  top: 50%;
  transition: all 0.5s;
  transform: translateY(-50%);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--clr-D70000);
  border-radius: 50%;
  border-radius: 50%;
}
.cmn-btn:hover:after {
  background-color: var(--clr-fffff);
  background-image: url(../images/btn-arrow-red.svg);
}


.det-vs h3,
.det-vs p {
  color: white;
}

.det-vs h3 {
  font-weight: 400;
  margin-top: 30px;
}


.bespoke_services {
  background-color: #222222;
  color: #ffffff;
}



/* Image */


.bespoke_services .bespoke-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Description */
.bespoke_services .bespoke-description {
  font-size: var(--fs-16);
  line-height: 2;
  color: white;
  margin-bottom: 40px;
  text-align: justify;
}

/* Services List */
.bespoke_services .bespoke-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bespoke_services .bespoke-list li a{
  font-weight: 400;
}

.bespoke_services .bespoke-list li {
  position: relative;
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #4C4C4C;
  font-size: var(--fs-16);
}

.bespoke_services .bespoke-list li:last-child {
  border: none;
}

/* Red Square Icon */
.bespoke_services .bespoke-list li::before {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/list-icon.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.industry-focus {
  padding: 47px;
  border-radius: 10px;
  position: relative;
}

.industry-focus:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(179.39deg, rgba(255, 255, 255, 0.65) -5.8%, rgba(255, 255, 255, 0) 110.28%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.industry-focus .bespoke-list {
  margin-top: -33px;
}

.industry-focus img {
  border-radius: 20px;
}

.industry-focus .bespoke-list li {
  padding-top: 25px;
  padding-bottom: 25px;
}

.fraction-sec .img-wrap img {
  	border-radius: 15px;
	width: 100%;
    height: auto;
    display: block;
}

.fraction-sec {
  background-image: url(../images/fraction-bg.webp);
  background-size: cover;
}

.fraction-sec .top-sc {
  width: 913px;
  max-width: 100%;
  margin: auto;
  color: white;
}

.fraction-sec .img-wrap {
  margin-top: 40px;
  margin-bottom: -300px;
}

.xel-testimonials {
  padding: 330px 0px 90px 0px;
  background-image: url(../images/testimonial-bg2.webp);
  background-size: cover;
  color: #ffffff;

}

.xel-testimonials h2 {
  margin-bottom: 40px;
}

/* Card */
.xel-testimonial-card {
  background: linear-gradient(90deg, #000000 -41.15%, #2F1212 100%);

  border-radius: 12px;
  padding: 35px;
  position: relative;
}

.xel-testimonial-card:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(179.39deg, rgba(255, 255, 255, 0.65) -5.8%, rgba(255, 255, 255, 0) 110.28%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Left */
.xel-testimonial-left .number {
  font-size: var(--fs-50);
  margin-bottom: 5px;
  font-weight: 600;
  color: white;
}

.xel-testimonial-left span {
  font-size: var(--fs-22);
  color: #ffff;
}

.xel-testimonial-left .divider {
  width: 100%;
  height: 1px;
  background: #4C4C4C;
  margin: 93px 0 49px 0px;
}

.xel-testimonial-left p {
  max-width: 80%;
}

.xel-testimonial-left h3 {
  margin-bottom: 20px;
}

/* Right */
.xel-testimonial-right {
  background: #281D1D;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.xel-testimonial-right .quote-icon {
  font-size: 70px;
  color: rgba(255, 255, 255, 0.2);
  display: block;
  margin-bottom: 15px;
}

.xel-testimonial-card .row {
  --bs-gutter-x: 70px;
}

.testimonial-text {
  margin-bottom: 25px;
}

.xel-testimonial-right .quote-icon img {
  width: fit-content;
}

.testimonial-divider {
  height: 1px;
  background: #4C4C4C;
  margin-bottom: 25px;
}



/* Navigation */
.xel-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.xel-nav button {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.xel-nav button.xel-next {
  transform: rotate(180deg);
}

.xel-nav button:hover {
  background: black;
  transition: all 0.3s ease;

}

.lets-connect {
  background-image: url(../images/let-talk-bg.webp);
  background-size: cover;
  color: white;
}

.lets-connect h2 {
  margin-bottom: 10px;
}

.xel-footer {
  background: url(../images/footer-bg.jpg);
  color: #ffffff;
  padding-top: 60px;
  background-size: cover;
}

/* Top */
.xel-footer-top {
  text-align: center;
  margin-bottom: 70px;
}

.xel-logo {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}

.xel-tagline {

  margin-bottom: 20px;
}

.free-cns-list {
  gap: 25px;
  margin-left: 135px;
}

.free-cns-list a {
  display: flex;
  gap: 10px;
  transition: all 0.5s;
  font-family: var(--fn-sora);
}

.xel-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border: 1px solid white;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  margin: 0 6px;
  transition: all 0.5s;

}

.xel-socials a:hover {
  background-color: var(--clr-D70000);
  transition: all 0.5s;
}

.free-cns-list a:hover {
  color: var(--clr-D70000);
  transition: all 0.5s;
}

/* Links */
.xel-footer-links h4 {
  color: var(--clr-D70000);
  margin-bottom: 18px;
}

.xel-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-ft-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.xel-footer-links li {

  margin-bottom: 12px;
  transition: all 0.5s;
}

.xel-footer-links li a:hover {
  color: var(--clr-D70000);
  transition: all 0.5s;
}

/* Bottom */
.xel-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 60px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;

}

.xel-footer .row {
  justify-content: space-between;
}

.xel-footer-bottom a,
.xel-footer-bottom a:hover {
  transition: all 0.5s;
}

.xel-footer-bottom a:hover {
  color: var(--clr-D70000);
}

.service-card {
 
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-card:hover{
  background: linear-gradient(206.66deg, #000000 14.91%, #D70000 138.34%);
  transition: all 0.5s;
}
/* .service-card .top-wrap P {
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: .3s;
} */


/* .service-card:hover .top-wrap P {
  -webkit-line-clamp: none;
} */
.df-border{
  padding: 25px;
}
.df-border:after{
content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(179.39deg, rgba(255, 255, 255, 0.65) -5.8%, rgba(255, 255, 255, 0) 110.28%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.service-card h3{
  font-weight: 400;margin: 0;
}
.service-card .top-sc{margin-bottom: 30px;}

.arrow-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  background: var(--clr-D70000);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid var(--clr-D70000);transition: all 0.5s;margin-left: 10px;
}
.arrow-icon:hover{
  
  background-color: var(--clr-00000);transition: all 0.5s;
}
.arrow-icon img{
  transition: all 0.5s;
}
.arrow-icon:hover img{
  transform: rotate(45deg);transition: all 0.5s;
}
.image-wrapper img {
   height: 280px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.service-list.affiliate-sc .image-wrapper img {
	 height: auto;
}

.inner-pg-banner{
  background-size: cover;
  padding: 260px 0px 150px 0px;
}
.inner-pg-banner h1{font-size: var(--fs-90);font-family: var(--fn-lenend);font-weight: 400;}
.service-list{
  background-image: url(../images/testimonial-bg.webp);
  background-size: cover;
  padding: 80px 0px;
}
.serve-row{margin-top: 50px;}

.tax-section{
  background-image: url(../images/testimonial-bg.webp);
  background-size: cover;
}
.tax-section .lft-sc h2,
.tax-section .lft-sc h,
.tax-section .lft-sc h4,
.tax-section .lft-sc h5,
.tax-section .lft-sc h6{
  margin-top: 30px;
}
.tax-section .image-box img{
  border-radius: 10px;
}
.tax-section .image-box{margin-bottom: 25px;}
.tax-section .lft-sc hr{
  margin: 30px 0px;
}
.tax-section .lft-sc h2{
  margin-bottom: 20px;
}
.tax-section .lft-sc li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: var(--fs-16);
}
.tax-section .lft-sc li::before {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/list-icon.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


/* privacy-policy-sec start */

.privacy-policy-sec li, .terms-and-condition-sec li{
    position: relative;
    padding: 10px 0 10px 30px;
}

.privacy-policy-sec li::before, .terms-and-condition-sec li:before{
    content: "";
    width: 18px;
    height: 16px;
    background-image: url(../images/list-icon.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.privacy-policy-sec a, .terms-and-condition-sec a{
	color:#D70000 !important
}

.privacy-policy-sec h2 strong, .privacy-policy-sec h3 strong, .privacy-policy-sec h4 strong, .terms-and-condition-sec h2 strong, .terms-and-condition-sec h3 strong, .terms-and-condition-sec h4 strong {
	font-family: var(--fn-lenend);
    font-weight: 400;
}
.privacy-policy-sec h2, .privacy-policy-sec h3, .privacy-policy-sec h4, .terms-and-condition-sec h2, .terms-and-condition-sec h3 strong, .terms-and-condition-sec h4 {
	margin-bottom:20px;
}
.privacy-policy-sec p, .terms-and-condition-sec p{
	margin-bottom:12px;
}

p:empty{
  display:none
}









@media (max-width:1500px) {
  :root {

    --fs-90: 70px;
    --fs-20: 18px;
    --fs-25: 23px;
    --fs-22: 20px;
    --fs-30: 28px;
    --fs-50: 45px;
    --fs-35: 30px;
    --fs-16: 16px;
    --fs-170: 170px
  }

}
@media(max-width: 1366px){
  .free-cns-list{
    margin-left: 90px;
  }
}

@media (max-width:1200px) {
  :root {

    --fs-90: 50px;

    --fs-25: 20px;
    --fs-170: 100px
  }

  .custom-pagination {
    right: 4%;
  }

  .bespoke_services .bespoke-description {
    margin-bottom: 0;
  }

  .xel-testimonial-left .divider {
    margin: 30px 0px 30px 0px;
  }
}

@media (max-width:992px) {
  /* .image-wrapper img{height: 200px;} */
  .service-card .top-sc{
    margin-bottom: 10px;
  }
  .arrow-icon{
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  :root {

    --fs-90: 50px;
    --fs-16: 15px;
    --fs-170: 50px;
    --fs-30: 22px;
    --fs-35: 28px;
    --fs-20: 16px;

  }

  .custom-pagination {
    right: 4%;
  }

  .bespoke_services .bespoke-description {
    margin-bottom: 0;
  }

  .xel-testimonial-left .divider {
    margin: 30px 0px 30px 0px;
  }

  .det-vs h3 {
    margin: 10px 0px;
  }

  .cmn-btn {
    padding-right: 65px;
    height: 52px;
  }

  .cmn-btn::after {
    width: 44px;
    height: 44px;
  }



  .xel-footer .row {
    justify-content: flex-start;
  }

  .xel-footer-bottom {
    font-size: 14px;
  }
  .service-card.h-100 {
    min-height: 426px;
  }

}

@media (max-width:767px) {
	.privacy-policy-sec h2, .privacy-policy-sec h3, .privacy-policy-sec h4, .terms-and-condition-sec h2, .terms-and-condition-sec h3 strong, .terms-and-condition-sec h4 {
	margin-bottom:20px;
}
.privacy-policy-sec p, .terms-and-condition-sec p{
	margin-bottom:12px;
}

  .service-symbol{
    width:60px;
    height: 60px;
  }
  .service-symbol img{
    width: 40px;
  }
 body .service-box{
    padding: 15px;
  }
 body .main-box h2,body .info-card h2,body .service-box h5{
    margin-bottom: 7px;
  }
  .services-header h2{
    margin-bottom: 15px;
  }
  .df-border{
    padding: 15px;
  }
  .serve-row{margin-top: 20px;}
  .service-list{
    padding: 60px 0px;
  }
  .inner-pg-banner {
    padding: 160px 0px 60px 0px;
  }
  :root {

    --fs-90: 30px;
    --fs-50: 30px;
    --fs-16: 15px;
    --fs-25: 15px;
    --fs-170: 20px;
    --fs-30: 22px;
    --fs-35: 25px;
    --fs-20: 16px;

  }

  .custom-pagination {
    right: 5%;
  }

  .container , .wp-block-group__inner-container{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xel-testimonial-left .divider {
    margin: 15px 0px 15px 0px;
  }


  .xel-footer-bottom {
    font-size: 14px;
  }

  .space-pd {
    padding: 60px 0px;
  }

  .space-mr {
    margin: 60px 0px;
  }

  .quote-icon img {
    height: 40px;
  }

  .det-vs {
    padding-top: 40px;
  }

  .det-vs .col-inner {
    padding: 15px;
  }

  .bespoke_services h2 {
    margin-bottom: 10px;
  }

  .bespoke_services .bespoke-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .industry-focus {
    padding: 15px;
  }

  .fraction-sec .img-wrap {
    margin-bottom: 0;
  }

  .xel-testimonials {
    padding: 60px 0px;
  }

  .xel-testimonial-card {
    padding: 15px;
  }

  .xel-testimonial-left p {
    max-width: 100%;
  }

  .xel-testimonial-right {
    padding: 15px;
  }

  .xel-footer-top {
    margin-bottom: 40px;
  }

  .xel-footer-bottom {
    margin-top: 20px;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  .bespoke_services .bespoke-description {
    text-align: left;
  }
  .service-card.h-100 {
    min-height: auto;
  }
}



/*-=======Service Details=========-*/
.sidebar .service-menu{
  border-radius: 10px;
  background: linear-gradient(206.66deg, #000000 14.91%, #D70000 138.34%);
  padding: 0;
}
.sidebar .service-menu li a{
  padding: 15px 25px;
  border-bottom: 1px solid #B2B2B275;
  display: block;
  transition: .3s;
  font-size: var(--fs-22);
}
.sidebar .service-menu li:last-child a{
  border-bottom: none;
}
.sidebar .service-menu li a:hover, .sidebar .service-menu li.active a{
  background-color: #00000073;
  color: var(--clr-D70000);
}
.sidebar-buttons{
  margin-top: 25px;
}
.sidebar-buttons a{
  margin: 20px 0;
}
.areas{
  margin-top: 95px;
}
.areas ul{
  display: flex;
  gap: 5px 35px;
  flex-wrap: wrap;
}
.areas ul li a{
  font-size: var(--fs-22);
  position: relative;
  padding-left: 30px;
  transition: .3s;
}
.areas ul li a:before{
  content: "";
  width: 18px;
  height: 24px;
  background-image: url(../images/area-location.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.areas ul li a:hover{
  color: var(--clr-D70000);
}



 /*-===========Industry==========-*/
.why-business-sec{
  background-color: #202020;
  padding: 50px 0;
}
.bullet-point h2{
  margin-bottom: 20px;
}
 .bullet-point hr{
  margin: 30px 0;
 }
.bullet-point ul li{
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: var(--fs-16);
}
.bullet-point ul li::before {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/list-icon.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*-==========Insights============-*/
.insight-content .insight-title{
  font-size: var(--fs-30);
  font-weight: 500;
  margin: 30px 0 15px;
  display: block;
  font-family: var(--fn-sora);
}
.blog-date{
  display: flex;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #4C4C4C;
  border-bottom: 1px solid #4C4C4C;
  padding: 15px 0;
  margin: 20px 0;
}
.insight-img img{
  height: 450px;
  object-fit: cover
}
.blog-date img{
  width: 21px;
}
.insight-read-more{
  font-weight: 400;
  font-size: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--fn-sora);
  transition: .3s;
}
.insight-read-more:hover{
  color: var(--clr-D70000);
}
.insight-box p{
  margin: 0;
}
.insight-box{
  margin-top: 30px;
}
.grid-item {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.grid-item.hidden {
  opacity: 0;
  pointer-events: none;
}
.insight-filter-row .tabs .tab{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: .3s;
}

.insight-filter-row .tabs .tab.active, .insight-filter-row .tabs .tab:hover{
  background-color: var(--clr-D70000);
  border-color: var(--clr-D70000);
}
.insight-filter-row .tabs{
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  overflow-x: auto;
}
/*-search-*/
body div.asl_w .probox div.asl_simple-circle{
  border-color: #fff;
}
div.asl_w .probox .promagnifier{
  box-shadow: none !important;
}
body #ajaxsearchlite1 .probox .proinput input, body div.asl_w .probox .proinput input, body div.asl_w .probox .proinput input::placeholder{
  color: #fff !important;
}
body div.asl_r .results .item .asl_content h3, body div.asl_r .results .item .asl_content h3 a{
  color: var(--clr-00000) !important;
  font-family: var(--fn-sora) !important;
}

@media(max-width: 991px){
  .insight-read-more{
    font-size: 18px;
  }
  .insight-img img{
    height: 350px;
  }
}

@media(max-width: 767px){
  .insight-read-more{
    font-size: 15px;
  }
  .insight-read-more img{
    width: 11px;
  }
  .insight-filter-row .tabs .tab{
    font-size: 16px;
  }
  .insight-filter-row .tabs{
    margin-bottom: 18px;
    justify-content: flex-start;
  }
}





/*-=========who we are==========-*/
.mission-area {
  background: #171717;
  padding: 80px 0;
}

.mission-area p {
  color: #cfcfcf;
}

.img-card {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #eee;
}

.img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-card {
  position: relative;
  height: 300px;
  background: transparent;
}
.top-card1{
  height: 360px;
}

.top-card::before,
.middle-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 10px solid #171717;
  border-radius: 0;
}

.top-card::after,
.middle-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 7px solid #171717;
  border-radius: 16px;
}

.exp-overlay {
  position: absolute;
  right: -155px;
  top: 168px;
  /* background: #d7000035; */
  backdrop-filter: blur(32px);
  padding: 20px 25px;
  border-radius: 10px;
  color: #fff;
  width: 200px;
  text-align: center;
  z-index: 2;
  background-image: url(../images/exp-bg.svg);
}

.exp-overlay h2 {
  font-size: var(--fs-50);
  font-weight: 600;
  margin: 0;
}

.exp-overlay span {
  opacity: 0.9;
}

.full-bg {
  background-size: cover;
  background-position: center;
}

.middle-card {
  height: 100%;
  background: transparent;
  position: relative;
}

.mission-text,
.vision-text {
  background: #171717;
  border: 10px solid #171717;
  margin-bottom: -1px;
}
.vision-text{
  height: 100%;
}


.values-section {
  background: #202020;
  color: #fff;
}

.value-box {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-direction: column;
  max-width: 300px;
}
.value-box h5 {
  margin: 0;
  font-size: var(--fs-22);
  font-family: var(--fn-sora);
  margin-bottom: 10px;
}
.value-box p {
  margin: 0;
  color: #ccc;
}
.image-box {
  position: relative;
}
.image-box::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #D70000;
  left: 12px;
  top: -12px;
  position: absolute;
  border-radius: 40px 0;
  z-index: 2;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px 0;
}
.values-box-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.team-sec {
  padding: 80px 0 180px;
  background-color: #171717;
  color: #fff;
}

.team-sec .news-card {
  position: relative;
  overflow: hidden;
  border-radius: 0px 10px !important;
}

.team-sec .news-card img {
  width: 100%;
  display: block;
}

.team-sec .news-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  color: #fff;
  text-align: center;
}

.team-sec .news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, #610000 90%);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}

.team-sec .owl-item.center .news-info {
  opacity: 1;
  transform: translateY(0);
  text-align: center;
}

.team-sec .owl-item .news-info h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-30);
  margin-bottom: 8px;

}

.team-sec .owl-item.center .news-card::after {
  opacity: 1;
}

.team-sec .owl-item:not(.center) {
  opacity: 1;
}

.team-sec .owl-nav {
  position: absolute;
  bottom: -87px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  gap: 70px;
  pointer-events: auto;
}

.team-sec .owl-nav button {
  width: 45px;
  height: 45px;
  background: transparent !important;
  border: none;
  padding: 0;
}

.team-sec .owl-nav button span {
  display: none;
}

.team-sec .owl-prev::before {
  content: "";
  background: url("../images/prev-arrow.svg") no-repeat center;
  background-size: 45px;
  width: 100%;
  height: 100%;
  display: block;
}

.team-sec .owl-next::before {
  content: "";
  background: url("../images/next-arrow.svg") no-repeat center;
  background-size: 45px;
  width: 100%;
  height: 100%;
  display: block;
}

.team-sec .owl-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  left: 47.9%;
  bottom: -67px;
}

.team-sec .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #FFFFFF40;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
  margin-right: 3px;
}

.team-sec .owl-dots .owl-dot.active span {
  width: 18px;
  height: 6px;
  background: #fff;
}
.news-info p{
  font-size: var(--fs-20);
}
@media(max-width: 991px){
  .team-sec .owl-dots{
    left: 47.5%;
  }
  .exp-overlay{
    right: 0;
  }
}
@media(max-width: 767px){
  .values-box-right{
    align-items: flex-start;
  }
  .value-box .icon{
    width: 50px;
  }
  
  .team-sec .owl-nav{
    bottom: -65px;
  }
  .team-sec {
    padding: 60px 0 120px;
  }
  .mission-area{
    padding: 60px 0;
  }
  .top-card, .top-card1 {
    height: 150px;
  }
  .mission-text h2{
    margin-bottom: 12px;
  }
  .exp-overlay{
    top: 0;
  }
   .top-card::before,
  .middle-card::before,
  .top-card::after,
  .middle-card::after {
    display: none;
  }
  .team-sec .owl-dots {
    left: 43%;
	   bottom: -46px;
  }
}
@media (max-width: 425px) {
  .team-sec .owl-dots {
    left: 42%;
  }
}







/*-=======Location Details========-*/
.location-detlais-banner01 {
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  overflow: hidden;
  z-index: 1;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.video-banner-cont{
  position: relative;
  z-index: 2;
}

.location-detlais-banner01 h1 {
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: var(--fs-90);
}

.location-detlais-banner01 p {
  font-weight: 400;
  font-size: var(--fs-25);
  text-align: center;
  color: #fff;
  line-height: 1.55;
}
.text-red {
  color: #D70000;
}



.cpa-section {
  background-color: #171717;
  padding: 0 0 60px;
  position: relative;
  background-size: cover;
}



.overlay-box {
  background: linear-gradient(180deg, #1F1F1F 26.11%, rgba(23, 23, 23, 0) 110.12%);
  padding: 30px 15px 70px;
  width: 98%;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  margin-top: -120px;
	z-index:2
  
}
.overlay-box p{
font-weight: 400;
font-size: var(--fs-22);
line-height: 33px;
text-align: center;
max-width: 1092px;
margin-bottom: 0;
}

.overlay-box img {
  width: 72px;
  height: 58px;
  margin-bottom: 20px;
}

.overlay-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;

  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.65) -21.97%,
      rgba(255, 255, 255, 0) 37.72%);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}




.main-box {
  padding-top: 80px;
}

.main-box img {
  border-radius: 12px;
  width: 100%;
}

.main-box h2,
.info-card h2 {
color: #fff;
font-weight: 500;
font-size: var(--fs-35);
}

.main-box p,
.info-card p {
  color: #fff;
  font-weight: 400;
 
}

.info-card {
  margin-top: 30px;
}

.info-card img {
  border-radius: 12px;
  width: 100%;
}
.profesional-row .row:nth-child(even) .col-lg-7 {
  order: 2;
}
.profesional-row .row:nth-child(even) .col-lg-5 {
  order: 1;
}
.profesional-cont{
  padding-right: 50px;
}
.profesional-row .row:nth-child(even) .col-lg-7 .profesional-cont{
  padding-right: 0;
  padding-left: 50px;
}




.services-wrap {
  background-color: #202020;
  padding: 80px 0;
}

.services-header {
  text-align: center;
  margin-bottom: 50px;
}

.services-header h2 {
  color: #fff;

}

.services-header p {
font-weight: 400;
font-size: 16px;
line-height: 31px;
text-align: center;
color: #fff;
}

.service-box {
  position: relative;
  background: linear-gradient(180deg, #1F1F1F 26.11%, rgba(23, 23, 23, 0) 110.12%);
  border-radius: 20px;
  padding: 40px 25px;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.service-symbol {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #D70000 -22.4%, #672020 191.63%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  font-weight: bold;
}

.service-symbol img {
  width: 42px;
}

.service-box h5 {
  margin-bottom: 20px;
  color: #fff;
font-weight: 500;
font-size: var(--fs-30);
line-height: 31px;
}

.service-box p {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.service-box .read-more {
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff;
  text-decoration: none;
font-weight: 400;
font-size: var(--fs-20);


}

.service-box .read-more:hover {
  color: #e50914;
}

.service-box .read-more img {
  height: 12px;
  width: 12px;
  margin-left: 10px;
  margin-top: 5px;
}

.action-area {
  margin-top: 40px;
  text-align: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}



.action-area {
  margin-top: 40px;
  text-align: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}



.review-section {
  background: url(../imgaes/client-review-bg.webp) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 130px;
}

.review-section h2 {
   margin-bottom: 40px;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
 
}

.review-box {
  position: relative;
  background: linear-gradient(180deg, #2a0e0e 0%, #120909 100%);
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  z-index: 2;
}

.review-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.review-quote img {
  height: 40px;
  width: 50px !important;
}

.review-stars {
  color: #D70000;
  font-size: 24px;
  margin: 30px 0 20px;
}

.review-box p {
font-weight: 400;
color: #fff;
}

.review-box h6 {
  padding-top: 12px;
  border-top: 1px solid #4C4C4C;
  color: #fff;
font-size: 16px;
line-height: 31px;
}

.service-slide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}


.client-review-slider .owl-stage {
  display: flex;
}

.client-review-slider .owl-item {
  display: flex;
}

.review-item {
  display: flex;
  height: 100%;
}

.review-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.review-section .owl-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
}

.review-section .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #FFFFFF40;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
  margin-right: 3px;
}

.review-section .owl-dots .owl-dot.active span {
  width: 18px;
  height: 6px;
  background: #fff;
}

.review-section .owl-prev::before {
  content: "";
  background: url(../images/review-prev.svg) no-repeat center;
  background-size: 35px;
  width: 100%;
  height: 100%;
  display: block;
}
.review-section .owl-prev{
  position: absolute;
  left: -50px !important;
}
.review-section .owl-next{
  position: absolute;
  right: -50px !important;
}
.review-section .owl-next::before {
  content: "";
  background: url(../images/review-next.svg) no-repeat center;
  background-size: 35px;
  width: 100%;
  height: 100%;
  display: block;
}

.review-section .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: all;
  position: relative;
}

.client-review-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

/* .client-review-slider .owl-dots::before {
  content: "";
  background: url("../images/prev-arrow.svg") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 30px;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
}

.client-review-slider .owl-dots::after {
  content: "";
  background: url("../images/next-arrow.svg") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 30px;
  display: inline-block;
  margin-left: 3px;
  cursor: pointer;
} */




.advisor-section {
  padding: 80px 0;
  background-color: #171717;
  margin-top: -5px;
}

.advisor-box {
  position: relative;
  border-radius: 14px;
  padding: 30px;
  z-index: 0;
}

.advisor-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 14px;
  background: linear-gradient(179.39deg,
      rgba(255, 255, 255, 0.65) -5.8%,
      rgba(255, 255, 255, 0) 110.28%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}



.profile-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.profile-card img {
  width: 100%;
  display: block;
}

.profile-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 25px;
  background: linear-gradient(to top, rgba(150, 0, 0, .85), transparent);

}

.profile-info h3 {
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}


.profile-info span {
font-weight: 400;
font-size: var(--fs-20);
  color: #fff;
}

.profile-slider .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  gap: 8px;
}

.owl-nav span {
  display: none;
}

.profile-slider .owl-nav button {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  pointer-events: all;
}

.profile-slider .owl-prev::before {
  content: "";
  background: url(../images/review-prev.svg) no-repeat center;
  background-size: 35px;
  width: 100%;
  height: 100%;
  display: block;
}

.profile-slider .owl-next::before {
  content: "";
  background: url(../images/review-next.svg) no-repeat center;
  background-size: 35px;
  width: 100%;
  height: 100%;
  display: block;
}

.advisor-content h3 {
  color: #fff;
  margin-bottom: 15px;
font-weight: 500;
font-size: var(--fs-30);
line-height: 31px;

}

.advisor-content p {
  color: #fff;
font-weight: 400;
line-height: 31px;
}



.blog-area {
  background: #202020;
  padding: 80px 10px 120px;
  color: #fff;
}

.blog-area h5 {
  margin-bottom: 30px;
}

.blog-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.blog-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
  z-index: 2;
}

.blog-content h6 {
  font-size: var(--fs-30);
  margin: 0;
  font-weight: 400;
}

.blog-content p {
  margin-bottom: 10px;
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-slide-date{
  margin-top: 10px;
}
.blog-content p img {
  height: 12px;
  width: 13px !important;
}

.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, #610000 90%);
  z-index: 1;
}

.blog-area .owl-nav {
  position: absolute;
  bottom: -87px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  gap: 55px;
  pointer-events: auto;
}

.blog-area .owl-nav button {
  width: 45px;
  height: 45px;
  background: transparent !important;
  border: none;
  padding: 0;
}

.blog-area .owl-nav button span {
  display: none;
}

.blog-area .owl-prev::before {
  content: "";
  background: url("../images/prev-arrow.svg") no-repeat center;
  background-size: 35px;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-area .owl-next::before {
  content: "";
  background: url("../images/next-arrow.svg") no-repeat center;
  background-size: 35px;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-area .owl-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -67px;
  transform: translateX(-50%);
}

.blog-area .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #FFFFFF40;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
  margin-right: 3px;
}

.blog-area .owl-dots .owl-dot.active span {
  width: 18px;
  height: 6px;
  background: #fff;
}
@media (min-width:1200px){
.post-carousel .owl-stage-outer {
  padding-left: 150px !important;
  padding-right: 100px !important;
}
}


.faq-section {
  padding: 80px 0px;
  background-color: #171717;
}

.faq-section h2{
  color: #fff;
  font-weight: 500;
  font-size: var(--fs-35);

}
.faq-section p{
font-weight: 400;
font-size: 16px;
line-height: 31px;
color: #fff;
}

.accordion-item {
  margin-bottom: 20px;
  border-radius: 14px !important;
  border: 1px solid transparent;

  background:
    linear-gradient(360deg, #000000 -6.04%, #2F1212 160.26%) padding-box,


    linear-gradient(179.39deg,
      rgba(255, 255, 255, 0.65) -5.8%,
      rgba(255, 255, 255, 0) 110.28%) border-box;
}
.accordion-item {
  --bs-accordion-border-width: 0;
}
.accordion-item:not(:first-of-type){
  border-top: 1px solid transparent !important;
  
}


.accordion-button {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
font-weight: 500;
font-size: 20px;
padding-right: 50px;
}

.accordion-button:focus{
  border: 1px solid transparent !important;
  box-shadow:none !important;
}


.accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
}

.accordion-button::after {
  filter: invert(1);
  position: absolute;
  right: 20px;
}

.accordion-body {
  background: transparent;
  color: #fff;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 25px;
}

.accordion-button::after {
  background-image: url(https://xelnew.elvirainfotech.live/wp-content/uploads/2026/02/plus.svg);
  background-position: center;

}

.accordion-button:not(.collapsed)::after {
  background-image: url(https://xelnew.elvirainfotech.live/wp-content/uploads/2026/02/minus.svg);
}

.accordion-button::after {
  filter: invert(0);
}


.contact-section {
  padding: 80px 0 220px ;
  background-color: #171717;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-img img {
  border-radius: 12px;
  width: 100%;
}

.contact-info h4 {
  font-weight: 500;
  font-size: var(--fs-35);
  color: #fff;
  margin-bottom: 15px;
}

.contact-info p {
  color: #fff;
}

.contact-info span {
  font-weight: 400;
  font-size: var(--fs-22);
  color: #fff;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #A2A2A2;
}

.contact-info .info-row:not(:has(+ .info-row)) {
  border-bottom: none;
}
.contact-info{
  margin-left: 30px;
}

.contact-btns {
  margin-top: 20px;
}
.contact-btns a{
  margin-top: 15px;
}
.map-box {
  margin-top: -150px;
  margin-bottom: 100px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #333;
}

.map-box iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}
.map{
  background-color: #171717;
}


@media(max-width: 991px){
  .profesional-row .row:nth-child(even) .col-lg-7 {
    order: 1;
  }
  .profesional-row .row:nth-child(even) .col-lg-5 {
    order: 2;
  }
  .profesional-cont{
    padding-right: 0px;
  }
  .profesional-row .row:nth-child(even) .col-lg-7 .profesional-cont{
    padding-left: 0px;
  }
  .profesional-row .profesional-cont{
    margin-bottom: 25px;
  }
  .main-box {
    padding-top: 40px;
  }
  .overlay-box{
    padding-bottom: 40px;
  }
  .contact-info {
    margin-left: 0;
  }
  .services-wrap, .advisor-section, .faq-section{
    padding: 60px 0;
  }
  .review-section, .blog-area{
    padding: 60px 0 80px;
  }
  .review-section .owl-dots{
    bottom: -55px;
  }
  .blog-area .owl-nav{
    bottom: -60px;
  }
  .blog-area .owl-dots{
    bottom: -40px;
  }
  .contact-section{
    padding: 60px 0 200px;
  }
  .map-box{
    margin-bottom: 60px;
  }
}

/*-----Service list------*/
.service-provide-location-header h4{
  font-size: var(--fs-22);
  font-weight: 500;
  border-top: 1px solid #4C4C4C;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0;
}

.toggle-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s ease;
}

.service-provide-location-list {
  display: none;
}

/* active state */
.service-provide-location.active .toggle-icon {
  content: "-";
}
.service-provide-location-list ul li {
  position: relative;
  padding: 0px 0 5px 30px;
  font-size: var(--fs-16);
}
.service-provide-location-list ul li::before {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/list-icon.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service-provide-location-list ul{
  margin-top: 15px;
}

@media(max-width: 767px){
  .toggle-icon {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
}
/*----------------*/


@media (max-width:1500px) {
  :root {

    --fs-90: 70px;
    --fs-20: 18px;
    --fs-25: 23px;
    --fs-22: 20px;
    --fs-30: 28px;
    --fs-50: 45px;
    --fs-35: 30px;
    --fs-16: 16px;
    --fs-170: 170px
  }

}

@media (max-width:1200px) {
  :root {

    --fs-90: 50px;

    --fs-25: 20px;
    --fs-170: 100px
  }

  .custom-pagination {
    right: 4%;
  }

  .bespoke_services .bespoke-description {
    margin-bottom: 0;
  }

  .xel-testimonial-left .divider {
    margin: 30px 0px 30px 0px;
  }
}

@media (max-width:992px) {
  /* .image-wrapper img{height: 200px;} */
  .service-card .top-sc{
    margin-bottom: 10px;
  }
  .arrow-icon{
    width: 40px;
    height: 40px;
  }
  :root {

    --fs-90: 50px;
    --fs-16: 15px;
    --fs-170: 50px;
    --fs-30: 22px;
    --fs-35: 28px;
    --fs-20: 16px;

  }

  .custom-pagination {
    right: 4%;
  }

  .bespoke_services .bespoke-description {
    margin-bottom: 0;
  }

  .xel-testimonial-left .divider {
    margin: 30px 0px 30px 0px;
  }

  .det-vs h3 {
    margin: 10px 0px;
  }

  .cmn-btn span {
    padding: 15px 30px;
  }

  .cmn-btn::after {
    width: 48px;
    height: 48px;
  }

  .cmn-btn {
    padding-right: 48px;
  }

  .xel-footer .row {
    justify-content: flex-start;
  }

  .xel-footer-bottom {
    font-size: 14px;
  }

}

@media (max-width:767px) {
	.number-pagination {
        right: 10px;
    }
  .df-border{
    padding: 15px;
  }
  .serve-row{margin-top: 20px;}
  .service-list{
    padding: 60px 0px;
  }
  .inner-pg-banner {
    padding: 160px 0px 60px 0px;
  }
  :root {

    --fs-90: 30px;
    --fs-50: 30px;
    --fs-16: 15px;
    --fs-25: 15px;
    --fs-170: 20px;
    --fs-30: 22px;
    --fs-35: 25px;
    --fs-20: 16px;

  }

  .custom-pagination {
    right: 5%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xel-testimonial-left .divider {
    margin: 15px 0px 15px 0px;
  }

  .cmn-btn span {
    padding: 12px 26px;
  }

  .cmn-btn::after {
    width: 42px;
    height: 42px;
  }

 body .cmn-btn {
    padding-right: 0;padding-left: 0;
  }

  .xel-footer-bottom {
    font-size: 14px;
  }

  .space-pd {
    padding: 60px 0px;
  }

  .space-mr {
    margin: 60px 0px;
  }

  .quote-icon img {
    height: 40px;
  }

  .det-vs {
    padding-top: 40px;
  }

  .det-vs .col-inner {
    padding: 15px;
  }

  .bespoke_services h2 {
    margin-bottom: 10px;
  }

  .bespoke_services .bespoke-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .industry-focus {
    padding: 15px;
  }

  .fraction-sec .img-wrap {
    margin-bottom: 0;
  }

  .xel-testimonials {
    padding: 60px 0px;
  }

  .xel-testimonial-card {
    padding: 15px;
  }

  .xel-testimonial-left p {
    max-width: 100%;
  }

  .xel-testimonial-right {
    padding: 15px;
  }

  .xel-footer-top {
    margin-bottom: 40px;
  }

  .xel-footer-bottom {
    margin-top: 20px;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  .bespoke_services .bespoke-description {
    text-align: left;
  }
}






/*------------Team-----------*/
.team-box .news-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, #610000 90%);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}
.team-box .news-card:hover::after{
  opacity: 1;
}
.team-box .news-info{
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  color: #fff;
  text-align: center;
}
.team-box .news-card:hover .news-info{
  opacity: 1;
}
.team-box .news-card .news-info h3 {
  font-size: var(--fs-30);
  display: flex;
  margin: 0;
  gap: 15px;
  justify-content: center;
}
.team-box .news-card .news-info h3 img{
  width: 32px;
  margin-top: 5px;
}
.affiliate-card{
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
}
.affiliate-card:hover{
  background: linear-gradient(206.66deg, #000000 14.91%, #D70000 138.34%);
}

/**** contact Page ****/
/* Parent Section */
.for-business, .other-services{
  display: none;
}
.contact-form-section {
  background-color: #000;
  color: #fff;
  font-size: 14px;

}
@media(min-width:1200px){
  .service-card .top-wrap p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;      /* show 3 lines */
    overflow: hidden;
    transition: all 0.4s ease;
  }
  
  /* Expanded state */
  .service-card .top-wrap p.active {
    -webkit-line-clamp: unset;  /* remove limit */
    max-height: 500px;
  }
  
.contact-form-section .form-container {
  max-width: 800px;

}
}
.contact-form-section .form-container form{
  padding: 50px;
  border: 1px solid white;
  border-radius: 10px;
}
.contact-form-section label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  font-size: var(--fs-20);
}


.contact-form-section .form-control,
.contact-form-section .form-select {
  background-color: transparent;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 4px;
 padding: 13px;
  border-radius: 30px;
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
 
}
.form-check-input:checked {
  background-color: var(--clr-D70000);
  border-color: var(--clr-D70000);
}
.contact-form-section .form-control::placeholder{
  color: white;
}
.contact-form-section .mb-3{
  margin-bottom: 25px !important;
}

.contact-form-section textarea.form-control {
  height: auto;
  padding: 10px 12px;
}


.contact-form-section .form-check {
  margin-bottom: 8px;
}

.contact-form-section .form-check-label {
  font-weight: 300;font-size: var(--fs-16);
}


.contact-form-section .hint-text {
  font-size: 12px;
  color: #bbb;
  margin-top: 6px;
}




@media(max-width: 991px){
  .team-box .news-card::after{
    opacity: 1;
  }
  .team-box .news-card .news-info{
    opacity: 1;
  }
  .number-pagination{
    right: 20px;
  }
}
/*----------------*/







@media (max-width:1500px) {
  :root {

    --fs-90: 70px;
    --fs-20: 18px;
    --fs-25: 23px;
    --fs-22: 20px;
    --fs-30: 28px;
    --fs-50: 45px;
    --fs-35: 30px;
    --fs-16: 16px;
    --fs-170: 170px
  }

}

@media (max-width:1200px) {
  :root {

    --fs-90: 50px;

    --fs-25: 20px;
    --fs-170: 100px
  }

  .custom-pagination {
    right: 4%;
  }

  .bespoke_services .bespoke-description {
    margin-bottom: 0;
  }

  .xel-testimonial-left .divider {
    margin: 30px 0px 30px 0px;
  }
}

@media (max-width:992px) {
  /* .image-wrapper img{height: 200px;} */
  .service-card .top-sc{
    margin-bottom: 10px;
  }
  .arrow-icon{
    width: 40px;
    height: 40px;
  }
  :root {

    --fs-90: 50px;
    --fs-16: 15px;
    --fs-170: 50px;
    --fs-30: 22px;
    --fs-35: 28px;
    --fs-20: 16px;

  }

  .custom-pagination {
    right: 4%;
  }

  .bespoke_services .bespoke-description {
    margin-bottom: 0;
  }

  .xel-testimonial-left .divider {
    margin: 30px 0px 30px 0px;
  }

  .det-vs h3 {
    margin: 10px 0px;
  }

  .cmn-btn span {
    padding: 15px 30px;
  }

  .cmn-btn::after {
    width: 48px;
    height: 48px;
  }

  .cmn-btn {
    padding-right: 48px;
  }

  .xel-footer .row {
    justify-content: flex-start;
  }

  .xel-footer-bottom {
    font-size: 14px;
  }

}

@media (max-width:767px) {
  .number-pagination{
    right: 10px;
  }
  .df-border{
    padding: 15px;
  }
  .serve-row{margin-top: 20px;}
  .service-list{
    padding: 60px 0px;
  }
  .inner-pg-banner {
    padding: 160px 0px 60px 0px;
  }
  :root {

    --fs-90: 30px;
    --fs-50: 30px;
    --fs-16: 15px;
    --fs-25: 15px;
    --fs-170: 20px;
    --fs-30: 22px;
    --fs-35: 25px;
    --fs-20: 16px;

  }

  .custom-pagination {
    right: 5%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xel-testimonial-left .divider {
    margin: 15px 0px 15px 0px;
  }

  .cmn-btn span {
    padding: 12px 26px;
  }

  .cmn-btn::after {
    width: 42px;
    height: 42px;
  }

  .cmn-btn {
    padding-right: 48px;
  }

  .xel-footer-bottom {
    font-size: 14px;
  }

  .space-pd {
    padding: 60px 0px;
  }

  .space-mr {
    margin: 60px 0px;
  }

  .quote-icon img {
    height: 40px;
  }

  .det-vs {
    padding-top: 40px;
  }

  .det-vs .col-inner {
    padding: 15px;
  }

  .bespoke_services h2 {
    margin-bottom: 10px;
  }

  .bespoke_services .bespoke-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .industry-focus {
    padding: 15px;
  }

  .fraction-sec .img-wrap {
    margin-bottom: 0;
  }

  .xel-testimonials {
    padding: 60px 0px;
  }

  .xel-testimonial-card {
    padding: 15px;
  }

  .xel-testimonial-left p {
    max-width: 100%;
  }

  .xel-testimonial-right {
    padding: 15px;
  }

  .xel-footer-top {
    margin-bottom: 40px;
  }

  .xel-footer-bottom {
    margin-top: 20px;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  .bespoke_services .bespoke-description {
    text-align: left;
  }
  .contact-form-section .form-container form{
    padding: 20px;
  }
}





/* free consultant */
.offices_card{
  background-color: #000;
}
.offices_card .inner_wrap{
  max-width: 1200px;
  margin: 0 auto;
}
.offices_card .inner_card{
  position: relative;
  width: 100%;
  padding: 27px 27px 36px 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.4s;
  overflow: hidden;
  text-align: left;
}
.offices_card .inner_card .absolute_link{
  position: absolute;
  inset: 0;
}
.offices_card .inner_card:hover{
  background-color: #d70000a6;
}
.offices_card .inner_card .icon_wrapper{
  position: relative;
  height: 32px;
  width: 32px;
}
.offices_card .inner_card svg.hovered{
  opacity: 0;
  transform: scale(0);
}
.offices_card .inner_card svg{
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
}
.offices_card .inner_card:hover svg{
  transform: scale(0);
  transform-origin: 0 100%;
}
.offices_card .inner_card:hover svg.hovered{
  transform: scale(1);
  opacity: 1;
}
.service-list a.h-100{
  display: block;
}
.offices_card .inner_card .title{
  font-size: var(--fs-25);
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}
.offices_card .inner_card p{
  margin-bottom: 40px;
}
.cta_sec {
    position: relative;
    background: url(../images/cta-bg.webp) no-repeat center/cover;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.cta_sec p{
  margin-bottom: 40px;
  color: #fff;
}

.cta_sec .cta_btn{
  background-color: var(--clr-D70000);
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  border: 1px solid var(--clr-D70000);
}
.cta_sec .cta_btn i{
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
  transition: all 0.4s;
  /* vertical-align: middle; */
  transform: rotate(-45deg);
}
.cta_sec .cta_btn:hover i{
  transform: rotate(0deg);
}

/*----------------*/

.inner-pg-banner{
  background-color: black;
}



@media (max-width:1500px) {
  :root {

    --fs-90: 70px;
    --fs-20: 18px;
    --fs-25: 23px;
    --fs-22: 20px;
    --fs-30: 28px;
    --fs-50: 45px;
    --fs-42: 38px;
    --fs-35: 30px;
    --fs-16: 16px;
    --fs-170: 170px
  }

}

@media (max-width:1200px) {
  :root {

    --fs-90: 50px;
    --fs-42: 36px;
    --fs-25: 20px;
    --fs-170: 100px
  }

  .custom-pagination {
    right: 4%;
  }

  .bespoke_services .bespoke-description {
    margin-bottom: 0;
  }

  .xel-testimonial-left .divider {
    margin: 30px 0px 30px 0px;
  }
}

@media (max-width:992px) {
  .has-submenu-toggle .mega-menu{
    display: block;
  }
  /* .image-wrapper img{height: 200px;} */
  .service-card .top-sc{
    margin-bottom: 10px;
  }
  .arrow-icon{
    width: 40px;
    height: 40px;
  }
  :root {

    --fs-90: 50px;
    --fs-16: 15px;
    --fs-170: 50px;
    --fs-30: 22px;
    --fs-42: 32px;
    --fs-35: 28px;
    --fs-20: 16px;

  }

  .custom-pagination {
    right: 4%;
  }

  .bespoke_services .bespoke-description {
    margin-bottom: 0;
  }

  .xel-testimonial-left .divider {
    margin: 30px 0px 30px 0px;
  }

  .det-vs h3 {
    margin: 10px 0px;
  }

  .cmn-btn span {
    padding: 15px 30px;
  }

  .cmn-btn::after {
    width: 48px;
    height: 48px;
  }

  .cmn-btn {
    padding-right: 48px;
  }

  .xel-footer .row {
    justify-content: flex-start;
  }

  .xel-footer-bottom {
    font-size: 14px;
  }

}

@media (max-width:767px) {
 
  body .tax-section{
    padding-top: 40px;
  }
  .df-border{
    padding: 15px;
  }
  .serve-row{margin-top: 20px;}
  .service-list{
    padding: 60px 0px;
  }
  .inner-pg-banner {
    padding: 160px 0px 60px 0px;
  }
  :root {

    --fs-90: 30px;
    --fs-50: 30px;
    --fs-16: 15px;
    --fs-25: 15px;
    --fs-170: 20px;
    --fs-30: 22px;
    --fs-42: 28px;
    --fs-35: 25px;
    --fs-20: 16px;

  }

  .custom-pagination {
    right: 5%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xel-testimonial-left .divider {
    margin: 15px 0px 15px 0px;
  }

  .cmn-btn span {
    padding: 12px 26px;
  }

  .cmn-btn::after {
    width: 42px;
    height: 42px;
  }

  .cmn-btn span{
    padding-right: 68px;
  }

  .xel-footer-bottom {
    font-size: 14px;
  }

  .space-pd {
    padding: 60px 0px;
  }

  .space-mr {
    margin: 60px 0px;
  }

  .quote-icon img {
    height: 40px;
  }

  .det-vs {
    padding-top: 40px;
  }

  .det-vs .col-inner {
    padding: 15px;
  }

  .bespoke_services h2 {
    margin-bottom: 10px;
  }

  .bespoke_services .bespoke-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .industry-focus {
    padding: 15px;
  }

  .fraction-sec .img-wrap {
    margin-bottom: 0;
  }

  .xel-testimonials {
    padding: 60px 0px;
  }

  .xel-testimonial-card {
    padding: 15px;
  }

  .xel-testimonial-left p {
    max-width: 100%;
  }

  .xel-testimonial-right {
    padding: 15px;
  }

  .xel-footer-top {
    margin-bottom: 40px;
  }

  .xel-footer-bottom {
    margin-top: 20px;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  .bespoke_services .bespoke-description {
    text-align: left;
  }
  .cta_sec {
    min-height: 300px;
}
.action-area {
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.review-section .owl-prev {
  left: 0px !important;
}
.review-section .owl-next {
  right: 0px !important;
}
.blog-area {
  padding: 60px 20px 80px;
}
}



/* New css */



.form-select {
  color: #000 !important;
}


.form-select option {
  color: #000 !important;
  background-color: #fff !important;
}


.wpcf7-form select option {
  color: #000 !important;
  background-color: #fff !important;
}

.form-select,
.wpcf7-form select {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}


.form-select option,
.wpcf7-form select option {
  color: #000 !important;
  background-color: #fff !important;
}
.form-check-input[type=checkbox]{
	    margin-top: 10px;
	width: 15px;
    height: 15px;
}
/* Wrapper */
.cf7-btn {
  position: relative;
  display: inline-block;
}

/* Arrow circle */
.cf7-btn::after {
  content: '';
  width: 52px;
  height: 52px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/btn-arrow.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d70000;
  border-radius: 50%;
  transition: 0.5s;
  pointer-events: none;
}

/* Hover */
.cf7-btn:hover::after {
  background-color: #ffffff;
  background-image: url(../images/btn-arrow-red.svg);
}
.wpcf7-form input.wpcf7-submit {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9999;
}

.wpcf7 input.wpcf7-submit:disabled {
  cursor: pointer !important;
}
/* ===== Phone Dropdown Fix ===== */

/* ===== intl-tel-input dropdown fix ===== */
/* Dropdown background */
.intl-tel-input .country-list {
  background-color: #ffffff !important;
}

/* Country name */
.intl-tel-input .country-list .country-name {
  color: #000000 !important;
}

/* Dial code */
.intl-tel-input .country-list .dial-code {
  color: #000000 !important;
}

/* Highlight row background */
.intl-tel-input .country-list .country.highlight {
  background-color: #f2f2f2 !important;
}

/* Keep text black on highlight */
.intl-tel-input .country-list .country.highlight .country-name,
.intl-tel-input .country-list .country.highlight .dial-code {
  color: #000000 !important;
}
.contact-form-section label{
	font-size: 16px !important;
}
.wpcf7-spinner{
	position:absolute !important;
}
.btn-wrap{
	width: fit-content;
}
.wp-block-group{
	padding:50px;
	background: #000;
}
@media (max-width: 768px) {  
    .wp-block-group {
        padding: 15px;  
    }
}


.quote-section .det-vs img{
	width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.team-sec .news-card img{
	width: 100%;
    height: auto;
    display: block;
}
.contact-section .contact-img img{
	width: 100%;
    height: auto;
    display: block;
}
.advisor-section .profile-card img{
	width: 100%;
    height: auto;
    display: block;
}
.video-banner-cont a:hover, 
.profesional-cont a:hover, 
.services-header a:hover, 
.accordion-body a:hover {
    color: #D70000 !important;
}





/* MOBILE HERO FIX */
@media (max-width: 767px) {

  .xel-hero {
    height: 600px !important;
  }

  .xel-hero .owl-stage-outer,
  .xel-hero .owl-stage,
  .xel-hero .owl-item {
    height: 600px !important;
  }

  .xel-hero .hero-slide {
    height: 600px !important;
    min-height: 600px !important;
    background-position: center center !important;
    background-size: cover !important;
  }
	

}

@media (max-width: 767px) {
  .exp-overlay{
   right: 50%;
        top: -20px;
        transform: translateX(50%);
  }
  .accordion-button{
    line-height: 1.2;
  }
  .accordion-button::after{
    margin-left:10px
  }
  .review-section .owl-nav{
    display: none;
  }
  .advisor-box{
    padding: 15px;
  }
  .location-detlais-banner01 h1{
    margin-bottom: 15px;
  }
  .location-detlais-banner01{
    height: 620px;
  }
  .review-section h2{
    font-size: 25px;margin-bottom: 20px;
  }
  .affiliate-sc h3{
    margin-bottom: 0;
  }
  .vision-text h2, .mission-area h2{margin-bottom: 15px;}
  .mission-area p{
    margin-bottom: 0;
  }
  .values-section .image-box{
    margin-bottom: 20px;margin-top: 20px;
  }
  .service-symbol{
    margin-bottom: 15px;
  }
  .xel-footer-links h4{
    font-size: 20px;
  }
  .blog-area .main-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .post-carousel .owl-stage-outer {
    overflow: hidden !important;
  }

 
  .value-box:last-child{
    margin-bottom: 0;
  }

}



/*** cusomizer css ***/
#ajaxsearchlite1 .probox, div.asl_w .probox {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  border-radius: 14px !important;
}


.tax-section .lft-sc a{
color:var(--clr-D70000);
}
.tax-section .lft-sc a:hover{
color:white
}
span.wpcf7-form-control.wpcf7-radio.form-check-input {
  background: none;
  border: none;
}
.wpcf7-list-item {
  display: block;
  margin:0;
}
.wp-block-spacer{
background:#000;
}
.contact-form-section {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
#wpforms-23824 .wpforms-field-row{
	max-width:100% !important
}
#wpforms-23824 input {
    color: #ffffff !important;
}
#wpforms-23824 label {
    color: #ffffff !important;
}