﻿@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit
}

.small {
    display: block;
    margin-bottom: 10px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .340em;
    text-transform: uppercase;
    color: #686868;
}

h2 {
    font-weight: 700
}

.h1 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 600
}

blockquote {
    max-width: 25rem;
    margin-inline: auto;
}

    /* blockquote card colors */
    blockquote.q-card-color-1 {
        --accent-color: rgb(32 32 54);
        --bg-color: rgb(30 145 254);
        --dot-color: rgb(255 255 255 / 0.35);
        --text-color: rgb(243 243 243);
        --text-color-author: rgb(243 243 243);
    }

    blockquote.q-card-color-2 {
        --accent-color: rgb(243 243 243);
        --bg-color: rgb(33 29 30);
        --dot-color: rgb(255 255 255 / 0.125);
        --text-color: rgb(243 243 243);
        --text-color-author: rgb(33 29 30);
    }

    blockquote.q-card-color-3 {
        --accent-color: rgb(30 145 254);
        --bg-color: rgb(32 32 54);
        --dot-color: rgb(255 255 255 / 0.125);
        --text-color: rgb(243 243 243);
        --text-color-author: rgb(243 243 243);
    }

    /* blockquote card setup*/
    blockquote.q-card {
        --padding: 1rem;
        padding: var(--padding);
        color: var(--text-color, black);
        font-weight: 600;
        background-color: var(--bg-color, white);
        display: grid;
        gap: 1rem;
        background-image: radial-gradient( circle, var(--dot-color, rgb(0 0 0 / 0.125)) calc(25% - 1px), transparent 25% );
        background-size: 0.5rem 0.5rem;
        border-radius: 0.25rem;
        box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 0.5);
    }

        blockquote.q-card::before {
            --qHeight: 4rem;
            content: "";
            margin-left: calc(var(--padding) * -1);
            margin-top: calc(var(--padding) * -1);
            height: var(--qHeight);
            width: calc(var(--qHeight) * 1.1);
            background-image: radial-gradient( circle at bottom right, transparent calc(var(--qHeight) / 4 - 1px), var(--accent-color, black) calc(var(--qHeight) / 4) calc(var(--qHeight) / 2), transparent calc(var(--qHeight) / 2 + 1px) ), linear-gradient(var(--accent-color, black), var(--accent-color, black));
            background-size: calc(var(--qHeight) / 2) calc(var(--qHeight) / 2);
            background-position: top left, bottom left;
            background-repeat: space no-repeat;
        }

        blockquote.q-card > .author {
            color: var(--text-color-author, white);
            background-color: var(--accent-color, black);
            justify-self: end;
            font-size: 0.75em;
            padding: 0.5em 1em;
            border-radius: 0.25rem;
        }

            blockquote.q-card > .author::before {
                content: "- ";
            }

b.fs-4 {
    font-weight: 600;
    color: #495057;
}

.first-p {
    font-size: 18px;
    font-weight: 600
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    line-height: 2;
    border-radius: 0;
    letter-spacing: 1PX
}

.btn-form {
    padding: 10px 25px;
}

.sticky-header.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px
}

.navbar-container {
    background: #212c3a;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px
}

.navbar_container {
    background: #212c3a;
    color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover {
    background: #316ccd
}

.bg-dark {
    background: #20243f !important
}

.dropdown-menu {
    border-radius: 0px;
    width: 100%;
    background: #282d50 !important;
    border: none;
    top: 97%;
}

    .dropdown-menu .dropdown-divider {
    }

.dropdown-item {
    white-space: normal;
    padding: 15px 5px !important;
    font-size: 14px
}

    .dropdown-item.active, .dropdown-item:active {
        background-color: #316ccd
    }

    .dropdown-item.active, .dropdown-item:hover {
        background-color: #20243f
    }

.dropdown_menu_list:hover .dropdown_menu_container {
    display: block !important
}

.dropdown_menu_container {
    position: absolute;
    background: #f2f2f2;
    padding: 15px;
    padding-top: 0px;
    top: 61px;
    display: none
}

    .dropdown_menu_container li {
        border-bottom: solid 1px rgba(0,0,0,.3);
        /* padding: 15px 0px*/
    }

        .dropdown_menu_container li:hover {
            background: rgba(0,0,0,.3)
        }

        .dropdown_menu_container li a {
            color: #212121 !important;
            padding: 15px 5px !important
        }

@media (max-width:768px) {

    .dropdown_menu_list:hover .dropdown_menu_container {
        display: block !important
    }

    .dropdown_menu_container {
        position: relative;
        background: #f2f2f2;
        padding: 15px;
        top: 0px;
        display: none
    }

        .dropdown_menu_container li {
            border-bottom: solid 1px rgba(0,0,0,.3);
            padding: 15px 0px
        }
}

.slider-text {
    color: #fff;
    font-size: 18px;
    animation: fadeInDown .5s linear .5s alternate;
}

    .slider-text h1 {
        font-size: 3.5rem
    }

    .slider-text p {
        max-width: 1000px
    }

.carousel-item {
    height: 90vh;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}

.carousel-control-next, .carousel-control-prev {
    width: 75px
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 4rem;
    width: 9rem;
}


.box-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    min-height: 340px;
    height: 100%;
    padding: 125px 15px 37px;
    color: #fff;
}

    .box-info h1, .box-info h2, .box-info h3, .box-info h4, .box-info h5, .box-info h6, .box-info .h1, .box-info .h2, .box-info .h3, .box-info .h4, .box-info .h5, .box-info .h6, .box-info [class^='heading-'] {
        color: #fff;
    }

    .box-info a, .box-info a:focus, .box-info a:active {
        color: #fff;
    }

        .box-info a:hover {
            color: #ffde00;
        }

    .box-info p {
        display: block;
        max-width: 100%;
    }

