/**
* Template Name: Arsha - v4.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url("https://use.typekit.net/cae1mxg.css");

body {
    font-family: "Public Sans", sans-serif;
    color: #444444;
}

p,
li,
label {
    font-size: 16px;
}

.home-intro-body p {
    font-size: 16px;
}

a {
    color: rgba(0, 94, 162, 1);
    text-decoration: underline;
    font-size: 16px;
}

a:hover {
    color: #388eb6;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Public Sans", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    /* visibility: hidden;
  opacity: 0; */
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #1baeb0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #1baeb0;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: #1c3361;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: #1c3361;
}

#header .logo {
    font-family: "garamond-atf-text", sans-serif;
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 9px;
    text-transform: uppercase;
    text-align: center;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 40px;
}

#header .logo-subtitle {
    margin-bottom: 0;
    font-family: Public Sans, sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.3px;
}

#header .logo-subtitle-spacing {
    margin-bottom: 0;
    font-family: Public Sans, sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
    padding: 10px 5px 10px 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: white;
    border-bottom: 4px solid #1baeb0;
}

.navbar .getstarted {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #1baeb0;
    font-weight: 600;
}

.idpcc-login {
    /* margin-left: 30px !important;
  margin-right: 30px !important; */
    /* padding-right: 30px !important; */
    border-radius: 8px;
    color: #171717 !important;
    background-color: white;
    font-size: 18px;
    /* border: 2px solid rgba(69, 177, 155, 1); */
    font-weight: 600;
    margin-right: 5px !important;
    padding: 5px 18px !important;
    border: 2px solid white !important;
    font-size: 18px !important;
}

.access-request {
    margin-left: 0px !important;
    background-color: #1c3361 !important;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 18px !important;
    border: 2px solid #ffff !important;
}

.access-request:hover {
    color: #e8f6f7 !important;
    /* border: 2px solid white; */
    border: 2px solid #1baeb0 !important;
}

.idpcc-login:hover {
    color: #171717 !important;
    /* box-shadow: 0 0 0 0px #fff, inset 0 0 0 2px #1baeb0; */
    /* border: 1px solid #1baeb0; */
    border: 2px solid #1baeb0 !important;
    /* background-color: rgba(69, 177, 155, 1); */
}

.navbar .getstarted:hover {
    color: #fff;
    background: #1baeb0;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.investigators .nav-link {
    font-size: 18px !important;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    color: #1c3361;
}

.navbar .dropdown ul a i {
    font-size: 22px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #1baeb0;
    border-bottom: 0;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.bi.bi-search {
    font-size: 22px;
    padding: 2px 6px 2px 1px;
}

.dropdown-menu.position-absolute {
    display: block;
    width: 650px;
    margin-top: 10px;
    padding: 16px;
    box-shadow: 0px 4px 18px 3px rgba(0, 0, 0, 0.12),
        0px 10px 14px 1px rgba(0, 0, 0, 0.14),
        0px 6px 6px -3px rgba(0, 0, 0, 0.2);
    right: 0 !important;
    left: initial;
}

.form-control.me-2.p-2 {
    box-shadow: 0px 4px 18px 3px rgba(0, 0, 0, 0.12),
        0px 10px 14px 1px rgba(0, 0, 0, 0.14),
        0px 6px 6px -3px rgba(0, 0, 0, 0.2);
    height: initial;
}

.btn.btn-primary.border-0 {
    background-color: #1c3361;
    box-shadow: 0px 4px 18px 3px rgba(0, 0, 0, 0.12),
        0px 10px 14px 1px rgba(0, 0, 0, 0.14),
        0px 6px 6px -3px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
}

.btn.btn-primary.border-0:hover {
    background-color: #125cbd;
    box-shadow: 0px 4px 18px 3px rgba(0, 0, 0, 0.12),
        0px 10px 14px 1px rgba(0, 0, 0, 0.14),
        0px 6px 6px -3px rgba(0, 0, 0, 0.2);
}

.btn.btn-primary.border-0 a {
    border-bottom: none;
    padding: 2px 6px 2px 6px;
    margin: 0;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

/* Updated max-width to change mobile menu toggle
   If max-width is updated here, also update in  ./components/search/SearchHeader
*/
@media (max-width: 1300px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px !important;
    font-size: 16px !important;
    color: #1c3361 !important;
    background-color: white !important;
    border-color: #fff !important;
    margin-left: 10px !important;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #1baeb0 !important;
}

.navbar-mobile .getstarted {
    margin: 15px;
    color: #1c3361;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    font-size: 16px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #1baeb0;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100%;
    background: #fff;
}

#hero .container {
    padding-top: 72px;
}

#hero h1 {
    margin: 0 0 10px 0;
    /* font-size: 40px; */
    font-weight: 700;
    line-height: 47px;
    color: #1c3361;
}

