﻿@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
    --hr-primary: #5e2ced;
    --brand-dark: #051441;
    --hr-bg-section: #051441;
    --brand-heading: #1E1E1E;
    --brand-text: #7E86A1;
    --brand-blue-900: #1C3F90;
    --brand-blue-100: #EEF1F8;
    --brand-green-900: #011E24;
    --brand-green-800: #323D46;
    --card-bg: #F5F5F5;
    --brand-grey: #DFDFDF;
    --white-color: #ffff;
    --grey-color-900: #34383B;
}

.btn {
  border: none !important;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary {
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 40px;
    position: relative;
    border: 1px solid var(--hr-primary);
    background-color: var(--hr-primary);
    color: var(--white-color) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #6231ed;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    cursor: pointer;
}
.btn-secondary {
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 7px 0px 7px 14px;
  position: relative;
  border: 1px solid var(--p-brand-green) !important;
  background-color: var(--brand-dark);
  color: var(--white-color) !important;
  transition: all 0.3s;
}
.btn-secondary span {
  background-color: var(--up-primary);
  padding: 8px 13px;
  border-radius: 25px;
  margin-left: 3px;
}
.btn-secondary:hover {
  background-color: var(--brand-dark);
}
.btn-primary-black {
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 7px 0px 7px 14px;
  position: relative;
  border: 1px solid var(--p-brand-green) !important;
  background-color: var(--brand-dark);
  color: var(--white-color) !important;
  transition: all 0.3s;
}
.btn-primary-black span {
  background-color: var(--white-color);
  padding: 8px 13px;
  border-radius: 25px;
  margin-left: 3px;
}
.btn-primary-black:hover {
  background-color: var(--brand-dark);
}
.btn-search {
  height: 40px;
}
.btn-search img {
  height: 20px;
}

.navigation .navbar .navbar-brand {
  max-width: 150px;
  margin-right: 40px;
}
.navigation .navbar .navbar-brand img {
  width: 100%;
}
.navigation .navbar .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.navigation .navbar .nav-item .nav-link:hover {
  color: var(--hr-primary);
}

.hr_banner {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .hr_banner {
    margin-top: 100px;
  }
}
.hr_banner .wrapper .main_text {
  font-size: clamp(2.25rem, 1.5556rem + 2.2222vw, 3.5rem);
  font-weight: 700;
  color: var(--brand-dark);
}
.hr_banner .wrapper .hr_banner_left {
  max-width: 750px;
}
.hr_banner .wrapper .hr_banner_left img {
  width: 100%;
  border-radius: 10px;
}
.hr_banner .wrapper .hr_banner_right {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .hr_banner .wrapper .hr_banner_right {
    margin-left: 0;
    padding-top: 30px;
  }
}
.hr_banner .wrapper .hr_banner_right .date {
  font-size: 14px;
  color: var(--brand-text);
  padding-bottom: 15px;
}
.hr_banner .wrapper .hr_banner_right h3 {
  font-size: clamp(1.5rem, -0.3228rem + 3.7975vw, 3rem);
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--brand-dark);
}
.hr_banner .wrapper .hr_banner_right p {
  color: var(--brand-text);
  font-size: 16px;
}

