<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html {
  scroll-behavior: smooth;
}

/* Poppins font */

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
  font-family: 'd-din';
  src: url('../fonts/D-DINCondensed.otf');
}


/* Poppins font End */

/* css  */

body {
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins-Light';
}

/* header strat */
.header {
  background-color: #222;
}

.nav__btn {
  background: linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);
  border: 1px solid #5b81cfcc;
}

.nav__btn:hover {
  background: linear-gradient(90deg, #6c7abc 0%, #4a89e3 100%);
  border: 1px solid #5b81cfcc;
}

.header .navbar .container-fluid {
  padding-inline: 40px;
}

.nav__btn .btn {
  padding: 8px 15px;
  color: #f00;
  border-radius: 8px;
  transition: 1s;
  display: inline-block;
}

.header .nav__menu {
  justify-content: end !important;
}

.nav__menu ul .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  display: inline-flex;
  overflow: hidden;
}

.nav__menu ul li.nav-item {
  margin-left: 25px;
  position: relative;
}

.header .nav__logo {
  max-width: 222px;
}

.nav-item.nav__btn .nav-link.btn {
  padding-inline: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav__menu ul .nav-item .nav-link .bi {
  line-height: 100%;
}

.header .navbar-brand {
  padding-block: 2px;
}

.nav__menu .navbar-nav {
  align-items: center;
}

.navbar-nav .nav-item .nav-link img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

/* sub dropdown */
.navbar .dropdown:hover&gt;.dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.navbar .dropdown-menu li {
  border-bottom: 1px solid #eeeeee7a;
}

/* .navbar .dropdown-menu .dropdown-item:hover {background: linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);color: #fff;transition: all .4s linear;} */
.navbar .dropdown-menu .dropdown-divider {
  margin: 0;
  border-color: #ddd;
}

.nav__menu ul .nav-item .nav-link .bi {
  font-size: 14px;
  margin-bottom: -2px;
}

.dropdown-menu {
  border: none;
}

.nav__menu ul .nav-item .nav-link:hover:before, .nav__menu ul .nav-item .nav-link.active:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #4a89e3;
  border-radius: 10px;
}
 /* .nav__menu ul .nav-item.dropdown .nav-link.active:before {
  bottom: 12px;
} */

.nav__menu ul .nav-item .nav-link.pn:hover::before {
  display: none;
}

.nav__menu ul .nav-item .nav-link.btn:hover::before {
  display: none;
}

.navbar .dropdown-menu li:last-child&gt;a {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  color: #000;
  transition: background 0.3s, color 0.3s;
  font-size: 14px;
  /* text-transform: uppercase; */
  font-family: 'Poppins-Regular';
  transition: all .4s linear;
}

.sec__btn__set .btn_gradient:hover {
  background-image: none !important;
}

.navbar .dropdown-menu {
  background: #fff;
  border: none;
  padding: 0;
  margin-top: 0.5rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  display: block;
  border-radius: 0;
  left: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.nav-item.dropdown .nav-link {
  align-items: center;
  display: flex;
  gap: 5px;
}


/* m menu  */
.common__sec.join__bg__clr {
  overflow: hidden;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

.navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar .dropdown-menu .dropdown-item:hover {
  color: #fff;
}

.dropdown-menu li a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #222;
  transition: color 0.6s ease;
}

.dropdown-menu li a::before,
.dropdown-menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);
  z-index: -1;
  transition: all 0.6s ease;
}

.dropdown-menu li a::before {
  left: 0;
}

.dropdown-menu li a::after {
  right: 0;
}

.dropdown-menu li a:hover::before,
.dropdown-menu li a:hover::after {
  width: 100%;
}

.dropdown-menu li a:hover {
  color: #fff;
}

.nav__menu ul li.nav-item .dropdown-menu {
  height: 0;
  z-index: -1;
  overflow: hidden;
  top: 35px;
}

.nav__menu ul li.nav-item:hover .dropdown-menu {
  height: auto;
  z-index: 9;
  overflow: visible;
}

