@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

/* 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');
}

/* Poppins font End */

/* css  */

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

/* header strat */
.header {
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  transition: all .4s linear;
}

.header.fixed_menu {
  position: fixed;
  top: -51px;
  transform: translateY(50px);
  width: 100%;
  transition: all .4s linear;
  box-shadow: 0px 0px 1px #2c2c2c91;
}

.nav__btn {
  background: linear-gradient(90deg, #0277d0 0%, #04a4c7 100%);
  border: 1px solid #5b81cfcc;
}

.nav__btn:hover {
  background: linear-gradient(90deg, #04a4c7 0%, #0277d0 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 {
  letter-spacing: 0.5px;
  color: #12141a;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
}

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

.header .nav__logo {
  height: 70px;
  margin-top: -3px;
}

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

.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>.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, #0277d0 0%, #04a4c7 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;
}

.dropdown-menu {
  border: none;
}

.nav__menu ul .nav-item .nav-link:hover:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #0277d0;
  border-radius: 10px;
}

.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>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;
}

.split-text span {
  /* background: linear-gradient(90deg, #fe6900, #0277d0 ); */
  background: linear-gradient(90deg, #34e9b7, #0277d0);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


/* 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: #000000;
  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: #000000;
  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, #0277d0 0%, #04a4c7 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: 50px;
}

.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: #ffffff;
  font-family: 'Poppins-Bold';
}

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

.btn_gradient {
  display: inline-block;
  background: linear-gradient(90deg, #0277d0 0%, #04a4c7 100%);
  color: #fff;
  border: 1px solid #5b81cfcc;
  padding: 10px 35px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.btn_gradient:hover {
  background: linear-gradient(90deg, #04a4c7 0%, #0277d0 100%);
}

.btn_gradient span {
  align-items: center;
  /* background: linear-gradient(90deg, #0277d0 0%, #04a4c7 100%); */
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-family: 'Poppins-Light';
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  gap: 10px;
}

.banner__btn__set .btn_gradient img {
  filter: brightness(11);
}

.banner__btn__set {
  margin-top: 28px;
}

/* .btn_gradient:hover span {background: linear-gradient(90deg, #04a4c7 0%, #0277d0 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: 9;
}

.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;
}

.carousel-control-next,
.carousel-control-prev {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ddd;
  border-radius: 50px;
}

.carousel-control-prev {
  left: 2%;
}

.carousel-control-next {
  right: 2%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 100%;
  height: 100%;
  background-size: 22px;
}

/* banner sec end css  */

/* 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: #0177d0;
  padding: 50px 40px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: visible;
}

.about__box .btn_gradient {
  background: #fff;
}

.about__box .btn_gradient span {
  color: #0177d0;
}
.about__box .btn_gradient:hover    {
 background-color: #06e0a6;
  color: #fff;
}
.about__box .btn_gradient:hover span   {
 color: #fff;
}
.about__box .banner__btn__set .btn_gradient:hover img {
  filter: brightness(0) invert(1); 
}
.about__box .banner__btn__set .btn_gradient img {
  filter: brightness(1);
}

.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: 40px;
  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: #ffffff;
  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: #ffffff;
  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, #0277d0 0%, #04a4c7 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(380px, 1fr));
  gap: 30px;
}

.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: 22px;
  line-height: 28px;
  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-SemiBold';
  text-align: start;
}

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

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

.hover__content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0177cf;
  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: -20px;
}

.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: #4a5663;
  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.3px;
  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 > 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, #04a4c7 0%, #0277d0 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: #2c2c2c;
}

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

.footer__box {
  color: #999999;
}

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

.footer__box .footer__ul li a {
  color: #c5c5c5;
  font-size: 15px;
  line-height: 12px;
  font-family: 'Poppins-Light';
  text-decoration: none;
}

.footer__box .footer__ul li {
  list-style-type: none;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.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 #202124;
  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: #202124;
}

.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;
}

.footer__box img {
  max-width: 170px;
  width: 100%;
}
.common__sec__footer.footer__bg__clr .footer__main > .row > div:first-child {
  margin-top: 0;
}

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

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

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

.footer__menu .f__memu a {
  color: #c5c5c5;
  font-size: 14px;
  line-height: 34px;
  font-family: 'Poppins-Light';
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
}

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

.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 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 {
  /* height: 335px; */
  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: #fff;
  text-shadow: 1px 1px #111;
}

