/* home banner section start */
.home-banner {
  background-color: #090909;
  position: relative;
  height: auto;
}

.home-banner-box {
  padding-top: 0px;
  position: relative;
  overflow: hidden;
  height: 83vh;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 491px;
}

.home-banner-p1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  padding-top: 0;
  height: 100vh;
  width: 100vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2.3vw;
  max-width: clamp(100px, 89.58vw, 1720px);
  max-height: 491px;
}

.home-banner-p1 img {
  height: auto;
  position: absolute;
  -webkit-animation: shape-rotate 240s linear infinite, shape-deform 24s ease-in-out infinite;
  animation: shape-rotate 240s linear infinite, shape-deform 24s ease-in-out infinite;
  width: 68.354vw;
}

.home-banner-p2 {
  padding-top: 0px;
  position: absolute;
  z-index: 2;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5.6vw;
  max-height: 491px;
}

.home-banner-p2 p {
  color: #959595;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 12px;
}

.home-banner-p2 h1 {
  color: #FFFDFC;
}

.home-banner-p2 h1 span {
  display: none;
}

.home-banner-p3 {
  position: absolute;
  z-index: 2;
  bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.home-banner-p3-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 4.154vw, 24px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banner-p3-right {
  display: none;
}

.home-banner-p3-left img {
  max-height: 22px;
  max-width: 100%;
  width: auto;
}

.home-banner-p3-left p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFDFC;
  max-width: 70px;
  text-transform: uppercase;
}

.home-banner-p3-left span {
  height: 41px;
  width: 1px;
  background-color: #FFFDFC;
  min-width: 1px;
}

.home-banner-p3-right img {
  -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.section-banner {
  padding-top: 130px;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}



@-webkit-keyframes shape-rotate {
  0% {
    rotate: 0deg
  }

  to {
    rotate: 1turn
  }
}

@keyframes shape-rotate {
  0% {
    rotate: 0deg
  }

  to {
    rotate: 1turn
  }
}

@-webkit-keyframes shape-deform {
  0% {
    scale: 1
  }

  50% {
    scale: 1.04
  }

  to {
    scale: 1
  }
}

@keyframes shape-deform {
  0% {
    scale: 1
  }

  50% {
    scale: 1.04
  }

  to {
    scale: 1
  }
}



/* home banner section end */














/* home expertice section start */
.home-expertice {
  background-color: #161616;
  min-height: auto;
}

.home-expertice-mainbox {
  overflow: hidden;
  padding-bottom: 40px;
}

.home-expertice-p1 {
  position: relative;
  z-index: 1;
}

.home-expertice-p1 img {
  position: absolute;
  width: 1105px;
  height: auto;
  -webkit-animation: shape-rotate2 120s linear infinite, shape-deform2 12s ease-in-out infinite;
  animation: shape-rotate2 120s linear infinite, shape-deform2 12s ease-in-out infinite;
  min-width: 1105px;
  left: 0;
  top: -90px;
  opacity: 0.5;
}

.home-expertice-p2 h2 {
  white-space: pre-wrap;
}

@-webkit-keyframes shape-rotate2 {
  0% {
    rotate: 0turn
  }

  25% {
    rotate: 0.02turn
  }

  50% {
    rotate: -0.02turn
  }

  to {
    rotate: 0turn
  }
}

@keyframes shape-rotate2 {
  0% {
    rotate: 0turn
  }

  25% {
    rotate: 0.02turn
  }

  50% {
    rotate: -0.02turn
  }

  to {
    rotate: 0turn
  }
}

@-webkit-keyframes shape-deform2 {
  0% {
    scale: 1
  }

  50% {
    scale: 1.05
  }

  to {
    scale: 1
  }
}

@keyframes shape-deform2 {
  0% {
    scale: 1
  }

  50% {
    scale: 1.05
  }

  to {
    scale: 1
  }
}

.home-expertice-p2 {
  position: relative;
  z-index: 2;
  padding: 40px 0px 32px 0px;
}

.home-expertice-p2 h2 {
  color: #FFFDFC;
  line-height: 150%;
  font-size: 26px;
}

.home-expertice-p2 h2 a {
  color: #FFFDFC;
  border-bottom: 1px solid #FFFDFC;
  padding-bottom: 2px;
}

.home-expertice-p2 h2 a:hover {
  color: #da3333;
}

.home-expertice-p2 h2 b {
  color: #FFFDFC;
  border-bottom: 1px solid #FFFDFC;
  padding-bottom: 2px;
  font-weight: 400;
}

.home-expertice-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  position: relative;
  z-index: 2;
  gap: 0;
}