.nav__menu ul li.nav-item.dropdown {
  position: relative;
}

.nav__menu ul li.nav-item.dropdown .nav-link {
  /* padding-block: 20px; */
}

/* header strat End*/

/* banner sec css  */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 50%;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: start;
  transform: translateY(50%);
}

.container {
  max-width: 1230px;
  padding: 0;
  margin: auto;
  width: 100%;
}

.banner__main h2 {
  font-size: 44px;
  line-height: 56px;
  color: #3c4653;
  font-family: 'Poppins-Bold';
}

.banner__main p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins-Regular';
  color: #4a5663;
  width: 46%;
}

.banner__btn__set .btn_gradient {
  background-image: linear-gradient(to right, #4aa2a5, #452f76);
  border-radius: 40px;
  box-sizing: border-box;
  color: #000;
  display: block;
  padding: 0.8px;
  position: relative;
  text-decoration: none;
  width: 170px;
  height: 45px;
  z-index: 2;
  mix-blend-mode: darken;
}

.banner__btn__set .btn_gradient:hover {
  background-image: none !important;
}

.btn_gradient span {
  align-items: center;
  background: #ebf6fd;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-family: 'Poppins-Light';
  color: #080b18;
  font-size: 15px;
  line-height: 25px;
  gap: 10px;
}

.banner__btn__set {
  margin-top: 45px;
}

.btn_gradient:hover span {
  background: linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);
  color: #fff;
}

.btn_gradient:hover span img {
  filter: brightness(0) invert(1);
}

.banner__main {
  position: relative;
}

.banner__main .mouse {
  display: block;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px;
  width: 60px;
  border-radius: 30px;
  z-index: 999;
}

.banner__main .mouse a img {
  width: 100%;
  max-width: 60px;
  height: 100%;
  background-color: white;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #4a5663;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 25px;
  border: 2px solid #4a5663;
  border-radius: 25px;
  opacity: .75;
  box-sizing: content-box;
}

.scroll-downs {
  margin: auto;
  width: 37px;
  height: 45px;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

.banner__main .carousel-indicators {
  position: absolute;
  top: 50% !important;
  right: 41px !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  z-index: 999;
  left: auto;
}

.carousel-indicators {
  right: 0;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c5c5c5;
  border: none;
  opacity: 1;
  position: relative;
}

.carousel-indicators .active {
  background-color: #3e3e4b;
}

.carousel-indicators .active::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  border: 1px solid #3e3e4b;
  border-radius: 50%;
}

.btn_gradient span img {
  max-width: 10px;
}

/* banner sec end css  */
.font-d-din{font-family: 'd-din';}
/* common__sec css  */

/* about us  css  */
.common__sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about__bg {
  background-image: url(../images/about-bg-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  bottom: 0;
  content: '';
  position: relative;
}

.about__box {
  background-color: #222222;
  padding: 50px 40px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: visible;
}

.about__box__img {
  position: absolute;
  content: '';
  top: 68%;
  left: 15px;
}

.about__box__img img {
  max-width: 160px;
}

.sec__title h3 {
  font-size: 38px;
  font-family: 'Poppins-SemiBold';
  line-height: 46px;
  color: #fff;
}

.sec__title .paragraph {
  margin-top: 15px;
}

.sec__btn__set {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}

.sec__btn__set .btn_gradient {
  background-image: linear-gradient(to right, #4aa2a5, #bcd8ff);
  border-radius: 40px;
  box-sizing: border-box;
  color: #000;
  display: block;
  padding: 0.8px;
  position: relative;
  text-decoration: none;
  width: 170px;
  height: 45px;
  z-index: 2;
}

/* .sec__btn__set .btn_gradient span img {max-width: 15px;} */
.sec__btn__set .btn_gradient span {
  align-items: center;
  background: #222;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-family: 'Poppins-Light';
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  gap: 10px;
}

.sec__btn__set .btn_gradient:hover span {
  background: linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);
  color: #fff;
}

.sec__btn__set .btn_gradient:hover span img {
  filter: brightness(0) invert(1);
}

/* about us  css  */

/* services css  */
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 15px;
}

