a {
    text-decoration: none;
}
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    font-family: "Exo", serif;
}

.sticky-top nav {
    background-color: white;
    transition: all .35s;
    border-bottom: 2px solid #9f191e;
}

.sticky-top nav .navbar-brand img {
    height: 50px;

}

.sticky-top nav .landing_header h4 {
    color: #000000;

}

.sticky-top .navbar-nav .nav-link {
    color: #000000;
    transition: all .35s;
}

.sticky-top .landing_btn {
    background-color: #9f191e !important;
    color: #ffffff !important;
}
.sticky-top .landing_btn:hover {
    color: #9f191e !important;
    background-color: #ffffff !important;
    border: 1px solid #9f191e;
}

.navbar-brand img {
    height: 60px;
    transition: all .35s;
}

.landing_header h4 {
    font-size: 1.1rem;
    color: #000000;
}

.navbar-nav .nav-link {
    color: #000000;
    transition: all .25s;
}

.navbar-nav .nav-link:hover {
    color: #efae11;
}

.navbar-nav .nav-link.active {
    color: #efae11;
}
.navbar-toggler:focus {
    box-shadow: none;
}
 header .offcanvas.show .navbar-nav .nav-link {
    color: #000000;
}
header .offcanvas.show .navbar-nav .nav-link:hover {
    color: #efae11;
}
header .offcanvas.show .navbar-nav .nav-link.active  {
    color: #efae11;
}

.landing_btn {
    padding: 0.3rem 1.3rem 0.3rem 1.3rem;
    border-radius: 1rem;
    border: 1px solid transparent;
    background-color: #9f191e !important;
    color: #ffffff !important;
}
.landing_btn:hover {
    background-color: #9f191e !important;
    color: #ffffff !important;
    transition: all .35s;
}
/*css for input type*/
input[type="text"], input[type="email"], input[type="tel"], input[type="file"], .form-select {
    border: 1px solid #b9bcbf !important;
}
.form-control:focus {
    background-color: #FFF;
    border: 1px solid #022949 !important;
    box-shadow: none;
}
.form-check-input[type=radio] {
    border: 2px solid #0045b6;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #0045b6;
    border-color: transparent;
}

@media screen and (max-width: 1366px) {
    .form-label, .form-check-label {
        font-size: 0.9rem;
    }
}
/*css for input type*/
.banner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../img/banner-image.png);
    background-repeat: no-repeat;
    height: calc(100px + 100*(100vw - 375px) / 1545);
    background-position: center;
    color: #efbd46;
}
.breadcrumb .breadcrumb-item {
    color: #efbd46;
}
.breadcrumb i {
    color: #efbd46;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #efbd46;
}
.page-content-wrapper {

    overflow: hidden;
    padding: 1rem .5rem;
    background: #F3F3F3;
}
.important-content {
    width: 85%;
    margin: 0 auto;
    gap: 5rem;
}
.important-section {
    background-color: #FFF8F2;
}
.important-text {
    text-wrap: nowrap;
    font-size: 2rem;
    color: #596d80;
}
.bar {
    width: 1px;
    background-color: #70707047;
    height: 50px;
}
.card-header {
    background-color: #ebaf1dd1;
}

footer {
    background-color: #333333;
    padding: 22px 0 0 0
}

.footer-social .btn {
    border: 1px solid #ffffffcf;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2F353B;
    color: #ffffffcf;
}
.footer-social .btn:hover {
    border: 1px solid #ffffffcf;
    background-color: #000000;
    color: #ffffffcf;
    transition: all .35s;
}

.footer-border {
    border-top: 1px solid #ffffff57;
    color: #FFFFFF;
    margin-top: 1rem;
}

.footer-links a {
    color: #ffffffcf;
}

.footerbar {
    width: 1px;
    background-color: #ffffffcf;
    height: 15px;
}

.footer-text {
    color: #ffffffcf;
}

.back-to-top {
    height: 45px;
    width: 45px;
    background-color: #eeac0e;
    color: white;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.back-to-top i {
    font-size: 1rem;
    color: white;
}
.modal-header {
    background-color: #ebaf1dd1;
}
@media  (max-width:1023px ) {
    .carousel-caption {
        transform: translate(-21%, -33%);
    }
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption p {
        font-size: 1rem;}
    .important-content {
        flex-wrap: wrap;
    }
    .important-text {
        text-align: center;
        flex: 0 0 100%;
    }
    .important-text ::before {
        content: "";
        position: absolute;
        top: 100%;
        height: 0;
        width: 0;
        transform: translateX(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 12px solid #6F6862;
        /* right: -41px; */
        left: 50%;
        rotate: 87deg;
    }
    .important-text ::after {
        content: "";
        position: absolute;
        background-color: #6F6862;
        width: 100%;
        height: 1px;
        right: -29.4px;
        top: 100%;
        transform: translateY(-50%);
        left: 0;
    }
 .footer-content {
    flex-wrap: wrap;
    gap: 15px;
 }
    
}
@media  (max-width:680px ) {
.footer-links{
    flex-wrap: wrap;
}
.footer-social {
    justify-content: center;
    width: 100%;
}
.footer-text {
    flex-direction: column;
}
.important-imgs ul {
    flex-direction: column;
}
.important-content {
    gap: 1.5rem;
}
.important-imgs .bar {
    display: none;
}
.important-imgs img {
    height: 30px;
}
.important-imgs ul {
    gap: 10px;
}
.important-text a  {
    font-size: 1.4rem;

}
}