* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Palanquin+Dark:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;500;600;700&display=swap");

/* @font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Regular.woff2') format('woff2'),
      url('../fonts/Orbitron-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMT.woff2") format("woff2"),
    url("../fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  background-color: #fff;
  /* background-image: url(../img/body-bg.gif); */
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "ArialMT"; */
  color: #0c2164;
}

p {
  color: #0c2164;
  /* font-size: 16px;
  font-family: "ArialMT"; */
}



a {
  text-decoration: none !important;
  transition: ease-in-out 0.2s;
  /* font-family: "ArialMT"; */
}

img {
  width: 100%;
  transition: ease-in-out 0.3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "ArialMT";
}

.navigation.navbutton :hover {
  color: #fcbb45;
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: #fff;
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}

.head_add {
  background: #fe0231;
  padding: 5px 0;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {
  position: relative;
}

#myHeader {
  background-color: #fff;
}

#myHeader {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  animation: slideDown 1s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head_banner .slick-slide.slick-current.slick-active h1 {
  animation: 2s linear 0s alternate headerline;
}
.head_banner .slick-slide.slick-current.slick-active h2 {
  animation: 1s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: 0.2s;
}

/* @keyframes headerline {

  0%,
  25% {
    transform: scale(5%);
    opacity: 0;
  }

  75%,
  100% {
    transform:scale(0px);
    opacity: 1;
  }
} */

.head_item img {
  object-fit: cover;
  height: 600px;
}
button.slick-prev.slick-arrow {
  display: none !important;
}
button.slick-next.slick-arrow {
  display: none !important;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation {
  display: flex;
  margin-bottom: 0;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 110px;
  position: relative;
  z-index: 99;
  padding: 8px;
  border-radius: 5px;
}

.navigation li {
  padding: 12px 16px 12px;
  position: relative;
  border-radius: 2px;
}
.navigation li a:hover {
  color: #fcbb45;
}

.socal_media {
  display: flex;
  justify-content: right;
}
.socal_media a {
  padding: 15px 18px;
  color: #0c2164;
}
.socal_media a:hover {
  color: #fcbb45;
}

.hrad_btn a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #0c2164;
  font-family: "Inter", sans-serif;
  text-shadow: 1px 1px 0 #0c2164;
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(60deg, rgb(0 0 0 / 74%) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 99;
}

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 20px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
}

.droupdown li a:hover {
  background: #fe0231;
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.head_item {
  position: absolute;
  z-index: 99;
  top: 35%;
  left: 7%;
  width: 60%;
  margin-top: -30px;
}
header .head_layer {
  position: relative;
}
nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
  padding: 0 6%;
}

.head_contant {
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 9;
}

.head_layer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #fffffff5;
  opacity: 0.8;
}
.head_text {
  margin-bottom: 30px;
  margin-top: -150px;
}

.head_text h1 {
  font-size: 70px;
  font-family: "Orbitron", sans-serif;
  color: #0c2164;
  /* margin: 15px 0; */
  font-weight: 800;
}
.head_text h2 {
  font-size: 43px;
  color: #0c2164;
  font-weight: 600;
}
.head_item p {
  color: #0c2164;
  font-size: 20px;
}

/* header{
  padding: 14% 7% 7% 7%;
} */
.head_text p {
  color: #fff;
}
.rocket {
  text-align: center;
  position: relative;
  margin-top: -20px;
}
.air {
  position: relative;
}
.client_head {
  padding-top: 5%;
  /* padding-bottom: 10%; */
  position: relative;
}
.gradient_right {
  position: absolute;
  right: 0;
  top: -190px;
  width: 70%;
  opacity: 0.5;
}

video{
  object-fit: contain;
  overflow: clip;
}
.rocket img {
  width: 65%;
  position: relative;
  z-index: 99;
  animation: air 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 2s;
}
.air {
  position: relative;
}

.carcal img {
  border-radius: 50%;
}
.img-1 {
  position: absolute;
  left: 15%;
  top: 0%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  opacity: 75%;
}
.img-1 img {
  width: 70%;
}

.img-2 {
  position: absolute;
  right: 0%;
  top: 30%;
  z-index: 99;
  width: 200px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  opacity: 70%;
}
.img-2 img {
  width: 60%;
}

.img-3 {
  position: absolute;
  bottom: -10%;
  left: 70%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  /* opacity: 50%; */
}
.img-3 img {
  width: 50%;
}
.main_head {
  font-size: 50px;
  color: #0c2164;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 20px;
  font-weight: 800;
}

