@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/**********  CSS **********/
:root {
    --primary: #0043ae;
    --light: #FFF5F3;
    --dark: #103741;
}

body {
    font-family: "Open Sans", sans-serif;
}

a {
    font-family: "Open Sans", sans-serif;
}

p {
    text-align: justify;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.choose h4 {
    font-size: 20px;
}

.cantact .card {
    padding: 10px;
    margin: 10px;
    background-color: #f4f4f4;
    text-align: center;

}

.serviceBox .service-icon span img {
    width: 50px;
    height: 50px;
}

.cantact .card i {
    background-color: #7b9fab;
    padding: 10px;
    margin: auto;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}

#locations .card {
    background-color: transparent !important;
    border: none !important;
}

#locations .card .card-footer {
    background-color: transparent !important;
    border: none !important;
}

#locations .card p {
    text-align: justify;
}

/*** 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;
}


.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 34px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}


.call-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 70px;
    left: 40px;
    background-color: #0043ae;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    line-height: 50px !important;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.social-media a {
    background: #fff;
    color: #fff;
    margin-right: 10px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 1px 4px 8px 2px #000000;
}

.tab-content .d-flex i {
    font-size: 25px;
    background-color: #adcbd5;
    padding: 10px;
    border-radius: 50px;
    margin-right: 5px;
    color: #fff;
}

.appointment {
    background-color: #c9ecf8;
    border-radius: 10px;
}

.tab-content .d-flex p {
    margin-bottom: 0px;
}

.my-float {
    margin-top: 16px;
}

.facility-item .fa-solid {
    font-size: 50px
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --white: #fff;
    --main-color: #8CACAA;
}



.serviceBox {
    color: #adcbd5;
    background: #adcbd5;
    font-family: 'Poppins', sans-serif;
    padding: 50px 20px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.serviceBox:before {
    content: "";
    background: var(--white);
    width: 100%;
    height: 100%;
    border-radius: 0 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.serviceBox a {
    background-color: #adcbd5;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.serviceBox a:hover {
    background-color: #7b9fab;
    color: #fff;
    transition: 1s;

}

.services a:hover {
    background-color: #7b9fab;
    color: #fff;
    transition: 1s;
}


.accordion-button {
    color: #000000;
    background-color: #adcbd5;
}

.accordion-item {
    background-color: #adcbd5;
}

.services a {
    background-color: #7b9fab;
    padding: 5px 10px;
    margin: 10px;
    color: #000;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #adcbd5;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.services .serviceBox .title {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 7px;
}

.serviceBox .description {
    color: #888;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    margin: 0;
}

.serviceBox .service-icon {
    color: var(--white);
    background: var(--main-color);
    font-size: 40px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 0 15px;
}

.serviceBox .service-icon i {
    line-height: inherit;
}


.serviceBox .service-icon img {
    border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    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: 50px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two', cursive;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0043ae;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 23px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #007bff;
    border-color: #007bff;
}

a {
    text-decoration: none;
    color: #000;

}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.footer {
    background-color: #7b9fab;
}

.footer p {
    color: #000000;
}

.footer a {
    color: #000000;
}

.footer a:hover {
    color: #e3e0e0;
}

.footer a b {
    color: #000000;
}

/*** Facility ***/
.facility-item p {
    font-size: 13px;
}

.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #adcbd5;
}

.facility-rounded {
    background-color: #adcbd5;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text p {
    padding: 7px 18px;

}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: #adcbd5;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    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 {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.about .d-flex img {
    width: 50px;
}

.about .d-flex {
    margin-bottom: 20px;
}


.logo {
    width: 95px;
}

.about p {
    text-align: justify;

}




/* tab */
.tabs-container {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}



