.bg-light {
    background-color: #fffcf4 !important;
}

body {
    font-family: "Inter", sans-serif !important;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    background: #ffffff;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif !important;
    color: #031550;
    line-height: 1.4;
    font-weight: 300;
    margin: 0 0 15px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

img {
    max-width: 100%;
    object-fit: cover;
}

.ourself-area {
    background: linear-gradient(rgba(255, 252, 244, 0.8), rgba(255, 252, 244, 0.8)),
        url('./images/about-bg.png') no-repeat center center/cover;
}

.ourself-area .section-title {
    margin: 0;
}

.ourself-area .about-txt h4 {
    font-size: 24px;
    font-weight: 500;
    color: #505050;
}

.ourself-area .about-txt ul {
    padding: 0;
    list-style: none;
    margin: 35px 0 45px;
}

.ourself-area .about-txt ul li {
    font-weight: 500;
    line-height: 30px;
    position: relative;
    margin-bottom: 8px;
    padding-left: 25px;
    color: #031550;
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .ourself-area .about-txt ul li {
        line-height: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ourself-area .about-txt ul li {
        line-height: 25px;
    }
}

.ourself-area .about-txt ul li::before {
    content: "\f058";
    font-family: fontawesome;
    position: absolute;
    left: 0px;
    color: #ffb200;
}

.ourself-area .ourself-gallery {
    position: relative;
    width: 115%;
    margin-left: 40px;
    border: 5px solid #ffffff;
}

.ourself-area .ourself-gallery .owl-nav>div {
    top: 42%;
}

.ourself-area .ourself-gallery .single-item {
    position: relative;
    z-index: 1;
}

.ourself-area .ourself-gallery .single-item figure {
    margin: 0;
}

.ourself-area .ourself-gallery .single-item figure img {
    width: 100%;
}

.ourself-area .ourself-gallery .single-item figcaption {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    text-align: center;
    padding: 15px 0;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

@media only screen and (max-width: 767px) {
    .ourself-area .ourself-gallery .single-item figcaption {
        font-size: 16px;
        padding: 8px 0;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .ourself-area .ourself-gallery .single-item figcaption {
        padding: 15px 0;
        font-size: 18px;
    }
}

.ourself-area .ourself-gallery .single-item:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    bottom: 0;
}