html {
    scroll-behavior: smooth;
}
body {
    top: 0px !important;
}
iframe.goog-te-banner-frame {
    display: none !important;
}

/* Hide the Google Translate banner */
body > .skiptranslate {
    display: none !important;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
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 ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .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: var(--bs-primary);
}

.btn-border-radius {
    border-radius: 25% 10%;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

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


/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

    .navbar .navbar-nav .nav-link {
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 600;
        transition: .5s;
    }

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

.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: .5s;
        opacity: 0;
    }
}

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

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Hero Header ***/
.custom-header {
    position: relative;
  /*  left: 0;
    right: 0;*/
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border-bottom: 1px solid rgba(250,250,250,0.30);
    background-color: transparent;
    z-index: 99999;
}
.background-header {
    position: fixed !important;
    top: 0 !important;
    /*left: 0;
    right: 0;*/
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
}
/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;/*
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/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;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video.border {
    border-radius: 50% 20% / 10% 40%;
}

.about {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6)), url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About End ***/


/*** service Start ***/
.service {
    background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 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: .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 ***/


/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1));
}

.program .program-item .program-img .program-rate {
    position: absolute;
    width: 100px; 
    top: -20px; 
    left: 50%; 
    margin-left: -50px; 
    border-radius: 10% / 50%;
}

.program .program-item .program-text {
    padding-top: 150px; 
    margin-top: -125px;
}

.program .program-item .program-img img,
.program .program-item .program-teacher img,
.program .program-item:hover .program-text-inner a.h4 {
    transition: 0.5s;
}

.program .program-item:hover .program-img img,
.program .program-item:hover .program-teacher img {
    transform: scale(1.2);
}

.program .program-item:hover .program-text-inner a.h4 {
    color: var(--bs-primary) !important;
}
/*** Programs End ***/


/*** Events Start ***/
.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 .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 {
    transform: scale(1.3);
}
/*** 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 .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 .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 ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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 ***/

.topper {
    font-size: 12px;
    /*width: 100%;*/
    /*display: block;*/
}

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

.topper .icon {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .topper .icon span {
        color: #fff;
    }

.topper .text {
    width: calc(100% - 30px);
    color: rgba(255, 255, 255, 0.7);
}
.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
            color: #1eaaf1 !important;
            -moz-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            -webkit-transition: all 0.7s ease;
            -ms-transition: all 0.7s ease;
            transition: all 0.7s ease;
            opacity: 0;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 30px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 0;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 0;
        }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            position: relative;
        }

            .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
                outline: none !important;
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #b3b3b3;
            }

    .owl-carousel:hover .owl-nav .owl-prev,
    .owl-carousel:hover .owl-nav .owl-next {
        opacity: 1;
    }

    .owl-carousel:hover .owl-nav .owl-prev {
        left: -25px;
    }

    .owl-carousel:hover .owl-nav .owl-next {
        right: -25px;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 600px;
        z-index: 0;
    }

        .owl-carousel.home-slider .slider-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 600px;
            position: relative;
            z-index: 0;
        }

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .3;
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 600px;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    color: #000000;
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 85px;
    color: #fff;
    line-height: 1.2;
    font-weight: 800;
}

    .owl-carousel.home-slider .slider-item .slider-text h1 span {
        display: block;
    }

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 45px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text p {
        font-size: 18px;
    }
}
    .owl-carousel.home-slider .slider-item .slider-text p strong {
        font-weight: 700;
    }

        .owl-carousel.home-slider .slider-item .slider-text p strong a {
            color: #fff;
        }

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

    .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }

        .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
            color: #fff;
        }

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

    .owl-carousel.home-slider .owl-nav .owl-prev,
    .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
    }

        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
            font-size: 30px;
            color: rgba(255, 255, 255, 0.5);
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
            color: #fff;
        }

    .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px;
    }

    .owl-carousel.home-slider .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px;
    }

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

    .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: #1eaaf1;
    }

        .owl-carousel.home-slider .owl-dots .owl-dot.active {
            background: #fff;
        }
.ftco-section {
    padding: 7em 0;
    position: relative;
}
.container {
    max-width: 1230px;
}

.bg-light {
    background: #fafafa !important;
}

.bg-white {
    background: #fff !important;
}

.bg-primary {
    background: #1eaaf1;
}

.bg-secondary {
    background: #fda638 !important;
}