.tab-link i {
    margin-right: 1px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-link.active {
    background-color: #007bff;
    color: #fff;
}


.tab-link {
    background-color: #f4f4f4;
    border: none;
    padding: 12px 24px;
    margin: 5px;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-link:hover {
    background-color: rgb(112 112 112);
    /* light orange */
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.tab-link.active {
    background-color: #3d74cc;
    /* coral */
    color: white;
    font-weight: bold;
}

.enquiry-button {
    justify-items: center;
    display: inline-block;
    padding: 12px 24px;
    background-color: #3d74cc;
    /* Coral */
    color: white;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.enquiry-button:hover {
    background-color: #ff5722;
    transform: translateY(-2px);
}

.showcase {
    display: block;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.showcase .slider {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.showcase .slider .item {
    display: block;
    float: left;
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.showcase .slider .item img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
    opacity: 0.65;
    opacity: 1;
}

@media (max-width:480px) {
    .logo {
        width: 60px;
    }

    .tab-link {

        padding: 10px;
        margin: 5px;
        font-size: 10px;

    }

    .tab-content p {
        text-align: justify;
    }

    .tab-content h6 {
        margin-top: 15px;
    }

    .services h4 {
        text-align: center;
    }

    .header-carousel .owl-carousel-item img {

        object-fit: fill;
    }

    #about p {
        text-align: justify;
    }



}



body {
    background-color: #f1f1f2 !important;
}

h3.h3 {
    text-align: center;
    padding: 1.5em 0em;
    text-transform: capitalize;
    font-size: 1.5em;
}

/******************  News Slider Demo-1 *******************/
.post-slide {
    overflow: hidden;
    margin-right: 15px;
    background-color: #fff !important
}

.post-slide .post-img {
    float: left;
    width: 50%;
    position: relative;
    margin-right: 30px
}

.post-slide .post-img img {
    width: 100%;
    height: auto
}

.post-slide .post-date {
    background: #ec3c6a;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition: all .5s ease
}

.post-slide .date {
    display: block;
    font-size: 20px;
    font-weight: 700
}

.post-slide .month {
    display: block;
    font-size: 11px;
    text-transform: uppercase
}

.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #38cfd8
}

.post-slide:hover .post-review {
    border-top-color: #ec3c6a
}

.post-slide .post-title {
    margin: 0 0 10px 0
}

.post-slide .post-title a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase
}

.post-slide .post-title a:hover {
    text-decoration: none;
    font-weight: 700
}

.post-slide .post-bar {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px
}

.post-slide .post-bar:after,
.post-slide .post-bar:before {
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px
}

.post-slide .post-bar:before {
    border: 1px solid #ec3c6a;
    right: 32%
}

.post-slide .post-bar li {
    color: #555;
    font-size: 10px;
    margin-right: 10px;
    display: inline-block
}

.post-slide .post-bar li a {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ec3c6a
}

.post-slide .post-bar li a:hover {
    color: #ec3c6a
}

.post-slide .post-bar li i {
    color: #777;
    margin-right: 5px
}

.post-slide .post-description {
    font-size: 12px;
    line-height: 21px;
    color: #444454
}

.owl-theme .owl-controls {
    margin-top: 30px
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #37a6a4
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #37a6a4
}

@media only screen and (max-width:990px) {
    .post-slide .post-img {
        width: 100%
    }

    .post-slide .post-review {
        width: 100%;
        border-bottom: 4px solid #ec3c6a
    }

    .post-slide .post-bar:before {
        left: 0
    }

    .post-slide .post-bar:after {
        left: 25px
    }
}

/******************  News Slider Demo-2 *******************/
.demo {
    background: linear-gradient(to right, #fcc, #d3d3d3)
}

.post-slide2 {
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide2 .post-img {
    overflow: hidden
}

.post-slide2 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s
}

.post-slide2:hover .post-img img {
    transform: scale(1.08)
}

.post-slide2 .post-content {
    background: #fff;
    padding: 20px
}

.post-slide2 .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize
}

.post-slide2 .post-title a {
    display: inline-block;
    color: grey;
    transition: all .3s ease 0s
}

.post-slide2 .post-title a:hover {
    color: #3d3030;
    text-decoration: none
}

.post-slide2 .post-description {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px
}

.post-slide2 .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none
}

.post-slide2 .post-bar li {
    color: #676767;
    padding: 2px 0
}

.post-slide2 .post-bar li i {
    margin-right: 5px
}

.post-slide2 .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: grey;
    transition: all .3s ease 0s
}

.post-slide2 .post-bar li a:after {
    content: ","
}

.post-slide2 .post-bar li a:last-child:after {
    content: ""
}

.post-slide2 .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none
}

.post-slide2 .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all .3s linear
}

.post-slide2 .read-more:hover {
    background: #333;
    text-decoration: none
}