.about_img{
  padding: 0px 0px 50px 50px;
}

.about_img img{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main_head_about{
  font-size: 50px;
  color: #0c2164;
  /* font-family: "Orbitron", sans-serif;
  margin-bottom: 20px; */
  font-weight: 800;
}

.main_head_ser{
  font-size: 30px;
  color: #0c2164;
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
}

.main_head_address {
  font-size: 50px;
  color: #0c2164;
  font-family: "Orbitron", sans-serif;
  /* margin-bottom: 20px; */
  font-weight: 800;
}

.address_bg {
  background-color: rgb(241, 241, 241);
  text-align: center;
  padding: 20px;
}

.main_head_clients {
  font-size: 50px;
  color: #0c2164;
  font-family: "Orbitron", sans-serif;
  /* margin-bottom: 35px;
  margin-top: 80px; */
  font-weight: 800;
}

.main_head_happyclient {
  font-size: 50px;
  color: #0c2164;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 20px;
  margin-top: 100px;
  font-weight: 800;
}

.main_head_team {
  font-size: 50px;
  color: #0c2164;
  font-family: "Orbitron", sans-serif;
  /* margin-bottom: 20px;
  margin-top: 30px; */
  font-weight: 800;
}
.teams_item {
  margin: 0px 10px;
  margin-bottom: 65px;
  text-align: center;
}

.team_img {
  width: 300px;
  margin: auto;
}

.main_head_review {
  font-size: 50px;
  color: #0c2164;
  font-family: "Orbitron", sans-serif;
  /* margin-bottom: 20px;
  margin-top: 50px; */
  font-weight: 800;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.all_btn {
  border-radius: 5px;
  background-color: #fcbb45;
  font-weight: 600;
  font-size: 15px;
  color: #13141a;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 15px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  border: none;
}

.all_btn::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #0a1019;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}

.all_btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.all_btn:hover {
  color: #fff;
}

.ab_1 img {
  width: 60%;
}
.ab_1 {
  position: relative;
  z-index: 9;
}
.ab_img {
  position: relative;
  text-align: center;
}
.ab_img img {
  border: 10px solid #fff;
}
.ab_2 {
  position: absolute;
  right: 5%;
  bottom: -30px;
  z-index: 99;
}

.ab_3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.ab_3 img {
  width: 90%;
}

.who_head {
  background-color: #fcbb45;
  border-radius: 30px;
  text-align: center;
  padding: 35px;
}

.about_us {
  /* background-color: #ffffff; */
  border-radius: 30px;
  text-align: justify;
}

.our_vision {
  background-color: #ffffff;
  border-radius: 30px;
  text-align: justify;
}

#ourvision{
  display: none;
}

.who_head h3 {
  font-size: 90px;
  color: #fff;
  font-weight: 800;
  font-family: "Orbitron", sans-serif;
}
.ab_text {
  padding: 50px 0px;
  text-align: justify;
}

.ab_text p {
  color: #0c2164;
  font-size: 20px;
}
.who_are_we{
  /* padding: 120px; */
  background-position: center;
}
.ab_home {
  /* padding: 50px 0; */
  background-position: center;
}
.sec_heit{
  /* height: 90vh; */
  display: flex;
  align-items: center;
}
.a_btn {
  text-align: right;
  /* margin-top: 20px; */
}

.ourvision{
  text-align: center;
  margin-top: 20px;
}

.secral {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 1;
  width: 30%;
}
.secral img {
  border: none;
}
.gap-5 {
  height: 100px;
}
.slide_1 .ab_item img{
  height: 375px;
  object-fit: cover;
}
.ab_item{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px;
  margin: 10px 0;
  background-color: #fff;
}

.slide_2 .ab_item img{
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.slide_1{
  padding-right: 100px;
}
.slide_2 {
  position: absolute;
  right: 0;
  bottom: -150px;
  width: 400px;
  padding: 0 10px;
}
.slide_2 .ab_slider{
  margin: 0 10px;
}
.all_slider{
  position: relative;
}

.dds{
  width: 65px;
  object-fit: contain;
  position: relative;
  z-index: 9;
}

.blue_shape{
  width: 75px;
  /* height: 100px; */
  margin-left: -10px;
  margin-top: -10px;
  object-fit: contain;
}

.meta{
  width: 62px;
  object-fit: contain;
  position: relative;
  z-index: 9;
}
.rmi{
  width: 85px;
  object-fit: contain;
  position: relative;
  z-index: 9;
}
.inf{
  width: 35px;
  object-fit: contain;
  position: relative;
  z-index: 9;
}
.esg{
  width: 74px;
  object-fit: contain;
  position: relative;
  z-index: 9;
}
.ddr{
  width: 55px;
  object-fit: contain;
  position: relative;
  z-index: 9;
}

.ser_box img:nth-child(2) {
  width: 40px;
  object-fit: contain;
  position: relative;
  z-index: 9;
}

.ser_box p {
  color: #0c2164;
  position: relative;
  z-index: 9;
}
.ser_box {
  text-align: center;
  background-color: #ffffff;
  padding: 30px 30px;
  border-radius: 30px;
  margin-bottom: 10px;
  height: 225px;
  overflow: hidden;
  position: relative;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  z-index: 99;
  border: 2px solid #fcbb45;
}

.zoom:hover {
  transition: transform 0.2s; /* Animation */
  transform: scale(
    1.05
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* .atvImg-shine {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: all 0.2s ease-out;
  box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6) 20%;
} */

.atvImg-shine-who {
  /* background: linear-gradient(135deg, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 100%); */
  background-color: #fcbb45;
  transition: all 0.2s ease-out;
  box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6) 20%;
}

.ser_box::after {
  content: "";
  background-color: #fcbb45;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: ease-in-out 0.2s;
}
.ser_box:hover img {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.ser_box:hover::after {
  left: 0;
}
.ser_box h5 {
  color: #0c2164;
  margin: 10px 0;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.services {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
  position: relative;
  /* margin-bottom: 175px; */
}
.services_page {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* padding: 20px 0; */
  text-align: center;
  position: relative;
  /* margin-bottom: 175px; */
}
.gradient_left {
  position: absolute;
  left: 0;
  top: -100px;
  width: 70%;
  opacity: 0.5;
}
.services .row {
  align-items: center;
}
.text_ser {
  text-align: right;
  padding-left: 10%;
  position: relative;
}
.ser-img {
  position: absolute;
  width: 10%;
  left: 800px;
  top: -800px;
}
.ser-img-2 {
  position: absolute;
  width: 10%;
  right: 0px;
  bottom: 0;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
.world_img {
  opacity: 50%;
}
.gradient_left_world {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: 1;
  opacity: 0.5;
}

.client {
  background-color: #fff;
  text-align: center;
  /* padding-top: 50px; */
}
.client .main_head {
  color: #fff;
  margin-bottom: 1px;
}
.client_item {
  padding: 20px;
}

.client_item img {
  width: 225px;
  align-items: center;
}

.client_slider {
  margin: -30px 0;
}

.count-digit {
  color: #fcbb45;
  font-size: 70px;
  display: inline-block;
  font-weight: 700;
}

.count-area-content span {
  color: #fcbb45;
  font-size: 70px;
  font-weight: 700;
}
.count-title {
  color: #fcbb45;
  font-size: 23px;
}
.company {
  position: relative;
  /* padding: 100px 0; */
  overflow-x: hidden;
  z-index: 9;
}
.slide_5 {
  position: relative;
}
.slide_5::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffffcc;
}
.company p {
  margin: 40px 0;
}
.team_head {
  text-align: right;
  padding-left: 5%;
  margin-bottom: 20px;
  margin-top: 120px;
}

.team_item {
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
/* .team_item::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #FFC107;
  transition: ease-in-out .2s;
}
.team_item:hover::after{
  left: 0;
} */
.team_item img {
  position: relative;
  /* z-index: 9; */
}
.team_slider .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  left: -15px;
  top: 30%;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}
.team_slider .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  right: -15px;
  top: 30%;
  cursor: pointer;
  font-size: 20px;
}

.team_slider_about .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  left: -15px;
  top: 40%;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}
.team_slider_about .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  right: -15px;
  top: 40%;
  cursor: pointer;
  font-size: 20px;
}

.team {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.team_item p {
  margin-bottom: 4px;
  font-size: 17px;
  position: relative;
  z-index: 9;
}

#slide-7 {
  position: relative;
}
#slide-7::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff75;
}
.team_layer .main_head {
  margin-bottom: 0;
}
.name_box {
  border-top: 1px solid #fff;
  padding-top: 25px;
  margin-top: 10px;
  /* display: flex;
  align-items: center; */
  justify-content: space-between;
}
.name_box h6 {
  color: #fff;
}
.pick {
  width: 90px;
  border-radius: 50px;
  border: 1px solid #fcbb45;
  margin-left: 25px;
  margin-bottom: -25px;
}
.test_item {
  margin: 10px;
}
.test_item p {
  color: #fff;
}
.test_slider {
  padding-top: 50px;
}