.home-expertice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  padding-right: 16px;
  width: 100%;
}

.home-expertice-box img {
  width: 60px;
  height: 60px;
  width: 30px;
  height: 30px;
}

.home-expertice-box h3 {
  color: #FFFFFF;
  font-size: 22px;
}

.home-expertice-box p {
  color: #FFFDFC;
  font-size: 14px;
  line-height: 170%;
}

.home-expertice-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: clamp(8px, 0.833vw, 16px) clamp(16px, 1.667vw, 32px);
}

.home-expertice-box ul li {
  list-style: none;
}

.home-expertice-box ul li u {
  color: #FFFDFC;
  font-weight: 600;
}

.home-expertice-box ul li a {
  color: #FFFDFC;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
}

.home-expertice-box ul li:hover a {
  color: #da3333;
}




.home-expertice-boxes {
  flex-flow: column;
  gap: 16px;
}

.home-expertice-box {
  padding-right: 0px;
}

.home-expertice-top {
  display: flex;
  gap: 16px;
  position: relative;
}

.home-expertice-bottom {
  max-height: 0px;
  overflow: hidden;
}

.home-expertice-mainbox * {
  transition: 1s;
}

.home-expertice-top::after {
  content: "";
  position: absolute;
  right: 0px;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(90deg);
  top: 16px;
}

.home-expertice-top::before {
  content: "";
  position: absolute;
  right: 0px;
  height: 2px;
  width: 18px;
  background-color: #fff;
  top: 16px;
}

.home-expertice-box.active .home-expertice-top::after {
  transform: rotate(0deg);
}

.home-expertice-box.active .home-expertice-bottom {
  max-height: 400px;
  gap: 16px;
  display: flex;
  flex-flow: column;
}



/* home expertice section end */

/* home casestudy section start */
.home-casestudy {
  background-color: #fff;
}

.home-casestudy-outbox {
  padding: 40px 0px 0px 0px;
}

.home-casestudy-outbox h2 {
  color: #121212;
  margin-bottom: 30px;
}

.home-casestudy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FEF5EE;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.home-casestudy-box>a {
  display: flex;
  align-items: center;
  flex-flow: column;
}

.home-portfolio-box>a {
  display: flex;
  gap: 12px;
  flex-flow: column;
}

.home-casestudy-image {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-casestudy-image img {
  width: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: auto;
}

.home-casestudy-image-hover {
  position: absolute;
  top: calc(50% - 86px);
  left: calc(50% - 86px);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  display: none;
}

.home-casestudy-image:hover .home-casestudy-image-hover {
  opacity: 1;
}

.home-casestudy-image-hover img {
  -webkit-animation: Rotateinfy 7s linear infinite;
  animation: Rotateinfy 7s linear infinite
}

@-webkit-keyframes Rotateinfy {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes Rotateinfy {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.home-casestudy-data {
  /* padding: clamp(25px, 5.313vw, 102px) clamp(12px, 2.5vw, 48px); */
  padding: 10px clamp(12px, 2.5vw, 48px);
  width: calc(100% - clamp(250px, 40.99vw, 787px));
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  padding: 12px 16px;
  color: #060606;
}

.home-casestudy-data i {
  text-transform: uppercase;
  font-style: normal;
  color: #121212;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 0.833vw, 18px);
  flex-flow: wrap;
}

.home-casestudy-data h3 {
  font-size: 22px;
  max-width: 100%;
  line-height: 150%;
  color: #121212;
}

.home-casestudy-data p {
  max-width: 320px;
  font-size: 14px;
  line-height: 170%;
  color: #121212;
}

.home-casestudy-subdata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(13px, 1.042vw, 20px);
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.home-casestudy-subdata span {
  padding: 5px 10px;
  border: 1px solid #000000;
  font-size: 14px;
  color: #121212;
}

.home-casestudy-subdata span:hover {
  color: #da3333;
  border: 1px solid #da3333;
}

.home-casestudy-data .casestudy-data-link {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
  text-decoration: underline;
}

.home-casestudy-data .casestudy-data-link:hover {
  color: #da3333;
}


/* home casestudy section end */







/* home portfolio section start */
.home-portfolio {
  padding: 24px 0px 0px 0px;
  background-color: #fff;
}

.home-portfolio-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.home-portfolio-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100vh - 520px);
  width: 100%;
  min-height: 200px;
}

.home-portfolio-image img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 0px;
  max-width: 100%;
  height: auto;
}

