/*
* Main SCSS file
* This file imports all the necessary partials and styles for the project.
* Author: Aditya Chauhan
* Date: 2024-10-02
* Version: 1.0.1
* License: MIT
* Usage: This file should be compiled to CSS using a preprocessor like Sass.
* Note: Ensure that all partials are correctly defined in the _partials directory.
*       Each partial should follow the naming convention _partial-name.scss.
*       The order of imports matters, so ensure dependencies are imported first.
*       This file is the entry point for all styles in the project.
*/
/* variables.scss
 * This file contains the global variables for the application.
 * It includes colors, fonts, and other reusable values.
 */
/*
 * Mixin File: _mixin.scss
 * This file contains various mixins used throughout the application.
 * It includes responsive design mixins, flexbox utilities, and more.
 */
/* Extend Styles
 * This file contains the extend styles for the application.
 * It includes mixins and placeholders for reusable styles.
 */
footer, .map-section, .tab-card-section, .hero-section {
  padding-top: 40px;
}
@media (min-width: 992px) {
  footer, .map-section, .tab-card-section, .hero-section {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  footer, .map-section, .tab-card-section, .hero-section {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  footer, .map-section, .tab-card-section, .hero-section {
    padding-top: 100px;
  }
}

footer, .map-section, .resources-section, .tab-card-section, .hero-section {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  footer, .map-section, .resources-section, .tab-card-section, .hero-section {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  footer, .map-section, .resources-section, .tab-card-section, .hero-section {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  footer, .map-section, .resources-section, .tab-card-section, .hero-section {
    padding-bottom: 100px;
  }
}

.resources-section .wrapping .row, .tab-card-section .wrapping #pills-tab {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .resources-section .wrapping .row, .tab-card-section .wrapping #pills-tab {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .resources-section .wrapping .row, .tab-card-section .wrapping #pills-tab {
    margin-top: 60px;
  }
}

.tab-card-section .wrapping #pills-tab {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .tab-card-section .wrapping #pills-tab {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .tab-card-section .wrapping #pills-tab {
    margin-bottom: 60px;
  }
}

.resources-section .wrapping p, .tab-card-section .wrapping #pills-tabContent .col-card .card .card-body .card-hdng, .tab-card-section .wrapping #pills-tab .nav-item .nav-link, .tab-card-section .wrapping p, .hero-section .wrap p {
  font-size: 16px;
}
@media (min-width: 576px) {
  .resources-section .wrapping p, .tab-card-section .wrapping #pills-tabContent .col-card .card .card-body .card-hdng, .tab-card-section .wrapping #pills-tab .nav-item .nav-link, .tab-card-section .wrapping p, .hero-section .wrap p {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .resources-section .wrapping p, .tab-card-section .wrapping #pills-tabContent .col-card .card .card-body .card-hdng, .tab-card-section .wrapping #pills-tab .nav-item .nav-link, .tab-card-section .wrapping p, .hero-section .wrap p {
    font-size: 20px;
  }
}

