@import url("https://fonts.googleapis.com/css2?family=Adamina&family=Castoro&family=Crimson+Text&family=Jomolhari&family=Ledger&family=Lora&display=swap");

/* _________________________Common Start_________________________ */
:root {
    --dark_orange: #f39220;
    --light-dark: #0e2338;
    --blue_violet: #6a1fcb;
    --white_smoke: #f5f6f7;
    --jomolhari: font-family: "Jomolhari", serif;
    --adamina: font-family: "Adamina", serif;
    --ledger: font-family: "Ledger", serif;
    --castoro: font-family: 'Castoro', serif;
    --lora: font-family: 'Lora', serif;
}

body {
    margin-top: 110px;
}

@media screen and (max-width: 400px) {
    body {
        margin-top: 40px;
    }
}

* {
    font-family: "Castoro", serif;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #194f90;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: darkblue;
}

.title-style {
    letter-spacing: 3px;
    font-family: "Ledger", serif;
    font-weight: 500;
    font-size: 1.7em;
    color: black;
    text-transform: capitalize;
}

.sub-title-style {
    font-family: "Adamina", serif;
    font-weight: 500;
    font-size: 1em;
    color: black;
    text-transform: capitalize;
}

.sub-title2-style {
    font-family: "Lora", serif;
    font-weight: 600;
    text-align: justify;
    font-size: .95em;
    color: black;
}

.text-style {
    font-family: "Castoro", serif;
    font-weight: 500;
    font-size: .88em;
    color: black;
}

.foreground {
    color: var(--dark_orange);
}

