@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url(bootstrap/bootstrap.min.css);
@import url(bootstrap/bootstrap-icons.css);
:root {
  --default-font:"Inter", sans-serif;
  --default-color: #ffdb55;
  --default-color-rgb: 255, 219, 85;
  --bs-primary:#3c2263;
  --bs-primary-rgb:60,34,99;
  --bs-secondary:#ebe8ef;
}

body {
  font-family: var(--default-font);
  font-weight: 400;
}

.default_bg {
  background-color: var(--default-color);
}

.secondary_bg {
  background-color: var(--bs-secondary);
}

.border_2 {
  border-radius: 2rem;
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}
header {
  box-shadow: 0px 0px 4px rgba(13, 106, 128, 0.3);
  position: relative;
  z-index: 1;
}
header .navbar-brand {
  font-size: 50px;
  color: var(--bs-primary);
  font-weight: 800;
}
header .navbar-brand span {
  font-weight: 400;
}
header .navbar-nav .nav-item {
  margin: 0 1rem;
}
header .navbar-nav .nav-item:last-child {
  margin-right: 0;
  margin-left: 0;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item:focus, header .navbar-nav .nav-item .dropdown-menu .nav-item:hover, header .navbar-nav .nav-item .dropdown-menu .nav-item.active {
  color: var(--bs-primary) !important;
  background-color: var(--default-color);
  border-radius: 0px;
}
header .navbar-nav .nav-item:focus, header .navbar-nav .nav-item:hover, header .navbar-nav .nav-item.active {
  color: var(--bs-primary) !important;
  background-color: var(--default-color);
  border-radius: 10px 0px 10px 0px;
}
header .navbar-nav .nav-link {
  font-size: 22px;
  color: var(--bs-black) !important;
  font-weight: 400;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
header .navbar-nav .nav-link:focus, header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link.active {
  color: var(--bs-primary) !important;
  background-color: var(--default-color);
  border-radius: 10px 0px 10px 0px;
}
header .navbar-nav .dropdown-toggle::after {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: none;
  border-right: solid 2px var(--bs-black);
  border-bottom: solid 2px var(--bs-black);
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: 10px;
}
header .navbar-nav .pll-parent-menu-item.active {
  background-color: transparent;
  border-radius: 0px;
}
header .navbar-nav .pll-parent-menu-item .nav-link:hover, header .navbar-nav .pll-parent-menu-item .nav-link:focus {
  background-color: transparent;
}
header .navbar-nav .pll-parent-menu-item .dropdown-toggle::after {
  display: none;
}
header .navbar-nav .pll-parent-menu-item .dropdown-menu {
  min-width: auto;
}
header .navbar-nav .pll-parent-menu-item img {
  width: 24px !important;
  height: auto !important;
}
header .dropdown-menu {
  min-width: 430px;
  left: auto;
  right: 0;
  border: none;
  --bs-dropdown-bg: var(--bs-white);
  border-radius: 0px;
  padding: 0;
  box-shadow: 0px 0px 4px rgba(13, 106, 128, 0.3);
  --bs-dropdown-item-padding-y:0.4rem;
}
header .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
  border: none;
  box-shadow: 0px 0px 4px rgba(13, 106, 128, 0.3);
}
header .dropdown-menu .dropdown-item {
  font-size: 14px;
}
header .dropdown-menu .dropdown-item:focus, header .dropdown-menu .dropdown-item:hover, header .dropdown-menu .dropdown-item.active {
  background-color: var(--default-color);
  color: var(--bs-primary);
}
header .dropdown-menu .nav-link {
  font-size: 14px;
  color: var(--bs-black) !important;
  font-weight: 400;
  padding: 0.25rem 1rem !important;
  border-radius: 0px !important;
}
header .dropdown-menu #submenu {
  position: relative;
  box-shadow: none;
  background-color: #dde8ea;
}
header .dropdown-menu #submenu li .dropdown-item {
  padding: 0.25rem 1.5rem;
}
header .dropdown:hover .dropdown-menu {
  display: block;
}
header .dropdown:hover .dropdown-menu #submenu {
  display: none;
}
header .dropdown:hover .dropdown-menu li:hover #submenu {
  display: block;
}