#hero h2 {
    color: #37517e;
    font-size: 32px;
    font-weight: 400;
}

#hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}

#hero .btn-get-started:hover {
    background: #209dd8;
}

#hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero .btn-watch-video:hover i {
    color: #47b2e4;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.page-title {
    margin: 0 0 10px 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    color: #1c3361;
}

@media (max-width: 991px) {
    #hero {
        height: 100%;
        text-align: center;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 40%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 40%;
        order: 2;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-bg-pilot {
    background-color: #e8f6f7;
}

.section-title {
    text-align: center;
    /* padding-bottom: 30px; */
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
    padding: 12px 0;
    text-align: center;
}

.cliens img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
}

.cliens img:hover {
    filter: none;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .cliens img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 22px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li + li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #47b2e4;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
    padding: 60px 100px 0 100px;
}

.why-us .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #37517e;
}

.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.why-us .content p {
    font-size: 15px;
    color: #848484;
}

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list {
    padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
}

.why-us .accordion-list li + li {
    margin-top: 15px;
}

.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}

.why-us .accordion-list span {
    color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
    display: none;
}

.why-us .accordion-list a.collapsed {
    color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
    color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1024px) {
    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }

    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img {
        min-height: 200px;
    }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #37517e;
    font-family: "Poppins", sans-serif;
}

.skills .content ul {
    list-style: none;
    padding: 0;
}

.skills .content ul li {
    padding-bottom: 10px;
}

.skills .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #47b2e4;
}

.skills .content p:last-child {
    margin-bottom: 0;
}

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #37517e;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e8edf5;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    text-align: start;
    width: 100%;
    height: 200px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
}

.services .icon-box .icon {
    margin-bottom: 10px;
}

.centers-bg {
    background-image: url("../img/centers-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.services .icon-box .icon i {
    color: #47b2e4;
    font-size: 36px;
    transition: 0.3s;
}

.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    transform: translateY(-10px);
    border: 3px solid rgba(69, 177, 155, 1);
    border-radius: 5px;
}

.services .icon-box:hover h4 a {
    color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(#1c3361, #1c3361), fixed center center;
    background-size: cover;
    padding: 50px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #47b2e4;
    color: #fff;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #47b2e4;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover {
    transform: translateY(-10px);
}

.team .member .member-info {
    padding-left: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.team .member h6 {
    font-size: 15px;
}

/* .team .member a {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
  text-decoration: underline;
} */

.team .member a.btn-contact-info {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 0;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #47b2e4;
    text-decoration: none;
    text-align: center;
}

.team .member a.btn-contact-info:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}

.team .member a:hover {
    color: #388eb6;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    color: #4f4e4e;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    margin: auto;
    top: 20;
    left: 0;
    bottom: 0;
    right: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-style: italic;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #47b2e4;
}

.team .member .social a:hover i {
    color: #fff;
}

.team .member .social a + a {
    margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #37517e;
}

.pricing h4 {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    color: #47b2e4;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.pricing ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
    background: #47b2e4;
    color: #fff;
}

.pricing .featured {
    border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
    background: #47b2e4;
    color: #fff;
}

.pricing .featured .buy-btn:hover {
    background: #23a3df;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li + li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #37517e;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #47b2e4;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #47b2e4;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #47b2e4;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form label {
    padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #47b2e4;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #47b2e4;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #209dd8;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding-top: 60px;
    padding-bottom: 28px;
    margin-top: 72px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #37517e;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li i {
    padding-right: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4668a2;
    content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #1c3361;
}

#footer a {
    font-size: 14px;
    color: #47b2e4;
}

#footer .links {
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}

#footer .links:hover {
    color: #73c5eb;
    padding: 0 10px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #37517e;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #47b2e4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #209dd8;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
}

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#footer .copyright {
    float: right;
}

#footer .credits {
    float: left;
    /* font-size: 13px; */
}

#footer .credits a {
    transition: 0.3s;
}

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }

    #breadcrumbs .text-truncate {
        max-width: 70%;
    }
}

.location-icon {
    font-size: 18px;
    color: rgba(115, 179, 231, 1);
    margin-right: 3px;
}

