
@import url('main.css');

:root {

    --grad-mid: linear-gradient(hsla(var(--basic-h-pri), var(--basic-s-pri), 100%, 1) 0%, hsla(var(--basic-h-pri), var(--basic-s-pri), 97.5%, 0.85) 35%, hsla(var(--basic-h-pri), var(--basic-s-pri), 95%, 0.85) 70%, hsla(var(--basic-h-pri),var(--basic-s-pri),100%,1) 95% );
    --grad-end: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(210, 250, 240, 0.8));
    --gradient-midbreak-primary  : linear-gradient( hsla(var(--basic-h-pri), var(--basic-s-pri), 56.5%, 1) 0.5%, 
                                                    hsla(var(--basic-h-pri), var(--basic-s-pri), 41.5%, 1) 97.5% );
    --gradient-midbreak-secondary: linear-gradient( hsla(var(--basic-h-sec), var(--basic-s-sec), 56.5%, 1) 0.5%, 
                                                    hsla(var(--basic-h-sec), var(--basic-s-sec), 41.5%, 1) 97.5% );

    /*** background ***/
    --paper-transparent-25: hsla(var(--basic-h-pri),0%, 90%,0.25);
    --paper-transparent-50: hsla(var(--basic-h-pri),0%,100%,0.50);
    --paper-transparent-75: hsla(var(--basic-h-pri),0%,100%,0.75);
    --paper-text-000: hsl(var(--basic-h-pri),0%,0%);
    --paper-text-025: hsl(var(--basic-h-pri),0%,25%);
    --grad-bg-image: linear-gradient( transparent 45%, var(--bs-primary) 50%, var(--bs-primary) 90% );
    --grad-bg-white: linear-gradient( transparent 45%, white 50%, white 90% );

    /*** image shape model ***/
    --bs-primary-90: hsl(var(--basic-h-pri), var(--basic-s-pri), 91.6%);
    --bs-primary-75: hsl(var(--basic-h-pri), var(--basic-s-pri), 76.6%);
    --bs-primary-25: hsl(var(--basic-h-pri), var(--basic-s-pri), 36.5%);
    --bs-secondary-dark: hsl(var(--basic-h-sec), var(--basic-s-sec), 36%);
    --bg-selection: hsl(var(--basic-h-select), 69%, 33%);
    --color-selection: hsl(var(--basic-h-pri),var(--basic-s-pri),86.5%);

    /* --lwr-border-radius:  */
}

#image-brand-logo {
    margin-top: -1.5rem;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear 0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.paper-transparent {
    background-color: var(--paper-transparent-50);
    color: var(--paper-text-025);
    padding: 5rem 6rem 6rem;
    box-shadow: 0px -3px  8px 1px hsla( 180, 0%, 100%, 0.875 ),
                0px  3px 15px 1px hsla( 180, 0%,   0%, 0.125 );
    transition: 0.5s ease-in-out;
}
.paper-transparent:hover {
    background-color: var(--paper-transparent-75);
    color: var(--paper-text-000);
}

/*** list ***/
ol li, ul li {
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.5rem;
}

/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    padding-left: 18px;
    right: 8px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.back-to-home {
    position: fixed;
    padding-left: 18px;
    right: 8px;
    bottom: 80px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/


.bg-warning-transparent {
    background-color: hsla(60, 100%, 75%, 0.75);
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    color: #fff;
}

.btn-border-radius {
    /* border-radius: 25% 10%; */
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.85);
    /* border-radius: 1.5rem; */
    border-radius: 6px;
    /* box-shadow: 0px 0px 3px 1px rgba(255,255,255,1) inset; */
}

.btn.btn-lwr {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    /* box-shadow: 0 25px 15px 3px rgba(255,255,255,0.25) inset,
                0 10px 15px 10px rgba(0,0,0,0.125) inset,
                0 5px  15px 3px rgba(255,255,255,0.5) inset,
                0 0px  5px 1px rgba(0,0,0,0.125); */
    box-shadow: 0 0px 5px 1px rgba(0,0,0,0.3);
}
.btn:hover .btn-lwr {
    /* box-shadow: 0 -25px 15px 3px rgba(255,255,255,0.25) inset,
                0 -10px 15px 10px rgba(0,0,0,0.125) inset,
                0 -5px  15px 3px rgba(255,255,255,0.5) inset,
                0 0px  5px 1px rgba(0,0,0,0.25); */
    box-shadow: 0 0px 5px 1px rgba(0,0,0,0.5);
}