.banner {
  padding-top: 80px;
}
.banner .banner_top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .banner .banner_top {
    flex-wrap: wrap;
  }
}
.banner .banner_top .left p {
  text-transform: uppercase;
  font-size: 22px;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.banner .banner_top .left h1 {
  margin: 15px 0;
  font-weight: bold;
  color: var(--brand-dark);
  font-size: 4rem;
  font-family: "Poppins", sans-serif !important;
}
.banner .banner_top .right p {
  font-size: 20px;
  color: black;
  line-height: 28px;
  padding-top: 50px;
}
.banner .banner_slider {
  margin-top: 50px;
}

.carousel-container {
  text-align: right;
}

.owl-carousel .item img {
  width: 100%;
}

footer {
  background-color: var(--brand-dark);
  padding: 80px 0px;
}
@media (max-width: 992px) {
  footer {
    padding-bottom: 40px;
  }
}
footer .wrapper .footer_logo_info .footer_logo {
  display: block;
  max-width: 150px;
  margin-bottom: 20px;
}
footer .wrapper .footer_logo_info .footer_logo img {
  width: 100%;
}
footer .wrapper .footer_logo_info p {
  font-size: 18px;
  line-height: 30px;
  color: #7e86a1;
  margin-bottom: 0;
  padding-top: 15px;
}
footer .wrapper .contact-form {
  background-color: #ffffff; /* White background */
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 50px auto;
  margin-top: 0px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
footer .wrapper .form-group {
  margin-bottom: 15px;
}
footer .wrapper input[type=text],
footer .wrapper input[type=email],
footer .wrapper textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #EEF1F8; /* Border bottom only */
  background-color: transparent;
  outline: none;
  transition: border-color 0.3s ease;
}
footer .wrapper input[type=text]:focus,
footer .wrapper input[type=email]:focus,
footer .wrapper textarea:focus {
  border-bottom-color: #e6747f; /* Change bottom border color on focus */
}
footer .wrapper textarea {
  resize: vertical; /* Allows vertical resizing */
  height: 100px;
}
footer .wrapper button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #007BFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
footer .wrapper button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}
footer .wrapper .credit {
  margin-top: 50px;
  border: 1px solid transparent;
  border-top-color: var(--white-color);
}
footer .wrapper .credit p {
  padding-top: 20px;
  color: var(--white-color);
  font-size: 16px;
}
footer .wrapper .credit p a {
  color: var(--white-color);
  font-size: 16px;
}
footer .wrapper .credit p:hover a {
  color: #e6747f;
}

*:focus {
  outline: 0 !important;
}

*:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

* button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

* {
  list-style-type: none;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px;
}
*:focus, *:active {
  outline: none !important;
}

html.sr .load-hidden {
  visibility: hidden;
}

*::selection {
  color: rgb(243, 235, 238);
  background-color: black;
}

* a,
a:visited {
  color: #990000;
  text-decoration: none;
}

body {
  position: relative;
  font-family: font-default !important;
  color: var(--text-color);
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

html {
  scroll-behavior: smooth !important;
}

body {
  scroll-behavior: smooth !important;
}

.main_heading {
  margin-bottom: 50px;
}
.main_heading p {
  font-size: 18px;
  color: black;
}
.main_heading h3 {
  font-size: 36px;
  font-weight: 900;
  color: black;
}

.shape1 {
  width: 400px;
  right: 0;
  top: 250px;
  position: absolute;
  z-index: -1;
}

.shape2 {
  width: 200px;
  right: 0;
  top: 55%;
  position: absolute;
  z-index: -1;
}

.hr_blog_post {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .hr_blog_post {
    padding-top: 50px;
  }
}
.hr_blog_post .hr_blog_post_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  justify-content: center;
  gap: 1rem;
  row-gap: 3rem;
}
.hr_blog_post .hr_blog_post_grid .hr_blog_single_post {
  display: block;
  transition: 0.5s;
  padding: 15px 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.hr_blog_post .hr_blog_post_grid .hr_blog_single_post .img_wrapper {
  margin-bottom: 15px;
  max-width: 550px;
  overflow: hidden;
  border-radius: 15px;
  transition: filter 1s ease-in-out;
  filter: brightness(100%);
}
.hr_blog_post .hr_blog_post_grid .hr_blog_single_post .img_wrapper img {
  width: 100%;
  border-radius: 15px;
  transform-origin: 50% 65%;
}
.hr_blog_post .hr_blog_post_grid .hr_blog_single_post .hr_blog_data {
  padding: 20px 0px 15px 0px;
}
.hr_blog_post .hr_blog_post_grid .hr_blog_single_post .hr_blog_data h5 {
  font-size: 22px;
  font-weight: 600;
  color: var(--brand-heading);
}
.hr_blog_post .hr_blog_post_grid .hr_blog_single_post .hr_blog_data p {
  color: var(--brand-text);
  font-size: 16px;
}
.hr_blog_post .hr_blog_post_grid .hr_blog_single_post .hr_blog_data .date {
  font-size: 14px;
  color: var(--brand-text);
}
.hr_blog_post .hr_blog_post_grid .hr_blog_single_post:hover {
  padding: 15px 15px;
  transition: 1s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.04);
  filter: brightness(50%);
}