.name_box img {
  width: 100px;
}

/* ---------------------------------------------------------------------testimonial */
.test_box {
  background-color: #fcbb45;
  padding: 40px 40px;
  border-radius: 20px;
}
.test_item_tesm1 p {
  color: #0c2164;
  text-align: justify;

}

.name_box_tesm1 {
  border-top: 1px solid #0c2164;
  padding-top: 25px;
  margin-top: 10px;
}

.name_box_tesm1 img {
  width: 100px;
}


.testmonial {
  position: relative;
  z-index: 9;
  /* margin-bottom: 175px; */
}

.testmonial-cont{
  margin-top: 35px;
}

.testimoni{
  overflow: auto;
  max-height: 100px;
  scrollbar-width: thin;
}


.ser-img-3 {
  position: absolute;
  width: 10%;
  left: -50px;
  top: -100px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
/* .test_head {
  padding-top: 1%;
} */

.test_right {
  position: absolute;
  left: 0;
  top: -365px;
  width: 60%;
  z-index: -1;
  opacity: 0.5;
}

.foot_email input {
  margin-top: 0;
}

.foot_email input::placeholder{
  color: #000;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.slick-dots li button {
  font-size: 0;
  background-color: #fff;
  padding: 5px;
  margin: 5px;
  border-radius: 50%;
  border: none;
}
.slick-dots .slick-active button {
  background-color: #fcbb45;
}
.slick-dots{
  visibility: hidden;
}

/* -------------------------------------------------------------------------------footer */
footer {
  background-color: #fcbb45;
}

.popup{
  width: 400px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 30px 30px;
  color: #333;
  visibility: hidden;
  transition: transform 0.4s, top 0.4s;
  z-index: 9;
}

.open-popup{
  visibility: visible;
  top: 50%;
}


.fleft img{
  width: 20%;
}
.slide_foot {
  background-color: #fcbb45;
  padding-top: 50px;

}
.foot_logo ul a {
  color: #0c2164;
  font-size: 35px;
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
}

#flogo{
  size: 100px;
}