.map-section .wrapping .hdng {
  font-size: 18px;
}
@media (min-width: 576px) {
  .map-section .wrapping .hdng {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .map-section .wrapping .hdng {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .map-section .wrapping .hdng {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .map-section .wrapping .hdng {
    font-size: 40px;
  }
}

.resources-section .wrapping .hdng {
  font-size: 18px;
}
@media (min-width: 576px) {
  .resources-section .wrapping .hdng {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .resources-section .wrapping .hdng {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .resources-section .wrapping .hdng {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .resources-section .wrapping .hdng {
    font-size: 44px;
  }
}

.tab-card-section .wrapping .hdng, .hero-section .wrap .hdng {
  font-size: 25px;
}
@media (min-width: 576px) {
  .tab-card-section .wrapping .hdng, .hero-section .wrap .hdng {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .tab-card-section .wrapping .hdng, .hero-section .wrap .hdng {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .tab-card-section .wrapping .hdng, .hero-section .wrap .hdng {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .tab-card-section .wrapping .hdng, .hero-section .wrap .hdng {
    font-size: 45px;
  }
}
@media (min-width: 1400px) {
  .tab-card-section .wrapping .hdng, .hero-section .wrap .hdng {
    font-size: 52px;
  }
}

/* Grid System
 * This file contains the grid system styles for the application.
 * It includes mixins for creating responsive containers and rows.
 */
.jn-holder {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .jn-holder {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .jn-holder {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .jn-holder {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .jn-holder {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .jn-holder {
    max-width: 1320px;
  }
}

.jn-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.jn-row > * {
  width: 100%;
  padding-left: 15px;
  padding-left: 15px;
}

.cell-xs-1 {
  width: 8.3333333333%;
}

.cell-xs-2 {
  width: 16.6666666667%;
}

.cell-xs-3 {
  width: 25%;
}

.cell-xs-4 {
  width: 33.3333333333%;
}

.cell-xs-5 {
  width: 41.6666666667%;
}

.cell-xs-6 {
  width: 50%;
}

.cell-xs-7 {
  width: 58.3333333333%;
}

.cell-xs-8 {
  width: 66.6666666667%;
}

.cell-xs-9 {
  width: 75%;
}

.cell-xs-10 {
  width: 83.3333333333%;
}

.cell-xs-11 {
  width: 91.6666666667%;
}

.cell-xs-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }

  .cell-sm-2 {
    width: 16.6666666667%;
  }

  .cell-sm-3 {
    width: 25%;
  }

  .cell-sm-4 {
    width: 33.3333333333%;
  }

  .cell-sm-5 {
    width: 41.6666666667%;
  }

  .cell-sm-6 {
    width: 50%;
  }

  .cell-sm-7 {
    width: 58.3333333333%;
  }

  .cell-sm-8 {
    width: 66.6666666667%;
  }

  .cell-sm-9 {
    width: 75%;
  }

  .cell-sm-10 {
    width: 83.3333333333%;
  }

  .cell-sm-11 {
    width: 91.6666666667%;
  }

  .cell-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }

  .cell-md-2 {
    width: 16.6666666667%;
  }

  .cell-md-3 {
    width: 25%;
  }

  .cell-md-4 {
    width: 33.3333333333%;
  }

  .cell-md-5 {
    width: 41.6666666667%;
  }

  .cell-md-6 {
    width: 50%;
  }

  .cell-md-7 {
    width: 58.3333333333%;
  }

  .cell-md-8 {
    width: 66.6666666667%;
  }

  .cell-md-9 {
    width: 75%;
  }

  .cell-md-10 {
    width: 83.3333333333%;
  }

  .cell-md-11 {
    width: 91.6666666667%;
  }

  .cell-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }

  .cell-lg-2 {
    width: 16.6666666667%;
  }

  .cell-lg-3 {
    width: 25%;
  }

  .cell-lg-4 {
    width: 33.3333333333%;
  }

  .cell-lg-5 {
    width: 41.6666666667%;
  }

  .cell-lg-6 {
    width: 50%;
  }

  .cell-lg-7 {
    width: 58.3333333333%;
  }

  .cell-lg-8 {
    width: 66.6666666667%;
  }

  .cell-lg-9 {
    width: 75%;
  }

  .cell-lg-10 {
    width: 83.3333333333%;
  }

  .cell-lg-11 {
    width: 91.6666666667%;
  }

  .cell-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }

  .cell-xl-2 {
    width: 16.6666666667%;
  }

  .cell-xl-3 {
    width: 25%;
  }

  .cell-xl-4 {
    width: 33.3333333333%;
  }

  .cell-xl-5 {
    width: 41.6666666667%;
  }

  .cell-xl-6 {
    width: 50%;
  }

  .cell-xl-7 {
    width: 58.3333333333%;
  }

  .cell-xl-8 {
    width: 66.6666666667%;
  }

  .cell-xl-9 {
    width: 75%;
  }

  .cell-xl-10 {
    width: 83.3333333333%;
  }

  .cell-xl-11 {
    width: 91.6666666667%;
  }

  .cell-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }

  .cell-xxl-2 {
    width: 16.6666666667%;
  }

  .cell-xxl-3 {
    width: 25%;
  }

  .cell-xxl-4 {
    width: 33.3333333333%;
  }

  .cell-xxl-5 {
    width: 41.6666666667%;
  }

  .cell-xxl-6 {
    width: 50%;
  }

  .cell-xxl-7 {
    width: 58.3333333333%;
  }

  .cell-xxl-8 {
    width: 66.6666666667%;
  }

  .cell-xxl-9 {
    width: 75%;
  }

  .cell-xxl-10 {
    width: 83.3333333333%;
  }

  .cell-xxl-11 {
    width: 91.6666666667%;
  }

  .cell-xxl-12 {
    width: 100%;
  }
}
/* 
* Global Styles
* This file contains the global styles for the application.
* It includes resets, typography, and basic layout styles.
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lexend", sans-serif;
}

html,
body {
  overflow-x: hidden;
  counter-reset: section;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
}

span,
a {
  display: inline-block;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0 !important;
}

li {
  list-style-type: none;
}

img,
video {
  max-width: 100%;
  vertical-align: middle;
}

:root {
  --containerWidth: 1140px;
}
@media (max-width: 1399.98px) {
  :root {
    --containerWidth: 1140px;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --containerWidth: 960px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --containerWidth: 720px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --containerWidth: 540px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --containerWidth: 100%;
  }
}

a.global_btn {
  background: #204ecf;
  margin: 30px auto 0;
  display: block;
  width: 200px;
  text-align: center;
  padding: 15px 25px;
  font-size: 15px;
  border-radius: 15px;
  color: #ffffff;
  transition: 0.5s ease;
}
a.global_btn:hover {
  background: #DDEB9D;
  color: #204ecf;
  text-decoration: none;
}

/* Main File: 
* This file contains the main styles for the body of the application.
* It includes layout styles, typography, and other body-specific styles.
*/
/*
.element {
    @include jn-standalone((
        padding-top: (40px, 60px, null, 80px, 100px, 120px),
        font-size: (40px, 60px, null, 80px, 100px, 120px),
        font-weight: (400, 600, null, 800, 100, 100),
    ), min);
    @include jn-standalone((
        padding-top: (40px, 60px, null, 80px, 100px, 120px),
        font-size: (40px, 60px, null, 80px, 100px, 120px),
        font-weight: (400, 600, null, 800, 100, 100),
    ), min);
}

.xyz {
    @include flexbox(
        ('flex-direction', row),
        ('justify-content', center),
        ('align-items', center),
        ('order',4)
    );
}
*/
header .navbar {
  background-color: #0f256e;
}
header .navbar .navbar-brand img {
  height: 40px;
  margin-right: 10px;
}
header .navbar .dropdown-item:active {
  color: #204ecf;
  background-color: #DDEB9D;
}
header .navbar #navbarNavDropdown {
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  header .navbar #navbarNavDropdown {
    background-color: #0f256e;
  }
}
header .navbar #navbarNavDropdown ul li {
  font-size: 16px;
  color: #455065;
  font-weight: 400;
}
header .navbar #navbarNavDropdown ul li a {
  color: #ffffff;
  padding: 10px 13px;
}
@media (max-width: 991.98px) {
  header .navbar #navbarNavDropdown ul li a {
    padding: 13px 0px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
  }
}
header .navbar #navbarNavDropdown ul li .dropdown-menu li a {
  color: #000000;
}
@media (max-width: 991.98px) {
  header .navbar #navbarNavDropdown ul li .dropdown-menu li a {
    padding: 10px 20px;
  }
}
@media (max-width: 991.98px) {
  header .navbar #navbarNavDropdown .nav-btn {
    padding: 13px 0px;
  }
}
header .navbar #navbarNavDropdown .nav-btn .btn {
  background-color: #DDEB9D;
  color: #143D60;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: 0.5s ease;
}
header .navbar #navbarNavDropdown .nav-btn .btn:hover {
  background-color: #143D60;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  header .navbar #navbarNavDropdown .nav-btn .btn {
    font-size: 15px;
  }
}
header .navbar .navbar-toggler {
  background-color: #ffffff;
}
header .navbar .navbar-toggler:focus {
  box-shadow: inherit !important;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  font-size: 16px;
}