.home-portfolio-image-hover {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.home-portfolio-image-hover img {
  -webkit-animation: Rotateinfy 7s linear infinite;
  animation: Rotateinfy 7s linear infinite;
  height: 80px;
  width: 80px;
  min-height: 0px;
}

@keyframes Rotateinfy {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.home-portfolio-image:hover .home-portfolio-image-hover {
  opacity: 1;
}

.home-portfolio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.home-portfolio-box:nth-child(even) {
  margin-top: 0px;
}

.home-portfolio-data i {
  text-transform: uppercase;
  font-style: normal;
  color: #121212;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  gap: 16px;
  margin-bottom: 7px;
}

.home-portfolio-data h3 {
  color: #121212;
}

.home-portfolio-data h4 {
  color: #121212;
  margin-bottom: 12px;
}

.home-portfolio-data p {
  font-size: 14px;
  color: #121212;
  padding-bottom: 12px;
}

.home-portfolio-subdata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.home-portfolio-subdata span {
  padding: 5px 10px;
  border: 1px solid #000000;
  font-size: 14px;
  color: #121212;
  transition: all 0.5s;
}

.home-portfolio-subdata span:hover {
  border: 1px solid #da3333;
  color: #da3333;
}

.home-portfolio-links {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 36px;
}

.home-portfolio-links a {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  text-decoration: underline;
}

.home-portfolio-links a:hover {
  color: #da3333;
}









/* home partnership section start */

.home-partnership {
  background-color: #FFF8F2;
}

.home-partnership-outbox {
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  overflow: hidden;
}

.partnership-slide {
  width: 100%;
}

.home-partnership-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-partnership-left h2 {
  font-size: 28px;
  color: #121212;
}

.home-partnership-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.home-partnership-box {
  width: 100%;
}

.home-partnership-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 17px;
  padding-right: 16px;
}

.home-partnership-box a img {
  height: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.home-partnership-box a img[alt="right-arrow"] {
  height: auto;
  max-height: 14px;
}

.home-partnership-box a:hover img[alt="right-arrow"] {
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.home-partnership-box p {
  padding: clamp(8px, 0.833vw, 18px) 0px;
  max-width: 326px;
  color: #343430;
  font-size: 14px;
}

/* home partnership section end */







/* testimonials section start */
.testimonials-section {
  background-color: #1B1B1B;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.long-testimonials {
  margin-bottom: 28px;
  padding-top: 40px;
}

.long-testimonials-title h2 {
  color: #FFFFFF;
}

.client-long-testimonials-slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.long-testimonials-slides {
  margin-bottom: 14px;
}

.long-testimonials-video-p2-s1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 366 / 205;
}

.long-testimonials-video-p2-s1 img {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.long-testimonials-video-p2-s2 {
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
}

.iframe__play {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  width: 38px;
}

.iframe__play svg {
  height: 38px;
  width: 38px;
}

.quote-lr {
  color: #fff;
  line-height: 170% !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.client-long-testimonials-slide-box .long-testimonials-fullvideo {
  height: 0;
  width: 0;
}

.client-long-testimonials-logo img {
  height: clamp(30px, 2.656vw, 51px);
  width: auto;
}

.reviews-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.reviews-content .ios-video-play {
  font-size: 0;
}

.client-long-testimonials-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.long-testimonials-video-p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.long-testimonials-video-p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(14px, 1.354vw, 26px);
}

.long-testimonials-video-p1-s1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.long-testimonials-video-p1-s1 img {
  width: 49px;
  height: 49px;
  overflow: hidden;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.long-testimonials-video-p1-s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.long-testimonials-video-p1-s2 h4 {
  color: #FFFFFF;
  font-size: 14px;
  height: auto;
}

.long-testimonials-video-p1-s2 h5 {
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 400;
  height: auto;
}

.long-testimonials-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0px;
  height: 24px;
  width: 112px;
  bottom: 0px;
}

.iosiframe {
  position: fixed;
  top: 0px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iosiframe .client-long-testimonials-slide-box h3,
.iosiframe .long-testimonials-video,
.iosiframe .long-testimonials-title,
.iosiframe .long-testimonials-arrows,
.iosiframe .quote-lr,
.iosiframe .client-long-testimonials-logo,
.iosiframe .long-testimonials-video-p2,
.test_vid_close {
  display: none;
}

.iosiframe .test_vid_close {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 40px;
  width: 40px;
  position: fixed;
  background-color: #da3333;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iosiframe .test_vid_close svg {
  width: 30px;
  height: 30px;
  display: block !important;
}

.iosiframe .ios-video-play iframe {
  width: 100% !important;
  height: 80vh !important;
  min-height: 400px;
}

.long-testimonials-arrows img {
  height: 16px;
  transition: all 0.5s;
}

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

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  margin-top: 0;
  width: 24px;
  height: 16px;
}

.long-testimonials-arrows .swiper-button-prev,
.long-testimonials-arrows .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  margin-top: 0;
  width: 24px;
  height: 16px;
}


.long-testimonials-arrows .swiper-pagination {
  width: auto;
  position: static;
  order: 2;
}

.swiper-button-prev {
  left: 0px;
  order: 1;
}

.swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 0px;
  order: 3;
}

/* testimonials section end */


/* Lets talk section start */
.home-Lets-talk {
  background-color: #FFFFFC;
}

.home-Lets-talk .container {
  color: #000;
}

.home-Lets-talk-outbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 24px;
}