.foot_list a {
  color: #0c2164;
  margin-bottom: 10px;
  display: block;
  font-family: "Inter", sans-serif;
}
.foot_list li {
  color: #0c2164;
  font-family: "Palanquin Dark", sans-serif;
}

.foot_email input {
  width: 100%;
  padding: 5px;
  outline: none;
  background-color: #fff;
  border: none;
}
.foot_list {
  padding-right: 20px;
}
.copyright {
  border-top: 2px solid #ffffff;
  text-align: center;
  margin-top: 10px;
}
.copyright p {
  /* margin-top: -50px; */
  color: #ffffff;
  /* padding: 25px 0 10px; */
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0);
  }

  50% {
    transform: rotateX(0deg) translateY(-20px);
  }

  to {
    transform: rotateX(0deg) translateY(0);
  }
}

@keyframes air {
  0% {
    transform: rotateX(0deg) translateY(0);
  }

  50% {
    transform: rotateX(0deg) translateY(-50px);
  }

  to {
    transform: rotateX(0deg) translateY(0);
  }
}

.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 40px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.marcket-plase a {
  display: block;
  margin-bottom: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}
.social-share button {
  border: none;
  background-color: #0c2164;
  color: #fff;
  padding: 10px 15px;
  margin-right: 8px;
  font-size: 20px;
  border-radius: 5px;
}

.contact_us {
  text-align: center;
  position: relative;
  background-color: #fcbb45;
  padding: 100px 0px;
}

form {
  /* padding: 10px 150px; */
  border-radius: 20px;
  max-width: 1000px;
  margin: auto;
}
.slide_contact {
  background-color: #fcbb45 !important;
}

form input,
textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 8px;
  background-color: #ffffff3d;
  margin-top: 16px;
  color: #fff;
  border: none;
}

form input::placeholder {
  color: #fff;
}

form textarea::placeholder {
  color: #fff;
}
.test_head h6 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.test_head hr {
  background-color: #ffffff;
  height: 2px;
  width: 300px;
  margin: 20px auto;
}

