/* Custom CSS code */
:root{
    --primary-blue: #294E8A;
    --secondary-orange: #8A4237;
}
footer{
    background-color: #111;
}
.logo{
    padding: .5rem 0;
}
.logo img{
    max-height: 85px;
}
.logo-side{
    background-color: #fff;
    text-align: center;
    padding: 1rem;
}
.logo-side img{
    max-height: 100px;
}
.f-bottom-border {
    border-top: none;
}
.breadcrumb-area {
    background-image: none !important;
    background-color: #111;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-me hr{
    margin: 15px 0;
}
.about-us-info {
    background: var(--secondary-orange);
    display: none;
}
.about-info::before {
    border-color: transparent #66291f transparent transparent;
}
.section-title span::before {
    border-color: transparent transparent #8A4237 transparent;
}

.blog-img img{
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.client-wrapper .client-text p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.client-wrapper::after {
    display: none;
}
.client-text p::before {
    display: none;
}
.client-text p::after {
   display: none;
}

.sprate::before{
    width: 200px;
    height: 2px;
    background: #fef1ea;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.sprate::after {
    width: 60px;
    height: 4px;
    background: #294E8A;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
}

.date-history{
    position: relative;
}
.date-item{
    display: flex;
    margin-bottom: .5rem;
}
.date-in{
    width: 15%;
    font-size: xx-large;
    font-weight: 700;
    color: #111;
}
.date-in i{
    color: #294E8A;
}
.date-txt{
    width: 85%;
    padding-left: 1rem;
}

.crsl-block-caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .16);
}
.crsl-caption-in{
    max-width: 650px;
    margin-top: 10rem;
}
.crsl-img{
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;

}

.crsl-title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #fff;
    animation: fadeInUp 1.5s;
}
.carousel-control-prev, .carousel-control-next{
    width: 5%;
    border: none;
    background-color: rgba(0, 0, 0, 0.01);
}