.bg-tertiary {
    background: #8cc152;
}

.bg-quarternary {
    background: #f1453d;
}

.bg-fifth {
    background: #5d50c6;
}
.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-bg-dark {
    background: #3c312e;
}
.ftco-footer {
    font-size: 14px;
    background: #232323;
    padding: 6em 0;
}

    .ftco-footer .ftco-footer-widget {
        width: 100%;
        display: block;
    }

        .ftco-footer .ftco-footer-widget h2 {
            font-weight: normal;
            color: #fff;
            margin-bottom: 40px;
            font-size: 22px;
            font-weight: 500;
        }

        .ftco-footer .ftco-footer-widget ul li a span {
            color: #fff;
        }

        .ftco-footer .ftco-footer-widget .btn-primary {
            background: #fff !important;
            border: 2px solid #fff !important;
        }

            .ftco-footer .ftco-footer-widget .btn-primary:hover {
                background: #fff;
                border: 2px solid #fff !important;
            }

    .ftco-footer p {
        color: rgba(255, 255, 255, 0.7);
    }

    .ftco-footer a {
        color: rgba(255, 255, 255, 0.7);
    }

        .ftco-footer a:hover {
            color: #fff;
        }

    .ftco-footer .ftco-heading-2 {
        font-size: 17px;
        font-weight: 400;
        color: #000000;
    }

    .ftco-footer .categories li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .ftco-footer .categories li a span {
            color: rgba(255, 255, 255, 0.5) !important;
        }

    .ftco-footer .subscribe-form .form-group {
        position: relative;
        margin-bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .ftco-footer .subscribe-form .form-group input {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            width: 100%;
            background: rgba(255, 255, 255, 0.1) !important;
            border: none;
            color: rgba(255, 255, 255, 0.7) !important;
            font-size: 16px;
        }

            .ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: rgba(255, 255, 255, 0.7) !important;
            }

            .ftco-footer .subscribe-form .form-group input::-moz-placeholder {
                /* Firefox 19+ */
                color: rgba(255, 255, 255, 0.7) !important;
            }

            .ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
                /* IE 0+ */
                color: rgba(255, 255, 255, 0.7) !important;
            }

            .ftco-footer .subscribe-form .form-group input:-moz-placeholder {
                /* Firefox 18- */
                color: rgba(255, 255, 255, 0.7) !important;
            }

        .ftco-footer .subscribe-form .form-group .submit {
            color: #fff !important;
            font-size: 16px;
            background: #5d50c6 !important;
            border: none !important;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .ftco-footer .subscribe-form .form-group .submit:hover {
                cursor: pointer;
                background: #1eaaf1 !important;
            }

    .ftco-footer .subscribe-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.8);
    }

    .ftco-footer .block-21 .text .heading {
        font-weight: 400;
        font-size: 16px;
    }

        .ftco-footer .block-21 .text .heading a {
            color: rgba(255, 255, 255, 0.9);
        }

            .ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
                color: #1eaaf1;
            }

    .ftco-footer .block-21 .text .meta > div {
        display: inline-block;
        font-size: 12px;
        margin-right: 5px;
    }

        .ftco-footer .block-21 .text .meta > div a {
            color: gray;
        }

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

    .ftco-footer-social li a {
        height: 40px;
        width: 40px;
        display: block;
        float: left;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        position: relative;
    }

        .ftco-footer-social li a span {
            position: absolute;
            font-size: 20px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .ftco-footer-social li a:hover {
            color: #fff;
        }

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0.4);
        box-shadow: 0 0 0 0 rgba(30, 170, 241, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(30, 170, 241, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(30, 170, 241, 0);
        box-shadow: 0 0 0 30px rgba(30, 170, 241, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0);
        box-shadow: 0 0 0 0 rgba(30, 170, 241, 0);
    }
}