form .all_btn {
  margin-top: 20px;
  padding: 12px 35px;
  font-size: 20px;
  background-color: #ffffff3d;
}
.ser-img-con {
  position: absolute;
  width: 12%;
  right: 0px;
  top: 10%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  z-index: -1;
}

.ser-img-con2 {
  position: absolute;
  width: 8%;
  left: 0px;
  bottom: 10%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  z-index: -1;
}
.address_con {
  text-align: center;
  position: relative;
}
.address_con p {
  font-size: 20px;
  color: #0c2164;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.gradient_left {
  position: absolute;
  left: 0;
  top: -180px;
  width: 50%;
  opacity: 0.5;
}

.happy_test {
  padding: 60px 0;
  text-align: center;
  position: relative;
  margin-top: 100px;
}

.ser-img-happy {
  position: absolute;
  width: 10%;
  right: 0px;
  z-index: -1;
  bottom: 0;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.clients {
  text-align: center;
  position: relative;
}
.clients .img img {
  height: 100px;
  object-fit: contain;
  width: 220px;
}
.clients .img {
  margin-top: 30px;
  position: relative;
  z-index: 99;
}
.clients .ser-img-3 {
  top: 40%;
  width: 8%;
}

.gradient_clients {
  position: absolute;
  left: 0;
  top: -240px;
  width: 60%;
  opacity: 0.5;
}

.blob {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 650px;
  border-radius: 100%;
  background-image: linear-gradient(rgb(235 70 72) 10%, rgb(198 151 78));
  filter: blur(230px);
  transition: all 450ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: -1;
}

.service_head {
  padding-top: 5%;
  padding-bottom: 10%;
  position: relative;
}
.service_head .row {
  align-items: center;
}

.se_text h3 {
  color: #0c2164;
  font-weight: 600;
}

.se_text2 {
  padding-right: 60px;
}
.ser_img {
  text-align: center;
  margin-top: 50px;
}
.ser_img img {
  position: relative;
  z-index: 9;
  width: 75%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
.ser_img2 img {
  position: relative;
  z-index: 99;
  /* width: 60%; */
}
.ser_img2 {
  text-align: center;
  margin-top: -100px;
}
.vision .team_head {
  padding: 0 12%;
}
.vision {
  margin: 70px 0;
}

.gradient_right_ser {
  position: absolute;
  right: 0;
  top: 17%;
  width: 70%;
  opacity: 0.5;
  z-index: -1;
}

.img-ser {
  position: absolute;
  right: 3%;
  top: 77%;
  z-index: 99;
  width: 200px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  opacity: 75%;
}
.img-ser img {
  width: 100px;
}

.img-ser2 {
  position: absolute;
  left: 15%;
  top: 75%;
  z-index: 99;
  width: 200px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  opacity: 0.5;
}
.img-ser2 img {
  width: 220px;
}

.img-ser3 {
  position: absolute;
  right: 40%;
  top: 50%;
  z-index: 99;
  width: 200px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  opacity: 0.5;
}

.img-ser3 img {
  width: 220px;
}

.service_box img {
  width: 100%;
  padding: 0;
}
.service_box h5 {
  color: #0c2164;
  margin: 20px 0;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.service_box hr {
  background-color: #0c2164;
  width: 80%;
  height: 2px;
}
.service_all {
  margin: 75px 0;
  position: relative;
}
.service_box p{
text-align: justify;
}
.service_box {
  padding-right: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 99;
  max-height: auto;
  /* overflow: auto;
  scrollbar-width: thin; */
}
.gradient_left_ser {
  position: absolute;
  left: 0;
  top: 15%;
  width: 60%;
  z-index: -1;
  opacity: 0.5;
}
/* .ser_item {
  padding: 30px 0;
  margin: 30px 0;
} */

.why-img {
  text-align: center;
  margin-top: 50px;
}
.why-img img {
  width: 80%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
.why-choose {
  /* padding: 60px 0; */
  position: relative;
}
.why_choose_us{
  display: flex;
  border: solid 1px rgb(226, 226, 226);
  /* padding: 20px; */
  margin: 10px;
  background-color: #ffffff;
}

.wcu{
  padding-left: 10px;
  padding-top: 10px;
}
.why-choose .row {
  align-items: center;
}

.ser_img_con {
  text-align: center;
  margin-top: 40px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.ser_img_con img {
  width: 50%;
}

.available_box img {
  width: 60px;
  height: 100px;
  object-fit: contain;
}
.available_box {
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid #fcbb45;
  padding: 30px;
  border-radius: 10%;
}
.available_box h5 {
  font-size: 24px;
  color: #0c2164;
  margin: 10px 0;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.available_box p {
  color: #0c2164;
}
.map_section {
  margin: 60px 0;
}

.map {
  /* padding: 0 10%; */
  display: flex;
  width: 100%;
}

iframe {
  padding: 10px;
}

.address {
  display: flex;
}
.address p {
  font-size: 20px;
  padding-left: 70px;
}

#container {
  /* background-color: rgba(0,0,0,0.5); */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ------------------------------------------------------------card effect */
.tcard {
  position: relative;

  align-items: flex-end;
  perspective: 2500px;
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 65px;
}
.tcard img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .tcard:hover .cover-image {
  opacity: 0;
} */

.wrapper2 {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.title {
  width: 100%;
  transition: transform 0.5s;
}

.tcard:hover .title {
  transform: translate3d(0%, -50px, 100px);
}

.character {
  width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  /* position: absolute; */
  z-index: -1;
}
.team {
  position: relative;
  z-index: 99;
}

/* ----------------------------------------------------------------------------- */

.one_an {
  display: flex;
  justify-content: center;
  align-items: center;
}
.typewriter {
  /* width: 2.5ch; */
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid #212121;
  animation: cursor 1s step-start infinite, text 5s steps(18) alternate infinite;
  /* text-align: center; */
}

@keyframes cursor {
  0%,
  100% {
    border-color: #212121;
  }
}

@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 16.5ch;
  }
}

.typewriter2 {
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid #212121;
  animation: cursor2 1s infinite, text 5s steps(19) alternate infinite;
}

@keyframes cursor2 {
  0%,
  100% {
    border-color: #212121;
  }
}

@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 19.5ch;
  }
}

.al_center {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-container .active {
  color: red;
  font-weight: bold;
}

#slide-8 {
  background-color: #e8e8e8;
}

/* Include your CSS Grid styles from previous example here */
.collage {
  display: grid;
  grid-template-columns: repeat(10, 1fr); /* 10 columns of equal size */
  grid-template-rows: repeat(5, 1fr); /* 5 rows of equal size */
  gap: 0px; /* Add spacing between images (optional) */
  /* margin-top: 100px; */
}
.collage img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures images fill the entire cell */
}
.image {
  animation: flicker 2s infinite linear; /* Adjust animation duration as desired */
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  } /* Image disappears at 50% */
  100% {
    opacity: 1;
  }
}

.swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper-container .slider .swiper-slide {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide {
  height: 100vh !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-container .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.swiper-container .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
}

.swiper-container .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 7em;
  position: absolute;
  z-index: 3;
  right: 0;
}

#content {
  text-align: center;
  color: white;
  padding: 200px 0;
  background: #002020;
}