.home-Lets-talk-left {
  width: clamp(200px, 44.427vw, 853px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 30px;
  width: 100%;
}

.home-Lets-talk-left h2 {
  max-width: 100%;
  white-space: normal;
  color: #000000;
}

.home-Lets-talk-left h2 a {
  color: #000000;
  display: block;
  text-decoration: underline;
}

.home-Lets-talk-left h2 a:hover {
  color: #da3333;
}

.home-Lets-talk-count-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-Lets-talk-count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(60px, 12.604vw, 242px);
  width: 100%;
  max-width: 87px;
}

.home-Lets-talk-count-box h4 {
  font-size: 14px;
  color: #757575;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.home-Lets-talk-count-box h3 {
  font-size: 28px;
  color: #000000;
}

.home-Lets-talk-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.talk-ratings-box {
  border: 1px solid #CECECE;
  padding: 11px;
  width: 100px;
  transition: all 0.5s;
}

.talk-ratings-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.talk-ratings-imgbox img {
  height: 15px;
  width: 15px;
}

.talk-ratings-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  font-family: "Poppins", sans-serif;
  line-height: 16px;
}

.talk-ratings-top img {
  max-width: 42px;
}

.home-Lets-talk-form-box input[type=checkbox]+label {
  display: block;
  text-align: left;
}

.home-Lets-talk-form-box label.tnc-label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 23px;
  height: 23px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-right: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  position: absolute;
  top: 1px;
  left: -20px;
}

.home-Lets-talk-form-box input[type=checkbox]:checked~label.tnc-label:before {
  background-color: #da3333;
  border-color: #000;
  color: #fff;
  /* background-color: #ddd; */
  font-size: 8px;
}

.home-Lets-talk-form-box label.error[for=agree_tnc] {
  font-size: 11px !important;
  margin-top: 3px;
}

.home-Lets-talk-form-box input[type=checkbox] {
  display: none;
}

.talk-form-checkbox {
  position: relative;
}

.talk-form-checkbox label.error {
  left: 0px !important;
  bottom: -30px !important;
  font-size: 14px !important;
  color: #da3333;
  position: absolute !important;
  line-height: 16px;
}

@media screen and (min-width: 395px) and (max-width: 595px) {
  .home-Lets-talk-form-box label.error[for=agree_tnc] {
    bottom: -20px !important;
  }
}

label.tnc-label {
  text-align: left !important;
  display: block;
  position: relative;
  left: 20px;
}

.talk-ratings-bottom h5 {
  font-size: 9px;
  font-weight: 700;
  color: #A9A9A9;
  text-transform: uppercase;
  line-height: 14px;
  white-space: pre-wrap;
}

.talk-ratings-bottom h5 b {
  color: #423D3D;
  text-decoration: underline;
  display: inline;
  margin-bottom: 2px;
}

.talk-ratings-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 13px 0px;
  gap: 5px;
}

.home-Lets-talk-right {
  width: clamp(100px, 44.01vw, 845px);
  width: 100%;
}

.home-Lets-talk-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 4.255vh;
  gap: 30px;
}

.talk-form {
  position: relative;
  overflow: visible;
}

.talk-form label {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #000000;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: calc(50% - 30px);
}

.talk-form-textarea label {
  top: 10px;
}

.talk-form.inputclicked label {
  top: -5px;
  font-size: 14px;
}

.talk-form label i {
  font-style: normal;
}

.talk-form input {
  height: clamp(30px, 7.004vh, 79px);
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: clamp(16px, 1.25vw, 24px);
  background: transparent;
  height: 40px;
}

.talk-form textarea {
  border: none;
  border-bottom: 1px solid #000000;
  margin-top: clamp(16px, 1.25vw, 24px);
  font-size: clamp(16px, 1.25vw, 24px);
  background: transparent;
  height: 70px !important;
  width: 100% !important;
  border-radius: 0px;
  padding-top: 5px;
}

