* {
  margin: 0px;
  padding: 0px;
}



@font-face {
  font-family: 'CerebriSans';
  src: url('fonts/CerebriSans-Regular.woff2') format('woff2'),
    url('fonts/CerebriSans-Regular.woff') format('woff'),
    url('fonts/CerebriSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



body {
  line-height: 1.74;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  color: rgb(105, 105, 105);
  position: relative;
  background-color: rgb(255, 255, 255);
  /* font-family: 'CerebriSans', sans-serif; */
}



.header-image img {
  width: 160px;
  height: 50px;
}

/* .header-image {
    width: 32%;
} */

.header-section {
  padding: 26px 0px;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.container-fluid {
  padding: 0px 90px;
}


.header-icon {
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
}


.header-icon {
  display: flex;
  width: 100%;
  /* margin: 0px -12px; */
  margin: 0px;
  /* justify-content: space-between; */
  padding: 0px 12px;
  align-items: center;
}

.containers {
  width: 100%;
}


.header-icons svg.icon {
  width: 41px;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #02347c;
  padding-top: 0px;
  padding-left: 0px;
}

.header-icons {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  /* padding-left: 19px; */
}

.icon-content h2 {
  font-size: 14.8px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  line-height: 1.18;
  margin-bottom: 6px;
  font-family: sans-serif;
  font-style: normal;
}



.icon-content p {
  margin: 0px;
  color: rgb(105, 105, 105);
  font-size: 14px;
  font-family: sans-serif;
}

svg {
  overflow: hidden;
}




.navbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar {
  background: linear-gradient(90deg, #111212, #0b0b0b);
  position: relative;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: white;
}


.navbar-brand {
  position: relative;
  color: rgb(255, 255, 255) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
  padding: 0px;
}



.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 4px;
  margin-bottom: 10px;
  padding-top: 18px;

}




.dropdown {
  position: relative;
  display: inline-block;
  /* background-color: #00a8ff; */
}

.nav-link svg {
  height: 23px;
  width: 23px;
}


/* Styling the dropdown button */
.dropdown button {
  background-color: #00a8ff;
  color: white;
  padding: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(28, 28, 28);
  min-width: 260px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 9;
  top: 100%;
  left: 0px;
  padding: 0px;
  line-height: 15px;
}




/* Menu item styles */
.dropdown-content a {
  color: white;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  display: block;
  /* background-color: #333; */
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(171, 171, 171);
}

/* Hover effects for menu items */
.dropdown-content a:hover {
  background-color: rgb(0, 174, 239);
}

/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Rotate arrow on hover */
.dropdown:hover button::after {
  transform: rotate(180deg);
}

/* Adding a down arrow to the button */
/* .dropdown button::after {
    content: '\25BC'; 
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
} */






.search-container {
  display: flex;
  align-items: center;
  background-color: #008cdd;
  /* Blue background */
  padding: 5px 10px;
  border-radius: 5px;
  width: 245px;
  max-width: 100%;
}

/* Styling for the input field */
.search-container input {
  border: none;
  background-color: transparent;
  color: white;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

/* Placeholder styling */
.search-container input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Styling for the search icon */
.search-container svg {
  color: white;
  width: 29px;
  height: 30px;

}






/* Icon SVG styling inside header */
.header-icona svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}





/* -------------------- */

/* .image {
    padding: 125px 0px;
} */




.header-images {
  z-index: -100;
  background-image: url(../image/test1.jpg);
  opacity: 1;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 138px 0px;
}


.image img {
  width: 160px;
  height: 50px;
}

.header {
  padding: 10px 0px;
}


.header-icon svg {
  line-height: 1;
  color: rgb(105, 105, 105);
  width: 30px;
  font-size: 30px;
}

.header-icons {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.swiper-two-slider {
  background-color: rgb(248, 248, 248);
  padding-bottom: 100px;
}


.icon-content h2 {
  font-size: 14px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  line-height: 1.18;
  margin-bottom: 6px;
  text-align: start;
}

.icon-content p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  text-align: start;
}

.header-icona {
  display: flex;
  justify-content: center;
  gap: 0px;
  /* margin-top: 13px; */
}


.xubisoft-content h5 {
  color: rgb(255, 255, 255);
}


.xubisoft-content h5 {
  font-size: 18px;
  margin-top: 88px;
  font-weight: bold;
}



.headers {
  width: 18%;
}

.xubisoft-content h2 {
  line-height: 1.41;
  font-weight: 600;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
  font-size: 53px;
  text-align: start;
}



.button-container {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


.play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid #ff0000;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}


.button-container::before,
.button-container::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid rgb(255, 0, 0);
  transform: translate(-50%, -50%);
  animation: rippleEffect 3.25s linear 0s infinite;
}


.button-container::after {
  animation-delay: 0.75s;
}

@keyframes rippleEffect {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.play-section {
  display: flex;
  gap: 20px;
}

.play-content h6 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.78;
  margin-top: 20px;
}




.quote-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-box {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  width: 320px;
}



.input-box {
  position: relative;
  margin-bottom: 20px;
}

.input-box input,
.input-box select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.input-box label {
  position: absolute;
  top: -15px;
  left: 10px;
  background: white;
  padding: 0 5px;
  color: #666;
  font-size: 12px;
}

.submit-btn {
  width: 100%;
  background-color: #00aaff;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #0088cc;
}


.header-form {
  max-width: 400px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 30px;
  padding: 42px 30px 51px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}


.header-form h5 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
}


.header-form p {
  color: rgb(105, 105, 105);
  font-size: 15px;
}



.header-form .input {
  margin-top: 20px;
  border-style: solid;
  font-weight: 400;
  border-width: 1px;
  border-radius: 5px;
  padding: 0px 20px;
  width: 100%;
  min-height: 56px;
  color: rgb(105, 105, 105) !important;
  background-color: rgb(248, 248, 248);
  border-color: rgb(248, 248, 248);
  font-size: 15px;
}



#cars {
  margin-top: 20px;
  border-style: solid;
  font-weight: 400;
  border-width: 1px;
  border-radius: 5px;
  padding: 0px 20px;
  width: 100%;
  min-height: 56px;
  color: rgb(105, 105, 105) !important;
  background-color: rgb(248, 248, 248);
  border-color: rgb(248, 248, 248);
  font-size: 15px;
  background-repeat: no-repeat;
  /* background: url(../image/download.png) 
    right 20px center no-repeat rgb(255, 255, 255) !important; */

}

.submit-button {
  font-size: 15px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  background: rgb(0, 174, 239);
  font-weight: 600;
  border-style: solid;
  border-color: transparent;
  padding: 0px 54px;
  height: 54px;
  text-align: center;
  border-width: 1px;
  margin-top: 20px;
}




.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000;
  /* background: #007aff; */
  height: 100%;
}

.slider-image img {
  width: 100%;
}


.swiper-slide-content {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
  position: relative;
  height: 100%;
  margin: 20px 15px 35px;
}

.swiper-slide-contents {
  padding: 25px 25px 88px;
  text-align: left;
}

.swiper-slide-contents h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2px;
  font-size: 18px;
}

.swiper-slide-contents p {
  color: rgb(0, 174, 239);
  margin-bottom: 2px;
  text-align: start;
  font-size: 15px;
}

