/**
* Template Name: Reveal - v4.7.0
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --left-bg: #fff; /* left background (lighter pink) */
    --pink-bg: #E52A62; /* right rounded end (darker pink) */
    --text-color: #fff;
    --text-size: 56px;
    --border-radius: 8px; /* slight rounding for whole rectangle */
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}


@media (max-width: 860.5px) {
    .wrapper {
        margin: 50px 5px;
    }
}


@media (max-width: 767.5px) {
    .wrapper {
        flex-direction: column;
        margin: 30px 20px;
    }

    .wrapper .form-left {
        border-bottom-left-radius: 0px;
    }

}

@media (max-width: 768px) {

    .main-slider-content h1,
    .main-slider-content h2 {
        font-size: 22px;
        margin: 0;
    }
.hero-content  {
    padding-top: 60px!important;
}
    .button-main {

        padding: 6px 10px !important;

    }

    #about {
        padding: 0;
    }
    .row-about {
        padding: 0 !important;
    }
    #about .w-50 {
        width: 100% !important;
    }

    .spiker-block {
        padding: 20px 10px 0 10px !important;
    }

    .tag-label {
        visibility: hidden;
    }
.banner-col {
    margin: 0!important;
    padding: 0!important;
}
    .main-button {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .banner__pill {
        font-size: 16px !important;
        padding-left: 8px !important;
        min-height: 40px !important;
    }

    .banner__pill_right {
        font-size: 16px !important;
        padding-right: 8px !important;
        min-height: 40px !important;
    }


    .date-event {
        padding: 0 !important;
    }

    .label-text {
        font-size: 16px !important;
    }

    .scrolled-offset {
        margin-top: 60px !important;
    }

    #header #logo h1 {
        font-size: 24px;
    }

    #header #logo img {
        max-height: 40px;
    }

    .courses-item-content {
        margin: 0 5% 40px 5% !important;
        width: 90% !important;
    }

    #portfolio .portfolio-item {
        padding: 0 5px !important;
    }

    #portfolio .portfolio-item .portfolio-info {
        padding: 10px !important;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }

    #about .about-img {
        height: auto;
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }

    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4, #services .box p {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width: 575px) {

    .wrapper {
        margin: 30px 15px;
    }

    .wrapper .form-left {
        padding: 25px;
    }

    .wrapper .form-right {
        padding: 25px;
    }
}

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

.pink-1 {
    background: #E52a62;
    color: #fff;
    padding: 20px 40px;
    text-transform: uppercase;
}

a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.modal-backdrop {
    position: relative;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.navbar-toggler-icon {
    color: #fff;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

.social-links a {
    padding: 0 8px;
}

.main-text {
    padding-bottom: 20px;
}

.date-event {
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

.carousel-indicators {
    padding-bottom: 0;
    margin-bottom: -24px;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #333;
}

.about-block {
    padding: 40px;
    border: 2px solid var(--pink-bg);
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--pink-bg);
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--pink-bg);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 5px 0;
    min-height: 40px;
}

#topbar .contact-info i {
    font-style: normal;
    color: var(--pink-bg);
}

#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #444;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: var(--pink-bg);
}

#topbar .social-links a {
    color: #555;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
    color: var(--pink-bg);
}

#topbar .social-links a:first-child {
    border-left: 0;
    padding: 0 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #E52a62;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.banner {
    position: relative;
    width: 100%;
    /*max-width: var(--banner-width);*/
    /*height: var(--banner-height);*/
    background: #fff;
    overflow: hidden; /* keep pill inside rounded box */
    box-sizing: border-box;
    display: block;
}

/* the rounded "pill" on the right */
.banner__pill {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: var(--pink-bg);
    /* make a semicircular left edge: */
    border-bottom-right-radius: 400px;
    /* keep right corners fully rounded by overflow of parent */
    position: relative; /* above the pill */
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--text-size);
    /*line-height: var(--banner-height); !* vertically center text *!*/
    padding-left: 36px; /* distance from left edge */
    text-transform: uppercase;
    white-space: nowrap;
}

/* the rounded "pill" on the right */
.banner__pill_right {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: var(--pink-bg);
    /* make a semicircular left edge: */
    border-bottom-left-radius: 400px;
    /* keep right corners fully rounded by overflow of parent */
    position: relative; /* above the pill */
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--text-size);
    /*line-height: var(--banner-height); !* vertically center text *!*/
    padding-right: 36px; /* distance from left edge */
    text-transform: uppercase;
    white-space: nowrap;
}

.label-text {
    text-transform: uppercase;
    color: var(--pink-bg);
    font-weight: bold;
}

.spiker-name {
    text-transform: uppercase;
    color: var(--pink-bg);
    font-weight: bold;
}

.spiker-sub-title {
    font-weight: bold;
}