.btn-contact-page {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 0;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #47b2e4;
    text-decoration: none;
    text-align: center;
}

.btn-contact-page:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}

.card-box:hover {
    transform: translateY(-10px);
}

.card-box {
    transition: all ease-in-out 0.4s;
}

.tab-institution {
    font-weight: normal;
    color: #37517e;
    background-color: white;
}

.tab-institution:hover {
    font-weight: normal;
    color: #19a3a6;
    background-color: #f2f5f9;
}

.tab-institution:focus {
    font-size: 18px;
}

.tab-institution-active {
    font-weight: normal;
    color: white;
    background-color: #19a3a6 !important;
}

.tab-institution-active:hover {
    font-weight: normal;
    color: white;
    background-color: #19a3a6 !important;
}

.btn-primary-round {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    background-color: rgba(69, 177, 155, 1);
    color: #fff;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Public Sans", sans-serif;
    transition: 0.3s;
    border: 1px solid rgba(69, 177, 155, 1);
}

a.btn-primary-round {
    text-decoration: none;
    text-align: center;
}

.btn-secondary-filled {
    margin: 4px;
    padding: 10px 20px !important;
    border-radius: 4px;
    color: #171717 !important;
    background-color: white;
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
}

.btn-secondary-filled:hover {
    margin: 0px;
    color: #171717 !important;
    border: 4px solid #1baeb0;
}

.btn-primary-filled {
    margin: 4px;
    padding: 10px 20px !important;
    border-radius: 4px;
    color: white !important;
    background-color: #1c3361;
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
}

.btn-primary-filled:hover {
    margin: 0px;
    color: white !important;
    /* box-shadow: 0 0 0 1px #fff, inset 0 0 0 2px #1baeb0; */
    border: 4px solid #1baeb0;
}

.btn-primary-outline {
    padding: 10px 20px !important;
    border-radius: 4px;
    color: #1c3361 !important;
    background-color: white;
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    border: 2px solid #1c3361;
}

.btn-primary-outline:hover {
    background-color: lightgray;
}

a.btn-secondary-filled {
    text-decoration: none;
    text-align: center;
}

a.btn-primary-filled {
    text-decoration: none;
    text-align: center;
}

a.btn-primary-outline {
    text-decoration: none;
    text-align: center;
}

.btn-primary-round:hover {
    background-color: #40a0cd;
    color: #fff;
}

.btn-primary-outline:hover {
    background-color: #f2f5f9;
    color: rgba(59, 167, 145, 1);
}

.center-box {
    height: 80%;
}

.hero-title {
    font-size: 36px;
}

.hero-subtitle {
    font-size: 18px;
}

.twitter-container {
    width: 510px;
    height: 550px;
    padding-left: 5px;
}

.ceirr-hero-logo {
    width: 80%;
    height: auto;
}

.about-section-bg {
    background-color: white;
}

.hero-container {
    width: 100%;
}