/******************  News Slider Demo-3 *******************/
.post-slide3 {
    margin: 0 15px;
    padding: 0 25px 20px 25px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide3 .post-img {
    position: relative;
    margin-bottom: 20px
}

.post-slide3 .post-img img {
    width: 100%;
    height: auto
}

.post-slide3 .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all .3s ease-in-out 0s
}

.post-slide3:hover .post-icon {
    opacity: 1
}

.post-slide3 .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px
}

.post-slide3 .post-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase
}

.post-slide3 .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px
}

.post-slide3 .post-bar li:after {
    content: "/";
    margin-left: 5px
}

.post-slide3 .post-bar li:last-child:after {
    content: ""
}

.post-slide3 .post-bar li a {
    color: #8e44ad;
    transition: all .3s ease 0s
}

.post-slide3 .post-bar li a:hover {
    color: #333;
    text-decoration: none
}

.post-slide3 .post-bar li a:after {
    content: ",";
    margin: 0 5px
}

.post-slide3 .post-bar li a:last-child:after {
    content: ""
}

.post-slide3 .post-title {
    margin: 15px 0;
    text-transform: capitalize
}

.post-slide3 .post-title a {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all .3s linear 0s
}

.post-slide3 .post-title a:hover {
    color: #8e44ad;
    text-decoration: none
}

.post-slide3 .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 15px
}

.post-slide3 .read-more {
    display: inline-block
}

.post-slide3 .read-more:hover {
    text-decoration: none
}

.post-slide3 .read-more i {
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all .4s linear 0s
}

.post-slide3 .read-more span {
    font-size: 16px;
    color: #333;
    opacity: 0;
    text-transform: uppercase;
    transition: all .4s linear 0s
}

.post-slide3 .read-more:after {
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all .4s linear 0s
}

.post-slide3:hover .read-more span,
.post-slide3:hover .read-more:after {
    opacity: 1
}

.post-slide3 .read-more:hover i,
.post-slide3 .read-more:hover span,
.post-slide3 .read-more:hover:after {
    color: #8e44ad;
    border-bottom-color: #8e44ad
}

/******************  News Slider Demo-4 *******************/
.post-slide4 {
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide4 .post-info {
    padding: 5px 10px;
    margin: 0;
    list-style: none
}

.post-slide4 .post-info li {
    display: inline-block;
    margin: 0 5px
}

.post-slide4 .post-info li i {
    margin-right: 8px
}

.post-slide4 .post-info li a {
    font-size: 11px;
    font-weight: 700;
    color: #7e828a;
    text-transform: uppercase
}

.post-slide4 .post-info li a:hover {
    color: #1dcfd1;
    text-decoration: none
}

.post-slide4 .post-img {
    position: relative
}

.post-slide4 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: opacity .4s linear 0s
}

.post-slide4:hover .post-img:before {
    opacity: 1
}

.post-slide4 .post-img img {
    width: 100%;
    height: auto
}

.post-slide4 .read {
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    opacity: 0;
    transition: all .4s linear 0s
}

.post-slide4:hover .read {
    opacity: 1
}

.post-slide4 .read:hover {
    text-decoration: none;
    color: #1dcfd1
}

.post-slide4 .post-content {
    padding: 40px 15px;
    position: relative
}

.post-slide4 .post-author {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border: 4px solid #fff
}

.post-slide4 .post-author img {
    width: 100%;
    height: auto
}

.post-slide4 .post-title {
    font-size: 14px;
    font-weight: 700;
    color: #1dcfd1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    transition: all .3s linear 0s
}

.post-slide4 .post-title:after {
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #333
}

.post-slide4 .post-description {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px
}

/******************  News Slider Demo-5 *******************/
.post-slide5 {
    margin: 0 15px;
    transition: all .4s ease-in-out 0s;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide5 .post-img {
    position: relative;
    overflow: hidden
}

.post-slide5 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .4s linear 0s
}

.post-slide5:hover .post-img:before {
    background: rgba(0, 0, 0, .6)
}

.post-slide5 .post-img img {
    width: 100%;
    height: auto
}

.post-slide5 .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #ff9412;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all .5s ease-in-out 0s
}

.post-slide5:hover .category {
    left: 0
}

.post-slide5 .post-review {
    padding: 25px 20px;
    background: #fff;
    position: relative
}