.hero-section {
  background-color: #0f256e;
}
.hero-section .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero-section .wrap {
    align-items: center;
  }
}
.hero-section .wrap .sub-hdng {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #ffffff;
}
.hero-section .wrap .hdng {
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 300;
  color: #ffffff;
}
.hero-section .wrap .hdng span {
  font-weight: 700;
}
.hero-section .wrap p {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .hero-section .wrap p {
    margin-bottom: 35px;
  }
}
.hero-section .hero-figure {
  text-align: right;
}
.hero-section .hero-figure img {
  width: 400px;
}

.tab-card-section .wrapping .hdng {
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: 400;
  text-align: center;
  color: #0f256e;
}
.tab-card-section .wrapping p {
  line-height: 1.5;
  text-align: center;
  color: #455065;
  width: 1120px;
  max-width: 100%;
  font-weight: 300;
  margin: 0 auto;
}
.tab-card-section .wrapping #pills-tab {
  justify-content: center;
}
@media (max-width: 767.98px) {
  .tab-card-section .wrapping #pills-tab {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.tab-card-section .wrapping #pills-tab .nav-item .nav-link {
  line-height: 1.2;
  color: #455065;
  font-weight: 400;
  padding: 0px;
  padding-bottom: 15px;
  margin: 0px 35px;
}
@media (max-width: 767.98px) {
  .tab-card-section .wrapping #pills-tab .nav-item .nav-link {
    margin: 0px;
  }
}
.tab-card-section .wrapping #pills-tab .nav-item .nav-link.active {
  background-color: inherit;
  color: #000000;
  border-bottom: 2px solid #0f256e;
  border-radius: 0px;
}
.tab-card-section .wrapping #pills-tabContent .swiper {
  padding: 5px 5px;
}
.tab-card-section .wrapping #pills-tabContent .col-card {
  margin-bottom: 30px;
}
.tab-card-section .wrapping #pills-tabContent .col-card .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  transition: 0.5s;
  position: relative;
  width: 100%;
  height: 100%;
}
.tab-card-section .wrapping #pills-tabContent .col-card .card .tab-figure {
  width: 100%;
  padding-left: 15px;
}
.tab-card-section .wrapping #pills-tabContent .col-card .card .tab-figure img {
  height: 80px;
  margin-top: 25px;
}
.tab-card-section .wrapping #pills-tabContent .col-card .card .card-body {
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.tab-card-section .wrapping #pills-tabContent .col-card .card .card-body .card-hdng {
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
}
.tab-card-section .wrapping #pills-tabContent .col-card .card .card-body p {
  text-align: start;
  font-size: 16px;
  color: #455065;
  line-height: 1.5;
  width: 100%;
  font-weight: 300;
  margin-bottom: 20px;
  flex-grow: 1;
}
.tab-card-section .wrapping #pills-tabContent .col-card .card:hover {
  background-color: #edf1fd;
}
.tab-card-section .wrapping #pills-tabContent .col-card .card a {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
}