@media (max-width: 768.98px) {
    .icon-box {
        min-width: 300px;
    }

    .center-box {
        order: 2;
    }

    .ceirr-hero-logo {
        width: 100px;
    }

    .twitter-container {
        width: 510px;
        height: 450px;
    }

    .pilot-program-img,
    .pilot-section-img {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .icon-box {
        height: 280px !important;
        min-width: 200px;
    }

    .twitter-container {
        width: 510px;
        height: 475px;
    }

    .about-section-bg {
        background: linear-gradient(90deg, #1c3361 50%, #e9edf4 50%);
    }

    .pilot-program-img,
    .pilot-section-img {
        width: 65%;
    }

    .hero-container {
        width: 60%;
    }
}

@media (min-width: 1400px) {
    .icon-box {
        height: 230px !important;
        min-width: 200px;
    }

    .about-section-bg {
        background: linear-gradient(90deg, #1c3361 50%, #e9edf4 50%);
    }

    .twitter-container {
        width: 550px;
        height: 420px;
    }

    .pilot-section-img {
        width: 70%;
    }

    .pilot-program-img {
        width: 95%;
    }

    .hero-container {
        width: 50%;
    }

    .hero-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 510px) and (min-width: 300px) {
    .twitter-container {
        width: inherit;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .pilot-section-img {
        width: 80%;
    }

    .pilot-program-img {
        width: 100%;
    }

    .ceirr-hero-logo {
        width: 170px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    /* .center-box {
    height: 900px;
  } */
    .icon-box {
        min-width: 360px;
        /* height: 200px !important; */
    }

    .hero-title {
        font-size: 34px;
    }

    .twitter-container {
        width: 510px;
        height: 560px;
    }

    .about-section-bg {
        background: linear-gradient(90deg, #1c3361 50%, #e9edf4 50%);
    }

    .pilot-program-img,
    .pilot-section-img {
        width: 100%;
    }

    .ceirr-hero-logo {
        width: 170px;
    }

    .hero-container {
        width: 70%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    /* .center-box {
    height: 900px;
  } */
    .ceirr-hero-logo {
        width: 150px;
    }

    .icon-box {
        /* height: 200px !important; */
        min-width: 600px;
    }

    .pilot-program-img,
    .pilot-section-img {
        width: 40%;
    }
}

.pilot-program {
    order: 1;
}

.pilot-program-img,
.pilot-section-img {
    height: auto;
    line-height: 0;
    vertical-align: bottom;
}

.accordion-button {
    color: black;
    font-weight: 500;
    font-size: 16px;
    background-color: #f0f0f0;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #f0f0f0;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23035DA2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23035DA2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.show-all-accordion .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.show-all-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

/*--------------------------------------------------------------
/*   IDPCC CENTER PAGES */
/* --------------------------------------------------------------*/

.hoverhid {
    background: #1c3361;
}

/* .hoverhide article{
display: none;

}
.hoverhide:hover article{
display: block;
background-color: #1C3361;

} */
/* .article1{
  font-size: 15px;
} */

/* .hoverhide{
  border:'1px solid black'; width: '505px'; height: '289px'
} */

@media (max-width: 1407px) {
    .hoverhide {
        width: 445px !important;
    }

    .hoverhide p {
        font-size: 20px !important;
    }

    .hoverhide article {
        font-size: 15px !important;
    }

    .leadership-section img {
        width: 190px !important;
        height: 200px !important;
    }

    .article1 {
        font-size: 14px;
    }
}

@media (max-width: 1203px) {
    .hoverhide {
        width: 390px !important;
        height: 370px !important;
    }

    .hoverhide p {
        font-size: 20px !important;
    }

    .hoverhide article {
        font-size: 14px !important;
    }

    .location {
        margin-top: 40px !important;
    }

    .leadership-section img {
        width: 160px !important;
        height: 200px !important;
    }

    .article1 {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .hoverhide {
        justify-content: center !important;
        align-items: center !important;
        margin: 20px 80px;
        width: 500px !important;
        height: 320px !important;
    }

    .hoverhide p {
        font-weight: bold !important;
    }

    .hoverhide article {
        display: block !important;
    }

    .thirdbox {
        margin-top: 0 !important;
    }

    .project-team {
        width: 700px;
        height: 1000px;
    }

    .location {
        width: 690px !important;
        height: 230px !important;
    }

    .location-div {
        width: 690px !important;
        height: 230px !important;
    }

    .article1 {
        font-size: 15px;
    }
}

@media (max-width: 765px) {
    .hoverhide {
        justify-content: center !important;
        align-items: center !important;
        margin: 20px 2px !important;
        width: 450px !important;
        height: 330px !important;
    }

    .content-box {
        padding: 0px 50px !important;
    }

    .location {
        width: 460px !important;
        height: 230px !important;
    }

    .location-div {
        width: 460px !important;
        height: 230px !important;
    }
}

@media (max-width: 540px) {
    .hoverhide {
        justify-content: center !important;
        align-items: center !important;
        margin: 20px 0px !important;
        padding: 0px 0px !important;
        width: 100% !important;
        height: 400px !important;
    }

    .content-box {
        padding: 0px 10px !important;
    }

    .location {
        width: 300px !important;
        height: 230px !important;
    }

    .location-div {
        width: 300px !important;
        height: 250px !important;
    }

    .article1 {
        font-size: 15px;
    }
}

.grey {
    background-color: rgba(230, 227, 227, 0.527);
}

.project-pic {
    width: 290px;
    margin-left: 15px;
}

.icf-img {
    width: 140px;
    /* height: 11vh;
margin-top: 10px;
margin-left: 65px; */
}

@media (max-width: 1402px) {
    .project-pic {
        width: 240px;
        margin-left: 15px;
    }

    .icf-img {
        width: 130px;
    }
}

@media (max-width: 1202px) {
    .project-pic {
        width: 200px;
        margin-left: 15px;
    }

    .icf-img {
        width: 120px;
        /* margin-left: 26px; */
    }
}

@media (max-width: 994px) {
    .project-pic {
        width: 140px;
        margin-left: 15px;
    }

    .icf-img {
        width: 120px;
        /* margin-left: 0px; */
    }
}

/* .project li{
font-size: 16px;
font-weight: 530;
} */

/*--------------------------------------------------------------
/*   PILOT PROGRAM SECTION */
/* --------------------------------------------------------------*/

.key-areas {
    padding-bottom: 30px !important;
}

.pilot-sidebox {
    width: 342px;
    height: 377px;
}

@media (max-width: 992px) {
    .pilot-sidebox {
        width: 100%;
        height: 357px;
    }
}

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

@media (max-width: 1402px) {
    .apply-number {
        font-size: 100px !important;
    }
}

@media (max-width: 1202px) {
    .apply-number {
        font-size: 60px !important;
    }
}

/* @media(max-width:1000px) {
  .apply-number{
    font-size: 40px !important;
  }
}  */

#program {
    padding-top: 50px !important;
}

/* PILOT PAGE BUTOTN */

.pilot-btn {
    border: 4px solid #1c3361;
}

.pilot-btn:hover {
    border: 4px solid #1baeb0 !important;
}

/* Fix old bootstrap setting container width */
body .container {
    width: 100%;
}

@media (min-width: 1200px) {
    body .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    body .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    body .container {
        width: 100%;
    }
}

#request_reagent_form label {
    font-size: 13px;
    font-weight: normal;
}

#abbreviations-table {
    font-size: 14px;
}

#abbreviations-table h6 {
    font-size: 1.5rem;
    font-weight: 600;
}

#abbreviations-table table tr {
    border-top: 1px solid #dadada;
}

#abbreviations-table table td {
    padding: 0.75rem;
}

.pilot-cta-link {
    color: #235292;
    font-family: Public Sans;
    font-size: 18px;
    font-weight: 300;
}

/* New Page Heading */
.page-heading h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1c3361;
    margin-bottom: 38px;
}

.page-heading p {
    font-size: 16px;
    line-height: 24px;
}

#legacy-table #search-field {
    width: 90%;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    border: 1px solid #005ea2;
    box-shadow: 2px 2px 4px #73b3e7;
}

#legacy-table div > h5 {
    font-size: 16px;
    font-weight: 700;
}

