/********** Template CSS **********/
body {
    font-family: "Rubik", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    /* font-family: 'poppins', sans-serif; */
    font-family: "Rubik", Sans-serif;
    /* font-size: 17px; */
}

:root {
    --primary: #AACD06;
    --secondary: #ffffff;
    --tertiary: #000000;
}

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

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

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.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;
}


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

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    /* left: -17px; */
    right: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

/* strict====================================================== */
.strict .card {
    border: 5px solid var(--primary);
    border-radius: 40px 0 40px 0;
}

.strict .icon i {
    font-size: 40px;
    color: var(--primary);
}

.strict p {
    font-size: 16px;
    font-weight: 500;
}

.strict .card:hover .icon i {
    color: #000000;
}

@media(max-width:576px) {
    .strict p {
        font-size: 13px;
        font-weight: 500;
    }
}

/* strict====================================================== */


/* topbar start ---------------------------------- */
.volunter {
    /* border: 1px solid red; */
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    background-color: #ffffff;
    border-radius: 15px;
}

.topbar .twitter {
    height: 13px;
    height: 13px;
}

.topbar .twitter-1 {
    height: 10px !important;
    height: 10px !important;
}

/********************* Navbar ******************/

.navbar-brand img {
    width: 55% !important;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    /* padding: 0px 10px; */
    font-size: 12px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: var(--tertiary);
    outline: none;
    transition: .5s;
}

/* .sticky-top.navbar .navbar-nav .nav-link {
    padding: 18px 12px;
} */

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    /* color: var(--primary); */
    background-color: #AACD06;
    /* padding: 10px; */
}

@media (max-width: 576px) {

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        /* color: var(--primary); */
        background-color: transparent;
        /* padding: 10px; */
    }
}



@media (max-width: 768px) {

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        /* color: var(--primary); */
        background-color: transparent;
        /* padding: 10px; */
    }
}


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

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler {
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid var(--primary);
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: var(--primary);
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

@media screen and (max-width: 840px) {

    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }

    .navbar-collapse {
        position: absolute;
        background: var(--primary);

        height: 100vh;
        width: 280px;
        left: -282px;
        top: 96px !important;
        box-shadow: var(--box-shadow);
        padding-top: 25px !important;
        padding-left: 25px !important;

        z-index: 999;
        transition: .3s linear;
    }

    .navbar .navbar-nav .nav-link {
        color: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link.active {
        color: #FFFFFF;
    }

    .navbar-collapse.show {
        top: 96px !important;
        left: 0px;
    }
}




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

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--primary);
    color: var(--tertiary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--secondary);
    transition: .5s;
    opacity: 1;
}



/* carousel start ========================================================================= */

/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .7);
}

@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 h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

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



@media (max-width: 576px) {
    .header-carousel .owl-dots {
        bottom: 3px !important;
    }

    .header-carousel .owl-nav {
        bottom: 3px !important;
    }

}

