.text-primary {
    color: #c79f79 !important;
}

a {
    color: #c79f79;
    text-decoration: none;
}

.fs-22 {
    font-size: 22px;
}

.fs-18 {
    font-size: 18px;
}

.bg-primary {
    background-color: #c79f79 !important;
}

.btn-primary {
    color: #000;
    background-color: #c79f79;
    border-color: #c79f79;
}

.pt-250 {
    padding-top: 250px;
}
.pt-300 {
    padding-top: 300px;
}
ol,
ul {
    padding-left: 1rem;
}

.bg-dark {
    background-color: #0a3c0f !important;
}

/******************Slidershow*****************/
.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* Icons */
.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
    color: #a38a3f;
}

main {
    position: relative;
    width: 100%;
}

.content {
    text-align: center;
}

.info {
    display: block;
    max-width: 260px;
    margin: 0 1rem;
    font-weight: bold;
}

.page-header__title {
    font-size: 1rem;
    margin: 0;
}

.page-header__title-inner {
    position: relative;
    line-height: 1.25;
    margin: 0 0.5rem 0 0;
    padding: 0 1rem 0 0;
}

.page-header__title-inner::after {
    content: "";
    right: 0;
    width: 3px;
    height: 1.25rem;
    background: currentColor;
    position: absolute;
}

.page-header__title-sub {
    position: relative;
}

.social {
    display: none;
}

.social__item {
    display: block;
    font-size: 0.75rem;
    margin: 0 0.25rem;
}

.slideshow {
    position: relative;
    width: 100%;
    margin-top: 1rem;
}

.slideshow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.4s;
}

.slideshow--details::after {
    opacity: 1;
}

.slide {
    width: 100%;
    height: 50vh;
    top: 0;
    left: 0;
    position: absolute;
    overflow-x: hidden;
    pointer-events: none;
    opacity: 0;
}

.slide--current {
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
    position: relative;
}

.slide__wrap {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
}

.slide__bg,
.slide__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    pointer-events: none;
}

.slide__bg {
    filter: grayscale(1) brightness(0.7);
}

.slide__title-wrap {
    padding: 2rem 1rem 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide__title {
    margin: 0;
    font-size: 3.5rem;
    line-height: 0.9;
    white-space: pre;
    text-align: left;
}

.slide__title span {
    display: inline-block;
}

.slide__subtitle {
    font-size: 1.15rem;
    font-weight: normal;
    text-align: left;
}

.boxnav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 1000;
    width: 100%;
}

.boxnav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-nav-bg);
    border: 0;
    height: 4rem;
    flex: 1;
}

.boxnav__item--prev:hover,
.boxnav__item--next:hover {
    color: var(--color-nav-hover);
}

.boxnav__item:focus {
    outline: none;
}

.boxnav__label {
    padding: 0 0.5rem;
    font-size: 2rem;
    position: relative;
    color: #fff;
}

.boxnav__label--total::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 2px;
    height: 1.45rem;
    background: #a38a3f;
    transform: rotate(22.5deg);
}

.icon--caret-rot {
    transform: rotate(180deg);
}

.details-wrap {
    position: relative;
    pointer-events: none;
    width: 100%;
    z-index: 10000;
}

.details {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: grid;
    grid-auto-rows: 80px;
    overflow: hidden;
}

.details-wrap--open .details--current {
    pointer-events: auto;
}

.details__item {
    overflow: hidden;
}

.details__item--addtocart {
    grid-row: 4;
}

.details__inner {
    width: 100%;
    height: 100%;
}

.details__inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    transform: translate3d(100%, 0, 0);
}

.details__item-img {
    display: none;
}

.details__inner--sizes {
    background: #d4d4d4;
}

.details__size {
    position: relative;
    cursor: pointer;
}

.details__size--selected::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    margin: -1rem 0 0 -1rem;
    border: 2px solid #333;
    border-radius: 50%;
}

.details__size--disabled {
    color: #d42d2d;
    cursor: not-allowed;
}

.details__inner--price {
    background: #6ff8ed;
    color: rgb(2, 2, 2);
    font-size: 1.55rem;
}

