body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

/* .container {
                        margin: 0 auto;
                        width: 1170px;
                    } */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
.header2 .main-header {
  background-color: #273bac !important;
  border-bottom: 1px solid #ffd448;
  box-shadow: 0 4px 6px rgb(0 0 0 / 25%);
}
.main-header {
  background-color: transparent;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.main-header.scrolled {
  background-color: #3d2f8b !important;
  border-bottom: 1px solid #ffd448;
  box-shadow: 0 4px 6px rgb(0 0 0 / 25%);
  top: 0px !important;
  padding: 0;
}

.main-header .navbar-brand {
  color: #ffffff;
}

.main-header .navbar-collapse .navbar-nav {
  margin: 0 auto;
}

.main-header .navbar-collapse .navbar-nav li {
  margin: 0 3px;
}

.main-header .navbar-collapse .navbar-nav li .nav-link {
  color: #ffffff;
  font-weight: bold;
}

.main-header .navbar-collapse .navbar-nav li a:hover {
  color: rgb(255, 199, 17);
  transition: 0.9s;
}

.main-header .navbar-collapse .navbar-nav li a i {
  color: #ffffff;
  font-size: 16px;
}

.main-header .navbar-collapse .navbar-nav li .active {
  color: #ffffff;
}

.main-header .dropdown-toggle::after {
  display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #e9e9ff;
}

.nav-item .dropdown .dropdown-item {
  color: #000549;
}

.main-header .responsive-button {
  background: #ffffff;
  /* background: linear-gradient(90deg, rgba(245, 203, 134, 1) 0%, #7e5936 100%); */
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 30px;
  color: #000000;
  border: none;
  border: 1px solid #ffdb27;
}

.main-header .responsive-button:hover {
  background-color: #fce9ab;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 30px;
  color: #000000;
  transition: 1.5s;
}

@media (max-width: 990px) {
  .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar-toggler {
    border: 1px solid #ffda6b;
  }

  .navbar-collapse {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;

    margin: auto;
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 0px;
  }

  .navbar-nav {
    padding: 10px 20px;
  }

  .main-header .navbar-collapse .navbar-nav li a i {
    color: #f7c00c;
  }

  .main-header .navbar-collapse .navbar-nav li .nav-link {
    color: #0e0255;
  }

  .main-header .navbar-collapse .navbar-nav li .active {
    color: #0e0255;
  }

  .main-header .responsive-button {
    margin: 0px 10px 20px 10px;
    background-color: #ffc936;
    color: #000000;
  }

  .main-header .responsive-button {
    margin: 0px 10px 10px 10px;
  }
}

/******* header end ******/
/******* banner start ******/
.banner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner .contain {
  position: relative;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.banner #slide {
  width: max-content;
  margin-top: 50px;
}

.banner .items {
  width: 200px;
  height: 140px;
  background-position: center;
  display: inline-block;
  transition: 0.5s;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 68%;
  transform: translate(0, -50%);
  border-radius: 20px;
  border: 1px solid #ffffff;
  border-bottom: 5px solid #fff0e6;
  box-shadow: 0 30px 50px #505050;
  background-repeat: no-repeat;
}

.banner .items:nth-child(1),
.banner .items:nth-child(2) {
  left: 0;
  top: 0;
  transform: translate(0, 0);
  border-radius: 0;
  border: none;
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.banner .items:nth-child(3) {
  left: 50%;
}

.banner .items:nth-child(4) {
  left: calc(50% + 220px);
}

.banner .items:nth-child(5) {
  left: calc(50% + 440px);
}

.banner .items:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}

.banner .items .content {
  position: absolute;
  top: 60%;
  left: 100px;
  width: 500px;
  text-align: left;
  padding: 0;
  color: #eee;
  transform: translate(0, -50%);
  display: none;
  font-family: system-ui;
  background-color: #fff5eb84;
  border-left: 6px solid #ffdb27;
  border-radius: 30px;
  padding: 20px;
  backdrop-filter: blur (2px);
}

.banner .items .content::after {
  content: "";
  position: absolute;
  top: 61px;
  bottom: 0;
  left: -124px;
  right: 0;
  background: url(../images/Animation.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

.banner .items:nth-child(2) .content {
  display: block;
  z-index: 11111;
}

.banner .items .name h2 {
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  animation: showcontent 1s ease-in-out 1 forwards;
}

.banner .items .des {
  margin: 10px 0;
  opacity: 0;
  animation: showcontent 1s ease-in-out 0.3s 1 forwards;
}

.banner .button {
  position: relative;
  z-index: 1;
}

.banner .button .banner-btn {
  padding: 8px 20px;
  text-transform: capitalize;
  background-color: #ffdb27;
  color: #000000;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  opacity: 0;
  animation: showcontent 1s ease-in-out 0.6s 1 forwards;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.banner .button .banner-btn:hover {
  box-shadow: 0 0 15px 5px rgba(35, 57, 255, 0.7);
  transform: scale(1.05);
}

@keyframes showcontent {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}

.banner .buttons {
  position: absolute;
  bottom: 35px;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.banner .buttons button {
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, rgba(245, 203, 134, 1) 0%, #7e5936 100%);
  border-radius: 50%;
  border: 5px solid #ffffff;
  transition: 0.5s;
}

.banner .buttons button i {
  color: #fff;
}

.banner .buttons button:hover {
  background-color: #bac383;
}

.banner .items {
  position: absolute;
  overflow: hidden;
}

.banner .bg-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* animation: zoomBg 6s ease-in infinite;  */
}

.banner .bg-zoom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.69), rgba(2, 15, 65, 0.53)); */
}

.banner .items:nth-child(2) .bg-zoom {
  animation: zoomIn 10s ease forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.banner .items .content {
  position: relative;
  z-index: 1;
}

/* Media Queries for Smaller Devices */
@media screen and (max-width: 768px) {
  .banner .items {
    width: 30vw;
    height: 21vw;
    min-width: 120px;
    min-height: 80px;
    border-radius: 3vw;
    border-bottom: 0.7vw solid #fff0e6;
    box-shadow: 0 2vw 3vw #505050;
  }

  .banner .items:nth-child(4) {
    left: calc(50% + 33vw);
  }

  .banner .items:nth-child(5) {
    left: calc(50% + 66vw);
  }

  .banner .items:nth-child(n + 6) {
    left: calc(50% + 99vw);
  }

  .banner .items .content {
    left: 5vw;
    width: 70vw;
    max-width: 300px;
    padding: 3vw;
    border-left: 0.8vw solid #ffdb27;
    border-radius: 4vw;
  }

  .banner .items .content::after {
    top: 8vw;
    left: -15vw;
    width: 12vw;
    height: 12vw;
  }

  .banner .items .name h2 {
    font-size: clamp(12px, 2vw, 14px);
  }

  .banner .items .des {
    font-size: clamp(10px, 1.8vw, 12px);
  }

  .banner .button .banner-btn {
    padding: 1.2vw 3vw;
    font-size: clamp(10px, 1.8vw, 12px);
    border-radius: 1.5vw;
  }

  .banner .buttons {
    bottom: 5vw;
  }

  .banner .buttons button {
    width: 5vw;
    height: 5vw;
    min-width: 25px;
    min-height: 25px;
    border: 0.6vw solid #ffffff;
  }

  .banner .buttons button i {
    font-size: clamp(10px, 1.8vw, 12px);
  }
}

@media screen and (max-width: 480px) {
  .banner #slide {
    margin-top: 8vw;
  }

  .banner .items {
    width: 40vw;
    height: 28vw;
    min-width: 100px;
    min-height: 70px;
    top: 70%;
    border-radius: 4vw;
    border-bottom: 1vw solid #fff0e6;
    box-shadow: 0 1.5vw 2.5vw #505050;
  }

  .banner .items:nth-child(4) {
    left: calc(50% + 44vw);
  }

  .banner .items:nth-child(5) {
    left: calc(50% + 88vw);
  }

  .banner .items:nth-child(n + 6) {
    left: calc(50% + 132vw);
  }

  .banner .items .content {
    top: 40%;
    left: 13vw;
    width: 85vw;
    max-width: 270px;
    min-height: 190px;
    max-height: 200px;
    padding: 5vw;
    border-left: 1vw solid #ffdb27;
    border-radius: 5vw;
  }

  .banner .items .content::after {
    top: 10vw;
    left: -18vw;
    width: 15vw;
    height: 15vw;
  }

  .banner .items .name h2 {
    font-size: clamp(10px, 4.5vw, 16px);
  }

  .banner .items .des {
    /* font-size: clamp(8px, 8vw, 10px); */
    font-size: 13px;
    color: #000000;
  }

  .banner .button .banner-btn {
    padding: 3.5vw 7vw;
    font-size: clamp(8px, 4vw, 13px);
    border-radius: 2vw;
  }

  .banner .buttons {
    bottom: 17vw;
  }

  .banner .buttons button {
    width: 10vw;
    height: 10vw;
    min-width: 20px;
    min-height: 20px;
    border: 0.8vw solid #ffffff;
  }

  .banner .buttons button i {
    font-size: clamp(8px, 2vw, 10px);
    position: relative;
    top: -1px;
  }
}

/******* banner-end ******/
/******* about start ******/
.about {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

.about .about-leftbox {
  margin-top: 70px;
}

.about .about-leftbox h2 {
  text-transform: capitalize;
  color: #00156b;
}

.about .about-leftbox h5 {
  font-weight: bold;
  text-transform: capitalize;
  color: #bfa101;
  font-size: 18px;
  padding: 10px 0;
}

.about .about-leftbox p {
  font-size: 12px;
}

.about .middle-box img {
  width: 100%;
  height: 350px;
}

.about .about-rightbox .one1 {
  padding: 10px;
  box-shadow: rgba(185, 184, 184, 0.513) -11px -1px 4px 0;
  border-radius: 20px;
  margin-bottom: 10px;
  border-left: 5px solid #ffc107;
  background: linear-gradient(90deg, #e4e5ff 0%, #ffffff 100%);
}

.about .about-rightbox .two2 {
  padding: 10px;
  box-shadow: rgba(178, 176, 176, 0.575) 10px -2px 4px 0px;
  border-radius: 20px;
  margin-bottom: 10px;
  border-right: 5px solid #ffc107;
  background: #f5cb86;
  background: linear-gradient(60deg, rgb(255, 255, 255) 0%, #9f9dc3 100%);
}

.about .about-rightbox .three3 {
  padding: 10px;
  box-shadow: rgba(171, 157, 157, 0.685) -11px -1px 4px 0;
  border-radius: 20px;
  border-left: 5px solid #ffc107;
  background: #f5cb86;
  background: linear-gradient(90deg, #d0d7e1 0%, #ffffff 100%);
}

.about .about-rightbox li {
  font-size: 14px;
  min-height: 100px;
}

.about .about-rightbox li i {
  color: #7b5625;
  padding-right: 8px;
}

.about .button .about-btn {
  padding: 8px 20px;
  margin-top: 10px;
  text-transform: capitalize;
  background: #f8e01f;
  color: #000000;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.about .button .about-btn:hover {
  box-shadow: 0 0 15px 5px rgba(35, 57, 255, 0.7);
  transform: scale(1.05);
}

.about .about-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img img {
  padding: 0px;
  width: 100%;
  position: relative;
}

.icon-container {
  width: 280px;
  /* set equal width and height */
  height: 280px;
  border: 2px solid #955f2d;
  border-radius: 50%;
}

.about .icon-container img {
  width: 100%;
  height: 100%;
  /* padding: 20px; */
}

.about .social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 282px;
  height: 294px;
  animation: rotateClockwise 20s linear infinite;
}

.about .social-icons span {
  position: absolute;
  font-size: 24px;
  /* color: #fff; */
  background-color: #000c64;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about .social-icons .icon-top {
  top: -15px;
  left: 51%;
  transform: translateX(-50%);
}

.about .social-icons .icon-right {
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}

.about .social-icons .icon-bottom {
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.about .social-icons .icon-left {
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes rotateClockwise {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 990px) {
  .about .about-leftbox {
    margin-top: 0px;
  }
}

@media screen and (min-width: 200px) and (max-width: 1024px) {
  .about .icon-container img {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }

  .about .icon-container {
    position: relative;
    width: 268px;

    /* height: 100px; */
    margin: 20px auto;
  }

  .about .social-icons .icon-top {
    top: -1px;
    left: 51%;
    transform: translateX(-50%);
  }

  .about .social-icons .icon-right {
    right: 246px;
    top: 44%;
    transform: translateY(-50%);
  }

  .about .social-icons .icon-bottom {
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
  }

  .about .social-icons .icon-left {
    left: 248px;
    top: 58%;
    transform: translateY(-50%);
  }

  .about .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
    animation: rotateClockwise 20s linear infinite;
  }

  .about .social-icons span {
    position: absolute;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(
      360deg,
      rgba(21, 94, 161, 1) 36%,
      rgba(76, 78, 77, 1) 100%
    );
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}

/******* about end ******/

/******* why-choose start ******/
/*  */
.why-choose {
  padding: 20px 0;
  background-image: url(../images/abstract-hexagons-technology-concept-background_41814-23.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.why-choose .progress-box {
  margin-bottom: 30px;
}

.why-choose .label {
  font-weight: bold;
  margin-bottom: 10px;
  color: #555;
}

.why-choose .progress-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  height: 30px;
}

.why-choose .progress-bar {
  height: 100%;
  width: 0%;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
  transition: width 0.5s ease;
}

.why-choose .green {
  background-color: #350a8d;
}

.why-choose .blue {
  background-color: #4e3602;
}

.why-choose .orange {
  background-color: #e0ca4e;
}

.why-choose::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #03194a5c;
}

.why-choose .container {
  position: relative;
  z-index: 1;
}

.why-choose .ab-right {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.why-choose .ab-left {
  background-color: #ffffff;
  padding: 20px;
}

.why-choose .right-row {
  border-top: 2px solid #f9e6cb;
  border-left: 4px solid #f9e6cb;
  border-radius: 5px;
  padding: 20px 40px 20px 40px;
  background-color: #fcf8d7;
  position: relative;
  z-index: 1;
}

.why-choose .text-box {
  margin-top: 50px;
}

.why-choose .text-left {
  display: flex;
}

.why-choose .right-row h1 {
  padding: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 35px;
  text-transform: capitalize;
  color: #051846;
  text-align: center;
}

.why-choose .right-row h6 {
  padding-bottom: 20px;
  text-align: center;
  color: #765c0b;
}

.why-choose .why-boxONE .wh-img {
  background-color: #001062;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 90px;
  padding: 25px 10px 5px 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: -3px -14px 11px -6px rgba(85, 85, 85, 0.512);
}

.why-choose .why-boxONE .wh-content {
  background-color: #001062;
  padding: 10px;
  min-height: 120px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .why-boxONE .wh-number {
  background-color: #ffffff;
  min-height: 80px;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .why-boxTWO {
  margin-top: 20px;
}

.why-choose .why-boxTWO .wh-img {
  background-color: #4a3117;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 90px;
  padding: 25px 10px 5px 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: -3px -14px 11px -6px rgba(85, 85, 85, 0.512);
}

.why-choose .why-boxTWO .wh-content {
  background-color: #4a3117;
  padding: 10px;
  min-height: 120px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .why-boxTWO .wh-number {
  background-color: #ffffff;
  min-height: 80px;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .why-boxTHREE {
  margin-top: 20px;
}

.why-choose .why-boxTHREE .wh-img {
  background-color: #4a3117;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 90px;
  padding: 5px 10px 25px 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: -3px -14px 11px -6px rgba(85, 85, 85, 0.512);
}

.why-choose .why-boxTHREE .wh-content {
  background-color: #4a3117;
  padding: 10px;
  min-height: 120px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .why-boxTHREE .wh-number {
  background-color: #ffffff;
  min-height: 80px;
  padding: 12px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .why-boxFOUR {
  margin-top: 20px;
}

.why-choose .why-boxFOUR .wh-img {
  background-color: #001062;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 90px;
  padding: 5px 10px 25px 10px;

  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .why-boxFOUR .wh-content {
  background-color: #001062;
  padding: 10px;
  min-height: 120px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .why-boxFOUR .wh-number {
  background-color: #ffffff;
  min-height: 80px;
  padding: 12px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.why-choose .right-row h2 {
  color: #613506;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
  width: 100%;
}

.why-choose .right-row h5 {
  color: #f0e84e;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 6px;
}

.why-choose .right-row p {
  color: #fff;
  font-size: 12px;
}

.why-choose .wh-right {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
}

.why-choose .wh-right h4 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #543501;
}

.why-choose .wh-right p {
  color: #000000;
  font-size: 14px;
}

@media (max-width: 576px) {
  .why-choose .why-boxONE .bb .wh-number {
    width: 80%;
    /* Shrink to fit small screen */
    max-width: 250px;
  }
}

@media (max-width: 900px) {
  .why-choose .ab-right {
    padding: 0;
  }

  .why-choose .right-row {
    padding: 20px 10px 20px 10px;
  }
}

/******* why-choose end ******/
/******* subscribe start ******/
/* General Styling */
.telegram {
  padding: 60px 0;
  background-image: url(../images/telegram-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

.telegram .container {
  position: relative;
  z-index: 1;
}

.telegram .telegram-img img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.telegram .tele-header {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.telegram .tele-midimg img {
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.telegram h1 {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: capitalize;
}

.telegram .tele-img {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background: #f8e01f;
  /* float: inline-start; */
  border-radius: 51%;
  padding: 5px;
  position: relative;
  border: 2px solid #fff;
  box-shadow: rgb(255 255 255 / 17%) 0px -23px 25px 0px inset,
    rgb(255 255 255 / 15%) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.telegram .tele-img h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

.telegram .tele-img::after {
  content: "";
  position: absolute;
  top: 49px;
  bottom: 0;
  left: 95px;
  right: 0;
  width: 71px;
  height: 6px;
  background: #fadd00;
  background: linear-gradient(
    90deg,
    rgba(250, 221, 0, 1) 36%,
    rgba(2, 37, 166, 1) 100%
  );
  box-shadow: rgb(255 255 255 / 17%) 0px -23px 25px 0px inset,
    rgb(255 255 255 / 15%) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  z-index: -1;
}

.telegram .tele-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 44px;
  bottom: 0;
  left: 151px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #350a8d;
}

.telegram .tele-content {
  position: relative;
  top: 0;
  left: -100px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0px 0px 15px 0px;
  padding: 20px;
  background-color: #fff;
}

.telegram .tele-content h3 {
  color: #003c91;
  padding-bottom: 8px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
}

.telegram .tele-content p {
  font-size: 12px;
}

@media (max-width: 1200px) {
  .telegram .tele-content {
    position: relative;
    top: 0;
    left: -59px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
  .telegram .teleimg {
    position: absolute;
  }

  .telegram .tele-img {
    margin-bottom: 186px;
    left: 0;
    top: -32px;
  }

  .telegram .tele-content {
    top: 122px;
    left: 0;
    /* Remove offset for small screens */
    padding: 4vw;
    margin: 0 0 20vw 0;
  }
}

/* Media Queries for Mobile Devices */
@media screen and (max-width: 480px) {
  .telegram .teleimg {
    position: absolute;
  }

  .telegram .tele-img {
    margin-bottom: 210px;
    left: 0;
    top: -32px;
  }

  .telegram .tele-content {
    top: 122px;
    left: 0;
    /* Remove offset for small screens */
    padding: 4vw;
    margin: 0 0 46vw 0;
  }
}

/******* subscribe end ******/
/******* plans start ******/
.plan-home {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(
    0deg,
    rgb(255 255 255) 50%,
    rgb(156 168 217) 50%,
    rgb(1, 18, 83) 87%
  );
}

.plan-home .container {
  max-width: 80%;
  margin: auto;
}

.plan-home h2 {
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
}

.plan-home .plan-head {
  color: #fbe7a6;
  padding-bottom: 30px;
}

.plan-home .pricing-content .content .plan-price {
  max-height: 120px;
  min-height: 105px;
  padding: 10px 0;
}

.plan-home .pricing-content .content .start-price {
  font-weight: bold;
  color: #04004b;
  font-size: 20px;
  padding-bottom: 5px;
}

.plan-home .pricing-content .content .cut-price {
  text-decoration: line-through;
  color: red;
  padding-bottom: 5px;
}

.plan-home .pricing-content .content .main-price {
  font-weight: bold;
}

.plan-home .pricing-content .content .plan-details {
  max-height: 100px;
  min-height: 120px;
  overflow-y: auto;
}

.plan-home .pricing-content .content .plan-details ul li {
  font-size: 12px;
}

.plan-home .pricingTable {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 0 15px;
  position: relative;
  z-index: 1;
}

.plan-home .pricingTable .pricingTable-header {
  color: #08255c;
  background-color: #fff;
  text-align: center;
  padding: 40px 0 40px;
  margin: 0 15px;
  display: block;
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  position: relative;
  z-index: -1;
  max-height: 108px;
  min-height: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-home .pricingTable .title {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}

.plan-home .pricingTable .pricing-content {
  background: linear-gradient(to bottom, #fbea54, #c3cbe1);
  border-radius: 20px;
  padding: 15px 15px 25px;
  margin-top: -15px;
  z-index: 2;
  transition: all 0.3s;
}

.plan-home .pricingTable:hover .pricing-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.plan-home .pricingTable .content {
  background: #fff;
  border-radius: 10px;
  padding: 20px 50px 50px;
  margin-bottom: 20px;
  -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
  clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
  max-height: 310px;
  min-height: 300px;
}

.plan-home .pricingTable .content ul {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  list-style: disc;
  padding: 0;
  display: inline-block;
  margin: 0 auto 5px;
}

.plan-home .pricingTable .content ul li {
  margin-bottom: 10px;
}

.plan-home .pricingTable .content ul li span {
  color: #f39733;
}

.plan-home .pricingTable .price-value {
  color: #000;
  font-size: 30px;
  transition: all 0.3s;
}

.plan-home .pricingTable .amount {
  color: #f39733;
}

.plan-home .pricingTable .pricingTable-signup {
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  border: 2px solid #fff;
  border-radius: 5px;
  text-decoration: none;
}

.plan-home .pricingTable .pricingTable-signup:hover {
  padding: 10px 15px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7) inset;
  color: #000000;
  text-decoration: none;
}

.plan-home .pricingTable.green .pricingTable-header {
  color: #08255c;
}

.plan-home .pricingTable.green .pricing-content {
  background: linear-gradient(to bottom, #003c91, #cda973);
}

.plan-home .pricingTable.blue .pricingTable-header {
  color: #08255c;
}

.plan-home .pricingTable.blue .pricing-content {
  background: linear-gradient(to bottom, #fff03c, #a3b7d5);
}

/* Owl Carousel Custom Styles */
.plan-home .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

/* Position navigation buttons at the bottom of cards */
.plan-home {
  position: relative;
}

.plan-home .owl-carousel .owl-nav {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.plan-home .owl-carousel .owl-nav button {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #08255c !important;
  border-radius: 50% !important;
  width: 35px !important;
  height: 35px !important;
  font-size: 18px !important;
  margin: 5px !important;
  transition: all 0.3s ease !important;
  border: 2px solid #08255c !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.plan-home .owl-carousel .owl-nav button:hover {
  background: #08255c !important;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.plan-home .owl-carousel .owl-dots {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.plan-home .owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.plan-home .owl-carousel .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

/* .owl-carousel .owl-dot.active span {
                    background: #754141 !important;
                    transform: scale(1.3);
                    border: 2px solid #08255c !important;
                } */

.plan-home .owl-theme .owl-dots .owl-dot span {
  display: none;
}

/* Add some bottom padding to accommodate the navigation */
.plan-home {
  padding-bottom: 100px;
}

.plan-home .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.plan-home .owl-carousel .owl-dot.active span {
  display: none;
}

.plan-home .plan-all {
  background-color: #fce566;
  font-weight: bold;
  color: #000;
  margin: 10px 0;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.plan-home .plan-all:hover {
  box-shadow: 0 0 15px 5px rgba(35, 57, 255, 0.7);
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .plan-home h1.white {
    font-size: 18px;
  }
}

@media only screen and (max-width: 990px) {
  .plan-home .container {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .plan-home .pricingTable .content ul {
    font-size: 15px;
  }

  .plan-home .pricingTable .price-value {
    font-size: 23px;
  }

  .plan-home .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
}

/******* plans end ******/

/******* services start ******/
.service {
  padding: 100px 0px 50px 0px;
  overflow: hidden;
}

.service h2 {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}

.service .service-head {
  text-align: center;
  padding-bottom: 20px;
}

.service .side-line {
  margin-top: 50px;
}

.service .side-line li {
  padding: 10px;
  background-color: rgb(204, 201, 247);
  border-left: 1px solid rgb(0, 0, 63);
  color: #fff;
  margin: 15px 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.service .side-line ul li:nth-child(1) {
  background: rgb(255, 249, 249);
  border-right: 5px solid yellow;
}

.service .side-line ul li:nth-child(2) {
  background: rgb(243, 245, 217);
  border-right: 5px solid rgb(34, 46, 131);
}

.service .side-line ul li:nth-child(3) {
  background: rgb(224, 247, 243);
  border-right: 5px solid rgb(34, 131, 49);
}

.service .side-line ul li:nth-child(4) {
  background: rgb(238, 243, 250);
  border-right: 5px solid rgb(145, 38, 38);
}

.service .side-line ul li:nth-child(5) {
  background: rgb(254, 237, 250);
  border-right: 5px solid rgb(81, 2, 49);
}

.service .side-line ul li:nth-child(6) {
  background: rgb(242, 250, 244);
  border-right: 5px solid rgb(122, 61, 0);
}

.service .side-line li b {
  color: #01004a;
  font-size: 18px;
}

.service .side-line li h6 {
  font-size: 14px;
  padding: 5px 0;
  color: #000;
}

:root {
  --gap: -205px;
  --circle-size: 170px;
  --circle-size-small: 100px;
  --color-1: #828f95;
  --color-2: #9da6a5;
  --color-3: #77ada7;
  --color-4: #5aafb2;
  --color-5: #39b3bb;
  --color-6: #07bec2;
}

.service .graphic-container {
  width: 100%;
  /* min-height: 100vh; */
  display: grid;
  place-items: center;
  margin: 250px 0px 200px 0px;
}

.service .center-circles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 35px;
  height: 100%;
  width: 100%;
}

.service .single {
  gap: 20px;
}

.service .double {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.service .double:nth-child(even) {
  flex-direction: column-reverse;
}

.service .circle {
  width: var(--circle-size);
  height: var(--circle-size);
  background: #fff;
  border-radius: 50%;

  display: grid;
  place-items: center;
  position: relative;
}

.service .icon i {
  font-size: 2rem;
}

.service .content-container {
  position: absolute;
  max-width: 200px;
  min-width: 200px;
  width: 100%;
}

.service .content p {
  font-size: 12px;
}

.service .content-container h2 {
  position: relative;
  padding: 0 10px;
}

/* arrow heading border */
.service .one .content-container h2::before,
.service .one .content-container h2::after,
.service .two .content-container h2::before,
.service .two .content-container h2::after,
.service .five .content-container h2::before,
.service .five .content-container h2::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 22px;
  background: teal;
  left: -6px;
}

.service .one .content-container h2::before,
.service .two .content-container h2::before,
.service .five .content-container h2::before {
  top: -2px;
  transform: rotate(30deg);
}

.service .one .content-container h2::after,
.service .two .content-container h2::after,
.service .five .content-container h2::after {
  bottom: -2px;
  transform: rotate(-30deg);
}

.service .three .content-container h2::before,
.service .three .content-container h2::after,
.service .four .content-container h2::before,
.service .four .content-container h2::after,
.service .six .content-container h2::before,
.service .six .content-container h2::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 22px;
  background: teal;
  right: -6px;
}

.service .three .content-container h2::before,
.service .four .content-container h2::before,
.service .six .content-container h2::before {
  top: -2px;
  transform: rotate(-30deg);
}

.service .three .content-container h2::after,
.service .four .content-container h2::after,
.service .six .content-container h2::after {
  bottom: -2px;
  transform: rotate(30deg);
}

/* different content elements */
.service .two,
.service .four {
  width: var(--circle-size-small);
  height: var(--circle-size-small);
}

.service .two i,
.service .four i {
  color: #fff;
  font-size: 2rem;
}

.service .one .content-container {
  left: 0;
  bottom: var(--gap);
  text-align: left;
}

.service .two .content-container {
  left: 80px;
  bottom: var(--gap);
  text-align: left;
}

.service .three .content-container {
  right: 200px;
  top: var(--gap);
  text-align: right;
}

.service .four .content-container {
  right: 20px;
  top: var(--gap);
  text-align: right;
}

.service .five .content-container {
  left: 200px;
  bottom: var(--gap);
  text-align: left;
}

.service .six .content-container {
  left: 0;
  top: var(--gap);
  text-align: right;
}

/* lines */
/* bottom layer */
.service .one .line {
  position: absolute;
  width: 2px;
  height: 170px;
  background-color: #140f5b;
  top: -150px;
  left: -30px;
}

.service .one .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 2px;
  background: #140f5b;
}

.service .one .line::after,
.service .two .line::after,
.service .five .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
}

.service .one .line::after {
  background: #140f5b;
}

.service .two .line::after {
  background: #f0c800;
}

.service .five .line::after {
  background: #f0c800;
}

.service .two .line {
  position: absolute;
  width: 2px;
  height: 49px;
  background-color: #f0c800;
  top: -28px;
  left: -30px;
}

.service .five .line {
  position: absolute;
  width: 2px;
  height: 110px;
  background-color: #f0c800;
  top: -90px;
  left: -30px;
}

/* top layer */
.service .three .line {
  position: absolute;
  width: 2px;
  height: 241px;
  background-color: #f0c800;
  bottom: -60px;
  right: -30px;
}

.service .three .line::after,
.service .four .line::after,
.service .six .line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 2px;
}

.service .three .line::after {
  background: #f0c800;
}

.service .four .line::after {
  background: #140f5b;
}

.service .six .line::after {
  background: #f0c800;
}

.service .four .line {
  position: absolute;
  width: 2px;
  height: 261px;
  background-color: #140f5b;
  bottom: -100px;
  right: -30px;
}

.service .four .line::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #140f5b;
}

.service .six .line {
  position: absolute;
  width: 2px;
  height: 341px;
  background-color: #f0c800;
  bottom: -160px;
  right: -30px;
}

.service .six .line::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 95px;
  height: 2px;
  background: #f0c800;
}

/* dots */
.service .one .dot {
  position: absolute;
  top: 110px;
  right: -30px;
  width: 20px;
  height: 20px;
  background: #140f5b;
  border-radius: 50%;
  box-shadow: -20px -110px 0 6px #140f5b, -30px 80px 0 4px #f0c800;
}

.service .four .dot {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #140f5b;
  border-radius: 50%;
  box-shadow: -22px -138px 0 10px #7c6e7e, -70px 70px 0 0px #f7c401;
}

.service .six .dot {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: #1d005c;
  border-radius: 50%;
  box-shadow: -50px 50px 0 25px #aaa684, 150px 250px 0 10px #e9cc00;
}

/* circle colors */
.service .one {
  box-shadow: inset 0 0 0 20px #041a5a, inset 0px 0px 12px 20px #989898;
}

.service .two {
  background-color: #8ca39c;
  transform: translateX(-20px);
}

.service .three {
  box-shadow: inset 0 0 0 20px #c0d3bc;
  transform: translateX(10px);
}

.service .four {
  background-color: #dfb0b0;
  transform: translateX(-20px);
}

.service .five {
  box-shadow: inset 0 0 0 20px #1c0259;
  transform: translateX(10px);
}

.service .six {
  box-shadow: inset 0 0 0 20px #a095b9, inset 0px 0px 12px 20px #989898;
}

/* h2 border colors */
.service .one .content-container h2 {
  border-top: 2px solid #140f5b;
  border-bottom: 2px solid #413e74;
}

.service .two .content-container h2 {
  border-top: 2px solid #f0c800;
  border-bottom: 2px solid #f0c800;
}

.service .three .content-container h2 {
  border-top: 2px solid #f0c800;
  border-bottom: 2px solid #f0c800;
}

.service .four .content-container h2 {
  border-top: 2px solid #140f5b;
  border-bottom: 2px solid #140f5b;
}

.service .five .content-container h2 {
  border-top: 2px solid #f0c800;
  border-bottom: 2px solid #f0c800;
}

.service .six .content-container h2 {
  border-top: 2px solid #f0c800;
  border-bottom: 2px solid #f0c800;
}

.service .one .content-container h2::before,
.service .one .content-container h2::after {
  background: #140f5b;
}

.service .two .content-container h2::before,
.service .two .content-container h2::after {
  background: #f0c800;
}

.service .five .content-container h2::before,
.service .five .content-container h2::after {
  background: #f0c800;
}

.service .three .content-container h2::before,
.service .three .content-container h2::after {
  background: #f0c800;
}

.service .four .content-container h2::before,
.service .four .content-container h2::after {
  background: #140f5b;
}

.service .six .content-container h2::before,
.service .six .content-container h2::after {
  background: #f0c800;
}

.service .content-container h3 {
  font-size: 18px;
  padding: 5px 0;
  font-weight: bold;
}

.service .content-container h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 8px;
  color: #003673;
}

.service2 {
  display: none;
}

/* media */
@media (max-width: 992px) {
  .service {
    display: none;
  }

  .service2 {
    display: block;
  }

  .service2 h2 {
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    font-size: 2.5rem;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
  }

  .service2 .service-head {
    text-align: center;
    padding-bottom: 40px;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    color: rgb(0, 0, 0);
    opacity: 0.9;
  }

  /* Service Buttons */
  .service2 .service-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .service2 .service-buttons .service-btn:nth-child(1) {
    background: linear-gradient(135deg, #1fd81f, #feca57);
  }

  .service2 .service-buttons .service-btn:nth-child(1) {
    background: rgb(255, 249, 249);
    border-right: 5px solid yellow;
  }

  .service2 .service-buttons .service-btn:nth-child(2) {
    background: rgb(243, 245, 217);
    border-right: 5px solid rgb(34, 46, 131);
  }

  .service2 .service-buttons .service-btn:nth-child(3) {
    background: rgb(224, 247, 243);
    border-right: 5px solid rgb(34, 131, 49);
  }

  .service2 .service-buttons .service-btn:nth-child(4) {
    background: rgb(238, 243, 250);
    border-right: 5px solid rgb(145, 38, 38);
  }

  .service2 .service-buttons .service-btn:nth-child(5) {
    background: rgb(254, 237, 250);
    border-right: 5px solid rgb(81, 2, 49);
  }

  .service2 .service-buttons .service-btn:nth-child(6) {
    background: rgb(242, 250, 244);
    border-right: 5px solid rgb(122, 61, 0);
  }

  .service2 .service-btn {
    background: linear-gradient(135deg, #d4dfff, #feca57);
    border: none;
    padding: 18px 25px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    color: rgb(0, 0, 0);
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }

  .service-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
  }

  .service-btn.active {
    background: linear-gradient(135deg, #48cae4, #0077b6);
    transform: translateX(10px);
    box-shadow: 0 6px 20px rgba(72, 202, 228, 0.4);
  }

  .service2 .service-btn .btn-number {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 18px;
    margin-right: 10px;
  }

  .service2 .service-btn h6 {
    margin: 8px 0 0 0;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.95;
  }

  /* Content Display Area */
  .service2 .content-display {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 10px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.322);
  }

  .service2 .service-content {
    display: none;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    width: 100%;
  }

  .service2 .service-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .service2 .service-content .service-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #001677, #ffd271);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.05);
    }

    100% {
      transform: scale(1);
    }
  }

  .service2 .service-content h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 0;
  }

  .service2 .service-content h3 {
    font-size: 18;
    color: #00184b;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .service2 .service-content p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Default content when no service selected */
  .service2 .default-content {
    text-align: center;
    color: #666;
  }

  .service2 .default-content .default-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 3rem;
    color: white;
    opacity: 0.8;
  }

  .service2 .default-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #333;
  }

  .service2 .default-content p {
    font-size: 1.1rem;
    opacity: 0.8;
  }
}

/******* services end ******/
/******* faq start ******/
.faq {
  padding: 50px 0px 150px 0px;
}

.faq .row {
  width: 90%;
  margin: auto;
  background-image: url(../images/faq-background.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  /* height: 409px; */
}

.faq h2 {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  margin-bottom: 50px;
}

.faq .faq-img img {
  width: 100%;
}

.faq-img {
  position: relative;
  top: -60px;
  max-width: 300px;
  max-height: 360px;
  margin: auto;
  background-image: url(../images/faq-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq .bottom-faq {
  margin-top: 40px;
  margin-right: 50px;
}

.faq .accordion-item {
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  color: #fff;
}

.faq .accordion-button:hover {
  background-color: #e7e2ff;
  color: #100048;
}

.faq .accordion-button {
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  border: none;
}

.faq .accordion-header {
  padding: 0;
}

.faq.accordion-button::after {
  background-image: url(../images/plus.png);
}

.faq .accordion-button:not(.collapsed) {
  color: #000000;
}

.faq .bottom-faq {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 280px;
  scrollbar-width: thin;
  scrollbar-color: #d0d5ff transparent;
}

@media (max-width: 1000px) {
  .accordion-body {
    color: #ffffff;
  }

  .faq .bottom-faq {
    margin-right: 0;
    max-height: 214px;
  }

  .faq .accordion-button {
    margin: 5px;
    background-color: #ffffff;
    box-shadow: 0px 4px 7px 4px rgb(151, 145, 145);
  }

  .faq .row {
    width: 100%;
    height: 665px;
  }

  .faq {
    padding: 50px 0px 423px 0px;
  }
}

/******* faq start ******/
/******* blog-start ******/
.timeline {
  background-image: url(../images/blog-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.timeline .blog-header {
  margin-bottom: 50px;
}

.timeline .blog-header h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: capitalize;
}

.timeline .blog-header h4 {
  text-align: center;
  text-transform: capitalize;
  padding: 4px 0;
}

.timeline .blog-header p {
  text-align: center;
  text-transform: capitalize;
  padding: 4px 0px 20px 0px;
}

/* Update your existing .timeline::before to be the base line */
.timeline::before {
  content: "";
  background: #959bc5;
  width: 5px;
  height: 95%;
  position: absolute;
  top: 188px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  /* Make base line lighter */
}

/* Add animated line that draws on scroll */
.timeline::after {
  content: "";
  background: linear-gradient(to bottom, #ebc419, #005092);
  width: 5px;
  height: var(--timeline-progress, 0%);
  position: absolute;
  top: 188px;
  left: 50%;
  transform: translateX(-50%);
  transition: height 0.5s ease-out;
  z-index: 1;
  box-shadow: 0 0 10px rgba(235, 196, 25, 0.5);
}

.timeline .timeline-item {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
  /* overflow: hidden; */
}

.timeline .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
  overflow: hidden;
}

.timeline .timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #9eadeb transparent transparent;
  overflow: hidden;
}

.timeline .timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline .timeline-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #dee4f8;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid rgb(240, 205, 11);
}

.timeline .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #bec9f5;
}

.timeline .timeline-img {
  width: 30px;
  height: 30px;
  background: #ebc419;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  z-index: 2;
  margin-top: 25px;
  margin-left: -15px;
}

.timeline .timecontent-img {
  margin: auto;
}

.timeline .timecontent-img img {
  width: 146px;
  min-height: 160px;
}

.timeline .time-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.timeline .time-content small {
  float: right;
  padding-top: 10px;
  color: #000c64;
  font-weight: 700;
}

.timeline .timeline-card {
  padding: 0 !important;
}

.timeline .timeline-card p {
  padding: 0 20px;
}

.timeline .timeline-card a {
  margin-left: 20px;
}

.timeline .timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
    url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}

.timeline .timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}

.timeline .timeline-img-header h2 {
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.timeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3f51b5;
  padding: 0 20px;
}

.timeline .date {
  background: #ff4081;
  display: inline-block;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  .timeline {
    padding: 0px 0px 50px 0px;
  }

  .timeline::after {
    left: 50px;
    top: 300px;
  }
}

@media screen and (max-width: 768px) {
  .timeline::before {
    content: "";
    background: #959bc5;
    width: 5px;
    height: 74%;
    position: absolute;
    top: 300px;
    transform: translateX(-50%);
  }

  .timeline .timeline-content {
    padding-left: 5px;
  }

  .timeline .time-content h2 {
    font-size: 15px;
  }

  .timeline .time-content small {
    font-size: 11px;
  }

  .timeline {
    &::before {
      left: 50px;
    }

    .timeline-img {
      left: 50px;
    }

    .timeline-content {
      max-width: 100%;
      width: auto;
      margin-left: 70px;
    }

    .timeline-item {
      &:nth-child(even) {
        .timeline-content {
          float: none;
        }
      }

      &:nth-child(odd) {
        .timeline-content {
          &::after {
            content: "";
            position: absolute;
            border-style: solid;
            width: 0;
            height: 0;
            top: 30px;
            left: -15px;
            border-width: 10px 15px 10px 0;
            border-color: transparent #959bc5 transparent transparent;
          }
        }
      }
    }
  }
}

/******* blog end ******/
/******* testimonial start ******/

.testimonial {
  padding: 80px 0;
  background-image: url(../images/testimonial-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000004b;
}

.testimonial .container {
  position: relative;
  z-index: 1;
}

.testimonial .custom-shape-divider-top-1749471944 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.testimonial .custom-shape-divider-top-1749471944 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.testimonial .custom-shape-divider-top-1749471944 .shape-fill {
  fill: #ffffff;
}

.testimonial .custom-shape-divider-bottom-1749472072 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.testimonial .custom-shape-divider-bottom-1749472072 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.testimonial .custom-shape-divider-bottom-1749472072 .shape-fill {
  fill: #ffffff;
}

.testimonial .section-heading h5 {
  color: #fff;
}

.testimonial .section-heading h2 {
  color: #ffd06b;
  font-weight: bold;
}

.testimonial .section-heading p {
  color: #ffffff;
}

.testimonial .testi-wrap {
  position: relative;
  height: 625px;
  margin-top: -60px;
}

.testimonial .client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.testimonial .client-info,
.testimonial .client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonial .client-single {
  &.inactive {
    .client-comment,
    .client-info {
      display: none;
    }

    .client-comment,
    .client-info {
      opacity: 0;
      visibility: hidden;
    }
  }

  &.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  &.position-2 {
    left: -40px;
    top: 105px;
  }

  &.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-4 {
    left: 55px;
    top: 380px;
  }

  &.position-5 {
    top: 30px;
    right: 55px;
  }

  &.position-6 {
    top: 225px;
    right: -40px;
  }

  &.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;

    .client-comment,
    .client-info {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
    }
  }

  &:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
  }

  &.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;

    &:before {
      border-radius: 100%;
      content: "";
      background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(157, 91, 254)),
        to(rgb(56, 144, 254))
      );
      background-image: linear-gradient(
        180deg,
        rgb(157, 91, 254) 0%,
        rgb(6, 65, 138) 100%
      );
      padding: 5px;
      width: 160px;
      height: 160px;
      top: -4px;
      left: 0px;
      position: absolute;
      z-index: -1;
    }
  }

  .client-img img {
    width: 170px;
    border-radius: 50%;
    border: 8px solid #ffffff;
    cursor: pointer;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(157, 91, 254)),
      to(rgb(56, 144, 254))
    );
    background-image: linear-gradient(
      180deg,
      rgb(255, 255, 255) 0%,
      rgb(56, 144, 254) 100%
    );
  }

  &.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
  }
}

.testimonial .client-comment {
  padding: 0 30px;

  h3 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }

  span i {
    font-size: 60px;
    color: #01305c;
    margin: 40px 0 24px;
    display: inline-block;
  }
}

.testimonial .client-info {
  h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 4px;
  }

  p {
    color: #f7c72b;
    font-weight: bold;
    text-transform: uppercase;
  }

  a {
    color: #f7c72b;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .testimonial .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial .client-single.active {
    width: 60%;
  }

  .testimonial .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .testimonial .client-single.position-3,
  .testimonial .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .testimonial .client-single.active .client-img img {
    max-width: 100px;
  }

  .testimonial .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .testimonial .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testimonial .testi-wrap {
    height: 580px;
    overflow: hidden;
  }

  .testimonial #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .testimonial #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .testimonial .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .testimonial .client-single.active {
    width: 60%;
  }

  .testimonial .client-comment span i {
    font-size: 40px;
  }

  .testimonial .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .testimonial .client-single.position-5,
  .testimonial .client-single.position-7 {
    right: 0;
  }

  .testimonial .client-single.position-4 {
    left: 0;
  }

  .testimonial .client-single.position-3,
  .testimonial .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .testimonial .client-single.active .client-img img {
    max-width: 80px;
  }

  .testimonial .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .testimonial .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testimonial .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  .testimonial #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .testimonial .client-single.active {
    width: 80%;
  }

  .testimonial .client-comment span i {
    font-size: 40px;
  }

  .testimonial .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .testimonial .client-single.position-5,
  .testimonial .client-single.position-7,
  .testimonial .client-single.position-6 {
    right: -70px;
  }

  .testimonial .client-single.position-4 {
    left: -60px;
  }

  .testimonial .client-single.position-3 {
    left: -75px;
  }

  .testimonial .client-single.position-3,
  .testimonial .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .testimonial .client-single.active .client-img img {
    max-width: 80px;
  }

  .testimonial .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .testimonial .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testimonial .testi-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  .testimonial #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .testimonial .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .testimonial .client-single.active {
    width: 80%;
  }

  .testimonial .client-comment span i {
    font-size: 40px;
  }

  .testimonial .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .testimonial .client-single.position-5,
  .testimonial .client-single.position-7,
  .testimonial .client-single.position-6 {
    right: -70px;
  }

  .testimonial .client-single.position-4 {
    left: -60px;
  }

  .testimonial .client-single.position-3 {
    left: -75px;
  }

  .testimonial .client-single.position-3,
  .testimonial .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .testimonial .client-single.active .client-img img {
    max-width: 80px;
  }

  .testimonial .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .testimonial .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testimonial .testi-wrap {
    height: 550px;
  }
}

/******* testimonial end ******/
/******* free advisory start ******/
.free-advisory {
  padding: 50px 0px;
  background-color: #ffffff;
  overflow: hidden;
  background: #fcfcfc;
  position: relative;
}

.free-advisory h2 {
  text-align: center;
  padding: 5px 0;
}

.free-advisory p {
  text-align: center;
  margin-bottom: 45px;
}

.free-advisory::after {
  background-color: #f5f1b9;
  width: 500px;
  height: 490px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  content: "";
  top: 148px;
  left: 0;
  bottom: 0;
  right: 0;
}

.free-advisory .container {
  position: relative;
  z-index: 1;
}

.free-advisory .box1 {
  background-color: #fcdf61;
  border-radius: 30px;
}

.free-advisory .free-two {
  padding: 34px 10px;
  background-color: #bcdeff;
  margin-top: 64px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.free-advisory .free-one {
  padding: 34px 10px;
  background-color: #6ba7de;
  margin-top: 64px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.free-advisory .yt-right .box2 h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.free-advisory .yt-right .box1 img {
  width: 100%;
  border-radius: 30px;
  padding: 5px 3px 5px 3px;
  object-fit: cover;
  margin-bottom: 0px;
}

.free-advisory .yt-middlecomment img {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .free-advisory .free-two {
    padding: 20px 10px;
  }

  .free-advisory .free-one {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .free-advisory::after {
    position: absolute;
    content: "";
    top: 213px;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .free-advisory .box1 {
    border-radius: 30px;
    margin: 0 10px;
  }

  .free-advisory .free-two {
    padding: 34px 10px;
    margin: 30px 10px 10px 10px;
    border-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
      rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }

  .free-advisory .free-one {
    padding: 34px 10px;
    margin: 20px 10px 20px 10px;
    border-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
      rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
}

/******* free advisory end ******/

/******* contact-start ******/
.contact-page-sec {
  padding: 50px 0;
  background-image: url(../images/contact-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contact-page-sec::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #a8a5a541;
}

.contact-page-sec .container {
  position: relative;
  z-index: 1;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.contact-info-icon {
  margin-bottom: 15px;
}

.contact-info-item {
  /* background: #ffffff; */
  padding: 10px 0px;
}

.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}

.contact-page-form.contact-form input {
  margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
  height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}

.contact-info-icon i {
  font-size: 48px;
  color: #faa719;
}

.contact-info-text p {
  margin-bottom: 0px;
}

.contact-info-text h2 {
  color: #000000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-info-text span {
  color: #050e63;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #aeb7c980 none repeat scroll 0 0;
  color: #fff;
  backdrop-filter: blur (5px);
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}

.single-input-field textarea {
  background: #eeeeee none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
  background: #faa719 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
  background: #071c34;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34;
}

.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

.contact-page-form {
  margin: auto;
  width: 100%;
  margin-top: 30px;
  border-right: 2px solid rgb(255, 255, 255);
  /* padding-right: 100px; */
}

.contact-map {
  background-color: #ffffff;
  margin-top: 50px;
  border: 5px solid transparent;
  border-image-source: linear-gradient(
    341deg,
    #ff9900 36%,
    #ff9900 36%,
    #ffffff 26%,
    #ffffff 75%,
    #000549 47%,
    #011261 47%
  );
  border-image-slice: 1;
}

.contact-page-form form {
  padding: 20px 15px 0;
}

/******* contact end ******/
/******footer start******/
footer {
  background-color: #fff;
}

.top-footer {
  padding: 80px 0;
  background-image: url(../images/footer-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-footer .footer-box a p {
  font-size: 20px;
  color: #02175f;
  font-weight: bold;
  padding: 2px 0;
}

.top-footer .footer-box h4 {
  color: #02175f;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
  border-bottom: 2px dashed black;
  display: inline-block;
}

.top-footer .footer-box p {
  color: #000000;
  font-size: 12px;
  padding: 5px 0;
}

.footer-box .quick-links li {
  padding: 5px 0;
}

.footer-box .quick-links li i {
  padding-right: 5px;
  color: #02175f;
}

.footer-box .quick-links li a {
  color: #000000;
}

.footer-box .contact-list li {
  padding: 10px 0;
}

.footer-box .contact-list li i {
  padding-right: 5px;
  color: #02175f;
}

.footer-box .contact-list li a {
  color: #000000;
}

.top-footer .ft-icon {
  display: flex;
  margin-bottom: 10px;
}

.top-footer .ft-icon li {
  list-style: none;
  margin: 10px;
}

.top-footer .ft-icon li a i {
  font-size: 25px;
  color: #02175f;
}

.top-footer .ft-icon li a i:hover {
  color: #00203d;
}

.bottom-footer {
  background-color: #02175f;
  padding: 10px 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.bottom-footer p {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .top-footer {
    text-align: center;
  }

  .foot-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top-footer {
    padding: 50px 0px 0px 0px;
  }
}

/******footer end******/