.hero_banner {
  background: url(../img/hero_banner_bg.webp) no-repeat center bottom;
  padding: 5rem 0 2rem 0;
}
.hero_banner h1 {
  font-size: 46px;
  color: var(--bs-black);
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.hero_banner h1 span {
  background-color: var(--default-color);
  font-weight: 600;
  color: var(--bs-primary);
  padding: 0 0.5rem;
  position: relative;
}
.hero_banner h1 span::after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: var(--default-color);
  position: absolute;
  right: -20px;
  top: 0;
  transform: skew(-10deg, 0deg);
  z-index: 0;
}
.hero_banner .map_main {
  position: relative;
  text-align: center;
  margin-top: 3rem;
}
.hero_banner .map_main img {
  max-width: 100%;
}
.hero_banner .map_main .country {
  position: absolute;
}
.hero_banner .map_main .country .btn {
  width: 100%;
  text-align: left;
  border: none;
  font-size: 24px;
  color: var(--bs-black);
  white-space: normal;
  font-weight: 500;
  line-height: 26px;
}
.hero_banner .map_main .country .btn::after {
  display: none;
}
.hero_banner .map_main .country .dropdown-menu {
  padding: 1rem;
  border: none;
  background-color: var(--default-color);
  border-radius: 1rem;
}
.hero_banner .map_main .country .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
.hero_banner .map_main .country .dropdown-menu ul li {
  list-style: none;
}
.hero_banner .map_main .country .dropdown-menu .dropdown-item {
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-black);
  padding-left: 0;
  padding-right: 0;
}
.hero_banner .map_main .country .dropdown-menu .dropdown-item:focus, .hero_banner .map_main .country .dropdown-menu .dropdown-item:hover {
  color: var(--bs-primary);
  background-color: transparent;
}
.hero_banner .map_main .North_America {
  left: 14%;
  top: 28%;
  width: 150px;
  text-align: left;
}
.hero_banner .map_main .North_America .btn {
  padding-left: 40px;
}
.hero_banner .map_main .South_America {
  left: 25%;
  top: 56%;
  width: 150px;
  text-align: left;
}
.hero_banner .map_main .South_America .btn {
  padding-left: 40px;
}
.hero_banner .map_main .Europe {
  left: 48%;
  top: 21%;
  width: 150px;
  text-align: left;
}
.hero_banner .map_main .Europe .btn {
  padding-left: 40px;
}
.hero_banner .map_main .Europe .dropdown-menu ul {
  width: 300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero_banner .map_main .Europe .dropdown-menu ul li {
  width: 50%;
}
.hero_banner .map_main .Africa {
  left: 45.5%;
  top: 37%;
  width: 150px;
  text-align: left;
}
.hero_banner .map_main .Africa .btn {
  padding-left: 40px;
}
.hero_banner .map_main .Middle_East {
  left: 59%;
  top: 36%;
  width: 200px;
  text-align: left;
}
.hero_banner .map_main .Middle_East .btn {
  padding-left: 40px;
}
.hero_banner .map_main .Asia {
  left: 70.5%;
  top: 34%;
  width: 200px;
  text-align: left;
}
.hero_banner .map_main .Asia .btn {
  padding-left: 40px;
}
.hero_banner .map_main .Australia {
  left: 83.5%;
  top: 74.5%;
  width: 200px;
  text-align: left;
}
.hero_banner .map_main .Australia .btn {
  padding-left: 40px;
}

.home_about {
  padding: 6rem 0;
}
.home_about h2 {
  font-size: 40px;
  color: var(--bs-primary);
  font-weight: 600;
}
.home_about p {
  font-size: 22px;
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 35px;
  font-weight: 400;
  color: var(--bs-black);
}
.home_about .whatwe_deliver {
  max-width: 600px;
  background-color: var(--default-color);
  padding: 3rem;
  border-radius: 2rem;
}

.core_expertise {
  background: #ebe8ef url(../img/core_expertise_bg.webp) no-repeat center bottom;
  padding: 5rem 0;
  position: relative;
}
.core_expertise::after {
  content: "";
  background-image: repeating-linear-gradient(90deg, var(--default-color), var(--default-color) 10px, transparent 10px, transparent 20px);
  -o-border-image: repeating-linear-gradient(0deg, var(--default-color), var(--default-color) 10px, transparent 10px, transparent 20px);
     border-image: repeating-linear-gradient(0deg, var(--default-color), var(--default-color) 10px, transparent 10px, transparent 20px);
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.core_expertise h2 {
  width: auto;
  display: inline-block;
  font-size: 40px;
  background-color: var(--default-color);
  font-weight: 600;
  color: var(--bs-primary);
  padding: 0 0.5rem 0 1rem;
  position: relative;
  line-height: 50px;
}
.core_expertise h2::after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: var(--default-color);
  position: absolute;
  right: -20px;
  top: 0;
  transform: skew(-10deg, 0deg);
  z-index: 0;
}
.core_expertise .box {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--bs-white);
  border-radius: 0.8rem;
  padding: 1rem 2.5rem;
  box-shadow: 2px 2px 3px rgba(13, 106, 128, 0.3);
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.core_expertise .box a {
  font-size: 22px;
  color: var(--bs-black);
  font-weight: 500;
  text-decoration: none;
  line-height: 26px;
}
.core_expertise .box::after {
  content: "";
  width: 70px;
  height: 70px;
  background-color: var(--default-color);
  position: absolute;
  left: -20px;
  top: -25px;
  border-radius: 100%;
  z-index: 0;
  transition: all ease-in-out 0.5s;
}
.core_expertise .box:hover {
  background-color: var(--default-color);
}
.core_expertise .box:hover a {
  color: var(--bs-primary);
}
.core_expertise .box:hover::after {
  background-color: var(--bs-white);
}
.core_expertise .box .count {
  font-size: 20px;
  color: var(--bs-primary);
  font-weight: 600;
  width: 50px;
  position: absolute;
  left: 10px;
  top: 5px;
  text-align: left;
  z-index: 1;
}
.core_expertise .core_object {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.steps_main {
  padding: 5rem 0;
  position: relative;
}
.steps_main .box {
  border-radius: 2rem 0px 2rem 0px;
  padding-top: 5rem;
  box-shadow: 0px 3px 10px rgba(60, 34, 99, 0.3);
  position: relative;
}
.steps_main .box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3C2263;
  background: linear-gradient(0deg, rgba(60, 34, 99, 0) 0%, rgb(60, 34, 99) 45%, rgb(60, 34, 99) 100%);
  border-radius: 2rem 0px 0rem 0px;
}
.steps_main .box .steps_holder {
  width: 137px;
  height: 16px;
  position: absolute;
  right: -95px;
  top: 40px;
  z-index: 1;
}
.steps_main .box .count {
  width: 70px;
  height: 70px;
  background-color: var(--default-color);
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  line-height: 70px;
  color: var(--bs-primary);
  margin-left: 3rem;
  position: relative;
  z-index: 1;
}
.steps_main .box h2 {
  font-size: 30px;
  color: var(--default-color);
  font-weight: 600;
  padding: 1rem 3rem 1rem 3rem;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.steps_main .box p {
  font-size: 20px;
  color: var(--bs-white);
  font-weight: 400;
  line-height: 24px;
  padding: 0rem 2rem 0rem 3rem;
  position: relative;
  z-index: 1;
}
.steps_main .box .box_img {
  background-color: rgba(var(--bs-primary-rgb), 0.9);
  border-radius: 0px 0px 2rem 0px;
}
.steps_main .box .box_img img {
  width: 100%;
  border-radius: 0px 0px 2rem 0px;
  mix-blend-mode: overlay;
}
.steps_main .steps_object_1 {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.steps_main .steps_object_2 {
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.wesupport {
  padding: 5rem 0;
  background: var(--bs-secondary) url(../img/wesupport_bg.webp) no-repeat center top;
  position: relative;
}
.wesupport h2 {
  width: auto;
  display: inline-block;
  font-size: 40px;
  background-color: var(--default-color);
  font-weight: 600;
  color: var(--bs-primary);
  padding: 0 0.5rem 0 1rem;
  position: relative;
  margin-bottom: 1rem;
  line-height: 50px;
}
.wesupport h2::after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: var(--default-color);
  position: absolute;
  right: -20px;
  top: 0;
  transform: skew(-10deg, 0deg);
  z-index: 0;
}
.wesupport p {
  font-size: 25px;
  font-weight: 400;
  color: var(--bs-black);
}
.wesupport .box {
  width: 100%;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-primary);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  margin-top: 6rem;
  transition: all ease-in-out 0.5s;
  min-height: 188px;
  z-index: 1;
}
.wesupport .box::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 123px;
  height: 65px;
  background-color: var(--bs-white);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 1px solid var(--bs-primary);
  border-bottom: 0;
  box-sizing: border-box;
  transition: all ease-in-out 0.5s;
}
.wesupport .box:hover {
  background-color: var(--default-color);
}
.wesupport .box:hover::before {
  background-color: var(--default-color);
}
.wesupport .box .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: -65px;
  position: relative;
  z-index: 1;
}
.wesupport .box h3 {
  width: 100%;
  text-align: center;
  margin: 0;
}
.wesupport .box h3 a {
  font-size: 25px;
  font-weight: 600;
  color: var(--bs-primary);
  text-decoration: none;
  line-height: 25px;
}
.wesupport .object {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.intrsted_in {
  padding: 5rem;
  background-color: var(--default-color);
}
.intrsted_in .box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intrsted_in .box .details {
  padding-left: 2rem;
}
.intrsted_in .box .details h2 {
  font-size: 45px;
  color: var(--bs-primary);
  font-weight: 600;
  margin: 0;
}
.intrsted_in .box .details p {
  font-size: 22px;
  font-weight: 400;
  color: var(--bs-black);
  margin: 0;
}
.intrsted_in .box .details p .ready_go {
  font-size: 22px;
  color: var(--bs-primary);
  font-weight: 600;
}
.intrsted_in .box .details p .ready_go:hover {
  color: var(--bs-black);
}
.intrsted_in .box .details a {
  font-size: 35px;
  font-weight: 500;
  color: var(--bs-black);
  text-decoration: none;
}
.intrsted_in .box .details a:hover {
  color: var(--bs-primary);
}

footer {
  background-color: var(--bs-black);
  padding: 3rem 0;
}
footer .navbar-brand {
  font-size: 50px;
  color: var(--bs-white);
  font-weight: 800;
}
footer .navbar-brand span {
  font-weight: 400;
}
footer .navbar-brand:hover {
  color: var(--default-color);
}
footer .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
footer .navbar-nav .nav-item {
  width: auto;
  display: inline-block;
  margin-left: 3rem;
}
footer .navbar-nav .nav-item .nav-link {
  font-size: 22px;
  color: var(--bs-white);
  text-decoration: none;
  letter-spacing: 1px;
}
footer .navbar-nav .nav-item .nav-link:hover {
  color: var(--default-color);
}
footer .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  margin-top: 2rem;
  font-size: 16px;
  color: var(--bs-white);
  font-weight: 400;
  text-align: center;
}