.service__box {
  background: #eaf0f9;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  transition: transform 0.3s;
  text-align: center;
  overflow: hidden;
  height: 300px;
}

.service__box h3 {
  font-size: 42px;
  font-family: 'Poppins-SemiBold';
  line-height: 48px;
  color: #000000;
}

.service__box .service__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__section .sec__title h3 {
  color: #4a5663;
}

.services__section .sec__title {
  text-align: center;
  margin-bottom: 35px;
}

.service__box:hover {
  transform: translateY(-5px);
}

.service__box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  color: #222;
}

.service__box .ser__box__title {
  font-size: 20px;
  line-height: 26px;
  color: #222529;
  font-family: 'Poppins-SemiBold';
  text-align: start;
  margin-bottom: -15px;
}

.service__box:hover {
  transform: translateY(-5px);
}

.ser__box__title {
  font-size: 26px;
  line-height: 33px;
  color: #222529;
  font-family: 'Poppins-regular';
  text-align: start;
}

.service__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}

.service__box img {
  max-height: 360px;
  width: auto;
  margin: 0 auto;
  max-width: 500px;
  object-fit: cover;
}

.hover__content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6c7abc;
  color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: top 0.4s ease;
  text-align: left;
  z-index: 2;
}

.service__box:hover .hover__content {
  top: 0;
}

.hover__content h4 {
  margin: 0 0 10px;
  font-size: 22px;
}

.hover__content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.hover__content a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.hover__content .sec__title a {
  font-size: 12px;
}

.icon__ser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.icon__ser .more a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  line-height: 100%;
}

.icon__ser .more a .bi {
  font-size: 14px;
  line-height: 22px;
}

.hover__content .sec__title .paragraph {
  margin-top: -15px;
  margin-bottom: -20px;
  line-height: 24px;
}

.line__bar {
  display: flex;
  align-items: center;
}

.line__bar::before {
  content: "";
  width: 25px;
  height: 6px;
  background-color: #ffffff;
}

.line__bar::after {
  content: "";
  flex-grow: 1;
  height: 0.8px;
  background-color: #ffffff;
}

/* join css */
.join__bg__clr {
  background-color: #f8f9f9;
}

.join .join__title {
  font-size: 60px;
  line-height: 24px;
  color: #384350;
  font-family: 'Poppins-Regular';
}

.join p {
  color: #262037;
  margin-top: 30px;
  margin-bottom: 0;
  padding-inline: 160px;
}

