* {
  margin: 0;
  padding: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");
:root {
  --sky-color: #04eeed;
  --dark: #202020;
  --black: #000000;
  --white: #ffffff;
  --blue: #10173d;
  --blue-dark: #00042a;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  font-family: "Lato", sans-serif;
}
/* ============progress go to top start=========== */
#progress {
  position: fixed;
  bottom: 25px;
  right: 25px;
  height: 50px;
  width: 50px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999;
}
#progress-value {               
  display: block;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-size: 25px;
  color: rgba(135, 67, 232, 1);
}

/* ============progress go to top end=========== */

.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding-top: 18px;
  background: rgb(8, 23, 55);
  background: linear-gradient(
    180deg,
    rgba(8, 23, 55, 1) 0%,
    rgba(49, 94, 94, 0.1881127450980392) 51%,
    rgba(255, 255, 255, 0) 100%
  );
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.logo {
  width: 132px;
  height: 132px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  width: 100%;
}

.banner-area {
  width: 100%;
  overflow: hidden;
  height: 700px;
  position: relative;
}
.banner-area::after {
  background: rgb(0, 3, 23);
  background: linear-gradient(
    86deg,
    rgba(0, 3, 23, 1) 0%,
    rgba(3, 13, 43, 0.85) 49%,
    rgba(3, 13, 43, 0.5) 80%,
    rgba(3, 13, 43, 0) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
}
.banner-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-area-content {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.banner-area-content {
  font-family: "Kumbh Sans", sans-serif;
}
.banner-area-content h6 {
  color: var(--white);
  font-size: 30px;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
}
.banner-area-content h1 {
  text-transform: uppercase;
  color: var(--white);
  font-size: 72px;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
}
.banner-area-content p {
  color: var(--white);
  font-size: 24px;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
}
.header-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(225, 255, 255, 0.2);
  gap: 24px;
}
.menuicon {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  gap: 10px;
}
.menuicon:hover {
  cursor: pointer;
}
.quote-button {
  height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  font-family: "Kumbh Sans", sans-serif;
  color: var(--white);
  border: 1px solid var(--white);
  transition: 0.5s;
}
.quote-button:hover {
  background: var(--sky-color);
  border: 1px solid var(--sky-color);
  color: var(--black);
}

/* home-second-sec */
.home-second-sec {
  background: rgb(14, 27, 80);
  background: linear-gradient(
    180deg,
    rgba(14, 27, 80, 1) 0%,
    rgba(0, 4, 42, 1) 100%
  );
  padding: 0 0 66px 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.logo-slide-track {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 24px 0;
}
.logo-slide-area {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.logo-slide-item {
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
.unique-web-solutions-area {
  margin: 50px 0;
}

.unique-web-solutions-right img {
  width: 100%;
}
.unique-web-solutions-left h2 {
  color: var(--white);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.unique-web-solutions-left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.unique-web-solutions-left ul li {
  font-size: 20px;
  font-weight: normal;
  color: var(--white);
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
}
.unique-web-solutions-left ul li::after {
  width: 26px;
  height: 22px;
  background: url(../images/i1.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
  content: "";
}
.unique-web-solutions-left ul li:last-child {
  margin-bottom: 0;
}
.unique-web-solutions-left ul li span {
  color: var(--sky-color);
  font-weight: bold;
}

.pro-inmind-area {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 46px;
  position: relative;
  transition: 0.5s;
}
.pro-inmind-area::after {
  width: 100%;
  height: 80%;
  background: rgb(11, 48, 104);
  background: linear-gradient(
    93deg,
    rgba(11, 48, 104, 1) 0%,
    rgba(5, 22, 68, 1) 51%,
    rgba(1, 7, 47, 0.3225665266106442) 100%
  );
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  content: "";
  transition: 0.5s;
}

.pro-inmind-area:hover::after{
  background: rgb(1,7,47);
background: linear-gradient(270deg, rgba(1,7,47,1) 0%, rgba(6,237,238,1) 100%);
  transition:0.5s;
}

.pro-inmind-video-area {
  width: 193px;
  height: 193px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-inmind-video-area::after {
  width: 193px;
  height: 193px;
  position: absolute;
  left: -6px;
  bottom: -6px;
  z-index: 0;
  background: var(--sky-color);
  content: "";
}
.pro-inmind-video {
  width: 193px;
  height: 193px;
  overflow: hidden;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.pro-inmind-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-In-mind-video{
  height: 400px;
}
.play-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-inmind-txt {
  position: relative;
  z-index: 2;
}
.pro-inmind-txt h2 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.services-area {
  padding: 80px 0;
  overflow: hidden;
  background: rgb(0, 27, 69);
  background: linear-gradient(
    93deg,
    rgba(0, 27, 69, 1) 0%,
    rgba(8, 56, 110, 1) 21%,
    rgba(71, 30, 131, 1) 49%,
    rgba(21, 10, 68, 1) 100%
  );
  background-size: 160% 160%;
  animation: gradient 8s ease infinite;
}
.center-heading-area {
  text-align: center;
  margin-bottom: 45px;
}
.center-heading-area h6 {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.center-heading-area h2 {
  color: var(--white);
  font-weight: 900;
  font-size: 36px;
}
.center-heading-area p {
  color: var(--white);
  font-weight: normal;
  font-size: 16px;
  width: 60%;
  margin: 10px auto 0 auto;
}
.services-box-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.services-box-item {
  position: relative;
  overflow: hidden;
  height: 330px;
  border-radius: 8px;
  background: var(--white);
  width: 32%;
  transition: transform .2s;
}
.services-box-item:hover{
  transform: scale(1.05);
}
.services-box-img {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}
.services-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-box-item-txt {
  padding: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 10px;
  z-index: 2;
  transition: all 0.5s ease;
}
.services-box-item-txt:hover{
  transform: scale(1.05);
}
.services-box-item-txt h3 {
  color: var(--dark);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s ease;
}
.services-box-item-txt p {
  color: var(--dark);
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  transition: all 0.5s ease;
}

.services-box-item:hover .services-box-img {
  opacity: 1;
  transition: all 0.3s ease;
  bottom: 0;
}
.services-box-item:hover .services-box-item-txt {
  background: var(--white);
  transition: all 0.5s ease;
}
.services-box-item:hover .services-box-item-txt h3,
.services-box-item:hover .services-box-item-txt p {
  /* color: var(--white); */
  transition: all 0.5s ease;
}

.about-bottom {
  background: rgb(137, 65, 232);
  background: linear-gradient(
    93deg,
    rgba(137, 65, 232, 1) 0%,
    rgba(6, 236, 238, 1) 100%
  );
  border-radius: 8px;
  margin-top: 80px;
  padding: 4px;
  -webkit-box-shadow: 0px 0px 15px -4px rgba(5, 237, 237, 1);
  -moz-box-shadow: 0px 0px 15px -4px rgba(5, 237, 237, 1);
  box-shadow: 0px 0px 15px -4px rgba(5, 237, 237, 1);
}
.about-bottom-inner {
  display: flex;
  padding: 50px 0;
  background: rgb(0, 47, 91);
  background: linear-gradient(
    93deg,
    rgba(0, 47, 91, 1) 0%,
    rgba(59, 21, 113, 1) 49%,
    rgba(27, 11, 75, 1) 100%
  );
  border-radius: 6px;
}
.about-bottom-item {
  width: 25%;
  text-align: center;
  border-right: 1px solid var(--sky-color);
}
.about-bottom-item:last-child {
  border-right: 0;
}
.about-bottom-item h2 {
  color: var(--white);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  margin: 6px 0;
}
.about-bottom-item p {
  color: var(--white);
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.our-work-area {
  padding: 80px 0;
  background: var(--blue-dark);
}
.our-work-card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.our-workitem {
  width: 49%;
  height: 340px;
  overflow: hidden;
  border-radius: 10px;
}
.our-workitem img {
  width: 100%;
}
.our-work-button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 64px;
  position: relative;
}
.our-work-button-area::after {
  width: 100%;
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgb(4, 231, 231);
  background: linear-gradient(
    101deg,
    rgba(4, 231, 231, 0) 3%,
    rgba(4, 231, 231, 1) 51%,
    rgba(4, 231, 231, 0) 97%
  );
}

.logo-sec {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  background: rgb(0, 20, 60);
  background: linear-gradient(
    101deg,
    rgba(0, 20, 60, 1) 0%,
    rgba(3, 68, 120, 1) 33%,
    rgba(57, 19, 110, 1) 70%,
    rgba(19, 10, 67, 1) 100%
  );
  background-size: 150% 150%;
  animation: gradient 8s ease infinite;
}

.faq-choose-area {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* .faq-choose-area::after {
  background: url(../images/bg4.svg) left bottom no-repeat;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  height: 187px;
  width: 100%;
  background-size: cover;
  content: "";
} */
.faq-area {
  width: 50%;
  background: #dcf1ff;
  padding: 70px 34px 140px 9%;
}
.faq-area .left-heading-area h6,
.faq-area .left-heading-area h2 {
  color: var(--black);
}

.faq-area .accordion-item {
  margin-bottom: 14px;
  border: 0px;
  border-radius: 10px !important;
  overflow: hidden;
}
.faq-area .accordion-header .accordion-button {
  font-weight: bold;
  font-size: 18px;
  color: var(--blue);
}

.faq-area .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
.faq-area .accordion-body {
  padding-top: 0;
}
.faq-area .accordion-body p {
  color: #4b4b4b;
  font-size: 15px;
}

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

.why-choose-area {
  width: 50%;
  background: url(../images/bg3.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 70px 9% 140px 34px;
}
.why-choose-area p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: normal;
  color: var(--white);
}

.our-work-process {
  position: relative;
  overflow: hidden;
}
.our-work-process #myVideo{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  /* opacity: 0.8; */
  z-index: 1;
}
.our-work-process-inner{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  z-index: 20;
  background: rgba(0, 20, 60, 0.5);
}
.work-process-inner-area .nav-tabs {
  display: flex;
  justify-content: space-between;
  border: 0px;
  position: relative;
}

.work-process-inner-area .nav-tabs .nav-link.active {
  background: none;
  border: none;
  color: var(--white);
}
.work-process-inner-area .nav-tabs .nav-link {
  border: 0px;
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 0 60px 0 0;
  position: relative;
}

.work-process-inner-area .nav-tabs .nav-link::after {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 0;
  content: "";
  width: 100%;
  border-bottom: 1px dashed #a5a5a5;
}

.work-process-inner-area .nav-tabs .nav-link:last-child::after {
  display: none;
}

.work-process-inner-area .nav-tabs .nav-link h6 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
  color: var(--white);
}
.work-process-inner-area .nav-tabs .nav-link h6 span {
  color: var(--sky-color);
}
.work-process-inner-area .nav-tabs .nav-link h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: var(--white);
}
.work-process-inner-area .nav-tabs .nav-link:hover {
  background: none;
  border: none;
}
.work-process-inner-area .icon {
  width: 81px;
  height: 81px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgb(135, 67, 232);
  background: linear-gradient(
    90deg,
    rgba(135, 67, 232, 1) 0%,
    rgba(8, 234, 238, 1) 100%
  );
  position: relative;
  z-index: 2;
}
.work-process-inner-area .icon span {
  width: 77px;
  height: 77px;
  background: #02213d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.work-process-inner-area .nav-tabs .nav-link.active .icon span {
  background: rgb(49, 160, 220);
  background: linear-gradient(
    6deg,
    rgba(49, 160, 220, 1) 0%,
    rgba(92, 121, 233, 1) 100%
  );
}
.work-process-inner-area .tab-content {
  padding-top: 100px;
}

.work-process-inner-area .tab-content .left-heading-area {
  margin-bottom: 16px;
}
.work-process-inner-area .tab-content p {
  font-size: 16px;
  color: var(--white);
  margin-bottom: 16px;
}
.work-process-inner-area .tab-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.work-process-inner-area .tab-content ul li {
  color: var(--white);
  font-size: 17px;
  font-weight: bold;
  background: url(../images/i1.png) left 5px no-repeat;
  padding: 4px 0 0 40px;
}

.work-process-inner-area .tab-content .tab-right img {
  width: 100%;
}

.testimonial-area {
  padding: 160px 0;
  background: var(--white);
}
.left-heading-area {
  margin-bottom: 45px;
}
.left-heading-area h6 {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.left-heading-area h2 {
  color: var(--white);
  font-weight: 900;
  font-size: 36px;
}
.testimonial-area {
  /* background-image:url(../images/testimonial-img.png); */
  background-image:url(../images/testimonial-img.gif);
  background-position:left center;
  background-repeat: no-repeat;
}

.testimonial-area-inner {
  background-image: url(../images/bg1.png), url(../images/img3.png);
  background-position: right bottom, right center;
  background-repeat: no-repeat;
  padding: 90px 0;
  background-size: 12%, 55%;
}
.testimonial-area-inner .left-heading-area h6 {
  color: var(--sky-color);
}
.testimonial-slider-content {
  background: var(--white);
  padding: 34px;
  border-radius: 10px;
}

.testimonial-slider-content p {
  font-size: 16px;
  font-weight: normal;
  color: #858585;
  font-family: "Poppins", sans-serif;
}
.testimonial-slider-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.testimonial-slider-bottomleft {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-client-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-client-name-rating {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.testimonial-client-name-rating h6 {
  font-size: 16px;
  font-weight: bold;
  color: #223645;
}
.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.testimonial-slider-bottom .icon {
  width: 60px;
  height: 40px;
}
.testimonial-slider-area .owl-dots {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 6px;
  justify-content: center;
}
.testimonial-slider-area .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.testimonial-slider-area .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-flex;
  background: #0b687a;
  border-radius: 50%;
}
.testimonial-slider-area .owl-dots .owl-dot.active {
  border: 2px solid var(--sky-color);
}
.testimonial-slider-area .owl-dots .owl-dot.active span {
  background: var(--sky-color);
}

.conversation-area {
  position: relative;
  padding: 80px 0 130px 0;
  background: rgb(0, 26, 68);
  background: linear-gradient(
    93deg,
    rgba(0, 26, 68, 1) 0%,
    rgba(10, 56, 111, 1) 29%,
    rgba(56, 28, 116, 1) 61%,
    rgba(21, 10, 68, 1) 100%
  );
  overflow: hidden;
  background-size: 160% 160%;
  animation: gradient 8s ease infinite;
}
.conversation-left h2 {
  font-size: 36px;
  color: var(--sky-color);
  font-weight: bold;
  margin-bottom: 10px;
}
.conversation-left p {
  font-size: 16px;
  color: var(--white);
  font-weight: normal;
}
.input-bg {
  background: rgb(137, 65, 232);
  background: linear-gradient(
    93deg,
    rgba(137, 65, 232, 1) 0%,
    rgba(6, 236, 238, 1) 100%
  );
  border-radius: 6px;
  padding: 2px;
  margin-bottom: 20px;
}
.input {
  height: 50px;
  padding: 0 20px;
  background: none;
  width: 100%;
  border: none;
  font-size: 15px;
  font-weight: normal;
  color: var(--white);
  background: #37126a;
  border-radius: 4px;
}
input:focus {
  outline: none;
  box-shadow: none;
}
.textarea {
  height: 150px;
  padding: 20px;
  background: none;
  width: 100%;
  border: none;
  font-size: 15px;
  font-weight: normal;
  color: var(--white);
  background: #37126a;
  border-radius: 4px;
}
.textarea:focus {
  outline: none;
}

.input-submit {
  height: 50px;
  padding: 0 20px;
  background: none;
  width: 100%;
  border: none;
  font-size: 15px;
  font-weight: normal;
  color: var(--white);
  background: rgb(97, 117, 234);
  background: linear-gradient(
    184deg,
    rgba(97, 117, 234, 1) 0%,
    rgba(48, 162, 219, 1) 100%
  );
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.gradient-border {
  width: 100%;
  border: 2px solid transparent;
  border-image-source: linear-gradient(45deg, #8941e8, #06ebee);
  border-image-slice: 1;
}
.bg-txt {
  font-size: 130px;
  line-height: 90px;
  text-align: center;
  font-family: "Kumbh Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: transparent;
  -webkit-text-stroke: 3px #9b8ce5;
  opacity: 1;
  text-shadow: 0px 6px 39px rgba(3, 238, 237, 0.7);
}

.banner-area-content .gradiant-button {
  margin-top: 30px;
}

@property --r {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.gradiant-button {
  background: conic-gradient(
    from var(--r),
    transparent 0%,
    #8842e8 10%,
    #06ecee 20%
  );
  animation: rotating 3s linear infinite;
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border-radius: 6px;
  box-shadow: 0px 0px 16px -4px rgba(5, 237, 237, 1);
}
.gradiant-button span {
  background: #0e0a24;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 4px;
  gap: 20px;
  transition: 0.5s;
  /* border: 2px solid var(--sky-color); */
}
.gradiant-button span img {
  width: auto;
  height: auto;
  left: 0;
}
@keyframes rotating {
  0% {
    --r: 0deg;
  }
  100% {
    --r: 360deg;
  }
}
.gradiant-button:hover span {
  background: var(--sky-color);
}

.footer-top {
  padding: 80px 0 50px 0;
  background: rgb(65, 120, 166);
  background: linear-gradient(
    97deg,
    rgba(65, 120, 166, 1) 0%,
    rgba(82, 50, 162, 1) 31%,
    rgba(33, 125, 188, 1) 100%
  );
}
.footer-logo {
  padding-right: 30px;
  display: block;
}
.footer-logo img {
  width: 100%;
}
.footer-linkarea h6 {
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 26px;
}
.footer-linkarea ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-linkarea ul li {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  background: url(../images/arrow.png) left 6px no-repeat;
  padding-left: 20px;
}
.footer-linkarea ul li:last-child {
  margin-bottom: 0;
}
.footer-linkarea ul li a {
  color: var(--white);
  transition: 0.5s;
}
.footer-linkarea ul li a:hover {
  color: var(--sky-color);
  padding-left: 6px;
}
.footer-logo img {
  width: 100%;
}
.contact-footer li {
  background: none !important;
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
  margin-bottom: 24px !important;
}
.social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  overflow: hidden;
}
.social-icon a {
  display: inline-flex;
}

.footer-border-left {
  border-left: 1px solid var(--sky-color);
  padding-left: 50px;
}

.footer-bottom {
  background: rgb(62, 84, 157);
  background: linear-gradient(
    247deg,
    rgba(62, 84, 157, 1) 0%,
    rgba(73, 52, 161, 1) 51%,
    rgba(48, 84, 167, 1) 100%
  );
  padding: 10px 0;
}
.footer-bottom p {
  font-size: 16px;
  font-weight: normal;
  color: var(--white);
}
.paypal {
  width: 190px;
  display: inline-flex;
  float: right;
}
.paypal img {
  width: 100%;
}

.about-solution {
  padding: 95px 0 0 0;
  background: rgb(0, 27, 69);
  background: linear-gradient(
    93deg,
    rgba(0, 27, 69, 1) 0%,
    rgba(8, 56, 110, 1) 21%,
    rgba(71, 30, 131, 1) 49%,
    rgba(21, 10, 68, 1) 100%
  );
  position: relative;
}
.about-solution::after {
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: rgb(0, 5, 43);
  background: linear-gradient(
    80deg,
    rgba(0, 5, 43, 1) 0%,
    rgba(4, 236, 236, 1) 49%,
    rgba(0, 5, 43, 1) 100%
  );
}

.about-solution h2 {
  font-size: 76px;
  text-transform: uppercase;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 20px;
}
.about-solution h3 {
  font-size: 36px;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 20px;
}
.about-solution p {
  font-size: 20px;
  color: var(--white);
  font-weight: normal;
}
.about-solution-medile-txt {
  width: 60%;
  margin: 150px auto;
  text-align: center;
}
.about-solution-medile-txt h4 {
  font-size: 36px;
  color: var(--sky-color);
  margin-bottom: 10px;
  font-weight: bold;
}
.about-solution-medile-txt p {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 10px;
  font-weight: bold;
}
.about-solution-medile-txt p a {
  color: var(--sky-color);
}
.about-solution-bottom-txt {
  font-size: 140px;
  text-align: center;
  text-transform: uppercase;
  line-height: 100px;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
  color: var(--white);
  opacity: 0.05;
}

.our-story-area {
  background-color: var(--blue-dark);
  background-image: url(../images/storybg1.png), url(../images/storybg2.png);
  background-position: -20px 40%, right 40%;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.our-story-area .center-heading-area h2 {
  font-size: 76px;
}
.our-story-area-left img {
  width: 100%;
}
.our-story-area-right p {
  font-size: 15px;
  color: var(--white);
  margin-bottom: 20px;
  font-weight: normal;
}
.our-story-area-right-bottom {
  display: flex;
  align-items: center;
}
.our-story-area-right-bottom-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: flex;
}
.our-story-area-right-bottom-list li {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid var(--white);
  font-family: "Poppins", sans-serif;
}
.our-story-area-right-bottom-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-story-area-right-bottom-list li a span {
  font-size: 12px;
  color: var(--white);
  font-weight: normal;
}
.our-story-area-right-bottom-list li a p {
  font-size: 16px;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 0;
}
.our-story-area-right-bottom-list li a .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slide-track {
  background-color: #0c1851;
}

.about-banner-area {
  text-align: center;
}
.about-banner-area h6 {
  text-align: center;
  text-transform: uppercase;
}
.about-banner-area h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 72px;
  color: var(--white);
  opacity: 0.1;
  font-weight: bold;
  margin-bottom: 40px;
}
.about-banner-area h1 {
  text-align: center;
  text-transform: capitalize;
}
.about-banner-area img {
  width: auto;
  height: auto;
  object-fit: none;
}
.about-banner-area::after {
  background: rgb(3, 68, 120);
  background: linear-gradient(
    86deg,
    rgba(3, 68, 120, 1) 0%,
    rgba(14, 109, 168, 1) 49%,
    rgba(31, 17, 114, 1) 100%
  );
  opacity: 0.9;
}
.about-banner-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.about-banner-list li {
  width: 25%;
}
.about-banner-list li h4 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  color: var(--sky-color);
  font-weight: bold;
}

.logo-sec .carousel-field {
  width: 100%;
  height: 40dvh;
}
.logo-sec .carousel-field .reverse-client-slider,
.carousel-field .client-slider {
  width: 100%;
  height: 50%;
}
.logo-sec .carousel-field .reverse-client-slider .swiper-wrapper,
.logo-sec .carousel-field .client-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.logo-sec .carousel-field .reverse-client-slider .swiper-wrapper .swiper-slide,
.logo-sec .carousel-field .client-slider .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-sec
  .carousel-field
  .reverse-client-slider
  .swiper-wrapper
  .swiper-slide
  .content,
.logo-sec
  .carousel-field
  .client-slider
  .swiper-wrapper
  .swiper-slide
  .content {
  width: 100%;
  height: 80%;
  text-align: center;
  font-size: 18px;
  background: url(../images/bg2.png) center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-area .carousel-field {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  rotate: -75deg;
}
.banner-area .swiper-slide .content {
  height: 520px;
  width: 500px !important;
  rotate: 89deg;
}
.banner-area .swiper-slide .content img {
  height: 100%;
  width: 100%;
}
.banner-area .swiper-initialized {
  margin-bottom: 0px;
}

@media (min-width: 720px) {
  .container {
    padding: 0.5rem 2rem;
  }
}
.fullscreen {
  clip-path: circle(0% at 96.5% 4%);
  position: fixed;
  background: rgb(0, 26, 68);
  background: linear-gradient(
    120deg,
    rgba(0, 26, 68, 1) 0%,
    rgba(10, 56, 111, 1) 29%,
    rgba(56, 28, 116, 1) 61%,
    rgba(21, 10, 68, 1) 100%
  );
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.23, 0.93, 0.23, 0.93);
  z-index: 9000;
}
.fullscreen ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fullscreen ul li {
  padding: 0.5rem 1rem;
}
.fullscreen ul li a {
  font-size: 2rem;
  color: var(--white);
  font-weight: normal;
  transition: 0.5s;
}
.fullscreen ul li a:hover {
  color: var(--sky-color);
}
.fullscreen .close_1 {
  position: absolute;
  top: 0.6rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
}
.fullscreen .close_1:hover {
  cursor: pointer;
}
.fullscreen .close_1 img {
  width: 100%;
}
.fullscreen.active {
  clip-path: circle(140% at 96.5% 4%);
  transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}
.fullscreen.active ul > li {
  animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 120ms)
    both;
}
.fullscreen.reverse_anim {
  clip-path: circle(0% at 96.5% 4%);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}
@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}
.logo a {
  color: #fff;
  font-size: 1.2rem;
}

.ourportfolio-sec .our-workitem {
  height: 600px;
}
.bordered-banner::after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: rgb(0, 5, 42);
  background: linear-gradient(
    86deg,
    rgba(0, 5, 42, 1) 0%,
    rgba(4, 230, 230, 1) 50%,
    rgba(0, 5, 42, 1) 100%
  );
  height: 15px;
  z-index: 2;
}
.bordered-banner h1, .bordered-banner h6 {
  text-align: center;
  text-shadow: 0px 2px 8px rgba(255, 255, 255, 0.6);
}
.bordered-package-banner h1
{
  background: rgb(174,135,233);
background: linear-gradient(93deg, rgba(174,135,233,1) 0%, rgba(27,90,188,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.services-sec {
  padding: 80px 0;
  background: rgb(0, 27, 69);
  background: linear-gradient(
    93deg,
    rgba(0, 27, 69, 1) 0%,
    rgba(8, 56, 110, 1) 21%,
    rgba(71, 30, 131, 1) 49%,
    rgba(21, 10, 68, 1) 100%
  );
  background-size: 200% 200%;
  animation: gradient 8s ease infinite;
}
/* .conversation-dark-blue-bg {
  background: var(--blue-dark);
} */
/* .conversation-dark-blue-bg .input,
.conversation-dark-blue-bg .textarea {
  background: var(--blue-dark);
} */
/* .conversation-dark-blue-bg .bg-txt {
  -webkit-text-stroke: 3px #0b2651;
} */

.services-zic-zac {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.services-zic-zac .row:nth-child(even) .services-zic-zac-left {
  order: 1;
}
.services-zic-zac .row:nth-child(even) .services-ziczac-img-area::after {
  background: rgb(4, 228, 255);
  background: linear-gradient(
    234deg,
    rgba(4, 228, 255, 1) 0%,
    rgba(144, 59, 230, 1) 100%
  );
  right: -20px;
  left: auto;
}
.services-zic-zac p {
  font-size: 16px;
  color: var(--white);
  margin-bottom: 16px;
}

.services-zic-zac ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.services-zic-zac ul li {
  color: var(--white);
  font-size: 17px;
  font-weight: normal;
  background: url(../images/i1.png) left 5px no-repeat;
  padding: 4px 0 0 40px;
  filter: brightness(0) invert(1);
}
.services-zic-zac .left-heading-area {
  margin-bottom: 10px;
}
.services-zic-zac .left-heading-area h2 {
  font-size: 48px;
}
.services-zic-zac .gradiant-button {
  margin-top: 40px;
}
.services-ziczac-img {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.services-ziczac-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-ziczac-img-area {
  position: relative;
}
.services-ziczac-img-area::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: 0;
  background: rgb(4, 228, 255);
  background: linear-gradient(
    111deg,
    rgba(4, 228, 255, 1) 0%,
    rgba(144, 59, 230, 1) 100%
  );
  content: "";
}

.contact-sec-area {
  position: relative;
  padding: 80px 0 130px 0;
  background: rgb(0, 26, 68);
  background: linear-gradient(
    93deg,
    rgba(0, 26, 68, 1) 0%,
    rgba(10, 56, 111, 1) 29%,
    rgba(56, 28, 116, 1) 61%,
    rgba(21, 10, 68, 1) 100%
  );
  overflow: hidden;
  background-size: 200% 200%;
  animation: gradient 8s ease infinite;
}
.contact-sec-area .contact-sec-area-left .left-heading-area {
  margin-bottom: 10px;
}
.contact-sec-area .contact-sec-area-left .left-heading-area h2 {
  font-size: 60px;
  color: var(--sky-color);
  text-shadow: 0px 2px 8px rgba(4, 238, 237, 0.6);
}
.contact-sec-area p {
  font-size: 16px;
  color: var(--white);
  font-weight: normal;
}
.contact-sec-area .contact-sec-area-left {
  padding-right: 60px;
}
.contact-sec-area .contact-sec-area-left h3 {
  color: var(--sky-color);
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-sec-area .contact-sec-area-left h3 span {
  height: 2px;
  background: var(--sky-color);
  display: inline-flex;
  width: 30%;
}
.contact-sec-left-bottom {
  margin: 40px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.contact-sec-left-bottom li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3c5f8d;
}
.contact-sec-left-bottom li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contact-sec-left-bottom li span {
  width: 45px;
  height: 45px;
}
.contact-sec-left-bottom li span img {
  width: 100%;
}
.contact-sec-left-bottom .contact-txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-sec-left-bottom .contact-txt h4 {
  color: var(--sky-color);
  font-size: 22px;
  font-weight: 600;
}
.contact-sec-left-bottom .contact-txt a {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.contact-sec-area-right {
  background: url(../images/contact-bg.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 50px 30px 60px 30px;
}
.contact-sec-area-right .left-heading-area h2 {
  color: var(--sky-color);
}

.contact-sec-inputgroup {
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #b1b1b1;
}
.contact-sec-inputgroup span {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-sec-inputgroup .input {
  background: none;
  border: none;
  padding: 0;
  color: var(--white);
}
.contact-sec-inputgroup .input::placeholder {
  color: var(--white);
}

.contact-sec-inputgroup .textarea {
  background: none;
  border: 0;
  padding: 0;
  height: 50px;
}
.contact-sec-inputgroup .textarea::placeholder {
  color: var(--white);
}
.contact-sec-textareagroup {
  align-items: self-start;
  padding: 20px 0;
}
.contact-sec-area-right .gradiant-button {
  margin-top: 30px;
  border: none;
}
.contact-sec-area-right .gradiant-button span {
  background: #2e105a;
}
.aboutfourbox-area {
  width: 100%;
  overflow: hidden;
}
.aboutfourbox-inner {
  padding: 100px 0 300px 0;
  background: rgba(0, 4, 42, 0.95);
}
.aboutfourbox-inner .about-bottom {
  margin-top: 0;
}
.aboutfourbox-inner .about-bottom-inner {
  background: #05082d;
}
.premiam-services-area .center-heading-area h2 {
  font-size: 36px;
}
.premiam-services-box {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.premiam-services-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premiam-services-box-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 16px 100px 16px 16px;
  width: 100%;
  font-size: 26px;
  color: var(--white);
  font-weight: 600;
  line-height: 30px;
}

.premiam-services-slider-area .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.premiam-services-slider-area .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #254887;
  border-radius: 50%;
  display: inline-flex;
}
.premiam-services-slider-area .owl-dots .owl-dot.active span {
  background-color: #498be3;
}

.mission-vision-area {
  padding: 0 0 150px 0;
  margin-top: -200px;
  position: relative;
}
.mission-vision-area::after {
  background: url(../images/bg4.svg) left bottom no-repeat;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  height: 187px;
  width: 100%;
  background-size: cover;
  content: "";
}
.mission-area {
  background: rgb(0, 30, 72);
  background: linear-gradient(
    90deg,
    rgba(0, 30, 72, 1) 0%,
    rgba(5, 56, 108, 1) 31%,
    rgba(21, 10, 68, 1) 100%
  );
  border-radius: 16px;
}
.mission-area .center-heading-area {
  padding: 30px;
  margin-bottom: 0px;
}
.mission-area-bottom {
  background: var(--white);
  padding: 30px;
  border-radius: 60px 0 0 0;
}
.mission-area-bottom p {
  margin-bottom: 20px;
}

.vision-area {
  background: var(--white);
  border-radius: 16px;
}

.vision-area .left-heading-area {
  padding: 30px 30px 0 30px;
  margin-bottom: 0px;
}
.vision-area .left-heading-area h6,
.vision-area .left-heading-area h2 {
  color: var(--blue-dark);
}
.mission-area-bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mission-area-bottom ul li {
  color: var(--black);
  font-size: 17px;
  font-weight: normal;
  background: url(../images/i1a.png) left 5px no-repeat;
  padding: 4px 0 0 40px;
}


#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e7;
  padding: 40px 0px;
  width: 100%;
}
#counter .item{
  background: #fff;
  width: 200px;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
} 
#counter .item .count{
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 40px;
}
#counter .item h3{
  color: #4f4e28;
  text-transform: capitalize;
}


#button {
  background: url(../images/i8.png) center center no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
}
#button:active {
  background-color:transparent;
}
#button.show {
  opacity: 1;
  visibility: visible;
}




.package-plan-area{
  background: rgb(0, 26, 68);
  background: linear-gradient(
    93deg,
    rgba(0, 26, 68, 1) 0%,
    rgba(56, 28, 116, 1) 61%,
    rgba(21, 10, 68, 1) 100%
  );
  overflow: hidden;
  background-size: 160% 160%;
  animation: gradient 8s ease infinite;
}
.package-plan-area-inner{
 background: url(../images/packagepricebg.jpg) center center no-repeat;
 padding: 100px 0;
}
.package-plan-tab .nav-tabs{
  border: none;
  background: rgb(42,27,99);
  background: linear-gradient(93deg, rgba(42,27,99,1) 0%, rgba(42,27,99,1) 100%);
border-radius: 20px;
padding: 1px;
overflow: hidden;
}
.package-plan-tab .nav-tabs .nav-item{
  width: 20%;
  background: #3e2775;
}
.package-plan-tab .nav-tabs .nav-link{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  padding: 4px;
  border-radius: 16px;
  background: none;
  transition: 0.5s;
}
.package-plan-tab .nav-tabs .nav-link span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  width: 100%;
  border-radius: 16px;
}
.package-plan-tab .nav-tabs .nav-link:hover{
  border-radius: 20px;
  transition: 0.5s;
  background: rgb(137,65,232);
background: linear-gradient(93deg, rgba(137,65,232,1) 0%, rgba(7,235,238,1) 100%);
border: 0 !important; 
}
.package-plan-tab .nav-tabs .nav-link:hover span{
  background: rgb(34,46,107);
  background: linear-gradient(93deg, rgba(34,46,107,1) 0%, rgba(80,63,121,1) 100%);
  transition: 0.5s;
}
.package-plan-tab .nav-tabs .nav-link.active{
  border-radius: 20px;
  background: rgb(137,65,232);
background: linear-gradient(93deg, rgba(137,65,232,1) 0%, rgba(7,235,238,1) 100%);
border: 0 !important;
}
.package-plan-tab .nav-tabs .nav-link.active span{
  background: rgb(34,46,107);
  background: linear-gradient(93deg, rgba(34,46,107,1) 0%, rgba(80,63,121,1) 100%);
  transition: 0.5s;
}


.what-we-do-area {
  overflow: hidden;
}
.what-we-do-area-inner {
  background: rgba(0, 4, 42, 0.95);
  padding: 80px 0;
}
.what-we-do-area-inner .center-heading-area h2 {
  font-size: 76px;
  text-transform: uppercase;
}
.what-we-do-area-inner p {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.header-banner-area{
  overflow: hidden;
  width: 100%;
}
.about-solution{
  overflow: hidden;
  width: 100%;
}
.our-story-area{
  overflow: hidden;
  width: 100%;
}
.what-we-do-area{
  overflow: hidden;
  width: 100%;
}
.testimonial-area{
  overflow: hidden;
  width: 100%;
}
.conversation-area{
  overflow: hidden;
  width: 100%;                          
}