.blog_banner {
  height: 40vh;
  padding-top: 50px;
  margin-top: 100px;
  background-color: var(--card-bg);
  text-align: center;
}
.blog_banner .blog_heading {
  text-align: center;
  font-size: clamp(1.5rem, 1.1962rem + 0.6329vw, 1.75rem);
  font-weight: 600;
  color: var(--brand-dark);
  width: 65%;
  line-height: 1.4;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 40px;
}
.blog_banner .date {
  font-size: 14px;
  color: var(--brand-text);
  padding-bottom: 15px;
}

.blog_details .wrapper .img_wrapper {
  margin: auto;
  max-width: 1200px;
  margin-top: -80px;
}
.blog_details .wrapper .img_wrapper img {
  width: 100%;
  border-radius: 10px;
}
.blog_details .wrapper .blog_content {
  padding: 50px 0px;
  width: 70%;
  margin: auto;
}
.blog_details .wrapper .blog_content p {
  color: var(--brand-text);
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
}
.blog_details .wrapper .blog_content h6 {
  font-weight: 600;
  color: var(--brand-dark);
  margin-bottom: 15px;
}
.blog_details .wrapper .blog_content .quote {
  background-color: var(--card-bg);
  padding: 30px 20px;
  border-radius: 15px;
  color: var(--grey-color-900);
  font-size: 16px;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.hiring {
    padding: 100px 0;
    background-color: white;
}

    .hiring .left_text {
        background-color: #e2eeff;
        text-align: left;
        font-size: 18px;
        color: black;
        line-height: 1.8;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 10px;
        padding: 20px 20px;
    }

    .hiring .img_wrapper {
        max-width: 1200px;
        height: 100%;
    }

        .hiring .img_wrapper img {
            width: 100%;
            height: 100%;
        }

@media (max-width: 768px) {
    .hiring {
        padding: 60px 0;
    }
}

.steps {
    padding: 100px 0;
    background-color: rgb(238, 242, 255);
}

@media (max-width: 768px) {
    .steps {
        padding: 60px 0;
    }
}

.steps .wrapper .steps_wrapper {
    padding: 34px;
    border-radius: 20px;
    border-color: transparent;
    background-color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .steps .wrapper .steps_wrapper {
        margin-bottom: 40px;
    }
}

.steps .wrapper .steps_wrapper .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgb(233, 235, 248);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .steps .wrapper .steps_wrapper .icon img {
        width: 42px;
    }

.steps .wrapper .steps_wrapper h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #210e58;
}