.inner_head {
  width: 100%;
  padding: 2rem 0;
  background-color: #e4edef;
}
.inner_head h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  margin: 0;
}
.inner_head .breadcrumb {
  margin: 0;
}
.inner_head .breadcrumb li {
  font-size: 20px;
  font-weight: 400;
  color: var(--bs-black);
}
.inner_head .breadcrumb li::before {
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: none;
  border-right: solid 2px var(--bs-black);
  border-bottom: solid 2px var(--bs-black);
  transform: rotate(-45deg);
  float: none;
  display: inline-block;
  margin-right: 12px;
  margin-top: -2px;
}
.inner_head .breadcrumb li:first-child::before {
  display: none;
}
.inner_head .breadcrumb li a {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: var(--bs-black);
}
.inner_head .breadcrumb li a:hover {
  color: var(--bs-primary);
}
.inner_head .breadcrumb li.active {
  color: var(--bs-primary);
}

.contact_us_main {
  padding: 5rem 0;
}
.contact_us_main img {
  max-width: 100%;
}
.contact_us_main h2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--bs-primary);
}
.contact_us_main p {
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-black);
  margin-bottom: 2rem;
}
.contact_us_main .form_main p {
  margin-bottom: 0;
}
.contact_us_main .form_main .form-label {
  font-size: 16px;
  color: var(--bs-black);
}
.contact_us_main .form_main .form-control {
  border: none;
  background-color: #e4edef;
  padding: 1rem;
  border-radius: 30px;
  resize: none;
  outline: none;
}
.contact_us_main .form_main .form-control:focus {
  box-shadow: none;
}
.contact_us_main .form_main .btn {
  background-color: var(--default-color);
  font-size: 16px;
  color: var(--bs-black);
  font-weight: 600;
  padding: 1rem 2rem;
  border: none;
  border-radius: 30px;
  box-shadow: 0px 3px 10px rgba(60, 34, 99, 0.3);
  transition: all ease-in-out 0.5s;
}
.contact_us_main .form_main .btn:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.contact_us_main .contact_detail {
  margin-top: 2rem;
}
.contact_us_main .contact_detail ul {
  margin: 0;
  padding: 0;
}
.contact_us_main .contact_detail ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--bs-black);
  margin-bottom: 2rem;
}
.contact_us_main .contact_detail ul li:last-child {
  margin-bottom: 0;
}
.contact_us_main .contact_detail ul li a {
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--bs-black);
}
.contact_us_main .contact_detail ul li a:hover {
  color: var(--bs-primary);
}
.contact_us_main .contact_detail ul li i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.mission_main {
  padding: 6rem 0;
}
.mission_main h2 {
  font-size: 40px;
  color: var(--bs-primary);
  font-weight: 600;
  margin-bottom: 2rem;
}
.mission_main p {
  font-size: 26px;
  color: var(--bs-black);
  font-weight: 400;
}
.mission_main .mission_thumb {
  width: 100%;
  position: relative;
}
.mission_main .mission_thumb img {
  max-width: 100%;
  display: block;
  border-radius: 3rem 0px 3rem 0px;
}
.mission_main .mission_thumb .object {
  width: auto;
  position: absolute;
  left: -190px;
  bottom: 26px;
}
.mission_main .mission_thumb .object img {
  border-radius: 0;
  width: auto;
}
.mission_main .box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 0.5rem;
}
.mission_main .box .icon {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--bs-primary);
  border-radius: 100%;
  margin-bottom: 1rem;
}
.mission_main .box p {
  text-align: center;
}
.mission_main .box p strong {
  font-weight: 600;
}

