:root {
  --white: #fff !important;
  --black: #000 !important;
  --orange: #f56300 !important;
}

html {}

body {
  font-family: "Inter Tight", sans-serif;
  /* background: var(--black); */
  letter-spacing: 0.1px;

}

/* body::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, black, #ffffff00);
    z-index: 1;
} */

::selection {
  background-color: var(--black);
  color: var(--white);
}

html::-webkit-scrollbar {
  width: 4px;
  height: 15px;
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #222;
  background: linear-gradient(180deg, #222 0%, #222 100%);
}

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ffffff;
  background-color: #ffffff;
}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: var(--blue);
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0px !important;

}

a:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

section {
  overflow: hidden;
}

section img {
  width: 100%;
}

.mtb-80 {
  margin: 80px 0 !important;
}

.ptb-80 {
  padding: 80px 0;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

.text_align_center {
  text-align: center;
}

html.tv-lock,
body.tv-lock {
  overflow: visible;
  /* prevent scroll while loading */
}


/* Fade Up */
[data-anim] {
  opacity: 0;
  transition: all 1s ease;
}

[data-anim="fade-up"] {
  transform: translateY(80px);
}

[data-anim="fade-up"].show {
  opacity: 1;
  transform: translateY(0);
}


.container {
  width: 100%;
  max-width: 1250px !important;
  margin: auto;
}


.white {
  padding: 60px 0 60px 0;
}

.inquiry-us-div a {
  padding: 12px 20px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50px;
  border: 1px solid var(--orange);
}

.whatsapp_btn {
  display: inline-block;
  width: 65px;
  height: 65px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;

}


.hero_banner {
  position: relative;
  padding: 0px 0;
}


.hero_banner img {
  width: 100%;
}


.main_home_contect_img {
  position: relative;
  z-index: 2;
}

.main_home_contect_img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(157deg, black, #00000063);
  z-index: 1;
}

.main_home_contect_img img {
  width: 100%;
  margin: auto;
  display: block;
  height: 700px;
  object-fit: cover;
  object-position: left;
  filter: grayscale(1);
}

.main_home_contect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 24;
  max-width: 1250px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 12px;
}

.main_home_contect .your_vision_title {
  color: var(--white);
  font-size: 100px;
  font-weight: 600;
  z-index: 1;
  text-transform: capitalize;
  width: 83%;
  margin: 0;
  line-height: 105px;
  margin-top: 15px;
}

/* .main_home_contect h3 {
  color: var(--white);
  font-size: 50px;
  font-weight: 500;
  z-index: 1;
  text-transform: capitalize;
  margin: 0 !important;
} */

.main_home_contect h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--orange);
  /* padding: 7px 25px; */
  width: fit-content;
  margin: 0 !important;
  text-transform: uppercase;
  /* border-style: solid; */
  /* border-width: 1px; */
  /* border-color: rgb(255 255 255 / 30%); */
  /* border-radius: 30px; */
  display: inline-block;
  /* background: rgb(255 255 255 / 5%); */

}

.main_home_contect p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0;
  width: 75%;
}


.sec_btn .btn1 {
  padding: 12px 20px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}



.sec_btn .btn1 svg {
  margin-left: 7px;
}

.sec_title {
  text-align: center;
  margin-bottom: 30px;
}

.sec_title_left {
  text-align: left;
}

.sec_title_left h5 {
  margin: 0 !important;
}

.sec_title h2 {
  color: #fff;
  width: fit-content;
  margin: auto;
  border-radius: 50px;
  font-size: 46px;
  font-weight: 600;
}

.section-desc {
  color: var(--white);
  margin: 20px 0;
}

.sec_title h5 {
  /* box-shadow: 0px -1px 1px 0px rgba(255, 255, 255, 0.4); */
  padding: 10px 20px;
  /* border: 1px solid #ffffff93; */
  color: var(--orange);
  width: fit-content;
  margin: auto;
  /* border-radius: 50px; */
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 26px;
  position: relative;
}

