.navbar-toggler span:first-child,
.navbar-toggler span:nth-child(3) {
    transform: translate(0, 0) rotate(0);
}
.navbar-toggler-icon,
.navbar-toggler-icon::after,
.navbar-toggler-icon::before {
    background-color: var(--bs-gray-800);
    height: 3px;
    position: relative;
    transform-origin: center;
}
@font-face {
    src: url(../../assets/fonts/Euclid-Circular-A-Bold.ttf);
    font-family: Euclid-Circular-A-Bold;
    font-display: swap;
}
@font-face {
    src: url(../../assets/fonts/Euclid-Circular-A-Regular.ttf);
    font-family: Euclid-Circular-A-Regular;
    font-display: swap;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadein,
header.home.background {
    animation: 2s forwards fadeInAnimation;
}
body {
    line-height: 1.75;
}
body .form-check-input,
body .form-check-label,
body a,
body p,
ol li,
ul li {
    font-family: Euclid-Circular-A-Regular !important;
}
.card-header a,
.form-label,
.navbar .nav-link,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Euclid-Circular-A-Bold !important;
}
.bi-check2-square {
    -webkit-text-stroke: 1.5px;
}
header.background {
    background: url(../../assets/images/header_background.webp) 20% 80% / cover;
}
iframe {
  max-width: 100%;
}