.talk-form span {
  position: absolute;
  width: 100%;
  display: block;
  color: #da3333;
  font-size: clamp(14px, 0.833vw, 16px);
}

.talk-form-checkbox label {
  font-size: 12px;
  color: #000;
}

.talk-form-checkbox label a {
  text-decoration: underline;
  color: #000000;
}

.talk-form-checkbox label a:hover {
  color: #da3333;
}

.talk-form-submit a {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  font-size: clamp(14px, 1.042vw, 20px);
  text-transform: uppercase;
  font-weight: 400;
  height: 45px;
  margin-top: 23px;
  margin-bottom: 40px;
  width: 100%;
  font-size: 16px;
  transition: all 0.5s;
}

.talk-form-submit a:hover {
  background-color: #da3333;
}

.talk-form-textarea label {
  top: 0px;
  background-color: #f4f4f4;
  width: 100%;
  text-align: left;
}

.talk-form-submit input {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  font-size: clamp(14px, 1.042vw, 20px);
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  border: none;
}

.talk-form-submit input:hover {
  background-color: #da3333;
}

.talk-form label.error {
  left: 0px;
  top: auto !important;
  bottom: calc(clamp(-14px, -1.25vw, -24px) - 6px);
  color: #da3333;
}



.xmodal .box {
  background: #fff;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, 5vh);
  -ms-transform: translate(-50%, 5vh);
  transform: translate(-50%, 5vh);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xmodal {
  position: fixed;
  top: 0px;
  pointer-events: none;
  left: 0px;
  background: rgba(51, 51, 51, 0.9);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xmodal.active {
  opacity: 1;
  pointer-events: auto;
}

.xmodal.active .box {
  top: 25px;
}

.xmodal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #ddd;
  background: transparent;
}

.zsiq_fixedlayout #header.main_header {
  z-index: 9 !important;
}

.contact-Consultation-popup .box {
  border-radius: 0px;
  background: #f4f4f4;
  width: 90%;
  max-width: 1433px;
  padding: 20px;
  overflow: auto;
  max-height: 90vh;
}

.contact-Consultation-popup .bt-contact-form-wrap {
  padding: 30px 0 0 0;
}

.contact-Consultation-popup .contact-Consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.contact-Consultation-popup .contact-Consultation-left h3 {
  text-align: left;
  margin-bottom: 0px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.contact-Consultation-popup .contact-Consultation-left p {
  text-align: left;
}

.contact-Consultation-popup .contact-Consultation-left {
  width: 100%;
}

.contact-Consultation-popup .contact-Consultation-right {
  width: 100%;
}

.contact-Consultation-popup .section-consultation-right .form-field-data.fullspace {
  width: 100%;
}

.contact-Consultation-popup .section-consultation-right .ecommerce-btn-submit1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-height: 600px) {
  .contact-Consultation-popup .box {
    max-height: calc(100vh - 150px);
  }
}

/* Lets talk section end */