.swiper-slide-contents span {
  font-size: 15px;
}


.softwar {
  color: #000 !important;
}


.swiper-slide-content {
  transition: .3s;
}


.swiper-slide-content:hover {
  transform: translateY(-3px);
}




.slide-swipers p {
  color: rgb(51, 51, 51);
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  padding-top: 40px;
  margin-bottom: 80px;
}

.slide-swipers p a {
  color: rgb(0, 174, 239);
  font-weight: 500;
  border-bottom: 1px solid rgb(204, 204, 204);
  position: relative;
}

/* .swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0px;
    bottom: 0px !important;
    width: 100%;
    position: absolute;
} */




.about-xubisoft {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: rgb(248, 248, 248);
}

.xubisoft-content h6 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.43;
  color: rgb(171, 171, 171);
  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 20px;
  text-align: center;
}


.xubisoft-content h3 {
  line-height: 1.41;
  font-weight: 700;
  color: rgb(51, 51, 51);
  font-size: 40px;
  text-align: center;
}


.xubisoft-content h3 span {
  color: rgb(0, 174, 239);
}


.swiper-slide-contentsa {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 31px 50px 47px;
  border-radius: 5px;
  margin: 20px 15px 35px;
  box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 20px;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.slider-images img {
  border-radius: 50%;
}

.swiper-slide-contenta {
  display: flex;
  gap: 30px;
}

.slide-svg svg {
  font-size: 16px;
  color: rgb(0, 174, 239);
}


.slide-svg h6 {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 700;
}


.swiper-slide-contentsa p {
  text-align: start;
  font-size: 18px;
  padding-top: 22px;
}


.swiper-two {
  overflow: hidden;
}



















.cart-items {
  margin: 20px 25px 100px 40px;
  overflow: hidden;
}



.cart-items ul {
  list-style: none;
}

.cart-items li a {
  text-decoration: none;
  display: block;
  color: rgb(255, 255, 255);
  padding: 18px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.cart-items li {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}




/* Dropdown button icon */
.home-dropdown {
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.home-dropdown svg {
  font-size: 25px;
}

/* Dropdown menu hidden by default */
.home-dropdowns {
  position: relative;
  min-width: 100%;
  padding: 0;

  top: auto;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px;
  border-bottom: none;
  max-height: 0px;
  overflow-y: hidden;
  transition: max-height 0.5s ease-in-out;
  transform-origin: center top;
}

/* Show the dropdown */
.home-dropdowns.show {
  max-height: 300px;
  /* Set a proper height for it to display */
}

/* Submenu items styling */
.submenu-item {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.submenu-item a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
}

.submenu-item a:hover {
  background-color: #555;
  /* Hover effect for submenu items */
}


.home-dropdowns li a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0px;
}


/* ------------------------- */



/* Dropdown button icon */
.home-dropdowna {
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.home-dropdownaa svg {
  font-size: 25px;
}

/* Dropdown menu hidden by default */
.home-dropdownsa {
  position: relative;
  min-width: 100%;
  padding: 0;

  top: auto;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px;
  border-bottom: none;
  max-height: 0px;
  overflow-y: hidden;
  transition: max-height 0.5s ease-in-out;
  transform-origin: center top;
}

/* Show the dropdown */
.home-dropdownsa.show {
  max-height: 400px;
  /* Set a proper height for it to display */
}

/* Submenu items styling */
.submenu-item {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.submenu-item a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
}

.submenu-item a:hover {
  background-color: #555;
  /* Hover effect for submenu items */
}


.home-dropdownsa li a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0px;
}



.home-dropdowna svg {
  font-size: 25px;
}





/* ------------------------- */



/* Dropdown button icon */
.home-dropdownb {
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.home-dropdownb svg {
  font-size: 25px;
}

/* Dropdown menu hidden by default */
.home-dropdownsb {
  position: relative;
  min-width: 100%;
  padding: 0;

  top: auto;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px;
  border-bottom: none;
  max-height: 0px;
  overflow-y: hidden;
  transition: max-height 0.5s ease-in-out;
  transform-origin: center top;
}

/* Show the dropdown */
.home-dropdownsb.show {
  max-height: 400px;
  /* Set a proper height for it to display */
}

/* Submenu items styling */
.submenu-item {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.submenu-item a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
}

.submenu-item a:hover {
  background-color: #555;
  /* Hover effect for submenu items */
}


.home-dropdownsb li a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0px;
}



.home-dropdownb svg {
  font-size: 25px;
}



.header-sidebar {
  display: none;
}


.cart-items ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


.icons {
  display: none !important;
}

/* ----------------------- */






.products-contents button:hover {
  background-color: rgb(210, 169, 142);
  color: rgb(255, 255, 255);
  transform: translateY(-3px);
}






.accordion-content h3 {
  font-size: 40px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  text-align: center;
  padding-top: 89px;
  padding-bottom: 80px;
}



.header-icona a {
  /* width: 20px;
    height: 20px; */
  /* margin-right: 10px; */
  color: rgb(105, 105, 105);
}









/* .button {
    width: auto;
    padding:1rem 2rem;
    background: #ffdd40;
    color:black;
    text-decoration:none;
    display: inline-block;
    font-family:Arial, sans-serif;
    text-transform:uppercase;
    
  } */




.video-popup-model {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
  transition: all 0.5s ease;
  opacity: 0;

  &.smooth_show {
    opacity: 1;
  }

  .video-layer {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (min-width: 800px) {
      background-color: rgba(0, 0, 0, 0.756);
    }

    .video-model-close-layer {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .model-wrapper {
      width: 100%;
      height: auto;

      @media screen and (min-width: 800px) {
        max-width: 65%;
      }

      .videomodel {
        width: 100%;
        height: auto;

        /* background-color: black; */
        @media screen and (min-width: 800px) {
          position: relative;
          padding: 1.5rem;
          /* background-color: white; */
          border-radius: 2rem;

        }

        .videoscreen {
          width: 100%;
          border-radius: 2rem;
          overflow: hidden;
          background: #000000;

          video,
          iframe {
            width: 100%;
            object-fit: cover;
            height: auto;
            border: 0;
            outline: none;
            display: block;
          }


        }
      }

      .modelCloseBtn {
        width: 4rem;
        height: 4rem;
        background-color: transparent;
        /* border: 0.2rem solid white; */
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        top: 1rem;
        right: 1rem;

        @media screen and (min-width: 800px) {
          background-color: rgb(0, 0, 0);
          right: -8rem;
          top: -1rem;

        }

        &:before,
        &:after {
          content: ' ';
          width: 0.2rem;
          height: 2.2rem;
          position: absolute;
          left: 1.9rem;
          top: 0.7rem;
          background-color: white;

          @media screen and (min-width: 800px) {
            background-color: black;
          }

        }

        &:before {
          transform: rotate(45deg);
        }

        &:after {
          transform: rotate(-45deg);
        }

        &:hover {

          &:before,
          &:after {
            opacity: 0.8;
          }
        }
      }
    }
  }
}






.scroll-to-top {
  transition: all .5s ease-in;
  transform: translateY(0);
  font-size: 20px;
  position: fixed;
  bottom: 20px;
  /* left: 20px; */
  right: 20px;
  z-index: 1000;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  cursor: pointer;
  display: none;
  height: 50px;
  width: 50px;
}

.scroll-to-top:hover {
  background-color: #555;
  /* Darker background on hover */
}






select#languageSelect {
  padding: 10px 20px;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  border: solid 1px #000;
  background-color: #000000;
  border: none;
}



/* display nonn */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

body {
  top: 0px !important;
}



.signup-btn {
    background: linear-gradient(90deg, #02347c, #111212);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.signup-btn:hover {
  opacity: 0.9;
}

.signup-btn .icon {
  stroke: white;
}






/* Optional: Background for each slide */
.carousel-item {
  color: #fff !important;
  /* Optional: text color for contrast */

}

.slider-text {
  padding: 100px;
}



.slider-text h1 {
  font-weight: 500 !important;
  font-size: 33px;
}

.button-slider .btn {
  /* background: linear-gradient(90deg, #ff416c, #9933ff); */
  color: #fff;
}




.gradient-border-btn {
  background:
    linear-gradient(rgb(6, 6, 6), rgb(6, 6, 6)) padding-box,
    /* inner white background */
    linear-gradient(90deg, #ff416c, #9933ff) border-box;
  /* border gradient */
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 28px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.gradient-border-btn:hover {
  background:
    linear-gradient(#ff416c0d, #9933ff0d) padding-box,
    linear-gradient(90deg, #ff416c, #9933ff) border-box;
  color: #ffffff;
}



/* --------------- */




.gradient-border-btns {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 28px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  border: none;
}

.gradient-border-btns:hover {
  background:
    linear-gradient(#ff416c0d, #9933ff0d) padding-box,
    linear-gradient(90deg, #ff416c, #9933ff) border-box;
  color: #faf9fa;
}





/* ------------------- */

.slider-image {
  text-align: end;
  padding: 0px;
  margin: 0px;
}

section {
  margin: 50px 0px;
}




.bannera::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(99.43deg, #513DE8 0.99%, #8366E3 99.43%);
  background: #000000d3;
  pointer-events: none;
}

#homea {
  background-image: url(../image/slider.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 50px; */
}




.bannerb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(99.43deg, #513DE8 0.99%, #8366E3 99.43%);
  background: #00000091;
  pointer-events: none;
}

#homeb {
  background-image: url(../image/slider-three.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 50px; */
}




.bannerb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(99.43deg, #513DE8 0.99%, #8366E3 99.43%);
  background: #00000091;
  pointer-events: none;
}

#homec {
  background-image: url(../image/slider-two.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 50px; */
}






/* ========================== */
.banner,
section#home {
  position: relative;
  overflow: hidden;
}

.banner-text,
.banner-text h1,
.banner-btn,
.banner .default-btn {
  position: relative;
  z-index: 2;
}

.banner-text h1 {
  color: #ffffff;
  font-weight: 600 !important;
  font-size: 24px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
  font-family: myriad-pro, Arial;
  font-style: normal;
}

.current-item {
  color: #fff;
}

.banner-btn a.default-btn {
  z-index: 2;
  position: relative;
}

.banner,
.banner * {
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.banner,
.banner-text,
.banner-text h1 {
  transform: none !important;
  will-change: auto !important;
}


.bounce-effect {
  width: 100%;
  height: auto;
  max-width: 1600px;
  object-fit: cover;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


/* ====== HERO / BANNER FIXES (paste at end of your CSS) ====== */

section#home.banner {
  position: relative;
  overflow: hidden;
}

section#home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#home,
section#home * {
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.banner-image img,
.banner-image .bounce-effect,
.banner-image img.bounce-effect {
  display: block;
  width: 100%;
  height: auto;
  max-width: 640px;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  /* height: 520px; */
}


.up-down-move,
.down-down-move {
  animation: upDownMove 2.3s linear 0s infinite normal both;
  transform-origin: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


.down-down-move {
  animation-direction: normal;
}

@keyframes upDownMove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .up-down-move,
  .down-down-move {
    animation: none !important;
    transform: none !important;
  }
}



.banner-btn a.default-btn {
  padding: 10px 30px 10px 30px;
  background-color: transparent;
  background-image: linear-gradient(99.43deg, #513DE8 0.99%, #8366E3 99.43%);
  border-radius: 6px 6px 6px 6px;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.banner-btn a.default-btn {
  background: #fff;
  color: #513DE8;
}


.down-down-move {
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: down-down-move;
  animation-timing-function: linear;
}

@keyframes up-down-move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-14px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes down-down-move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-14px)
  }

  100% {
    transform: translateY(0)
  }
}

header.header_sec .address-text .phone a {
  color: #fff !important;
}

.sticky .address-icon.icon_1.elementor-repeater-item-4223cec img {
  filter: none !important;
}

header.header_sec .sticky a.number_btn {
  color: #323F7C !important;
}




.wave-effect {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 150px;
  overflow: hidden;
}

.waves-shape.shape-one {
  z-index: 15;
  opacity: 0.5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.wave-one {
  background-image: url('../image/Recharge Admin Software/wave-1.webp');
  background-size: 50% 100px;
}

.waves-shape.shape-two {
  z-index: 10;
  opacity: 0.75;
}

.waves-shape.shape-three {
  z-index: 5;
}

.waves-shape {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wave-two {
  background-image: url(../image/wave-2.png);
  background-size: 50% 80px;
}

.wave-anim .wave-two {
  -webkit-animation: move-wave 10s linear infinite;
  -moz-animation: move-wave 10s linear infinite;
  animation: move-wave 10s linear infinite;
}

.wave-three {
  background-image: url(../image/wave-1.png);
  background-size: 50% 30px;
}

.wave-anim .wave-three {
  -webkit-animation: move-wave 15s linear infinite;
  -moz-animation: move-wave 15s linear infinite;
  animation: move-wave 15s linear infinite;
}

@keyframes move-wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}


.banner-image {
  position: relative;
  z-index: 2;
  /* image ABOVE overlay */
}

.banner-image img {
  position: relative;
  z-index: 3;
}






.banner-text,
.play-section {
  position: relative;
  z-index: 2;
  padding-top: 50px;
      padding-left: 20px;
}

.play-section{
  padding-bottom: 50px;
}






/* ======================================
====================================== */


.main-effct {
  position: relative;
  height: 30px;
}

#home {
  position: relative;
}

.eline-main {
  bottom: 41px;
  position: absolute;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .1);
  height: 8px;
  background: #fff;
  width: 228px;
  transform: rotate(323deg);
  left: -53px;
}



.ecircle-main {
  text-align: center;
  line-height: 95px;
  bottom: 93px;
  position: absolute;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .1);
  /* background: #00ff2a; */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  left: 133px;
}

.ecircle-maina {
  background-color: #00000072;
}


.ecircle-mainb {
  background-color: #000000;
}

.ecircle-mainc {
  background-color: #000000;
}



.ecircle2 {
  bottom: -60px;
  left: 357px;
}

.ecircle3 {
  bottom: 85px;
  left: 559px;
}

.eline2 {
  overflow: hidden;
  left: 186px;
  transform: rotate(36deg);
  bottom: 49px;
  z-index: 0;
  width: 201px;
}

.eline3 {
  left: 409px;
  overflow: hidden;
  bottom: 37px;
  width: 202px;
  z-index: 0;
  transform: rotate(-38deg);
}

.right-img .owl-dots {
  position: relative;
  left: -32px;
  top: 40px;
}

.m-img {
  transform: scale(1) !important;
  position: absolute;
  animation: inherit !important;
  animation-delay: inherit !important;
  animation-duration: inherit !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
}

.other-img {
  background: #000000;
  border-radius: 50%;
}

.chair img {
  width: 55%;
  position: absolute;
  bottom: -68px;
}

.service {
  position: relative;
}

.service-line {
  box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
  background: #0c0747;
  height: 89%;
  width: 8px;
  z-index: -2;
  position: absolute;
  bottom: 0;
  right: 59px;
}

.eline::after {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 9px 2px;
  height: 8px;
  content: "";
  width: 226px;
  animation-name: fadeInLeft;
  animation-duration: 3s;
  background: rgb(240, 0, 104);
}

.eline2::after {
  position: absolute;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .1);
  height: 8px;
  background: rgb(176, 0, 240);

  content: '';
  width: 202px;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-delay: 2.5s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



.eline3:after {
  position: absolute;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .1);
  height: 8px;

  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  content: '';
  width: 202px;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-delay: 4.3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}




@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}








.ecircle-main img {
  width: 90%;
  --webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-delay: 2.4s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ecircle2 img {
  animation-delay: 4.3s;
}

.ecircle3 img {
  animation-delay: 6s;
}

.rocket-o img {
  width: 70%;
}

.rocket-o {
  bottom: -30px;
  position: absolute;
  display: none;
  width: 100px;
  z-index: 5;
  left: -11px;
  -webkit-animation: myfirst_ro 8s alternate;
  -webkit-animation-direction: alternate;
  animation: myfirst_ro 8s;
  animation-direction: alternate;
  opacity: 0;
}

@-webkit-keyframes myfirst_ro {
  0% {
    left: -30px;
    opacity: 1;
  }

  25% {
    left: 151px;
    bottom: 60px;
    transform: rotate(60deg);
    opacity: 1;
  }

  50% {
    bottom: 8px;
    opacity: 1;
    left: 438px;
  }

  75% {
    bottom: 191px;
    left: 690px;
    opacity: 1;
  }

  100% {
    bottom: 600px;
    left: 990px;
    opacity: 0;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}






/* .image-bg {

  position: relative;
  min-height: 100vh;
} */



.image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}



.wpb_wrapper {
  padding-left: 10%;
}


#home {
  padding-top: 100px;
}

/* ================================= */


.navbar-nav {
  display: flex;
  /* align-items: center; */
  /* gap: 30px; */
  list-style: none;
  justify-content: space-between;
  margin: auto;
}




.navbar-nav .nav-item,
.navbar-nav .dropdown {
  position: relative;
  display: inline-block;
}

.navbar-nav a {
  text-decoration: none;
  /* font-weight: 600; */
  /* text-transform: uppercase; */
  position: relative;
  /* padding: 8px 0; */
  /* display: inline-block; */
  color: #000;
  padding: .2rem 1rem;
}

/* Underline effect */
.navbar-nav a::after {
  content: '';
  height: 2px;
  width: 0;
  background: #004080;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;

}

.navbar-nav a:hover::after,
.dropdown:hover>a::after {
  width: 100%;

}

/* Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 220px;
  z-index: 1000;
}

.owl-dots {
  display: none !important;
}

.owl-nav {
  display: none;
}


.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}




.dropdown-menu a {
  padding: 12px 20px;
  font-size: 14px;
  color: #000;
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


.nav-item {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 23px;
}




.dropdown p {
  color: rgb(255, 255, 255) !important;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 4px;
  margin-bottom: 0px;
  padding-top: 17px;
}


.navbar-button img {
  height: 40px;
}




.social-icons i {
  margin-right: 33px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s;
}

/* .social-icons i:hover {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */




.fb-icon {
  background-color: #081ee5;
  padding: 9px 12px;
  color: #fff;
  margin: 0px;
  border-radius: 5px;
  margin: 0px 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tr-icon {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  padding: 9px 12px;
  color: #fff;
  margin: 0px 5px !important;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.yt-icon {
  background-color: #ff0000;
  padding: 9px 12px;
  color: #fff;
  border-radius: 5px;
  margin: 0px 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}



.about-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}





.hover-effect {
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  cursor: pointer;
}


.hover-effect img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}




.hover-effect::before {
  right: 0;
  opacity: 0.7;
  top: 0;
}

.hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}


.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}








/* ------------- */




.hover-effecta {
  overflow: hidden;
  position: relative;
  cursor: pointer;

}


.hover-effecta img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}




.hover-effecta::before {
  right: 0;
  opacity: 0.7;
  top: 0;
}

.hover-effecta::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}


