body {
    padding: 0;
}

body[data-layout=horizontal] .content-page {
    margin-left: 0 !important;
    margin-top: 0;
    padding: 0;
}

::selection {
    color: #fff;
    background-color: #4bd9df;
}

a {
    text-decoration: none;
}

.btn.btn-primary {
    color: #fff !important;
}

body[data-layout=horizontal] .navbar-custom {
    padding: 0px;
    background-color: transparent;
    position: relative;
    left: 0;
    right: 0;
    height: auto;
}

.header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: rgba(34, 34, 34, 0.25);
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    box-shadow: 0 0 25px 0 rgb(73 80 87 / 10%);
}

header.header.active {
    position: fixed;
}

.navbar-nav .nav-link {
    color: #2b2b2b;
    font-weight: 400;
    padding-right: .7rem;
    padding-left: .7rem;
    line-height: 4;
    /* font-size: 17px; */
    position: relative;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #4bd9df;
}

.navbar-nav .nav-link {
    color: #2b2b2b;
    font-weight: 400;
    padding-right: .7rem;
    padding-left: .7rem;
    line-height: 4;
    /* font-size: 17px; */
    position: relative;
}

.navbar-nav .nav-link::before {
    content: "";
    width: 0;
    height: 4px;
    background-color: #4bd9df;
    position: absolute;
    display: block;
    left: 50%;
    right: 50%;
    bottom: -9px;
    transition: all 0.5s;
}

.navbar-nav .nav-link:hover::before {
    left: 0;
    right: 0;
    width: 100%;
}

.navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #2b2b2b;
    font-weight: 600;
}

.list-group-item.head {
    z-index: 2;
    color: #fff;
    background-color: #4bd9df;
    border-color: #4bd9df;
}

.list-group-item .list-link {
    color: #2b2b2b;
    font-weight: 500;
    text-decoration: none;
}

/* top Bar */

.topbar {
    box-shadow: 0 6px 13px #00000017;
    width: 100%;
    padding: 22px 0;
    position: relative;
    background-color: #fff;
}

.topbar .topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar .topbar-inner .form-search {
    position: relative;
}

.topbar .topbar-inner .form-search .search-icon {
    position: absolute;
    top: 6px;
    right: 10px;
    background-color: transparent;
    border-color: transparent;
    color: #00000080;
}

.topbar .topbar-inner .nav-search {
    position: relative;
}

.topbar .topbar-inner .form-control {
    width: 100%;
    line-height: 20px;
    padding: 10px 45px 10px 20px;
    border: 1px solid rgba(0, 0, 0, .3);
    background: white;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    position: relative;
    border-radius: 30px;
}

.navbar .nav-bar-logo img {
    width: 160px;
    height: 60px;
    object-fit: contain;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #4bd9df;
    border-color: #4bd9df;
}

.btn-primary:hover {
    color: #fff;
    background-color: #36c5ca;
    border-color: #36c5ca;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #36c5ca;
    border-color: #36c5ca;
    box-shadow: none;
}

.navbar .navbar-nav .nav-item {
    padding: 0 10px
}

header.header.active .topbar {
    display: none;
}

.navbar-custom .navbar .dropdown .dropdown-menu {
    width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #4bd9df;
}

.subscibe {
    background-color: #36c5ca;
    position: relative;
    z-index: 1;
}

.subscibe:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}

.subscibe .subscribe-box-inner {
    position: relative;
    padding: 30px 0;
    border-radius: 10px;
    background-image: url('https://aidady.com/assets/images/bg-1.png');
    z-index: 1;
}

.subscibe .subscribe-box-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #36c5ca;
    z-index: -1;
    opacity: 0.9;
    border-radius: 10px;
}

.subscibe .subscribe-box-inner p {
    color: #000;
}

.subscibe .subscribe-box-inner h3 {
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
}

.subscibe .subscribe-box-inner .input-group .form-control {
    height: 55px;
    margin: 0px 20px;
    border-radius: 50px !important;
    padding: 12px 15px;
}