.post-slide5 .post-title {
    margin: 0
}

.post-slide5 .post-title a {
    display: inline-block;
    font-size: 16px;
    color: #ff9412;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all .3s linear 0s
}

.post-slide5 .post-title a:hover {
    text-decoration: none;
    color: #555
}

.post-slide5 .post-description {
    font-size: 15px;
    color: #555;
    line-height: 26px
}

.post-review .post-bar {
    margin-top: 20px
}

.post-bar span {
    display: inline-block;
    font-size: 14px
}

.post-bar span i {
    margin-right: 5px;
    color: #999
}

.post-bar span a {
    color: #999;
    text-transform: uppercase
}

.post-bar span a:hover {
    text-decoration: none;
    color: #ff9412
}

.post-bar span.comments {
    float: right
}

@media only screen and (max-width:359px) {
    .post-slide5 .category {
        font-size: 13px
    }
}

/******************  News Slider Demo-6 *******************/
.post-slide6 {
    margin: 0 10px;
    border-left: 8px solid #1dcfd1;
    border-bottom: 8px solid #1dcfd1;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide6 .post-img {
    position: relative;
    overflow: hidden
}

.post-slide6 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .4s linear 0s
}

.post-slide6:hover .post-img:before {
    background: rgba(0, 0, 0, .6)
}

.post-slide6 .post-img img {
    width: 100%;
    height: auto
}

.post-slide6 .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #1dcfd1;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom .4s ease-in-out 0s
}

.post-slide6:hover .post-info {
    bottom: 0
}

.post-slide6 .category {
    padding: 0;
    margin: 0;
    list-style: none
}

.post-slide6 .category li,
.post-slide6 .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize
}

.post-slide6 .category li:after {
    content: " /"
}

.post-slide6 .category li:last-child:after {
    content: ""
}

.post-slide6 .category li a {
    color: #fff;
    transition: all .4s linear
}

.post-slide6 .category li a:hover {
    color: #555;
    text-decoration: none
}

.post-slide6 .post-review {
    padding: 35px 20px 25px;
    background: #fff;
    position: relative
}

.post-slide6 .icons {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden
}

.post-slide6 .icons img {
    width: 100%;
    height: auto
}

.post-slide6 .post-title {
    margin: 0 0 25px 0
}

.post-slide6 .post-title a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1dcfd1;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s linear 0s
}

.post-slide6 .post-title a:hover {
    text-decoration: none;
    color: #555
}

.post-slide6 .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px
}

.post-slide6 .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase
}

.post-slide6 .read:hover {
    text-decoration: none;
    color: #1dcfd1
}

/******************  News Slider Demo-7 *******************/
.post-slide7 {
    padding: 0 10px;
    transform: translateY(0);
    transition: all .3s ease 0s
}

.post-slide7:hover {
    transform: translateY(-10px)
}

.post-slide7 .post-img {
    position: relative
}

.post-slide7 .post-img img {
    width: 100%;
    height: auto
}

.post-slide7 .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(210, 130, 19, .7), rgba(170, 55, 114, .7));
    transform: translateY(-100%);
    transition: all .3s ease 0s
}

.post-slide7:hover .post-img:after {
    transform: translateY(0)
}

.post-slide7 .post-img:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: -50%;
    font-size: 30px;
    color: #fff;
    transition: all .5s ease 0s;
    z-index: 1
}

.post-slide7:hover .post-img:before {
    top: 40%
}

.post-slide7 .icons {
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1
}

.post-slide7 .icons img {
    width: 100%;
    height: auto
}

.post-slide7 .post-review {
    border: 1px solid #9c4a6c;
    border-top: none;
    padding: 35px 20px 25px;
    background: #fff;
    position: relative
}

.post-slide7 .post-review:after {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    transform: translateY(0);
    transition: all .3s ease 0s
}

.post-slide7:hover .post-review:after {
    opacity: 1;
    transform: translateY(5px)
}

.post-slide7 .post-bar {
    padding: 0;
    list-style: none
}

.post-slide7 .post-bar li {
    display: inline-block;
    font-size: 16px;
    font-family: serif, Arial;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize
}

.post-slide7 .post-bar li i {
    color: #9c4a6c;
    margin-right: 8px
}