.join__btn__set .btn_gradient {
  background-image: linear-gradient(to right, #4aa2a5, #452f76);
  border-radius: 40px;
  box-sizing: border-box;
  color: #000;
  display: block;
  padding: 0.8px;
  position: relative;
  text-decoration: none;
  width: 200px;
  height: 45px;
  z-index: 2;
  mix-blend-mode: darken;
}

.join__btn__set .btn_gradient:hover {
  background-image: none;
}

.join__btn__set {
  margin-top: 25px;
}

/* .join__btn__set .btn_gradient span &gt; img{max-width: 15px;} */
.join__btn__set .btn_gradient span {
  align-items: center;
  background: #f8f9f9;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-family: 'Poppins-Light';
  color: #080b18;
  font-size: 15px;
  line-height: 25px;
  gap: 10px;
}

.join__btn__set .btn_gradient:hover span {
  background: linear-gradient(90deg, #6c7abc 0%, #4a89e3 100%);
  color: #fff;
}

.join__main {
  position: relative;
  z-index: 0;
}

.join__main::after {
  position: absolute;
  background-image: url(../images/join-bg-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 100%;
  height: 100%;
  right: 160px;
  top: 50%;
  max-width: 230px;
  height: 355px;
  transform: translateY(-50%);
  z-index: -1;
}

.common__sec.join__bg__clr.pn {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer__box .footer__ul {
  display: flex;
  gap: 32px;
}

/* join css end */

/* footer section  */
.footer__bg__clr {
  background-color: #3e3e3e;
}

.common__sec__footer {
  padding-top: 50px;
  padding-bottom: 0px;
}

.footer__box {
  color: #999999;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
}

.footer__box .footer__boxsub {

  display: flex;
  gap:20px;
  border:1px solid #ffffff1c;
  padding:10px 17px;
  /* background-color: #222; */
  align-items: center;
}

.footer__box .footer__sub__title {
  font-size: 18px;
  line-height: 26px;
  font-family: 'd-din';
  color: #fff;
}

.footer__box .footer__ul li a {
  color: #fff;
  /* color: #c5c5c5; */
  font-size: 18px;
  line-height: 26px;
  font-family: 'd-din';
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

.footer__box .footer__ul li {
  list-style-type: none;
  /* margin-top: 10px; */
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 100%;
}

.footer__box .footer__ul {
  padding-inline: 0;
  margin-bottom: 0;
}

.footer__box.reach .footer__ul li {
  display: flex;
  align-items: first baseline;
}

.footer__box.reach .footer__ul li a {
  line-height: 25px;
}

.f-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 18px;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(5px);
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background: #2c2c2c;
}

.f-icon i {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.fsocial__icons {
  gap: 15px;
  display: flex;
}

.fsocial__icons .f-icon.f-fb:hover {
  background-color: #1877F2;
  color: white;
}

.fsocial__icons .f-icon.f-link:hover {
  background-color: #0077b5;
  color: white;
}

.fsocial__icons .f-icon.f-insta:hover {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  color: white;
}

.fsocial__icons .f-icon.f-tw:hover {
  background-color: #1DA1F2;
  color: white;
}

.fsocial__icons .f-icon.f-w:hover {
  background-color: #60c155;
  color: white;
}

.footer__box img {
  max-width: 250px;
  width: 100%;
}

.footerline__bar {
  position: relative;
  height: 1px;
  margin-top: 30px
}

.footerline__bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.9px;
  background-color: #ffffff1c;
}

.footer__menu {
  padding-block: 15px;
  justify-content: center;
  display: flex;
  text-align: center;
}

.footer__menu .f__memu a span[data-hover] {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
  }
.footer__menu .f__memu a span[data-hover]::before {
    position: absolute;
    top: 100%;
    color: #fff;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: color .4s;
    transition: color .4s;
  }
.footer__menu .f__memu a:hover span[data-hover] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  a.dark_text span[data-hover]::before{
    color: #000;
  }
  .contact__content .footer__ul a.dark_text {
  display: inline-flex;
  overflow: hidden;
}

a span[data-hover] {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
  }
a span[data-hover]::before {
    position: absolute;
    top: 100%;
    color: #fff;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: color .4s;
    transition: color .4s;
  }
a:hover span[data-hover] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
.footer__menu .f__memu a {
  color: #c5c5c5;
  font-size: 14px;
  line-height: 34px;
  font-family: 'd-din';
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    display: inline-flex;
}

.f__memu span {
  color: #c5c5c5;
  padding: 0 7px;
}

.copy__right {
  /* background-color: #222222; */
  padding-block: 20px;
}

.copy__right .copy {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Poppins-Light';
  color: #bfbfbf;
  text-align: center;
}

.footer__box .footer__boxsub.pn {
  padding:
    19px 17px;
}

/* footer section  */

/* innner pages css  */

/* inner pages setting css  */
.content__soon {
  margin-block: 200px;
}

.content__soon h3 {
  margin-bottom: 50px;
  margin-top: 50px;
  color: #3c4653;
  text-align: center;
  font-size: 34px;
}

.inner__banner img {
  object-fit: cover;
  width: 100%;
}

.inner__banner {
  position: relative;
}

.inner__banner .inner__banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.inner__banner .sec__title h3 {
  color: #4a5663;
}

/* inner pages setting css  */

/* contact us page css  */
.contact__us__main {
  position: relative;
}

.contact__us__title h2 {
  font-size: 115px;
  line-height: 115px;
  color: #3c4653;
  text-transform: uppercase;
  font-weight: bold;
}

.contact__content p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Poppins-Regular';
  color: #4a5663;
}

.contact__content .footer__ul li {
  width: 100%;
  text-decoration: none;
  list-style: none;
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact__content .fsocial__icons {
  gap: 15px;
  display: flex;
  margin-top: 25px;
}

.contact__content .footer__ul {
  margin-top: -5px;
}

.contact__content .footer__ul li i {
  font-size: 20px;
}

.contact__content .footer__ul {
  width: 100%;
  padding-left: 0;
  margin-top: 25px;
}

.contact__content .footer__ul a {
  color: #222;
  line-height: 32px;
  width: 100%;
  font-size: 20px;
  text-decoration: none;
}

.contact__bg__text {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 180px;
  font-weight: bold;
  opacity: 5%;
  text-transform: uppercase;
  line-height: 0.9;
}

.contact__content .f-icon {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: none;
}

.contact__content .f-icon i {
  font-size: 20px;
  line-height: 24px;
}



.map__sec {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.map__sec iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}

.map__sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.4);
  z-index: 1;
}



.contact__form {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f3f6fb;
  border-radius: 15px;
  padding: 35px;


  /* position: absolute;
        left: 40px;
        bottom: 0;
        background-color: #fff;
        z-index: 999999; */

}

.contact__form .sec__title h3 {
  color: #4a5663;
  font-size: 30px;
  line-height: 42px;
}

.contact__form .sec__title {
  margin-bottom: -15px;
}

.contact__form form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #95a2b6;
  padding: 12px 10px;
  font-size: 16px;
  background: transparent;
  color: #333;

}

.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
  border-bottom: 1px solid #f93414;
}

