@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kalam:wght@300;400;700&display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
/* Custom scroll Bar Inner */
/* Custom scroll Bar Inner */
:root {
  --vh: 1vh;
}

.footer_wrapper {
  padding-bottom: 34px;
}
@media all and (max-width: 767px) {
  .footer_wrapper {
    margin-top: 60px !important;
    padding-bottom: 20px;
  }
}
.footer_wrapper .fotoer_grid {
  display: grid;
  grid-template-columns: minmax(0, 255px) 1fr 1fr 1fr 1.4fr;
  align-items: start;
  gap: 30px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_wrapper .fotoer_grid {
    gap: 30px 30px;
  }
}
@media all and (max-width: 991px) {
  .footer_wrapper .fotoer_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
.footer_wrapper .content_area {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 991px) {
  .footer_wrapper .logo_area {
    grid-column: span 2;
    text-align: center;
  }
}
.footer_wrapper .logo_area p {
  color: #161616;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_wrapper .footer_logo {
  max-width: 200px;
  max-height: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_wrapper .footer_logo {
    max-width: 180px;
    max-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper .footer_logo {
    max-width: 160px;
    max-height: 60px;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .footer_logo {
    max-width: 140px;
    max-height: 50px;
  }
}
.footer_wrapper .footer_menu_item h3 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer_wrapper .footer_menu_item h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .footer_menu_item h3 {
    font-size: 18px;
  }
}
.footer_wrapper .footer_menu_item .menu_list {
  margin-top: 24px;
}
.footer_wrapper .footer_menu_item .menu_list li {
  margin-bottom: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper .footer_menu_item .menu_list li {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .footer_menu_item .menu_list li {
    margin-bottom: 8px;
  }
}
.footer_wrapper .footer_menu_item .menu_list a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  word-break: break-all;
}
@media all and (max-width: 991px) {
  .footer_wrapper .footer_menu_item .menu_list a {
    font-size: 14px;
  }
}
.footer_wrapper .footer_menu_item .menu_list a:hover {
  color: rgba(41, 40, 40, 0.7);
}
.footer_wrapper .copyright_area {
  margin-top: 100px;
  padding-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_wrapper .copyright_area {
    margin-top: 80px;
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper .copyright_area {
    margin-top: 60px;
    padding-top: 12px;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .copyright_area {
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.footer_wrapper .copyright_area h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media all and (max-width: 991px) {
  .footer_wrapper .copyright_area h3 {
    font-size: 14px;
  }
}
.footer_wrapper .copyright_area h3 a {
  text-decoration: underline;
}
.footer_wrapper .copyright_area h3 a:hover {
  opacity: 0.8;
}

/* Header Section */
.border_top_divider {
  width: 100%;
  height: 18px;
  background-color: #0064dd;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .border_top_divider {
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .border_top_divider {
    height: 12px;
  }
}
@media all and (max-width: 767px) {
  .border_top_divider {
    height: 8px;
  }
}

.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  z-index: 10000;
  background-color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.header_wrapper .logo img {
  max-width: 190px;
  max-height: 44px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .logo img {
    max-width: 100px;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .logo img {
    max-width: 100px;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .nav_area {
    display: none;
  }
}
.header_wrapper .haeder_flex {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .haeder_flex {
    padding: 14px 0;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .haeder_flex {
    padding: 12px 0;
  }
}
.header_wrapper .main_menu_list {
  gap: 8px 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .main_menu_list {
    gap: 8px 24px;
  }
}
.header_wrapper .main_menu_list li {
  position: relative;
}
.header_wrapper .main_menu_list li a,
.header_wrapper .main_menu_list li h6 {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.header_wrapper .main_menu_list li:hover > a,
.header_wrapper .main_menu_list li:hover > h6 {
  color: #0064dd;
}
.header_wrapper .main_menu_list li:hover > a::before,
.header_wrapper .main_menu_list li:hover > h6::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: left center;
}
.header_wrapper .main_menu_list li:hover > a .arrow_icon,
.header_wrapper .main_menu_list li:hover > h6 .arrow_icon {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.header_wrapper .main_menu_list li:hover > a path,
.header_wrapper .main_menu_list li:hover > h6 path {
  fill: #0064dd;
}
.header_wrapper .main_menu_list > li > a::before,
.header_wrapper .main_menu_list > li > h6::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #0064dd;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.header_wrapper .arrow_icon {
  margin-left: 6px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.header_wrapper .dropdwon_menu_list {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 10;
  padding: 0 9px;
  width: 220px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header_wrapper .dropdwon_menu_list li a,
.header_wrapper .dropdwon_menu_list li h6 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #101010;
  text-align: center;
  padding: 10px 0;
}
.header_wrapper .dropdwon_menu_list li a:hover path,
.header_wrapper .dropdwon_menu_list li h6:hover path {
  fill: #f9d353;
}
.header_wrapper .dropdwon_menu_list li .setting_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.header_wrapper .dropdwon_first_menu_list li:not(:last-child) a,
.header_wrapper .dropdwon_first_menu_list li:not(:last-child) h6,
.header_wrapper .dropdwon_inner_menu_list li:not(:last-child) a,
.header_wrapper .dropdwon_inner_menu_list li:not(:last-child) h6 {
  border-bottom: 0.5px solid rgba(119, 119, 119, 0.5);
}
.header_wrapper .dropdwon_inner_menu_list {
  top: 20px;
  left: 100%;
  width: 260px;
  opacity: 0 !important;
  visibility: hidden !important;
}
.header_wrapper .dropdown_item_list:hover .dropdwon_menu_list {
  top: 32px;
  opacity: 1;
  visibility: visible;
}
.header_wrapper .dropdown_item_list:hover.megamenu_item_list .dropdwon_menu_list {
  top: 85px;
}
.header_wrapper .dropdown_inner_item_list:hover .dropdwon_inner_menu_list {
  top: 0;
  opacity: 1 !important;
  visibility: visible !important;
}
@media all and (max-width: 991px) {
  .header_wrapper .header_btn_area .default_btn {
    display: none;
  }
}
.header_wrapper .menu_toggle_btn {
  display: none;
}
.header_wrapper .menu_toggle_btn img {
  max-width: 20px;
}
@media all and (max-width: 991px) {
  .header_wrapper .menu_toggle_btn {
    display: block;
  }
}

.header_wrapper .mega_menu_container_area,
.mobile_menu_area .mega_menu_container_area {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header_wrapper .megamenu_item_list,
.mobile_menu_area .megamenu_item_list {
  position: static !important;
}
.header_wrapper .megamenu_item_list .mega_menu_grid,
.mobile_menu_area .megamenu_item_list .mega_menu_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 30px 20px;
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  .header_wrapper .megamenu_item_list .mega_menu_grid,
  .mobile_menu_area .megamenu_item_list .mega_menu_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 10px;
  }
}
.header_wrapper .megamenu_item_list .dropdwon_menu_list,
.mobile_menu_area .megamenu_item_list .dropdwon_menu_list {
  top: 90px;
  width: 100%;
  padding: 30px 20px;
}
.header_wrapper .megamenu_item_list .mega_menu_item,
.mobile_menu_area .megamenu_item_list .mega_menu_item {
  display: grid;
  grid-template-columns: minmax(0, 34px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 10px;
}
.header_wrapper .megamenu_item_list .mega_menu_item:hover,
.mobile_menu_area .megamenu_item_list .mega_menu_item:hover {
  opacity: 0.8;
}
.header_wrapper .megamenu_item_list .mega_menu_item:hover .arrow,
.mobile_menu_area .megamenu_item_list .mega_menu_item:hover .arrow {
  transform: translateX(4px);
}
.header_wrapper .megamenu_item_list .mega_menu_item .icon_area,
.mobile_menu_area .megamenu_item_list .mega_menu_item .icon_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 34px;
  height: 34px;
  padding: 4px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background: #cbe2ff;
}
.header_wrapper .megamenu_item_list .mega_menu_item .icon_area .inner_circle,
.mobile_menu_area .megamenu_item_list .mega_menu_item .icon_area .inner_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0064dd;
}
.header_wrapper .megamenu_item_list .mega_menu_item .icon_area .inner_circle img,
.mobile_menu_area .megamenu_item_list .mega_menu_item .icon_area .inner_circle img {
  max-width: 16px;
}
.header_wrapper .megamenu_item_list .mega_menu_item .content h4,
.mobile_menu_area .megamenu_item_list .mega_menu_item .content h4 {
  font-size: 18px;
  font-weight: 500;
}
.header_wrapper .megamenu_item_list .mega_menu_item .content .arrow,
.mobile_menu_area .megamenu_item_list .mega_menu_item .content .arrow {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.header_wrapper .megamenu_item_list .mega_menu_item .content p,
.mobile_menu_area .megamenu_item_list .mega_menu_item .content p {
  font-size: 14px;
  line-height: normal;
  margin-top: 4px;
}
.header_wrapper .customer_support_area,
.mobile_menu_area .customer_support_area {
  margin-top: 30px;
  border: 1px solid #cbe2ff;
  border-radius: 8px;
  padding: 10px 16px;
  background-color: rgba(233, 233, 233, 0.6);
}
.header_wrapper .customer_support_area h5,
.mobile_menu_area .customer_support_area h5 {
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  .header_wrapper .customer_support_area h5,
  .mobile_menu_area .customer_support_area h5 {
    font-size: 14px;
  }
}
.header_wrapper .customer_support_area h5 span,
.mobile_menu_area .customer_support_area h5 span {
  color: #ed1c24;
  font-weight: 700;
}

.active_menu {
  color: #0064dd !important;
  font-weight: 600 !important;
}
.active_menu::before {
  transform: scaleX(1) !important;
  background-color: #0064dd !important;
}
.active_menu:hover path {
  fill: #0064dd !important;
}

.navbar_fixed {
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 2px 3px 2px #dddddd;
}
.navbar_fixed .border_top_divider {
  height: 1.5px;
}
.navbar_fixed .haeder_flex {
  padding: 10px 0;
}
.navbar_fixed .dropdwon_menu_list {
  top: 70px !important;
}
.navbar_fixed .megamenu_item_list:hover .dropdwon_menu_list {
  top: 60px !important;
}

.mobile_menu_area {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 50vw;
  height: 100vh;
  background: white;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  overflow-y: scroll;
  z-index: 100000000;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: none;
}
.mobile_menu_area::-webkit-scrollbar {
  width: 5px;
}
.mobile_menu_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
@media all and (max-width: 991px) {
  .mobile_menu_area {
    display: inline;
  }
}
.mobile_menu_area .header_button_area .default_btn {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .mobile_menu_area .header_button_area .default_btn {
    height: 45px;
    min-width: 150px;
  }
}
.mobile_menu_area .mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(199, 199, 199, 0.2392156863);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mobile_menu_area .menu_close_icon {
  margin-bottom: 25px;
  padding-right: 15px;
}
.mobile_menu_area .menu_close_icon img {
  max-width: 14px;
}
.mobile_menu_area .accordion-item {
  border: none;
  margin: 12px 0;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2,
.mobile_menu_area .accordion-item h2 a,
.mobile_menu_area .accordion-item button,
.mobile_menu_area .accordion-item li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2 button,
.mobile_menu_area .accordion-item h2 a button,
.mobile_menu_area .accordion-item button button,
.mobile_menu_area .accordion-item li a button {
  padding: 0;
}
.mobile_menu_area .accordion-item h2 button:not(.collapsed),
.mobile_menu_area .accordion-item h2 a button:not(.collapsed),
.mobile_menu_area .accordion-item button button:not(.collapsed),
.mobile_menu_area .accordion-item li a button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.mobile_menu_area .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.mobile_menu_area .dropdown_menu_area li {
  margin-bottom: 10px;
}
.mobile_menu_area .megamenu_item_list .page_inner_title {
  font-size: 14px;
}
.mobile_menu_area .megamenu_item_list .dropdwon_menu_list {
  padding: 0;
}

.mobile_active_menu {
  color: #0064dd !important;
}

.navbar_active {
  left: 0;
  width: 50vw;
}
@media all and (max-width: 575px) {
  .navbar_active {
    width: 80vw;
  }
}
.navbar_active .mobile_menu_overlay {
  width: 100vw;
}

/* Hero Section */
.hero_wrapper .hero_area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 40px 30px;
  padding: 20px 60px 20px 126px;
  height: 730px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .hero_area {
    border-radius: 20px;
    padding: 20px 60px 20px 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .hero_area {
    border-radius: 16px;
  }
}
@media all and (min-width: 992px) {
  .hero_wrapper .hero_area {
    background-position: center right;
  }
}
@media all and (max-width: 991px) {
  .hero_wrapper .hero_area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 60px 30px;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .hero_area {
    border-radius: 12px;
    padding: 60px 20px;
  }
}
.hero_wrapper .protect_grid {
  display: grid;
  grid-template-columns: minmax(0, 18px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 8px;
  padding: 8px 8px;
  border-radius: 8px;
  border: 1px solid #0064dd;
  background: #fff;
}
.hero_wrapper .protect_grid h5 {
  color: #0064dd;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hero_wrapper .content_area {
  max-width: 520px;
  width: 100%;
}
.hero_wrapper .content_area h1 {
  color: #fff;
  font-family: "Hanken Grotesk";
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .content_area h1 {
    font-size: 50px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .content_area h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .content_area h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.hero_wrapper .content_area h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .content_area h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .content_area h4 {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .content_area h4 {
    font-size: 14px;
    margin-top: 20px;
  }
}
.hero_wrapper .button_area {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .hero_wrapper .hero_form_area {
    display: flex;
    justify-content: center;
  }
}
.hero_wrapper .form_area {
  max-width: 425px;
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 57.5px 0px rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 992px) {
  .hero_wrapper .form_area {
    position: absolute;
    top: 82px;
    left: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .form_area {
    top: 40px;
    left: 30px;
  }
}
.hero_wrapper .busniess_working_image_area {
  position: relative;
  width: 100%;
  height: 522px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .busniess_working_image_area {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .busniess_working_image_area {
    height: 470px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .busniess_working_image_area {
    height: 330px;
  }
}
@media all and (min-width: 992px) {
  .hero_wrapper .busniess_working_image_area {
    max-width: 530px;
  }
}
.hero_wrapper .busniess_working_image_area .working_image {
  width: 100%;
  height: 100%;
}
.hero_wrapper .working_list {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  max-height: calc(100% - 48px);
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.hero_wrapper .working_list::-webkit-scrollbar {
  width: 5px;
}
.hero_wrapper .working_list::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.hero_wrapper .working_list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.hero_wrapper .working_list::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
@media all and (max-width: 767px) {
  .hero_wrapper .working_list {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    max-height: calc(100% - 24px);
  }
}
.hero_wrapper .working_list li {
  display: grid;
  grid-template-columns: minmax(0, 24px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 10px;
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 8px;
  margin-left: auto;
  border: 1.5px solid #72b2ff;
  max-width: 370px;
  width: 100%;
  background: #fff;
  -webkit-backdrop-filter: blur(7.6500000954px);
          backdrop-filter: blur(7.6500000954px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .working_list li {
    padding: 12px 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .working_list li {
    grid-template-columns: minmax(0, 20px) repeat(1, minmax(0, 1fr));
    padding: 10px 12px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .working_list li {
    grid-template-columns: minmax(0, 20px) repeat(1, minmax(0, 1fr));
    padding: 10px 8px;
  }
}
.hero_wrapper .working_list li h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .working_list li h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .working_list li h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .working_list li h4 {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .hero_wrapper .working_list .icon_area img {
    max-width: 20px;
  }
}
.hero_wrapper .industry_image_area {
  max-width: 460px;
  text-align: center;
}
@media all and (min-width: 1200px) {
  .hero_wrapper .industry_image_area {
    transform: translateX(-40px);
  }
}
@media all and (min-width: 992px) {
  .hero_wrapper .industry_image_area {
    text-align: end;
    margin-left: auto;
  }
}
@media all and (max-width: 991px) {
  .hero_wrapper .industry_image_area {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero_wrapper.hero_content_wrapper .hero_area {
  display: block;
  height: 550px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper.hero_content_wrapper .hero_area {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper.hero_content_wrapper .hero_area {
    height: 350px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper.hero_content_wrapper .hero_area {
    height: auto;
  }
}
.hero_wrapper.hero_content_wrapper .content_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 950px;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hero_wrapper.hero_terms_wrapper .hero_area {
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper.hero_terms_wrapper .hero_area {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper.hero_terms_wrapper .hero_area {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper.hero_terms_wrapper .hero_area {
    height: auto;
  }
}

/* Features Section */
.features_wrapper .feature_area {
  margin-top: 68px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper .feature_area {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_wrapper .feature_area {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper .feature_area {
    margin-top: 30px;
  }
}
.features_wrapper .feaures_number_area {
  display: flex;
  align-items: center;
}
@media all and (min-width: 992px) {
  .features_wrapper .feaures_number_area:nth-child(2) {
    margin-left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper .feaures_number_area:nth-child(2) {
    margin-left: 10%;
  }
}
.features_wrapper .feaures_number_area:nth-child(2) .features_item {
  background: #00006f;
}
.features_wrapper .feaures_number_area:nth-child(2) .inner_number {
  color: #000;
}
@media all and (min-width: 992px) {
  .features_wrapper .feaures_number_area:nth-child(3) {
    margin-left: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper .feaures_number_area:nth-child(3) {
    margin-left: 20%;
  }
}
.features_wrapper .feaures_number_area:nth-child(3) .features_item {
  background: #2d72b6;
}
.features_wrapper .features_item {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  gap: 20px 0px;
  max-width: 748px;
  width: 100%;
  border-radius: 30px;
  margin-top: 34px;
  background: #0064dd;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper .features_item {
    grid-template-columns: 0.4fr 1fr;
    border-radius: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_wrapper .features_item {
    grid-template-columns: 0.3fr 1fr;
    border-radius: 16px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper .features_item {
    grid-template-columns: 80px 1fr;
    align-items: start;
    border-radius: 12px;
    margin-top: 24px;
  }
}
.features_wrapper .features_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  width: 100%;
  height: 252px;
  border-radius: 30px;
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper .features_item .icon {
    height: 220px;
    border-radius: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_wrapper .features_item .icon {
    height: 180px;
    border-radius: 16px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper .features_item .icon {
    height: 90px;
    border-radius: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_wrapper .features_item .icon img {
    max-width: 100px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper .features_item .icon img {
    max-width: 50px;
  }
}
.features_wrapper .features_item .content {
  padding: 24px;
}
@media all and (max-width: 767px) {
  .features_wrapper .features_item .content {
    padding: 6px 20px 24px 20px;
  }
}
.features_wrapper .features_item .inner_number {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 40px;
  height: 40px;
  padding: 4px;
  color: #0064dd;
  border-radius: 50%;
  background-color: white;
}
@media all and (max-width: 991px) {
  .features_wrapper .features_item .inner_number {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper .features_item .inner_number {
    display: flex;
    margin-bottom: 12px;
  }
}
.features_wrapper .features_item h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .features_wrapper .features_item h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper .features_item h3 {
    font-size: 18px;
  }
}
.features_wrapper .features_item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
@media all and (max-width: 991px) {
  .features_wrapper .features_item p {
    font-size: 14px;
  }
}
.features_wrapper .number {
  color: rgba(0, 100, 221, 0.2);
  font-size: 200px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper .number {
    font-size: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_wrapper .number {
    font-size: 120px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper .number {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper.busniess_featuers_wrapper {
    margin-top: 10px;
  }
}
.features_wrapper.busniess_featuers_wrapper .features_inner_area {
  background: #e9f3ff;
}
.features_wrapper.busniess_featuers_wrapper .header_area {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.features_wrapper.busniess_featuers_wrapper .header_area .page_description {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.features_wrapper.busniess_featuers_wrapper .feature_area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px !important;
  margin-top: 50px;
}
@media all and (max-width: 991px) {
  .features_wrapper.busniess_featuers_wrapper .feature_area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px !important;
    margin-top: 40px;
  }
}
.features_wrapper.busniess_featuers_wrapper .feaures_number_area {
  margin-left: 0;
}
.features_wrapper.busniess_featuers_wrapper .features_item {
  grid-template-columns: minmax(0, 172px) repeat(1, minmax(0, 1fr));
  margin-top: 0;
  max-width: none;
  width: 100%;
  background-color: #0064dd !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper.busniess_featuers_wrapper .features_item {
    grid-template-columns: minmax(0, 130px) repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_wrapper.busniess_featuers_wrapper .features_item {
    grid-template-columns: minmax(0, 110px) repeat(1, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  .features_wrapper.busniess_featuers_wrapper .features_item {
    grid-template-columns: minmax(0, 80px) repeat(1, minmax(0, 1fr));
  }
}
.features_wrapper.busniess_featuers_wrapper .features_item .icon {
  height: 183px;
  margin: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper.busniess_featuers_wrapper .features_item .icon {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_wrapper.busniess_featuers_wrapper .features_item .icon {
    height: 120px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper.busniess_featuers_wrapper .features_item .icon {
    height: 90px;
    margin: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features_wrapper.busniess_featuers_wrapper .features_item .icon img {
    max-width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_wrapper.busniess_featuers_wrapper .features_item .icon img {
    max-width: 70px;
  }
}
@media all and (max-width: 767px) {
  .features_wrapper.busniess_featuers_wrapper .features_item .icon img {
    max-width: 50px;
  }
}

/* Offer Section */
.offer_wrapper .offer_area {
  color: white;
}
.offer_wrapper .header_area {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.offer_wrapper .offer_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer_wrapper .offer_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  .offer_wrapper .offer_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 991px) {
  .offer_wrapper .offer_grid {
    gap: 10px;
    margin-top: 40px;
  }
}
.offer_wrapper .offer_item,
.offer_wrapper .offer_small_item {
  display: block;
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 24px;
}
.offer_wrapper .offer_item:hover,
.offer_wrapper .offer_small_item:hover {
  opacity: 0.9;
}
.offer_wrapper .offer_item:hover .offer_image,
.offer_wrapper .offer_small_item:hover .offer_image {
  transform: scale(1.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer_wrapper .offer_item,
  .offer_wrapper .offer_small_item {
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer_wrapper .offer_item,
  .offer_wrapper .offer_small_item {
    border-radius: 16px;
  }
}
@media all and (max-width: 767px) {
  .offer_wrapper .offer_item,
  .offer_wrapper .offer_small_item {
    border-radius: 12px;
    height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer_wrapper .offer_small_last_item {
    grid-row: 1;
    grid-column: 5/-1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer_wrapper .first_item {
    grid-column: span 2;
  }
}
@media all and (min-width: 1200px) {
  .offer_wrapper .first_item {
    height: 100%;
    grid-column: 1/span 2;
    grid-row: 1/span 2;
  }
}
@media all and (min-width: 992px) {
  .offer_wrapper .second_item {
    grid-column: span 2;
  }
}
.offer_wrapper .offer_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.offer_wrapper .offer_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 7px 12px;
  width: 100%;
  height: 270px;
  padding: 40px 18px;
  border-radius: 20px;
  background: #e9f3ff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer_wrapper .offer_content {
    border-radius: 16px;
    padding: 30px 20px;
    grid-column: span 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer_wrapper .offer_content {
    border-radius: 12px;
    padding: 24px 16px;
  }
}
@media all and (max-width: 767px) {
  .offer_wrapper .offer_content {
    border-radius: 8px;
    padding: 20px 14px;
    height: 200px;
  }
}
.offer_wrapper .offer_content h4 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .offer_wrapper .offer_content h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .offer_wrapper .offer_content h4 {
    font-size: 16px;
  }
}
.offer_wrapper .offer_content h5 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offer_wrapper .offer_content h5 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer_wrapper .offer_content h5 {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  .offer_wrapper .offer_content h5 {
    font-size: 25px;
  }
}

/* Servcie Section */
.service_wrapper .header_area {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service_wrapper .swiper-slide {
    width: 350px !important;
  }
}
@media all and (min-width: 768px) {
  .service_wrapper .swiper-slide {
    width: 450px !important;
  }
}
.service_wrapper .service_item {
  text-align: center;
  padding: 32px;
  border-radius: 20px;
  width: 100%;
  min-height: 300px;
  background: #e9f3ff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service_wrapper .service_item {
    padding: 24px;
    border-radius: 16px;
    min-height: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service_wrapper .service_item {
    padding: 20px;
    border-radius: 12px;
    min-height: 230px;
  }
}
@media all and (max-width: 767px) {
  .service_wrapper .service_item {
    padding: 20px 16px;
    border-radius: 8px;
    min-height: auto;
  }
}
.service_wrapper .service_item .icon_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 56px;
  height: 56px;
  padding: 4px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background: #cbe2ff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service_wrapper .service_item .icon_area {
    width: 48px;
    height: 48px;
  }
}
@media all and (max-width: 991px) {
  .service_wrapper .service_item .icon_area {
    width: 40px;
    height: 40px;
  }
}
.service_wrapper .service_item .icon_area .inner_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0064dd;
}
.service_wrapper .service_item .icon_area .inner_circle img {
  max-width: 36px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service_wrapper .service_item .icon_area .inner_circle img {
    max-width: 28px;
  }
}
@media all and (max-width: 991px) {
  .service_wrapper .service_item .icon_area .inner_circle img {
    max-width: 24px;
  }
}

/* Testimonial Section */
.testimonial_wrapper .testimonial_area {
  padding: 80px 0;
  background: #e9f3ff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial_wrapper .testimonial_area {
    padding: 60px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_wrapper .testimonial_area {
    padding: 50px 0px;
  }
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .testimonial_area {
    padding: 30px 0px;
  }
}
.testimonial_wrapper .swiper-slide-active .testimonial_item {
  background-color: #0064dd;
}
@media all and (min-width: 768px) {
  .testimonial_wrapper .swiper-slide-active .testimonial_item {
    width: 98%;
  }
}
.testimonial_wrapper .swiper-slide-active .testimonial_item .page_description {
  color: white;
}
.testimonial_wrapper .testimonial_item {
  padding: 21px 22px;
  border-radius: 16px;
  background: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial_wrapper .testimonial_item {
    border-radius: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_wrapper .testimonial_item {
    border-radius: 8px;
  }
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .testimonial_item {
    padding: 20px 16px;
    border-radius: 6px;
  }
}
.testimonial_wrapper .testimonial_item .page_description {
  font-family: "Hanken Grotesk", sans-serif;
}
.testimonial_wrapper .user_grid {
  display: grid;
  grid-template-columns: minmax(0, 46px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 14px;
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .testimonial_wrapper .user_grid {
    grid-template-columns: minmax(0, 30px) repeat(1, minmax(0, 1fr));
    gap: 20px 12px;
    margin-top: 30px;
  }
}
.testimonial_wrapper .user_grid .user_image {
  width: 100%;
  height: 46px;
  border-radius: 50%;
}
@media all and (max-width: 991px) {
  .testimonial_wrapper .user_grid .user_image {
    height: 30px;
  }
}

/* Understand Section */
.understand_wrapper .header_area {
  max-width: 492px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .understand_wrapper .header_right_area {
    margin-top: 16px;
  }
}
.understand_wrapper .header_right_area p {
  color: #2f2727;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .understand_wrapper .header_right_area p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  .understand_wrapper .header_right_area p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
  }
}
.understand_wrapper .image_area {
  margin-top: 36px;
}
@media all and (max-width: 991px) {
  .understand_wrapper .image_area {
    margin-top: 30px;
  }
}
.understand_wrapper .image_area img {
  border-radius: 30px;
  width: 100%;
  max-height: 450px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .understand_wrapper .image_area img {
    border-radius: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .understand_wrapper .image_area img {
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .understand_wrapper .image_area img {
    border-radius: 16px;
  }
}

/* Trust Section */
.trust_wrapper .trust_area {
  background: #edf1f5;
}
.trust_wrapper .image_list img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 5px solid white;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trust_wrapper .image_list img {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trust_wrapper .image_list img {
    width: 36px;
    height: 36px;
    border: 3px solid white;
  }
}
@media all and (max-width: 767px) {
  .trust_wrapper .image_list img {
    width: 30px;
    height: 30px;
    border: 2px solid white;
  }
}
.trust_wrapper .image_list img:not(:first-child) {
  margin-left: -16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trust_wrapper .image_list img:not(:first-child) {
    margin-left: -12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trust_wrapper .image_list img:not(:first-child) {
    margin-left: -8px;
  }
}
@media all and (max-width: 767px) {
  .trust_wrapper .image_list img:not(:first-child) {
    margin-left: -6px;
  }
}
.trust_wrapper .page_title_sub {
  font-family: "Inter", sans-serif;
}
.trust_wrapper .trust_item_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .trust_wrapper .trust_item_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }
}
.trust_wrapper .trust_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 24px;
  min-height: 150px;
  border-radius: 12px;
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trust_wrapper .trust_item {
    padding: 20px;
    border-radius: 8px;
    min-height: 120px;
  }
}
@media all and (max-width: 991px) {
  .trust_wrapper .trust_item {
    padding: 20px 16px;
    border-radius: 4px;
    min-height: 120px;
  }
}
.trust_wrapper .trust_item h3 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trust_wrapper .trust_item h3 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trust_wrapper .trust_item h3 {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .trust_wrapper .trust_item h3 {
    font-size: 24px;
  }
}
.trust_wrapper .trust_item h4 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
@media all and (max-width: 991px) {
  .trust_wrapper .trust_item h4 {
    font-size: 14px;
  }
}
.trust_wrapper.busniess_trust_wrapper .trust_area {
  padding-top: 0;
  background-color: transparent;
}
.trust_wrapper.busniess_trust_wrapper .header_area {
  max-width: 855px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.trust_wrapper.busniess_trust_wrapper .trust_item_grid {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trust_wrapper.busniess_trust_wrapper .trust_item_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 991px) {
  .trust_wrapper.busniess_trust_wrapper .trust_item_grid {
    margin-top: 40px;
  }
}
.trust_wrapper.busniess_trust_wrapper .trust_item {
  border-radius: 8px;
  background: #f7f7f7;
}
@media all and (min-width: 1200px) {
  .trust_wrapper.busniess_trust_wrapper .trust_item h3 {
    font-size: 40px;
  }
}
.trust_wrapper.busniess_trust_wrapper .trust_item h4 {
  color: #9a9a9a;
  font-size: 20px;
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trust_wrapper.busniess_trust_wrapper .trust_item h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trust_wrapper.busniess_trust_wrapper .trust_item h4 {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media all and (max-width: 767px) {
  .trust_wrapper.busniess_trust_wrapper .trust_item h4 {
    font-size: 14px;
    margin-top: 8px;
  }
}

/*  Started Section */
.started_wrapper .started_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 450px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .started_wrapper .started_area {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .started_wrapper .started_area {
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .started_wrapper .started_area {
    height: auto;
    padding: 30px 16px;
  }
}
.started_wrapper .started_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 20, 21, 0.1);
}
.started_wrapper .content {
  position: relative;
  text-align: center;
}
.started_wrapper .content .page_inner_title {
  color: rgba(255, 255, 255, 0.6);
}

.industry_wrapper .industry_area {
  background: #e5f1ff;
}
.industry_wrapper .industry_area .header_area {
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.industry_wrapper .industry_item_area {
  position: relative;
  padding-top: 20px;
}
@media all and (max-width: 991px) {
  .industry_wrapper .industry_item_area {
    padding-top: 10px;
  }
}
.industry_wrapper .industry_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px 138px;
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .industry_wrapper .industry_grid {
    gap: 20px 58px;
  }
}
@media all and (max-width: 767px) {
  .industry_wrapper .industry_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry_wrapper .industry_grid:not(:first-child):nth-child(odd) .content {
    position: relative;
    top: 20px;
    left: 20px;
  }
}
@media all and (min-width: 768px) {
  .industry_wrapper .industry_grid:nth-child(even) .image_area {
    order: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry_wrapper .industry_grid:nth-child(even) .image_area {
    margin-left: 50px;
  }
}
@media all and (min-width: 1200px) {
  .industry_wrapper .industry_grid:nth-child(even) .image_area {
    margin-left: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry_wrapper .industry_grid {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industry_wrapper .industry_grid {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .industry_wrapper .industry_grid {
    margin-top: 40px;
  }
}
.industry_wrapper .industry_grid .label_grid {
  display: grid;
  grid-template-columns: minmax(0, 18px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 8px;
  padding: 3px 16px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
  box-shadow: 0px 4px 4px 0px rgba(192, 192, 192, 0.25) inset;
}
@media (min-width: 768px) and (max-width: 991px) {
  .industry_wrapper .industry_grid .label_grid {
    padding: 3px 14px;
  }
}
@media all and (max-width: 767px) {
  .industry_wrapper .industry_grid .label_grid {
    padding: 3px 12px;
  }
}
.industry_wrapper .industry_grid .label_grid h4 {
  color: #0064dd;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.industry_wrapper .industry_grid .image_area {
  max-width: 470px;
  width: 100%;
  max-height: 550px;
}
.industry_wrapper .industry_grid .content {
  max-width: 550px;
  width: 100%;
}
.industry_wrapper .industry_grid .default_btn {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .industry_wrapper .industry_grid .default_btn {
    margin-top: 32px;
  }
}
.industry_wrapper .border_line {
  position: absolute;
  top: 0px;
  left: 53%;
  transform: translateX(-50%);
  height: 100%;
}
@media all and (max-width: 991px) {
  .industry_wrapper .border_line {
    display: none;
  }
}

.story_wrapper .story_area {
  overflow: hidden;
  background: #e5f1ff;
}
.story_wrapper .story_image_area {
  position: relative;
}
.story_wrapper .story_image_area .story_image {
  position: relative;
  max-height: 500px;
}
.story_wrapper .story_image_area .story_shape {
  position: absolute;
  top: -65px;
  left: -110px;
}

/* SBA Loan Section */
.sba_loan_wrapper .header_area {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sba_loan_wrapper .page_description {
  color: rgba(0, 0, 0, 0.9);
}
.sba_loan_wrapper .sba_loan_grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: center;
  gap: 20px 30px;
  padding: 40px 38px;
  margin-top: 30px;
  border-radius: 40px;
  background: #e9f3ff;
}
.sba_loan_wrapper .sba_loan_grid:nth-child(2) {
  background: #f7f7f7;
}
.sba_loan_wrapper .sba_loan_grid:nth-child(3) {
  background: #c6e2ff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sba_loan_wrapper .sba_loan_grid {
    padding: 34px 32px;
    border-radius: 30px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sba_loan_wrapper .sba_loan_grid {
    gap: 20px 20px;
    padding: 30px 24px;
    border-radius: 20px;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .sba_loan_wrapper .sba_loan_grid {
    grid-template-columns: 1fr;
    gap: 20px 20px;
    padding: 24px 16px;
    border-radius: 16px;
    margin-top: 20px;
  }
}
.sba_loan_wrapper .sba_loan_grid .content {
  max-width: 510px;
  width: 100%;
}
.sba_loan_wrapper .sba_loan_grid .loan_image_area {
  text-align: center;
}
@media all and (max-width: 767px) {
  .sba_loan_wrapper .sba_loan_grid .loan_image_area {
    grid-row: 1;
  }
}
@media all and (max-width: 767px) {
  .sba_loan_wrapper .sba_loan_grid .loan_image_area img {
    max-height: 140px;
  }
}

/* Contact Section */
.contact_wrapper .contact_form_area {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact_wrapper .contact_location_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 32px;
  max-width: 1200px;
  width: 100%;
  margin-left: 65px;
  margin-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact_wrapper .contact_location_grid {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_wrapper .contact_location_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    margin-top: 70px;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .contact_wrapper .contact_location_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 60px;
    margin-left: auto;
  }
}
.contact_wrapper .location_item {
  padding: 24px;
  border-radius: 12px;
  background: #e5f1ff;
}
@media all and (max-width: 767px) {
  .contact_wrapper .location_item {
    padding: 24px 16px;
  }
}
.contact_wrapper .location_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #0064dd;
}
@media all and (max-width: 767px) {
  .contact_wrapper .location_item .icon {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .contact_wrapper .location_item .icon img {
    max-width: 20px;
  }
}
.contact_wrapper .location_item .content {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .contact_wrapper .location_item .content {
    margin-top: 30px;
  }
}
.contact_wrapper .location_item .content h4 {
  color: #101828;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact_wrapper .location_item .content h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  .contact_wrapper .location_item .content h4 {
    font-size: 16px;
  }
}
.contact_wrapper .location_item .content p {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
}
@media all and (max-width: 991px) {
  .contact_wrapper .location_item .content p {
    font-size: 14px;
  }
}
.contact_wrapper .location_item .contact_list {
  margin-top: 20px;
}
.contact_wrapper .location_item .contact_list a {
  color: #0064dd;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  word-break: break-all;
}
@media all and (max-width: 991px) {
  .contact_wrapper .location_item .contact_list a {
    font-size: 14px;
  }
}
.contact_wrapper .location_item .contact_list a:hover {
  opacity: 0.8;
}

/* Terms and Condition Section */
.terms_condition_wrapper .terms_item {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .terms_condition_wrapper .terms_item {
    margin-top: 24px;
  }
}
.terms_condition_wrapper .terms_item p,
.terms_condition_wrapper .terms_item ul {
  margin-top: 12px;
}
@media all and (max-width: 991px) {
  .terms_condition_wrapper .terms_item p,
  .terms_condition_wrapper .terms_item ul {
    margin-top: 10px;
  }
}
.terms_condition_wrapper .terms_item .page_inner_title,
.terms_condition_wrapper .terms_item h1,
.terms_condition_wrapper .terms_item h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .terms_condition_wrapper .terms_item .page_inner_title,
  .terms_condition_wrapper .terms_item h1,
  .terms_condition_wrapper .terms_item h2 {
    font-size: 20px;
  }
}
@media all and (min-width: 1200px) {
  .terms_condition_wrapper .terms_item p {
    font-size: 18px;
  }
}
.terms_condition_wrapper .terms_item a {
  text-decoration: underline;
}
.terms_condition_wrapper .terms_item a:hover {
  opacity: 0.8;
}
.terms_condition_wrapper .terms_item ul {
  padding-left: 20px;
}
.terms_condition_wrapper .terms_item ul li {
  list-style: disc;
}

.default_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 32px;
  background: #000;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.default_btn span {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.default_btn img, .default_btn svg {
  position: relative;
  max-width: 16px;
}
.default_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
  background-color: #2323e6;
}
.default_btn:hover {
  transform: scale(1.05);
}
.default_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.default_btn.default_white_btn {
  background-color: white;
}
.default_btn.default_white_btn span {
  color: #000;
}
.default_btn.default_white_btn:hover span {
  color: white;
}
.default_btn.default_white_btn:hover path {
  stroke: white;
}
.default_btn.default_border_btn {
  border: 1px solid #fff;
  background-color: transparent;
}
.default_btn.default_border_btn::before {
  background: #00006f;
}
.default_btn.default_border_btn:hover {
  border-color: #000;
}
.default_btn.default_black_btn {
  border: 1px solid #000;
}
.default_btn.default_black_btn:hover span {
  color: white;
}
.default_btn.default_black_btn span {
  color: #000;
}
.default_btn.default_submit_btn {
  height: 50px;
  background-color: #0064dd;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_btn.default_submit_btn {
    height: 42px;
  }
}
@media all and (max-width: 767px) {
  .default_btn.default_submit_btn {
    height: 40px;
  }
}
.default_btn.default_submit_btn::before {
  background: #00006f;
}

.contact_submit_btn {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  height: 56px;
  width: 100%;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #0064dd;
  background: #0064dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
@media all and (max-width: 991px) {
  .contact_submit_btn {
    font-size: 14px;
  }
}
.contact_submit_btn:hover {
  opacity: 0.8;
}

.form_area .input_row:not(:last-child) {
  margin-bottom: 24px;
}
.form_area .input_row label {
  display: block;
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 8px;
}
.form_area .input_row .input_filed {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
@media all and (max-width: 991px) {
  .form_area .input_row .input_filed {
    font-size: 14px;
  }
}
.form_area .form-check-input {
  cursor: pointer;
}
.form_area .form-check-label {
  color: #212121;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}
.form_area .form-check-label a {
  text-decoration: underline;
}
.form_area .form-check-label a:hover {
  opacity: 0.8;
}

.contact_form_area .input_two_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0px 30px;
}
@media all and (max-width: 767px) {
  .contact_form_area .input_two_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contact_form_area .input_row {
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .contact_form_area .input_row {
    margin-bottom: 16px;
  }
}
.contact_form_area .input_row label {
  display: block;
  color: #344054;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 6px;
}
.contact_form_area .input_row .input_filed {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact_form_area .input_row .input_filed {
    height: 48px;
  }
}
@media all and (max-width: 991px) {
  .contact_form_area .input_row .input_filed {
    font-size: 14px;
    height: 44px;
  }
}
.contact_form_area .input_row textarea.input_filed {
  height: auto;
}
.contact_form_area .contact_submit_btn {
  margin-top: 32px;
}

.sub_title {
  color: #3a3434;
  font-family: "Kalam", cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub_title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub_title {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .sub_title {
    font-size: 14px;
  }
}

.page_title {
  color: #000;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_title {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_title {
    font-size: 36px;
  }
}
@media all and (max-width: 767px) {
  .page_title {
    font-size: 32px;
  }
}

.page_title_sub {
  color: #2f2727;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_title_sub {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_title_sub {
    font-size: 32px;
    line-height: 37px;
  }
}
@media all and (max-width: 767px) {
  .page_title_sub {
    font-size: 26px;
    line-height: 33px;
  }
}

.page_inner_title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_inner_title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_inner_title {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .page_inner_title {
    font-size: 18px;
  }
}

.started_title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .started_title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .started_title {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .started_title {
    font-size: 24px;
  }
}

.page_description {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_description {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_description {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .page_description {
    font-size: 14px;
  }
}

.hiring_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0064dd;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0px 10px;
  border-radius: 16px;
  border: 1px solid rgba(0, 100, 221, 0.29);
  background: #edf5ff;
}
@media all and (max-width: 991px) {
  .hiring_badge {
    font-size: 14px;
    padding: 4px 8px;
  }
}

.footer_social_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.footer_social_list a:hover {
  background-color: #c4c4c4;
}
.footer_social_list a img {
  max-width: 20px;
}

.header_badge_grid {
  display: grid;
  grid-template-columns: minmax(0, 18px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 8px;
  padding: 8px 8px;
  border-radius: 8px;
  border: 1px solid white;
  background: #fff;
}
.header_badge_grid h5 {
  color: #0064dd;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/*
!Utilities Or Helper CSS
*/
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  min-height: calc(var(--vh) * 100);
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #0064dd;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background: #f9d353;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Hanken Grotesk", sans-serif;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

img,
svg {
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus {
  outline: none !important;
}

input,
select,
textarea {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #f9d353 !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  cursor: pointer;
  border: none !important;
  background-color: transparent;
}

button:hover {
  border: none !important;
}

*::-moz-placeholder {
  color: #c1b8b8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

*::placeholder {
  color: #c1b8b8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  *::-moz-placeholder {
    font-size: 14px;
  }
  *::placeholder {
    font-size: 14px;
  }
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #ed1c24;
}

::selection {
  color: rgb(255, 255, 255);
  background: #ed1c24;
}

/*  Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Common Class */
@media all and (max-width: 575px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 576px) and (max-width: 1399px) {
  .container {
    max-width: 96%;
  }
}
@media all and (min-width: 1400px) {
  .container {
    max-width: 1390px;
  }
}

.g-sm {
  gap: 8px 12px;
}

.g-lg {
  gap: 10px 15px;
}

@media all and (max-width: 767px) {
  .mm-30 {
    margin-top: 30px;
  }
}

@media all and (max-width: 991px) {
  .mlg-30 {
    margin-top: 30px;
  }
}

.default_section_gap {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_section_gap {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .default_section_gap {
    margin-top: 40px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

.main_content_area {
  margin-top: 94px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main_content_area {
    margin-top: 82px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main_content_area {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .main_content_area {
    margin-top: 66px;
  }
}

/* ============ ScrollToUP Section =========== */
.scrolltop {
  position: fixed;
  right: 20px;
  bottom: 52px;
  z-index: 100000;
  background-color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 991px) {
  .scrolltop {
    right: 20px;
  }
}
.scrolltop svg {
  color: white;
}
.scrolltop:hover {
  background-color: rgba(17, 17, 17, 0.7);
}

.scroll_active {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 13px;
  height: 13px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  opacity: 1;
  background-color: rgba(0, 100, 221, 0.4);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background-color: #0064dd;
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
}
@media all and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  width: 13px;
  transform: scaleX(1.5);
}

@media all and (max-width: 767px) {
  .m-sm-30 {
    margin-top: 30px;
  }
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}
@media all and (max-width: 991px) {
  .mt-16 {
    margin-top: 12px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .mt-24 {
    margin-top: 16px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-32 {
    margin-top: 24px;
  }
}
@media all and (max-width: 991px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media all and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

.inner_top_space {
  margin-top: 60px;
}
@media all and (max-width: 991px) {
  .inner_top_space {
    margin-top: 40px;
  }
}

.inner_section_padding {
  padding: 80px 126px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner_section_padding {
    padding: 60px 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner_section_padding {
    padding: 50px 40px;
  }
}
@media all and (max-width: 767px) {
  .inner_section_padding {
    padding: 30px 20px;
  }
}

.inner_section_padding_md {
  padding: 80px 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner_section_padding_md {
    padding: 60px 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner_section_padding_md {
    padding: 50px 30px;
  }
}
@media all and (max-width: 767px) {
  .inner_section_padding_md {
    padding: 30px 20px;
  }
}

.default-radius {
  border-radius: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .default-radius {
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .default-radius {
    border-radius: 16px;
  }
}
@media all and (max-width: 767px) {
  .default-radius {
    border-radius: 12px;
  }
}

.default_radius_sm {
  border-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .default_radius_sm {
    border-radius: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_radius_sm {
    border-radius: 12px;
  }
}
@media all and (max-width: 767px) {
  .default_radius_sm {
    border-radius: 8px;
  }
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
}

.g-lg {
  gap: 12px 24px;
}
@media all and (max-width: 991px) {
  .g-lg {
    gap: 12px 16px;
  }
}

.text-primary {
  color: #0064dd !important;
}

.bg-primary {
  background-color: #0064dd !important;
}/*# sourceMappingURL=style.css.map */
