.card__image {
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}
.card__image-header {
  position: relative;
  overflow: hidden;
  display: block;
}
.card__image-header img.img-transition {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 400ms linear 0s;
}

.card__image-header .info {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 5px;
  background-color: #002247;
  box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", Helvetica, sans-serif;
}

.card__image-body {
  padding: 20px 15px;
  position: relative;
  background-color: #fff;
}

.text-capitalize {
  text-transform: capitalize !important;
}

h6 .text-capitalize{
  font-weight: 700;
  margin-bottom: 0;
}

.card__image-footer {
  border-top: 1px solid #e9ecef;
  padding: 8px 15px;
  display: flex;
  background-color: #fff;
}

.card__image-body h6 a {
  color: #002247;
  text-transform: capitalize;
  line-height: 1.5;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #002247;
}

.card__image-footer figure {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.card__image-footer figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e9ecef;
  padding: 3px;
  vertical-align: middle;
}

.rounded-circle {
  border-radius: 50% !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.card__image-header:hover img.img-transition {
  transform: scale(1.05);
}

.card__image-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, #1b1b1b);
  z-index: 1;
}

.h-250 img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.card__image-footer .list-inline-item a {
  font-family: "Poppins", Helvetica, sans-serif;
  color: #495057;
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize;
}


.btn::before {
  position: absolute;
  transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1);
}

.card__image-footer .list-inline-item span, .card__image-footer .list-inline-item small {
  font-family: "Poppins", Helvetica, sans-serif;
  text-transform: capitalize;
  color: #495057;
  font-size: 14px;
}

.btn {
  font-weight: 600;
}

.btn-sm, .btn-group-sm>.btn {
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #3454d1;
  border-color: #3454d1;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



*, *::before, *::after {
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .col-lg-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
}

.h-250 {
    img {
        height: 250px;
        object-fit: cover;
    }
}

.card__box {
    margin-bottom: 15px;
}
.card__box-v1 {
    margin-top: 30px;
    @include mobile {
        margin-top: 15px;
    }
}
.card__image {
    border: 1px solid $gray-200;
    // box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    // -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    // -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    @include mobile {
        margin-top: 20px;
    }
    &:hover {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
        -moz-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
        -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
        box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    }
    &-header {
        position: relative;
        overflow: hidden;
        display: block;
        &::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40%;
            background: linear-gradient(transparent, #1b1b1b);
            z-index: 1;
        }
        .ribbon {
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
            -webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
            transform: translate3d(0, 0, 1px) rotate(-45deg);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            background-color: $primary;
            color: $white;
            font-size: 14px;
            font-family: $text-font-paragraph;
            padding: 6px;
            position: absolute;
            z-index: 3;
            left: -30px;
            top: 15px;
            width: 120px;
            text-align: center;
            margin: auto;
            height: 30px;
            bottom: inherit;
            right: inherit;
        }
        .info {
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 2px 5px;
            background-color: $navy;
            box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
            text-transform: capitalize;
            letter-spacing: 1px;
            font-size: 14px;
            color: $white;
            font-family: $text-font-paragraph;
        }
        img.img-transition {
            max-width: 100%;
            width: 100%;
            object-fit: cover;
            -webkit-transition: all 400ms linear 0s;
            -o-transition: all 400ms linear 0s;
            transition: all 400ms linear 0s;
        }
        &:hover img.img-transition {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }
        &:hover::before {
            opacity: 1;
        }
    }
    &-body {
        padding: 20px 15px;
        position: relative;
        background-color: $white;
        span {
            font-size: 14px;
        }
        h6 {
            font-family: $font-family-heading;
            a {
                color: $navy;
                text-transform: capitalize;
                line-height: 1.5;
                &:hover {
                    // color: $primary;
                    text-decoration: none;
                }
            }
        }
        p {
            display: flex;
            i.fa {
                margin-right: 4px;
                line-height: 1.4;
            }
        }

        .list-inline {
            line-height: 24px;
            margin-bottom: 0;
            &-item {
                span {
                    text-align: center;
                    font-family: $text-font-paragraph;
                    text-transform: capitalize;
                    color: $gray-700;
                    font-weight: normal;
                    font-size: 14px;
                    padding: 0;
                    i.fa {
                        color: $gray-700;
                    }
                }
            }
        }
        .card__content {
            width: 100%;
            color: $white;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            margin: 0;
            list-style: none;
            font-size: 14px;
            font-weight: 600;
        }
    }
    &-footer {
        border-top: 1px solid $gray-200;
        padding: 8px 15px;
        display: flex;
        background-color: $white;
        figure {
            position: relative;
            display: flex;
            width: 50px;
            height: 50px;
            margin: 0 10px 0 0;
            img {
                max-width: 100%;
                height: auto;
                border: 1px solid $gray-200;
                padding: 3px;
                vertical-align: middle;
            }
        }
        .list-inline {
            margin-bottom: 0;

            &-item {
                h6 {
                    color: $navy;
                    margin: 0;
                }
                a {
                    font-family: $text-font-paragraph;
                    color: $gray-700;
                    font-size: 14px;
                    line-height: 1.5;
                    text-transform: capitalize;
                    &:hover {
                        text-decoration: none;
                    }
                }
                span,
                small {
                    font-family: $text-font-paragraph;
                    text-transform: capitalize;
                    color: $gray-700;
                    font-size: 14px;
                }
            }
        }
    }
}

