﻿body {
}

.inner-banner-section {
    /*  padding-top: 208px;
    padding-bottom: 113px;*/
    height: 350px;
    display: flex;
    align-items: center;
}

.banner-section {
    position: relative;
/*    padding-left: 200px;
    padding-right: 200px;*/
    background-color: #19232d;
    overflow: hidden;
    z-index: 9;
}

.bg-overlay-black:after {
    content: "";
    position: absolute;
    background-color: #00000069;
    opacity: .9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg_img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-overlay-black > div {
    position: relative;
    z-index: 2;
}

.banner-section .banner-content {
    position: relative;
    z-index: 9;
}
/*
.inner-banner-section .banner-content .title { 
    margin-bottom: 20px;
}*/

.banner-section .banner-content .title {
    margin-bottom: 15px;
    font-weight: 700;
    color: white;
    margin-top: 30px;
}

.about--style .about-thumb {
    position: relative;
    overflow: visible;
    z-index: 2;
}
 
.ptb-120 {
    padding-top: 60px;
}
.pbt-60 {
    padding-bottom: 60px;
}
strong {
    font-weight: 700;
    font-size: 17px;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
}

    .breadcrumb li {
        color: #19232d;
        font-family: "Mulish", sans-serif;
    }

.breadcrumb-item a {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
    color: white;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #dcbb87;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

    .breadcrumb-item.active::before {
        content: ">";
        font-weight: 600;
        color: white;
        font-size: 20px;
        left: 0;
        top: 1px;
        position: relative;
    }

.page-wrapper-two .about-content .title {
    color: #19232d;
    margin-bottom: 10px;
    margin-top: 0px;
}

.btn--base:focus, .btn--base:hover {
    color: #19232d;
    background-color: transparent;
}

.page-wrapper-two .about-footer-btn a:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;
    border-radius: 999px;
    transform: translate(0, 0) scale(1);
}

.page-wrapper-two .about-footer-btn a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dcbb87;
    border-radius: 999px;
    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.page-wrapper-two .about-thumb img {
    width: 100%;
    height: 550px;
    background-position: top;
    object-fit: cover;
    border-radius: 8px;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}

.page-wrapper-two .about-content p {
    color: #3d3d3d;
    width: 100%;
}

.about--style .about-book-area {
    background-color: rgba(220, 187, 135, 0.5);
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.about-book-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    width: 80%;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    gap: 15px;
}

    .about-book-area::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: -5px;
        width: 12px;
        height: 80px;
        background-color: #dcbb87;
        border-radius: 60px;
    }

    .about-book-area .about-book-element {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .about-book-area .call-title {
        font-weight: 700;
        margin-bottom: 15px;
    }

h3 {
    font-size: 24px;
    font-weight: 600;
}
h2.title{
    margin-top:0px;
}

.about-book-area .call {
    font-weight: 700;
    color: #19232d;
    font-size: 24px;
}

.btn--base {
    position: relative;
    background: #dcbb87;
    border: 1px solid #dcbb87;
    color: #19232d;
    padding: 12px 25px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.about-book-right a i {
    transition: all 0.5s;
    margin-right: 8px;
}

.about-content p {
    font-size: 16px;
}

.page-wrapper-two .about-content p {
    color: #3d3d3d;
    width: 100%;
}

.about-content p {
    font-size: 16px;
}

.page-wrapper-two .about-footer-btn {
    margin-top: 30px;
}

    .page-wrapper-two .about-footer-btn a {
        color: #19232d;
        background: transparent;
        border: 1px solid #19232d;
        position: relative;
        overflow: hidden;
        text-decoration: none;
    }

.btn--base {
    position: relative;
    background: #dcbb87;
    border: 1px solid #dcbb87;
    color: #19232d;
    padding: 12px 25px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
}

.page-wrapper-two .about-footer-btn a i {
    font-size: 12px;
    color: #dcbb87;
    transition: all 0.5s;
}

.page-wrapper-two .about-footer-btn a:hover {
    border: 1px solid #dcbb87;
}

@media screen and (min-width:200px) and (max-width:992px) {
    .page-wrapper-two .about-content .title {
        margin-top: 30px;
    }

    .banner-section {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width:200px) and (max-width:500px) {
    .about--style .about-book-area {
        padding: 20px 15px; 
        text-align: center;
        gap: 30px;
        justify-content: center;
    }
    .about-book-area .call-title {
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 0px;
    }

}