.form_flex_wpr {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.fa-spinner {
  display: none;
}

/* left side css start*/
.this_heading_wpr {
  width: calc(779 / 1920 * 100vw);
}

.this_heading_wpr>span {
  margin-bottom: 16px;
  color: #959595;
  display: block;
}

.this_heading_wpr h1 {
  margin-bottom: clamp(32px, calc(48 / 1920 * 100vw), 48px);
}

/* new button css start*/
.black_common_btn {
  margin-bottom: 20px;
}

.black_common_btn a {
  max-width: max-content;
  display: block;
  padding: 14px clamp(15px, 2.396vw, 46px) 13px clamp(15px, 2.396vw, 46px);
  background-color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 0;
  font-weight: 700;
  transition: 0s, background-color .5s, border .5s;
  height: 56px;
  border: 1px solid transparent;
}

.black_common_btn a:hover {
  transition: 0s, background-color .5s, border .5s;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

.black_common_btn img {
  width: max-content !important;
  height: auto !important;
}

.black_common_btn span {
  font-size: clamp(16px, 0.938vw, 18px) !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  color: #FFFDFC;
  text-transform: uppercase;
}

/* new button css end*/
.this_heading_wpr .hourly_rate_wpr {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: clamp(46px, 4.375vw, 84px);
}

.this_heading_wpr .hourly_rate_wpr>img {
  width: 24px;
  height: 24px;
}

.this_heading_wpr .hourly_rate_wpr>p {
  width: calc(100% - 34px);
  margin-left: 10px;
  border-bottom: 1px solid #FFFEFE;
  color: #FFFEFE;
  padding-bottom: 1px;
}

.home-banner-p3-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 2.708vw, 52px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banner-p3-left p {
  font-weight: 700;
  font-size: clamp(14px, 0.833vw, 18px);
  line-height: 150%;
  color: #FFFDFC;
  max-width: 83px;
  text-transform: uppercase;
}

.home-banner-p3-left span {
  height: 70px;
  width: 1px;
  background-color: #FFFDFC;
}

/* left side css end*/
.this_heading_wpr .this_row_wpr {
  margin-left: clamp(-16px, calc(-16 / 1920 * 100vw), -8px);
  margin-right: clamp(-16px, calc(-16 / 1920 * 100vw), -8px);
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(24px, calc(48 / 1920 * 100vw), 48px);
}

.this_heading_wpr .this_column_wpr {
  padding-left: clamp(8px, calc(16 / 1920 * 100vw), 16px);
  padding-right: clamp(8px, calc(16 / 1920 * 100vw), 16px);
  width: 33.33%;
}

.this_heading_wpr .this_column_wpr img {
  display: block;
  width: 100%;
  height: auto;
}

.this_form_wpr_white {
  width: calc(848 / 1920 * 100vw);
}

.this_form_wpr_white>h2 {
  margin-bottom: clamp(32px, 2.5vw, 48px);
}

.this_form_wpr_white .form_row_wpr {
  margin-left: clamp(-34px, calc(-34 / 1920 * 100vw), -12px);
  margin-right: clamp(-34px, calc(-34 / 1920 * 100vw), -12px);
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(24px, calc(56 / 1920 * 100vw), 56px);
}

.form_row_wpr>* {
  padding-left: clamp(12px, calc(34 / 1920 * 100vw), 34px);
  padding-right: clamp(12px, calc(34 / 1920 * 100vw), 34px);
}

.this_form_wpr_white .form_column_6 {
  width: 50%;
}

.this_form_wpr_white .form_column_12 {
  width: 100%;
}

label .required {
  padding-left: 1px;
  color: #DA3333;
}

.this_form_wpr_white .input_groups label {
  text-align: left;
  display: block;
  color: #090909;
}

.this_form_wpr_white .input_groups .input {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom-width: clamp(1px, calc(2 / 1920 * 100vw), 2px);
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
  height: clamp(48px, calc(58 / 1920 * 100vw), 58px);
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #090909;
}

.this_form_wpr_white .input_groups textarea {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom-width: clamp(1px, calc(2 / 1920 * 100vw), 2px);
  padding-top: clamp(12px, calc(16 / 1920 * 100vw), 16px);
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
  min-height: clamp(48px, calc(58 / 1920 * 100vw), 58px);
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-family: "Poppins", sans-serif;
  resize: vertical;
  font-weight: 400;
  color: #090909;
}

.this_form_wpr_white .input_groups .input::placeholder,
.this_form_wpr_white .input_groups textarea::placeholder {
  color: #959595;
}

.form-attach-file .byt-input_light {
  position: relative;
}

.byt-input_light #file_err {
  color: #da3333;
  position: absolute;
}

.form-attach-file .byt-input_light .attach-file-btn {
  position: relative;
  border: clamp(1px, calc(2 / 1920 * 100vw), 2px) dashed #959595;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: clamp(48px, calc(68 / 1920 * 100vw), 68px);
  width: 100%;
  padding-left: 16px;
  padding-right: 48px;
}

.form-attach-file .byt-input_light .attachment_file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
}

.form-attach-file .byt-input_light .attachment_file input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form-attach-file .byt-input_light .attach-file-btn>img {
  width: clamp(20px, calc(24 / 1920 * 100vw), 24px);
  height: clamp(20px, calc(24 / 1920 * 100vw), 24px);
  margin-right: clamp(8px, calc(10 / 1920 * 100vw), 10px);
}

.form-attach-file .byt-input_light .attach-file-btn span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contact-recaptcha {
  margin-top: clamp(24px, calc(40 / 1920 * 100vw), 40px);
}

.this_form_wpr_white .font24R {
  text-align: left;
  color: #090909;
  display: block;
}

.this_form_wpr_white .contact-recaptcha p {
  color: #090909;
}

.this_form_wpr_white .contact-recaptcha p a {
  color: #DA3333;
}

.this_form_wpr_white .primary_btn {
  margin-top: clamp(24px, calc(40 / 1920 * 100vw), 40px);
  width: 100%;
  background-color: #090909;
  border-color: #090909;
  border-radius: 0;
}