.img-border-radius {
    /* border-radius: 40% 10%/30% 40%; */
    border-radius: 30%/40% 40% 1.5rem 1.5rem;
}

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/

/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

.topbar .top-link a:hover {
    background: var(--bs-secondary) !important;
}

.topbar .top-link a:hover i {
    /* color: var(--bs-primary) !important; */
    color: var(--bs-white) !important;
}
/*** Topbar End ***/

.bg-white-half-b {
    background: var(--grad-bg-white);
}

/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-brand h1 {
    /* width: 33.33%; */
    max-width: 400px;
    font-size: 2.5rem;
    white-space: normal;
    transition: 0.5s;
}

.navbar .navbar-contact {
    white-space: nowrap;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    border-top-width: 0px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary);
    /* color: var(--bs-white); */
    border-bottom-style: solid;
    /* border-bottom-width: 3px; */
    border-top-color: transparent;
    border-bottom-color: var(--bs-primary-75);
    background-color: hsla(var(--basic-h-pri), var(--basic-s-pri), 50%, 0.25);
    background: linear-gradient( to bottom, transparent 0%, transparent 50%,
                                            hsla(var(--basic-h-pri), var(--basic-s-pri), 75%, 0.125) 75%,
                                            hsla(var(--basic-h-pri), var(--basic-s-pri), 50%, 0.25) 100% );
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: 0.5s;
        opacity: 0;
    }
}

.dropdown-item .active a:hover {
    background: var(--bs-primary-35);
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary-75);
    color: var(--bs-secondary);
}