.ftco-services {
    /*padding: 0 0 5em 0;*/
    padding: 0 0 0 0;
}

    .ftco-services .services {
        display: block;
        width: 100%;
        position: relative;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .ftco-services .services .icon {
            line-height: 1.3;
            position: relative;
            width: 120px;
            height: 120px;
            background: #fff;
            margin: 0 auto;
            margin-top: -30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            .ftco-services .services .icon span {
                font-size: 50px;
                color: #1eaaf1;
            }

        .ftco-services .services .media-body {
            color: rgba(255, 255, 255, 0.8);
        }

@media (max-width: 767.98px) {
    .ftco-services .services .media-body {
        padding-bottom: 3.5em !important;
    }
}

.ftco-services .services .media-body h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.ftco-services .services .media-body p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.ftco-intro {
    padding: 8em 0;
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1199.98px) {
    .ftco-intro {
        background-position: center center !important;
    }
}

.ftco-intro h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .4;
    background: #000000;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
.col, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12, .col-md, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-10, .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

.staff {
    overflow: hidden;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .staff .img-wrap {
        height: 400px;
    }

    .staff .img {
        width: 100%;
        display: block;
        background-position: top center;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .staff .text {
        position: relative;
        background: #fff;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .staff .text h3 {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 0;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .staff .text .position {
            text-transform: uppercase;
            color: #b3b3b3;
            display: block;
            letter-spacing: 1px;
        }

        .staff .text .faded {
            opacity: 1;
        }

    .staff .ftco-social {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        padding: 15px 10px;
        background: #fff;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .staff .ftco-social li a {
            color: #fda638;
        }

    .staff:hover .ftco-social, .staff:focus .ftco-social {
        opacity: 1;
        top: -40px;
    }

    .staff:hover .img, .staff:focus .img {
        margin-top: -10px;
    }

    .staff:hover .text h3, .staff:focus .text h3 {
        color: #1eaaf1;
    }
.course {
    margin-bottom: 30px;
}

    .course .text {
        width: calc(100% - 250px);
        height: 150px;
    }

@media (max-width: 991.98px) {
    .course .text {
        width: 100%;
    }
}

.course .text .subheading {
    color: #000000;
}

    .course .text .subheading span {
        color: #fda638;
    }

.course .text h3 {
    font-weight: 500;
    font-size: 24px;
}

.course .img {
    width: 250px;
}

@media (max-width: 991.98px) {
    .course .img {
        width: 100%;
        height: 300px;
    }
}
.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.love-ya-like-a-sister-regular {
    font-family: "Love Ya Like A Sister", cursive;
    font-weight: 400;
    font-style: normal;
}
.love-ya-like-a-sister-regular {
    font-size: 4em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 1em;
   
}
.accordion {
    color: #444;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    margin: 0;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}


.panel {
    padding: 10px 20px 10px 20px;
    /*background-color: #afda57;*/
    width: 100%;
    margin: 0px auto;
    height: 75%;
    max-height: auto;
    overflow: hidden;
    display: none;
    transition: max-height 0.2s ease-out;
    opacity: .8;
}
    .panel p {
        font-size: 14px;
        line-height: 25px;
        color: #2a2a2a;
    }
.boxProcedure1 {
    width: 5%;
    height: 53px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.boxProcedure2 {
    background-color: #fff;
    /*border:2px solid;*/
    /*margin-left: -5px;*/
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 10px 30px 10px 30px;
    transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
    .boxProcedure2{
        width:100%;
    }
    .panel
    {
        width:100%;
    }
}
.wrap-about {
    position: relative;
}

    .wrap-about h2 {
        font-weight: 500;
    }
    .wrap-about h1{
        font-weight: 700;
    }
    .wrap-about p {
        font-size: 22px;
        font-weight: 500;
    }
.wrap-course p{
    font-size: 15px;
    font-weight: 500;
}
.wrap-course h6 {
    font-size: 18px;
    font-weight: 600;
}
.wrap-course h4 {
    font-size: 28px;
    font-weight: 700;
}
.wrap-curri {
    position: relative;
}
.wrap-curri p {
    font-size: 20px;
    font-weight: 500;
}
    .wrap-curri2 p {
        font-size: 16px;
        font-weight: 500;
    }
.wrap-curri2 h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
}
    .wrap-curri h2 {
        font-size: 62px;
        font-weight: 700;
    }
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}
.heading-section .subheading {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
}

.heading-section h2 {
    font-size: 58px;
    font-weight: 600;
    color: #fda638;
}

    .heading-section h2 span {
        color: #5d50c6;
    }

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-black h2 {
    color: #000000;
}
.testimony-section {
    position: relative;
}

    .testimony-section .owl-carousel {
        margin: 0;
    }

        .testimony-section .owl-carousel .owl-stage-outer {
            padding-top: 4em;
            padding-bottom: 2em;
            position: relative;
        }

    .testimony-section .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%;
    }

        .testimony-section .owl-nav .owl-prev,
        .testimony-section .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
            outline: none !important;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
        }

            .testimony-section .owl-nav .owl-prev span:before,
            .testimony-section .owl-nav .owl-next span:before {
                font-size: 30px;
                color: rgba(0, 0, 0, 0.2);
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
            .testimony-section .owl-nav .owl-next:hover span:before,
            .testimony-section .owl-nav .owl-next:focus span:before {
                color: #000000;
            }

        .testimony-section .owl-nav .owl-prev {
            left: 50%;
            margin-left: -80px;
        }

        .testimony-section .owl-nav .owl-next {
            right: 50%;
            margin-right: -80px;
        }

    .testimony-section:hover .owl-nav .owl-prev,
    .testimony-section:hover .owl-nav .owl-next {
        opacity: 1;
    }

    .testimony-section:hover .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px;
    }

    .testimony-section:hover .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px;
    }

    .testimony-section .owl-dots {
        text-align: center;
    }

        .testimony-section .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.2);
        }

            .testimony-section .owl-dots .owl-dot.active {
                background: #1eaaf1;
            }

    .testimony-section .owl-item {
        opacity: .1 !important;
        margin-top: 20px;
    }

        .testimony-section .owl-item.center {
            padding-bottom: 30px;
            margin-top: 0;
            opacity: 1 !important;
        }

            .testimony-section .owl-item.center p {
                font-size: 20px;
            }

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
}

    .testimony-wrap .user-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        position: relative;
    }

    .testimony-wrap .text {
        width: calc(100% - 120px);
        position: relative;
    }

    .testimony-wrap .quote {
        position: absolute;
        top: -40px;
        left: 0;
        opacity: .1;
    }
    .testimony-wrap .quote-right {
        position: absolute;
        bottom:5px;
        opacity: .1;
        right:0;
    }

        .testimony-wrap .quote i {
            font-size: 100px;
            color: #5d50c6;
        }
    .testimony-wrap .quote-right i {
        font-size: 100px;
        color: #5d50c6;
    }
    .testimony-wrap .name {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 0;
        color: #000000;
    }

    .testimony-wrap .position {
        font-size: 14px;
        color: #1eaaf1;
    }

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pricing-entry {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    .pricing-entry {
        margin-bottom: 30px;
    }
}