// -----------------------------------------------------------------------------
//  CARD IMAGE STYLE 1
// -----------------------------------------------------------------------------

.card__hidden-content {
    position: relative;
    width: 100%;
    background-color: $primary;
    color: $white;
    height: 0px;
    transition: all 0.4s;
    margin: 0;
    list-style: none;
    font-size: 14px;
    display: flex;
    overflow: hidden;
    padding: 0 14px;
}

.card__image-hover-overlay {
    &::before {
        opacity: 0.9;
        background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
        transition: opacity 0.3s;
    }
}
.card__image-hover-style-v2 {
    img {
        // height: 380px;
        height: 86vh;
        width: 100%;
        object-fit: cover;
    }
}

.card__image-hover {
    overflow: hidden;
    position: relative;
    &:hover .card__hidden-content {
        height: 50px;
    }

    .list-inline-item {
        width: 100%;
        display: block;
        color: rgba(255, 255, 255, 0.8);
        line-height: 20px;

        margin: 0;
        padding: 5px 0;
        position: relative;
        transition: all 0.5s;
        opacity: 1;
        font-family: $text-font-paragraph;
    }

    &:hover .list-inline-item {
        opacity: 1;
    }

    .list-inline-item span {
        display: block;
        color: $white;
        margin: 0;
        padding: 0;
    }

    .listing-badges {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 0px;
        overflow: hidden;
        height: 100px;

        span {
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 2px 5px;
            background-color: $navy;
            box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
            letter-spacing: 1px;
            font-size: 14px;
            color: $white;
            font-family: $font-family-base;
        }

        .featured {
            background-color: $primary;
            font-family: $text-font-paragraph;
            float: left;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            left: -67px;
            top: 17px;
            position: relative;
            text-align: center;
            width: 200px;
            font-size: 14px;
            margin: 0;
            padding: 6px;
            font-weight: normal;
        }
    }
}