#legacy-table .accordion__title h5,
#legacy-table .accordion__title h4 {
    font-size: 16px;
    font-weight: normal;
}

#legacy-table .panel-body .accordion__title h5 {
    font-size: 14px;
}

/* bootstrap overrides */
html body {
    font-family: "Public Sans", sans-serif;
    color: #444444;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

html body .h1,
html body .h2,
html body .h3,
html body .h4,
html body.h5,
html body .h6,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

html body a {
    color: rgba(0, 94, 162, 1);
    text-decoration: underline;
}

html body .navbar {
    margin-bottom: 0;
    min-height: auto;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    text-decoration: none;
}

html body .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

html body #legacy-table {
    font-size: 14px;
}

#page-header-id {
    float: right;
}

/* .introjs-button {
  font-size: 14px !important;
}

.introjs-tooltip {
  max-width: 350px !important;
} */

#legacy-table .btn-check:active + .btn-primary:focus,
#legacy-table .btn-check:checked + .btn-primary:focus,
#legacy-table .btn-primary.active:focus,
#legacy-table .btn-primary:active:focus,
#legacy-table .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

#news-page {
    padding-bottom: 1.5rem;
}

#news-page .page-heading h1 {
    margin-bottom: 18px;
}

.news-category {
    text-transform: uppercase;
    color: #19a3a6;
    font-weight: 600;
    margin-right: 45px;
    text-decoration: none;
}

.news-category:hover {
    text-decoration: underline;
}

.news-meta {
    font-weight: 400;
    line-height: 21px;
}

#news-page .tags {
    margin: 24px 0 4px 0;
}

#news-page .sidebar-section .tags {
    margin-bottom: 1.5rem;
}

#news-page .tag {
    font-size: 16px;
    line-height: 19px;
    background: #e9edf4;
    margin-right: 0.9rem;
    margin-bottom: 0.9rem;
    color: #444;
    text-decoration: none !important;
}

#news-page .tag.selected,
#news-page .tag:hover {
    border: 1px solid #235292;
    color: #235292;
}

#news-page .tagline {
    font-size: 18px;
    font-weight: 700;
    color: #235292;
    line-height: 1.5;
}