.pricing-entry > div {
    padding: 20px;
}

    .pricing-entry > div p {
        margin-bottom: 0;
        font-size: 18px;
    }

.pricing-entry h3 {
    font-size: 24px;
    font-weight: 700;
}
.pricing-entry h4 {
    font-size: 18px;
    font-weight: 700;
}
.pricing-entry p .price {
    font-weight: 900;
    font-size: 28px;
    color: #1eaaf1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-entry p .per {
    font-size: 15px;
}

.pricing-entry .img {
    height: 250px;
    background-position: top center !important;
}

.pricing-entry .button {
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pricing-entry .button .btn {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.fontJapanese {
    font-family: "biz-udpmincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1e1e1e;
}
.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #aeaeae;
    opacity: .5;
}
/* The Modal Background */

.modalpdf {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 130px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.6);
}

/* Modal Content (PDF container) */
.modal-contentpdf {
    margin: auto;
    background: white;
    padding: 6px;
    width: 90%;
    height: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: relative;
}

/* Close button */
.closepdf {
    color: #aaa;
    position: absolute;
    top: -33px;
    right: -42px;
    font-size: 69px;
    font-weight: bold;
    cursor: pointer;
}

    .closepdf:hover {
        color: black;
    }

/* PDF iframe styling */
.pdf-viewer {
    width: 100%;
    height: 100%;
    border: none;
}
.text-first{
    text-align:end;
}
.text-last{
    text-align:left;
}
.inlineBY{
    display:inline-block;
}
/* Large phones (iPhone XS Max, Pro Max, etc.) */
@media (min-width: 376px) and (max-width: 430px) {
    .text-first {
        text-align: center;
    }

    .text-last {
        text-align: center;
    }
    .text-primary{
        font-size: 1.3rem !important;
    }
    .img-fluid{
        display:none;
    }
    .testimony-wrap .text {
        width: auto;
    }
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 52px;
        font-weight:800;
    }
    .owl-carousel.home-slider .slider-item .slider-text p {
        font-size: 15px;
        padding: 0 15px;
        word-break: keep-all; /* prevent breaking words in awkward places */
        overflow-wrap: break-word;
        white-space: normal;
    }
    .wrap-about p {
        font-size: 15px;
        word-break: keep-all; /* prevent breaking words in awkward places */
        overflow-wrap: break-word;
        white-space: normal;
    }
    .wrap-teach p {
        font-size: 15px !important;
        word-break: keep-all; /* prevent breaking words in awkward places */
        overflow-wrap: break-word;
        white-space: normal;
    }
    .wrap-curri p {
        font-size: 14px;
    }
    .warpdiv {
        padding-right: 0px;
        padding-left: 0px;
    }
    .certTeach p {
        font-size: 15px !important;
        word-break: keep-all; /* prevent breaking words in awkward places */
        overflow-wrap: break-word;
        white-space: normal;
    }
    .closepdf {
        top: 600px;
        right: 0px;
    }
    .owl-carousel.home-slider .slider-item .slider-text {
        height: 550px;
    }
    .owl-carousel.home-slider {
        height: 600px;
    }
    .modal-contentpdf
    {
        margin:25px;
        width:90%;
    }
    .inlineBY {
        display: initial;
    }
    .movedown {
        margin-top: 1rem !important;
    }
}
@media (min-width: 768px) { /* Desktop */
    .text-group {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .text-group p {
            margin: 0 5px;
            
        }
}

@media (max-width: 767.98px) { /* Mobile */
    .text-group {
        display: block;
        text-align: center;
    }

        .text-group p {
            display: block;
            margin: 5px 0;
        }
}
.nowrap {
    white-space: nowrap;
}




.cards-banner {
    position: relative;
    width: 100%;
    height: 550px;
    margin-bottom: 20px;
}

.card-banner {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .4s ease;
    cursor: pointer;
}
.card-label1 {
    margin-left: 200px;
}
.card-label2{
    margin-left:200px;
    margin-top:150px;
}
.card-label3 {
    margin-left: 200px;
}
.card-img {
    width: 60%;
    height: auto;
    object-fit: cover;
}
/* LEFT image (previous) */
#item-1:checked ~ .cards-banner #song-3,
#item-2:checked ~ .cards-banner #song-1,
#item-3:checked ~ .cards-banner #song-2 {
    transform: translateX(-420px) scale(0.7);
    opacity: 0.4;
    z-index: 0;
}

