/* @font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://example.com/fonts/ubuntu.woff) format('woff');
} */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

body {
    font-family: 'Ubuntu', sans-serif;
    color: #070707;
    font-weight: 400;
}

section .section-text {
    font-size: 18px;
    color: #5E5E5E;
    line-height: 2em;
    font-weight: 400;
}

a {
    color: #EC008C;
    text-decoration: none;
}

    a:hover {
        color: #CA0A7C;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: 'Gabriela' !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #EC008C;
        border-top-color: #ecf8f9;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #EC008C;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #CA0A7C;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #3C3B3B;
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    z-index: 996;
    transition: all 0.5s;
}

    #topbar.topbar-scrolled {
        top: -40px;
    }

    #topbar .d-flex i {
        padding-right: 6px;
        line-height: 0;
        color: #EC008C;
        font-size: 20px !important;
    }

    #topbar .margin-left {
        margin-left: 20px;
    }

    #topbar p {
        font-size: 15px;
        margin: 0px;
        font-weight: 500 !important;
    }

.margin-social {
    margin-left: 20px;
}


@media (max-width: 768px) {
    #topbar p {
        font-size: 12px;
        font-weight: 500 !important;
    }

    .margin-social {
        margin-left: 10px;
    }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 8px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    /* @media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
} */

    #header.header-scrolled {
        top: 0;
    }

    #header .logo {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #555555;
        }

        #header .logo img {
            /* max-height: 40px; */
            width: 120px;
        }

/**
* Appointment Button
*/
.appointment-btn {
    margin-left: 25px;
    background: #EC008C;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

    .appointment-btn:hover {
        background: #CA0A7C;
        color: #fff;
    }

@media (max-width: 768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }
}

/*--------------------------------------------------------------
# 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,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
        /* text-transform: uppercase; */
        font-weight: 400;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #CA0A7C;
        }

    .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;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            text-transform: none;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #CA0A7C;
            }

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

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #555555;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;

    }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(60 60 60 / 61%);
  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;
        border-radius: 8px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #555555;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #CA0A7C;
        }

    .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 ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #CA0A7C;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /* height: 100vh; */
    /* background-color: rgba(60, 60, 60, 0.8); */
    overflow: hidden;
    position: relative;
}

#hero {
    padding: 120px 0px 0px 0px !important;
}

    #hero .carousel,
    #hero .carousel-inner,
    #hero .carousel-item,
    #hero .carousel-item::before {
        /* position: absolute; */
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #hero .carousel-item {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

.carousel-item .position-relative {
    position: relative;
}

.carousel-item .position-absolute {
    position: absolute;
    right: 11%;
    top: 30%;
    max-width: 650px;
}

.position-absolute h4 {
    font-family: 'Tsukimi Rounded', sans-serif !important;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4 !important;
}


/* #hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #3fbbc0;
} */

@media (max-width: 1200px) {
    #hero .container {
        margin-left: 50px;
        margin-right: 50px;
    }
}

#hero h2 {
    color: #2f2f2f;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
}

#hero p {
    margin: 0 auto 30px auto;
    color: #555555;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

    #hero .carousel-inner .carousel-item-next,
    #hero .carousel-inner .carousel-item-prev,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: #EC008C;
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #hero .carousel-control-next-icon:hover,
    #hero .carousel-control-prev-icon:hover {
        background: #CA0A7C;
        color: rgba(255, 255, 255, 0.8);
    }

#hero .carousel-indicators li {
    cursor: pointer;
    background: #c4c0c0;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

    #hero .carousel-indicators li.active {
        opacity: 1;
        background: #EC008C;
    }

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #EC008C;
}

    #hero .btn-get-started:hover {
        background: #CA0A7C;
    }

#hero .position-absolute h4 {
    font-family: 'Gabriela' !important;
    font-size: 40px;
    line-height: 2px;
}

    #hero .position-absolute h4 span {
        font-family: 'Gabriela' !important;
        font-size: 40px;
        line-height: 2px;
        color: #EC008C;
    }



@media (max-width: 992px) {
    /* #hero {
    height: 100vh;
  } */

    #hero .position-absolute h4 span {
        font-family: 'Gabriela' !important;
        font-size: 25px;
        line-height: 2px;
        color: #EC008C;
    }

    #hero .position-absolute h4 {
        font-family: 'Gabriela' !important;
        font-size: 25px;
        line-height: 2px;
    }
}



@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }

    #hero .position-absolute h4 span {
        font-family: 'Gabriela' !important;
        font-size: 15px;
        line-height: 2px;
        color: #EC008C;
    }

    #hero .position-absolute h4 {
        font-family: 'Gabriela' !important;
        font-size: 15px;
        line-height: 2px;
    }

    .carousel-item .position-absolute {
        position: absolute;
        right: -16%;
        top: 20%;
        max-width: 650px;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }

    /* .carousel-item .position-absolute {
    position: absolute;
    right: -9%;
    top: 20%;
    max-width: 500px;
  } */

}