#news-page .hero-image img {
    display: block;
    max-width: 100%;
}

#news-page .hero-image small {
    font-size: 12px;
}

#news-page .hero-image {
    text-align: right;
    display: inline-block;
    margin: 20px 0;
}

@media (max-width: 768px) {
    #news-page h1 {
        font-size: 28px;
        line-height: 1.25;
    }
}

#news-page h3,
#news-page h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #235292;
    line-height: 1.5;
}

#news-page h3 a {
    color: #1c3361;
}

#news-page .sidebar-section h6,
#news-page .accordion-button,
#annual-meetings-header {
    text-transform: uppercase;
    background: #235292;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0.65rem;
    margin-bottom: 1rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

#news-page .accordion-button::after {
    filter: brightness(0) invert(1); /* This makes the chevron white */
}

#news-page .accordion-body {
    padding: 0 0 1rem 0;
}

a.black-link {
    color: #000;
}

#news-page .content-label {
    font-weight: bold;
    text-transform: uppercase;
}

#news-page .featured-news a {
    font-size: 22px;
    font-weight: 600;
    color: #1c3361;
}

#news-page .card {
    overflow: hidden;
    border-color: #c9c9c9;
}

#news-page .card img {
    max-width: 100%;
    height: auto;
    padding: 1rem 0 1rem 1rem;
}

#news-page .card a.card-link {
    text-transform: uppercase;
    color: #1c3361;
}

#news-page .pub-date {
    color: #71767a;
}

#news-page .card .summary {
    color: #444;
}

#news-page .latest-news .card-content {
    padding: 1rem 1.5rem;
}

#news-page .latest-news .card-content.col-9 {
    padding-left: 0.75rem;
}

@media (max-width: 768px) {
    #news-page .featured-image {
        display: none;
    }

    #news-page .news-thumbnail.col-md-3 {
        display: none;
    }
}

#news-page .featured-image {
    text-align: right;
    padding: 0.5rem 1rem 2rem 0;
}

#news-page .featured-image img {
    max-width: 100%;
}

#news-page .meetings li {
    color: rgba(0, 94, 162, 1);
    padding-bottom: 0.5rem;
}

#news-page .browse-categories {
    border-bottom: 2px solid #1c3361;
    padding-bottom: 0.25rem;
}

#news-page .browse-categories .list-tabs {
    display: flex;
    justify-content: space-between;
}

#news-page .browse-categories a {
    text-decoration: none;
    text-transform: uppercase;
    color: #1c3361;
}

#news-page .browse-categories a.active {
    color: #19a3a6;
    font-weight: 600;
}

#news-page .mobile-dropdown .dropdown-item.active {
    background: #fff;
}

#news-page .mobile-dropdown strong {
    font-size: 20px;
    padding-right: 6px;
}

#news-page .results-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news-page .results-meta span {
    color: #235292;
}

#news-page .btn-outline-secondary {
    border-color: #909090;
    color: #444444;
}

#news-page .btn-check:focus + .btn-outline-secondary,
#news-page .btn-outline-secondary:focus {
    box-shadow: none;
}

#news-page .btn-check:active + .btn-outline-secondary,
#news-page .btn-check:checked + .btn-outline-secondary,
#news-page .btn-outline-secondary.active,
#news-page .btn-outline-secondary.dropdown-toggle.show,
#news-page .btn-outline-secondary:active {
    color: #1c3361;
    font-weight: 600;
    background-color: #e9edf4;
    border-color: #235292;
}

.btn-outline-secondary:hover {
    background: #eaeaea;
}

#news-page .news-tags span {
    color: #1c3361;
    font-weight: 700;
    margin-right: 0.6rem;
    display: inline-block;
}

#news-page .news-tags i {
    font-size: 0.8rem;
    margin-right: 0.2rem;
}

.pagination-controls .pagination-page {
    font-size: 16px;
    font-weight: 600;
    color: #235292;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 1px;
}

#news-page .pagination-controls .pagination-next,
#news-page .pagination-controls .pagination-prev {
    height: 35px;
    border-color: #235292;
    color: #235292;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
}

#news-page .pagination-controls .bi-three-dots {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .pagination-controls .pagination-page {
        font-size: 18px;
        width: 45px;
        height: 45px;
        margin: 0 3px;
    }

    #news-page .pagination-controls .pagination-next,
    #news-page .pagination-controls .pagination-prev {
        height: 45px;
        font-size: 18px;
        padding-left: 6px;
        padding-right: 6px;
    }

    #news-page .pagination-controls .bi-three-dots {
        width: 45px;
        height: 35px;
        line-height: 35px;
    }
}