.subscibe .subscribe-box-inner .input-group .btn.btn-primary {
    border-radius: 50px !important;
    padding: 15px 45px;
    line-height: 23px;
    font-size: 16px;
    transition: all 0.5s;
    border: 2px solid #36c5ca;
}

.subscibe .subscribe-box-inner .input-group .btn.btn-primary:hover {
    background-color: #fff;
    color: #36c5ca;
}

footer.footer {
    position: relative;
    background-color: #36c5ca;
    padding: 50px 0;
    color: #fff;
    text-align: start !important;
}

footer.footer {
    position: relative;
    background-color: #191e24;
    padding: 50px 0;
    color: #fff;
}

footer.footer .footer-logo img {
    width: 160px;
    height: 60px;
    object-fit: contain;
}

footer.footer .footer-content .title {
    margin-bottom: 30px;
}

footer.footer .footer-content .icon-social {
    display: flex;
    align-items: center;
}

footer.footer .footer-content .icon-social li {
    margin-bottom: 20px;
}

footer.footer .footer-content .icon-social li a {
    color: #fff;
    display: flex;
}

footer.footer .footer-content .icon-social li i {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(54, 197, 202, 0.3);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

footer.footer .footer-content .icon-social li:hover i {
    background-color: rgba(54, 197, 202, 1);
}

footer.footer .footer-content ul {
    padding: 0;
}

footer.footer .footer-content ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer.footer .footer-content ul li a {
    list-style: none;
    color: #fff;
}

.footer-end {
    background-color: #191e24;
    color: #fff;
    padding: 20px;
    border-top: 1px solid #fff;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    list-style-type: none;
    padding: 5px 0;
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
}

.footer ul li a:hover {
    color: rgba(255, 255, 255, 1);
}



.post-slide {
    margin: 10px;
    border-radius: 10px;
    transition: all 0.5s;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.post-slide:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

.post-slide .post-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.post-slide .post-content {
    padding: 15px;
    position: relative;
}

.post-slide .post-content .post-title a {
    color: #2b2b2b;
}

.post-slide .post-content .post-content-hide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    transform: scaleY(0);
    transition: all 0.5s;
}

.post-slide .post-content .post-content-hide a {
    color: #000;
}

.post-slide:hover .post-content .post-content-hide {
    transform: scaleY(1);
}

.category .post-slide .post-img {
    position: relative;
    overflow: hidden;
}

.category .post-slide .post-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
    border-radius: 10px;
}

.category .post-slide:hover .post-img:after {
    opacity: 0.2;
}

.category .post-slide .post-img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.50s linear;
    z-index: 999;
    transform: translate(-20px, -10px);
    color: #000;
}

.category .post-slide .post-img a i {
    background-color: #4bd9df;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.category .post-slide:hover .post-img a {
    opacity: 1;
}




.blog .post-slide .post-content .sub-title {
    font-weight: 400;
}

.blog .post-slide .post-content .post-title a {
    font-weight: 400;
    color: #000;
}

.blog .post-slide .post-content a {
    color: #4bd9df;
}

.banner-one .banner-media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.banner-one {
    padding: 50px 0;
    background-image: url('https://aidady.com/assets/images/bg-1.png');
    position: relative;
    z-index: 1;
    height: 450px;
}

.banner-one:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4bd9df;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
}

.banner-wrapper .swiper .swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px !important;
    background-color: #4bd9df;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banner-wrapper .swiper .swiper-button-prev,
.swiper-button-next {
    width: calc(var(--swiper-navigation-size) / 25 * 27) !important;
}

.banner-wrapper .swiper span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    color: #000;
    opacity: 1;
}

.banner-wrapper .swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #4bd9df;
    width: 10px;
    height: 10px;
}

.book-banner-box {


    margin: 20px 0;
}

.book-banner-box .media a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid {
        max-width: 100% !important;
    }
}

.card-banner {
    border: none;
}

