/* --------------------------------------------------------------------------------------- */
:root {
    --base-un-color: #2d66bc;
    --scondary-un-color: rgb(13,158,166);
  }
/* Start Cards */
body {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

.section {
    /* background-color: #d6d6d6; */
    min-height: 100vh;
    display: block;
}

.section .container {
    padding-top: 60px;
    padding-bottom: 70px;
}

.section-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
}

.section-title h2 {
    font-size: 40px;
    color: #302e4d;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    position: relative;
    text-align: right;
}

.section-title h2::before {
    content: '';
    height: 4px;
    width: 50px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--base-un-color);
}

.section-title h2::after {
    content: '';
    height: 4px;
    width: 25px;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background-color: #0e9da4;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.padd-15 {
    padding-left: 10px;
    margin-right: 10px;
}

.blog .blog-item {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 33.33%;
    margin-bottom: 30px;
    max-width: 345px;
    /* transform: scale(1.1); */
}

.blog .blog-item-inner {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d4d4e3;
}

.blog .blog-item-inner .blog-img {
    position: relative;
    overflow: hidden;
    height: 210px;
}

.blog .blog-item-inner .blog-img img {
    width: 100%;
    display: block;
    -webkit-transform: all 0.5s ease;
    transform: all 0.5s ease;
    height: 100%;
    filter: saturate(55%);
    object-fit:cover;
}

.blog .blog-item-inner:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: saturate(130%);
}

.blog .blog-item-inner .blog-img .blog-date {
    position: absolute;
    padding: 4px 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    left: 14px;
    bottom: 15px;
    background-color: var(--base-un-color);
}

.blog .blog-item-inner .blog-info {
    padding: 30px 15px;
    /* background-color: #f9f9ff; */
}

.blog .blog-item-innerv .blog-info .blog-title {
    font-size: 18px;
    font-weight: 700;
    color: #302e4d;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.blog .blog-item-inner .blog-info .blog-description {
    font-size: 16px;
    line-height: 25px;
    color: #504e70;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog .blog-item-inner .blog-info .blog-tags {
    font-size: 14px;
    line-height: 25px;
    color: #302e4d;
    font-weight: 400;
    text-transform: capitalize;
}

.blog .blog-item-inner .blog-info .blog-tags a {
    text-decoration: none;
    font-weight: 600;
    color: var(--base-un-color) !important;
}

.blog .blog-item-inner .blog-info .blog-tags i {
    text-decoration: none;
    font-weight: 600;
    color: var(--base-un-color);
}

.blog .blog-item-inner .blog-info .blog-tags:hover a,
.blog .blog-item-inner .blog-info .blog-tags:hover i,
.blog .blog-item-inner .blog-info .blog-tags:hover span {
    color: #1d2f4e;

}

@media (max-width: 991px) {
    .blog .blog-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 48%;
        max-width: 50%;
    }

    .page-hero-body .page-body-container .img-wrapper .image:before {
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;

    }

    .page-hero-body .page-body-container .img-wrapper .image img {
        width: 100% !important;
        height: 100% !important;
    }

    .page-hero-body .page-body-container .img-wrapper .image {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .blog .blog-item {
        -ms-felx: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .row {
        margin: 0;
    } */
}

/* End Cards */


/* Content */
.page-hero-body .page-body-container .img-wrapper .image:before {
    top: -20px;
    right: 20px;
    background-color: var(--base-un-color);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -6px #42306440;
    width: 90%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0;
}

.page-hero-body .page-body-container .img-wrapper .image img {
    width: 90%;
    height: 100%;
    border-radius: 1rem;
    object-fit: cover;
    overflow: hidden;
    box-shadow: 0 25px 50px -6px #42306440;
    transition: all .7s;
    z-index: 1;
}

.page-hero-body .page-body-container .img-wrapper .image {
    width: 100%;
    height: 470px;
    position: relative;
    transition: all .7s;
}



.page-hero-body .page-body-container .img-wrapper {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.page-hero-body .page-body-container h1 {
    border-right: 5px solid var(--base-un-color);
    padding-right: 15px;
}

.page-hero-body .page-body-container .fullline {
    display: block;
    content: "" !important;
    text-align: center;
    letter-spacing: 0.6em;
    text-indent: 0.6em;
    opacity: .8;
    max-width: 90%;
    clear: both;
    margin: 5px 48px 20px 0;
}

/* .page-hero-body .page-body-container hr:before {
    display: block;
    content: "";
    text-align: center;
    letter-spacing: 0.6em;
    text-indent: 0.6em;
    opacity: .8;
    background: #ccc;
    max-width: 90%;
    clear: both;
} */


/* Content */