.hover-effecta::before,
.hover-effecta::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}

.hover-effecta:hover::after,
.hover-effecta:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}



/* ----------------------------================== */

.about-titles h2 {
  font-size: 19px;
  font-weight: 700;
  color: black;
}


.about-titles h3 {
  font-size: 18px;
  color: #000;
}


.about-content {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}

.about-list {
  list-style: none;
  padding: 0px;
}


.gcc-heading {
  height: 500px;
  width: 100%;
}


.gcc-slider img {
  width: 70px !important;
  margin: auto;
  z-index: 99;
  position: relative;
}

.gcc-slider h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  color: #bf870b;
  z-index: 99;
  position: relative;
}

.gcc-slider p {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  width: 100%;
  color: #ffffff;
  z-index: 99;
  position: relative;
}


.gcc-slider {
  position: relative;
  padding: 20px;
  height: 290px;
  background-image: url(../image/slider.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgb(255, 255, 255);

}

.gcc-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
}



body {
  font-family: 'Roboto', Arial, sans-serif;
}

h1,
h2,
h3 {
  font-family: 'Montserrat', sans-serif;
}


.gcc-services h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  color: #bf870b;
}


.gcc-service {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgb(183 166 166);
  padding: 20px;
  position: relative;
  height: 450px;
  margin-bottom: 20px;
}