.details__inner--colors {
    background: rgba(255, 255, 255, 0.007);
    backdrop-filter: blur(20px);
}

.details__color {
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    color: transparent;
    border-radius: 50%;
    align-self: center;
    justify-self: center;
    cursor: pointer;
}

.details__color--WhiteBlack {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 20%,
            rgba(0, 0, 0, 1) 100%);
}

.details__color--BeigeGray {
    background: rgb(240, 190, 143);
    background: linear-gradient(90deg,
            rgb(240, 190, 143) 20%,
            rgb(92, 84, 84) 100%);
}

.details__color--BlueBlack {
    background: rgb(16, 134, 245);
    background: linear-gradient(90deg,
            rgb(16, 134, 245) 20%,
            rgba(0, 0, 0, 1) 100%);
}

.details__color--PinkBlack {
    background: rgb(134, 16, 245);
    background: linear-gradient(90deg,
            rgb(134, 16, 245) 20%,
            rgba(0, 0, 0, 1) 100%);
}

.details__color--WhiteRedBlue {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 10%,
            rgba(121, 9, 9, 1) 45%,
            rgba(0, 212, 255, 1) 100%);
}

.details__color--WhiteGreenBlack {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 10%,
            rgb(4, 233, 138) 45%,
            rgb(0, 0, 0) 100%);
}

.details__color--red {
    background: #ff0000;
}

.details__color--green {
    background: #32f8a5;
}

.details__color--sky {
    background: #add8e6;
}

