html{
    font-size: 16px;
}
body{
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    --danger: #E66445;
}
header{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 500;
    color: #1F2531;
    border-bottom: 1px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #E66445;
    border-color: #E66445;
}

.custom-btn{
    font-size: 1rem;
    padding: .75rem 2rem;
    text-align: center;
    border-radius: 0;
}
.sec-title{
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
}
.sec-title.lg{
    font-size: 3.5rem;
    line-height: 1.1;
}
.desc{
    font-size: 1rem;
}
.sub{
    font-size: 1.125rem;
}
.sub.lg{
    font-size: 1.25rem;
}
.br10{border-radius: 10px;}
.br20{border-radius: 20px;}

.banner{
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    background-position: center;
    min-height: 600px;
}
.features{
    background-image: url(../images/features.jpg);
    background-size: cover;
    background-position: center;
}
.bg-light2{background-color: #FEF2F2;}
.custom-bg{
    background: linear-gradient(90deg, #f8f9fa, #E66445, #f8f9fa);
}
.faq-header{
    cursor: pointer;
    font-size: 20px;
}
.faq-header::after{
    content: '\2b';
    font-family: fontAwesome;
    width: 30px;
    height: 30px;
    border: 2px solid #E66445;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: 50%;
    color: #E66445;
    position: absolute;
    top: 5px;
    right: 0;
    pointer-events: none;
}
.faq-header.expanded::after{
    content: '\f068';
}
.client-slider .slick-track{
    display: flex;
    align-items: center;
}
.event-slider .slick-list {
    overflow: visible;
}

@media (min-width:576px){
    .modal-dialog{
        max-width: 400px;
    }
}
@media (min-width:992px){
    .navbar-brand{padding: .5rem 0}
    .navbar-expand-lg .navbar-nav .nav-item {margin: 0 .75rem;}
    .navbar-expand-lg .navbar-nav .nav-link {padding: 1.5rem 0;}
}
@media (min-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-item {margin: 0 2rem;}
}
@media (max-width: 991px){
    .navbar-brand{max-width: 60%;}
}
@media (max-width: 767px){
    .sec-title{font-size: 1.875rem;}
    .sec-title.lg{font-size: 2.5rem;}
    .faq-header{font-size: 1rem;}
    .sub.faq-body{font-size: .875rem;}
}