.gcc-service img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 200px;
}

.gcc-service h3 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  color: #bf870b;
}

.gcc-service p {
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: justify;
  color: #000;
}

.gcc-btn {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #02347c, #111212);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 15px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  border: none;
  display: none;
}

.gcc-service:hover .gcc-btn {
  display: block;
}




.gcc-details {
  background: linear-gradient(90deg, #02347c, #111212);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 10px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  border: none;
  margin-right: 10px;
}

.gcc-btns {
  position: absolute;
  bottom: 15px;
  left: 6%;
}



/* ----------------------- */

.animated-text {
  display: inline-block;
  background: linear-gradient(90deg, #02347c, #111212);
  padding: 0px 40px;
  height: 50px;
  overflow: hidden;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}

.line {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 60px;

  @media (max-width:991px) {
    font-size: 22px;
  }
}

.line:first-child {
  animation: anim 12s infinite;
}

@keyframes anim {
  0% {
    margin-top: 0;
  }

  16% {
    margin-top: -60px;
  }

  33% {
    margin-top: -120px;
  }

  50% {
    margin-top: -180px;
  }

  66% {
    margin-top: -120px;
  }

  82% {
    margin-top: -60px;
  }

  100% {
    margin-top: 0;
  }
}


/* ---------------------------------- */


/*================  top animation ================== */

.service-slider {
  display: inline-block;
  background: linear-gradient(90deg, #02347c, #111212);
  padding: 0px 10px;
  height: 50px;
  overflow: hidden;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}

.service-track {
  animation: serviceAnimation 12s infinite;
}

.service-item {
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

/* Mobile Responsive */
/* @media (max-width: 991px) {

    .service-item {
        font-size: 16px;
    }

    .service-slider {
        padding: 0 20px;
    }
} */

/* Animation */
@keyframes serviceAnimation {

  0%,
  5% {
    transform: translateY(0);
  }

  10%,
  15% {
    transform: translateY(-60px);
  }

  20%,
  25% {
    transform: translateY(-120px);
  }

  30%,
  35% {
    transform: translateY(-180px);
  }

  40%,
  45% {
    transform: translateY(-240px);
  }

  50%,
  55% {
    transform: translateY(-300px);
  }

  60%,
  65% {
    transform: translateY(-360px);
  }

  70%,
  75% {
    transform: translateY(-420px);
  }

  80%,
  85% {
    transform: translateY(-480px);
  }

  90%,
  95% {
    transform: translateY(-540px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ============================ */


.best_servicesa {
  background: linear-gradient(to right, #0C0747 0%, #18B0F0 100%);
  padding: 50px 0px;
}

.heading_type1 h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;

}



.process_design {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 40px;
  padding-top: 40px;
}

/* Dotted Line */
.process_design::before {
  content: "";
  position: absolute;
  top: 59px;
  left: 53px;
  width: 87%;
  border-top: 2px dotted #02347c;
  z-index: 0;
}

.box_process {
  position: relative;
  width: 170px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  margin-bottom: 50px;
}

/* Background Stage */
.box_three {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  z-index: 0;
}

.box_three img {
  width: 190px;
}

/* Main Icon */
.box_one {
  position: relative;
  z-index: 2;
  transform: translateY(0);
  transition: 0.4s ease;
}

.box_one img {
  width: 95px;
}

/* Shadow */
.box_two {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%) scale(1);
  transition: 0.4s ease;
  z-index: 1;
}

.box_two img {
  width: 110px;
}

/* =====================
   HOVER EFFECT
===================== */

.box_process:hover .box_one {
  transform: translateY(-25px);
}

.box_process:hover .box_two {
  transform: translateX(-50%) scale(1.3);
  opacity: 0.6;
}





.box_two {
  position: absolute;
  z-index: 0;
  left: 50%;
  height: 42px;
  top: 74%;
  transform: translate(-50%, 0)
}

.box_two img {
  transition: .5s;
}

.box_process:hover .box_two {
  height: 73px;
  transform: translate(-50%, -30%)
}

p.active {
  font-size: 12px
}

.mega-dropdown {
  max-height: max-content;
  transition: max-height .3s ease-out
}

.mega-dropdown.show {
  max-height: 1000px;
  display: block !important
}

.has-dropdown.active>a {
  color: #fff;
  font-weight: 500;
  margin-bottom: 13px
}

.has-dropdown.active .bi-chevron-down {
  transform: rotate(180deg);
  transition: transform .3s
}

.headingdesign h2 {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 8px;
}


.headingdesign h2::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: linear-gradient(to right, transparent, red, transparent);
}


.headingdesign h2 span {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
}



.headingdesign {
  width: 100%;
  text-align: center;
  position: relative
}

.form-subheading,
.headingdesign h2 {
  margin-bottom: 20px;
  text-transform: capitalize
}

.headingdesign h2 {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 8px;

  background: linear-gradient(90deg, #02347c, #111212);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.headingdesign h2::after,
.headingdesign h2::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: red;
  height: 2px
}

.headingdesign h2::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: linear-gradient(to right, transparent, rgb(153 51 255), transparent)
}

.headingdesign h2::after {
  content: '';
  outline: #fff solid 2px;
  outline-offset: -5px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 15px;
  height: 15px;
  background-color: #ff416c;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: 5s ease-in-out infinite slideLeftRight
}

@keyframes slideLeftRight {

  0%,
  100% {
    transform: translateX(-50%) translateX(-100px)
  }

  50% {
    transform: translateX(-50%) translateX(100px)
  }
}

.headingdesign h2 span {
  font-size: 25px;
  font-weight: 600;
  font-style: italic
}

.chatandcall {
  position: fixed;
  right: 20px;
  bottom: 88px;
  background: var(--orangecolor);
  border-radius: 25px;
  z-index: 99
}



.testing {
  text-align: center;
}



.box_process h3 {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #02347c, #111212);
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}


.hero p {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
}






.about-sections {
  padding: 30px 0px;
  background: linear-gradient(90deg, #000000b6), url(../image/innerpage-banner.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
}



i.fa-solid.fa-users {
  font-size: 40px;
  margin-bottom: 8px;
}


/* .fa-solid, .fas {
    font-size: 40px;
    margin-bottom: 8px;
} */

.counter-content h2 {
  font-size: 44px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
}


.counter-content span {
  font-size: 44px;
  margin-top: -8px;
  font-weight: 700;
  color: #fff;
}


.stats-item h6 {
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}


.counter-content h2 {
  font-size: 36px;
  letter-spacing: -0.03em;
  font-weight: 700;
  padding: 0px;
  color: #fff;
}


.counter-content span {
  font-size: 36px;
  margin-top: -8px;
  font-weight: 700;
  color: #fff;
}


.stats-item h6 {
  font-size: 18px;
  /* font-weight: 800; */
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}

.counter-content {
  display: flex;
  justify-content: center;
}

.stats-item {
  text-align: center;
  color: #fff;
}



.stats-item i {
  font-size: 40px;
  margin-bottom: 8px;
}


/* ------------------------ */



.footer {
  background: linear-gradient(90deg, rgb(0 0 0 / 92%), rgb(0 0 0 / 92%)), url(../image/footer.jpg);
  color: rgb(255, 255, 255);
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
}


.footer-title p {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}






.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 220px;
}

.logo {
  font-size: 28px;
  color: #fff;
}

.logo span {
  color: #1dd1a1;
}

.footer-column h4 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: #fff;
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(3, 60px);
  gap: 33px; */
  /* justify-content: space-between; */
}

.gallery img {
  /* width: 100%;
  height: 50px; */
  width: 84px;
  height: 85px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.email-subscribe {
  display: flex;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.email-subscribe input {
  border: none;
  padding: 10px;
  flex: 1;
  background: #000000;
  color: white;
  outline: none;
  font-weight: 500;
}

.email-subscribe button {
  background: none;
  border: none;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  padding: 12px 15px;
  cursor: pointer;
  color: #fff;
}



.social-icons i {
  margin-right: 33px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s;
}

/* .social-icons i:hover {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.highlight {
  color: #1dd1a1;
  font-weight: bold;
}

.footers {
  padding-top: 25px;
}

.footer-title {
  padding-top: 16px;
}


.footer-logo {
  height: auto;
  margin-top: 11px;
  width: 70%;
}


.footer-column li {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 15px;
  color: #fff;
  font-family: myriad-pro, Arial;

}


.footer-column p {
  font-size: 16px;
  font-family: myriad-pro, Arial;
}


.footer-column a {
  color: #ffffff;
  transition: all 300ms ease;
  font-size: 14px;
  font-family: myriad-pro, Arial;
  line-height: 20px;
  cursor: pointer;
}



a {
  text-decoration: none !important;
}





/* .navbar {
  position: sticky !important;
  top: 30%;
  display: block;
  backdrop-filter: blur(9px);
  z-index: 999999;
  width: 100%;
  background-color: #fff;
  font-family: myriad-pro, Arial;
} */


.email-subscribe input::placeholder {
  color: #fff;
}



.navbar-brand img {
  width: 120px;
}



/*== ------------------ ================== */


header.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}



header.sticky .navbar {
  background: linear-gradient(90deg, #02347c, #111212);
}


/*== ------------------ ================== */


.footer-bottom {
  width: 100%;
  float: left;
  position: relative;
  background-color: #000;
  padding: 25px 0px;
}


.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #ccc;
}

.ipsum {
  color: #fb7045;
}




/* Default Light Mode */
body.dark-mode {
  background: #151515;
  color: #fff !important;
}

/* All Text White */
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode p,
body.dark-mode span,
body.dark-mode a,
body.dark-mode li {
  color: #fff !important;
}


body.dark-mode .modal-body {
  background: rgb(6, 41, 218) !important;
  color: #fff;
}

/* Dark Mode */
body.dark-mode {
  background: #151515;
  color: #fff !important;
}


/* Button Style */
.theme-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 9px 14px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  background: linear-gradient(90deg, #02347c, #111212);
  color: #fff;
  z-index: 9999;
}





.contact-stock {
  background: linear-gradient(90deg, #070707d3, #070707d1), url(../image/slider.jpg);
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  margin-bottom: 60px;
  background-position: center;

}

.headding-boxs {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 75px;
}


.headding-boxs h3 {
  text-align: center;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
}

.headding-boxs p {
  text-align: center;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
}


.headding-iconsa {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 5px;
}


.headding-iconsa ul {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}


.headding-iconsa ul:before {
  background: linear-gradient(to right, #ffffff 0%, #336667 100%);
}

.headding-iconsa ul:before {
  width: 80px;
  height: 1px;
  top: 50%;
  position: absolute;
  margin-top: -1px;
  content: "";
}


.headding-iconsa ul:before {
  left: 100%;
  margin-left: 5px;
}

.headding-iconsa li {
  display: inline-block;
  font-size: 15px;
}

.headding-iconsa li span {
  width: 30px;
  height: 30px;
  background: 0 0;
  border-radius: 100%;
  margin: 0 5px;
  display: inline-block;
  /* padding-top: 5px; */
  padding-left: 0px;
}

.headding-iconsa li span {
  border: 1px solid #ffffff;
}

.headding-iconas i {
  color: #ffffff;
}


.breadcrumb {
  margin: 5px 0 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  /* float: left; */
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
  justify-content: center;
  gap: 10px;
  letter-spacing: 2px;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #fff;
}


.headding-boxs {
  width: 100%;
  float: left;
  position: relative;
  /* padding-top: 150px; */
}


.headding-iconsa ul:after {
  width: 80px;
  height: 1px;
  top: 50%;
  position: absolute;
  margin-top: -1px;
  content: "";
}

.headding-iconsa ul:after {
  background: linear-gradient(to right, #336667 0%, #ffffff 100%);
}

.headding-iconsa ul:after {
  right: 100%;
  margin-right: 5px;
}



/* ===============  model css ================== */

/* =========================
MODAL MAIN
========================= */

.modal-content {
  border: none;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}

/* =========================
LEFT SIDE
========================= */

.contactModalcon {
  background: linear-gradient(135deg, #f8f9ff, #eef3ff);
  padding: 35px 25px;
  height: 100%;
  position: relative;
}

.modalHeading h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
  color: #02347c;
}

.modalHeading p {
  color: #000000;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 30px;
}

/* =========================
SLIDER REVIEW
========================= */

.modal-slider-review {
  text-align: center;
}

.avatar-img {
  margin-bottom: 25px;
}

.avatar-img img {
  width: 110px !important;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  border: 4px solid #02347c;
  padding: 4px;
}

.modal-slider-para {
  font-size: 14px;
  line-height: 1.9;
  color: #55575a;
  margin-bottom: 25px;
  line-height: 30px;
  font-weight: 600;
}

/* =========================
RATING
========================= */

.modal-slider-rating {
  margin-bottom: 20px;
}

.modal-slider-rating-itms {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.modal-slider-rating-itm img {
  width: 18px;
}

.modal-slider-rating span {
  background: linear-gradient(90deg, #02347c, #111212);
  color: #fff;
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

/* =========================
META
========================= */

.modal-slider-meta h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #02347c;
}

.modal-slider-meta h6 {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

/* =========================
TRUST ICONS
========================= */

.modal-trust {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.modal-trust-itm img {
  width: 70px;
  transition: 0.4s;
}

.modal-trust-itm img:hover {
  transform: scale(1.1);
}

/* =========================
FORM SIDE
========================= */

.contactForm-heading h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #111827;
  margin-bottom: 30px;
}

.default-form2 {
  padding: 37px 8px;
}

/* =========================
FORM INPUTS
========================= */


.form-control {
  height: 55px;
  border-radius: 12px;
  border: 1px solid #151516;
  padding-left: 18px;
  box-shadow: none !important;
  font-size: 16px;
}

.form-control::placeholder {
  color: #161617;
}

textarea.form-control {
  height: 140px;
  padding-top: 15px;
}

.form-control:focus {
  border-color: #28eb25;
}

/* =========================
FILE BUTTON
========================= */

.input-group-text {
  background: #0f0f0f;
  border-radius: 12px 0 0 12px;
  border: 1px solid #d1d5db;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}

.file-name {
  border-radius: 0 12px 12px 0;
}

/* =========================
CHECKBOX
========================= */

.form-check-label {
  font-size: 16px;
  color: #151515;
}

/* =========================
SUBMIT BUTTON
========================= */

.btn-primary {
  background: linear-gradient(90deg, #02347c, #111212) !important;
  border-radius: 14px;
  /* height: 58px; */
  /* width: 100%; */
  padding: 10px 19px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #02347c, #111212) !important;
}

/* =========================
CLOSE BUTTON
========================= */

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  background: linear-gradient(90deg, #ff0000, #ff0000);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.close img {
  width: 18px;
}

.form-check-input {
  border: 1px solid rgb(0 0 0) !important;
}

/* =========================
OWL NAV
========================= */

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.owl-prev,
.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 10px !important;
  background: linear-gradient(90deg, #02347c, #111212);
  color: #fff !important;
  font-size: 26px !important;
  position: absolute;
}

.owl-prev {
  left: -10px;
}

.owl-next {
  right: -10px;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
}



/*=========== Loder ================== */

#preloader {
  background: linear-gradient(90deg, #000000, #111212);
  background-size: cover;

  height: 100vh;
  width: 100%;

  position: fixed;
  z-index: 999999;

  display: flex;
  align-items: center;
  justify-content: center;
}


#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 47px;
  transform: translate(-50%, -50%);
}


.loading {
  border: 2px solid transparent;
  border-color: transparent rgb(231, 231, 235) transparent rgb(242, 243, 245);
  animation: rotate-loading 1.5s linear infinite;
  transform-origin: 50% 50%;
  height: 150px;
  position: relative;
  width: 150px;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
}


.loading-container .loading {}

#loading-icon {
  position: absolute;
  top: 56%;
  left: 44%;
    max-width: 47px;
  transform: translate(-50%, -50%);
}



iframe {
  display: none;
}


/* ========================================== */





.reveal {
  position: relative;
  overflow: hidden;
}

.reveal img {
  width: 100%;
  display: block;
  transform: scale(1.2);
  transition: transform 1.5s ease;
}


.reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #fff; */
  transform: translateX(0);
  transition: transform 1.2s ease;
  z-index: 2;
}


.reveal.active::after {
  transform: translateX(100%);
}

.reveal.active img {
  transform: scale(1);
}


.residential {
  position: relative;
  overflow: hidden;
}

.residential img {
  width: 100%;
  display: block;
  transition: 0.5s;
}


.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}


.residential:hover .img-hover {
  opacity: 1;
}

.residential:hover .img-default {
  opacity: 0;
}

.reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #fff;   ðŸ‘ˆ IMPORTANT */
  transform: translateX(0);
  transition: transform 1.2s ease;
  z-index: 2;
}

.reveal::after {
  background: linear-gradient(90deg, #fff, #f5f5f5);
}


#theme-toggle i {
  font-size: 30px;
}



/* ======================================
====================================== */



.about-title h2 {
  text-align: center;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  /* font-weight: 600; */
}

.about-content h3 {
  text-align: left !important;
  width: 100% !important;
}



.about-title h3 {
  text-align: center;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  width: 65%;
  margin: auto;
}


.about-title p {
  text-align: center;
  width: 75%;
  margin: auto;
  line-height: 30px;
  font-size: 14px;
  padding-top: 10px;
  color: #6c6c6c;

}




/* .what-section{
    padding:80px 0;
} */

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
}

.section-title span {
  color: #02347c;
}

/* =========================
CARD
========================= */

.what-card {

  background: #fff;

  border-radius: 15px;

  padding: 40px 25px;

  text-align: center;

  position: relative;

  overflow: hidden;

  transition: 0.4s;

  height: 100%;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgb(183 166 166);
  border: 1px solid #eee;
}

.what-card:hover {
  transform: translateY(-10px);
}

/* Left Border */

.what-card::before {

  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 6px;
  height: 100%;

  background: #02347c;
}

/* Bottom Shadow */

.what-card::after {

  content: "";

  position: absolute;

  bottom: 0;
  left: 0;

  width: 100%;
  height: 6px;

  background: #111212;
}

/* =========================
ICON
========================= */

.what-icon {

  width: 90px;
  height: 90px;

  margin: auto auto 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #f7f7f7;
}

.what-icon i {
  font-size: 42px;
  color: #111;
}

/* =========================
TEXT
========================= */

.what-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.what-card p {

  color: #666;

  line-height: 1.8;

  font-size: 15px;
}


.team-image img {
  width: 100%;
  /* transform: scaleX(-1); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgb(183 166 166);
  /* background-color: #dc9805; */
  padding: 20px;
}


.sec-title h2 {
  font-size: 22px;
  font-weight: 700;
  color: #02347c;
}

.sec-title .title{
  color:#000;
}


.inner-column p {
  text-align: justify !important;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  padding-top: 10px;
  color: #6c6c6c;
  margin: 0px;
}


.gcc-business {
  background-image: url(../image/asdfghjkui-scaleda.png);
  /* background-image: url(../image/bussigne-mapping.png); */
  color: #fff;
  /* padding: 50px 25px; */
  border-radius: 15px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}


.gcc-business-content img {
  width: 100%;
}



/* =================eservices.html css   eservices.html css eservices.html css  eservices.html css ============================ */

/* .service-wrapper {
  padding: 40px 0;
} */



select.form-usa {
  font-size: 20pxpx;
  font-weight: 700;
  background-color: #101011b4;
  color: #fff;
  border-color: #141414;
}

.form-usa {
  background-color: transparent;
  color: #fff;

  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.sidebar {
  background:
    linear-gradient(rgba(8, 8, 8, 0.79),
      rgba(8, 8, 8, 0.904)),
    url("../image/slider.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 15px;
  border-radius: 6px;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgb(183 166 166);
}

.sidebar-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fcf9f9;
}

.service-tab {
  width: 100%;
  border: none;
  background: #f7f7f7;
  margin-bottom: 8px;
  padding: 12px 15px;
  text-align: left;
  font-size: 15px;
  color: #0b0b0b;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  font-weight: 600;
}

.service-tab i {
  margin-right: 10px;
}

.service-tab.active {
  background: linear-gradient(90deg, #02347c, #111212);
  color: #fff;
}

.service-tab.active::after {
  content: '';
  position: absolute;
  height: 0px;
  width: 0px;
  right: -18px;
  top: -1px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 20px solid #111212;
}

.content-box {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  min-height: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgb(183 166 166);
  background:
    linear-gradient(rgba(8, 8, 8, 0.79),
      rgba(8, 8, 8, 0.904)),
    url("../image/gcc-abouts.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-card {
  border: 1px solid #ddd;
  padding: 14px 18px;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #fdfcfc;
  color: #02347c;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.service-card:hover {
  border-color: #5d08e4;
  transform: translateY(-2px);
}

.service-card i {
  color: #02347c;
  font-size: 18px;
}

.tab-content-box h4 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #fdfafa;
  font-weight: 500;
}





.gcc-business h2 {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 700;
}


.gcc-countries h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}


.countries-gcc {
  text-align: center;
  border: solid 1px #a9a9a9;
  padding: 20px;
}

.countries-gcc img {
  height: 80px;
}


.countries-gcc h3 {
  font-size: 19px;
  color: #000;
  padding: 10px 0px;
}


.all-countries-gcc {
  margin-bottom: 20px;
}




.countries-gcc button {
  background: linear-gradient(90deg, #02347c, #111212);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 7px 23px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  border: none;

}


.countries-gcc{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgb(183 166 166);
  background-color: #ffffff;
  border-radius: 20px;
}
 


.service-card:hover {
    background: linear-gradient(90deg, rgb(2, 52, 124), rgb(17, 18, 18));
  color: #fff;
  border-color: #fff;
}

.service-card:hover i {
  color: #fff;
}

body.dark-mode .countries-gcc h3{
    color: #000000 !important;
}



.banner-text h1{
    opacity: 0;
    transform: translateY(40px);

    animation: bannerZoom 1.8s ease forwards;
    animation-delay: 0.7s;
}

.banner-text span{
    opacity: 0;
    transform: translateY(60px);

    animation: bannerZoom 1.5s ease forwards;
    animation-delay: 0.4s;
}

.banner-btn{
    opacity: 0;
    transform: translateY(40px);

    animation: bannerZoom 1.8s ease forwards;
    animation-delay: 0.7s;
}

@keyframes bannerZoom{

    0%{
        opacity: 0;
        transform: translateY(80px) scale(0.9);
    }

    100%{
        opacity: 1;
        transform: translateY(0px) scale(1);
    }

}



/* ============================== contact.html ====================================================== */


.map-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 30px;
  text-align: center;
  /* height: 300px; */
  background-color: #fff;
  /* height: 200px; */
}

.map-content img {
  height: 100px;
  cursor: pointer;
}


.map-content h5 {
  padding-top: 10px;
  color: black;
}


.map-content i {
  font-size: 30px;
  color: #02347c;
}


/* form */




.rts-contact-form-area {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 50px;
}



/* map */
.rts-contact-map-area,
.contact-map-area-fluid,
.contact-map {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
}

.contact-map {
  border: 0;
  display: block;
}


.rts-contact-fluid .form-wrapper form .name-email input {
  width: 100% !important;
}

.rts-contact-fluid .form-wrapper textarea {
  height: 150px;
  background-color: #ebebeb;
  border-radius: 0px;
  padding: 15px 15px;
  border: 1px solid #cdc7c7;
  width: 100%;
}

.techek-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 8px 0px;
}


.map-content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
      margin-bottom: 0rem;
      color: #000;


}



/* ============== contact form ============== */


.contact-form {
  max-width: 100%;
  margin: auto;
  background: #f8f6f2;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial;
}

.contact-form h2 {
  padding: 20px 0px;
  font-weight: 600;
  font-family: var(--font-serif);
  font-size: 22px;
  color: #000;
}

/* .row {
  display: flex;
  gap: 15px;
} */

.form-group {
  width: 100%;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
}

textarea {
  height: 100px;
  resize: none;
}

.checkbox {
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 10px;
}


svg.lucide.lucide-send.w-5.h-5.ml-2 {
  padding-left: 5px;
  padding-top: 5px;
}


.contact-email {
  margin-top: 30px;
}

.service-box img {
  width: 100%;
  height: 300p;
  object-fit: cover;
}

.service-box button {
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 11px 25px !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 10px;
  margin-bottom: 20px;
}


.service-box h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px;
}

.service-box p {
  font-size: 14px;
  line-height: 30px;
}


.service-box-btn {
  display: flex;
  gap: 10px;
}


.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}


textarea {
  resize: none;
}




.form-container {
  max-width: 800px;
  margin: 40px auto;
  background: #ccc7c7;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.form-container h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}


.form-container h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}










/* =========================== */
/*portfolio_page*/
.portfolio_1 {
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 260px;
  background: url(../image/screen-desktop-bg.webp) no-repeat center center;
  background-size: 395px 246px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.imf-cover {
  width: 289px;
  height: 205px;
  overflow: hidden;
  position: relative;
  top: 20px;
}

.port_S_short {
  width: 100%;
  height: 205px;
  overflow: hidden;
  position: absolute;
}

.port_S_short img {
  width: 100%;
}

.port_S_short:hover {
  bottom: 0;
  position: absolute;
  top: 0;
}

.port_S_short img:hover {
  transform: translateY(calc(-100% + 182px));
  transition: 4s ease-out;
}

/* ================================ */

.service-contenta {
  padding-left: 80px;
}


.amploy-titlea {
  margin-top: 10px !important;
}

.lorem {
  padding: 0px !important;
}

.amploy-titlea h3 {
  padding-top: 60px;
}


.amploy-titlea button {
  /* float: inline-end; */
  margin-top: 23px;
  padding: 7px 19px;
  /* border: solid 1px; */

    background: linear-gradient(90deg, #02347c, #8385a5);

color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}




.amploy-titlea {
  text-align: start;
}

.infoce {
  color: white !important;
}

.interval {
  color: white !important;
  border-bottom: solid 2px #fff;
}



.amploy-title p {
  text-align: justify !important;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  padding-top: 10px;
  color: #ffffff !important;
  margin: 0px;
}

.amploy-title h2 {
  text-align: left;
  color: #ffffff;
  /* margin: 0px;
  padding: 0px; */
  font-size: 17px;
  font-weight: 600;
  /* padding-top: 10px; */
  width: 100%;
  margin: auto;
}

.service-logo {

  background: linear-gradient(rgba(8, 8, 8, 0.952), rgba(8, 8, 8, 0.853)), url(../image/slider.jpg);
    /* background-color: #f8f6f2 !important; */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgb(183 166 166);
    padding: 50px 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}


#loading-icon img{
  height: 60px;
}
  



.privacy-card p{
    font-size: 15px;
    color: #000;
}

.privacy-card h2{
  font-size: 18px;
  font-weight: 600;
  color: #004080;

}
ul{
  list-style: none;
  padding: 0px;
  color: #000;
  line-height: 30px;
  font-size: 15px;
}
 

.terms-card p{
      font-size: 15px;
    color: #000;
}

.terms-card h2{
  font-size: 18px;
  font-weight: 600;
  color: #004080;

}

span#closeVideo {
  background-color: #ff0000 !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
      font-size: 26px !important;

}







.fixed-socials {
  position: fixed;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  z-index: 111;
}

.fix-btn-cls {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px #ffffff52;
  margin: 8px 0;
  border-radius: 50%;
  transition: 0.5s;
  right: 10px;
  position: relative;
  gap: 5px;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_sec_con .contact_sec_form textarea.form-control.message_control {
  height: auto !important;
  max-height: 70px
}

.banner_sec_con .contact_sec_form {
  border-radius: 30px
}

.talk_sec_btn .whatsapp_btn,
.white_btn {
  padding: 10px 15px;
  border-radius: 10px;
  display: inline-flex
}

.white_btn {
  background: #fff;
  color: #000;
  align-items: center;
  gap: 10px;
  font-weight: 600
}

.white_btn svg path {
  fill: red
}

.talk_sec_btn .whatsapp_btn {
  background: #23924a;
  gap: 5px;
  color: #fff !important
}

.talk_sec_btn {
  display: flex;
  justify-content: center;
  gap: 15px
}




.fixed_buttons_scl_ic svg {
  height: 24px;
  width: 24px;
  fill: #fff;
}

.fix-btn-cls.call {
    background: linear-gradient(130deg, #02347c, #111212);
}

.fix-btn-cls.whatsapp {
  background: #0f8117;
}

.fix-btn-cls.mail {
  background: #02347c;
}

.fixed_buttons_scl_ic svg path {
  fill: #fff;
}

.fixed-socials .fixed_buttons_scl_ic {
  position: relative;
  -webkit-animation: swing-ani 1.5s infinite ease-in-out;
  -moz-animation: swing-ani 1.5s infinite ease-in-out;
  -ms-animation: swing-ani 1.5s infinite ease-in-out;
  -o-animation: swing-ani 1.5s infinite ease-in-out;
  animation: swing-ani 1.5s infinite ease-in-out;
}

/* @keyframes swing-ani {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
} */




.navbar {
    z-index: 99999;
}

.social-icons{
  margin-bottom: 20px;
}






/* =========================
RESPONSIVE
========================= */

@media(max-width:991px) {

  .contactForm-heading h4 {
    font-size: 28px;
  }

  .modalHeading h3 {
    font-size: 32px;
  }

}

@media(max-width:768px) {

  .default-form2 {
    padding: 25px;
  }

  .contactModalcon {
    padding: 25px;
  }

  .modalHeading h3 {
    font-size: 20px;
  }

  .contactForm-heading h4 {
    font-size: 14px;
  }

  .modal-slider-meta h5 {
    font-size: 22px;
  }





  .sidebar {
    margin-bottom: 20px;
  }

  .service-tab.active::after {
    display: none;
  }


}