/* ---------------------------------------------- */
header .navbar,
header .offcanvas {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

header .contact-info {
    background-color: var(--white_smoke);
}

header .icon-link {
    color: var(--light-dark) !important;
}

header .icon-link i {
    background-color: var(--light-dark);
    height: 25px !important;
    width: 25px !important;
    padding-left: 5px;
    padding-top: 2px;
}

header .icon-link:hover i {
    background-color: var(--dark_orange);
}

header .nav-link {
    color: #194f90;
    font-family: "Castoro", serif;
    font-weight: 400;
}

header .nav-item:hover .nav-link,
header .nav-link.active,
header .nav-link:focus {
    color: #003764 !important;
}

header .dropdown-menu {
    margin: 1px auto !important;
    left: 0;
    right: 0;
    animation: fadeInDown 0.7s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

header .dropdown-item.active,
header .dropdown-item:focus {
    color: white !important;
    background-color: #194f90;
}

@keyframes fadeInDown {
    0% {
        opacity: 1;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -10px;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

@media screen and (max-width: 400px) {
    header .icon-link i {
        height: 20px !important;
        width: 20px !important;
        font-size: 13px !important;
        padding-left: 4px;
        padding-top: 2px;
    }
}

/* ---------------------------------------------- */
footer .company_logo {
    width: 140px;
    height: auto;
}

footer a i, footer a span {
    transition: all 0.5s ease-in-out;
}



footer a:hover i, footer a:hover span {
    transition: all 0.5s ease-in-out;
    margin-left: 7px !important;
    color: #0084FF;
}
/* ---------------------------------------------- */
.project .project-container {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.project .project-container img {
    transition: all 0.5s ease-in-out;
}

.project .project-container:hover img {
    transform: scale(1.05);
    filter: grayscale(100%);
}

.project .project-container .overlay-tag {
    background-color: var(--light-dark);
}

.project .project-container .overlay-title {
    background-color: var(--dark_orange);
}

.project .overlay-tag {
    position: absolute;
    bottom: 19%;
    transition: bottom 0.5s ease 0.5s;
}

.project .project-container:hover .overlay-tag {
    bottom: 22%;
    transition: bottom 0.5s ease 0s;
}

.project .overlay-title {
    position: absolute;
    bottom: 11%;
    transition: bottom 0.5s ease 0s;
}

.project .project-container:hover .overlay-title {
    bottom: 14%;
    transition: bottom 0.5s ease 0.5s;
}

@media screen and (max-width: 400px) {
    .project .project-container img {
        height: 200px !important;
    }

    .project .project-container .overlay-tag {
        font-size: x-small !important;
    }

    .project .project-container .overlay-title {
        font-size: xx-small;
    }

    .project .overlay-title {
        bottom: 6%;
    }

    .project .project-container:hover .overlay-title {
        bottom: 9%;
    }
}

/* ---------------------------------------------- */
.project-details .item-head {
    background-color: var(--dark_orange);
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.project-details .list-group-item h5 {
    color: var(--dark_orange);
}

.project-details .list-group,
.project-details .list-group-item {
    background-color: #f7f1f1;
}

.lightbox-3 .card {
    transition: transform 0.5s ease-in-out;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.lightbox-3 .overlay-icon {
    transition: 0.5s ease;
    color: var(--dark_orange);
}

.lightbox-3 .card:hover .overlay-icon {
    opacity: 1 !important;
    cursor: pointer;
}

.lightbox-3 .overlay-title {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%);
    font-size: small;
}

/* Swiper Clients */
.team .swiper-wrapper {
    transition-timing-function: linear !important;
}

.team .client {
    width: 100%;
    transform: translateY(90px);
}

.team .arrow-style {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    width: 40px;
    height: 40px;
}

.team .arrow-style:hover {
    background-color: #0f0b61;
    color: #f5f6f7;
}

@media screen and (max-width: 400px) {
    .project-details .top-image {
        height: 200px !important;
    }

    .lightbox-3 .card-img {
        height: 140px !important;
    }

    .lightbox-3 .overlay-title {
        font-size: xx-small;
    }
}

/* ---------------------------------------------- */
.service {
    background-color: var(--white_smoke);
}

.service .title {
    color: var(--dark_orange);
}

.service .card {
    background-color: var(--white_smoke);
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    transition: all 0.5s ease-in-out;
}

.service .card:hover {
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}

.service .card .card-img-top {
    transition: all 1s ease-in-out;
}

.service .card:hover .card-img-top {
    transform: scale(1.08);
}

.service .card .card-title {
    color: var(--light-dark);
}

.service .card .card-subtitle {
    color: var(--dark_orange);
}

.service .icon-link i {
    color: var(--dark_orange);
}

.service .icon-link:hover i {
    color: var(--light-dark);
}

/* ---------------------------------------------- */
.service-details .service-list {
    width: 100%;
    background-color: var(--white_smoke);
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.service-details .title2 {
    color: var(--dark_orange);
}

.service-details .service-list .title,
.service-details .service-list .icon {
    transition: all 1s ease;
}

.service-details .service-list .title {
    background-color: var(--white_smoke);
    font-size: 17px;
    width: 83%;
}

.service-details .service-list:hover .title {
    background-color: var(--dark_orange);
    color: var(--white_smoke);
}

.service-details .service-list .icon {
    background-color: var(--dark_orange);
    width: 17%;
}

.service-details .service-list:hover .icon {
    background-color: var(--light-dark);
}

.service-details .contact-info {
    background-color: var(--white_smoke);
}

.service-details .contct-info .info {
    width: 100%;
}

.service-details .info .icon {
    width: 10%;
    color: var(--dark_orange);
}

.service-details .info .title {
    width: 90%;
}

.expertise .card {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    transition: all 1s ease-in-out;
}

.expertise .card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transform: translateY(-5px);
}

.faq-section2 {
    background-color: var(--white_smoke) !important;
}

.faq-section2 .accordion-item,
.faq-section2 .accordion-button {
    background-color: var(--white_smoke) !important;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea !important;
}

.faq-section2 .accordion-button i {
    background-color: var(--white_smoke) !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* ---------------------------------------------- */
.faq-section {
    background-color: #fdf4f5;
    background-color: #f1f1f1;
    background-color: #f1f3f8;
}

.faq-section .question {
    color: #ffb72b;
}

.faq-section .card,
.faq-section .input-group input,
.faq-section .input-group span,
.faq-section .input-group i {
    background-color: #1B2430 !important;
    box-shadow: none !important;
    color: #D71313;
    color: #793FDF;
}

.faq-section .input-group {
    border-bottom-color: #793FDF !important;
}

.faq-section ::placeholder {
    color: #D71313 !important;
    color: #793FDF !important;
    opacity: 1;
}

.faq-section input:focus::placeholder {
    color: #D71313 !important;
    transform: translateX(-100px);
    transition: all 1s ease-in-out;
}

.faq-section input:focus {
    color: #D71313;
    color: #793FDF;
}

.faq-section button[type="submit"] {
    background: #C70039 !important;
    background: #793FDF !important;
    color: white;
}

.faq-section button[type="submit"]:hover {
    background-color: #C70039 !important;
}

.faq-section .accordion-item,
.faq-section .accordion-button {
    background-color: #f5f6f7;
    background-color: #ecf2ff;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.faq-section .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkblue' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq-section .accordion i {
    background-color: #c7d1e7;
    background-color: #dbe6fd;
}

/* ---------------------------------------------- */
.video-playlist {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
}

.video-playlist .nav-link video {
    width: 30%;
}

.video-playlist .playlist video {
    width: 35%;
}

.video-playlist video {
    width: 100%;
}

.video-playlist .nav-item {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
}

.video-playlist .nav-item:hover {
    background-color: #d9dadd;
}

.video-playlist .nav-link.active {
    background-color: var(--light-dark);
    color: white;
}

.video-playlist .nav-link.active .video-title {
    color: white;
}

.video-playlist .video-title {
    color: #048486;
    text-align: justify;
    font-size: 13px;
}

.video-playlist .tab-content {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
}

.video-playlist .serial-number {
    font-size: small;
}

.video-playlist .video-length {
    font-size: small;
}

.video-playlist .scroll-container {
    max-height: 900px;
    overflow-y: scroll;
}

/* ---------------------------------------------- */
.image-gallery .card-img {
    transition: all 1s ease-in-out;
}

.image-gallery .card:hover .card-img {
    transform: scale(1.1);
}

.image-gallery .card-title {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%);
    color: black;
}

.image-gallery .glass-morphism {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(5px);
    border: none;
    transition: background 0.3s ease-in-out;
}

@media screen and (max-width: 400px) {
    .image-gallery .card-img {
        height: 150px !important;
    }
}

/* ---------------------------------------------- */
.team .box {
    margin-top: -19px;
    margin-left: 20px;
    transform: skewX(17deg);
    border: 2px solid #ded9d4;
    transition: all 1s ease;
}

.team .card {
    background-color: #f5f6f7;
}

.team .card:hover .box {
    border: 2px solid #ff5500;
}

.team .card .card-img-top {
    transition: all 0.5s ease-in-out;
}

.team .card:hover .card-img-top {
    transform: scale(1.05);
}

.team .overlay-icon {
    position: absolute;
    opacity: 0;
    top: 15%;
    left: 0%;
    transition: left 0.5s ease-in-out;
}

.team .card:hover .overlay-icon {
    opacity: 1;
    left: -20px;
}

.team .social-media-icon {
    background-color: #ff5500;
    padding: 6px 10px;
    transition: all 0.5s ease;
}

.team .social-media-icon:hover {
    background-color: #232331;
}

@media screen and (max-width: 400px) {
    .team .card .card-img-top {
        height: 150px !important;
    }

    .team .box {
        height: 180px !important;
        width: 100px !important;
    }

    .team .card-title {
        font-size: small;
    }

    .team .social-media-icon {
        font-size: small !important;
        padding: 3px 5px !important;
    }

    .team .overlay-icon {
        top: 10%;
    }
}

/* ---------------------------------------------- */
.mapouter {
    position: relative;
    text-align: right;
    height: 400px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%;
}

.contact .contact-container {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
    border: 3px solid #f5f6f7 !important;
    transition: all .5s ease-in-out;
}

.contact h5 {
    color: var(--dark_orange) !important;
}

.contact a {
    color: var(--light-dark) !important;
}

.contact .title {
    color: var(--light-dark);
}

.contact .title2 {
    color: var(--dark_orange);
}

.contact a:hover {
    color: blue !important;
}

.contact a:hover span {
    transition: all .5s ease-in-out;
    margin-left: 7px !important;
}

.contact input[type="text"],
.contact input[type="number"],
.contact input[type="email"] {
    border: 1px solid rgb(201, 198, 198);
    background-color: #edf7fd;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.contact input[type="text"]:focus,
.contact input[type="number"]:focus,
.contact input[type="email"]:focus {
    box-shadow: none;
    border: 1px solid #194f90;
}

.contact textarea.form-control {
    border: 1px solid var(--light-dark);
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.contact textarea.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--dark_orange);
}

.contact input:focus::placeholder {
    color: #035255 !important;
    transform: translateX(7px);
    transition: all .5s ease-in-out;
}

.contact button[type="submit"] {
    background-color: var(--light-dark);
}

.contact button[type="submit"]:hover {
    background-color: var(--dark_orange);
}

.asterisk::after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.contact .btn:hover {
    background-color: #000957;
    color: #dfedfd;
}

.contact .social-icon a {
    color: #048486;
    background-color: #f5f6f7;
    box-shadow: inset -4px -2px 2px 0px #ffffff, inset 4px 2px 4px 0px #dfe4ea;
    border: 2px solid #f5f6f7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact .social-icon a:hover {
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.contact .social-icon .bi {
    margin-left: 6px;
}

.contact .social-icon .bi:hover {
    color: #035255;
    transition: all 0.3s ease-in-out;
}

.contact .bi-facebook {
    color: #087aea;
}

.contact .bi-linkedin {
    color: #0f8ac2;
}

.contact .bi-twitter {
    color: #1da1f2;
}

.contact .bi-instagram {
    color: #ff0d4e;
}

.contact .bi-youtube {
    color: #ff0000;
}

.contact .bi-whatsapp {
    color: #2cd43c;
}

.contact a:hover .bi {
    color: #000000;
}


.timeline-icon {
    color: rgb(227, 227, 238);
    background-color: var(--light-dark);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px 0px, rgba(0, 0, 0, 0.24) 0px 1px 2px 0px;
}

.contact-details .vr {
    opacity: 1;
    border: 2px solid var(--light-dark);
}

info+a i {
    background-color: yellow;
}

/* ---------------------------------------------- */
.news .card,
.news-details .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
    transition: all .5s ease-in-out;
}

.news .card:hover,
.news-details .card:hover {
    background-color: #ffffff;
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}

.news .card-title,
.news-details .title {
    color: var(--dark_orange);
}

@media screen and (max-width: 400px) {
    .news-details .top-image {
        height: 250px !important;
    }
}

/* ---------------------------------------------- */
.choose-us .card {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    transition: all 1s ease-in-out;
}

.choose-us .card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transform: translateY(-5px);
}

.testimonial {
    height: 300px;
}

.testimonial .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;

    background-image: url("/images/testimonial-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .card-text {
    font-size: 20px;
}

.testimonial .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
}

.testimonial .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: white;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

@media only screen and (max-width: 400px) {
    .testimonial .card-img {
        height: 150px !important;
        width: 150px !important;
    }
}

.client .card {
    background-color: var(--white_smoke);
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.client .col .card:hover {
    background-color: #ffefef;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #f7c8c8;
}

/* ------------------------------------------- */
.home-service-highlight {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.home-service-highlight .title {
    color: var(--dark_orange);
}

@media only screen and (max-width: 400px) {
    .home-service-highlight img {
        height: 200px !important;
    }
}
/* -------------------------------------- */
.service-list-1 .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.service-list-1 .card:hover {
    background-color: #ffefef;
}

/* ---------------------------------- */
.supplier .card {
    background-color: var(--white_smoke);
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.supplier .card:hover {
    background-color: #ffefef;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #f7c8c8;
}

/*--------------------------------------*/
.banner button:hover {
    border: 2px solid blue;
}

.banner button:hover a {
    color: blue !important;
}

@media (max-width: 1000px) {
    .banner {
        margin-top: 150px;
    }

    .banner p {
        font-size: 30px;
    }

    .banner .card-title {
        font-size: 20px;
    }

    .banner button a {
        font-size: small;
    }
}

@media (max-width: 768px) {
    .banner {
        margin-top: 60px;
    }

    .banner p {
        font-size: small;
    }

    .banner .card-title {
        font-size: x-small;
    }

    .banner button a {
        font-size: x-small;
    }
}

/*--------------------------------------*/
.card-style {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.card-style .card-img-top {
    transition: all 1s ease-in-out;
}

.card-style:hover .card-img-top {
    transform: scale(1.1);
}

.card-style .card-title {
    color: #194f90;
}

@media (max-width: 768px) {

    .card-style .card-title,
    .card-style .card-text {
        font-size: small;
    }
}

/*--------------------------------------*/
.floating-buttons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: all 0.3s ease-in-out;
}

.floating-buttons .whatsapp {
    background-color: #25D366;
}

.floating-buttons .messenger {
    background-color: #0084FF;
}

.floating-buttons .phone {
    background-color: #4CAF50;
}

.floating-buttons .facebook {
    background-color: #1877F2;
}

.floating-buttons .youtube {
    background-color: #FF0000;
}

.floating-buttons a:hover {
    opacity: 0.7;
    background-color: #f29221;
}














.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#homeSlider:hover .carousel-control-prev {
    opacity: 1;
    transform: translateX(-20px);
}

#homeSlider:hover .carousel-control-next {
    opacity: 1;
    transform: translateX(20px);
}

#homeSlider .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#homeSlider .carousel-caption {
    bottom: 20%;
    left: 10%;
}






.fixed-content-bg1 {
    height: 450px;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.fixed-content-bg2 {
    height: 450px;
    background-image: url('./images/our-culture.jpg');
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.fixed-content-bg3 {
    height: 450px;
    background-image: url('./images/our-mission.jpg');
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


.fixed-content-bg4 {
    height: 550px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .fixed-content {
        height: 300px;
    }

    .fixed-content .display-4 {
        font-size: 1.4rem !important;
    }

    .fixed-content .fs-4 {
        font-size: small !important;
    }

    .fixed-content .w-50 {
        width: 100% !important;
    }

    .fixed-content .btn {
        font-size: x-small !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .fixed-content {
        height: 350px;
    }

    .fixed-content .display-4 {
        font-size: 1.5rem !important;
    }

    .fixed-content .fs-4 {
        font-size: 1rem !important;
    }

    .fixed-content .w-50 {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fixed-content {
        height: 400px;
    }

    .fixed-content .display-4 {
        font-size: 2.5rem;
    }

    .fixed-content .fs-4 {
        font-size: 1.3rem;
    }

    .fixed-content .w-50 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .fixed-content {
        height: 450px;
    }

    .fixed-content .display-4 {
        font-size: 3rem;
    }

    .fixed-content .fs-4 {
        font-size: 1.5rem;
    }
}



  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 4px;
    background: #194f90;
    z-index: 0;
  }

  @media (max-width: 768px) {
    .timeline::before {
      left: 20px;
      transform: translateX(0);
    }
  }

  .timeline-dot {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #194f90;
  }

  @media (max-width: 768px) {
    .timeline-content .row > div {
      text-align: left !important;
      padding-left: 50px;
    }

    .timeline-dot {
      top: 10px;
      left: 12px;
      transform: translateX(0);
    }
    
    .history .nav {
        top: 50px ;
    }
  }