.mobile {
  display: none;
}



/* -------------------------------------------------------------------------count */


.empty-div {
  width: 100%;
  height: 100px;
  position: relative;
}
.empty-div-2 {
  width: 100%;
  height: 50px;
  position: relative;
}

#counter {
  display: flex;
  justify-content: center;
  /* justify-content: space-around; */
}

/* -------------------------------------------------------------------------mobile */


@media only screen and (max-width: 1024px) {
  .leptop {
    display: none;
  }
  .mobile {
    display: block;
    overflow-x: hidden;
  }
  .head_text h1 {
    font-size: 55px;
  }
  .team_img {
    width: 250px;
  }

  .head_item p {
    color: #0c2164;
    font-size: 22px;
    margin: 15px 10px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  nav{
    padding: 0 0;
  }
  .services{
    margin-bottom: 0px;
  }
 
  .collage {
    margin-top: 0;
  }
  .foot_list {
    margin-top: 20px;
  }
  .foot_email {
    margin-top: 20px;
  }
  .who_head h3 {
    font-size: 60px;
  }
  .ser_box h5 {
    font-size: 18px;
    margin: 9px 0;
  }
  /* .main_head {
    font-size: 38px;
  } */
  .main_head_review {
    font-size: 38px;
  }
  .main_head_clients {
    font-size: 38px;
  }
  .test_slider {
    padding-top: 20px;
  }
 
  .swiper-container .slider .swiper-slide .slide-inner {
    position: revert;
    width: 100%;
    height: auto;
  }
  .swiper-slide {
    height: 100% !important;
  }
  .head_text {
    margin-top: 0;
  }
  .head_item {
    position: absolute;
    z-index: 99;
    top: 31%;
    left: 2%;
    width: 87%;
  }

  .ab_home {
    padding: 33px 0;
  }
  footer {
    padding-top: 20px;
  }
  .copyright {
    margin-top: 40px;
  }
  .service_box {
    padding-right: 0;
    margin-top: 0px;

  }
  .service_all {
    margin: 35px 0;
  }

  .world_img{
    margin-top: 30px;
  }
  .logo img{
    padding: 0;
  }
  
}



@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
    margin: 0 0 0 auto;
  }

  .toggle > * {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 105px;
    left: 0;
    background-color: #193e51;
    z-index: 999;
    display: none;
  }

  nav {
    position: relative;
  }

  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #fff;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #0c2164;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  .nav_bar {
    padding: 10px 0;
  }
  .services {
    overflow-x: hidden;
  }
  .head_text {
    margin: -80px 10px;
  }
  .head_item p {
    color: #0c2164;
    font-size: 18px;
    margin: 80px 10px;
    line-height: 25px;
  }
  .world_img{
    margin-top: 30px;
  }
  .team_slider{
    margin-top: -30px;
  }
  .team_slider .slick-nav.next-arrow.slick-arrow {
    right: 15px;
    margin: -50px 0px;
  }
  .team_slider .slick-nav.prev-arrow.slick-arrow {
    left: 15px;
    margin: -50px 0px;
  }
  .team_slider_about .slick-nav.next-arrow.slick-arrow {
    right: 5px;
  }
  .team_slider_about .slick-nav.prev-arrow.slick-arrow {
    left: 0;
  }
  .team_img {
    width: 300px;
  }
  
}