/* CENTER image (active) */
#item-1:checked ~ .cards-banner #song-1,
#item-2:checked ~ .cards-banner #song-2,
#item-3:checked ~ .cards-banner #song-3 {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 2;
}

/* RIGHT image (next) */
#item-1:checked ~ .cards-banner #song-2,
#item-2:checked ~ .cards-banner #song-3,
#item-3:checked ~ .cards-banner #song-1 {
    transform: translateX(420px) scale(0.7);
    opacity: 0.4;
    z-index: 0;
}
@media (min-width: 376px) and (max-width: 430px) {
    .cards-banner {
        height: 300px;
        width:200%;
    }

    .card-banner {
        position: absolute;
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    .card-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .card-label2 {
        margin-left:0px;
        margin-right: 100px;
        margin-top: 60px;
    }
    .card-label1 {
        margin-left: 0px;
        margin-right: 100px;
    }
    .card-label3 {
        margin-left: 0px;
        margin-right: 100px;
    }
    .arrow-btn {
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
    }
}
.container1 {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 20px;
    padding-bottom: 100px;
}
/* Arrow button style */
.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border: none;
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 3;
}

    .arrow-btn:hover {
        background-color: rgba(0, 0, 0, 1);
    }

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}


.latest-items {
    padding-top: 95px;
    padding-bottom: 100px;
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-items {
        padding-top: 95px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-items {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .latest-items {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.latest-items.latest-items2 {
    padding: 0
}

.latest-items:first-child {
    margin-left: 0
}

.latest-items:last-child {
    margin-right: 0
}

.latest-items .properties {
    margin: 0 12px
}

    .latest-items .properties .properties-card {
        background-color: #fff
    }

        .latest-items .properties .properties-card .properties-img {
            position: relative;
            overflow: hidden
        }

            .latest-items .properties .properties-card .properties-img img {
                -webkit-transition: all .4s ease-out 0s;
                -moz-transition: all .4s ease-out 0s;
                -ms-transition: all .4s ease-out 0s;
                -o-transition: all .4s ease-out 0s;
                transition: all .4s ease-out 0s;
                width: 100%;
                transform: scale(1)
            }

            .latest-items .properties .properties-card .properties-img .socal_icon {
                -webkit-transition: all .2s ease-out 0s;
                -moz-transition: all .2s ease-out 0s;
                -ms-transition: all .2s ease-out 0s;
                -o-transition: all .2s ease-out 0s;
                transition: all .2s ease-out 0s;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                opacity: 0;
                visibility: hidden;
                bottom: 20px;
                text-align: center
            }

                .latest-items .properties .properties-card .properties-img .socal_icon a {
                    -webkit-transition: all .5s ease-out 0s;
                    -moz-transition: all .5s ease-out 0s;
                    -ms-transition: all .5s ease-out 0s;
                    -o-transition: all .5s ease-out 0s;
                    transition: all .5s ease-out 0s;
                    background: #fff;
                    color: #292621;
                    width: 64px;
                    height: 50px;
                    display: inline-block;
                    font-size: 24px;
                    text-align: center;
                    line-height: 54px;
                    margin: -3px
                }

                    .latest-items .properties .properties-card .properties-img .socal_icon a:hover {
                        background: #FF2020;
                        color: #fff
                    }

        .latest-items .properties .properties-card .properties-caption {
            padding: 14px 20px 2px 0px;
            -webkit-transition: all .4s ease-out 0s;
            -moz-transition: all .4s ease-out 0s;
            -ms-transition: all .4s ease-out 0s;
            -o-transition: all .4s ease-out 0s;
            transition: all .4s ease-out 0s
        }

            .latest-items .properties .properties-card .properties-caption h3 a {
                color: #292621;
                font-size: 16px;
                font-weight: 400;
                margin-bottom: 6px
            }

            .latest-items .properties .properties-card .properties-caption .properties-footer {
                -webkit-transition: all .4s ease-out 0s;
                -moz-transition: all .4s ease-out 0s;
                -ms-transition: all .4s ease-out 0s;
                -o-transition: all .4s ease-out 0s;
                transition: all .4s ease-out 0s
            }

@media (max-width: 575px) {
    .latest-items .properties .properties-card .properties-caption .properties-footer {
        padding: 19px 10px 20px 12px
    }
}

.latest-items .properties .properties-card .properties-caption .properties-footer .price span {
    color: #74706B;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px
}

    .latest-items .properties .properties-card .properties-caption .properties-footer .price span span {
        display: inline-block;
        color: #CEBD9C;
        text-decoration: line-through;
        margin: 0;
        margin-left: 12px
    }

.latest-items .properties:hover .properties-caption h3 a {
    color: #FF2020
}

.latest-items .properties:hover .properties-caption .properties-footer .price span {
    color: #292621
}

.latest-items .properties:hover .properties-img img {
    transform: scale(1.03)
}

.latest-items .properties:hover .properties-img .socal_icon {
    opacity: 1;
    visibility: visible
}

.latest-items-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    background: none
}

    .latest-items-active button.slick-arrow i {
        font-size: 30px;
        color: rgba(32,69,112,0.3);
        -webkit-transition: all .2s ease-out 0s;
        -moz-transition: all .2s ease-out 0s;
        -ms-transition: all .2s ease-out 0s;
        -o-transition: all .2s ease-out 0s;
        transition: all .2s ease-out 0s
    }

        .latest-items-active button.slick-arrow i:hover {
            color: #FF2020
        }

.latest-items-active button.slick-prev {
    left: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .latest-items-active button.slick-prev {
        left: -20px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .latest-items-active button.slick-prev {
        left: -30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-items-active button.slick-prev {
        left: -27px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-items-active button.slick-prev {
        left: -25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-items-active button.slick-prev {
        left: -10px
    }
}

.latest-items-active button.slick-next {
    right: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .latest-items-active button.slick-next {
        right: -20px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .latest-items-active button.slick-next {
        right: -30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-items-active button.slick-next {
        right: -27px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-items-active button.slick-next {
        right: -20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-items-active button.slick-next {
        right: -10px
    }
}