.this_form_wpr_white .primary_btn:hover {
  background-color: #da3333;
  border-color: #da3333;
}

.this_form_wpr_white .new_single_dropdown {
  color: #090909;
}

.select2-container .select2-dropdown {
  background-color: #fff;
  border-radius: 5px !important;
  box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
  border: 0px;
}

.select2-container .select2-dropdown .select2-results__options {
  max-height: 300px !important;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0px !important;
}

.select2-container--default .selection {
  border-bottom: clamp(1px, calc(2 / 1920 * 100vw), 2px) solid #D9D9D9;
  min-height: clamp(35px, calc(66 / 1920 * 100vw), 66px);
  display: block;
  padding-top: clamp(12px, calc(16 / 1920 * 100vw), 16px);
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  border-bottom: 0 !important;
  border-radius: 0px;
  padding-right: 40px;
  /* min-height: clamp(47px, calc(66 / 1920 * 100vw), 66px); */
}

.select2-container .select2-dropdown .select2-results__options li.select2-results__option {
  line-height: 1.2;
  min-height: auto;
  font-size: 16px;
  padding: 12px 16px !important;
  border-bottom: 1px solid #959595;
  color: #090909;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable .select2-search--inline .select2-search__field {
  border-bottom: 1px solid transparent;
  height: 32px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--selected {
  background-color: #FFF8F2 !important;
}

.form-attach-file .byt-close-bnt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url('/wp-content/themes/bytestech/images/homepage-dark/close-icon.svg');
  background-position: center;
  background-size: cover;
  right: clamp(12px, calc(16 / 1920 * 100vw), 16px);
  opacity: 0.5;
  cursor: pointer;
  width: clamp(20px, calc(24 / 1920 * 100vw), 24px);
  height: clamp(20px, calc(24 / 1920 * 100vw), 24px);
  z-index: 99;
  transition: opacity;
  display: block;
}

.form-attach-file .byt-close-bnt::before {
  display: none !important;
}

.form-attach-file .byt-close-bnt:hover {
  opacity: 1;
}

p:empty {
  display: none;
}

.magnetic input {
  position: relative;
}

.form-spinner {
  visibility: hidden;
  display: none;
  background-color: #23282d;
  border: none;
  border-radius: 100%;
  padding: 0 !important;
  margin: 0px !important;
  position: absolute !important;
  top: 15px !important;
  right: 5px !important;
  opacity: 0.5 !important;
  width: 20px !important;
  height: 20px !important;
}