.spiker-block {
    border: 2px solid var(--pink-bg);
    padding: 20px 40px 0 40px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

/* Main text block */
.custom-box {
    border: 2px solid var(--pink-bg);
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(242, 46, 145, 0.1);
    padding: 40px 80px 40px 40px;
    margin-top: 10px;
}

/* Tag label */
.tag-label {
    top: 65%;
    right: -40%;
    position: absolute;
    transform: translateY(-50%);
    background-color: var(--pink-bg);
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    z-index: 2;
}

/* Optional dotted circle background effect */
.custom-box::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 40%;
    width: 200px;
    height: 200px;
    background: url("../img/dots.png") no-repeat;
    z-index: 0;
}

.about-main {
    background-color: var(--pink-bg);
    color: #fff;
    padding: 10px 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: bold;
    margin-left: -40px;
}

.button-main {
    background-color: var(--pink-bg);
    color: #fff;
    padding: 10px 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: bold;
    margin-top: 80px;
}

#header #logo h1 a {
    color: #E52a62;
}

.main-button {
    padding-top: 20px;
}

#header #logo h1 a span {
    color: var(--pink-bg);
}

#header #logo img {
    padding: 0;
    margin: 0;
}


.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a i, .navbar a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}


.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}


/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}


.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(8, 30, 91, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
}


.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}


.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero .hero-content h1 {
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}

#hero .hero-content h1 span {
    color: var(--pink-bg);

}


#hero .hero-content .btn-get-started, #hero .hero-content .btn-projects {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
}

#hero .hero-content .btn-get-started {
    background: #EC91A9;
    border: 2px solid #EC91A9;
}

#hero .hero-content .btn-get-started:hover {
    background: none;
    color: #EC91A9;
}

#hero .hero-content .btn-projects {
    background: var(--pink-bg);
    border: 2px solid var(--pink-bg);
}

#hero .hero-content .btn-projects:hover {
    background: none;
    color: var(--pink-bg);
}

#hero .hero-slider {
    z-index: 8;
    height: 60vh;
}

#hero .hero-slider::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 30px;
}


.section-header p {
    padding: 0;
    margin: 0;
}
.hero-content{
    padding-top: 40px;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafafa;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}


.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

.main-menu-link {
    padding: 0 10px
}

/* About Section
--------------------------------*/
#about .about-img {
    overflow: hidden;
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%;
}


#about .content h2 {
    color: #EC91A9;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--pink-bg);
}

#about .content ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-bottom: 10px;
}


/* Services Section
--------------------------------*/
#services {
    padding: 40px 0;
}

#services .box {
    padding: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    height: 100%;
}


#services .box .icon {
    float: left;
}

#services .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#services .box .icon i:before {
    background: #EC91A9;
    background: linear-gradient(45deg, var(--pink-bg) 0%, #ec618c 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

#services .box h4 a {
    color: #444;
}

#services .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}


/* Clients Section
--------------------------------*/
#clients {
    padding: 30px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.carousel .carousel-indicators button,
#clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--pink-bg);
}

.carousel .carousel-indicators .active,
#clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--pink-bg);
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
    background: #fff;
    padding: 30px 0;
}

#portfolio #portfolio-filters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

#portfolio #portfolio-filters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 18px 12px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #f7f7f7;
    border-radius: 4px;
}

#portfolio #portfolio-filters li:hover, #portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: var(--pink-bg);
}

#portfolio #portfolio-filters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 80px;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: var(--pink-bg);
    padding: 15px 80px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info h2 {
    color: #EC91A9;
}

#portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: rgba(255, 255, 255, 0.6);
    transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

#portfolio .portfolio-item:hover img {
    top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--pink-bg);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--pink-bg);
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 30px 0;
}

#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
    overflow: hidden;
}

#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}


#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

#testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--pink-bg);
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--pink-bg);
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: #081e5b;
    background-size: cover;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}


#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: var(--pink-bg);
    border: 3px solid var(--pink-bg);
}

/* Our Team Section
--------------------------------*/
#news {
    background: #fff;
    padding: 30px 0 0 0;
}

#news .member {
    text-align: center;
    margin-bottom: 20px;
}

#news .member .pic {
    overflow: hidden;
    text-align: center;
}

#news .member .pic img {
    max-width: 100%;
}

div.member-row div.details {
    border: 2px solid var(--pink-bg);
    padding: 15px;
    padding-bottom: 30px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

#news > div > div.container > div > div:nth-child(3) > div > div {

    border-bottom-left-radius: 0;
    border-top-left-radius: 50px;
}

#news > div > div.container > div > div:nth-child(1) > div > div {

    border-bottom-right-radius: 0;
    border-top-right-radius: 50px;
}

#news .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#news .about {
    padding-bottom: 20px;
}

.member-row {
    padding: 0 40px;
}

#news .member .social {
    margin-top: 5px;
}

#news .member .social a {
    color: #fff;
}

#news .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 30px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--pink-bg);
}

#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: var(--pink-bg);
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}


#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

#contact .email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#contact .email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

#contact .email-form .error-message br + br {
    margin-top: 25px;
}

#contact .email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#contact .email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#contact .email-form input, #contact .email-form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .email-form input::focus, #contact .email-form textarea::focus {
    background-color: var(--pink-bg);
}