.post-slide7 .post-title {
    margin: 0 0 20px 0;
    color: #555;
    font-weight: 700;
    font-size: 18px
}

.post-slide7 .post-description {
    font-size: 15px;
    line-height: 21px;
    color: grey
}

.post-slide7 .read {
    text-transform: capitalize;
    font-size: 15px;
    color: #9c4a6c
}

.post-slide7 .read i {
    margin-left: 10px
}

.post-slide7 .read:hover {
    text-decoration: none;
    color: #333
}

/******************  News Slider Demo-8 *******************/
.post-slide8 {
    margin: 0 15px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide8 .post-img {
    position: relative;
    overflow: hidden
}

.post-slide8 .post-img img {
    width: 100%;
    height: auto
}

.post-slide8 .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease
}

.post-slide8:hover .over-layer {
    opacity: 1
}

.post-slide8 .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center
}

.post-slide8 .post-link li {
    display: inline-block;
    list-style: none;
    margin-right: 20px
}

.post-slide8 .post-link li a {
    color: #fff;
    font-size: 20px
}

.post-slide8 .post-link li a:hover {
    color: #ff8b3d;
    text-decoration: none
}

.post-slide8 .post-date {
    position: absolute;
    top: 10%;
    left: 4%
}

.post-slide8 .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #333;
    float: left
}

.post-slide8 .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    background: #ff8b3d
}

.post-slide8 .post-content {
    padding: 30px
}

.post-slide8 .post-title {
    margin: 0 0 15px 0
}

.post-slide8 .post-title a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.post-slide8 .post-title a:hover {
    text-decoration: none;
    color: #ff8b3d
}

.post-slide8 .post-description {
    font-size: 14px;
    line-height: 24px;
    color: grey
}

.post-slide8 .read-more {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: color .2s linear
}

.post-slide8 .read-more:hover {
    text-decoration: none;
    color: #ff8b3d
}

.post-slide8 .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #ff8b3d;
    transition: all .3s ease
}

.post-slide8 .read-more:hover:after {
    width: 100%
}

@media only screen and (max-width:479px) {
    .post-slide8 .month {
        font-size: 14px
    }

    .post-slide8 .date {
        font-size: 14px
    }
}

/******************  News Slider Demo-9 *******************/
.post-slide9 {
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide9 .post-img {
    overflow: hidden;
    position: relative
}

.post-slide9 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: all .3s ease 0s
}

.post-slide9:hover .post-img img {
    transform: scale(1.2, 1.2)
}

.post-slide9 .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background: rgba(68, 67, 64, .9);
    transition: all .5s linear
}

.post-slide9:hover .over-layer {
    opacity: 1
}

.post-slide9 .post-link {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 45%
}

.post-slide9 .post-link li {
    display: inline-block;
    margin-right: 10px
}

.post-slide9 .post-link li a {
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color: #fff;
    background: #333;
    font-size: 20px;
    transform: scale(1, 1);
    transition: all .2s linear
}

.post-slide9 .post-link li a:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1)
}

.post-slide9 .post-review {
    padding: 15px 0;
    overflow: hidden
}

.post-slide9 .post-title {
    margin-top: 0
}

.post-slide9 .post-title a {
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s ease 0s
}

.post-slide9 .post-title a:hover {
    text-decoration: none;
    color: #1f80bb
}

.post-slide9 .post-info {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 0 7px 0;
    text-align: center;
    border-top: 1px solid #d3d3d3
}

.post-slide9 .post-info li {
    display: inline-block;
    margin-right: 13px
}

.post-slide9 .tag-info {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #d3d3d3
}

.post-slide9 .tag-info li {
    list-style: none;
    display: inline-block
}

.post-slide9 .tag-info li a {
    color: grey;
    text-transform: capitalize
}

.post-slide9 .tag-info li a:hover {
    color: #1f80bb;
    text-decoration: none
}

.post-slide9 .post-description {
    color: #828282;
    font-size: 14px;
    padding: 5px 25px;
    line-height: 25px
}

.post-slide9 .read-more {
    color: #333;
    float: right;
    font-weight: 700;
    margin-right: 25px;
    text-transform: capitalize
}

.post-slide9 .read-more:hover {
    color: #1f80bb;
    text-decoration: none
}