.dropdown .dropdown-menu .action-item * {
    text-decoration: none;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    /* background: var(--bs-light) !important; */
    /* top: 2.75rem; */
    top: 3.5rem;
    background: var(--bs-primary-90) !important;
    color: var(--bs-primary-25);
    /* border-radius: 0px 0px 10px 10px !important; */
    border-radius: 0px !important;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 15px 1px hsla(var(--basic-h-pri),0%,25%,0.25);
    transition: 0.5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header {
    background: linear-gradient(hsla(var(--basic-h-pri), 0%, 0%, 0.5), hsla(var(--basic-h-pri), 0%, 0%, 0.05)), url(../img/pages/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 55px 3px hsla(var(--basic-h-pri), var(--basic-s-pri), 100%, 1) inset; */
    /* box-shadow: 0 0 25px 7px rgba(255, 255, 255, 0.75) inset; */
}
/*** Hero Header ***/

.page-header {
    background: linear-gradient(hsla(var(--basic-h-pri), 0%, 0%, 0.5), hsla(var(--basic-h-pri), 0%, 0%, 0.05));
}

/*** About Start ***/
.video {
    position: relative;
    top: -20px;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1)), url(../img/pages/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.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(--bs-secondary);
    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(--bs-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 var(--bs-white);
    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;
    width: 75%;
    max-width: 960px;
    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;
}

.video.border {
    /* border-radius: 50% 20% / 10% 40%; */
    border-radius: 30%/10% 10% 10%;
}

.about {
    font-size: 1rem;
    background: var(--grad-mid), url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About End ***/

/*** Blocks Cell and Block Move - Start ***/
.blockcell,
.blockmove {
    font-size: 1rem;
    background: var(--grad-mid);
}

.blockcell .blockcell-bg-grad,
.blockmove .blockmove-bg-grad {
    background: var(--grad-bg-image);
}

.blockcell .blockcell-item,
.blockmove .blockmove-item {
    font-size: 1rem;
    margin: 25px;
    margin-top: 35px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.25);
    transition: 0.5s;
}
.blockcell .blockcell-item:hover,
.blockmove .blockmove-item:hover {
    box-shadow: 0 0 9px 2px rgba(0,0,0,0.25);
}

.blockcell .blockcell-item *,
.blockmove .blockmove-item * {
    transition: 0.5s;
}

.blockcell .blockcell-item .blockcell-img img,
.blockmove .blockmove-item .blockmove-img img {
    /* border-width: 1px;
    border-style: solid;
    border-color: transparent; */
    filter: grayscale(80%) opacity(80%);
}

.blockcell .blockcell-item:hover .blockcell-img img,
.blockmove .blockmove-item:hover .blockmove-img img {
    /* border-color: var(--bs-primary); */
    filter: none;
    transform: scale(1.125);
}

.blockcell .blockcell-page {
    margin: 25px;
    margin-top: 35px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.25);
    transition: 0.5s;
}
.blockcell .blockcell-page .blockcell-title {
    border-radius: 11px 11px 0px 0px;
}

.blockcell .blockcell-item .blockcell-title,
.blockmove .blockmove-item .blockmove-title {
    position: absolute;
    width: auto;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    top: -30px;
    right: 0.5rem;
    /* left: 20%; */
    /* right: 20%; */
    text-align: center;
    border-radius: 11px 11px 7px 7px;
    /* border-radius: 10% / 50%; */
    background-color: var(--bs-primary);
    background: var(--gradient-midbreak-primary);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
    /* box-shadow: 0 0 15px 5px rgba(255,255,255,0.25) inset,
                0 0 10px 3px rgba(0,0,0,0.35); */
    transition: 0.5s;
}

.blockcell .blockcell-item:hover .blockcell-title,
.blockmove .blockmove-item:hover .blockmove-title {
    background-color: var(--bs-secondary);
    background: var(--gradient-midbreak-secondary);
    filter: none;
    box-shadow: 0 -1px  5px 1px rgba(0,0,0,0.25),
                0  8px 12px 3px rgba(0,0,0,0.25);
}

.blockcell .blockcell-item:hover .blockcell-text-inner a.h4,
.blockmove .blockmove-item:hover .blockmove-text-inner a.h4 {
    color: var(--bs-primary) !important;
}

.blockcell .blockcell-item .blockcell-text,
.blockmove .blockmove-item .blockmove-text {
    cursor: default;
    padding: 2rem;
    padding-top: 150px; 
    margin-top: -125px;
    transition: 0.5s;
}

.blockcell .blockcell-item .blockcell-img img,
.blockmove .blockmove-item .blockmove-img img,
.blockcell .blockcell-item .blockcell-teacher img,
.blockmove .blockmove-item .blockmove-teacher img,
.blockcell .blockcell-item:hover .blockcell-text-inner a.h4,
.blockmove .blockmove-item:hover .blockmove-text-inner a.h4 {
    transition: 0.5s;
}

/*** Blocks Cell and Block Move - End ***/

/*** Cell Blocks Start ***/

.blockcell .blockcell-item .blockcell-img .blockcell-rate {
    position: absolute;
    width: 100px; 
    top: -20px; 
    left: 50%; 
    margin-left: -50px; 
    border-radius: 10% / 50%;
}

.blockcell .blockcell-carousel {
    position: relative;    
}

.blockcell .blockcell-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockcell .blockcell-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.blockcell .blockcell-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}

/*** Cell Blocks End ***/

/*** Move Blocks Start ***/

.blockmove .blockmove-carousel {
    position: relative;    
}

.blockmove .blockmove-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockmove .blockmove-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.blockmove .blockmove-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}

/*** Move Blocks End ***/

/*** service Start ***/
.service {
    background: linear-gradient(rgba(82, 192, 168, 0.05), rgba(82, 192, 168, 0.2));
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    border-radius: 50% 20% / 10% 40%;
    transition: 0.5s;
    position: relative;
}

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: 0.5s;
}

.service-item:hover {
    border: 1px solid var(--bs-secondary) !important;
}