.header-carousel .owl-nav {
    position: absolute;
    width: 240px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

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

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

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

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/* carousel end ========================================================================== */

/* service start ========================================================================== */
.service .card {
    border: 5px solid var(--primary);
    border-radius: 30px 0 30px 0;
}

@media (max-width: 576px) {
    .service a {
        font-size: 11px !important;
        font-weight: 600;
    }
}

.service .card .icon {
    color: var(--primary);
}

.service .card:hover .icon {
    color: var(--tertiary);
}

/* service end ========================================================================== */


/* one start ========================================================================== */
/*-------------
# Portfolio Section
-------------*/
.image-grid figure {
    margin-bottom: 0;
}

.image-grid img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
  –––*/
.one img {
    border-radius: 18px 18px 18px 18px;
}

.one p {
    font-size: 17px;
}

.one .bold-letter {
    font-weight: 600;
}

.one .card {
    box-shadow: rgba(204, 240, 46, 0.4) 5px 5px, rgba(204, 240, 46, 0.3) 10px 10px;
}

/* one end ========================================================================== */



/* {{-- Manam can help You start ========================================================  --}} */

.can-help {
    background-color: #F8F8F8;
}

.can-help .card {
    border: 5px solid var(--primary);
    border-radius: 0 30px 0 30px;
}

.can-help .card:hover {
    border: 5px solid var(--tertiary);
    border-radius: 30px 0 30px 0;
    transition: 0.5s ease-in-out;
}

@media (max-width: 576px) {
    .can-help a {
        font-size: 11px !important;
        font-weight: 600;
    }
}

.can-help .card .icon {
    color: var(--primary);
}

.can-help .card a {
    font-size: 16px;
}

.can-help h6 {
    color: #444444;
    font-weight: 500;
}

/* {{-- Manam can help You end ========================================================  --}} */

.wrapper {
    padding: 70px 0;
    overflow-x: hidden;
}


.my-slider {
    padding: 0 70px;
}

.slick-initialized .slick-slide {
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/*** Footer start====================================================== ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--tertiary);
    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;
    color: balck;
    margin-right: 10px;
}

.footer {
    /* background-color: #d8f3c6 !important; */
    border-top: 1px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .hover {
    color: var(--tertiary);
}

.footer .hover:hover {
    color: var(--primary);
}

/* .footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
} */

.footer .mail a {
    color: #000;
}

.footer .mail a:hover {
    color: var(--primary);
}

.copyright {
    background-color: var(--primary);
    padding: 10px 0;
    font-size: 15px;
    /* border-top: 1px solid black; */
}

.copyright a {
    color: var(--secondary);
}

.copyright a:hover {
    color: var(--primary);
}

.addzet {
    color: #FFFFFF;
}

.addzet:hover {
    color: #000;
    transition: ease-in-out 0.5s;
}

/*** Footer end====================================================== ***/


/* {{-- Clinical conditions start -==============================================================  --}} */

.clinical .card {
    /* position: relative; */
    height: 200px;
    box-shadow: 5px 5px 20px;
    overflow: hidden;
    cursor: pointer;

}

.clinical .intro {

    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -13px;
    left: 0;
    background: #B1CD06C4;
    transform: skewY(-5deg);
    transition: .5s;
}



.clinical .intro h6 {
    text-transform: uppercase;
    transform: skewY(5deg) !important;

}

.clinical .intro p {
    transform: skewY(5deg) !important;

}

.clinical .card:hover .intro {
    height: 225px;
    bottom: -13px;
    background-color: #B1CD06C4;
}

.clinical .card:hover .text-p {
    opacity: 1;
    visibility: visible;
}

.clinical .card:hover img {
    transform: scale(1.1) rotate(-3deg);
}

.clinical img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.4s ease-in-out;
}


.clinical .text-p {
    font-size: 12px;
    padding: 4px;
    visibility: hidden;
    opacity: 0;
    color: var(--secondary);
}



/* {{-- Clinical conditions end -==============================================================  --}} */

/* {{--  Transforming start ======================================================================  --}} */
.transforming {
    background-color: var(--primary);
}

.transforming .btn-transforming {
    background-color: var(--secondary);
    border-radius: 20px;
    font-size: 12px;
}

.transforming .one {
    display: flex;
    justify-content: right;
}

.transforming .two {
    display: flex;
    justify-content: left;
}

@media (max-width:576px) {

    .transforming .one {
        display: flex;
        justify-content: center;
    }

    .transforming .two {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:768px) {

    .transforming .one {
        display: flex;
        justify-content: center;
    }

    .transforming .two {
        display: flex;
        justify-content: center;
    }
}

/* {{--  Transforming end ======================================================================  --}} */


/* {{-- about two start ========================================================  --}} */
.about-two .card .image img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    box-shadow: rgba(204, 240, 46, 0.4) 5px 5px;
}

.about-two .card {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height: 480px;
}

.about-two h3 {
    color: var(--primary);
}

.about-two strong {
    color: var(--tertiary);
}

.about-two p {
    text-align: justify;
    color: var(--tertiary);
}

/* {{-- about two end ========================================================  --}} */
/* {{-- about three start ========================================================  --}} */
.about-three {
    background-color: var(--primary);
}

/* {{-- about three end ========================================================  --}} */
/* {{-- team start  ========================================================  --}} */
.team .card .image img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    box-shadow: rgba(159 191 18 / 87%) 5px 5px;
}