.owl-theme .owl-buttons div {
    position: relative;
    border-radius: 0;
    background: #807b87;
    padding: 7px 15px;
    transition: all .5s ease 0s
}

.owl-theme .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all .5s linear
}

.owl-carousel:hover .owl-buttons .owl-prev {
    opacity: 1;
    left: -30px
}

.owl-theme .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: all .5s linear
}

.owl-carousel:hover .owl-buttons .owl-next {
    opacity: 1;
    right: -30px
}

.owl-next:before,
.owl-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff
}

.owl-next:before {
    content: "\f054"
}

@media only screen and (max-width:990px) {
    .post-slide9 .post-info li {
        margin-right: 5px
    }

    .owl-theme .owl-buttons div {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .post-slide9 .post-link li a {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 13px
    }

    .post-slide9 .post-title a {
        font-size: 14px
    }
}

/******************  News Slider Demo-10 *******************/
.post-slide10 {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide10 img {
    width: 100%;
    height: auto
}

.post-slide10 .post-date {
    position: absolute;
    top: 2%;
    left: 8%;
    padding: 3% 5%;
    background: #e74c3c
}

.post-slide10 .month {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.post-slide10 .month:after {
    content: "";
    display: block;
    border: 1px solid #fff
}

.post-slide10 .date {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700
}

.post-slide10 .post-title {
    margin: 25px 0 15px 0
}

.post-slide10 .post-title a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 0 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.post-slide10 .post-title a:hover {
    text-decoration: none;
    color: #e74c3c
}

.post-slide10 .post-description {
    font-size: 14px;
    line-height: 24px;
    color: grey;
    padding: 0 15px
}

.post-slide10 .read-more {
    color: #333;
    padding: 0 15px;
    text-transform: capitalize;
    transition: color .2s linear
}

.post-slide10 .read-more i {
    margin-left: 10px;
    font-size: 10px
}

.post-slide10 .read-more:hover {
    text-decoration: none;
    color: #e74c3c
}

.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative
}

.owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background: #333;
    transition: background .5s ease
}

.owl-controls .owl-next {
    position: absolute;
    right: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background: #333;
    transition: background .5s ease
}

.owl-controls .owl-next:after,
.owl-controls .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size: 16px
}

.owl-controls .owl-next:after {
    content: "\f105"
}

.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
    background: #e74c3c
}

@media only screen and (max-width:990px) {
    .post-slide10 {
        margin: 0 20px
    }

    .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        padding: 5px 14px
    }

    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px
    }
}

@media only screen and (max-width:767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: 0;
        bottom: 260px
    }

    .owl-controls .owl-buttons .owl-next {
        right: 0;
        bottom: 260px
    }
}

/******************  News Slider Demo-11 *******************/
.post-slide11 {
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide11 .post-img {
    position: relative
}

.post-slide11 .over-layer {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all .3s ease 0s
}

.post-slide11:hover .over-layer {
    opacity: 1
}

.post-slide11 .over-layer:after {
    content: "+";
    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 31%;
    left: 42%
}

.post-slide11 .post-img img {
    width: 100%;
    height: auto
}

.post-slide11 .post-title {
    margin: 25px 0 15px 0;
    padding: 0 15px
}

.post-slide11 .post-title:before {
    content: "";
    border: 2px solid #e67e22;
    width: 18%;
    display: block;
    margin-bottom: 15px
}

.post-slide11 .post-title a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.post-slide11 .post-title a:hover {
    text-decoration: none;
    color: #e67e22
}

.post-slide11 .post-date {
    text-transform: capitalize;
    padding: 0 15px;
    color: #e67e22;
    font-size: 13px
}

.post-slide11 .post-date:before {
    margin-right: 7px;
    color: #e67e22
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e67e22
}

/******************  News Slider Demo-12 *******************/
.post-slide12 {
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
    margin-bottom: 2em
}

.post-slide12 .post-img {
    position: relative;
    float: left;
    width: 50%;
    height: auto
}

.post-slide12 .over-layer {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: opacity .3s ease 0s
}

.post-slide12 .over-layer:after {
    color: #fff;
    content: "+";
    font-size: 52px;
    position: absolute;
    top: 31%;
    left: 42%
}

.post-slide12 .post-img:hover .over-layer {
    opacity: 1
}

.post-slide12 .post-img img {
    width: 100%;
    height: auto
}

.post-slide12 .post-review {
    float: left;
    padding: 1px 20px;
    width: 50%
}

.post-slide12 .post-title {
    margin: 0 0 5px 0
}

.post-slide12 .post-title a {
    color: #3498db;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    transition: color .3s ease
}

.post-title>a:hover {
    text-decoration: none;
    color: #333
}

.post-slide12 .post-date {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 17px
}

.post-description {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: left
}

.owl-pagination {
    margin-top: 40px
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3498db
}

@media only screen and (max-width:990px) {
    .post-slide12 .over-layer:after {
        top: 39%;
        left: 45%
    }
}

@media only screen and (max-width:640px) {
    .post-slide12 .post-img {
        width: 100%
    }

    .post-slide12 .post-review {
        width: 100%;
        padding: 10px
    }
}

/******************  News Slider Demo-13 *******************/
.post-slide13 {
    padding: 0 15px
}

.post-slide13 .post-img {
    position: relative
}

.post-slide13 .post-img>a {
    display: block
}

.post-slide13 .post-img img {
    width: 100%;
    height: auto
}

.post-slide13 .post-img:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 0, 90, .6)
}