.service-item:hover .service-content::after {
    background: var(--bs-secondary);
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}
.service-item:hover .service-content-inner a.h4 {
    color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** activities Start ***/
.activities {
    /* background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1)); */
    background: var(--grad-mid);
}

.activities .activities-bg-grad {
    background: var(--grad-bg-image);
}

.activities .activities-item * {
    transition: 0.5s;
}

.activities .activities-item .activities-img {
    margin-top: 20px;
}

/*
.activities .activities-item .activities-img .activities-title {
    position: absolute;
    width: auto; 
    top: -20px;
    left: 30%;
    right: 30%;
    text-align: center;
    border-radius: 10% / 50%;
}
*/

.activities .activities-item .activities-img img {
    height: 80%;
    filter: grayscale(90%);
}
.activities .activities-item:hover .activities-img img {
    filter: none;
    transform: scale(1.2);
}

.activities .activities-item:hover .activities-text-inner a.h4 {
    color: var(--bs-primary) !important;
}
.activities .activities-item .activities-text {
    padding-top: 100px;
    margin-top: -125px;
}

.activities .activities-carousel {
    position: relative;    
}

.activities .activities-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activities .activities-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.activities .activities-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}

/*** activities End ***/

/*** Events Start ***/
.events {
    /* background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1)); */
    background: var(--grad-mid);
}

.events .events-bg-grad {
    background: var(--grad-bg-image);
}

.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

.events .events-item .events-inner .events-rate {
    position: absolute;
    width: 120px; 
    top: -20px; 
    left: 50%; 
    margin-left: -60px;
    border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img {
    border-radius: 45% 15% / 10% 45% 30%;
    border-width: 5px;
    border-style: solid;
    border-color: var(--bs-primary);
}

.events .events-item .events-inner .events-img img {
    filter: grayscale(90%);
}

.events .events-item .events-inner .events-img .event-overlay {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
    opacity: 1;
}

.events .events-item .events-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    /* background: rgba(77, 101, 249, .7); */
    border-radius: 10px;
    transition: 0.5s;
}

.events .events-item:hover .events-img::after {
    height: 100%;
    opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
    transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
    color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
    filter: none;
    transform: scale(1.3);
}

.events .events-carousel {
    position: relative;
    
}

.events .events-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events .events-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.events .events-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}

/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important; 
    margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color: var(--bs-primary);
}
/*** Blog End ***/



/*** Team Start ***/
.team {
    /* background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1)); */
    background: var(--grad-mid);
}

.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.team .team-item .team-icon {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
    opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    background: var(--bs-primary) !important;
    border-radius: 0 0 10px 10px;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
    color: var(--bs-dark) !important;
}
/*** Team end ***/


/*** testimonial Start ***/
.testimonial {
    /* background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1)); */
    background: var(--grad-mid);
}


.testimonial .testimonial-carousel {
    position: relative;
    
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}
/*** testimonial End ***/

.program .program-item .block-sub-title,
.activities .activities-item .block-sub-title,
.events .events-item .block-sub-title {
    position: absolute;
    width: auto; 
    top: -20px;
    left: 20%;
    right: 20%;
    text-align: center;
    border-radius: 10% / 50%;
    background-color: var(--bs-primary);
    transition: 0.5s;
}
.program .program-item:hover .block-sub-title,
.activities .activities-item:hover .block-sub-title,
.events .events-item:hover .block-sub-title {
    background-color: var(--bs-secondary);
}


/*** Footer Start ***/
.footer {
    background-color: hsla(var(--basic-h-pri),var(--basic-s-pri),16.5%,1);
    color: hsl(var(--basic-h-pri),var(--basic-s-pri),95%);
    background: linear-gradient(hsl(var(--basic-h-pri), var(--basic-s-pri), 16.5%, 1), hsla(var(--basic-h-pri), var(--basic-s-pri), 11.5%, 0.8)), url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer * {
    color: hsl(var(--basic-h-pri),var(--basic-s-pri),75%);
}
.footer a {
    color: hsl(var(--basic-h-pri),var(--basic-s-pri),76.5%);
}
.footer .footer-title-primary {
    color: hsl(var(--basic-h-pri),var(--basic-s-pri),76.5%);
}
.footer .text-secondary,
.footer .footer-item .text-secondary {
    color: hsl(var(--basic-h-sec),var(--basic-s-sec),76.5%);
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted; 
    border-color: var(--bs-primary);
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: var(--bs-secondary) !important;
}
/*** Footer End ***/



/*** 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: 1rem !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        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: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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);
}


/*** carousel Start ***/
.header .header {
    position: relative;
    
}

.header .header-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.header .header-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}
/*** carousel End ***/