// -----------------------------------------------------------------------------
//  CARD IMAGE STYLE 2
// -----------------------------------------------------------------------------
.card__image-hover-style-v2 {
    &:hover .card__hidden-content-style-2 {
        height: 110px;
    }
}
.card__hidden-content-style-2 {
    position: relative;
    width: 100%;
    background-color: $primary;
    color: $white;
    height: 0;
    transition: all 0.4s;
    margin: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    overflow: hidden;
    padding: 0 20px;
}
.card__image-style-2 {
    &::before {
        background: $primary !important;
    }
    .card__hidden-content-style-2 {
        background-color: transparent;
    }
}
.card__image-content,
.card__image-style-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0;

    &::before {
        content: "";
        opacity: 0.8;
        background: (linear-gradient(to bottom, #00000000 20%, #0e0e0e));
        transition: opacity 0.3s;
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
    }
    &-desc {
        padding: 20px 14px 10px;
        z-index: 1;
        position: relative;

        h6 {
            color: $white;
            margin-bottom: 0;
            font-family: $font-family-heading;
        }
        p {
            font-size: 16px;
            color: $white;
        }
    }
}

// -----------------------------------------------------------------------------
//  CARD IMAGE STYLE 3
// -----------------------------------------------------------------------------
.h-230 {
    img {
        height: 230px;
        @include mobile {
            height: auto;
        }
    }
}
.h-475 {
    img {
        height: 475px;
        @include mobile {
            height: auto;
        }
    }
}
.card__image-hover-style-v3 {
    position: relative;
    .card__image-hover-style-v3-thumb {
        overflow: hidden;
        position: relative;
        margin: 15px 0 0 0;
        img {
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            object-fit: cover;
            position: relative;
        }
    }
    .overlay {
        background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(29, 41, 62, 1) 100%);
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, rgba(255, 255, 255, 0.01)),
            color-stop(100%, rgba(29, 41, 62, 1))
        );
        background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(29, 41, 62, 1) 100%);
        background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(29, 41, 62, 1) 100%);
        background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(29, 41, 62, 1) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(29, 41, 62, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1d293e',GradientType=0 );

        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        transition: all 0.4s ease 0s;
        .desc {
            position: relative;
            top: 70%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            transition: all 0.4s ease 0s;
            z-index: 1;
            h6 {
                color: $white;
                font-family: $text-heading;
            }
            p {
                color: $white;
            }
        }
    }
}

.card__image-hover-style-v3:hover .overlay:hover .desc {
    top: 50%;
    transition: all 0.4s ease 0s;
}

.card__image-hover-style-v3:hover .overlay:hover {
    // background-color: #007bff;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.card__image-hover-style-v3:hover .card__image-hover-style-v3-thumb img {
    -webkit-transform: scale(1.1) rotate(-1deg);
    -moz-transform: scale(1.1) rotate(-1deg);
    -o-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
    transition: all 0.4s ease 0s;
}

// -----------------------------------------------------------------------------
//  FEATURED PROPERTY CAROUSEL
// -----------------------------------------------------------------------------