.details__inner--grid {
    display: grid;
    padding: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.action {
    border: 0;
    padding: 0;
    flex: 1;
    align-self: stretch;
    background: none;
}

.action--addtocart {
    background: #6ff8ed;
    color: var(--color-cart-bg);
}

.action--close {
    background: var(--color-cart-bg);
    color: #6ff8ed;
    text-transform: lowercase;
}

.action--details {
    position: absolute;
    z-index: 3000;
    top: 100%;
    font-weight: bold;
    font-size: 1.15rem;
    width: 100%;
    background: #000;
    padding: 1rem;
    color: #fff;
}

@media screen and (min-width: 53em) {
    body {
        padding: 0;
    }

    .content {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        min-height: 100vh;
        text-align: left;
    }

    .content--fixed {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        display: grid;
        align-content: space-between;
        width: 100%;
        max-width: none;
        min-height: 0;
        height: 100vh;
        padding: 1.5rem 4rem 2rem;
        pointer-events: none;
        align-items: start;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "pageheader ..."
            "... ..."
            "tagline ...";
    }

    .page-header {
        grid-area: pageheader;
        align-self: start;
        justify-self: start;
        position: relative;
        display: flex;
        padding: 1.25rem 1.5rem 1.25rem 0;
        pointer-events: none;
    }

    .page-header::before {
        content: "";
        background: #000;
        width: calc(100% + 4rem);
        height: 100%;
        position: absolute;
        left: -4rem;
        top: 0;
        transform: translate3d(-100%, 0, 0) translate3d(2rem, 0, 0);
        transition: transform 0.3s;
        pointer-events: auto;
    }

    .page-header:hover::before {
        transform: translate3d(0, 0, 0);
    }

    .page-header::after {
        content: "";
        width: 17rem;
        height: 100%;
        position: absolute;
        left: -2rem;
        top: 0;
        pointer-events: auto;
    }

    .page-header__title {
        transition: color 0.3s;
    }

    .page-header:hover .page-header__title {
        color: #fff;
    }

    .social {
        display: flex;
        list-style: none;
        margin: 0 0 0 3rem;
        padding: 0;
        position: relative;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
    }

    .social__item-link {
        color: #fff;
    }

    .icon--social {
        opacity: 0;
        transform: translate3d(0, 150%, 0);
        transition: opacity 0.2s linear, transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
        transition-delay: 0.05s;
    }

    .icon--instagram {
        transition-delay: 0.1s;
    }

    .icon--facebook {
        transition-delay: 0.15s;
    }

    .page-header:hover .social {
        opacity: 1;
        pointer-events: auto;
    }

    .page-header:hover .social__item-link .icon {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .content--fixed a {
        pointer-events: auto;
    }

    .tagline {
        margin: 0;
        grid-area: tagline;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .slideshow {
        overflow: hidden;
        margin: 0;
        height: 80vh;
    }

    .slide {
        height: 100vh;
    }

    .slide__title-wrap {
        padding: calc(6rem + 10vh) 0 0 4rem;
        text-align: left;
    }

    .slide__title {
        font-size: 4.5vw;
    }

    .slide__subtitle {
        margin: 1rem 0 0 0.2rem;
        max-width: 300px;
    }

    .slide__wrap {
        height: 100%;
        position: absolute;
    }

    .slide__bg,
    .slide__img {
        background-position: 50% 70%;
    }

    .boxnav {
        left: auto;
        right: 60vw;
        width: auto;
        background: #0b4911;
    }

    .boxnav__item {
        width: 10vw;
        height: 6vw;
        flex: none;
    }

    .details-wrap {
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
    }

    .details {
        width: auto;
        grid-template-columns: 8rem 15rem 200px;
        grid-template-rows: 125px 125px 7rem 3.5rem;
    }

    .details__item-img {
        display: block;
        grid-area: 1 / 3 / 3 / 4;
        max-width: 100%;
    }

    .details__item-sizes {
        grid-area: 1 / 2 / 2 / 3;
    }

    .details__item-price {
        grid-area: 1 / 1 / 2 / 2;
    }

    .details__item-colors {
        grid-area: 2 / 2 / 3 / 3;
    }

    .details__item--addtocart {
        grid-area: 3 / 3 / 4 / 4;
    }

    .details__item--close {
        grid-area: 4 / 3 / 5 / 4;
    }

    .details__inner--grid {
        grid-template-columns: repeat(3, 1.5rem);
    }

    .action--details {
        top: calc(6rem + 10vh);
        right: 4rem;
        left: auto;
        background: none;
        color: inherit;
        width: auto;
        padding: 0;
    }

    .action--details:hover {
        color: var(--color-details-hover);
    }
}

/********** Template CSS **********/
:root {
    --primary: #116c1a;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

p {
    font-size: 18px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 50px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 25px;
    text-transform: capitalize;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #c39652;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

img.logo {
    width: 185px;
}

.dropdown-menu {
    z-index: 9999;
}

nav.navbar {
    margin-top: 47px;
    border-top-left-radius: 75px;
    background: #0b4911 !important;
}

.navbar-expand-lg .navbar-collapse {

    padding-left: 52px;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(15 23 43 / 31%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 100px;
    height: 100px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/embroidery/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    padding-top: 70px;
    margin-top: 70px;
    background: #09240c !important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/****************************************************/
.clients {
    float: none;
    margin: auto;
    display: block;
}

.pijamas img {
    height: 400px;
    margin-bottom: 60px;
    border: 3px solid #0e561599;
    box-shadow: 1px -1px 8px #5689609e;
}

.column {
    margin: 15px 15px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 60px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

.column div {
    position: relative;
    margin: 0 0 30px 0px;
    padding: 0;
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    width: 301px;
    height: 350px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

figure:hover + span {
    bottom: -36px;
    opacity: 1;
}


/* Circle */
.hover15 figure {
    position: relative;
}

.hover15 img {
    height: 348px;
    display: block;
    margin: auto;
    border: 7px solid #0080001f;
}

.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ft-blog-section {
    padding: 30px 0px;
    background: #09320d;
}

.ft-blog-section .ft-section-title {
    max-width: 420px;
}

.ft-blog-section .ft-section-title h2 {
    padding-bottom: 0;
}

.ft-blog-feed-content {
    padding-top: 40px;
}

.ft-blog-news-feed-innerbox .ft-blog-feed-img {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-data a,
.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
    color: #00044b;
    font-weight: 500;
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-data a i,
.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a i {
    color: #ea1e00;
    margin-right: 5px;
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
    margin-left: 25px;
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-meta {
    margin-bottom: 22px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #d5d5d5;
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text h3 {
    color: #00044b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 15px;
}

.ft-blog-news-feed-innerbox .ft-blog-feed-text h3:hover {
    color: #ea1e00;
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-img {
    width: 200px;
    height: 168px;
    margin-bottom: 0;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 5px;
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-text {
    width: 345px;
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-meta {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox h3 {
    padding-bottom: 5px;
}

.ft-blog-section-2 {
    z-index: 1;
    overflow: hidden;
    padding: 110px 0px;
}

.ft-blog-section-2:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    width: 100%;
    height: 410px;
    position: absolute;
    background-color: #003440;
}

.ft-blog-section-2 .ft-section-title-2 {
    padding-bottom: 45px;
}

.ft-blog-section-2 .ft-section-title-2 h2,
.ft-blog-section-2 .ft-section-title-2 .sub-title {
    color: #fff;
    padding-bottom: 0;
}

.ft-blog-innerbox-2 {
    margin: 0 auto;
    max-width: 370px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
    box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
}

.ft-blog-innerbox-2 .ft-blog-img-2 {
    overflow: hidden;
}

.ft-blog-innerbox-2 .ft-blog-img-2 img {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-blog-innerbox-2 .ft-blog-meta {
    top: 10px;
    right: 10px;
    padding: 5px;
    line-height: 1;
}

.ft-blog-innerbox-2 .ft-blog-meta {
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: 700;
    border-radius: 5px;
    font-family: "Poppins";
    background-color: #ea1e00;
}

.ft-blog-innerbox-2 .ft-blog-text-2 {
    padding: 22px 20px 30px;
}

.ft-blog-innerbox-2 .ft-blog-text-2 h3 {
    color: #003440;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px;
}

.ft-blog-innerbox-2 .ft-blog-text-2 p {
    color: #003440;
    padding-bottom: 15px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-blog-innerbox-2:hover {
    background-color: #ea1e00;
    -webkit-box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.3);
    box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.3);
}

.ft-blog-innerbox-2:hover .ft-blog-img-2 img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 h3 {
    color: #fff;
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 p {
    color: #fff;
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a:before {
    border: 2px solid #fff;
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a i {
    color: #fff;
}

.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a:hover i {
    color: #002a34;
}

.ft-blog-content-2 {
    margin: -150px;
    padding: 150px;
    overflow: hidden;
    position: relative;
}

.Knitwear2 img {
    width: 100%;
    height: 170px;
}

.ft-blog-content-2 .carousel_nav .blg-left_arrow,
.ft-blog-content-2 .carousel_nav .blg-right_arrow {
    top: 40%;
    width: 40px;
    color: #fff;
    height: 40px;
    border: none;
    position: absolute;
    border-radius: 100%;
    background-color: #003440;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

.ft-blog-content-2 .carousel_nav .blg-left_arrow:hover,
.ft-blog-content-2 .carousel_nav .blg-right_arrow:hover {
    background-color: #ea1e00;
}

.ft-blog-content-2 .carousel_nav .blg-left_arrow {
    left: 130px;
}

.ft-blog-content-2 .carousel_nav .blg-right_arrow {
    right: 130px;
}

.ft-blog-slider-2 {
    margin: 0px -15px;
}

.ft-blog-slider-2 .slick-list {
    overflow: visible;
}

.ft-blog-slider-2 .slick-slide {
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    opacity: 0;
}

.ft-blog-slider-2 .slick-slide.slick-active {
    opacity: 1;
}

.ft-blog-post-feed-innerbox {
    max-width: 870px;
    margin-bottom: 40px;
    background-color: #f4f4f4;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper {
    padding: 30px;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta {
    padding: 15px 50px;
    margin-bottom: 25px;
    background-color: #ea1e00;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a {
    color: #fff;
    margin-right: 30px;
    position: relative;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a i {
    margin-right: 5px;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:after {
    top: 0;
    width: 1px;
    content: "";
    height: 20px;
    right: -15px;
    position: absolute;
    background-color: #fff;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:last-child:after {
    display: none;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text h3 {
    color: #002a34;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 18px;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a span {
    color: #fff;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a:hover {
    color: #fff;
}

.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a:hover:before {
    background-color: #ea1e00;
    border: 2px solid #ea1e00;
}

.ft-side-bar-widget {
    padding: 25px 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
}

.ft-side-bar-widget.search-widget-area {
    padding: 0;
}

.ft-side-bar-widget .widget-title {
    color: #002a34;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 45px;
}

.ft-side-bar-widget .widget-title:after {
    left: 0;
    top: 35px;
    height: 3px;
    content: "";
    width: 40px;
    position: absolute;
    background-color: #ea1e00;
}

.ft-side-bar-widget .search-widget input {
    width: 100%;
    height: 55px;
    border: none;
    padding-left: 20px;
    background-color: #f4f4f4;
}

.ft-side-bar-widget .search-widget button {
    top: 15px;
    padding: 0;
    right: 15px;
    border: none;
    position: absolute;
    background-color: transparent;
}

.ft-side-bar-widget .category-widget li {
    margin-bottom: 15px;
}

.ft-side-bar-widget .category-widget li:last-child {
    margin-bottom: 0;
}

.ft-side-bar-widget .category-widget li a {
    color: #002a34;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

.ft-side-bar-widget .category-widget li a:before {
    left: 0;
    top: -1px;
    font-size: 14px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

.ft-side-bar-widget .category-widget li a span {
    color: #fff;
    width: 28px;
    float: right;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #002a34;
    -webkit-transition: 400ms all ease;
    transition: 400ms all ease;
}

.ft-side-bar-widget .category-widget li:hover a {
    margin-left: 15px;
    color: #ea1e00;
}

.ft-side-bar-widget .category-widget li:hover span {
    background-color: #ea1e00;
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text {
    margin-bottom: 60px;
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img {
    width: 58px;
    height: 68px;
    overflow: hidden;
    margin-right: 10px;
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text h3 {
    font-size: 15px;
    color: #002a34;
    font-weight: 500;
    padding-bottom: 5px;
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span {
    font-size: 15px;
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span i {
    color: #002a34;
    margin-right: 5px;
}

.ft-side-bar-widget .recent-news-widget .recent-blog-img-text:last-child {
    margin-bottom: 0;
}

.ft-side-bar-widget .gallery-widget {
    margin: 0px -5px;
}

.ft-side-bar-widget .gallery-widget li {
    width: 75px;
    height: 65px;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
}

.ft-side-bar-widget .tag-widget li {
    display: inline-block;
}

.ft-side-bar-widget .tag-widget li a {
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #003440;
}

.ft-side-bar-widget .tag-widget li a:hover {
    background-color: #ea1e00;
}

.blog-details-img-text-wrapper .ft-blog-details-section {
    padding: 100px 0px;
}

.blog-details-img-text-wrapper .ft-blog-details-item {
    padding: 20px 30px;
    background-color: #f4f4f4;
}

.blog-details-img-text-wrapper .ftd-blog-meta-2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4ebf2;
}

.blog-details-img-text-wrapper .ftd-blog-meta-2:after {
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    content: "";
    position: absolute;
    background-color: #ea1e00;
}

.blog-details-img-text-wrapper .ftd-blog-meta-2 a {
    color: #707070;
    margin-right: 25px;
    position: relative;
}

.blog-details-img-text-wrapper .ftd-blog-meta-2 a i {
    font-size: 18px;
    margin-right: 5px;
    color: #ea1e00;
}

.blog-details-img-text-wrapper .blog-details-text article {
    margin-bottom: 25px;
}

.blog-details-img-text-wrapper .blog-details-text h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 20px;
}

.blog-details-img-text-wrapper .blog-details-text .bd-video-play {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-img-text-wrapper .blog-details-text .bd-video-play a {
    width: 85px;
    height: 85px;
    color: #ea1e00;
    line-height: 85px;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
}

.blog-details-img-text-wrapper .blog-details-text blockquote {
    color: #191919;
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "Poppins";
    background-color: #fff;
    border-left: 5px solid #ea1e00;
}

.blog-details-img-text-wrapper .blog-details-text blockquote span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 700;
    font-style: italic;
    color: #ea1e00;
}

.blog-details-img-text-wrapper .ft-blog-tag-share {
    margin: 40px 0px;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag span {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    margin-right: 3px;
    padding: 10px 20px;
    display: inline-block;
    background-color: #ffff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a:hover {
    color: #fff;
    background-color: #ea1e00;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a span {
    font-size: 14px;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a:hover {
    width: 100px;
    border-radius: 30px;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a:hover i {
    margin-right: 5px;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .fb-social {
    background-color: #3b5998;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .tw-social {
    background-color: #55acee;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .ln-social {
    background-color: #dd4b39;
}

.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .in-social {
    background-color: #cd339a;
}

.blog-details-img-text-wrapper .ft-blog-next-prev {
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    padding: 10px 0px 30px;
    margin-bottom: 50px;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text {
    color: #191919;
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:after {
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: #ea1e00;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:hover {
    color: #ea1e00;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:hover:after {
    width: 100%;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-img {
    width: 60px;
    height: 52px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 20px;
    position: relative;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-img:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0;
    height: 100%;
    position: absolute;
    background-color: #ea1e00;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-text h3 {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    max-width: 300px;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-text h3 a:hover {
    text-decoration: underline;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn.np-text-item .ft-blog-np-img {
    margin-right: 0;
    margin-left: 20px;
}

.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-next-prev-img-text:hover .ft-blog-np-img:before {
    opacity: 0.7;
}

.blog-details-img-text-wrapper .blog-details-img-video {
    margin-bottom: 30px;
}

.blog-details-img-text-wrapper .blog-details-img-video .blog-details-img {
    overflow: hidden;
    max-width: 390px;
    border-radius: 7px;
}

.ft-blog-comment h3 {
    color: #191919;
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.ft-blog-comment h3:after {
    left: 0;
    height: 3px;
    bottom: -8px;
    width: 40px;
    content: "";
    position: absolute;
    background-color: #ea1e00;
}

.ft-blog-comment-block-wrapper {
    padding-top: 35px;
}

.ft-blog-comment-block {
    margin-bottom: 40px;
}

.ft-blog-comment-block .ft-blog-comment-img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
}

.ft-blog-comment-block .ft-blog-comment-text {
    display: table;
    padding: 20px 25px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ft-blog-comment-block .ft-blog-comment-text h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn {
    top: 20px;
    right: 20px;
    height: 35px;
    width: 85px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    position: absolute;
    border-radius: 20px;
    background-color: #000;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn i {
    font-size: 13px;
}

.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn:hover {
    color: #fff;
    background-color: #ea1e00;
}

.ft-blog-comment-block .ft-blog-comment-text span {
    font-size: 13px;
    font-weight: 700;
    color: #ea1e00;
    text-transform: uppercase;
}

.ft-blog-comment-block .ft-blog-comment-text p {
    font-size: 15px;
    padding-top: 10px;
}

.ft-blog-comment-block .ft-blog-comment-text:hover {
    -webkit-box-shadow: 0px 8px 38px 0px rgba(125, 125, 125, 0.16);
    box-shadow: 0px 8px 38px 0px rgba(125, 125, 125, 0.16);
}

.ft-blog-comment-block .ft-blog-comment-text:hover span {
    text-decoration: underline;
}

.ftd-blog-comment-form {
    margin-top: 40px;
    padding: 35px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.05);
    box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.05);
}

.ftd-blog-comment-form .ftd-comment-form-input label {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.ftd-blog-comment-form .ftd-comment-form-input input,
.ftd-blog-comment-form .ftd-comment-form-input textarea {
    height: 50px;
    width: 33.33%;
    margin: 0px 5px;
    padding-left: 20px;
    border: 1px solid #e3e7f2;
}

.ftd-blog-comment-form .ftd-comment-form-input span {
    display: block;
    margin-top: 15px;
}

.ftd-blog-comment-form .ftd-comment-form-input span input {
    height: inherit;
    width: inherit;
}

.ftd-blog-comment-form .ftd-comment-form-input textarea {
    width: 100%;
    height: 150px;
    padding-top: 15px;
}

.ftd-blog-comment-form .ftd-comment-form-input button {
    color: #fff;
    width: 150px;
    height: 45px;
    border: none;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
    border-radius: 30px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    text-transform: uppercase;
    background-color: #ea1e00;
}

.ftd-blog-comment-form .ftd-comment-form-input button:hover {
    background-color: #00044b;
}

.ft-blog-section-3 {
    padding: 115px 0px;
}

.ft-blog-section-3 .ft-section-title-3 {
    margin: 0 auto;
    max-width: 710px;
}

.ft-blog-content-3 {
    padding-top: 55px;
}

.ft-blog-innerbox-3 {
    max-width: 370px;
}

.ft-blog-innerbox-3 .ft-blog-text {
    left: 0;
    right: 0;
    top: -65px;
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 25px 50px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}

.ft-blog-innerbox-3 .ft-blog-text:before {
    top: -17px;
    left: 0;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 17px solid #fff;
    border-left: 307px solid rgba(255, 255, 255, 0);
}

.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta {
    margin-bottom: 10px;
}

.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a {
    color: #888888;
}

.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a i {
    margin-right: 5px;
}

.ft-blog-innerbox-3 .ft-blog-text h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 12px;
}

.ft-blog-innerbox-3 .ft-blog-text .more-btn {
    left: 0;
    right: 0;
    bottom: -25px;
    color: #fff;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    background-color: #fa4318;
}

.ft-blog-innerbox-3 .ft-blog-text .more-btn:hover {
    background-color: #008eff;
}

.ft-blog-innerbox-3:hover .ft-blog-text {
    background-color: #07082d;
}

.ft-blog-innerbox-3:hover .ft-blog-text:before {
    border-bottom: 17px solid #07082d;
    border-left: 307px solid rgba(255, 255, 255, 0);
}

.ft-blog-innerbox-3:hover .ft-blog-text h3 {
    color: #fff;
}

.ft-blog-innerbox-3:hover .ft-blog-text .ft-blog-meta a {
    color: #fff;
}

.blog-slider-3 .slick-dots {
    position: static;
}

.blog-slider-3 .slick-dots li {
    width: 40px;
    height: 40px;
    color: #c3c3c3;
    font-weight: 700;
    line-height: 32px;
    border-radius: 100%;
    display: inline-block;
    border: 4px solid #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.blog-slider-3 .slick-dots li.slick-active {
    color: #0b0b0b;
    font-size: 18px;
    border: 4px solid #008eff;
}

.ft-side-bar-add {
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 5px;
}

.ft-side-bar-add h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    padding: 30px 0px 45px;
}

.ft-side-bar-add a {
    color: #000;
    width: 130px;
    height: 45px;
    margin: 0 auto;
    font-weight: 600;
    border-radius: 5px;
    background-color: #fff;
}

.ft-side-bar-add a:hover {
    color: #fff;
    background-color: #00044b;
}

/****************************************************/
a.readmore {
    font-size: 21px;
    padding-top: 12px;
    font-weight: bold;
}

.gallery a img {
    border: 1px solid;
}

.gallery a {
    margin-bottom: 22px;
}

.fixed_bg {
  background: #0c4812 url(../img/banner.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: contain;
  min-height: 900px;
  background-position: left;
background-repeat: no-repeat;
}

.fixed_bg ul li {
    font-size: 22px;
    line-height: 2;
    font-weight: 600;
    color: #0c4812;
}

.room-item img {
    height: 275px;
}



.Knitwear ul li {
    list-style-type: none;
    font-size: 17px;
}
@media screen and (max-width:992px) {
nav.navbar {
  background: #fff !important;
}
.navbar-expand-lg .navbar-collapse {
  padding-left: 52px;
  background: #09480f;
}
.navbar-toggler{
    background-color: #09480f !important;
}
.fixed_bg{
    background: #c79f79;
}
.pt-250 {
  padding-top: 100px;
}
.position-relative img {
  display: block;
  margin: auto;
}
}
@media screen and (max-width:460px) {
    .col-6{
        width:100%;
    }
}