@import url("https://fonts.googleapis.com/css2?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: #7444FD;
  --brand-dark: #051441;
  --hr-bg-section:#051441;
  --brand-heading: #1B1717;
  --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: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
  border: 1px solid var(--hr-primary);
  background-color: var(--hr-primary);
  color: var(--white-color) !important;
  transition: all 0.3s;
}
.btn-primary:hover {
  background-color: #9a76fe;
}
.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 {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.navigation .wrapper .navbar {
  padding-top: 15px;
}
.navigation .wrapper .navbar .navbar-brand {
  display: flex;
  align-items: center;
}
.navigation .wrapper .navbar .navbar-brand img {
  width: 150px;
  margin-right: 15px;
}
.navigation .wrapper .navbar .navbar-collapse {
  justify-content: end;
  justify-content: center;
}
@media (max-width: 992px) {
  .navigation .wrapper .navbar .navbar-collapse {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .navigation .wrapper .navbar .navbar-collapse {
    padding-top: 20px;
    background-color: var(--brand-dark) !important;
  }
}
.navigation .wrapper .navbar .navbar-nav .nav-item .nav-link {
  color: var(--brand-dark);
  font-size: 16px;
  padding: 0px 10px;
  font-weight: 500;
  position: relative;
  margin: 0px 15px;
}
@media (max-width: 1200px) {
  .navigation .wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 8px;
  }
}
@media (max-width: 992px) {
  .navigation .wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0px;
    padding-left: 15px;
    color: #ffffff !important;
  }
}
.navigation .wrapper .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--brand-blue-900);
  font-weight: 500;
}
.navigation .wrapper .navbar .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: var(--brand-blue-900);
  transition: width 0.3s ease;
}
.navigation .wrapper .navbar .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}
.navigation .wrapper .navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.navigation .wrapper .navbar .navbar-nav .dropdown-toggle {
  position: relative;
  padding-right: 20px;
  /* Space for the custom arrow */
}
.navigation .wrapper .navbar .navbar-nav .dropdown-toggle::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  /* Adjust width */
  height: 20px;
  /* Adjust height */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  color: inherit;
  /* Inherit color from the parent */
}
.navigation .wrapper .navbar .dropdown-menu {
  background-repeat: no-repeat;
  min-width: 220px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  background-position: right bottom;
  border-image: initial;
  border-style: solid;
  border-color: rgb(244, 244, 244);
  margin: 0px;
  border-radius: 4px;
  padding: 10px;
  overflow: visible;
  border-width: 1px !important;
  top: 45px;
}
.navigation .wrapper .navbar .dropdown-menu .dropdown-item {
  color: var(--brand-dark);
  font-size: 16px;
  padding: 15px 15px;
  padding-bottom: 5px;
}
.navigation .wrapper .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--up-);
}

.navigation.scrolled {
  box-shadow: -7px 2px 17px rgba(0, 0, 0, 0.1);
  background-color: var(--brand-dark) !important;
}

.navigation.scrolled .nav-link {
  color: white !important;
}

.navigation.scrolled .nav-link::after {
  background-color: #ffffff !important;
}

.navigation.scrolled .dropdown-toggle::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") !important;
}

.logo img {
  transition: opacity 0.3s ease;
}

.logo_scrolled {
  display: none;
}

.navigation.scrolled .original_logo {
  display: none !important;
  transition: opacity 0.3s ease;
}

.navigation.scrolled .logo_scrolled {
  display: block;
  transition: opacity 0.3s ease;
}

.navbar-toggler {
  background-color: white;
}

.navbar-toggler {
  position: relative;
  width: 45px;
  height: 30px;
  border: none;
  background: none;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggler2 {
  background-color: black !important;
}

.navigation.scrolled .toggler2 {
  background-color: white !important;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}

.toggler2::before,
.toggler2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #000000;
  transition: transform 0.3s ease;
}

.navigation.scrolled .toggler2::before,
.navigation.scrolled .toggler2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -10px;
}

.navbar-toggler-icon::after {
  bottom: -10px;
}

.navbar-toggler.expanded .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler.expanded .toggler2 {
    background-color: white !important;
    background-image: none;
}

.navigation.scrolled .navbar-toggler.expanded .toggler2 {
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: none;
}

.navbar-toggler.expanded .navbar-toggler-icon::before {
  transform: translateY(10px) rotate(45deg);
}

.navbar-toggler.expanded .navbar-toggler-icon::after {
    transform: translateY(-10px) rotate(-45deg);
}

.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;
}

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: "Poppins", 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 !important;
}

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;
}

.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;
}

.pagination li {
    background: #051441;
    padding: 0px 8px;
    margin: 5px;
    color: #FFF;
}
.pagination li.active {
    background: #FFF;
    border: 1px solid #051441;
    color: #051441;
}
.pagination li a{
    color:#FFF;
}

/*# sourceMappingURL=style.css.map */