.why_choose {
  text-align: center;
}
.why_choose h2 {
  width: auto;
  display: inline-block;
  font-size: 40px;
  background-color: var(--default-color);
  font-weight: 600;
  color: var(--bs-primary);
  padding: 0 0.5rem 0 1rem;
  position: relative;
  line-height: 50px;
}
.why_choose h2::after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: var(--default-color);
  position: absolute;
  right: -20px;
  top: 0;
  transform: skew(-10deg, 0deg);
  z-index: 0;
}
.why_choose ul {
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
.why_choose ul li {
  list-style: none;
  font-size: 26px;
  color: var(--bs-black);
  margin-top: 1rem;
  text-align: left;
  position: relative;
}
.why_choose ul li::before {
  content: "\f633";
  font-size: 25px;
  color: var(--bs-black);
  font-family: bootstrap-icons !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.area_main {
  padding-top: 6rem;
}
.area_main h2 {
  width: auto;
  display: inline-block;
  font-size: 40px;
  background-color: var(--default-color);
  font-weight: 600;
  color: var(--bs-primary);
  padding: 0 0.5rem 0 1rem;
  position: relative;
  margin-bottom: 1.5rem;
  line-height: 50px;
}
.area_main h2::after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: var(--default-color);
  position: absolute;
  right: -20px;
  top: 0;
  transform: skew(-10deg, 0deg);
  z-index: 0;
}
.area_main p {
  font-size: 22px;
  font-weight: 400;
  color: var(--bs-black);
  margin-bottom: 1.5rem;
}
.area_main ul {
  margin: 0;
  padding: 0;
}
.area_main ul li {
  list-style: none;
  font-size: 22px;
  color: var(--bs-black);
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  padding-left: 2rem;
}
.area_main ul li::before {
  content: "\f271";
  font-size: 22px;
  color: var(--bs-black);
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 0;
}
.area_main ul li strong {
  font-weight: 600;
}
.area_main ul li:last-child {
  margin-bottom: 0;
}
.area_main h3 {
  font-size: 25px;
  color: var(--bs-primary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.what_section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.what_section ul li {
  width: 50%;
}
.what_section ul li:last-child {
  margin-bottom: 1.5rem;
}

.howto_section {
  padding-bottom: 5rem;
}
.howto_section ul li:last-child {
  margin-bottom: 1.5rem;
}

.cha_opp {
  padding-bottom: 0rem;
  padding-top: 5rem;
}
.cha_opp .box {
  border-radius: 2rem 0px 2rem 0px;
  padding: 3rem;
  box-shadow: 0px 3px 10px rgba(60, 34, 99, 0.3);
  position: relative;
  min-height: 500px;
}
.cha_opp .box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3C2263;
  background: linear-gradient(0deg, rgba(60, 34, 99, 0) 0%, rgb(60, 34, 99) 45%, rgb(60, 34, 99) 100%);
  border-radius: 2rem 0px 0rem 0px;
}
.cha_opp .box .steps_holder {
  width: 137px;
  height: 16px;
  position: absolute;
  right: -95px;
  top: 25px;
  z-index: 1;
}
.cha_opp .box h3 {
  font-size: 30px;
  color: var(--default-color);
  font-weight: 600;
  padding: 1rem 0rem;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.cha_opp .box ul {
  font-size: 20px;
  color: var(--bs-white);
  font-weight: 400;
  line-height: 24px;
  padding: 0rem;
  position: relative;
  z-index: 1;
}
.cha_opp .box ul li {
  color: var(--bs-white);
}
.cha_opp .box ul li::before {
  color: var(--bs-white);
}
.cha_opp .box .box_img {
  background-color: rgba(var(--bs-primary-rgb), 0.9);
  border-radius: 2rem 0px 2rem 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cha_opp .box .box_img img {
  width: 100%;
  border-radius: 2rem 0px 2rem 0px;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 1899px) {
  .hero_banner .map_main .North_America {
    left: 12%;
  }
  .hero_banner .map_main .South_America {
    left: 23.5%;
  }
  .hero_banner .map_main .Middle_East {
    left: 60%;
  }
  .hero_banner .map_main .Asia {
    left: 72%;
  }
  .hero_banner .map_main .Australia {
    left: 85%;
    width: auto;
  }
}
@media screen and (max-width: 1799px) {
  .hero_banner .map_main .North_America {
    left: 9%;
  }
  .hero_banner .map_main .South_America {
    left: 22%;
  }
  .hero_banner .map_main .Middle_East {
    left: 60%;
  }
  .hero_banner .map_main .Asia {
    left: 73%;
  }
  .hero_banner .map_main .Australia {
    left: 87%;
  }
  .mission_main h2 {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .mission_main p {
    font-size: 20px;
  }
  .mission_main .box {
    padding-left: 0;
    padding-right: 0;
  }
  .why_choose ul li {
    font-size: 22px;
  }
  .area_main h2 {
    font-size: 35px;
  }
  .area_main p {
    font-size: 20px;
  }
  .area_main ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1439px) {
  header .navbar-brand {
    font-size: 40px;
  }
  header .navbar-nav .nav-item {
    margin: 0 0.5rem;
  }
  header .navbar-nav .nav-link {
    font-size: 20px;
  }
  .hero_banner .map_main .North_America {
    left: 9%;
  }
  .hero_banner .map_main .South_America {
    left: 21%;
  }
  .hero_banner .map_main .Middle_East {
    left: 60%;
  }
  .hero_banner .map_main .Europe {
    left: 47%;
    top: 20%;
  }
  .hero_banner .map_main .Africa {
    left: 44%;
    top: 36%;
  }
  .hero_banner .map_main .Middle_East {
    top: 33%;
  }
  .hero_banner .map_main .Asia {
    left: 73%;
  }
  .hero_banner .map_main .Australia {
    left: 87%;
    width: auto;
  }
  .home_about h2 {
    font-size: 35px;
  }
  .home_about p {
    font-size: 20px;
    line-height: 30px;
  }
  .core_expertise h2 {
    font-size: 35px;
  }
  .core_expertise .box {
    padding: 1rem 2rem;
  }
  .core_expertise .box a {
    font-size: 20px;
  }
  .steps_main .box::after {
    background: linear-gradient(0deg, rgba(60, 34, 99, 0) 0%, rgb(60, 34, 99) 38%, rgb(60, 34, 99) 100%);
  }
  .steps_main .box .count {
    margin-left: 1.5rem;
  }
  .steps_main .box h2 {
    font-size: 22px;
    padding: 1rem 1.5rem;
  }
  .steps_main .box p {
    font-size: 16px;
    padding: 0rem 1.5rem;
  }
  .wesupport h2 {
    font-size: 35px;
  }
  .wesupport p {
    font-size: 20px;
  }
  .wesupport .box {
    min-height: 160px;
  }
  .wesupport .box h3 {
    line-height: 20px;
  }
  .wesupport .box h3 a {
    font-size: 20px;
    line-height: 20px;
  }
  .intrsted_in .box .details h2 {
    font-size: 35px;
  }
  .intrsted_in .box .details p {
    font-size: 20px;
  }
  .intrsted_in .box .details a {
    font-size: 30px;
  }
  footer .navbar-brand {
    font-size: 40px;
  }
  .inner_head h1 {
    font-size: 32px;
    line-height: 35px;
  }
  .inner_head .breadcrumb li {
    font-size: 18px;
  }
  .inner_head .breadcrumb li a {
    font-size: 18px;
  }
  .cha_opp {
    padding-bottom: 0;
  }
  .cha_opp .box {
    padding: 3rem 2rem;
    min-height: 440px;
  }
  .cha_opp .box .box_img {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  header .navbar-brand {
    font-size: 35px;
  }
  header .navbar-nav .nav-link {
    font-size: 1rem;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  header .navbar-nav .nav-link:focus, header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
    background-color: var(--default-color);
    border-radius: 0px;
  }
  header .navbar-nav .dropdown-menu .nav-link {
    font-size: 14px;
  }
  .hero_banner {
    padding: 3rem 0 2rem 0;
  }
  .hero_banner h1 {
    font-size: 35px;
  }
  .hero_banner .map_main .country .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 0;
  }
  .hero_banner .map_main .country .btn {
    font-size: 18px;
    line-height: 22px;
  }
  .hero_banner .map_main .North_America {
    left: 8%;
    top: 27%;
  }
  .hero_banner .map_main .South_America {
    left: 21%;
    top: 54%;
  }
  .hero_banner .map_main .Middle_East {
    left: 59%;
  }
  .hero_banner .map_main .Europe {
    left: 46%;
    top: 19%;
  }
  .hero_banner .map_main .Africa {
    left: 43%;
    top: 35%;
  }
  .hero_banner .map_main .Middle_East {
    top: 33%;
  }
  .hero_banner .map_main .Asia {
    left: 72%;
    top: 32%;
  }
  .hero_banner .map_main .Australia {
    left: 86%;
    top: 73%;
    width: auto;
  }
  .home_about {
    padding: 3rem 0;
  }
  .home_about h2 {
    font-size: 30px;
  }
  .home_about p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 1rem;
  }
  .home_about .whatwe_deliver {
    padding: 2rem;
  }
  .core_expertise {
    padding: 3rem 0;
  }
  .core_expertise h2 {
    font-size: 30px;
  }
  .core_expertise .box {
    padding: 1rem 1.5rem;
    height: 130px;
  }
  .core_expertise .box::after {
    width: 50px;
    height: 50px;
    left: -10px;
    top: -15px;
  }
  .core_expertise .box .count {
    font-size: 16px;
  }
  .core_expertise .box a {
    font-size: 16px;
    line-height: 22px;
  }
  .steps_main {
    padding: 3rem 0;
  }
  .steps_main .box {
    padding-top: 4rem;
  }
  .steps_main .box .count {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-left: 1.5rem;
  }
  .steps_main .box h2 {
    font-size: 18px;
    padding: 1rem 1.5rem;
  }
  .steps_main .box p {
    font-size: 16px;
    padding: 0rem 1.5rem;
    line-height: 20px;
  }
  .steps_main .box .steps_holder {
    top: 20px;
  }
  .wesupport {
    padding: 3rem 0;
  }
  .wesupport h2 {
    font-size: 30px;
  }
  .wesupport p {
    font-size: 16px;
  }
  .wesupport .box {
    padding: 1.5rem;
    margin-top: 5rem;
    min-height: 140px;
  }
  .wesupport .box .icon {
    margin-bottom: 1rem;
  }
  .wesupport .box h3 {
    line-height: 18px;
  }
  .wesupport .box h3 a {
    font-size: 18px;
    line-height: 18px;
  }
  .intrsted_in {
    padding: 3rem 0;
  }
  .intrsted_in .box .details h2 {
    font-size: 30px;
  }
  .intrsted_in .box .details p {
    font-size: 18px;
  }
  .intrsted_in .box .details a {
    font-size: 25px;
  }
  footer .navbar-nav .nav-item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1139px) {
  .mission_main h2 {
    font-size: 30px;
  }
  .mission_main p {
    font-size: 18px;
  }
  .mission_main .mission_thumb .object {
    display: none;
  }
  .why_choose ul {
    width: 100%;
    max-width: 600px;
  }
  .why_choose ul li {
    font-size: 18px;
  }
  .area_main h2 {
    font-size: 30px;
  }
  .cha_opp .box {
    min-height: 490px;
  }
  .inner_head .breadcrumb li {
    line-height: 22px;
    font-size: 16px;
  }
  .inner_head .breadcrumb li.active {
    font-size: 16px;
    line-height: 20px;
  }
  .inner_head .breadcrumb li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: var(--bs-white);
    top: 79px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  header .navbar-collapse .dropdown:hover .dropdown-menu {
    box-shadow: none;
  }
  .hero_banner {
    padding-top: 3rem;
  }
  .hero_banner h1 {
    font-size: 35px;
  }
  .hero_banner .map_main .country .btn {
    font-size: 15px;
    line-height: 18px;
    padding-left: 25px;
  }
  .hero_banner .map_main .country .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  .hero_banner .map_main .North_America {
    top: 25%;
    width: 100px;
    left: 9%;
  }
  .hero_banner .map_main .South_America {
    width: 100px;
    top: 52%;
  }
  .hero_banner .map_main .Europe {
    width: 100px;
    top: 17%;
    left: 47%;
  }
  .hero_banner .map_main .Africa {
    width: 100px;
    left: 44%;
  }
  .home_about .whatwe_deliver {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .core_expertise .box {
    padding: 1rem 3rem;
    height: 100px;
  }
  .core_expertise .box a {
    font-size: 18px;
  }
  .steps_main .box::after {
    background: linear-gradient(0deg, rgba(60, 34, 99, 0) 0%, rgb(60, 34, 99) 55%, rgb(60, 34, 99) 100%);
  }
  .steps_main .box .steps_holder {
    display: none;
  }
  .steps_main .box .count {
    margin-left: 3rem;
  }
  .steps_main .box h2 {
    font-size: 25px;
    padding: 1rem 3rem;
  }
  .steps_main .box p {
    font-size: 18px;
    padding: 0rem 3rem;
  }
  footer {
    text-align: center;
  }
  footer .navbar-nav {
    justify-content: center;
  }
  footer .navbar-nav li {
    margin: 0 1rem;
  }
  .contact_us_main {
    padding: 3rem 0;
  }
  .contact_us_main .form_main {
    margin-bottom: 1.5rem;
  }
  .mission_main {
    padding: 3rem 0;
  }
  .mission_main h2 {
    font-size: 25px;
  }
  .mission_main .box {
    padding: 1rem 0;
  }
  .mission_main .box p {
    width: 100%;
  }
  .inner_head {
    padding: 1rem 0;
  }
  .inner_head h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0.5rem;
  }
  .inner_head .breadcrumb li {
    line-height: 20px;
  }
  .inner_head .breadcrumb li.active {
    font-size: 1rem;
    line-height: 20px;
  }
  .inner_head .breadcrumb li::before {
    margin-top: 0;
  }
  .inner_head .breadcrumb li a {
    font-size: 1rem;
    line-height: 20px;
  }
  .area_main {
    padding-top: 3rem;
  }
  .area_main h2 {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
  .area_main p {
    font-size: 18px;
  }
  .area_main ul li {
    font-size: 18px;
  }
  .what_section ul li {
    width: 100%;
  }
  .cha_opp {
    padding-top: 2rem;
  }
  .cha_opp .box {
    padding: 3rem;
  }
  .cha_opp .box .steps_holder {
    display: none;
  }
  .howto_section {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .hero_banner .map_main .country {
    display: none;
  }
  .cha_opp .box {
    padding: 2rem 3rem 3rem 3rem;
  }
}
@media screen and (max-width: 599px) {
  .hero_banner h1 {
    font-size: 25px;
  }
  footer {
    text-align: center;
  }
  footer .navbar-nav {
    justify-content: center;
  }
  footer .navbar-nav .nav-item {
    margin: 0 0.5rem;
  }
  .inner_head h1 {
    font-size: 25px;
  }
  .contact_us_main h2 {
    font-size: 25px;
  }
  .contact_us_main p {
    font-size: 1rem;
  }
  .area_main h2::after {
    width: 10px;
    right: -5px;
  }
  .cha_opp .box {
    padding: 1.5rem;
    min-height: 400px;
  }
  .cha_opp .box h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  header .navbar-brand {
    font-size: 25px;
  }
  header .navbar-collapse {
    top: 64px;
  }
  header .navbar-collapse .dropdown-menu {
    min-width: inherit;
  }
  header .navbar-collapse .dropdown-menu .dropdown-item {
    white-space: inherit;
  }
  .hero_banner {
    padding: 1.5rem 0;
  }
  .hero_banner h1 {
    font-size: 22px;
  }
  .hero_banner .map_main {
    margin-top: 2rem;
  }
  .home_about {
    padding: 1.5rem 0;
  }
  .home_about h2 {
    font-size: 24px;
  }
  .home_about p {
    font-size: 15px;
    line-height: 20px;
  }
  .home_about .whatwe_deliver {
    padding: 1.5rem 1rem;
  }
  .core_expertise {
    padding: 1.5rem 0;
  }
  .core_expertise h2 {
    font-size: 24px;
    line-height: 40px;
    padding: 0 1rem;
  }
  .core_expertise h2::after {
    display: none;
  }
  .steps_main {
    padding: 1.5rem 0;
  }
  .steps_main .box {
    padding-top: 2rem;
  }
  .steps_main .box::after {
    background: linear-gradient(0deg, rgba(60, 34, 99, 0) 0%, rgb(60, 34, 99) 38%, rgb(60, 34, 99) 100%);
  }
  .steps_main .box .count {
    margin-left: 1.5rem;
  }
  .steps_main .box h2 {
    padding: 1rem 1.5rem;
  }
  .steps_main .box p {
    padding: 0rem 1.5rem;
  }
  .steps_main .steps_object_1 {
    display: none;
  }
  .steps_main .steps_object_2 {
    display: none;
  }
  .wesupport {
    padding: 1.5rem 0;
  }
  .wesupport h2 {
    font-size: 25px;
    line-height: 40px;
    padding: 0 1rem;
  }
  .wesupport h2::after {
    display: none;
  }
  .wesupport .box {
    min-height: inherit;
  }
  .wesupport .box .icon img {
    max-width: 70px;
  }
  .wesupport .box h3 a {
    font-size: 16px;
  }
  .intrsted_in {
    padding: 1.5rem 0;
  }
  .intrsted_in .box {
    flex-wrap: wrap;
  }
  .intrsted_in .box .details {
    padding: 1rem 0rem 0rem 0rem;
    text-align: center;
  }
  .intrsted_in .box .details h2 {
    font-size: 24px;
  }
  .intrsted_in .box .details p {
    font-size: 15px;
  }
  .intrsted_in .box .details a {
    font-size: 20px;
  }
  footer {
    padding: 1.5rem 0;
  }
  footer .navbar-brand {
    font-size: 25px;
  }
  footer .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  footer .footer_bottom {
    font-size: 15px;
    margin-top: 0rem;
    padding-top: 1rem;
  }
  .inner_head {
    padding: 1rem 0;
  }
  .inner_head h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 1rem;
  }
  .contact_us_main {
    padding: 1.5rem 0;
  }
  .contact_us_main h2 {
    font-size: 22px;
  }
  .contact_us_main p {
    font-size: 1rem;
  }
  .contact_us_main .contact_detail ul li {
    font-size: 1rem;
    margin-bottom: 1rem;
    align-items: flex-start;
  }
  .contact_us_main .contact_detail ul li i {
    font-size: 1.2rem;
  }
  .contact_us_main .contact_detail ul li a {
    font-size: 1rem;
  }
  .mission_main {
    padding: 1.5rem 0;
  }
  .mission_main h2 {
    font-size: 22px;
  }
  .mission_main h2::after {
    display: none;
  }
  .mission_main p {
    font-size: 1rem;
  }
  .why_choose {
    padding: 1.5rem 0;
  }
  .why_choose h2 {
    padding: 0 1rem;
  }
  .why_choose ul li {
    font-size: 1rem;
    position: relative;
    padding-left: 2rem;
  }
  .why_choose ul li::before {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -3px;
    margin-right: 0;
  }
  .area_main {
    padding-top: 1.5rem;
  }
  .area_main h2 {
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .area_main h2::after {
    display: none;
  }
  .area_main h3 {
    font-size: 18px;
  }
  .area_main p {
    font-size: 1rem;
  }
  .area_main ul li {
    font-size: 1rem;
  }
  .area_main ul li::before {
    font-size: 20px;
  }
  .cha_opp {
    padding-top: 0.5rem;
  }
  .cha_opp .box h3 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .howto_section {
    padding-bottom: 1.5rem;
  }
}/*# sourceMappingURL=main.css.map */