.form-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border: none;
  border-radius: 100%;
  transform-origin: 6px 6px !important;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.magnetic.spinner-btn .form-spinner {
  visibility: visible;
  display: inline-block;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  background-color: transparent;
  min-height: 36px;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: none;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

span.select2.select2-container.select2-container--default .select2-selection:after {
  content: '';
  position: absolute;
  right: 0;
  top: clamp(6px, calc(12 / 1920 * 100vw), 12px);
  background: url('/wp-content/themes/bytestech/images/bytes_3.0/select-arrow-white.svg') no-repeat !important;
  background-size: contain !important;
  background-position: center;
  width: clamp(16px, calc(24 / 1920 * 100vw), 24px);
  height: clamp(10px, calc(16 / 1920 * 100vw), 16px);
  border: none;
  margin: 0;
}

.select2-container .select2-selection--multiple {
  min-height: 36px;
}

span.select2.select2-container.select2-container--default .select2-selection.select2-selection--clearable:after {
  top: 8px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-family: "Poppins", sans-serif;
  line-height: 170%;
  color: #FFF;
  margin-left: 0;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #959595
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #c4c4c4;
  border: 0;
  margin-top: 0px !important;
  padding: 0 8px;
  margin-bottom: 4px !important;
  margin-left: 0;
  margin-right: 4px;
  border-radius: 20px;
  color: #090909 !important;
  padding-left: 24px;
  height: 32px;
  display: inline-flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #090909;
  margin-right: 6px;
  border-right: 0;
  font-size: 20px;
  padding: 0;
  height: 24px;
  width: 24px;
  display: flex;
  padding-right: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  justify-content: flex-end;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent !important;
  color: #090909 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-family: "Poppins", sans-serif;
  color: #090909;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-size: 23px;
  margin-right: 0px;
  right: 22px;
  pointer-events: none;
  opacity: 0;
}

.select2-results__option {
  font-size: 16px;
  color: #666666;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007bff;
}

label.error,
span.error {
  color: #DA3333;
  display: block;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .form_flex_wpr {
    display: block;
  }

  .this_heading_wpr {
    width: 100%;
    margin-bottom: 52px;
  }

  .this_form_wpr_white {
    width: 100%;
  }

  .this_heading_wpr .this_column_wpr {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .this_heading_wpr .this_column_wpr {
    width: 33.33%;
  }
}

@media (max-width: 575px) {
  .this_form_wpr_white .form_column_6 {
    width: 100%;
  }

  .this_form_wpr_white .input_groups label {
    text-align: left;
    font-size: clamp(16px, calc(24 / 1920 * 100vw), 24px);
  }

  .this_form_wpr_white .font24R {
    text-align: left;
    font-size: clamp(16px, calc(24 / 1920 * 100vw), 24px);
  }

  .error-message {
    text-align: left;
    font-size: clamp(12px, 0.833vw, 16px);
  }
}

.header_form_banner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  padding-top: 0;
  height: 100vh;
  width: 100vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.header_form_banner img {
  width: 55.365vw;
  height: auto;
  position: absolute;
  -webkit-animation: shape-rotate 240s linear infinite, shape-deform 24s ease-in-out infinite;
  animation: shape-rotate 240s linear infinite, shape-deform 24s ease-in-out infinite;
}

@media screen and (min-width: 1921px) {
  .header_form_banner {
    max-height: 786px;
    max-width: 794px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header_form_banner img {
    width: 68.354vw;
  }
}

@-webkit-keyframes shape-rotate {
  0% {
    rotate: 0deg
  }

  to {
    rotate: 1turn
  }
}

@keyframes shape-rotate {
  0% {
    rotate: 0deg
  }

  to {
    rotate: 1turn
  }
}

@-webkit-keyframes shape-deform {
  0% {
    scale: 1
  }

  50% {
    scale: 1.04
  }

  to {
    scale: 1
  }
}

@keyframes shape-deform {
  0% {
    scale: 1
  }

  50% {
    scale: 1.04
  }

  to {
    scale: 1
  }
}

/* Error Class CSS */
.error-message {
  color: #DA3333;
  display: none;
  margin-top: 8px;
}

.this_form_wpr_white span.select2.select2-container.select2-container--default .select2-selection:after {
  background: url('/wp-content/themes/bytestech/images/bytes_3.0/select-arrow-black.svg') no-repeat !important;
  background-size: contain !important;
}


/* Client logo Section Start  */
.brand-logo-section {
  background-color: #1B1B1B;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-logo-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(25px, 5.208vw, 200px);
}

.brand-logo-top-title {
  max-width: 60%;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px auto;
}

.brand-logo-top-title h2 span {
  background: -o-linear-gradient(181deg, #2e4c8e 23%, #9e2823 100%);
  background: linear-gradient(269deg, #2e4c8e 23%, #9e2823 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}

.brand-logo-section {
  padding-top: 10px;
  padding-bottom: 32px;
  overflow: hidden;
}

.client-logo-slider {
  position: relative;
}

.client-logo-slider img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.brand img {
  display: block;
  width: 134px;
}

.swiper--top {
  margin-bottom: 0px;
}

.client-logo-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.client-logo-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.client-logo-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
}

.swiper--bottom .swiper-slide,
.swiper--top .swiper-slide,
.swiper--middle .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}

.swiper--bottom .swiper-wrapper,
.swiper--top .swiper-wrapper,
.swiper--middle .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}

/* Client logo Section End  */

/* country logo css */
.global_box .global_country_box .country_mobile_link > a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.global_box .global_country_box .country_mobile_link > a >img{
  width: 20px;
  height: 20px;
}

.global_box .global_country_box .country_mobile_link > a >span{
  width: calc(100% - 20px);
  margin-left: 8px;
  display: block;
}

.global_box .global_country_box > ul{
  box-shadow: none;
  padding: 0;
  gap: 12px;
}

.global_box.down_icon .mobile_nav_link{
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.global_box.down_icon .mobile_nav_link > span{
  display: block;
}

.global_box.down_icon .mobile_nav_link::after{
  content: '';
  background-image: url(/wp-content/themes/bytestech_mobile/images/bytes_3.0/white-dropdown.svg);
  height: 8px;
  width: 12px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 10px;
  top: 8px;
  transition: all 300ms ease-in;
}

.global_box.down_icon .mobile_nav_link.active::after{
  transform: rotate(180deg);
  transition: all 300ms ease-in;
}

.global_box.down_icon .global_country_box{
  display: none;
}

.global_box.down_icon .global_country_box.active{ 
  display: block;
  margin-top: 12px;
}