#contact .email-form button[type=submit] {
    background: var(--pink-bg);
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contact .email-form button[type=submit]:hover {
    background: #2dc899;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #f2f5f8;
    padding: 0 0 30px 0;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}

#footer .credits a {
    color: #EC91A9;
}

.fbtn {
    background: transparent;
    border: none;
    font-weight: bold;

}

.text-right {
    float: right;
}

.article-img {
    width: 100%;
    margin-bottom: 15px
}

.pagination li {
    margin: 0 10px;
}

.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}

.d-block {
    margin: 0 auto;
}

.news-container {
    margin: 0 auto;
    width: 80%;
}

.news-item-content, .courses-item-content {
    background-color: #fff;
    box-shadow: 0 -10px 70px 10px rgb(0 0 0 / 10%);
    padding: 60px
}

.courses-item-content {
    margin: 0 2% 40px 2%;
    width: 46%;
}

.news-row {
    margin-bottom: 20px;
}

.image-col {
    padding-right: 0;
}

.img-carousel,
.container-map {
    padding-bottom: 60px;
}

.news-container {
    padding-bottom: 100px;
}

.breadcrumbs {
    background: #f2f5f8;
    margin-bottom: 40px;
    padding-left: 20px;
}

#footer {
    left: 0;
    bottom: 0;
    width: 100%;
}

.courses-container {
    margin-bottom: 100px;
}

.course-date {
    font-weight: bold;
    color: #EC91A9;
}

.course-title,
.news-title {
    font-size: 36px;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #EC91A9;

}

.text-green span {
    color: #EC91A9;
}

.text-green {
    color: #2dc899;
}

.course-sub-title {
    margin: 40px 0 20px 0;
    color: #EC91A9;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
}

.course-title {
    margin-bottom: 40px;
}

.gerb {
    height: 120px;
}

.fbtn {
    color: #000;
}

.white-link, .white-link:hover {
    color: #fff;
}


.wrapper {
    max-width: 850px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    margin: 50px auto;
    box-shadow: 0 8px 20px 0px #1f1f1f1a;
    overflow: hidden;
}

.wrapper .form-left {
    background: var(--pink-bg);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 40px;
    position: relative;
    width: 100%;
    color: #fff;
}

.wrapper h2 {
    font-weight: 700;
    font-size: 25px;
    padding: 5px 0 0;
    margin-bottom: 34px;
    pointer-events: none;
}

.wrapper .form-left p {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5;
    pointer-events: none;
}

.wrapper .form-left .text {
    margin: 20px 0 25px;
}

.wrapper .form-left p span {
    font-weight: 700;
}

input[type="text"], input[type="email"] {
    background: #fff;
    margin: 10px 0 10px 0px;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    font-size: 0.9rem;
    appearance: unset;
    outline: none;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
}

input[type="checkbox"] {
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 0.9rem;
    outline: none;
    padding: 5px 5px;
    border: 1px solid #e5e5e5;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:checked::after {
    background-color: var(--pink-bg);
    border: 1px solid var(--pink-bg);
    filter: hue-rotate(111deg);
}

select {
    margin: 10px 0 10px 0px;
    width: 40%;
    padding: 5px 5px;

}

ul#id_interest li {
    padding: 5px;
}

.wrapper input:hover {
    background-color: #f2f2f2;
}

.wrapper .form-right {
    padding: 20px 40px;
    position: relative;
    width: 100%;
}

.wrapper h2 {
    color: var(--pink-bg);
}

.wrapper label {
    font-weight: 600;
    font-size: 15px;
    color: #666;
    display: block;
}

.wrapper .input-field {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    color: #333;
}

.wrapper .input-field:focus {
    border: 1px solid var(--pink-bg);
}


.wrapper .option {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    font-weight: 900;
    cursor: pointer;
    user-select: none
}

.wrapper .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 2px
}

.wrapper .option:hover input ~ .checkmark {
    background-color: #f1f1f1
}

.wrapper .option input:checked ~ .checkmark {
    border: 2px solid #e5e5e5;
    background-color: #fff;
    transition: 300ms ease-in-out all
}

.wrapper .checkmark:after {
    content: "\2713";
    position: absolute;
    display: none;
    color: var(--pink-bg);
    font-size: 1rem;
}

.wrapper .option input:checked ~ .checkmark:after {
    display: block
}

.wrapper .option .checkmark:after {
    left: 2px;
    top: -4px;
    width: 5px;
    height: 10px
}

.wrapper .register {
    padding: 12px;
    background: var(--pink-bg);
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    max-width: 230px;
    border: none;
    margin: 6px 0 50px 0;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.wrapper .register:hover {
    background-color: var(--pink-bg);
}

.wrapper a {
    text-decoration: none;
}

.form-right ul {
    list-style-type: none;
}


.modal-dialog {
    max-width: 60%;
    text-align: center;
}

.modal-body h5 {
    margin: 0;
    font-weight: bold;
}

.modal-content {
    background-color: var(--pink-bg);
    color: #fff;
    border: none;
    box-shadow: 0 8px 20px 0px #1f1f1f1a;
}