@media (min-width: 992px) {
    .pagination-controls .pagination-page {
        font-size: 20px;
        width: 50px;
        height: 50px;
        margin: 0 5px;
    }

    #news-page .pagination-controls .pagination-next,
    #news-page .pagination-controls .pagination-prev {
        height: 50px;
        font-size: 20px;
        padding-left: 8px;
        padding-right: 8px;
    }

    #news-page .pagination-controls .bi-three-dots {
        width: 50px;
        height: 35px;
        line-height: 35px;
    }
}

#news-page .pagination-controls .pagination-page:hover {
    background: #eaeaea;
}

#news-page .pagination-controls .pagination-page.active {
    background-color: #235292;
    color: #fff;
}

#news-page .pagination-controls .pagination-next i,
#news-page .pagination-controls .pagination-prev i {
    color: #235292;
}

.news-thumbnail.col-md-3 {
    display: flex;
    align-items: baseline;
    padding-right: 0;
}

#news-page figure.image {
    display: table;
}

#news-page figure.image-style-align-center {
    text-align: center;
    margin: 0.75rem auto;
}

#news-page figure.image img {
    margin-bottom: 0.25rem;
}

#news-page figure figcaption {
    display: table-caption;
    caption-side: bottom;
    font-size: 12px;
}

.image-style-align-left {
    float: left;
    margin-right: 1.5rem;
}

.image-style-align-right {
    float: right;
    margin-left: 1.5rem;
}

.icon-flipped {
    display: inline-block;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

#news-page a {
    text-decoration: none;
}

#news-page a:hover {
    color: #388eb6;
    text-decoration: underline;
}

#news-page .article-content a {
    text-decoration: underline;
}

#news-page .article-content .image img {
    width: 100%;
}

.soft-shadow {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.all-caps {
    text-transform: uppercase;
}

/* Cookie Popup  */

input[type="checkbox"] {
    accent-color: #19a3a6;
}

.modal-footer {
    border-top: 0px;
    padding: 14px;
    padding-top: 0px;
    padding-right: 30px;
}

.modal-body {
    padding-bottom: 0px;
    padding-right: 0px;
}

.dialog_button {
    padding: 0.475rem 0.95rem;
}

/* Search Page */

.search-page-title {
    display: flex;
    height: 160px;
    justify-content: center;
    align-items: center;
    color: #1c3361;
    text-align: center;
    margin-top: 111px;
}

.search-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.search-page-bar {
    display: flex;
    padding: 32px 0px 56px 0px;
}

.search-page.btn.btn-primary {
    background-color: #1c3361;
    border: none;
}

.search-page.btn.btn-primary:hover {
    background-color: #125cbd;
}

.search-page-publications {
    border-bottom: 1px solid var(--tints-primary-30-p, rgba(28, 51, 97, 0.3));
}

.search-page-publications h2 {
    font-family: Public Sans;
    font-size: 24px;
    font-style: normal;
}

.search-page-publications button {
    margin-bottom: 32px;
    color: #1c3361;
    border: 1px solid rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: 0.3s;
}

.search-page-publications a {
    color: #1c3361;
    text-decoration: none;
}

.search-page-publications .global-search-reagents-cards {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.search-page-publications button:hover {
    background-color: rgb(241, 241, 241);
    color: #1c3361;
    border: 1px solid rgba(0, 0, 0, 0.87);
    transform: translateY(-2px);
}

.search-keywords-highlight {
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #e8f6f7;
}

.search-nc.card {
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12),
        0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.search-nc-link {
    text-decoration: underline !important;
    color: #005ea2 !important;
}

.search-nc.card:hover {
    transform: translateY(-2px);
}

.search-nc-title.card-title {
    color: #12797b;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.badge.badge-pill {
    background-color: #e9edf4;
    color: #444444;
    border-radius: 100px;
    font-weight: 500;
    margin-right: 0.5rem;
}

.search-tab .nav-item {
    border-bottom: 2px groove #f1f1f139;
}

.search-tab .nav-item .active {
    color: #1c3361;
    border-bottom: 2px solid #1c3361;
    font-weight: 700;
}

.search-tab .nav-item .active:hover {
    color: #1c3361;
    border-bottom: 2px solid #1c3361;
    font-weight: 700;
}

.search-tab .nav-item:hover {
    color: #125cbd;
    font-weight: 700;
}

/* Search Page - Pagination */

.pagination-container {
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin-bottom: 24px;
    padding: 0;
}

.pagination-item {
    padding: 0 12px;
    height: 32px;
    width: 32px;
    text-align: center;
    margin: auto 4px;
    color: #000000de;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    border-radius: 16px;
    font-size: 13px;
    min-width: 32px;
    justify-content: center;
}

.pagination-item.dots:hover {
    background-color: transparent;
    cursor: default;
}

.pagination-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.pagination-item.selected {
    background-color: #1c3361;
    color: #ffffff;
}

.pagination-item .arrow::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.45em;
    height: 0.45em;
    border-right: 0.15em solid #1c3361;
    border-top: 0.15em solid #1c3361;
}

.pagination-item .arrow.left {
    transform: rotate(-135deg) translate(-50%);
}

.pagination-item .arrow.right {
    transform: rotate(45deg);
}

.pagination-item.disabled {
    pointer-events: none;
}

.pagination-item.disabled .arrow::before {
    border-right: 0.15em solid rgba(0, 0, 0, 0.43);
    border-top: 0.15em solid rgba(0, 0, 0, 0.43);
}

.pagination-item.disabled:hover {
    background-color: transparent;
    cursor: default;
}

.two-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em; /* Example line height */
    max-height: 2.4em; /* 2 x line-height */
}