.navbar-toggler span {
    display: block;
    background-color: #000;
    height: 2px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: 0.35s ease-out;
    transform-origin: center left;
}
.navbar-toggler span:first-child {
    margin-top: 0.3em;
}
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
.navbar-toggler:not(.collapsed) span:first-child {
    transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler.collapsed .navbar-toggler-icon::before,
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 100%) rotate(-45deg);
}
#nav {
    position: fixed;
    width: 200px;
    z-index: 1000;
    left: 0;
    top: 0;
    border-right: 1px solid #162636;
    height: 100%;
}
.navbar-toggler-icon {
    background-image: none !important;
    width: 25px;
    margin: 10px 0;
    transition: 0.35s ease-out;
}
.navbar-toggler-icon::before {
    display: block;
    content: "";
    top: -7px;
    transition: 0.15s ease-out;
}
.navbar-toggler-icon::after {
    display: block;
    content: "";
    top: 4px;
    transition: 0.35s ease-out;
}
.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::after,
.navbar-dark .navbar-toggler-icon::before {
    background-color: var(--bs-gray-100);
}
.navbar-toggler.collapsed .navbar-toggler-icon {
    transform: rotate(45deg);
}
.navbar-toggler.collapsed .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
}
.dropdown-menu,
.navbar-toggler {
    border: unset;
}
.mobile_button .btn-outline-dark {
    background-color: #092a57;
    padding: 7px;
    color: #fff !important;
    font-weight: 700;
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: unset;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
.nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #092a57 !important;
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
    font-family: Euclid-Circular-A-Bold !important;
    font-size: 14px;
    font-weight: 700;
    color: #092a57;
    padding: 15px;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #aaa;
    padding: 15px;
    color: #fff !important;
}
.selected {
    background-color: #0086c9;
    padding: 15px;
    color: #fff !important;
}
.navbar-nav .nav-link.active {
    border-bottom: 3px solid #0086c9;
}
.intro .btn-outline-dark,
.navbar-collapse .btn-outline-dark {
    font-size: 18px;
    background-color: #092a57;
    color: #fff !important;
    font-weight: 500;
    border-radius: 0;
}
.intro .btn-outline-dark:hover,
.navbar-collapse .btn-outline-dark:hover {
    color: #fff !important;
    background: #092a57;
}
.intro-header {
    font-family: Euclid-Circular-A-Bold;
    font-weight: 700;
    font-size: 34px;
    color: #092a57;
}
.intro-header span {
    color: #36bffa;
}
.intro-paragraph {
    font-size: 16px;
    color: #000;
}
.text-justify {
    text-align: justify;
}
.clients p,
.testimonials p {
    font-weight: 400;
    font-size: 16px;
    color: #475467;
}
.stats h2 {
    font-size: 22px;
    color: #101828;
}
.stats p {
    font-size: 16px;
    color: #101828;
}
.card-header,
.card-header a {
    color: #fff;
    font-size: 20px;
    border-bottom: unset;
    background-color: unset;
    line-height: 1.2;
}
.card-description p {
    color: #000;
    font-size: 16px;
    border-bottom: unset;
    background-color: unset;
}
.black_header {
    font-size: 50px;
    color: #000 !important;
}
.white_header {
    font-size: 70px;
    color: #fff !important;
}
.white_header1 {
    font-size: 40px;
    color: #fff !important;
}
.benefits b,
.black_paragraph,
.deal b,
.deal ol li,
.deal ul li {
    color: #000 !important;
}
.black_paragraph {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
}
.white_paragraph {
    font-size: 18px;
    color: #fff !important;
    text-align: justify;
    line-height: 2;
    margin-bottom: 0;
}
.border-left {
    border-left: 3px solid #025197;
}
.card {
    border: 1px solid #ddd;
    border-radius: 20px;
}
.first-card-header-bg,
.fourth-card-header-bg,
.second-card-header-bg,
.third-card-header-bg {
    background: linear-gradient(90deg, #3d6d8f 81%, rgba(61, 109, 143, 0.7763480392156863) 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.border-radius {
    border-radius: 20px;
}
.what .first-card-header-bg,
.what .second-card-header-bg,
.what .third-card-header-bg {
    background: linear-gradient(90deg, #3d6d8f 81%, rgba(61, 109, 143, 0.7763480392156863) 100%);
}
.benefits .btn-dark,
.btn-dark {
    background-color: #000;
    font-size: 18px;
}
.hero {
    background-size: cover !important;
}
.hero .btn-light {
    background-color: #fff;
    font-size: 18px;
}
.benefits ol li,
.benefits ul li,
.what ol li,
.what ul li {
    font-size: 18px;
    color: #000 !important;
    margin-top: 20px;
    text-align: justify;
    line-height: 2;
}
/*.contactus_iframe iframe {
    min-height: 145vh;
    height: 100%;
}
*/.deal ol li,
.deal ul li {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
    text-align: justify;
}
.address {
    font-family: Euclid-Circular-A-Regular !important;
}
.address,
.footer p,
.telephone,
footer .nav-item a {
    color: #475467 !important;
    font-size: 16px;
}
.hero ol li,
.hero ul li {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
    text-align: justify;
}
footer .nav-item {
    margin-top: 10px;
}
.footer p,
footer .nav-item a {
    line-height: 24px;
}
footer h5 {
    color: #101828;
    font-size: 24px;
}
footer .copyright {
    font-size: 16px;
    color: #475467;
}
.md\:max-w-2xl {
    max-width: 100%;
    width: 100%;
}
@media (min-width: 1800px) {
    .container-fluid {
        max-width: 1320px;
    }
    .ps-lg-5 {
        padding-left: 0 !important;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .nav-link,
    .navbar-collapse .btn-outline-dark {
        font-size: 16px;
    }
    .contact_us.hero {
        height: 40vh !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-toggler {
        z-index: 999;
    }
    .navbar-collapse.show {
        transition: unset;
        min-height: 100vh;
        z-index: 333;
        display: flex;
        flex-direction: column;
        padding-bottom: 10%;
        height: 100%;
    }
    .navbar-collapse {
        height: 0;
        transition: unset;
        background: #fff;
    }
    .navbar-nav .nav-link.active {
        border-bottom: none;
        color: #0086c9 !important;
    }
    .navbar-nav {
        margin-top: 3rem !important;
    }
    .navbar-nav .nav-link {
        font-weight: 700;
        font-size: 26px;
    }
    .navbar-collapse .btn-outline-dark {
        background-color: #092a57;
        padding: 15px;
        color: #fff !important;
        border-radius: 0;
        font-weight: 700;
    }
/*    .contactus_iframe iframe {
        min-height: 80vh;
        height: 100%;
    }
*/}
@media screen and (min-width: 521px) and (max-width: 767px) {
    .navbar-toggler {
        z-index: 999;
    }
    .navbar-collapse.show {
        transition: unset;
        min-height: 100vh;
        z-index: 333;
        display: flex;
        flex-direction: column;
        padding-bottom: 10%;
        height: 100%;
    }
    .navbar-collapse {
        height: 0;
        transition: unset;
        background: #fff;
    }
    .navbar-nav .nav-link.active {
        border-bottom: none;
        color: #0086c9 !important;
    }
    .navbar-nav {
        margin-top: 3rem !important;
    }
    .navbar-nav .nav-link {
        font-weight: 700;
        font-size: 26px;
    }
    .navbar-collapse .btn-outline-dark {
        background-color: #092a57;
        padding: 15px;
        color: #fff !important;
        border-radius: 0;
        font-weight: 700;
    }
    .intro-header,
    .white_header1 {
        font-size: 22px;
    }
    .black_paragraph,
    .intro-paragraph,
    .white_paragraph {
        font-size: 14px;
    }
    .black_header,
    .white_header {
        font-size: 28px;
    }
    .hero .our_values {
        line-height: 1.5;
    }
/*    .contactus_iframe iframe {
        min-height: 120vh;
        height: 100%;
    }
*/}
@media only screen and (max-width: 520px) {
    .why .hero.header.mt-4 {
        height: 15vh!important;
        background-position: bottom;
    }
    img.w-50 {
        width: 100% !important;
    }
    ol li,
    ul li {
        font-size: 14px !important;
    }
    .navbar-toggler {
        z-index: 999;
    }
    .navbar-collapse.show {
        transition: unset;
        min-height: 100vh;
        z-index: 333;
        display: flex;
        flex-direction: column;
        padding-bottom: 10%;
        height: 100%;
    }
    .navbar-collapse {
        height: 0;
        transition: unset;
        background: #fff;
    }
    .navbar-nav .nav-link.active {
        border-bottom: none;
        color: #0086c9 !important;
    }
    .navbar-nav {
        margin-top: 3rem !important;
    }
    .navbar-nav .nav-link {
        font-weight: 700;
        font-size: 26px;
    }
    .navbar-collapse .btn-outline-dark {
        background-color: #092a57;
        padding: 15px;
        color: #fff !important;
        border-radius: 0;
        font-weight: 700;
    }
    .black_header,
    .intro-header,
    .white_header,
    .white_header1 {
        font-size: 24px;
    }
    .black_paragraph,
    .intro-paragraph,
    .white_paragraph {
        font-size: 14px;
    }
    .hero .our_values {
        line-height: 1.5;
    }
    .contact_us.hero {
        height: 40vh !important;
    }
    .contactus_iframe iframe {
        height: 1000px;
    }
    img[alt="David Mrejen"] {
        width: 100%;
    }
}