@media (max-height: 500px) {
    /* #hero {
    height: 160vh;
  } */
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 30px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7fcfc;
}

.section-title {
    text-align: center;
    /* padding-bottom: 30px; */
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        /* text-transform: uppercase; */
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #EC008C;
            bottom: 0;
            left: calc(50% - 25px);
        }

    .section-title p {
        margin-bottom: 0;
    }

@media (max-width:768px) {
    .section-title {
        padding-bottom: 0px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #ecf8f9;
    min-height: 40px;
    margin-top: 145px;
    height: 150px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 145px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 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: "/";
        }

.Course-breadcrumb h2 {
    color: white;
    padding: 10px 0px;
    /* background-color: #CA0A7C;
  padding: 20px; */
}

.Course-breadcrumb ol {
    color: white;
    /* background-color: #CA0A7C; */
    border-radius: 10px;
    padding: 20px;
}

    .Course-breadcrumb ol a {
        color: white;
    }

.breadcrumbs ol li + li::before {
    color: #fff !important;
}

.Course-breadcrumb ol a:hover {
    color: #d2d2d2;
}

@media (max-width: 768px) {
    /* .breadcrumbs .d-flex {
    display: block !important;
  } */

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h4 span {
    font-weight: 500;
    font-size: 26px;
    color: #EC008C;
    font-weight: 500;
}

.about p {
    font-size: 18px;
    color: #5E5E5E;
    line-height: 1.8em;
    font-weight: 400;
}

.about .content .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #EC008C;
}

    .about .content .btn-get-started:hover {
        background: #CA0A7C;
    }

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-bottom: 10px;
    }

    .about .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #EC008C;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.LineVertical {
    border: 4px solid #EC008C;
    height: 100px;
    margin-right: 50px;
    margin-bottom: -51px;
}

.LineHorizintal {
    border: 4px solid #EC008C;
    width: 100px;
    margin-top: 50px;
}

.img-shadow {
    box-shadow: -35px 35px #E3E3E3;
}


.vastuImg {
    display: block
}

@media (max-width: 767px) {
    .about .show {
        display: none
    }

    .about .margin-img {
        margin-top: 10px;
    }

    .img-shadow {
        box-shadow: -20px 20px #f6f6f6;
    }
}

@media (max-width:1023px) {

    .vastuImg {
        display: none
    }
}

@media (max-width:1200px) {

    .about .margin-img {
        margin-top: 10px;
    }
}


/* vertical line */
.corner-border::after {
    content: '';
    position: absolute;
    background-color: #EC008C;
    width: 7px;
    height: 40%;
    bottom: -62px;
    /* left:56px; */
    left: calc(50% - 240px);
}

/* horizontal line */
.corner-border::before {
    content: '';
    position: absolute;
    background-color: #EC008C;
    width: 40%;
    height: 9px;
    bottom: 00px;
    left: calc(5% - 85px);
}

/* .img-shadow-sir
        {

        } */


/*--------------------------------------------------------------
# Courses Section Starts
--------------------------------------------------------------*/
.courses {
    padding-bottom: 30px;
    z-index: -1;
}

    .courses .Astro-Course {
        width: 100%;
        background-color: #fff;
        padding: 10px 10px;
        box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
        height: 30%;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

        .courses .Astro-Course p {
            font-size: 18px;
            font-weight: 600;
            color: black;
        }

    .courses .count-box {
        box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
        padding: 30px;
        width: 100%;
    }

        .courses .count-box i {
            display: block;
            font-size: 30px;
            color: #EC008C;
            float: left;
        }

        .courses .count-box span {
            font-size: 42px;
            line-height: 24px;
            display: block;
            font-weight: 700;
            color: #555555;
            margin-left: 50px;
        }

        .courses .count-box p {
            padding: 30px 0 0 0;
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
        }

        .courses .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #7b7b7b;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .courses .count-box a:hover {
                color: #CA0A7C;
            }

.no-gutters .count-box {
    height: 250px;
}

.no-gutters .course-box {
    margin: 36px 0px;
}