.sec_title h5::before {
  position: absolute;
  left: -1px;
  line-height: 22px;
  right: auto;
  content: "";
  background-image: url(../images/title-icon.svg);
  animation: flipInY 1s linear infinite alternate;
  -webkit-animation: flipInY 2s linear infinite alternate;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

/*animation*/

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0.5;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0.5;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.sec_title h2 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid var(--orange);
}

.our_services_sec {
  position: relative;
  background-image: url("../images/team-cta_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.our_services_sec .container {
  position: relative;
  z-index: 2;
}

.our_services_sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(265deg, #000000e6, #000000cf);
  z-index: 0;
}

.About_us_sec {
  background-image: url(../images/services-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.About_us_sec .About_us_sec_img img {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(1);
}

.About_us_sec .About_us_sec_contect {
  margin-left: 50px;
}

.About_us_sec .About_us_sec_contect .sec_title h2 {
  color: var(--black);
}

.About_us_sec .About_us_sec_contect .section-desc {
  color: var(--black);
  margin: 20px 0;
}

.About_us_sec .about_us_line {
  margin: 40px 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.About_us_sec .about_our_mission .about_our_mission_vision_img {
  width: 60px;
  height: 60px;
  background: #f56300;
  border-radius: 50px;
  padding: 10px;
}

.About_us_sec .about_our_mission .about_our_mission_vision_text h4 {
  font-size: 22px;
}

.About_us_sec .about_our_mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;

}

.About_us_sec .about_our_mission .about_our_mission_vision_b {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr auto;

}

.About_us_sec .satisfied_clients {
  padding: 20px 0 30px 0;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: fit-content;
  gap: 60px;
}

.About_us_sec .satisfied_clients .satisfied_clients_count {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.About_us_sec .satisfied_clients .satisfied_clients_count:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 0px);
  background: #ddd;
  right: -30px;
  z-index: 1;
  bottom: 0;
}

.About_us_sec .row {
  align-items: center;
}

.About_us_sec .satisfied_clients .satisfied_clients_count_last:after {
  display: none;
}

.About_us_sec .satisfied_clients .satisfied_clients_count .satisfied_clients_counter_number {
  display: flex;
  align-items: center;
  gap: 2px;
}

.About_us_sec .satisfied_clients .satisfied_clients_count .satisfied_clients_counter_number h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.About_us_sec .satisfied_clients .satisfied_clients_count .satisfied_clients_counter_number span {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.About_us_sec .About_us_sec_img .welcome-one__experience {
  position: absolute;
  bottom: inherit;
  left: -50px;
  top: 50%;
  right: inherit;
  background-color: #f56300;
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 20px 20px;
  z-index: 3;
  height: 100px;
  min-width: 176px;
  width: 200px;
  border-radius: 10px;
  border: 1px solid #ffffff00;
  justify-items: center;

}

.About_us_sec .About_us_sec_img .welcome-one__experience h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: var(--white);
}

.About_us_sec .About_us_sec_img .welcome-one__experience .welcome-one__experience_count {
  display: flex;
  align-items: center;
  width: 55px;
  color: var(--black);
}

.About_us_sec .About_us_sec_img {
  position: relative;
}

.About_us_sec .About_us_sec_img .welcome-one__experience .satisfied_clients_counter_text {
  width: 80px;
  font-weight: 500;
  color: var(--white);
}

.About_us_sec .About_us_sec_img .welcome-one-dot {
  position: absolute;
  left: 6%;
  bottom: 10%;
  z-index: 0;
  opacity: 0.4;
  animation-name: shapeMover;
  animation-duration: 6s;
  animation-timing-function:
    linear;
  animation-iteration-count: infinite;
}







.our_services_sec .our_services_sec_box {
  padding: 0px;
  padding-top: 20px;
  cursor: pointer;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid #6f6f6f;
  background: #3f3e3e45;
  backdrop-filter: blur(4px);
}

.our_services_sec .our_services_sec_box .our_services_sec_box_icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
  top: 20px;
  left: 20px;
}

.our_services_sec .our_services_sec_box .our_services_sec_box_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.our_services_sec .our_services_sec_box .our_services_sec_box_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our_services_sec .our_services_sec_box .our_services_sec_box_icon img {
  width: 45px;
  height: 45px;
}

.our_services_sec .our_services_sec_box .our_services_sec_box_content {
  padding: 14px;
  /* background: #ffffff47; */
  margin-top: 15px;
  border-radius: 10px;
  /* background: #fff8f2; */
  /* backdrop-filter: blur(6px); */
  /* border: 1px solid #ffffff24; */
  color: var(--black);
  text-align: left;
}

.our_services_sec .our_services_sec_box .our_services_sec_box_content h3 {
  font-size: 23px;
  margin: 0px 0 15px 0;
  color: var(--white);
  font-weight: 500;
}

.our_services_sec .our_services_sec_box .our_services_sec_box_content p {
  font-size: 16px;
  font-weight: 300;
  line-height: inherit;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.our_services_sec_shepe img {
  position: absolute;
  top: -13%;
  right: 0;
  width: 300px;
  height: 300px;
  background-size: contain;
  z-index: 999;
}

.working_process_sec {
  /* background: var(--white); */
  position: relative;
  background-image: url(../images/services-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.working_process_sec .row {
  align-items: center;
}

.working_process_sec .container {
  z-index: 5;
  position: relative;
}



.working_process_sec .working_process_img img {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(1);
}

.working_process_sec .working_process_contect {
  margin-left: 50px;
}

.working_process_sec .sec_title h2 {
  color: var(--black);
}


.working_process_sec .section-desc {
  color: var(--black);
}

.working_process_sec .working_process_step .working_process_step_img img {
  width: 90px;
  height: 90px;
  border-radius: 14px;
  overflow: hidden;
  filter: grayscale(1);
}

.working_process_step_block.wpsbp-120 .working_process_step_text {
  width: 85% !important;
}

.wpsbp-120 {
  margin-left: 180px;
  margin-bottom: 40px;
}

.wpsbp-60 {
  margin-left: 70px;
  margin-bottom: 40px;
}

.wpsbp-6022 {
  margin-bottom: 0px !important;
}

.working_process_sec .working_process_step .working_process_step_img {
  position: relative;
}

.working_process_sec .working_process_step .working_process_step_num {
  font-size: 16px;
  font-weight: 500;
  color: var(--orange);
  background-color: var(--white);
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  bottom: auto;
  text-align: center;
  left: -20px;
  right: auto;
  box-shadow: 3px 4px 15px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  z-index: 2;
}

.working_process_sec .working_process_step .working_process_step_block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px;
  align-items: center;
  transition: all 0.4s;
}

.working_process_sec .working_process_step .working_process_step_block:hover {
  transform: translateX(20px);
  cursor: pointer;

}

.working_process_sec .working_process_step .working_process_step_block:hover .working_process_step_num {
  background-color: var(--orange);
  color: var(--white);

}

.working_process_sec .working_process_step .working_process_step_block .working_process_step_text {
  width: 70%;
}

.working_process_sec .working_process_step .working_process_step_block .working_process_step_text h4 {
  font-size: 22px;
}

.working_process_sec .working_process_step .working_process_step_block .working_process_step_text p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our_project_sec {
  position: relative;
  background-image: url(../images/team-cta_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.our_project_sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(265deg, #000000e6, #000000cf);
  z-index: 0;
}

.our_project_sec .container {
  position: relative;
  z-index: 2;
}




.our_project_sec .our_project_sec_boxs .card-slide {
  margin-bottom: 0px;
  position: relative;
  background: #00000045;
  padding: 30px 20px 20px;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  border: 1px solid #494949;
}

.our_project_sec .our_project_sec_boxs .card-slide .mac_dots_icons {
  position: absolute;
  top: 20px;
  width: 64px;
  height: auto;

}

.our_project_sec .our_project_sec_boxs .card-slide-img {
  position: relative;
  border-radius: 4px;
}

.our_project_sec .our_project_sec_boxs .card-slide-img img {
  /* filter: grayscale(1); */
}

.our_project_sec .our_project_sec_boxs .card-slide-img .bg-overlay {
  position: absolute;
  background: linear-gradient(0deg, #0000004a, #0000004a);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}

.our_project_sec .our_project_sec_boxs .card-slide-img:hover .bg-overlay {
  opacity: 1;
}

.our_project_sec .our_project_sec_boxs .card-slide-img .view_btn {
  position: absolute;
  top: 42%;
  width: fit-content;
  left: 0;
  margin: auto;
  right: 0;
  padding: 10px 18px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.2s;
}

.our_project_sec .our_project_sec_boxs .card-slide-img:hover .view_btn {
  opacity: 1;
}

.our_project_sec .our_project_sec_boxs .card-slide-img .card-slide-img-contact {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  opacity: 0;
  transition: all 0.2s;
}

.our_project_sec .our_project_sec_boxs .card-slide-img:hover .card-slide-img-contact {
  opacity: 1;
}

.our_project_sec .our_project_sec_boxs .card-slide-img .card-slide-img-contact h6 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.our_project_sec .card-slide .card-slide-img {
  /* border-radius: 8px; */
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  border: 1px solid #515151;
}

.our_project_sec .our_project_sec_boxs .card-slide-img .card-slide-img-contact h3 {
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
}

.our_project_sec .our_project_sec_boxs .card-slide-img .card-slide-img-contact svg {
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
  filter: invert(1);
}

.our_project_sec .our_project_sec_boxs .card-slide-text-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.our_project_sec .our_project_sec_boxs .card-slide-text-info .web_logo_div {
  width: 34px;
  border: 1px solid #b3b3b3;
  height: 34px;
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our_project_sec .our_project_sec_boxs .card-slide-text-info .web_logo_div img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  padding: 3px;
}

.our_project_sec .our_project_sec_boxs .card-slide-text-info h4 {
  color: var(--white);
  font-weight: 300;
  margin: 0;
}

.our_testimonial_sec {
  position: relative;
}

.our_testimonial_sec::before {
  position: absolute;
  content: "";
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: -1;
  opacity: 0.3;
}


.our_testimonial_sec .sec_title h2 {
  color: var(--black);
  width: 70%;
  margin: 0;
}

.our_testimonial_sec .our_testimonial_star ul {
  display: flex;
  justify-content: start;
}

.our_testimonial_sec .our_testimonial_star .reviwe_star {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../images/star-testimonials.svg);
  background-size: contain;
  margin-right: 5px;
}

.our_testimonial_sec .our_testimonial_box {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  border: 1px solid #f56300;
}

.our_testimonial_sec .our_testimonial_box .client_profile_img {
  height: 60px;
  width: 60px;
  border-radius: 50px;
  overflow: hidden;

}

.our_testimonial_sec .our_testimonial_box .our_testimonial_dot_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(180deg);

}

.our_testimonial_sec .our_testimonial_box .our_testimonial_dot_icon svg {
  height: 80px;
  width: 80px;

}

.our_testimonial_sec .our_testimonial_box .client_review_text {
  margin: 15px 0;
  position: relative;
  z-index: 2;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our_testimonial_sec .our_testimonial_box .client_review_name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;

}

.our_testimonial_sec .our_testimonial_box .client_info_eith_img_inner {
  display: grid;
  grid-template-columns: auto auto;
  width: max-content;
  align-items: center;
  gap: 15px;

}

.our_testimonial_sec .slick-slide {
  margin: 0 10px;
  /* 5px on each side = 10px total gap */
  height: auto;
}

.our_testimonial_sec .our_testimonial_slider {
  position: relative;
}

.our_testimonial_sec .our_testimonial_slider .slick-nav.next-arrow {
  transform: scaleX(-1);
}


.our_testimonial_sec:hover .slick-nav.prev-arrow {
  right: 0% !important;
}

.our_testimonial_sec .our_testimonial_slider .slick-nav.next-arrow {
  right: -10% !important;
}

.our_testimonial_sec:hover .slick-nav.next-arrow {
  right: 0% !important;
}

.our_testimonial_sec .our_testimonial_slider .slick-dots {
  position: relative;
  bottom: -15px;
}

.our_testimonial_sec .our_testimonial_slider .slick-dots {
  position: relative;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 4px;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #ddd;
  width: max-content;
  border-radius: 50px;
  margin: auto;
}

.our_testimonial_sec .our_testimonial_slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.our_testimonial_sec .our_testimonial_slider .slick-dots li {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our_testimonial_sec .our_testimonial_slider .slick-dots li button {
  position: relative;
  background-color: #929292;
  opacity: 1;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50px;
  border: 0px;
  font-size: 0;
}

.our_testimonial_sec .our_testimonial_slider .slick-dots li.slick-active button {
  background-color: var(--black) !important;
  opacity: 1;
}

.our_testimonial_sec .our_testimonial_slider .slick-nav.prev-arrow {
  right: 8% !important;
  transition: all 0.4s;
  transform: scaleX(1);
  z-index: 999;
  top: -30%;
}

.our_testimonial_sec .our_testimonial_slider .slick-nav.next-arrow {
  left: inherit;
  right: 1% !important;
  transition: all 0.4s;
  top: -30%;
}

.our_testimonial_sec .our_testimonial_slider .slick-nav {
  --active: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}


.our_testimonial_sec .our_testimonial_slider .slick-nav svg {
  z-index: 1;
}

.We_provide_sec {
  position: relative;
  background-image: url(../images/row-bgimage-6.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0 !important;
  padding: 120px 0;
  margin-bottom: 0 !important;
}

.We_provide_sec .container {
  position: relative;
  z-index: 3;
  height: 100%;
}

.We_provide_sec .sec_title h5 {
  text-align: left;
  margin: 0;
}

.We_provide_sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(265deg, #000000e6, #000000cf);
  z-index: 0;
}

.We_provide_sec .We_provide_sec_box {
  width: 100%;
}

.We_provide_sec .We_provide_sec_box .sec_title h2 {
  text-align: left !important;
  margin: 0;
}

.We_provide_sec .We_provide_sec_box h6 {
  color: var(--white);
  margin: 20px 0;
  font-size: 21px;
  font-weight: 300;
  text-align: left !important;
}

.We_provide_sec .We_provide_sec_box p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0;
  width: 100%;
  text-align: left !important;
}

.We_provide_sec .We_provide_sec_logo_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 20px;
}

.We_provide_sec .row {
  align-items: center;
}

.We_provide_sec .We_provide_sec_logo_list .logo_box {
  border-radius: 6px;
  background: #fff;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.We_provide_sec .We_provide_sec_logo_list .logo_box img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.latest_news_sec {
  background-image: url(../images/services-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.latest_news_sec .sec_title h5 {
  text-align: center;
}

.latest_news_sec .sec_title h2 {
  width: fit-content;
  margin: auto;
  border-radius: 50px;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  color: var(--black);
  width: 51%;

}

.latest_news_sec .latest_news_box {
  background: var(--white);
  padding: 24px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 60px 0px;
}

.latest_news_sec .latest_news_box img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  filter: grayscale(1);
}

.latest_news_sec .latest_news_box .latest_news_category {
  border: 1px solid var(--orange);
  padding: 8px 20px;
  width: max-content;
  margin: 10px 0;
  border-radius: 140px;
  color: var(--orange);

}

.latest_news_sec .latest_news_box p {
  margin-bottom: 0;

}



/* contact  */
.contact_info_sec {
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  padding-bottom: 0;
}

.contact_info_sec .contact_info_sec_box {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #f56300;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  min-height: 220px;
}

.contact_info_sec .contact_info_sec_box p a {
  color: var(--black);
}

.contact-form-sec {
  overflow: hidden;
  position: relative;
  background-image: url(../images/team-cta_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;

}

.contact-form-sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(265deg, #000000e6, #000000cf);
  z-index: 0;
}

.contact-form-sec .container {
  position: relative;
  z-index: 2;
}

.contact-form-sec .contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.contact-form-sec .sec_title {
  text-align: left;
  margin-bottom: 30px;
}

.contact-form-sec .sec_title h5 {
  margin: 0;
}

.contact-form-sec .sec_title p {
  color: var(--white);
}

.contact-form-sec .contact_form_main_box {
  padding: 40px;
  border-radius: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 60px 0px; */


  /* border: 1px solid #6f6f6f; */
  background: #ffffff21;
  backdrop-filter: blur(6px);
}

.contact-form-sec .contact-form-sec-img img {
  width: 90%;
  margin: 0;
  max-width: 100%;
  display: flex;
}

.contact-form-sec .form-group {
  width: 100%;
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-form-sec .form-group-full {
  width: 100%;
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.contact-form-sec .message-textarea {
  width: 100%;
}

.contact-form-sec .contact-form .btn2 {
  padding: 12px 20px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50px;
  border: 1px solid var(--orange);
  width: fit-content;

}

.contact-form-sec .form-group textarea {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 28px !important;
}

.contact-form-sec .form-group input,
.contact-form-sec .form-group textarea,
.contact-form-sec .form-group select {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #737373;
  background: transparent;
  background-color: transparent !important;
  border-radius: 56px;
  margin-top: 8px;
  font-size: 15px;
  max-width: -webkit-fill-available;
  color: var(--white) !important;
}

.contact-form-sec .form-group input::placeholder,
.contact-form-sec .form-group textarea::placeholder,
.contact-form-sec .form-group select::placeholder {
  color: var(--white);

}

.contact-form-sec .form-group input:focus,
.contact-form-sec .form-group textarea:focus,
.contact-form-sec .form-group select:focus {
  border: 1px solid var(--white) !important;

}

.contact-form-sec .form-group select {
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #737373;
  background-color: #171717;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><path fill="%23999" d="M0 0l5 6 5-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--white);
}

.contact-form-sec-img-arrow {
  position: absolute;
  width: 39%;
  top: 35%;
  left: 19%;
  z-index: -1;
  transform: rotate(352deg);
}

.contact-form-sec-img-arrow img {
  width: 80%;
}

.contact-form-sec .form-group select:hover,
.contact-form-sec .form-group input:hover,
.contact-form-sec .form-group textarea:hover {
  border-color: var(--orange) !important;
}

.contact-form-sec .form-group select:focus {
  border-color: var(--orange) !important;
  outline: none;
}

.contact-form-sec .form-group select option:hover {
  background-color: var(--orange) !important;
  color: var(--black);
}

.contact-form-sec .form-group select option:checked,
.contact-form-sec .form-group select option:focus {
  background-color: var(--orange) !important;
  color: var(--black);

}

/* Optional: popup-like effect when active (for modern browsers using select pseudo) */
.contact-form-sec .form-group select option {
  padding: 10px;
  color: var(--white);
}








.contact-form-sec .form-group div {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contact-form-sec .form-group div span {
  color: var(--orange);
}

.contact-form-sec textarea {
  height: 100px;
}

.contact-form-sec .captcha {
  display: flex;
  align-items: center;
}

.contact-form-sec .captcha img {
  margin-right: 10px;
}

.contact-form-sec .submit-btn,
.contact-form-sec .reset-btn {
  padding: 10px 20px;
  background-color: var(--blacktheme);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100px;
  margin-right: 10px;
}

.contact-form-sec .submit-btn:hover,
.contact-form-sec .reset-btn:hover {
  background-color: var(--black);
}

.google_map_sec {
  margin-bottom: 80px;
}






/* Popup Overlay */
.popup-overlay-contact {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-overlay-contact .btn2 {
  display: block;
  max-width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 10px 45px;
  margin: 0;
  width: 230px;
}

/* Popup Box */
.contact-popup-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.4s ease;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Close Button */
.contact-popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
}

.contact-popup-close:hover {
  color: #000;
}

.mobile-app-app-mail-icon {
  display: inline-block;
  animation: mobile-app-app-mail-icon 1.5s linear infinite;
  position: absolute;
  top: 11%;
  left: 32%;
}

.mobile-app-app-mail-icon img {
  width: auto;
}

@keyframes mobile-app-app-mail-icon {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.our_project_page .our_project_sec {
  background-color: var(--white);
  background-image: none;
}

.our_project_page .our_project_sec .our_project_sec_boxs .card-slide { 
  background: #fffaf6; 
  border: 1px solid #f56300;
}

.our_project_page .our_project_sec .card-slide .card-slide-img {
  border-radius: 4px; 
  border: 1px solid #eeeeee;
}

.our_project_page .our_services_sec_shepe img { 
    top: -2%; 
}
.our_project_page .our_project_sec .our_project_sec_boxs .card-slide-text-info h4 {
    color: var(--black);
    font-weight: 400; 
}
.our_project_page .our_project_sec .sec_title {
  display: none;
}

.our_project_page .our_project_sec::before {
  display: none;
}
 .our_project_page .our_project_sec .our_project_sec_boxs .card-slide {
    margin-bottom: 30px;
  }

  .blogs_page .latest_news_sec .latest_news_box {
margin-bottom: 30px;
}

.breadcrumb-bar {
  position: relative;
  margin-bottom: 40px;
}

.breadcrumb-bar .breadcrumb-bar-img img {
  width: 100%;
  width: 100%;
  height: 350px;
  object-fit: cover;

}

.breadcrumb-bar .container {
  position: absolute;
  z-index: 2;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}

.breadcrumb-bar-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(157deg, black, #000000a3);
  z-index: 1;
}

.breadcrumb-bar .breadcrumb-bar-text {
  margin-top: 60px;
}

.breadcrumb-bar ul {
  display: flex;
  justify-content: center;
  /* padding: 30px 20px;
    margin-bottom: 20px; */
}

.breadcrumb-bar ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--white) !important;
}


.breadcrumb-bar ul li .breadcrumb-bar-arrow {
  display: flex;
  margin: 0 6px;
}



.breadcrumb-bar .container h2 {
  font-size: 60px;
  color: var(--white);
  text-align: center;
}

.breadcrumb-bar ul li a:hover {
  color: #ffffff !important;
}

.Pricing_Plan_sec {
  margin-bottom: 70px;
}

.Pricing_Plan_sec .sec_title {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.Pricing_Plan_sec .sec_title h5 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

.Pricing_Plan_sec .sec_title h2 {
  text-transform: capitalize;
  font-size: 46px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
}

.Pricing_Plan_sec .Pricing_Plan_box_div {
  background: var(--white);
  border-radius: 12px;
  position: relative;
  border: 1px solid #c3c3c3;
  padding: 25px 20px;
}

.Pricing_Plan_sec .Pricing_Plan_box_div_active {
  background: rgb(254, 249, 230);
}

.Pricing_Plan_sec .Pricing_Plan_box_div .Pricing_Plan_divider {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 25px;
}

.Pricing_Plan_sec .Pricing_Plan_box_div h4 {
  text-align: center;
  font-size: 18px;
}

.Pricing_Plan_sec .Pricing_Plan_box_div h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.Pricing_Plan_sec .Pricing_Plan_box_div h5 {
  text-align: left;
  font-size: 19px;
  font-weight: 600;
}

.Pricing_Plan_sec .Pricing_Plan_box_div .Most_popular_box {
  background: var(--black);
  position: absolute;
  color: #fff;
  padding: 3px 9px;
  font-size: 14px;
  border-radius: 5px;
  top: -10px;
  left: inherit;
  right: 30px;
  width: fit-content;
  margin: auto;
  font-weight: 400;
}

.Pricing_Plan_sec .Pricing_Plan_box_div .sec_btn .btn1 {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}

.Pricing_Plan_sec .Pricing_Plan_box_div .features_div .features_yes {
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
  color: #000;
}

.Pricing_Plan_sec .Pricing_Plan_box_div .features_div .features_not {
  color: #6d6d6d;
}

.Pricing_Plan_sec .Pricing_Plan_box_div .features_div .features_yes::before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../images/yes-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
  left: 0;
  top: 4px;
  border-radius: 50px;

}

.Pricing_Plan_sec .Pricing_Plan_box_div .features_div .features_not::before {
  background-image: url(../images/Minus-icon.svg);
  background-position: center;
  background-color: #2e2e2e;
  filter: invert(1);
  background-size: 10px;
}