.team .card {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height: 380px;
}


.hover-change {
    color: var(--primary);
}

.hover-change:hover {
    color: var(--tertiary);
}

/* {{-- team end  ========================================================  --}} */


/* {{-- team new start  ========================================================  --}} */
.team-new .card .image img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    box-shadow: rgba(159 191 18 / 87%) 5px 5px;
}

.team-new .card {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height: 260px;
}


.hover-change {
    color: var(--primary);
}

.hover-change:hover {
    color: var(--tertiary);
}

/* {{-- team  new end  ========================================================  --}} */
/* {{-- about four start ========================================================  --}} */
.about-four {
    background-color: var(--primary);
}

.about-four .btn-manam {
    background-color: var(--secondary);
    border-radius: 10px;
    color: var(--tertiary);
    font-weight: 600;
}

/* {{-- about four end ========================================================  --}} */

.about-five .h3 {
    font-weight: 600;
}

.annual-report .heading {
    font-size: 17px;
}

/* area two start ============================================== */
.area-two .card .image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.area-two .card .image img {
    transition: 0.3s;
}

.area-two .card .image img:hover {
    transform: scale(1.1);
}

.area-two .card {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

}

@media(max-width:576px) {
    .area-two .card .image {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
}

/* area two end ============================================== */

/* area three start ============================================== */

.area-three .card {
    height: 180px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.area-three .container {
    padding: 0 160px;
}

@media(max-width:576px) {
    .area-three .container {
        padding: 0 0px;
    }

}

@media(max-width:768px) {
    .area-three .container {
        padding: 0 0px;
    }

    .area-three .card {
        height: 190px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }
}

/* area three end ============================================== */




/* area four start ============================================== */

.area-four .card {
    height: 300px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.area-four .container {
    padding: 0 260px;
}



@media(max-width:576px) {
    .area-four .container {
        padding: 0 0px;
    }

    .area-four .card {
        height: 420px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }
}

@media(max-width:768px) {
    .area-four .container {
        padding: 0 0px;
    }
}

/* area four end ============================================== */



/* area five start ============================================== */

.area-five .card {
    height: 260px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.area-five .container {
    padding: 0 260px;
}



@media(max-width:576px) {
    .area-five .container {
        padding: 0 0px;
    }


    .area-five .card {
        height: 378px !important;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }
}

@media(max-width:768px) {
    .area-five .container {
        padding: 0 0px;
    }


    .area-five .card {
        height: 280px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }
}

/* area five end ============================================== */




/* {{-- alternate two start ========================================================  --}} */
.alternate-two {
    background-color: #F3F3F3;
}

/* {{-- alternate two end ========================================================  --}} */



/* projects start -============================================================= */

.projects .card .image {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.projects .card .image img {
    transition: 0.3s;
    height: 200px;

}

.projects .card .image img:hover {
    transform: scale(1.1);
}

.projects .card {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height: 380px;
}

/* projects end -============================================================= */



/* faq start===================================================================================== */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    font-weight: 600;
}

/* faq end =============================================== */


/* facilities start ------------------------------------------------------ */
.service-item .icon img {
    box-shadow: 2px 2px 2px 2px #aacd06;
    border-radius: 50%;
}

/* facilities end------------------------------------------------------------- */

/* facilities-two start------------------------------------------------------------- */

.facilities-two .card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/* facilities-two end------------------------------------------------------------- */


/* join us start ================================================================ */
.join-us .card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0;
}

.join-us .card input {
    border-radius: 0;
    padding: 10px;
}

.join-us .card select {
    padding: 10px;
    background-color: #FFF;
    border-radius: 0;
}

.join-us .card textarea {
    padding: 10px;
    border-radius: 0;
}

/* join us end ================================================================ */
/* {{--  contact us start =====================================================================  --}} */
.contact {
    background-color: #000;
}

.contact .icon {
    /* border: 1px solid white; */
    background: var(--primary);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .card {
    width: 100%;
    height: 400px;
    border-radius: 0;
}

.contact .card input {
    border-radius: 0;
    padding: 10px;
}

.contact .card textarea {
    padding: 10px;
    border-radius: 0;
}

/* {{--  contact us end =====================================================================  --}} */


/* {{--  blog start =======================================================================  --}} */
.blog .card p {
    font-size: 14px;
    color: #444444;
}

.blog .card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    height: 450px;
    background: #f8f6f5;
    border-radius: 0;
}

.blog .card img {
    height: 170px;
}

.blog-one {
    background-color: #f8f6f5;
}

.blog-one .entity-title {
    font-size: 40px;
}

.blog-one a:hover {
    color: var(--primary) !important;
}

.blog-one .back:hover {
    background-color: #eef8c0;
}



.related-post .card a {
    color: #000;
}

.related-post .card a:hover {
    color: var(--primary);
}

.related-post .card {
    height: 340px;
    border: none;
}

/* {{--  blog end =======================================================================  --}} */

/* manam start -=================================================================== */

.manam {
    background-color: #f8f6f5;
}

.manam .left .card {
    height: 340px;
    border: none;
    border-radius: 0;
}

.manam .card img {
    width: 100%;
    height: 200px;
}

.manam .card a {
    color: #000;
}

.manam .card a:hover {
    color: var(--primary);
}

.manam .right .card {

    border: none;
    border-radius: 0;
}

.manam .card {

    border: none;
    border-radius: 0;
}

.manam .Page .pagination .page-item:hover {
    color: black !important;
    background-color: blue !important;
}

/* manam end ========================================================================= */

/* manam one start ============================================================= */

.manam-one {
    background-color: #f8f6f5;
}

.manam-one .left .card {
    height: 340px;
    border: none;
    border-radius: 0;
}

.manam-one .card img {
    width: 100%;
    height: 330px;
}

.manam-one .card a {
    color: #000;
}

.manam-one .card a:hover {
    color: var(--primary);
}

.manam-one .right .card {

    border: none;
    border-radius: 0;
}

.manam-one .card {

    border: none;
    border-radius: 0;
}

/* manam one end ================================================================== */


/* {{--  parenting in the time of start =====================================================================  --}} */

.parenting {
    background-color: #f8f6f5;
}

.parenting .card img {
    height: 170px;
}

.parenting a:hover {
    color: #AACD06 !important;
}

/* {{--  parenting in the time of end =====================================================================  --}} */

/* manam news -====================== */
.manam-news .card {
    height: 280px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}

.manam-news .card img {
    height: 280px;
    width: 100%;
}

.manam-news .card .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.manam-news .card:hover .search-icon {
    opacity: 1;
}



.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}





.logo-slider img {
    width: 137px !important;
    height: 137px;
    border: 1px solid rgb(159, 222, 25);
}

.logo-slider h2 {
    font-weight: 600;
}

.owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.owl-carousel .owl-nav [class*="owl-"].disabled {
    background-color: #d6d6d6;
    border-color: #fff;
    color: #fff;
}

.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    background-color: transparent;
    z-index: 10;
}

.owl-carousel .owl-prev {
    /*   left: -70px; */
    left: -50px;
}

.owl-carousel .owl-next {
    /*   right: -70px; */
    right: -50px;
}

@media(max-width:576px) {

    .owl-carousel .owl-prev {
        display: none;
    }

    .owl-carousel .owl-next {
        display: none;
    }

    .logo-slider p,
    .logo-slider h2 {
        text-align: center;
    }

    .logo-slider img {
        width: 137px !important;
        height: 72px;
        border: 1px solid rgb(159, 222, 25);
    }

}

.owl-carousel .owl-next i,
.owl-carousel .owl-prev i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-dots {
    text-align: center;
    border: red;
}




/*** testimonial Start ***/
.testimonial {
    background-image: url(../img/bg-testimonials.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}

@media(max-width:576px) {
    .testimonial {
        height: 350px;
    }
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

/*** testimonial End ***/



.flip-panel {
    display: block;
    position: relative;
    width: 481px;
    padding: 10px;
    height: 350px;
    margin: 67px 651PX;
    perspective: 1200px;
}

.panel {
    transition: z-index 1s ease-in-out 1s;
}

.panel,
.panel .front,
.panel .back {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -moz-transform-style: preserve-3d;
    -moz-transition: -moz-transform 1s;
    transform-style: preserve-3d;
    transition: transform 1s, box-shadow 1s;
}

.panel .front {
    /* background: rgb(189, 189, 189); */
    z-index: 2;

    -moz-transform: rotateY(0deg);
    -moz-transform-origin: left;
    transform: rotateY(0deg);
    transform-origin: left;
    backface-visibility: hidden;
}

.panel .back {
    /* background: rgb(162, 162, 162); */
    left: -100%;
    z-index: 1;

    -moz-transform: rotateY(180deg);
    -moz-transform-origin: right;
    transform: rotateY(180deg);
    transform-origin: right;

    backface-visibility: hidden;
}

.panel .front:hover {
    -moz-transform: rotateY(-25deg);
    -moz-transform-origin: left;
    transform: rotateY(-25deg);
    transform-origin: left;
    /* box-shadow: 4px 4px 12px rgb(100, 100, 100); */
}

.panel.open {
    z-index: 1;
}

.panel.open .front {
    z-index: 1;
    -moz-transform: rotateY(-180deg);
    -moz-transform-origin: left;
    transform: rotateY(-180deg);
    transform-origin: left;
}

.panel.open .back {
    z-index: 2;
    -moz-transform: rotateY(0deg);
    -moz-transform-origin: right;
    transform: rotateY(0deg);
    transform-origin: right;
}

.panel .front i {
    font-size: 40px;
    color: var(--primary);
}

@media(max-width:576px) {
    .flip-panel {
        display: block;
        position: relative;
        width: 388px;
        padding: 10px;
        height: 296px;
        margin: 56px -22px;
        perspective: 1200px;
    }
}





.scene {
    width: 500px;
    height: 500px;
    margin: auto;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.book {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page {
    cursor: pointer;
    position: absolute;
    color: black;
    width: 100%;
    height: 100%;

    -webkit-transition: 1.5s -webkit-transform;

    transition: 1.5s transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.front,
.back {
    position: absolute;

    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;
}

.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.page.active {
    z-index: 1;
}

.page.flipped {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.page.flipped:last-of-type {
    z-index: 1;
}








.book-gallery {
    position: relative;
    width: 80%;
    height: 60%;
    padding: 10px;
    margin: auto;
    /* background-color: orange; */
    perspective: 1800px;
    transform: rotateY(0);
    transform-style: preserve-3d;
}

.page {
    counter-increment: page-count;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -webkit-transform-origin: bottom left;
    -webkit-transform: rotateY(0);
    -webkit-transition: -webkit-transform 1s ease-out;
    -webkit-transform-style: preserve-3d;
}

.page:hover {
    -webkit-transform: rotateY(-30deg);
    -webkit-transition: -webkit-transform 0.5s ease-out;
}

input:checked+.page {
    -webkit-transform: rotateY(-180deg);
}

.testimonials input {
    display: none;
}

.front-page,
.back-page {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

.front-page {
    /* background-color: red; */
    z-index: 200;
}

.back-page {
    z-index: 100;
    /* background-color: green; */
    -webkit-transform: rotateY(-180deg);
}

.page figure {
    /* width: 60%; */
    height: 550px;
    /* overflow: hidden; */
}

.page figure img {
    width: 100%;
}

.page figure figcaption {
    backgroung-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

/* .chk-flip {
  position: absolute;
  display: none;
} */
.lbl-flip {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 300;
}



/* event================================================== */
.event .card-body {
    border-bottom: 3px solid var(--primary);
    /* font-weight: 600; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    color: var(--primary);
    height: 210px;
}

.events .card-body {
    border-bottom: 3px solid var(--primary);
    /* font-weight: 600; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    color: var(--primary);
    height: 215px;
}


.events-1 .card-body {
    border-bottom: 3px solid var(--primary);
    /* font-weight: 600; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    color: var(--primary);
    height: 160px;
}
 .event .image img{
    height: 210px;
} 

/* event=============================================== */