.know-more {
    margin-left: 0px;
    background-color: none;
    border: 2px solid #EC008C;
    margin-left: 15px;
    color: #EC008C;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

    .know-more:hover {
        background: #EC008C;
        color: #fff;
    }

@media (max-width: 768px) {
    .know-more {
        margin: 0 10px 0 0;
        padding: 6px 15px;
    }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* .testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item p
{
font-style: normal !important;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #EC008C;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-size: 18px;
  color: #5E5E5E;
  line-height:2em;
  font-weight: 400;

  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
 
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EC008C;
} */




/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

    .testimonial4_indicators .carousel-indicators li {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #ffffff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators .active {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        margin: 2px 3px;
        background-color: #9dd3af;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
        height: 3px;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eeeeee;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

    .testimonial4_control_button .carousel-control.left {
        left: 7%;
        top: 50%;
        right: auto;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 7%;
        top: 50%;
        left: auto;
    }

        .testimonial4_control_button .carousel-control.left:hover,
        .testimonial4_control_button .carousel-control.right:hover {
            color: #000;
            background: #fff;
            border: 2px solid #fff;
        }

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

    .testimonial4_header h4 {
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 136px;
        height: 136px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
        border-radius: 50%;
        box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    }

    .testimonial4_slide p {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.4;
        margin: 40px 0 20px 0;
    }

    .testimonial4_slide h4 {
        color: #ffffff;
        font-size: 22px;
    }


.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.testimonials h2, .testimonials p {
    color: #fff;
}


.carousel-control-next, .carousel-control-prev {
    width: 15%
}


#more {
    display: none;
}

#more1 {
    display: none;
}

.ReadMore-Testimonial {
    background-color: transparent !important;
    border: none !important;
    color: #1A4ACC;
}

.btnstyle {
    background-color: transparent !important;
    border: none !important;
    color: #EC008C;
}

.testimonial4_slide h4, .testimonial4_slide h5 {
    color: #fff;
}

@media (max-width:768px) {

    .testimonial4_slide {
        width: 95%;
    }
}




/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}

    .gallery .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .gallery .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #EC008C;
        }

        .gallery .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #EC008C;
        }

    .gallery .swiper-slide-active {
        text-align: center;
    }

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 6px solid #EC008C;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    background-color: #FFFBF9;
}

    .contact .info-box {
        color: #444444;
        text-align: center;
        box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
        padding: 20px 0 30px 0;
        background-color: #fff;
    }

    .contact .contact-detail {
        background-color: #fff;
    }

    .contact .info-box i {
        font-size: 32px;
        color: #EC008C;
        border-radius: 50%;
        padding: 8px;
        /* border: 2px dotted #c5ebec; */
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .contact .php-email-form {
        box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
        padding: 30px;
    }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #EC008C;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #EC008C;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #EC008C;
                border-top-color: #eee;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form input,
        .contact .php-email-form textarea {
            border-radius: 4px;
            box-shadow: none;
            font-size: 14px;
        }

            .contact .php-email-form input:focus,
            .contact .php-email-form textarea:focus {
                border-color: #EC008C;
            }

        .contact .php-email-form input {
            padding: 10px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type=submit] {
            background: #EC008C;
            border: 0;
            padding: 10px 30px;
            color: #fff;
            transition: 0.4s;
            border-radius: 4px;
        }

            .contact .php-email-form button[type=submit]:hover {
                background: #CA0A7C;
            }


@media screen and (max-width: 768px) {
    .ContactForm {
        margin-top: 20px;
    }
}



@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #eeeeee;
    color: #e8e8e8;
    font-size: 14px;
}

.footer-info img {
    width: 200px;
    margin-bottom: 15px;
}

#footer .footer-top {
    background: #000;
    padding: 30px 0 30px 0;
}

    #footer .footer-top .footer-info {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-info h3 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 700;
        }

        #footer .footer-top .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: "Roboto", sans-serif;
        }

    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #EC008C;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 4px;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .footer-top .social-links a:hover {
            background: #CA0A7C;
            text-decoration: none;
        }

    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding-bottom: 12px;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul i {
                padding-right: 2px;
                color: #EC008C;
                font-size: 18px;
                line-height: 1;
            }

            #footer .footer-top .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            #footer .footer-top .footer-links ul a {
                color: #e8e8e8;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                #footer .footer-top .footer-links ul a:hover {
                    color: #EC008C;
                }

    #footer .footer-top .footer-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border: 1px solid #d5d5d5;
        border-radius: 4px;
    }

        #footer .footer-top .footer-newsletter form input[type=email] {
            border: 0;
            padding: 4px;
            width: calc(100% - 110px);
        }

        #footer .footer-top .footer-newsletter form input[type=submit] {
            position: absolute;
            top: -1px;
            right: -1px;
            bottom: -1px;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 20px;
            background: #EC008C;
            color: #fff;
            transition: 0.3s;
            border-radius: 0 4px 4px 0;
        }

            #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                background: #CA0A7C;
            }

#footer .copyright {
    text-align: center;
    /* padding-top: 30px; */
}

#footer .footer-bottom .container {
    padding: 20px 0px;
}

#footer .credits {
    /* padding-top: 10px;
  text-align: center; */
    font-size: 13px;
}

#footer ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #EC008C;
}

#footer ul {
    padding: 0px;
    list-style-type: none !important;
}

    #footer ul li {
        padding: 10px 0px;
    }

#footer .contact-info i {
    margin-right: 10px;
    font-size: 16px;
    color: #EC008C
}

#footer .contact-info p {
    margin: 0px;
}

#footer .contact-info div {
    margin-bottom: 10px;
}

#footer .footer-bottom {
    background-color: #000F21;
}

.credits {
    display: flex;
    justify-content: center;
}


    .credits a {
        margin-left: 5px;
    }