.contact__form .half {
  width: 100%;
  margin-bottom: 18px;
  font-family: 'Poppins-Regular';
}

.contact__form textarea {
  width: 100%;
  margin-top: 0px;
  resize: vertical;
  min-height: 100px;
}

.contact__form .btn__submit:hover {
  background: linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);
  border: 1px solid #5b81cfcc;
  box-shadow: 7px 10px 15px #0004;
  transform: translateY(-2px);
  transition: all 0.6s ease;
}

.contact__form .btn__submit {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins-Regular';
  padding: 8px 15px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000000ad;
  /* background:
        linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);
        border:1px solid #5b81cfcc; */
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 25px;
  transition: all 0.6s ease;
}

.submit .btn__submit img {
  max-width: 16px;
  height: 8px;
}

.contact__form .submit {
  justify-content: end;
  display: flex;
  margin-top: 15px;
}

em.error {
  font-style: normal !important;
  color: red;
}

/*  */
.alert-dismissible .btn-close {
  opacity: 1;
  font-size: 20px;
}

label.error {
  font-style: normal !important;
  color: red;
}

fieldset.has-error {
  border-color: red !important
}

.alert {
  position: fixed;
  top: 12%;
  max-width: 500px;
  right: 10px;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
  border: 0px;
  padding: 30px 50px 30px 30px;
  z-index: 1000;
  -webkit-animation: cssAnimation 10s forwards;
  animation: cssAnimation 10s forwards;
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.form-control:focus {
  border-color: red !important;
}

/*  */


/* contact us page css  end*/

/*  page css about us */
.join.about__us .join__title {
  font-size: 40px;
  line-height: 49px;
}

.join.about__us {
  margin-bottom: 30px;
}

.overview {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}

.overview::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background-color: #4a89e3;
}

