html,
body {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/*
  ======================
  Fonts kit Start Here
  ======================
*/

@font-face {
  font-family: 'gothammedium';
  src: url('../fonts_ai_voice_agent/gothammedium-webfont.woff2') format('woff2'),
    url('../fonts_ai_voice_agent/gothammedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothambold';
  src: url('../fonts_ai_voice_agent/gotham-bold-webfont.woff2') format('woff2'),
    url('../fonts_ai_voice_agent/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothamblack';
  src: url('../fonts_ai_voice_agent/gotham-black-webfont.woff2') format('woff2'),
    url('../fonts_ai_voice_agent/gotham-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/*
  ======================
  Fonts kit close Here
  ======================
*/
/*
  ======================
  Header start Here
  ======================
*/

header {
  background: transparent;
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding-top: 20px;
  transition: background-color 0.3s ease;
}

header .site_menus .navbar-expand-lg {
  align-items: center;
}

header .site_menus nav ul.navbar-nav li a.nav-link {
  /* margin-right: 30px;*/
  position: relative;
  font-family: 'gothammedium';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
}

header.scrolled {
  background-color: #000;
}

a.lets_btn {
  position: relative;
  font-family: 'gothammedium';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* transition: all 0.5s ease-in-out; */
  background: radial-gradient(#f71b26, #FF4A0033);
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 8px 24px;
  border-radius: 30px;
  text-decoration: none;
}

a.lets_btn:hover {
  background: radial-gradient(#f71b26, #FF4A0033);
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  color: #fff !important;
  border: 1px solid #fff;
}

header a.nav-link.fs-14.lets_btn {
  color: #979797 !important;
  border: 1px solid #6A6A6A;
}

/*
  ======================
  header close Here
  ======================
*/

/*
  ======================
  Hero slider strat Here
  ======================
*/
.hero_slider {
  background-size: cover;
  display: block;
  height: 100vh;
  /* min-height: 680px; */
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  /*   margin-top: -60px;*/
}

.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.custom-modal.active {
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.custom-modal.active .modal-overlay {
  opacity: 1;
}

.modal-content2 {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 80%;
  border-radius: 8px;
  transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  bottom: unset !important;
  transform: translate(-50%, -50%);
  top: 50%;
}

.custom-modal.active .modal-content {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 1;
}

.hero_slider_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*  max-width: 1320px;*/
  width: 100%;
}

.hero_slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.hero_slider .banner_caption {
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 980px;
}

.whatsapp_outer img {
  width: 38px;
  height: 38px;
}

section.hero_slider .banner_caption p {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  font-family: "gothammedium";
  line-height: normal;
}

.tagline_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 999;
}

section.hero_slider .banner_caption h1 {
  font-family: "gothamblack";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

button.lets_btn {
  /* transition: all 0.5s ease-in-out; */
  background: radial-gradient(#f71b26, #FF4A0033);
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  padding: 13px 13px;
}

button.lets_btn:hover {
  /* transition: all 0.5s ease-in-out; */
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  color: #fff !important;
  border: 1px solid #fff;
  color: #000;
  border: 1px solid #ffffff;
  background: none;
  border-radius: 0;
}

.custom-form {
  padding: 35px 20px;
  background-color: rgba(19, 20, 23, 0.8);
  /* Darker card background */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  /* Subtle shadow */
  border: 1px solid #3F4041;
  border-radius: 40px 0px 40px 0px;
  width: 100%;
  position: relative;
  z-index: 9999;
}

.custom-form h2 {
  font-family: 'gothamblack';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 30px;
  text-transform: capitalize;
}

.custom-form p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: 'gothammedium';
  line-height: normal;
}

.custom-form .form-control {
  background-color: #1b1b1b;
  /* Matches card background */
  color: white;
  border: 1px solid #333;
  /* Subtle border */
  border-radius: 10px;
  padding: 17px 13px;
  resize: none;
  font-size: 14px;
  font-family: 'gothammedium';
  line-height: normal;
  margin-bottom: 15px;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
  color: #fff;
  /* Standard placeholder color */

}

.custom-form .form-control:focus {
  background-color: #1b1b1b;
  border-color: #fff;
  /* Matches button gradient */
  box-shadow: #BE4248 0px 2px 8px 0px;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
}


.hero_slider_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 67%);
}

.banner_caption a.btn {
  font-family: 'gothammedium';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #ffffff;
  background: none;
  padding: 0 35px;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 22px;
}

.banner_caption a.btn:hover {
  background: radial-gradient(#f71b26, #FF4A0033);
  box-shadow: #BE4248 0px 2px 8px 0px;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26
}

.banner_caption a.btn:active,
.btn:focus {
  color: #fff;
  border-color: transparent;
}

.banner_actions {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 15px;
  padding-top: 25px;
}

.whatsapp_outer_mobile {
  display: block;
}

.whatsapp_outer_mobile img {
  width: 50px;
  height: 50px;
  background: #e50707;
  border-radius: 100%;
  padding: 10px 10px;
}

.micro {
  position: relative;
}

.micro:before,
.micro:after {
  position: absolute;
  content: "";
  top: -12px;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 3px #f00;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: -1;
}

.micro:before {
  animation: ripple 2s linear infinite;
}

.micro:after {
  animation: ripple 2s 1s linear infinite;
}

@keyframes ripple {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.micro2 {
  position: relative;
}

.micro2:before,
.micro2:after {
  position: absolute;
  content: "";
  top: -22px;
  right: 0;
  bottom: 0;
  left: -23px;
  border: solid 3px #f00;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  z-index: -1;
}

.micro2:before {
  animation: ripple 2s linear infinite;
}

.micro2:after {
  animation: ripple 2s 1s linear infinite;
}

@keyframes ripple {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.hero_scroll {
  position: absolute;
  bottom: -68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.c-scroll-link {
  padding: 15px;
  display: inline-block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.c-scroll-link:hover {
  opacity: .6
}

.c-scroll-link svg {
  fill: #fff
}

.c-scroll-link--animate {
  -webkit-animation: Bounce 1s ease infinite alternate;
  animation: Bounce 1s ease infinite alternate
}

.c-scroll-link--top {
  color: #fff;
  font-size: 18px
}

.c-scroll-link--top svg {
  margin-right: 10px;
  vertical-align: -4px
}

@-webkit-keyframes Bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }
}

@keyframes Bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }
}

.view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  perspective: 400;
}

.plane {
  width: 120px;
  height: 120px;
  transform-style: preserve-3d;
}

.plane.main {
  position: absolute;
  top: 0;
  right: -70px;
  z-index: -1;
  bottom: 0;
  margin: auto;
  transform: rotateX(60deg) rotateZ(-30deg);
  -webkit-animation: rotate 20s infinite linear;
  animation: rotate 20s infinite linear;
}

.plane.main .circle {
  width: 120px;
  height: 120px;
  position: absolute;
  transform-style: preserve-3d;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 60px crimson, inset 0 0 60px crimson;
}

.plane.main .circle::before,
.plane.main .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10%;
  height: 10%;
  border-radius: 100%;
  background: crimson;
  box-sizing: border-box;
  box-shadow: 0 0 60px 2px crimson;
}

.plane.main .circle::before {
  transform: translateZ(-90px);
}

.plane.main .circle::after {
  transform: translateZ(90px);
}

.plane.main .circle:nth-child(1) {
  transform: rotateZ(72deg) rotateX(63.435deg);
}

.plane.main .circle:nth-child(2) {
  transform: rotateZ(144deg) rotateX(63.435deg);
}

.plane.main .circle:nth-child(3) {
  transform: rotateZ(216deg) rotateX(63.435deg);
}

.plane.main .circle:nth-child(4) {
  transform: rotateZ(288deg) rotateX(63.435deg);
}

.plane.main .circle:nth-child(5) {
  transform: rotateZ(360deg) rotateX(63.435deg);
}

@-webkit-keyframes rotate {
  0% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }

  100% {
    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }

  100% {
    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}


/*slide logo reel css */


/* Modal voice agent start here--------*/

.microphone_outer img
{
    width: 100px;
    height: 100px;
    background: #C70000;
    border-radius: 100%;
    padding: 10px 10px;
    margin: 0 auto;
}

.micro_voice {
  position: relative;
}

.micro_voice:before,
.micro_voice:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 3px #f00;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  z-index: -1;
  margin:0 auto;
}

.micro_voice:before {
  animation: ripple 2s linear infinite;
}

.micro_voice:after {
  animation: ripple 2s 1s linear infinite;
}

@keyframes ripple {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

/* Modal voice agent close here--------*/



.slider-reel {

  /* position: absolute;*/
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  top: 84%;
  bottom: 0px;
}

.slider-reel img {
  width: 90px;
}

.help_your_business {
  position: relative;
}

.parallx__globe_video {
  clip: rect(0, 100vw, 700px, 0);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  z-index: -100;
}

.help_your_business .video-globe-parall {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 100vw;
  min-height: 100vh;
  max-width: none;
  max-height: none;
  visibility: visible;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help_your_business_content {
  padding: 150px 0px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.help_your_business_content h1 {

  color: #FFF;
  text-align: center;
  font-family: 'gothamblack';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*  IMPORTANT CODE BELOW */

.slide-track-reel {
  width: calc(150px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  gap: 50px;
  filter: grayscale(100%);
}

.slide-track-reel:hover {
  filter: grayscale(0%);
}

.slide-reel {
  width: 140px;
  height: 100px;

  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}

.slide-reel:hover {
  transform: scale(0.9);
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-150px * 5));
  }
}

/* Voice agent Call Style Start */

/* Full-page loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  z-index: 9999;
}

/* Hide loader initially */
#loader.hidden {
  display: none;
}

/* Call button */
.call-btn {
  display: none;
  text-align: center;
  margin-top: 20px;
}

.call-btn button {
  background: red;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.phone_numder_msg {
  background-image: url(../images_ai_voice_agent/cloud-msg-box.svg);
  position: absolute;
  bottom: 15px;
  right: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone_numder_msg h2{
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}
.phone_numder_msg h2 span{
  display: block;
  font-size: 22px;
  margin-bottom: 0;
}
.close_msg {
  position: absolute;
    top: 24px;
    z-index: 9999;
    right: 19px;
    height: 30px;
    width: 30px;
}



/* Voice agent Call Style end */


@media screen and (max-width: 768px) {
  .slide-track-reel {
    width: calc(80px * 20);
  }


  .slide-reel {
    width: 80px;
  }
}


@keyframes scroll {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-80px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-80px * 5));
  }
}


/*
  ======================
    Hero slider close Here
  ======================
*/


/* .banner_caption a.btn:hover {
  position: relative;
  background: #be424875;
  overflow: hidden;
  box-shadow: 0 12px 16px 0 #BE4248, 0 17px 50px 0 #BE4248;
  box-shadow: #BE4248 0px 7px 29px 0px;
}

.banner_caption a.btn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: -1;
} */

/* our experties css start */
.our_experties {
  background-color: #000000;
  padding: 100px 0px 0 0;
}


.main_heading h1 {
  color: #FFF;
  text-align: center;
  font-family: 'gothamblack';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_heading p {
  font-family: 'gothammedium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
}


.choose_card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  height: 100%;
}

.choose_card .face {
  backface-visibility: hidden;
}

.choose_card .card-con {
  transform-style: preserve-3d;
  transition: all 0.5s linear;
  height: 100%;
}

.choose_card:hover .card-con {
  transform: rotateY(-180deg);
}

.choose_card .front {
  display: block;
  background-color: #1B1B1B;
  padding: 30px 26px 15px;
  transform: rotateY(0deg);
  border-radius: 30px;
  height: 100%;
}

.choose_card .back {
  position: absolute;
  width: 100%;
  background-color: #AD1A1A;
  color: #ffffff;
  padding: 30px 26px 15px;
  border-radius: 30px;
  transform: rotateY(180deg);
  height: 100%;
  top: 0px;
}

.choose_card h6 {
  color: #FFF;
  font-family: 'gothamblack';
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 7px;
}

.choose_card h6:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 1px;
  background-color: #ffffff;
  bottom: 0px;
  left: 0px;
}

.choose_card p {
  color: #FFF;
  font-family: 'gothammedium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}


/* Other Classes */


.experties_card {
  padding: 40px 0px 20px;
  /*  background-image: url(../images/experties_bg.png);*/
  background-repeat: no-repeat;
  background-size: cover;
}

.experties_card_inner {
  background: #1B1B1B;
  border: 1px solid #1B1B1B;
  cursor: pointer;
  z-index: 0;
  overflow: hidden;
  position: relative;

}

.experties_card_inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -16px;
  background: #AD1A1A;
  height: 30px;
  width: 30px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 30% 70%;
  transition: transform 0.25s ease-out;
}

.experties_card_inner:hover:before {
  transform: scale(21);
}

.experties_card_inner .card {
  border-radius: 0px;
  border: none;
}


.experties_card_inner:hover {
  /* background: #D32948;*/
}

.experties_card_inner .card_body_inner h6 {
  color: #FFF;
  font-family: 'gothamblack';
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 7px;
}

.experties_card_inner .card_body_inner h6:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 1px;
  background-color: #ffffff;
  bottom: 0px;
  left: 0px
}

.experties_card_inner .card_body_inner p {
  color: #FFF;
  font-family: 'gothammedium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.experties_card_inner .card-body {
  padding: 30px 26px !important;
}

.discover_more_btn a {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-family: 'gothammedium';
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #FFF;
  padding: 15px 17px;
  background: radial-gradient(#f71b26, #FF4A0033);
  box-shadow: #BE4248 0px 2px 8px 0px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.discover_more_btn a:hover {
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
}

/* our experties css end */

/*=====================
    05.feature section start
==========================*/

.theme-bg {
  background: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.theme-bg [class*="col-"] {
  position: relative;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


.feature .animation-circle-inverse i {
  top: 52%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.feature .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.future-box {
  padding: 60px 0;
}

.future-mobile {
  margin-bottom: -33px;
  text-align: center;
  position: relative;
}

.timeline:hover::before,
.timeline-right:hover::before,
.feature_center .timeline:hover:before {
  background: #ffff00;
}

li.timeline-right {
  position: relative;
}

.feature_center .timeline:before {
  content: "";
  background: #BE4248;
  position: absolute;
  height: 12px;
  width: 12px;
  right: 0;
  background-size: cover;
  top: -5px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0 auto;
}

.feature_center li.timeline {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
}

.timeline:after,
.timeline-right:after {
  content: "";
  background: #BE4248;
  position: absolute;
  height: 12px;
  width: 12px;
  right: -18px;
  background-size: cover;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
  float: right;
  padding: 0;
  border: 3px solid rgba(255, 255, 255, 0.9);
  animation: ripple 1s 1s linear infinite;

}

.timeline-right:after {
  right: unset;
  left: -18px;
}

.feature_center .timeline:after {
  right: 0;
  background-size: cover;
  top: -6px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0 auto;
}

.screenshots .col-sm-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 90%;
  max-width: 90%;
  margin-left: 5%;
}

.future-timeline {
  text-align: right;
}

.future-timeline:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  background-size: cover;
  border-radius: 12px;
  top: 0;
}

.timeline:last-child p {
  margin-bottom: 0;
}

.card_outer {
  width: 100%;
  text-decoration: none;
}

#video_modal .modal-content {
  border: none;
}

#video_modal .btn-close {
  background: none;
  --bs-btn-close-bg: none;
}

.timeline h4 {
  color: #ffffff !important;
  margin-top: 0;
  font-family: 'gothamblack';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
}

.timeline p {
  color: #ffffff;
  margin-bottom: 55px;
  margin-left: 12px;
  font-family: 'gothammedium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-right: 15px;
}

li.timeline {
  position: relative;
}

.timeline:before {
  content: "";
  background: #BE4248;
  position: absolute;
  height: 12px;
  width: 12px;
  right: -18px;
  background-size: cover;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
  float: right;
  padding: 0;
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.timeline:before :hover {
  background: #f00;

}

.btn-container2 {
  display: flex;
}

.btn-container2 a {
  position: relative;
  background: #831410 !important;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 8px 22px;
  font-family: 'gothammedium';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.btn-container2 a .text {
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-align: center;
}

.btn-container2 a .icon-container {
  z-index: 2;
  --icon-size: 25px;
  position: relative;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: 15px;
  transition: transform .5s ease
}

.btn-container2 a .icon-container .icon {
  position: absolute;
  left: 0;
  top: 0px;
  width: var(--icon-size);
  height: var(--icon-size);
  transition: transform .5s ease, opacity .25s ease;
}

.btn-container2 a .icon-container .icon--left {
  transform: translateX(-200%);
  opacity: 0
}

.btn-container2 a .icon-container .icon img {
  width: 100%;
  height: 100%
}

.btn-container2 a:hover {
  color: #fff
}

.btn-container2 a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  z-index: 1;
  transition: transform .5s ease;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  background: transparent;
}

.btn-container2 a:hover:after {
  transform: translateX(80%);
  background: #fff;
}

.btn-container2 a:hover .icon-container {
  transform: translateX(50%)
}

.btn-container2 a:hover .icon-container .icon--left {
  transform: translateX(0);
  opacity: 1
}

.btn-container2 a:hover .icon-container .icon--right {
  transform: translateX(200%);
  opacity: 0
}


.btn-container a {
  position: relative;
  background: #831410 !important;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 15px 35px;
  font-family: 'gothammedium';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.btn-container a .text {
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-align: center;
}

.btn-container a .icon-container {
  z-index: 2;
  --icon-size: 25px;
  position: relative;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: 15px;
  transition: transform .5s ease
}

.btn-container a .icon-container .icon {
  position: absolute;
  left: 0;
  top: 0px;
  width: var(--icon-size);
  height: var(--icon-size);
  transition: transform .5s ease, opacity .25s ease;
}

.btn-container a .icon-container .icon--left {
  transform: translateX(-200%);
  opacity: 0
}

.btn-container a .icon-container .icon img {
  width: 100%;
  height: 100%
}

.btn-container a:hover {
  color: #fff
}

.btn-container a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  z-index: 1;
  transition: transform .5s ease;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  background: transparent;
}

.btn-container a:hover:after {
  transform: translateX(74%);
  background: #fff;
}

.btn-container a:hover .icon-container {
  transform: translateX(50%)
}

.btn-container a:hover .icon-container .icon--left {
  transform: translateX(0);
  opacity: 1
}

.btn-container a:hover .icon-container .icon--right {
  transform: translateX(200%);
  opacity: 0
}


.btn-container button {
  position: relative;
  background: #831410 !important;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 15px 35px;
  font-family: 'gothammedium';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.btn-container button .text {
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-align: center;
}

.btn-container button .icon-container {
  z-index: 2;
  --icon-size: 25px;
  position: relative;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: 15px;
  transition: transform .5s ease
}

.btn-container button .icon-container .icon {
  position: absolute;
  left: 0;
  top: 0px;
  width: var(--icon-size);
  height: var(--icon-size);
  transition: transform .5s ease, opacity .25s ease;
}

.btn-container button .icon-container .icon--left {
  transform: translateX(-200%);
  opacity: 0
}

.btn-container button .icon-container .icon img {
  width: 100%;
  height: 100%
}

.btn-container button:hover {
  color: #fff
}

.btn-container button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  z-index: 1;
  transition: transform .5s ease;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  background: transparent;
}

.btn-container button:hover:after {
  transform: translateX(64%);
  background: #fff;
}

.btn-container button:hover .icon-container {
  transform: translateX(50%)
}

.btn-container button:hover .icon-container .icon--left {
  transform: translateX(0);
  opacity: 1
}

.btn-container button:hover .icon-container .icon--right {
  transform: translateX(200%);
  opacity: 0
}


ul.feature_center {
  position: relative;
  margin-top: 40px;
}

.feature_center .timeline:before {
  content: "";
  background: #BE4248;
  position: absolute;
  height: 12px;
  width: 12px;
  right: 0;
  background-size: cover;
  top: -6px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0 auto;
}

.timeline-right h4 {
  color: #ffffff !important;
  margin-top: 0;
  font-family: 'gothamblack';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.timeline-right p {
  color: #ffffff;
  margin-bottom: 55px;
  margin-left: 12px;
  font-family: 'gothammedium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.timeline-right:last-child p {
  margin-bottom: 0;
}

.timeline-right:before {
  content: "";
  background: #BE4248;
  position: relative;
  height: 12px;
  width: 12px;
  left: -18px;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
  float: left;
  padding: 0;
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.future-timeline-right:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  background-size: cover;
  border-radius: 12px;
  top: 0px;
}

.animation-circle.absolute i {
  left: -70px;
  top: 28%;
}

.animation-circle i {
  position: absolute;
  height: 100px;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#5f57ea), to(#9647db));
  background: linear-gradient(to right, #5f57ea 0%, #9647db 100%);
  border-radius: 100%;
  opacity: 0.5;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: ripple1 3s linear infinite;
  animation: ripple1 3s linear infinite;
}

.animation-circle i:nth-child(2) {
  -webkit-animation: ripple2 3s linear infinite;
  animation: ripple2 3s linear infinite;
}

.animation-circle i:nth-child(3) {
  -webkit-animation: ripple3 3s linear infinite;
  animation: ripple3 3s linear infinite;
}

.animation-circle-inverse i {
  background: #eee;
  right: 0;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: ripple1 3s linear infinite;
  animation: ripple1 3s linear infinite;
}

.animation-circle-inverse i:nth-child(2) {
  -webkit-animation: ripple2 3s linear infinite;
  animation: ripple2 3s linear infinite;
}

.animation-circle-inverse i:nth-child(3) {
  -webkit-animation: ripple3 3s linear infinite;
  animation: ripple3 3s linear infinite;
}


@keyframes ripple1 {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0.0;
  }
}

@-webkit-keyframes ripple1 {
  0% {
    /* IE 9 */
    -webkit-transform: scale(5.5);
    /* Safari */
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    /* IE 9 */
    -webkit-transform: scale(8.5);
    /* Safari */
    transform: scale(8.5);
    opacity: 0.0;
  }
}

@keyframes ripple2 {
  0% {
    /* IE 9 */
    -webkit-transform: scale(3.5);
    /* Safari */
    transform: scale(3.5);
  }

  100% {
    /* IE 9 */
    -webkit-transform: scale(5.5);
    /* Safari */
    transform: scale(5.5);
  }
}

@-webkit-keyframes ripple2 {
  0% {
    /* IE 9 */
    -webkit-transform: scale(3.5);
    /* Safari */
    transform: scale(3.5);
  }

  100% {
    /* IE 9 */
    -webkit-transform: scale(5.5);
    /* Safari */
    transform: scale(5.5);
  }
}

@keyframes ripple3 {
  0% {
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari */
    transform: scale(1.5);
  }

  100% {
    /* IE 9 */
    -webkit-transform: scale(3.5);
    /* Safari */
    transform: scale(3.5);
  }
}

@-webkit-keyframes ripple3 {
  0% {
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari */
    transform: scale(1.5);
  }

  100% {
    /* IE 9 */
    -webkit-transform: scale(3.5);
    /* Safari */
    transform: scale(3.5);
  }
}


/*=====================
    feature section ends
==========================*/
.industry_leaders_bg {
  background: #000000;
  overflow: hidden;
  position: relative;
}

/* our work css end */


/* Take a quick tour css start here */
.video_sec {
  background: #000000;
  overflow: hidden;
  position: relative;
  padding: 100px 0 0 0;
}

.tour_video_outer {
  position: relative;
}

.tour_video_outer img {
  width: 100%;
  object-fit: cover;
  border: 10px solid #2B2B2B;
  border-radius: 30px;
  margin-top: 20px;
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  background: #f00;
  padding: 20px 20px;
  border-radius: 100%;
}

#video_modal .modal-content {
  background-color: transparent;
}

#video_modal div.btn-close {
  position: absolute;
  right: 8px;
  z-index: 99;
  padding: 10px 10px;
  top: -28px;
  cursor: pointer;
}

/* Take a quick tour css close here */

/* our_service css start */
.our_service {
  background-color: #000000;
  padding: 30px 0px 50px;
}

.our_service .custom-dot.slick-active {
  background-color: #D32948;
  border-left: 1px solid #D32948;
  cursor: pointer;
}


/* testimonial css start */
.client_feedback {
  background-color: #000000;
  padding: 100px 0px 0;
}

.client_reviews .slick-track {
  display: flex;
  align-items: center;
}

.client_feedback h1 {
  position: relative;

}

.client_feedback h1:after {
  content: '';
  background-image: url(../svg_ai_voice_agent/quote.svg);
  height: 107px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 136px;
  position: absolute;
  right: 14%;
  top: -8px;
}

.client_reviews {
  padding: 30px 0px;
}

.reviews_card {
  border-radius: 17px;
  border: 1px solid #3F4041;
  opacity: 0.9;
  background: rgba(19, 20, 23, 0.70);
  box-shadow: 17px 17px 34px 0px rgba(0, 0, 0, 0.29);
  backdrop-filter: blur(61.5px);
  padding: 39px 33px;
  margin: 0px 30px;
}

.reviews_card.slick-slide {
  transform: scale(0.80);
  transition: 0.6s ease-in-out;
}

.reviews_card.slick-slide.slick-current.slick-active {
  transform: scale(1);
}

.reviews_card p {
  color: #FFF;
  font-family: 'gothammedium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.client_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client_image {
  display: flex;
  gap: 10px;
}

.client_detail h5 {
  color: #FFF;
  font-family: 'gothamblack';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.client_detail span {
  color: #FFF;
  font-family: 'gothamblack';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.review_star {
  border-radius: 36px;
  border: 1px solid #1B1B1B;
  background: #2B2B2B;
  padding: 10px 20px;
}

.client_image img {
  height: 58px;
  width: 58px;
  border-radius: 100%;
}


.client_reviews button.slick-arrow {
  bottom: -70px;
}

.client_reviews .slick-prev,
.client_reviews .slick-next {
  top: auto;
}

.client_reviews .slick-prev {
  right: 50%;
  left: auto;
}

.client_reviews .slick-next {
  left: 50%;
}

.client_reviews button.slick-arrow {
  background-color: #BE4248;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  margin-right: 15px;
  box-shadow: #BE4248 0px 2px 8px 0px;
  border: 1px solid #fff;
}

.client_reviews .slick-prev:before {
  content: url(../svg_ai_voice_agent/prev-arrow.svg);
  font-size: unset;
}

.client_reviews .slick-next:before {

  content: url(../svg_ai_voice_agent/next-arrow.svg);
  font-size: unset;
}

/* testimonial css end */

/* Let's Discuss Your Project start */

.contact_info_sec {
  background: #000000;
  padding-bottom: 100px;
  padding-top: 100px;
}

/* Let's Discuss Your Project start */

.contact_info_sec .form-control,
.form-select {
  background: #1b1b1b;
  color: white;
  border: 1px solid #484848;
  border-radius: 38px;
  padding: 17px 17px;
  resize: none;
  font-size: 14px;
  font-family: 'gothammedium';
  line-height: normal;
}

.contact_info_sec textarea {
  border-radius: 24px !important;
}

.contact-info p {
  color: #FFF;
  font-family: 'gothammedium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.contact_info_sec h3 {
    font-family: 'gothamblack';
    font-size: 22px;
    font-style: normal;
    color: #fff;
    line-height: 32px;
}
/*.contact_info_sec h3 span {
    font-family: 'gothammedium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 20px 0 0 0;
    display: block;
}*/
.hero_slider .banner_caption h1 span {
    color: #ad1a1a;
}

.contact_info_sec h5 {
/*font-family: "Grechen Fuemen", serif;
  font-weight: 400;
  font-style: normal;*/
  font-family: auto;
    color: #fff;
    font-size: 30px;
    line-height: normal;
}

.contact_info_sec a {
  font-family: 'gothammedium';
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  color: #ffffff;
}

.contact_info_sec input::placeholder,
.contact_info_sec textarea::placeholder {
  color: #fff;
  /* Standard placeholder color */

}

.contact_info_sec .form-control:focus,
.form-select:focus {
  background-color: #1b1b1b;
  border-color: #fff;
  /* Matches button gradient */
  box-shadow: #BE4248 0px 2px 8px 0px;
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
}

.contact_info_sec .submit-btn {
  /* transition: all 0.5s ease-in-out; */
  background: radial-gradient(#f71b26, #FF4A0033);
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 45px;
  border-radius: 0;
}

.contact_info_sec .submit-btn:hover {
  /* transition: all 0.5s ease-in-out; */
  box-shadow: 0 0 10px 0 #f71b26 inset, 0 0 20px 2px #f71b26;
  color: #fff !important;
  border: 1px solid #fff;
  color: #000;
  border: 1px solid #ffffff;
  background: none;
  border-radius: 0;
}

.contact_info_sec .contact-info2 {
  background-color: #292929;
  border-radius: 16px;
  border: 1px solid #474747;
}

.contact_info_sec .contact-info2 {
  background-color: #292929;
  border-radius: 16px;
  border: 1px solid #474747;
}
.contact_info_sec .contact-info2 h3 {
/*font-family: "Grechen Fuemen", serif;
  font-weight: 400;
  font-style: normal;*/
  font-family: auto;
    color: #fff;
    font-size: 44px;
    line-height: normal;
}
.contact_info_sec .contact-info2 h3 span
{
  color: #e50707;
}
span.red_color 
{
  color: #e50707;
}

.contact_info_sec .step-item {
  display: flex;
  gap: 0.9375rem;


}

.contact_info_sec .step-number {
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'gothammedium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  background: #2F2F2F;
}

.contact_info_sec h1 {
  font-family: 'gothamblack';
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  color: #fff;
  margin-bottom: 40px;
}

.contact_outer {
  background: #1B1B1B;
  border-radius: 30px;
  border: 1px solid #3B3B3B;
}

/* Let's Discuss Your Project close */


/* the end css start */
section.the_end {
  background-color: #000000;
  position: relative;
  padding: 50px 50px;
}

section.the_end:before {
  content: '';
  background-image: url(../images/the-end-bg.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  background-size: 100%;
  background-position: center;
}

.moving_charcater {
  position: relative;
  animation: spin 2s infinite;
  transform-origin: 52% 62%;
}

@keyframes spin {
  0% {
    transform: rotate(10deg);
    margin-left: 20px;
  }

  50% {
    transform: rotate(-10deg);
    margin-left: -20px;
  }

  100% {
    transform: rotate(10deg);
    margin-left: 20px;
  }
}

.the_end_content h3 {
  color: transparent;
  text-align: center;
  font-family: 'gothamblack';
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #d32948;
  stroke: #fff;
}

.the_end_content p {
  color: #FFF;
  text-align: center;
  font-family: 'gothamblack';
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.the_end_content p span {
  color: #D32948;
}

.the_end_content {
  position: relative;
  z-index: 99;
}

/* the end css start */

/* footer css start */

.phone_numder_outer {
  position: fixed;
  right: 26px;
  bottom: 30px;
  z-index: 99999;

}

.close {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  margin-bottom: 4px;
}

.close svg {
  width: 20px;
  height: 20px;
}

.whatsapp_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(173, 26, 26, 70%);
  border-radius: 25px 0px 25px 0px;
  padding: 6px 20px;
}

.whatsapp_outer a {
  font-family: 'gothamblack';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 28px;
  text-transform: capitalize;
  text-decoration: none;
}

.border_footer {
  height: 2px;
  background: #646464;
}


footer.footer_sec {
  background: #000000;
  padding: 100px 0 0 0;
}

.footer_social_link {
  display: inline-block;
}

footer .footer_heading h3 {
  color: #ffffff;
  font-family: 'gothamblack';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

footer .footer_about_us p {
  color: #ffffff;
  font-family: 'gothammedium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  padding: 0px 10px 0px 0px;
  margin: 12px 51px 12px 0;
}

footer ul li {
  list-style: none;
  padding-bottom: 10px;
}

footer ul li a {
  text-decoration: none;
  color: #FFF;
  font-family: 'gothammedium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

footer .footer_contact_us p {
  color: #FFF;
  text-transform: capitalize;
  font-family: 'gothammedium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 0 0;
}

.contact-us {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  align-items: center;
}

.footer_links h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.lets_connect .footer_social_icons {
  display: flex;
  gap: 10px;
}

.lets_connect .footer_social_icons a:hover svg {
  fill: #000000;
}

.lets_connect .footer_social_icons a:hover svg path {
  fill: #ffffff;
}

.footer_copyright p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'gothammedium';
}

.footer_copyright p span {
  color: #BE4248;
}

/* footer css end */
.header_dropdown .dropdown-menu{
  background: #1b1b1b;
  box-shadow: #e507072e 0px 3px 8px;
  border: 1px solid #414141;
}
.header_dropdown:hover .dropdown-menu{
  display: block;
}
.header_dropdown .dropdown-menu span {
    color: #ffffff;
    font-family: 'gothammedium';
    font-weight: normal;
    background: #000000;
    text-align: center;
    margin: 5px 10px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header_dropdown .dropdown-menu span svg {
  fill: #e50707;
    height: 24px;
    width: 42px; 
}
.header_dropdown .dropdown-menu span svg path {
  fill: #e50707; 
}


.header_dropdown .dropdown-menu li
{
  display: flex;
}

/* responsive css start */
@media(max-width:1300px) {
  section.hero_slider .banner_caption h1 {
    font-size: 38px;
  }

  header .site_menus nav ul.navbar-nav li a.nav-link, .header_dropdown .dropdown-menu a {
    font-size: 14px;
  }

  .client_feedback h1:after {
    height: 76px;
    width: 96px;
    position: initial;
    background-size: 100%;
    margin-left: 24px;
  }
}

@media(max-width:1200px) {
  .project_detail p {
    font-size: 18px;
    line-height: normal;
  }

  .card_outer {
    margin-bottom: 40px;
  }

  .experties_card_inner {

    margin-bottom: 30px;
  }

  header .site_menus nav ul.navbar-nav li a.nav-link {
    font-size: 14px;
  }

  .tab_content_inner p {
    height: 60px;
    overflow: hidden;
  }

  .our_service .slides {
    height: 275px;
  }


}

@media(max-width:992px) {


  section.hero_slider .banner_caption {
    width: 100%;
  }

  .view {
    display: none;
  }

  .banner_actions {
    margin-bottom: 30px;
  }

  .future-mobile img {
    width: 80%;
    margin: 20px auto;
  }

  section.hero_slider .banner_caption h1 {
    font-size: 35px;
  }

  section.hero_slider .banner_caption {
    padding: 0 0px;
  }

  .video_sec {
    padding: 50px 0 50px 0;
  }

  .theme-bg {
    padding-top: 50px;
    padding-bottom: 50px;

  }

  .custom-form h2 {
    font-size: 24px;

  }

  .our_service .slides {
    height: auto;
  }

  .tab_content_inner p {
    height: auto;
  }

  section.hero_slider .banner_caption p {
    font-size: 25px;
    padding: 0 30px;
  }

  .banner_caption a.btn {
    height: auto;
    line-height: normal;
    padding: 0 22px;
    padding: 13px 22px;
    font-size: 16px;
  }

  .main_heading h1 {
    font-size: 50px;
  }

  .client_feedback h1:after {
    background-size: 100%;
    height: 42px;
    position: initial;
    width: 46px;
  }

  .client_detail h5 {
    font-size: 22px;
  }

  .reviews_card {
    margin: 0px 10px;
  }

  header .navbar-collapse {
    background-color: #1b1b1b;
    padding: 10px 10px;
    position: absolute;
    top: 52px;
    width: 100%;
    left: 0px;
  }

  header button.navbar-toggler {
    background: #AD1A1A;
    height: 40px;
    width: 40px;
    padding: 0px;
  }
  header button.navbar-toggler svg{
    position: relative;
    left: 1px;
    width: 20px;
  }
  header a.nav-link.fs-14.lets_btn {
    display: inline-block;
    padding: 10px 10px;
  }

  .client_feedback {
    padding: 0px 0px 90px;
  }

  .our_work_inner {
    padding: 0px;
  }

  .customized_service {
    grid-template-columns: 2fr 2fr;
  }

  footer .footer_heading h3 {
    padding-bottom: 10px;
  }

  footer ul li a {
    line-height: 30px;
  }

  .tab_content_inner {
    height: 217px;
  }

  /* .our_service button.slick-next.slick-arrow, .our_service button.slick-prev.slick-arrow{
    bottom: 21px;
  } */

  .slider-reel {
    top: 80%;
  }

  footer ul li {
    padding-bottom: 0px;
  }

  .help_your_business_content h1 {
    font-size: 40px;
  }

  .help_your_business_content {
    padding: 150px 33px;
  }

  .moving_charcater {
    width: 100%;
  }

  .moving_charcater img {
    width: 50%;
  }

  .our_service .custom-dots-container button {
    font-size: 14px;
  }
  
  .header_dropdown:hover .dropdown-menu{
    display: none;
  }
  .header_dropdown .dropdown-menu{
    display: none;
    left: 0px;
    top: 30px;
    position: absolute;
  }
  .header_dropdown .dropdown-menu.show{
    display: block;
  }
  .header_dropdown .dropdown-menu span{
    text-wrap: auto;
  }

}

@media(max-width:767px) {
  section.hero_slider .banner_caption h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 66px;
  }
  .phone_numder_msg h2 {
    font-size: 13px;
}
.timeline h4 {
    color: #ad1a1a !important;
}


.call-status {
    padding: 50px 20px 50px 20px !important;
}
.brain-container {
    margin-top: 10px !important;
}

  .btn-container2 {
    display: flex;
  }

  .tagline_outer {
    height: auto;
  }

  .contact_info_sec {
    padding-bottom: 50px;
  }

  .video_sec {
    padding: 50px 0 50px 0;
  }

  .contact_info_sec h1 {
    font-size: 24px;

  }

  .banner_actions {
    padding: 0 0 0 0;
  }

  .contact_info_sec h3 {
    font-size: 24px;
  }

  section.hero_slider .banner_caption p {
    font-size: 22px;
    padding: 0 30px;
    margin-top: 8px;
  }

  .our_experties {
    padding: 50px 0px 0 0;
  }

  .theme-bg {
    padding-top: 20px;
    padding-bottom: 50px;

  }

  .timeline h4 {
    text-align: center;
    margin-right: 0px;
  }

  .card_outer {
    margin-bottom: 20px;
  }

  .timeline p {
    text-align: center;
    margin-bottom: 30px;
  }

  .timeline-right h4 {
    text-align: center;
    color: #ad1a1a !important;

  }

  .timeline-right p {
    text-align: center;
    margin-bottom: 30px;
  }

  .main_heading h1 {
    font-size: 40px;
  }

  .timeline:last-child p {
    margin-bottom: 30px;
  }

  .feature_center .timeline:last-child p {
    margin-bottom: 75px;
  }

  .let_us_connect_content {
    padding: 90px 55px;
  }

  .let_us_connect h1 {
    font-size: 40px;
  }

  .let_us_connect h6 {
    font-size: 20px;
  }

  .project_work {
    display: block;
    padding: 0px 0px;
  }

  .our_service {
    padding: 0px 0px 20px;
  }

  .service_box {
    padding: 15px 12px;
  }

  .customized_service {
    grid-template-columns: 1fr;
    padding: 14px 0px 30px;
  }
  .project_content,
  .project_content_inner {
    position: initial;
  }

  .help_your_business_content {
    padding: 80px 0px;
  }


  .project_content {
    height: 100%;
  }

  .project_content.fidelity_project,
  .project_detail.huma_project .project_content,
  .project_detail.expertTravel_project .project_content,
  .project_detail.xincon_project .project_content {
    background-color: transparent;
  }

  .project_content_inner {
    padding: 20px 0px;
  }

  .project_detail p {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .project_detail {
    margin-bottom: 13px;
  }

  footer.footer_sec {
    padding: 40px 0px;
  }

  .the_end_content h3 {
    font-size: 40px;
  }

  .the_end_content p {
    font-size: 18px;
  }

  section.the_end {
    padding: 14px 50px;
  }

  .our_service .custom-dot {
    margin-top: 0px;
  }

  .custom-dots-container {
    margin-top: 20px;
  }

  .our_service .custom-dot {
    padding: 11px 6px;
  }

  .our_service .custom-dots-container button {
    font-size: 12px;
    padding: 0px;
  }

  .our_work {
    padding: 0px 0px 20px;
  }

  .future-mobile img,
  .animation-circle-inverse {
    display: none;
  }

  .feature .main_heading {
    padding-bottom: 30px;
  }

  .future-timeline:after {
    display: none;
  }

  .timeline:before {
    display: none;
  }

  .timeline:after,
  .timeline-right:after,
  .feature_center .timeline:after {
    left: 50%;
    top: -27px;
    transform: translateX(-50%);
    margin: unset;
  }

  ul.feature_center {
    margin-top: 0px;
  }

  .future-timeline-right:after {
    display: none;
  }

  .timeline::before,
  .timeline-right:before,
  .feature_center .timeline:before {
    display: block;
    content: '';
    width: 59%;
    height: 1px;
    background-color: #c0c0c0;
    border-radius: 0px;
    left: 0px;
    right: 0px;
    float: unset;
    top: -21px;
    border: none;
    margin: auto;
  }
.timeline:hover::before, .timeline-right:hover::before, .feature_center .timeline:hover:before{
  background-color: #c0c0c0;
}
  .timeline p {
    font-size: 14px;
  }

  .feature_center li.timeline {
    border-top: none;
    padding-top: 0px;
  }

  .future-box {
    padding: 0 0;
  }

  li.timeline,
  li.timeline-right {
    margin-bottom: 40px;
  }

 .btn-container button {
    width: 100%;
} 
.btn-container button .icon-container .icon img {
    position: absolute;
    right: -42px;
}


}

@media(max-width:576px) {
  section.hero_slider .banner_caption h1 {
    font-size: 26px;
  }

  .choose_card h6 {
    font-size: 20px;

  }

  section.hero_slider .banner_caption p {
    font-size: 16px;
  }

  .banner_caption a.btn {
    min-width: auto;
    font-size: 12px;
  }
  section.hero_slider .banner_caption {
    padding: 0px 5px;
  }

  .main_heading h1 {
    font-size: 30px;
  }

  .let_us_connect_content {
    padding: 90px 5px;
  }

  .let_us_connect h1 {
    font-size: 30px;
  }

  .let_us_connect h6 {
    font-size: 14px;
  }

  .reviews_card {
    padding: 20px 12px;
  }

  .client_detail h5 {
    font-size: 18px;
  }

  .client_image {
    align-items: center;
  }

  .tab_content_inner h3 {
    font-size: 14px;
    line-height: normal;
  }

  .tab_content_inner h6 {
    line-height: normal;
  }

  .review_star svg {
    width: 70px;
  }

  .review_star {
    padding: 2px 15px;
  }

  .help_your_business_content h1 {
    font-size: 32px;
    -webkit-text-stroke-width: 1px;
  }

  .the_end_content h3,
  .client_feedback h1,
  section.our_experties .main_heading h1 {
    -webkit-text-stroke-width: 1px;
  }

  .help_your_business_content {
    padding: 35px 0px;
  }

  .experties_card_inner .card_body_inner h6 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .experties_card_inner .card_body_inner p {
    font-size: 16px;
  }

  .choose_card p {
    margin-bottom: 0px;
    font-size: 16px;

  }

  .experties_card_inner .card-body {
    padding: 7px 16px !important;
  }

  .card_header {
    padding-bottom: 10px !important;
  }

  .project_work {
    padding: 30px 0px 5px;
  }

  .discover_more_btn a {
    font-size: 16px;
    padding: 7px 17px;
  }

  .client_reviews {
    padding: 10px 0px;
  }

  .client_feedback h1:after {
    content: none;
  }

  .client_feedback {
    padding: 25px 0px 75px;
  }

  .contact-us {
    padding-bottom: 5px;
  }

  footer .footer_heading h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  footer .footer_about_us p,
  footer ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  .the_end_content h3 {
    font-size: 26px;
  }

  .the_end_content p {
    font-size: 16px;
  }

  .footer_copyright p {
    font-size: 12px;
  }

  footer.footer_sec {
    padding: 20px 0px 10px;
  }

  .our_service .custom-dot {
    margin-bottom: 10px;
  }

}

@media(max-width:420px) {
  .main_heading h1 {
    font-size: 20px;
  }

  section.hero_slider .banner_caption p {
    font-size: 16px;
  }

  .project_detail p {
    font-size: 14px;
  }

  .project_detail span {
    font-size: 18px;
  }

  .let_us_connect_content {
    padding: 30px 5px;
  }

  .let_us_connect h1 {
    font-size: 22px;
  }

  .let_us_connect h6 {
    font-size: 12px;
  }

  .let_us_connect h6 {
    margin-bottom: 16px;
  }

  .help_your_business_content h1 {
    font-size: 22px;
  }

  section.hero_slider .banner_caption h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .banner_actions {
    padding-top: 16px;
    /*margin-bottom: 20px;*/
  }

  .customized_service .service_box h5 {
    font-size: 18px;
  }

  .whatsapp_outer a {
    font-size: 25px;
  }

  .contact_info_sec h3 {
    font-size: 18px;
  }

  .choose_card h6 {
    font-size: 18px;
  }

  .choose_card .front,
  .choose_card .back {
    padding: 20px 16px;
  }
  .phone_numder_msg{
           right: 17px;
        width: 219px;
        height: 146px;
        background-size: contain;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {
  .hero_slider {
    min-height: 450px;
  }
  .popup-content{
    max-height: calc(100vh - 50px)!important;
    overflow: auto!important;
  }

}

/* responsive css end */