/* 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__details {
  border: 1px solid #efeded;
  background-color: #F0F7FFFA;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  height: 100%;
}
.contact__details img {
  height: 45px;
  width: 45px;
  margin-bottom: 15px;
}
.contac__cnt a {
  color: #212529;
  text-decoration: none;
}
.contac__cnt p {
  margin-bottom: 0;
}

label.error {
  font-style: normal !important;
  color: red;
  padding-top: 4px;
  display: block;
  text-align: left;
}
.contact__form {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border-radius: 5px;


  /* 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 #ccc;
  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, #0277d0 0%, #04a4c7 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, #0277d0 0%, #04a4c7 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;
}

/*  */

.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;
}


/* contact us page css  end*/

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

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

/*  page css  */
.common__sec2 {
  padding-block: 70px;
}

.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;
  width: 100%;
  height:auto;
max-height: 400px;  
object-fit: cover;
}

.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;
}

/*  page css  end*/

/* sri page css  */
.contact_form {
  padding-block: 70px;
}

.contact-form-wrap {
  border: 1px solid #38a1eb;
  background-color: #FFF;
  border-radius: 10px;
  padding: 60px;
  text-align: center;
  height: 100%;
}

.form-inner input {
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #C7D4E3;
  font-family: (var(--lqd-heading-font-family));
  background: #F0F7FFFA;
  color: rgb(34, 43, 68);
}

#form_message {
  width: 100%;
}

.form-inner textarea {
  background: #F0F7FFFA;
  color: rgb(34, 43, 68);
  font-family: (var(--lqd-heading-font-family));
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 20px 20px;
  outline: none;
  border: 1px solid #C7D4E3;
  min-height: 120px;
}

/* .form-inner .primary-btn3 {
  padding: 15px 35px;
} */
.primary-btn3 svg {
  fill: #fff;
  transition: all 0.6s;
}

.w-full.flex.flex-wrap.bg-white.shadow-md.transition-all.add {
  border-radius: 10px;
}

.primary-btn3:hover {
  background-image: linear-gradient(90deg, #361f89 0%, #38a2ec 100%);
  color: #fff;
}

.inner__p {
  color: #38a2ec;
}

.primary-btn3 {
  color: #fff;
  border: 1px solid #38a2ec;
  border-radius: 50px;
  padding: 17px 36px;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
  background-image: linear-gradient(90deg, #38a2ec 0%, #361f89 100%);
  color: #fff;
  border: 0;
}

label.error {
  font-style: normal !important;
  color: red;
  padding-top: 4px;
}



/*  page css  end*/


/* --------------box---------- */
/* Common box styling */
.feature-box {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 6px;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

/* Hover effect with blue border */
.feature-box:hover {
  border: 1px solid #0a6cff; /* same light blue as in image */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Icon styling */
.feature-box .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.feature-box .icon img {
  height: 48px;
}
/* Title */
.feature-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0a0a3c; /* dark navy text */
  margin-bottom: 10px;
}

/* Text */
.feature-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}


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

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

.about__main img {
  width: 100%;
  z-index: 1;
  position: relative;
  border-radius: 250px;
}

.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;
 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

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


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

.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;
   
  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;
}



/*  */
.career-box {
    padding: 20px;
    border: 1px solid #D7E0EB;
    border-radius: 5px;
}

.career-box .career-head {
    font-size: 22px;
    color: #000048;
    font-family: 'Poppins-SemiBold';
    line-height: 32px;
    margin-bottom: 5px;
}

.career-box img {
    width: 100%;
    border-radius: 8px;
}

.career-box p {
    min-height: 100px;
}
h4.inner_title {
  font-size: 32px;
  font-family: 'Poppins-SemiBold';
  line-height: 40px;
  color: #4a5663;
}
@media screen and (max-width: 679px) {
  .sec__title h3.inner_title {
  color: #4a5663;

}
.what-title{
     padding-top: 35px;
}
.feature-box {
  position: relative;
  bottom: 30px;
}
.ser__box__list li a {
  padding: 18px;
}
.ser__box {
  background: #f7f9fc;
  border-radius: 20px;
  padding: 16px;
}
}

@media screen and (max-width:900px) {
  .feature-box {
  position: relative;
bottom:30px;
}
}