.join.about__us .join__title span {
  background: linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.about__main {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 450px;
  height: 450px;
  overflow-y: visible;
}

.about__main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ebf4ff 0%, #e5e6ff 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.about__main img {
  border-radius: 50%;
  z-index: 1;
  max-width: 470px;
  height: 480px;
  position: relative;
  bottom: 30px;
  left: -12px;
}

.bg__top__img {
  position: relative;
}

.bg__top__img .top__img {
  position: absolute;
  content: '';
  top: 0;
  right: 50%;
  max-width: 172px;
}

.ser__box {
  background: #f7f9fc;
  border-radius: 20px;
  padding: 35px;
}

.ser__title h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 20px;
}

.ser__box__list li:hover {
  transform: scaleX(1.1);

}

.ser__box__list li:hover a {

  color: #4a89e3;
}

.ser__box__list li {
  background:
    #fff;
  border-radius:
    8px;
  box-shadow: 0 1px 3px rgba(32, 33, 36, .08);
  list-style-type: none;
  margin-bottom: 1px;
  transition:
    .5s;
}

.ser__box__list li a {
  color: #202124;
  display: block;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  padding: 20px;
  transition: .3s;
  text-decoration: none;
}

.ser__box__list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.ser__box__contnet img {
  border-radius: 20px;
}

.ser__contnet {
  margin-top: 20px;
}

.list__item ul li {
  list-style-type: none;
}

.ser__contnet .ser__box__title {
  font-size: 22px;
  line-height: 28px;
  color: #222529;
  font-family: 'Poppins-Regular';
  text-align: start;
}

.list__item {
  margin-top: 15px;
}

.ser__contnet .list__item ul li span {
  color: #4a89e3;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}

.list__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list__item li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.icon-circle {
  width: 28px;
  height: 28px;
  background-color: rgba(20, 17, 37, .08);
  color: #4a89e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

.list__item div {
  font-size: 15px;
  color: #111;
}

.ser__box__contnet {
  padding-left: 40px;
}

.box__bm .box {
  padding: 30px;
  background-color: #f7f9fc;
  border-radius: 20px;
}

.box__bm {
  margin-top: 30px;
}

.box__bm .box .box__sub {
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  font-family: 'Poppins-SemiBold';
  text-align: start;
  padding-bottom: 10px;
}

.box__bm .box .box__sub2 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  opacity: .7;
  padding-bottom: 10px;
  text-align: start;
}


.box__bm .box {
  padding: 35px;
  background-image: url('../images/service-img2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.ser__box__list .active__cls {
  transform: scaleX(1.1);
  color: #4a89e3;
}

.ser__box__list .active__cls a {

  color: #4a89e3;
}

.box__bm .box .nav-item.nav__btn {
  display: inline-block;
  margin-top: 15px;
}

.box__bm .box .nav-item.nav__btn a {
  color: #fff;
}

.list__item.li li {
  margin-bottom: 18px;
}

/* .about__main img{
    background:linear-gradient(90deg, #4a89e3 0%, #6c7abc 100%);
    border:1px solid #5b81cfcc;
  } */
/*  page css  end*/

/*  page css  */
/*  page css  end*/

/*  page css  */
/*  page css  end*/

/*  page css  */
/*  page css  end*/



.common__sec-1 {
  padding-block: 160px;
}
.common__sec2 {
  padding-block: 120px;
}

.we-do-title h6 {
  font-size: 24px;
  font-family: 'Poppins-Regular';
  background: linear-gradient(to right, #3c89f7 0%, #f93414 35%);
  /* -webkit-background-clip: text; */
  background-clip: text;
  color: transparent;

}

.update-soon2 h4 {
  font-size: 28px;
  line-height: 38px;
  font-family: 'Poppins-Regular';
  background: linear-gradient(to right, #3c89f7 35%, #f93414 60%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 100px;
  margin-bottom: 100px;
}

.list-items div {
  font-size: 16px;
  color: #111;
}

.overlay_img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left:  0;
  max-height: 300px;
}
.overlay_img.flip {
  transform: scaleX(-1);
  left: auto;
  right: 0;
}</pre></body></html>