.card-banner .view .card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#menuActive {
    background-color: transparent;
    color: #000000;
}

.btn-outline-primary {
    color: #4bd9df;
    border-color: #4bd9df;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #4bd9df;
    border-color: #4bd9df;
}

.contact-card {
    display: flex;
}

.icon-c i {
    background: #24201c;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    border-radius: 10px;
    transition: all 0.5s;
}

.contact-card:hover .icon-c i {
    background: #4bd9df;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -20px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: all 0.5s;
    transform: translate(0, -50%);
}

.owl-controls .owl-buttons .owl-prev:hover {
    color: #fff;
    background-color: #4bd9df;
}

.owl-controls .owl-buttons .owl-next {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -20px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: all 0.5s;
    transform: translate(0, -50%);
}

.owl-controls .owl-buttons .owl-next:hover {
    color: #fff;
    background-color: #4bd9df;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
    transition: all;
}

.owl-controls .owl-buttons .owl-prev:hover:after {
    color: #fff;
}

.owl-controls .owl-buttons .owl-next:hover:after {
    color: #fff;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

.card .card-media img {
    width: 100%;
    height: 100%;
}

.footer .footer-content a {
    margin-top: 10px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: rgba(0, 0, 0);
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-weight: 600;
}

.topbar .topbar-inner .nav-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.topbar .topbar-inner .nav-search .top-select {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.topbar .topbar-inner .nav-search .top-select .form-select {
    width: 100%;
    margin-right: 10px;
}

.subscribe-form .form-group {
    position: relative;
}

.subscribe-form .form-group .email {
    position: relative;
    display: block;
    height: 64px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #797f7d;
    padding: 17px 30px;
    padding-right: 60px;
    background: #ffffff;
    border-radius: 50px;
    transition: all 300ms ease;
    border: none;
    box-shadow: none;
}

.subscribe-form .form-group .theme-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    display: block;
    text-align: center;
    height: 40px;
    width: 40px;
    padding: 0;
    color: #ffffff;
    background-color: #ef5c72;
    border-radius: 50%;
    border: none;
    box-shadow: none;
}

.banner-wrapper .banner-one .title {
    font-size: 2.53rem;
    font-weight: 700;
    color: #fff;
}

.banner-wrapper .banner-one .sub-title {
    font-weight: 700;
    color: #fff;
}

.banner-wrapper .banner-one p {
    color: #fff;
}

.course-block .inner-box {
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 0px 15px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 15px rgb(0 0 0 / 7%);
}

.course-block {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    height: 100%;
}

.course-block .inner-box {
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    height: 100%;
}

.course-block .inner-box:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.course-block .inner-box:hover .image-box .image:after {
    left: 0;
    right: 0;
    opacity: 0;
}

.course-block .image-box {
    position: relative;
}

.course-block .image-box .image {
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.course-block .image-box .image img {
    width: 100%;
    transition: all 300ms ease;
    height: 250px;
    object-fit: cover;
}

.course-block .image-box .image:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.course-block .image-box .price {
    position: absolute;
    right: 0;
    top: 20px;
    height: 30px;
    width: 80px;
    background: #4bd9df;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px 0 0 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-block .image-box .value {
    position: absolute;
    left: 30px;
    bottom: -15px;
    height: 30px;
    background: #4bd9df;
    padding: 5px 20px;
    font-size: 11px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.course-block .content-box {
    position: relative;
    padding: 20px;
}

.course-block .content-box .course-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 0;
}

.course-block .content-box .course-info li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #767676;
    font-weight: 400;
    margin-right: 14px;
    list-style: none;
}

.course-block .content-box .course-info li i {
    margin-right: 2px;
    color: #4bd9df;
    font-size: 14px;
}

.course-block .content-box .title {
    margin-bottom: 15px;
}

.course-block .content-box .title a {
    color: #212529;
}

.course-block .content-box .title:hover {
    color: #4bd9df;
}

.course-block .content-box .other-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dae6e6;
    padding-top: 15px;
}