@media only screen and (max-width: 767px) {
  
  .socal_media{ display: none;}

  .address_bg{
    margin-top: 10px;
  }
  .head_text {
    margin-bottom: 10px;
    margin: 0px 10px;
  }
  .main_head_ser{
   text-align: center;
  }
  .head_item p {
    color: #0c2164;
    font-size: 18px;
    margin: 15px 10px;
    line-height: 25px;
  }
  .who_head h3{
    padding: 30px;
  }

  .empty-div{
    height: 0px;
  }

  .team_layer{
    margin: 30px 0px 30px 0px;
  }

  .empty-div-2{
    height: 0px;
  }

  .world_img{
    margin-top: 30px;
  }
  .team_slider .slick-nav.next-arrow.slick-arrow {
    margin: -50px 0px;
  }
  .team_slider .slick-nav.prev-arrow.slick-arrow {
    margin: -50px 0px;
  }
  .team_slider_about .slick-nav.next-arrow.slick-arrow {
    right: 5px;
  }
  .team_slider_about .slick-nav.prev-arrow.slick-arrow {
    left: 0;
  }
  .ab_text p {
    font-size: 18px;
    line-height: 25px;
    text-align-last: justify;
  }
  .a_btn{
    text-align: center;
  }
  .com_head p{
    font-size: 20px;
  }
  .test_head p {
    font-size: 18px;
    line-height: 25px;
  }

  .services_page{
   margin: 50px 0px;
  }
  .ser_box h5 {
    font-size: 25px;
  }

  .clients {
    padding: 34px 0;
    margin-bottom: 35px;
}
  .main_head_happyclient {
    font-size: 35px;
    margin-top: 7px;
  }
  .slide_foot{
    padding-top: 10px;
  }
  .happy_test {
    padding: 34px 0;
    margin-top: 36px;
  }
  .head_text h2 {
    font-size: 30px;
  }
  .head_text h1 {
    font-size: 35px;
  }
  .name_box {
    display: block;
  }

  .our_team {
    padding: 50px 0px;
  }
  .rocket img {
    width: 60%;
  }
  .rocket {
    text-align: center;
  }
  .about_us p{
    text-align: justify;
    text-align-last: justify;
  }

  .about_img{
    padding: 5px;
  }
  .main_head_about{
    text-align: center;
    font-size: 30px;
  }
  .main_head_team {
    font-size: 30px;
    margin-top: 0px;
  }
  .ab_img {
    margin-top: 30px;
  }
  .who_are_we{
   margin-top: 50px;
  }
  .main_head {
    font-size: 30px;
  }
  .count-area-content {
    margin-top: 20px;
  }
  form {
    padding: 10px 54px;
  }

  .test_item_tesm1{
    text-align: center;
  }
  .pick{
    margin-left: 0px;
  }
  .foot_email input {
    margin: 5px;
  }

  
}