.resources-section .wrapping .hdng {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  color: #0f256e;
}
.resources-section .wrapping p {
  line-height: 1.5;
  text-align: center;
  color: #455065;
  width: 1120px;
  max-width: 100%;
  font-weight: 300;
  margin: 0 auto;
}
.resources-section .wrapping .row {
  justify-content: center;
  padding: 0px 20px;
}
.resources-section .wrapping .row .card {
  border-radius: 0px;
  transition: 0.5s;
  background-color: #ebeced;
  border: 1px solid #c4c6ca;
}
.resources-section .wrapping .row .card .card-body {
  padding: 25px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resources-section .wrapping .row .card .card-body .icons-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.resources-section .wrapping .row .card .card-body .icons-wrap p {
  font-size: 16px;
  text-align: start;
  width: 100%;
  color: #455065;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .resources-section .wrapping .row .card .card-body .icons-wrap p {
    font-size: 15px;
  }
}
.resources-section .wrapping .row .card a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.resources-section .wrapping .row .card:hover {
  background-color: #edf1fd;
  border: 1px solid #0f256e;
}

.map-section {
  background-color: #204ecf;
  position: relative;
}
.map-section .wrapping .hdng {
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}
.map-section .wrapping .hdng a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.map-section::before {
  content: "";
  position: absolute;
  background-image: url(../images/map.webp);
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

footer {
  background-color: #0f256e;
}
footer .footer-list .list-hdng {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-list ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 18px;
}
footer .footer-list ul li a {
  color: #ffffff;
}
footer .row-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0px;
  margin: 25px 0px;
}
footer .row-footer .footer-logo-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  footer .row-footer .footer-logo-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .row-footer .footer-logo-wrap a img {
  height: 40px;
}
footer .row-footer .footer-logo-wrap p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 13px;
  border-left: 1px solid #ffffff;
  margin-left: 13px;
}
@media (max-width: 575.98px) {
  footer .row-footer .footer-logo-wrap p {
    margin: 0px;
    border: none;
    margin-top: 13px;
  }
}
footer .row-footer .social-icons ul {
  display: flex;
  gap: 20px;
  justify-content: end;
}
@media (max-width: 767.98px) {
  footer .row-footer .social-icons ul {
    margin-top: 25px;
    justify-content: start;
  }
}
footer .row-footer .social-icons ul li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
footer .row-footer .social-icons ul li a:hover {
  background-color: rgba(32, 78, 207, 0.2);
}
footer .row-footer .social-icons ul li a img {
  width: 17px;
  max-width: 100%;
  filter: invert(1);
}
footer .copyright-wrap {
  margin-top: 20px;
}
footer .copyright-wrap ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767.98px) {
  footer .copyright-wrap ul {
    flex-direction: column;
  }
}
footer .copyright-wrap ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
footer .copyright-wrap ul li a {
  color: #ffffff;
}

/*# sourceMappingURL=theme-style.css.map */