.steps .wrapper .steps_wrapper p {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 1.8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.steps .wrapper .steps_wrapper:hover {
    background-color: #5e2ced;
}

    .steps .wrapper .steps_wrapper:hover h5 {
        color: white;
    }

    .steps .wrapper .steps_wrapper:hover p {
        color: white;
    }


.process {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .process .wrapper .process_wrapper {
        background-image: url(/img/bg-process.png);
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        padding: 2rem;
    }

@media (max-width: 992px) {
    .process .wrapper .process_wrapper {
        background-position: right;
        height: auto;
    }
}

.process .wrapper .process_wrapper p {
    font-size: 32px;
    color: white;
    font-weight: 900;
    line-height: 1.6;
    padding: 2rem 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

@media (max-width: 992px) {
    .process .wrapper .process_wrapper p {
        margin-left: 20px;
        font-size: 24px;
        line-height: 30px;
    }
}

.hp-process_img-container {
    max-width: 530px;
}

.faq {
    padding: 100px 0;
    background-color: rgb(238, 242, 255);
    margin: 80px 0;
    /* Light color border */
    /* Customizing accordion body padding */
    /* Accordion header hover effect (optional) */
}

@media (max-width: 768px) {
    .faq {
        padding: 60px 0;
    }
}

.faq .faq_wrapper .text {
    color: black;
    font-weight: 900;
    font-size: 3.9rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .faq .faq_wrapper .text {
        font-size: 2.4rem !important;
    }
}

.faq .faq_wrapper p {
    font-size: 18px;
    color: #797979;
    line-height: 1.8;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    .faq .faq_wrapper {
        padding-bottom: 30px;
    }
}

.faq .accordion {
    border-bottom: none;
}

.faq .accordion-button {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 700;
    border-radius: 6px !important;
}

    .faq .accordion-button.collapsed {
        border-radius: 6px !important;
    }

.faq .accordion-item {
    margin-bottom: 0.5rem;
    border-radius: 6px;
    border-bottom: none;
}

.faq .accordion-button {
    border-bottom: none;
}

.faq .accordion-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .accordion-button:hover {
    background-color: #f9f9f9;
}

.footer_main {
  padding-top: 50px;
}
.footer_main .wrapper {
  background-color: black;
  padding: 40px 30px;
}
.footer_main .wrapper ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}
.footer_main .wrapper ul li a {
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.footer_main .wrapper ul li a:hover {
  color: var(--hr-primary);
}
hr {
  color: white;
  height: 2px;
}
.text_box {
  margin-bottom: 15px;
}

.text_box input[type="text"], .text_box textarea, .text_box input[type="password"], .text_box input[type="email"] {
  font: 400 15px/60px "Poppins", sans-serif;
  color: #222d39;
  height: 60px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #fff;
  padding-left: 30px;
}

.text_box input[type="text"].placeholder, .text_box textarea.placeholder, .text_box input[type="password"].placeholder, .text_box input[type="email"].placeholder {
  color: #9ca3b9;
}

.text_box input[type="text"]:-moz-placeholder, .text_box textarea:-moz-placeholder, .text_box input[type="password"]:-moz-placeholder, .text_box input[type="email"]:-moz-placeholder {
  color: #9ca3b9;
}

.text_box input[type="text"]::-moz-placeholder, .text_box textarea::-moz-placeholder, .text_box input[type="password"]::-moz-placeholder, .text_box input[type="email"]::-moz-placeholder {
  color: #9ca3b9;
}

.text_box input[type="text"]::-webkit-input-placeholder, .text_box textarea::-webkit-input-placeholder, .text_box input[type="password"]::-webkit-input-placeholder, .text_box input[type="email"]::-webkit-input-placeholder {
  color: #9ca3b9;
}

.text_box input[type="text"]:focus, .text_box textarea:focus, .text_box input[type="password"]:focus, .text_box input[type="email"]:focus {
  border-color: #f2effc;
      border: 0.5px solid #dfdfdf;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  outline: none;
}

.text_box textarea {
  height: 200px;
}
/*# sourceMappingURL=style.css.map */
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.navigation .navbar .navbar-brand {
    max-width: 150px;
    margin-right: 40px;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    font-size: var(--bs-navbar-brand-font-size);
    white-space: nowrap;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
    .navbar-toggler:focus {
        text-decoration: none;
    }
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.shape1 {
    width: 400px;
    right: 0;
    top: 250px;
    position: absolute;
    z-index: -4;
}
.hp-nav_container nav {
    position: absolute !important;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 111;
}
.hp-nav_container .navbar .navbar-brand {
    max-width: 124px;
    margin-right: 40px;
}

    .hp-nav_container .navbar .navbar-brand img {
        width: 100%;
    }

.hp-nav_container .navbar .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    position: relative;
}

    .hp-nav_container .navbar .nav-item .nav-link:hover {
        color: var(--hr-primary);
    }
.navbar-brand {
    max-width: 124px;
    margin-right: 40px;
}

    .navbar-brand img {

        width: 100%;
    }

.hp-nav-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 998px) {
    .hp-nav-section .navbar-collapse {
        position: absolute;
        z-index: 111;
        top: 60px;
        background-color: #eef2ff;
        width: 100%;
    }
}
.hp-hero {
    height: 100vh;
    background-image: url("/img/Image (11).png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-color: rgba(69, 106, 255, 0.09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.hp-hero_content span {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif !important;
    color: #797979;
}

.hp-hero_content h1 {
    font-weight: bold;
    color: var(--brand-dark);
    font-size: 4rem;
    font-family: "Poppins", sans-serif !important;
    margin: 1rem 0;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .hp-hero_content h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .hp-hero_content h1 {
        font-size: 2rem;
    }
}

.hp-hero_content p {
    font-size: 18px;
    color: black;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem;
}

@media (max-width: 1200px) {
    .hp-hero_content p {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .hp-hero_content p {
        font-size: 14px;
        width: 90%;
    }
}
.hp-main_header {
    padding-left: 1.5rem;
}

@media (max-width: 786px) {
    .hp-main_header {
        padding-left: 0px;
    }
}

.hp-main_header h3 {
    font-size: 55px;
    font-weight: 600;
    line-height: 120%;
    font-family: "Poppins", sans-serif !important;
    margin: 1rem 0 2rem;
    width: 86%;
}

@media (max-width: 1200px) {
    .hp-main_header h3 {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 786px) {
    .hp-main_header h3 {
        width: 100%;
        font-size: 2rem;
    }
}

.hp-main_header p {
    font-size: 18px;
    color: #797979;
    line-height: 1.8;
}

@media (max-width: 786px) {
    .hp-main_header p {
        font-size: 14px;
    }
}

.hp-contact {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(20%, #5e2ced), color-stop(80%, #6535F8));
    background: linear-gradient(to bottom right, #5e2ced 20%, #6535F8 80%);
    padding: 60px;
    border-radius: 30px;
}

@media (max-width: 786px) {
    .hp-contact {
        padding: 36px;
    }
}

.hp-contact_input {
    padding: 0.6rem 1rem;
    background-color: transparent;
    border: 1px solid #eef2ff;
    border-radius: 6px;
    margin: 0.65rem 0;
    width: 100%;
    color: white;
    min-height: 60px;
    font-size: 14px;
}

    .hp-contact_input::-webkit-input-placeholder {
        color: white;
        font-weight: 400;
    }

    .hp-contact_input::-moz-placeholder {
        color: white;
        font-weight: 400;
    }

    .hp-contact_input:-ms-input-placeholder {
        color: white;
        font-weight: 400;
    }

    .hp-contact_input::-ms-input-placeholder {
        color: white;
        font-weight: 400;
    }

    .hp-contact_input::placeholder {
        color: white;
        font-weight: 400;
    }

.hp-contact_header {
    color: white;
}

    .hp-contact_header span {
        display: block;
        margin-top: 1rem;
    }

    .hp-contact_header p {
        font-size: 16px;
    }

@media (max-width: 786px) {
    .hp-contact_header p {
        font-size: 12.8px;
    }
}

.hp-contact_header h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (max-width: 786px) {
    .hp-contact_header h2 {
        font-size: 30px;
    }
}

.hp-hero_img1 {
    position: absolute;
    right: 12%;
    bottom: 26%;
    width: 160px;
    z-index: -1;
}

.hp-hero_img2 {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 65px;
    z-index: -1;
}

@media (max-width: 786px) {
    .hp-hero_img2 {
        right: 15%;
        bottom: 12%;
    }
}

.hp-hero_img3 {
    position: absolute;
    right: 30%;
    bottom: 8%;
    width: 75px;
    z-index: -1;
}

.hp-hero_img4 {
    position: absolute;
    left: 30%;
    bottom: 8%;
    width: 65px;
    z-index: -1;
}

.hp-hero_img5 {
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 75px;
    z-index: -1;
}

.hp-hero_img6 {
    position: absolute;
    right: 10%;
    top: 12%;
    width: 55px;
    z-index: -1;
}

.hp-hero_img7 {
    position: absolute;
    left: 14%;
    bottom: 26%;
    z-index: -1;
}

.hp-hero_img8 {
    position: absolute;
    left: 8%;
    top: 32%;
    z-index: -1;
}

@media (max-width: 786px) {
    .hp-hero_img8 {
        left: 13%;
        top: 62%;
    }
}

.hp-hero_img9 {
    position: absolute;
    top: 16%;
    left: 20%;
    z-index: -1;
}
.hp-contact .btn {
    color: #6231ed !important;
    background-color: white;
    font-weight: 600;
}