.box-info-custom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 280px;
    padding: 35px 20px;
    box-shadow: inset 300px 0 500px rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: 0.40s ease-out
}

    .box-info-custom:hover {
        box-shadow: inset 500px 0 500px rgba(0, 0, 0, 0.8);
    }

@media (min-width: 576px) {
    .box-info-custom {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .box-info-custom {
        min-height: 350px;
        padding: 30px 60px;
    }
}

@media (min-width: 992px) {
    .box-info-custom {
        padding: 30px 90px;
    }
}

.box-info-custom a, .box-info-custom a:focus, .box-info-custom a:active {
    color: #fff;
}

    .box-info-custom a:hover {
        color: #ffde00;
    }

.box-info-custom-title {
    position: relative;
    padding-bottom: 20px;
}

    .box-info-custom-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 52px;
        border-bottom: 2px solid #ffde00;
    }

.box-info-custom-inner {
    display: block;
    max-width: 400px;
}

.box-info-custom * + p {
    margin-top: 20px;
}

.ie-11 .box-info-custom {
    height: 280px;
}

@media (min-width: 768px) {
    .ie-11 .box-info-custom {
        height: 394px;
    }
}


.bg-image-fixed {
    background-attachment: fixed;
    background-size: cover
}

.bg-image-filter {
    position: relative;
}

    .bg-image-filter .filter-inner-wrap {
        position: relative;
        z-index: 1;
    }

    .bg-image-filter:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(30, 43, 67, 0.57);
        z-index: 1;
    }

.text-list p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aspect-ratio-container {
    position: relative;
    height: 0;
    padding-top: calc(2 / 4 * 100%);
}

    .aspect-ratio-container.ratio-16-9 {
        padding-top: calc(9 / 16 * 100%);
    }

.aspect-ratio-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.blog-grid {
    margin-bottom: 40px
}

    .blog-grid h5 a {
        transition: 0.40s ease-in-out
    }

    .blog-grid:hover h5 a {
        color: #316ccd
    }

.blog-grid-title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 11px 19px 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .220em;
    text-align: left;
    color: #212121;
    background-color: #ffde00;
}

.list {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px
}


.page-footer {
    background-color: #fff;
    color: #fff
}

    .page-footer .list.list-marked {
        display: inline-block;
    }

.page-footer-default {
    position: relative;
}

.page-footer-default {
    background: #212121;
    fill: #212121;
}

.footer-summary {
    font-size: 14px
}

@media (min-width: 1800px) {
    .page-footer-default:after {
        content: '';
        position: absolute;
        left: 0;
        width: 120px;
        top: 0;
        bottom: 0;
        background-color: #fff;
    }
}

.page-footer-secondary {
    background: #212121;
    fill: #212121;
}

.page-footer-classic {
    background: #252d36;
    fill: #252d36;
}

.page-footer-classic-title {
    position: relative;
    padding-bottom: 15px;
    display: block;
}

    .page-footer-classic-title:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 50px;
        border-bottom: 2px solid #ffde00;
        left: 50%;
        transform: translateX(-50%);
    }

@media (min-width: 768px) {
    .page-footer-classic-title:before {
        left: 0;
        transform: translateX(0);
    }
}

.page-footer-classic a.text-white:hover {
    color: #ffde00 !important;
}

@media (min-width: 1485px) {
    .page-footer-classic .list-inline-lg {
        margin-bottom: -25px;
        margin-left: -25px;
    }

        .page-footer-classic .list-inline-lg:empty {
            margin-bottom: 0;
            margin-left: 0;
        }

        .page-footer-classic .list-inline-lg > * {
            margin-top: 0;
            margin-bottom: 25px;
            margin-left: 25px;
        }
}

.page-footer .form-validation {
    top: 4px;
    right: 6px;
}

.list-marked {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .list-marked li {
        position: relative;
        padding-left: 20px;
    }

        .list-marked li:before {
            content: '\f105';
            font-family: 'FontAwesome', sans-serif;
            display: inline-block;
            color: #686868;
            position: absolute;
            left: 0;
            top: 0;
        }

        .list-marked li.active {
            margin-left: 10px;
            color: #316ccd;
        }

            .list-marked li.active:before {
                color: #316ccd;
            }

.list-marked-top li {
    padding-left: 35px;
}

    .list-marked-top li:before {
        top: 0;
        transform: translateY(0);
    }

.list-marked-primary li:before {
    color: #316ccd;
}

.team-img {
    position: relative;
    height: 0;
    padding-top: calc(4 / 3 * 100%);
    overflow: hidden
}


.team-img-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: 0.40s ease-in-out
}

img.aspect-ratio-item, img.team-img-img {
    object-fit: cover;
}

.team-list {
    margin-bottom: 25px;
    margin-top: 25px
}

    .team-list:hover .team-img-img {
        filter: grayscale(10%);
    }

.breadcrumb {
    font-size: 14px
}

.text-list {
    width: 100%;
    height: 225px;
    position: relative;
    transition: 0.40s ease-in-out;
    background: #f8f9fa
}

    .text-list .arrow-box {
        background: #cdcdcd;
        color: #686868;
        position: absolute;
        bottom: -5px;
        right: -5px;
        font-size: 18px;
        -webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.35);
        box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.35);
        transition: 0.40s ease-in-out;
        line-height: 0px;
        padding: 15px 15px !important
    }

    .text-list:hover .arrow-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .text-list:hover {
        background: #e9e9e9
    }

@media (max-width:996px) {
    .text-list {
        margin-bottom: 20px
    }

    .h1 {
        font-size: 30px
    }

    .page-footer-classic-title:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 50px;
        border-bottom: 2px solid #ffde00;
        left: 25px;
        transform: translateX(-50%);
    }
}