/*--------------------------------------------------------------
/*   About Page */
/* --------------------------------------------------------------*/

.social-media-section {
    display: flex;
    background-color: #e9edf4;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.about-side-nav a {
    border-width: 5px;
}

.about-side-nav .active {
    font-weight: 700;
    color: #12797b !important;
    border-left: solid;
    border-width: 5px;
}

#anm-card-title a {
    font-weight: 700;
    color: #1c3361;
    font-size: 28px;
}

#anm-card {
    box-shadow: 0px 4px 18px 3px;
}

.anm-article-link,
.social-media-handle,
.social-media-handle:hover {
    text-decoration: none;
}

.social-media-handle {
    font-weight: 700;
    font-size: 28px;
    color: #1c3361;
    align-items: center;
    justify-content: center;
    display: flex;
}

.social-media-item:hover,
#anm-card:hover {
    cursor: pointer;
}

/*--------------------------------------------------------------
/*  Legacy CEIRS Page */
/* --------------------------------------------------------------*/

.archive-banner {
    display: flex;
    background-color: #e6eeaf;
    justify-content: center;
}

.archive-banner p {
    color: #000c37;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.infographic-card-title {
    font-size: 28px;
    color: #495b80;
    font-weight: 700;
}

.infographic-card-description {
    font-size: 16px;
}

.infographic-card:hover {
    flex-direction: column;
    border: 4px solid;
    border-color: #1baeb0;
    box-shadow: 0px 4px 18px 3px;
}

.infographic-card {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 1 0 0;
    overflow: hidden;
}

.infographic-image {
    width: 9em;
}

.infographic-card-body,
.info-download-icon-col {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.infographic-card:hover .infographic-img-div {
    overflow: hidden;
    width: 100%;
}

.infographic-img-div {
    display: flex;
    max-height: 20rem;
}

.infographic-img-div:hover {
    overflow: hidden;
    cursor: pointer;
}

.infographic-card:hover .infographic-image {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
/* CEIRS Meeting Archive Page */
/* --------------------------------------------------------------*/

.meeting-archive-card {
    box-shadow: 0px 4px 18px 3px #0000001f, 0px 10px 14px 1px #00000024,
        0px 6px 6px -3px #00000033;
}

.meeting-location {
    font-size: 0.7rem;
}

.meeting-title {
    color: #495b80;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 150%;
}

.legacy-center-title {
    font-size: 28px;
    color: #12797b;
    font-weight: 700;
}

.center-thumbnail-description p {
    margin-bottom: 5px;
    font-size: 14px;
}

/*--------------------------------------------------------------
/* CEIRS Center Archive Page */
/* --------------------------------------------------------------*/

.accordion-body ul {
    margin-bottom: 0px;
}

:target {
    scroll-margin-top: 111px; /* Adjust the value to the height of your fixed header or desired margin */
}

/*--------------------------------------------------------------
/* Side Nav Menu Component */
/* --------------------------------------------------------------*/

.side-nav .active {
    font-weight: 700;
    color: #12797b !important;
    border-left: solid;
    border-width: 5px;
}