@media only screen and (max-width: 600px) {
  .ser_box p{
    padding: 0;
  }
  .head_item{
    top: 8%;
  }
  .available {
    margin-top: 36px;
}
.head_text {
  margin-bottom: 10px;
  margin: 0px 10px;
}
.head_item p {
  color: #0c2164;
  font-size: 18px;
  margin: 15px 10px;
  line-height: 25px;
}
.ser_box{
  height: auto;
}

.who_head h3{
  padding: 10px;
}

.world_img{
  margin-top: 30px;
}
  .address_con {
    padding: 36px 7px;
}
.main_head_address {
  font-size: 36px;
}
  .rocket {
    margin-top: 0;
  }
  .count-area-content span {
    font-size: 35px;
  }
  .count-digit {
    font-size: 35px;
  }

  .main_head_clients {
    margin-top: 0;
  }
  .main_head_clients {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .company {
    padding: 47px 0;
  }
  .team_slider .slick-nav.next-arrow.slick-arrow {
    right: 15px;
    margin: -50px 0px;
  }
  .team_slider .slick-nav.prev-arrow.slick-arrow {
    left: 15px;
    margin: -50px 0px;
  }
  .team_slider_about .slick-nav.next-arrow.slick-arrow {
    right: 5px;
  }
  .team_slider_about .slick-nav.prev-arrow.slick-arrow {
    left: 0;
  }
  .test_head{
    text-align: center;
  }

  .vision {
    margin: 15px 0;
  }
  .team_head {
    margin-top: 20px;
  }
  .vision .team_head {
    padding: 32px 2%;
  }
  .clients .img img{
    width: auto;
  }
  .head_item{
    margin-top: 0;
  }
  .why-choose {
    padding: 22px 0;
}
.service_box{
  margin-top: 30px;
}
.slide_1{
  padding-right: 10px;
}
.slide_2{
  width: 300px;
}


.fake-div{
  height: 10px;
}
}


@media only screen and (max-width: 500px) {
  .ser_box h5 {
    font-size: 21px;
}
  .main_head_clients{
    font-size: 30px;
  }
  /* .main_head_team{
    font-size: 30px;
  } */
  .main_head_review{
    font-size: 30px;
  }
  .head_text {
    margin-bottom: 10px;
  }
  .head_text h1 {
    font-size: 25px;
  }
  .head_item p {
    color: #0c2164;
    font-size: 10px;
    line-height: 14px;
  }
  .head_text h1 br {
    display: none;
  }
  .head_item {
    top: 7%;
    width: 90%;
    left: 2%;
  }

  .who_head h3 {
    font-size: 46px;
    padding: 10px;
  }
  
  form {
    padding: 10px 15px;
  }
  .team_slider .slick-nav.next-arrow.slick-arrow {
    right: 15px;
    margin: -50px 0px;
  }
  .team_slider .slick-nav.prev-arrow.slick-arrow {
    left: 15px;
    margin: -50px 0px;
  }
  .team_slider_about .slick-nav.next-arrow.slick-arrow {
    right: 5px;
  }
  .team_slider_about .slick-nav.prev-arrow.slick-arrow {
    left: 0;
  }
  .test_head{
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {

  .head_text {
    margin-bottom: 10px;
  }
  .head_text h1 {
    font-size: 25px;
  }
  .head_item p {
    color: #0c2164;
    font-size: 12px;
    line-height: 18px;
  }
  .head_text h1 br {
    display: none;
  }
  .head_item {
    top: 7%;
    left: 2%;
    width: 90%;
  }
  .who_head h3 {
    font-size: 46px;
  }
  .ab_text p {
    text-align: center;
  }
  .sec_heit{
    height: auto;
  }

  .a_btn{
    text-align: center;
    
  }
  .world_img{
    margin-top: 20px;
  }
  form {
    padding: 10px 15px;
  }

  .team_slider .slick-nav.next-arrow.slick-arrow {
    right: 15px;
    margin: -50px 0px;
  }
  .team_slider .slick-nav.prev-arrow.slick-arrow {
    left: 15px;
    margin: -50px 0px;
  }
  .team_slider_about .slick-nav.next-arrow.slick-arrow {
    right: 5px;
  }
  .team_slider_about .slick-nav.prev-arrow.slick-arrow {
    left: 0;
  }

  .test_head{
    text-align: center;
  }

  .testmonial{
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 380px) {
  .head_text h1 {
    font-size: 20px;
    display: inline-table;
}
}