.post-slide13 .post-img:after {
    content: "\f065";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 17px;
    right: 20px;
    color: #fff;
    opacity: 0;
    transform: scale(.8);
    transition: all .3s linear 0s
}

.post-slide13 .post-img:hover:after {
    opacity: 1;
    transform: scale(1)
}

.post-slide13 .post-title {
    margin-top: 20px
}

.post-slide13 .post-title>a {
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase
}

.post-slide13 .post-title>a:hover {
    text-decoration: none;
    color: #dc005a
}

.post-slide13 .post-bar {
    padding: 0;
    list-style: none
}

.post-slide13 .post-bar>li {
    display: inline-block
}

.post-slide13 .author,
.post-slide13 .author>a,
.post-slide13 .post-date {
    color: #8f8f8f;
    font-size: 12px;
    margin-right: 16px;
    text-transform: uppercase;
    font-style: italic
}

.post-slide13 .author>i,
.post-slide13 .post-date>i {
    margin-right: 5px
}

.post-slide13 .author>a:hover {
    color: #dc005a
}

.post-slide13 .post-description {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px
}

.post-slide13 .post-description:before {
    content: "";
    display: block;
    border-top: 4px solid #dc005a;
    padding-bottom: 12px;
    width: 50px
}

.owl-theme .owl-controls .owl-page span {
    width: 52px;
    height: 5px;
    border-radius: 0;
    opacity: .5;
    margin-bottom: 0
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #dc005a;
    opacity: 1
}

/******************  News Slider Demo-14 *******************/
.post-slide14 {
    border-width: 1px 1px 5px;
    border-style: solid;
    border-color: #e67e22 #f0f0f0 #f0f0f0;
    border-radius: 5px;
    margin: 0 10px
}

.post-slide14 .post-category {
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: capitalize
}

.post-slide14 .post-category>a {
    text-transform: uppercase;
    color: #e67e22;
    transition: all .2s ease 0s
}

.post-slide14 .post-category>a:hover {
    color: #373a3f
}

.post-slide14 .post-review {
    overflow: hidden;
    padding: 10px
}

.post-slide14 .post-bar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e67e22;
    float: left;
    line-height: 34px;
    text-align: center;
    margin-right: 10px
}

.post-slide14 .post-bar>.month {
    display: block;
    color: #fff;
    font-size: 10px;
    text-transform: capitalize
}

.post-slide14 .post-bar>.date {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 12px
}

.post-slide14 .post-title {
    line-height: 20px;
    margin: 10px 0 0 0
}

.post-slide14 .post-title>a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 10px;
    color: #333;
    transition: all .2s ease 0s
}

.post-slide14 .post-title>a:hover {
    color: #e67e22
}

.post-slide14 .post-img {
    filter: grayscale(0);
    transition: all .3s ease 0s
}

.post-slide14 .post-img>img {
    width: 100%;
    height: auto
}

.post-slide14:hover .post-img {
    filter: grayscale(1)
}

.post-slide14 .post-description {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 35px
}