.featured__property {
    // .container {
    //     max-width: 1560px;
    // }
    &-carousel {
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        .owl-item {
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none;
        }
    }
}
.featured__property-carousel.owl-carousel.owl-theme {
    overflow: visible;

    .owl-nav.disabled + .owl-dots {
        margin: 0;
    }
    .owl-dots {
        .owl-dot {
            background-color: transparent;
            margin-right: 15px;
            vertical-align: middle;
            outline: none;
            box-shadow: none;
            span {
                background-color: #cccccc;
                border-radius: 50%;
                margin: 3px;
                width: 6px;
                height: 6px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
        }
        .owl-dot.active span {
            border-radius: 50%;
            background-color: $primary !important;
            border: 5px solid #e0e2e3;
            height: 15px;
            width: 15px;
            background: $primary;
            outline: 0;
            box-shadow: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
    }
}

// RECENT PROPERTY
.recent__property,
.popular__city-large {
    // .container {
    //     max-width: 1560px;
    // }
    h2 {
        font-family: $font-family-heading;
        @include mobile {
            font-size: 24px;
        }
    }
}
.recent__property-carousel {
    .owl-nav {
        margin-top: 0;
        button {
            position: absolute;
            text-align: center;
            top: 40%;
            height: 40px;
            width: 40px;
            line-height: 35px;
            font-size: 22px;
            color: #fff !important;
            background: $primary !important;
            outline: none;
            box-shadow: none;
            border-radius: 0 !important;
            &:hover {
                background: $warning !important;
            }
        }
        .owl-prev {
            left: auto;
            right: 40px;
            top: -35%;
        }
        .owl-next {
            right: -5px;
            left: auto;
            top: -35%;
        }
        @include mobile {
            display: none;
        }
    }

    // .owl-nav.disabled + .owl-dots {
    //     margin-top: 15px;
    // }
    .owl-dots {
        margin-top: 30px;
        @include mobile {
            display: block;
            margin-top: 15px;
        }
        @include desktop-lg {
            display: none;
        }
        .owl-dot {
            background-color: transparent;
            margin-right: 15px;
            vertical-align: middle;
            outline: none;
            box-shadow: none;
            span {
                background-color: #cccccc;
                border-radius: 50%;
                margin: 3px;
                width: 6px;
                height: 6px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
        }
        .owl-dot.active span {
            border-radius: 50%;
            background-color: $primary !important;
            border: 5px solid #e0e2e3;
            height: 15px;
            width: 15px;
            background: $primary;
            outline: 0;
            box-shadow: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
    }
}

// -----------------------------------------------------------------------------
//  FILTER CARD IMAGE
// -----------------------------------------------------------------------------

.card__image-filter {
    position: relative;
    .filterizr-filter {
        display: table;
        margin: 0 auto;
        .btn-filter {
            float: left;
            margin: 0;
            font-family: $font-family-base;
            font-size: 14px;
            cursor: pointer;
            &:first-child {
                border-left: 1px solid #eee;
            }
            @include mobile {
                font-size: 13px;
            }
        }
    }
    .filtr-container {
        .filtr-item {
            // padding-top: 30px;
            @include mobile {
                padding-top: 0;
            }
        }
    }
    .filtr-container-bottom {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }
}

.card__image-filter .filterizr-filter .btn-filter:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.card__image-filter .filterizr-filter .filtr-active.btn-filter::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.card__image-filter .filterizr-filter .btn-filter:hover,
.card__image-filter .filterizr-filter .filtr-active.btn-filter {
    background-color: $primary;
    color: $white;
}

// CARD IMAGE STYLE 7
/*========================
    Image Caption #4
==========================*/
.tc-image-caption4 {
    position: relative;
    overflow: hidden;
    .caption {
        h6 {
            color: $white;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            opacity: 0;
            margin-bottom: 15px;
        }
        h2 {
            color: $white;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            opacity: 0;
            margin-bottom: 15px;
        }
        p {
            color: $white;
            line-height: 1.5;
        }
    }
}
.tc-image-caption4 img {
    height: 86vh;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.5) translateX(0);
    transform: scale(1.5) translateX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    @include mobile {
        height: 70vh;
    }
    @include tablet {
        height: 60vh;
    }
}
.tc-image-caption4:hover img {
    -webkit-transform: scale(1.5) translateX(-12px);
    transform: scale(1.5) translateX(-12px);
}
.tc-image-caption4 .caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    left: 25px;
    text-align: left;
    width: calc(100% - 50px);
}
.tc-image-caption4:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}
.tc-image-caption4:hover:after {
    opacity: 1;
}
.tc-image-caption4 .caption h6 {
    font-family: $font-family-base;
    letter-spacing: 2px;
    font-weight: 400;
}
.tc-image-caption4 .caption h2 {
    font-family: $font-family-heading;
}

.tc-image-caption4 .caption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tc-image-caption4:hover .caption h6,
.tc-image-caption4:hover .caption h2,
.tc-image-caption4:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

// WIDGET
.widget__sidebar {
    border: 1px solid #e9ecef;
    margin-top: 30px;
    &__header {
        padding: 1rem 1.5rem;
        margin-bottom: 0;
        display: block;
        h6 {
            margin-bottom: 0;
            font-family: $font-family-heading;
        }
    }
    &__body {
        padding: 1.5rem;
        border-top: 1px solid #e9ecef;
        transition: all linear 0.25s;
        .list-unstyled {
            margin: 0;
            padding: 0;
            li {
                padding: 0 0 15px;
                position: relative;

                &:last-child {
                    padding: 0;
                }
                a {
                    font-size: 14px;
                    display: block;
                    text-decoration: none;
                    color: $navy;
                    text-transform: capitalize;
                    letter-spacing: 0.3px;
                    transition: all 0.3s ease;
                    font-family: $font-family-base;
                    &:hover {
                        color: $primary;
                        padding-left: 8px;
                    }
                    span {
                        float: right;
                        position: relative;
                        font-size: 14px;
                        background-color: #c1d0ff;
                        color: $primary;
                        font-weight: 600;
                        line-height: 15px;
                        border-radius: 3px;
                        height: 22px;
                    }
                }
            }
        }
        &-img {
            position: relative;
            display: inline-block;
            margin-top: 20px;
            &:first-child {
                margin-top: 0;
            }
            img {
                width: 35%;
                max-width: 100%;
                height: auto;
                object-fit: cover;
                float: left;
                margin-right: 5px;
                position: relative;
            }
        }
        span {
            font-family: $font-family-base;
        }
        &-heading {
            display: flex;
            overflow: hidden;
            h6 {
                font-family: $font-family-heading;
                line-height: 1.4;
                font-size: 14px;
                margin-bottom: 0;
                a {
                    color: $navy;
                    transition: all 0.3s ease;
                    &:hover {
                        color: $primary;
                        text-decoration: none;
                    }
                }
            }
        }
    }
    &__footer {
        padding: 1rem;
        border-top: 1px solid #e9ecef;
        transition: all linear 0.25s;
    }
    .btn-search {
        background: #ffffff;
        color: #333333;
        height: 45px;
        box-shadow: none;
        border-radius: 0px;
        border-top: solid 1px #eeeeee;
        border-bottom: solid 1px #eeeeee;
        border-right: solid 1px #eeeeee;
        border-left: solid 1px #eeeeee;
        margin: 0 -1px 0;
    }
}

// TAGS

.blog__tags {
    display: inline-block;
    .list-inline {
        margin: 0;
        padding: 0;

        &-item {
            margin-right: 0;
            position: relative;
            a {
                display: block;
                margin-bottom: 5px;
                padding: 7px 10px;
                border: 1px solid #ddd;
                margin-right: 2px;
                color: $navy;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 12px;
                letter-spacing: 1px;
                transition: all linear 0.25s;
                &:hover {
                    background-color: $primary;
                    color: $white;
                    border: 1px solid $primary;
                }
            }
        }
    }
}

.widget__sidebar {
  border: 1px solid #e9ecef;
  margin-top: 30px;
  background-color: #fff;
}

.widget__sidebar__header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  display: block;
}
.widget__sidebar__header h6 {
  margin-bottom: 0;
  font-family: "Poppins", Helvetica, sans-serif;
}
.widget__sidebar__body {
  padding: 1.5rem;
  border-top: 1px solid #e9ecef;
  transition: all linear 0.25s;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

@media (min-width: 992px) {
  .col-lg-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
}

.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.widget__sidebar__body span {
  font-family: "Poppins", Helvetica, sans-serif;
}

.widget__sidebar .btn-search {
  background: #ffffff;
  color: #333333;
  height: 45px;
  box-shadow: none;
  border-radius: 0px;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  margin: 0 -1px 0;
}

.btn::before {
  position: absolute;
  transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1);
}