.course-block .content-box .rating-box {
    position: relative;
}

.course-block .content-box .rating-box .text {
    font-size: 14px;
    color: #7d8185;
    margin-bottom: 0;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
}

.course-block .content-box .rating-box .rating {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #f89321;
}

.course-block .duration {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #767676;
    font-weight: 400;
}

.course-block .duration i {
    margin-right: 2px;
    color: #4bd9df;
    font-size: 14px;
}



.card-banner {
    width: 100%;
    height: 300px;
}

.card-banner {
    text-align: center;
}


.card-banner h1 {
    font-weight: 700;
    padding: 0px 1px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 70px;
    position: relative;
    z-index: 5;
    /* margin-top: 106px; */
}


/* contactpage */
.content-data {
    margin-top: 50px;
    margin-bottom: 0px;
}

.content-data .sub-title {
    font-weight: 600;
    text-transform: uppercase;
}

.content-data h3 {
    font-size: 30px;
    color: #070707;
    font-weight: 700;
}

.input-group .form-control {
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    padding: 10px 18px;
    background: #f2f3f5;
    border: 2px solid #f2f3f5;
}


.form-group textarea.form-control {
    background: #f2f3f5;
    border: 2px solid #f2f3f5;
}

.elementor-widget-wrap {
    padding: 40px 40px 40px 40px;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-widget {
    position: relative;
}

.elementor-clearfix p {
    color: #646464;
}

.elementor-icon .elementor-icon-list-item {
    padding: 0 0 12px 0;
}

.elementor-icon li {
    list-style: none;
    color: #646464;
}

.elementor-icon li span {
    color: #646464;
    display: inline-block;
}

.elementor-widget .elementor-icon-list-icon i {
    width: 2.25em;
    font-size: 30px;



}

.elementor-icon li span i {
    color: #646464;

}

.elementor-heading-title {
    font-size: 44px;
    font-weight: 600;
}

.elementor-icon {
    padding-left: 0rem;
}

.elementor-widget .elementor-icon-list-icon i {
    background: #64dddb;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin: 10px 10px 0px 0;
    transition: all 0.5s;
}

.elementor-icon-list-item:hover .elementor-icon-list-icon i {
    background-color: #000000;
}

.h-banner2 {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.custom-card {
    color: #000;
    border-radius: 10px;
    box-shadow: 0 0 10px 4px lightblue;
}

.about-card {
    color: #000;
    border-radius: 10px;
    box-shadow: 0 0 10px 4px lightblue;
}

.terms-conditions-card {
    color: #000;
    border-radius: 10px;
    box-shadow: 0 0 10px 4px lightblue;
}

.terms-conditions-card p {
    margin-bottom: 50px;
}

.terms-conditions-card h2 {
    font-weight: 600;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;

    width: 115px;
}


.blog-details h3 {
    font-weight: 600;
}

.card-recent {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-inner-box {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-inner-box {
    padding: 20px;
    border-radius: 0.25rem;
}

.card-inner-box.card-media img {
    height: 480px;
    width: 100%;
    object-fit: contain;
}

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    opacity: 0;
    background: #00e676;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-top.open {
	bottom: 30px;
  opacity: 1;
}
.scroll-top:hover {
	background: #5ab185;
  color: #fff;
}
.scroll-top i{
  font-size: 20px;
}

@media (max-width: 768px) {
    .card-banner h1  {
    font-size: 40px;
    }

}
@media (max-width: 767px) {

    .banner-one .banner-media img {
        display: none;
    }
    .banner-one {
        padding: 50px 0;
       text-align: center;
      }
}

.input-group .form-control {
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    padding: 10px 18px;
    background: #f2f3f5;
    border: 1px solid #dee2e6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem !important;
}

.modal-header button {
    background: none;
    border: none;
    font-size: 29px;
    position: absolute;
    top: 5px;
    right: 20px;
}
.modal-header {
    background-color: #4bd9df;
  }