.widget__sidebar__body .list-unstyled {
  margin: 0;
  padding: 0;
}

.widget__sidebar__body .list-unstyled li {
  padding: 0 0 15px;
  position: relative;
}

.widget__sidebar__body .list-unstyled li a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #002247;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  font-family: "Poppins", Helvetica, sans-serif;
}

.widget__sidebar__body .list-unstyled li a span {
  float: right;
  position: relative;
  font-size: 14px;
  background-color: #c1d0ff;
  color: #3454d1;
  font-weight: 600;
  line-height: 15px;
  border-radius: 3px;
  height: 22px;
}

.widget__sidebar__body .list-unstyled li a:hover {
  color: #3454d1;
  padding-left: 8px;
}

.widget__sidebar__body span {
  font-family: "Poppins", Helvetica, sans-serif;
}

.widget__sidebar__body-img:first-child {
  margin-top: 0;
}

.widget__sidebar__body-img {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.widget__sidebar__body-img img {
  width: 35%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  margin-right: 5px;
  position: relative;
}
.widget__sidebar__body-heading {
  display: flex;
  overflow: hidden;
}

.widget__sidebar__body-heading h6 {
  font-family: "Poppins", Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 0;
}

.widget__sidebar__body span {
  font-family: "Poppins", Helvetica, sans-serif;
}

.text-capitalize {
  text-transform: capitalize !important;
}
.p-1 {
  padding: .25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: .25rem !important;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-badge-border-radius: inherit;
}

.blog__tags {
  display: inline-block;
}

.blog__tags .list-inline-item {
  margin-right: 0;
  position: relative;
}

.blog__tags .list-inline {
  margin: 0;
  padding: 0;
}

.blog__tags .list-inline-item a {
  display: block;
  margin-bottom: 5px;
  padding: 7px 10px;
  border: 1px solid #ddd;
  margin-right: 2px;
  color: #002247;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all linear 0.25s;
}

.blog__tags .list-inline-item a:hover {
  background-color: #3454d1;
  color: #fff;
  border: 1px solid #3454d1;
}

.single__blog-detail {
    display: inline-block;
    position: relative;
}

.single__blog-detail h1 {
    font-size: 32px;
    line-height: 1.4;
    color: #002247;
    font-family: "Poppins", Helvetica, sans-serif;
}

.single__blog-detail-info {
    margin-bottom: 15px;
}
.single__blog-detail-info .list-inline {
    padding: 0;
    margin: 0;
}

.single__blog-detail-info .list-inline-item {
    font-size: 14px;
    margin-right: 5px;
}

.single__blog-detail .image-profile {
    border: 1px solid #eee;
    width: 50px;
    max-width: 100%;
    margin-bottom: 0;
    padding: 3px;
    border-radius: 50%;
}

figure {
    margin: 0 0 1rem;
}

.single__blog-detail .image-profile img {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single__blog-detail .drop-cap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #002247;
    margin-bottom: 1.5em;
}

.single__blog-detail p {
    line-height: 1.7;
    color: #002247;
}

.block-quote {
    background-color: #fafafa;
    padding: 30px 30px 30px 70px !important;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    margin: 20px 0;
}

.single__blog-detail .drop-cap::first-letter {
    initial-letter: 3;
    color: #343a40;
    margin: 0 0.2em 0 0;
    font-size: 5em;
    float: left;
    font-weight: 600;
    line-height: 1;
}

.wrap__profile {
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.wrap__profile-author {
    display: flex;
}
.wrap__profile-author figure {
    width: 140px;
    height: auto;
    display: block;
    margin-right: 10px;
}

.wrap__profile-author-detail {
    float: left;
}

.wrap__profile-author figure img {
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #eee;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.wrap__profile-author-detail-name {
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 1px;
    font-family: "Poppins", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.btn-social.btn-social-o {
    color: #fff;
}

.btn-social.facebook {
    background-color: #3b5999;
}
.btn-social {
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0 !important;
    border-radius: 0;
    margin: 0 auto;
    line-height: 32px;
    display: inline-block;
}

.btn-social.twitter {
    background-color: #55acee;
}

.btn-social.instagram {
    background-color: #d91cac;
}

.single_navigation-next, .single_navigation-prev {
    margin-bottom: 30px;
}

.single_navigation-next, .single_navigation-prev {
    display: block;
}

.single_navigation-next a, .single_navigation-prev a {
    font-family: "Poppins", Helvetica, sans-serif;
    color: #002247;
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
}

.single_navigation-next a span, .single_navigation-prev a span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #7e7e7e;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}

.single__detail-features-review {
    position: relative;
    display: inline-block;
}

.media {
    display: flex;
    align-items: flex-start;
}

.single__detail-features-review .media img {
    position: relative;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    max-width: 100%;
}

.media-body {
    flex: 1;
}

.single__detail-features-review .media .media-body h6 {
    margin: 0;
}

.single__detail-features-review .media .media-body span {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Poppins", Helvetica, sans-serif;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.single__detail-features-review i.fa {
    font-size: 18px;
}

.single__detail-features-review .selected {
    color: #3454d1;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.form-group {
    margin-bottom: 1rem;
}

.single__detail-features-review .form-group label {
    font-family: "Poppins", Helvetica, sans-serif;
}

.form-control {
    height: 45px;
    padding: 0.75rem;
    font-size: 14px;
    border: 1px solid #e9ecef;
}

.form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.btn {
    font-size: 13px;
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 600;
}
.float-right {
    float: right !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #3454d1 !important;
    border-color: #3454d1 !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.btn::before {
    position: absolute;
    transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .blog__grid {
        margin-bottom: 10px;
    }

    .blog__grid:not(:first-of-type) {
        margin-bottom: 0;
    }
}