@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700';

* {
    margin: 0;
    padding: 0
}
body {
    overflow-x: hidden;
}
a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*! margin-top: 7px; */
    margin-bottom: 7px;
    text-transform: capitalize;
    font-family: raleway, sans-serif
}
.form-group .form-control {
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
ul {
    margin: 0
}

li {
    list-style: none
}

p {
    font-size: 15px;
    margin: 0
}
.form-check {
    padding-left: 0;
}
body {
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    color: #555
}

section {
    overflow: hidden
}

.overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7
}

.edu-overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8
}

.section-padding {
    padding: 50px 0;
}

.edu-title {
    margin-bottom: 25px;
    text-align: center
}

.edu-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    color: #333
}

.edu-title p {
    padding: 0 25%;
}

.eduspace-btn {
    border: 0;
    border-radius: 0;
    background: #ef5777;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: all .5s ease
}

.eduspace-btn:hover,
.eduspace-btn:focus {
    background: #222;
    color: #fff;
    border: none
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.padding {
    padding-left: 0
}

.preloader-area {
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.sk-cube-grid {
    margin: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ef5777;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.header-top-bar {
    background: #ef5777;
    padding: 10px
}

.header-top-left {
    float: left
}

.header-top-left ul li {
    list-style: none;
    float: left;
    margin-right: 20px
}

.header-top-left ul li a {
    color: #fff;
    font-size: 16px
}

.header-top-left ul li a i {
    margin-right: 10px
}

.header-top-right {
    overflow: hidden;
    float: right
}

.header-top-right ul li {
    float: left;
    list-style: none;
    margin-right: 20px
}

.header-top-right ul li a {
    color: #fff;
    font-size: 16px
}

.header-top-right ul li a i {
    margin-right: 10px
}

header {
    width: 100%;
    z-index: 337
}

header.sticky {
    position: fixed;
    background-color: #fff;
    top: 0;
    box-shadow: 0 0 7px #ccc
}

.sticky .main-menu-area {
    margin: -5px 0;
    transition: .5s
}

.sticky .main-menu ul li ul.sub-menu {
    margin-top: 20px
}

.sticky .search-form {
    margin-top: 6px
}

.main-menu-area {
    padding: 10px
}

.logo {
    margin-top: 9px
}

/*
.logo img {
    width: 70%
}
*/

.main-menu {
    float: right
}

.main-menu ul li a .caret i {
    font-size: 18px;
    margin-left: 5px;
    -webkit-transition: .4s;
    transition: .4s
}
.main-menu ul li .sub-menu li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 13px 20px;
	text-transform: capitalize;
	transition: .3s;
    font-weight: 600;
}
.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.main-menu li {
    float: none;
    position: relative;
    display: inline-block
}

.main-menu li a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 7px;
    text-transform: capitalize;
}
.main-menu li a.active {
    color: #ef5777;
}
.widget-categories li a.active {
    color: #ef5777;
}
.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none
}

.main-menu ul li ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    border-width: 0 1px 1px;
    margin-top: 25px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100px;
    transition: all .4s ease 0s;
    visibility: hidden;
    width: 208px;
    z-index: 9999;
    border-top: 4px solid #ef5777
}

.main-menu ul li ul.sub-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #ef5777;
    padding-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none
}

.main-menu ul li ul.sub-menu li:hover {
    background: #ef5777
}
.main-menu ul li ul.sub-menu li:hover a {
    color: #fff;
}
.main-menu ul ul li > a {
    font-weight: 600;
    color: #000;
    padding: 15px 20px;
    text-transform: capitalize
}

.main-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    top: 75%;
    visibility: visible
}

.main-menu li:hover .caret i {
    transform: rotate(-180deg)
}

.main-menu li li:hover > a {
    color: #fff
}

.search-form {
    position: absolute;
    right: 5%;
    width: 250px;
    background: #ef5777;
    margin-top: 11px;
    display: none;
    z-index: 9999
}

.search-form .form-group {
    margin: 15px
}

.search-form .form-control {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 42px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #333;
    border-radius: 0;
    height: 42px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.search-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 #fff;
    box-shadow: 0 0 #fff;
    border-radius: 0
}

.search-form .serach-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 9px 10px;
    background: #222;
    color: #fff;
    font-size: 15px;
    border: 1px solid #000
}

.search-form .serach-btn:hover,
.search-form .serach-btn:focus {
    color: #fff;
    background: #222
}

.mobile-menu-area {
    display: none
}

.mean-container .mean-nav,
.mean-container .mean-bar {
    background: #fff
}

.mean-container a.meanmenu-reveal span,
.mean-container .mean-nav ul li a:hover {
    background: #ef5777
}

.mean-container .mean-nav ul li a:hover .mean-nav ul li a.mean-expand {
    color: #000;
    font-weight: 600
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent none repeat scroll 0 0;
    color: #000;
    font-weight: 600
}

.mean-container .mean-nav ul li a:hover {
    color: #000;
    font-weight: 600
}

.mean-container a.meanmenu-reveal {
    color: #000;
    font-weight: 600;
    border-color: #ef5777;
    top: -3px
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    opacity: 1
}

.mean-container .mean-nav ul li a:hover {
    color: #000;
    font-weight: 600
}

.mean-container .mean-nav ul li a.mean-expand {
    border-color: transparent !important;
    line-height: 32px;
    padding: 9px !important;
    background: 0 0
}

.banner-area {
    background-size: cover;
    position: relative
}

.welcome-text {
    padding-top: 200px;
    padding-bottom: 170px
}

.welcome-text h1 {
    text-transform: capitalize;
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.welcome-text h1 span {
    color: #ef5777
}

.welcome-text h3 {
    color: #fff
}

.welcome-text p {
    margin-bottom: 30px;
    color: #fff
}

.welcome-btn {
    border: 1px solid #fff;
    border-radius: 0;
    background: 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    transition: all .2s ease;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px
}

.welcome-btn:hover,
.welcome-btn:focus {
    color: #fff;
    background-color: #ef5777;
    border-color: #ef5777
}

.slider-area {
    overflow: hidden
}

.slider {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.regular .slick-prev {
    left: 40px;
    z-index: 1
}

.regular .slick-prev::before {
    content: "\f104";
    font-family: fontawesome;
    color: #fff !important;
    font-size: 36px;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 3px 15px;
    border-radius: 30px;
    font-weight: 700
}

.regular .slick-next {
    right: 40px
}

.regular .slick-next::before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff !important;
    font-size: 36px;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 3px 15px;
    border-radius: 30px;
    font-weight: 700
}

.regular .slick-prev,
.slick-next {
    width: 45px;
    height: 45px
}

.regular .slick-dots {
    bottom: 40px
}

.regular .slick-dots li button::before {
    width: 15px;
    height: 15px;
    content: '';
    background: #fff;
    border-radius: 10px;
    margin-top: 0
}

.service {
    background: #f7f8fa
}

.service-area {
    padding: 20px;
    box-shadow: 0 0 8px #ccc
}

.service-icon {
    margin-top: 20px
}

.service-icon i {
    font-size: 42px;
    margin-bottom: 20px;
    color: #ef5777
}

.service-area-2 {
    padding: 20px;
    background: #ef5777;
    transition: .5s;
    -webkit-box-shadow: 0px 0px 49px -11px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 49px -11px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 49px -11px rgba(0, 0, 0, 0.35);
}

.service-area-2:hover {
    background: #333
}

.service-area-2:hover .service-icon i {
    color: #ef5777
}

.service-active {
    background: #333
}

.service-active .service-icon i {
    color: #ef5777 !important
}

.service-area-2 .service-icon i {
    color: #333;
    margin-bottom: 20px;
    transition: .3s
}

.service-area-2 h3 {
    font-weight: 600
}

.service-area-2 h3,
.service-area-2 p {
    color: #fff
}

.who-we-are-top-text h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 30px
}

.who-we-are-main-content p {
    margin-bottom: 14px;
}

.who-we-are-buttn {
    margin-bottom: 0;
}

.who-we-are-img {
    margin-top: 20px
}

.eduspace-starts {
    background: url(../img/eduspace-starts-bg.jpg)no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.eduspace-area {
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
    margin-top: 40px
}

.eduspace-area:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #222;
    transition: .5s
}

.countdown {
    text-align: center
}

.counticon h1 {
    color: #222;
    font-weight: 700;
    letter-spacing: 2px
}

.counticon h3 {
    color: #222;
    letter-spacing: 2px
}

.counticon i {
    font-size: 50px;
    color: #ef5777;
    font-weight: 700
}

.video {
    background: url("../img/video-bg.jpg")no-repeat center fixed;
    background-size: cover;
    position: relative
}

.video-area {
    margin-top: 60px;
    margin-bottom: 60px
}

.video-area a i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    color: #ef5777;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 6px;
    font-size: 28px
}

.video-area h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600
}

.testimonial {
    background: #f9f9f9
}

.client-single .client-id img {
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #ef5777
}

.client-single .client-id h3 {
    font-weight: 700
}

.client-single .client-id h3,
.client-single .client-id h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.client-review {
    text-align: center
}

.client-review p {
    padding: 0 32%
}

.responsive .slick-dots li button::before {
    width: 25px;
    height: 8px;
    content: '';
    background: #ef5777;
    border: 1px solid #fff;
    margin-top: 10px;
/*    opacity: 0*/
}
.responsive .slick-dots li.slick-active button::before {
    width: 25px;
    height: 8px;
    content: '';
    background: #222;
    border: 1px solid #fff;
    margin-top: 10px;
    opacity: 1
}
.responsive .slick-dots {
    bottom: -30px
}

.widget-area {
    background: #242c42
}

.widgt-main-area {
    margin-top: 50px;
    margin-bottom: 50px
}

.about-eduspace p {
    margin-top: 30px;
    color: #fff
}

.widget-social {
    margin-top: 20px
}

.widget-social ul li {
    display: inline-block;
    margin-right: 15px
}

.widget-social ul li a i {
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #ef5777;
    transition: .5s
}

.f-widget-title {
    margin-bottom: 30px
}

.f-widget-title h4 {
    color: #fff;
    font-weight: 600
}

.categories li {
    list-style: none;
    margin-bottom: 11px
}

.categories li i {
    margin-right: 10px
}

.categories li a {
    color: #fff
}

.widget-blog {
    margin-bottom: 40px
}

.w-r-right a {
    color: #fff
}

.w-r-right p {
    color: #dcdcdc
}

.news-text p {
    color: #fff
}

.news-form {
    margin-top: 20px
}

.news-form .form-control {
    position: relative;
    width: 250px;
    border-color: #ef5777;
    height: 40px
}

.news-form .subscribe-btn {
    position: absolute;
    right: 21px;
    padding: 12px;
    background: #ef5777;
    color: #fff;
    font-size: 14px;
    border: none;
    bottom: 46px;
    line-height: 1.1
}

.w-r-left {
    float: left
}

.w-r-right {
    padding-left: 70px
}

.w-r-right p {
    font-size: 13px
}

.fa-facebook:hover {
    background: #3b5998;
    color: #fff
}

.fa-twitter:hover {
    background: #00bbf4;
    color: #fff
}

.fa-linkedin:hover {
    background: #0175b0;
    color: #fff
}

.fa-youtube:hover {
    background: #e02f2f;
    color: #fff
}

.footer-area {
    background: #ef5777;
    padding-bottom: 30px;
    padding-top: 30px
}

.footer-text {
    text-align: center
}

.footer-text p {
    color: #fff
}

.eduspace-banner {
    background: url(../img/eduspace-banner.jpg) no-repeat center fixed;
    /*! background-size: cover; */
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    background-image: linear-gradient(to right, #051937, #3a2b5a, #763873, #b5437d, #ef5777);
    background-position: center;
}

.eduspace-banner-header h2 {
    color: #fff
}

.eduspace-banner-header .breadcrumb {
    background: 0 0;
    padding: 0
}

.eduspace-banner-header .breadcrumb li a {
    color: #fff
}

.eduspace-banner-header .breadcrumb > .active {
    color: #ef5777
}

.about-content-header h2 {
    font-weight: 600;
    color: #333;
    margin-bottom: 30px
}

.about-main-content p {
    margin-bottom: 40px;
    font-size: 16px
}

.about-main-content-list a {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #222
}

.about-main-content-list a i {
    color: #ef5777;
    font-size: 22px;
    margin-right: 20px
}

.course-area {
    margin-bottom: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.course-area:hover .course-img img {
    transform: scale(1.1)
}

.course-area:hover .c-overlay {
    opacity: .7;
    display: block
}

.course-img {
    position: relative;
    overflow: hidden
}

.course-img img {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.c-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #111;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.content-area {
    padding: 20px;
    border: 1px solid #d6d6d6
}

.course-content {
    margin-bottom: 25px
}

.course-content h3 a {
    color: #ef5777;
    font-weight: 600
}

.content-area .course-meta {
    padding-top: 15px;
    overflow: hidden;
    border-top: 1px solid #e7e7e7
}

.content-area .course-meta .course-left {
    float: left
}

.content-area .course-meta .course-left span {
    display: inline-block;
    color: #a3a3a3;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 600
}

.content-area .course-meta .course-left i {
    color: #a3a3a3;
    margin-right: 10px
}

.content-area .course-meta .price {
    display: block;
    float: right;
    line-height: 30px;
    text-align: center;
    background: #ef5777;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 700
}

.course-content p {
    margin-bottom: 20px
}

.course-content .course-btn {
    font-family: raleway, sans-serif;
    border: 1px solid #ef5777;
    font-size: 15px;
    color: #ef5777;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.course-content .course-btn:hover {
    background: #ef5777;
    color: #fff
}

.eduspace-pagination {
    margin-top: 40px
}

.eduspace-pagination ul li {
    display: inline-block;
    margin-right: 15px
}

.eduspace-pagination ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    color: #9c9c9c;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.eduspace-pagination ul li a:hover {
    background: #ef5777;
    color: #fff
}

.eduspace-pagination ul li .active {
    background: #ef5777 !important;
    color: #fff !important
}

.eduspace-pagination li a i {
    font-size: 26px
}

.course-details-img {
    margin-bottom: 80px;
    margin-top: 50px
}

.course-details-img img {
    border-radius: 10px;
    margin: 0 auto
}

.course-subject-header {
    margin-bottom: 30px
}

.course-subject-header h3 {
    font-weight: 600;
    color: #333
}

.course-subject-details p {
    line-height: 30px
}

.course-information {
    box-sizing: border-box;
    box-shadow: 0 0 8px -4px;
    border-radius: 10px
}

.course-information-header h3 {
    background: #ef5777;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 600
}

.course-timeing ul li {
    list-style: none;
    padding: 17px;
    font-weight: 700
}

.course-timeing ul li span {
    color: #606060;
    float: right;
    font-size: 14px;
    font-weight: 700;
    width: 123px;
    position: relative;
    text-align: right
}

.course-timeing ul li span::after {
    color: #222;
    content: ":";
    left: -28px;
    right: auto;
    position: absolute
}

.course-discription {
    margin-top: 50px;
    margin-bottom: 40px
}

.course-discription h3 {
    font-weight: 600;
    color: #333
}

.course-apply h3 {
    font-weight: 600;
    color: #333
}

.course-apply p {
    line-height: 30px;
    margin-bottom: 30px
}

.course-apply .eduspace-btn {
    display: inline-block;
    margin-right: 20px
}

.teachers-area {
    margin-bottom: 40px
}

.teachers-member {
    position: relative;
    overflow: hidden
}

.teachers-member img {
    width: 100%;
    height: 100%
}

.teachers-overlay {
    position: absolute;
    width: 80%;
    height: 22%;
    left: -100%;
    bottom: 10%;
    background: #000
}

.teachers-area:hover .teachers-overlay {
    left: 0%;
    transition: .5s;
    opacity: .9
}

.teachers-details {
    padding: 8px 0;
    color: #fff
}

.teachers-details ul li {
    display: inline-block;
    margin-right: 10px
}

.teachers-details ul li i {
    background: #333;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    padding: 13px;
    width: 40px
}

.teachers-details ul li .fa-facebook {
    background: #3b5998
}

.teachers-details ul li .fa-twitter {
    background: #00bbf4
}

.teachers-details ul li .fa-linkedin {
    background: #0175b0
}

.member-info {
    padding: 20px;
    box-shadow: 0 1px 2px #ccc;
    border-top: none
}

.member-info h4 {
    color: #ef5777;
    font-weight: 600
}

.event-info {
    padding: 20px;
    box-shadow: 0 0 7px #ccc
}

.event-time ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px
}

.event-time ul li i {
    margin-right: 5px
}

.event-details h5 {
    font-weight: 700;
    color: #ef5777;
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.event-details p {
    margin-bottom: 15px
}

.event-details a {
    font-weight: 700;
    color: #ef5777;
    text-transform: capitalize
}

.no-padding {
    padding-right: 0;
    padding-left: 0
}

.event-content-img {
    margin-bottom: 40px;
    float: right
}

.event-content-img img {
    height: 280px;
    width: 487px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.event-content-details {
    padding: 30px;
    margin-bottom: 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #ccc
}

.event-content-details:hover {
    background: #ef5777;
    transition: .6s
}

.event-content-details:hover .event-discription p {
    color: #fff
}

.event-content-details:hover .event-date .span-1 {
    color: #fff
}

.event-content-details:hover .event-title h4 {
    color: #fff
}

.event-content-details:hover .event-title span {
    color: #fff
}

.event-content-details:hover .event-title span i {
    color: #fff
}

.event-date-title {
    margin-bottom: 20px;
    margin-top: 29px
}

.event-date {
    float: left;
    padding-top: 10px
}

.event-date .span-1 {
    color: #ef5777;
    float: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
    width: 44px
}

.event-date .span-2 {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-top: 4px;
    text-transform: uppercase
}

.event-title {
    border-left: 2px solid #ececec;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 10px
}

.event-title h4 {
    font-weight: 600;
    line-height: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 0;
    color: #222
}

.event-title span i {
    color: #86bc42;
    font-size: 15px;
    padding-right: 9px
}

.event-time-counter .event-time-countdown {
    text-align: center;
    margin-top: 20px
}

.event-time-countdown .counter-column {
    display: inline-block;
    width: 20%;
    margin-bottom: 20px;
    margin-right: 15px
}

.event-time-countdown .counter-column .inner {
    border-radius: 5px;
    border: 1px solid #ff8f07;
    padding: 5px
}

.event-time-countdown .counter-column .count {
    display: block;
    font-size: 38px;
    line-height: 60px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px
}

.event-discription {
    margin-bottom: 29px
}

.event-deatils-main-content h3 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #333
}

.event-details-list {
    margin-bottom: 40px
}

.event-details-list h3 {
    margin-bottom: 20px;
    font-weight: 600
}

.event-perticiption h3 {
    margin-bottom: 30px
}

.event-details-time-icon {
    float: left;
    display: inline-block;
    overflow: hidden;
    font-size: 18px
}

.event-details-time-details {
    margin-left: 25px
}

.event-details-list ul li {
    list-style: none;
    line-height: 35px;
    font-size: 14px;
    color: #666
}

.event-details-list ul li i {
    margin-right: 15px;
    color: #222
}

.event-booking {
    margin-bottom: 50px
}

.event-booking-title {
    background: #ef5777
}

.event-booking-title h3 {
    padding: 10px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0
}

.event-booking-details {
    padding: 10px 24px;
    border: 1px solid #ccc
}

.event-booking-details ul li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #ccc
}

.event-booking-details ul li:last-child {
    border-bottom: none
}

.event-booking-details ul li span {
    float: right
}

.event-booking-details ul li ul li {
    border: none;
    display: inline-block
}

.event-booking-details ul li ul li i {
    margin-right: 10px
}

.booking-button {
    text-align: center;
    margin-bottom: 30px
}

.booking-button .booking-btn {
    padding: 15px 20px;
    background: #ef5777;
    color: #fff
}

.portfolio-button {
    margin-bottom: 40px
}

.button {
    display: inline-block;
    padding: 5px 20px;
    background: 0 0;
    border: none;
    color: #ef5777;
    font-size: 16px;
    cursor: pointer;
    text-transform: capitalize;
    margin-right: 15px;
    box-shadow: 0 0 2px #ef5777
}

.button:hover {
    background-color: #ef5777;
    color: #fff;
    transition: .3s
}

.button:active,
.button.is-checked {
    color: #fff;
    background: #ef5777
}

.single-item {
    padding: 5px;
    margin-bottom: 0
}
#gallery {
    background: #f0f0f0;
}
.gallery-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.gallery-img img {
    width: 100%;
    height: 100%
}

.gallery-img:hover .gallery-single-overlay {
    opacity: .8;
    transition: .5s
}

.gallery-single-overlay {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.gallery-single-overlay i {
    font-size: 30px;
    border-radius: 30px;
    color: #fff;
    top: 40%;
    left: 45%;
    position: absolute;
    padding: 10px;
    text-align: center
}

.gallery-button {
    margin-top: 40px
}

.gallery-button .eduspace-btn {
    border-radius: 30px
}

.login-content {
    -webkit-box-shadow: 0 1px 4.25px .75px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4.25px .75px rgba(0, 0, 0, .15);
    padding: 40px
}

.login-title {
    padding-bottom: 20px
}

.login-title h4 {
    font-weight: 600
}

.login-button {
    margin-bottom: 30px;
    margin-top: 30px
}

.login-button .login-btn {
    width: 100%;
    height: 50px;
    background: #ef5777;
    border: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.login-button .login-btn:hover {
    background: #222;
    color: #fff;
    border: none
}

.form-check-input {
    margin: -11px 0 0 -18px
}

.login-info span {
    float: right
}

.login-info span a {
    color: #ef5777
}

.faq-content-text {
    text-align: center
}

.f-bottom {
    margin-bottom: 15px;
    border-radius: 0
}

.card-header:first-child {
    border-radius: 0;
    padding: 5px 10px
}

.card {
    border-color: #ef5777
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ef5777;
    border-bottom: none
}

.card-header h5 .btn {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase
}

.card-header h5 .btn:hover {
    color: #fff
}

.faq-accoridian .card .card-header h5 a {
    display: block;
    padding: 5px
}

.faq-accoridian .card .card-header h5 a i.fa {
    float: right;
    font-size: 150%;
    line-height: 15px;
    display: none
}

.faq-accoridian .card .card-header h5 a[aria-expanded=true] i.fa.fa-angle-up {
    display: block
}

.faq-accoridian .card .card-header h5 a[aria-expanded=false] i.fa.fa-angle-down {
    display: block
}

.blog-area {
    margin-bottom: 40px
}

.blog-area:hover .blog-overlay {
    opacity: .7;
    display: block;
    transition: .5s
}

.blog-area:hover .blog-title h4 a {
    color: #ef5777
}

.blog-area:hover .blog-admin ul li a {
    color: #ef5777
}

.blog-area:hover .blog-details a {
    background: #333;
    color: #fff
}

.blog-img {
    position: relative;
    overflow: hidden
}

.blog-img img {
    height: 100%;
    width: 100%
}

.blog-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ef5777;
    opacity: 0;
    transition: .5s
}

.link {
    position: absolute;
    top: 45%;
    left: 45%
}

.link a i {
    color: #fff;
    font-size: 40px;
    opacity: 1
}

.blog-info {
    padding: 15px;
    box-shadow: 0 0 4px #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.blog-title h5 a {
    color: #333;
    font-weight: 600
}

.blog-admin {
    margin-top: 12px
}

.blog-admin ul li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    color: #333
}

.blog-admin ul li a {
    color: #333;
    font-weight: 600;
    text-transform: capitalize
}

.blog-admin ul li i {
    margin-right: 10px;
    color: #ef5777
}

.blog-details a {
    display: block;
    color: #fff;
    font-weight: 600;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ef5777;
    transition: .5s;
    border-radius: 3px
}

.blog-details p {
    margin-bottom: 20px
}

.blog-details a:hover {
    background: #333;
    color: #fff
}

.m-row {
    margin: 0
}

.m-top {
    margin-top: 60px
}

.blog-list-area:hover .blog-overlay {
    opacity: .7;
    display: block;
    transition: .5s;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.blog-list-area:hover .blog-list-details h4 a {
    color: #ef5777
}

.blog-list-area:hover .blog-list-details a {
    color: #ef5777
}

.padding {
    padding: 0
}

.blog-list-img img {
    height: 261px;
    width: 487px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.blog-list-details {
    padding: 17px;
    border: 1px solid #ef5777;
    border-left: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0
}

.blog-list-details h4 {
    margin-top: 19px
}

.blog-list-details h4 a {
    color: #333;
    font-weight: 600
}

.blog-list-details p {
    padding-bottom: 16px
}

.blog-list-details a {
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px
}

.widget-search .form-control {
    position: relative;
    border: 1px solid #ef5777
}

.widget-search .widget-btn {
    position: absolute;
    right: 15px;
    padding: 12px 15px;
    background: #ef5777;
    color: #fff;
    top: 0
}

.widget-bottom {
    margin-bottom: 30px
}

.widget-title {
    margin-bottom: 20px
}

.widget-title h4 {
    color: #333;
    font-weight: 600
}

.widget-blog .w-l a {
    color: #222;
    font-weight: 600
}

.widget-categories ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ef5777;
    margin-bottom: 10px
}

.widget-categories ul li a {
    text-transform: capitalize;
    color: #6e6e6e;
    font-size: 16px
}

.widget-categories ul li i {
    margin-right: 10px;
    font-size: 16px
}

.widget-meta ul li {
    display: inline-block;
    margin-bottom: 15px
}

.widget-meta ul li a {
    color: #ef5777;
    border: 1px solid #ef5777;
    padding: 5px 12px;
    font-size: 15px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block
}

.single-blog-content h3 {
    margin-top: 20px
}

.blog-tag span {
    margin-right: 20px
}

.blog-tag a {
    color: #ef5777
}

.blog-tag span i {
    margin-right: 10px
}

.date i {
    margin-right: 10px
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #ef5777
}

.single-comment {
    border-bottom: 2px solid #1259e8;
    overflow: hidden;
    padding: 20px 0
}

.single-comment:nth-child(2n+1) {
    padding-left: 100px
}

.single-comment:last-child {
    border: none
}

.comment-area h2 {
    margin-bottom: 30px
}

.comment-img {
    float: left
}

.comment-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px
}

.comment-details {
    margin-left: 130px
}

.comment-details li {
    display: inline-block;
    margin-right: 10px
}

.comment-details li i {
    margin-right: 10px
}

.reply-button {
    float: right
}

.reply-button a {
    color: #ef5777;
    font-weight: 600;
    text-transform: capitalize
}

.single-blog-comment {
    margin-top: 20px
}

.comment-area {
    margin-top: 20px
}

.contact-address {
    background: #f7f8fa;
    margin-bottom: 60px
}

.contact-details-area {
    background: #fff;
    padding: 20px
}

.contact-details-icon {
    text-align: center
}

.contact-details-icon i {
    font-size: 36px;
    color: #ef5777;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ef5777;
    border-radius: 50%;
    transition: .5s
}

.contact-details-area:hover .contact-details-icon i {
    background: #ef5777;
    color: #fff
}

.contact-details {
    text-align: center
}

.contact-details h4 {
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
    color: #333
}

.contact-details h5 {
    color: #999;
    font-weight: 600;
    font-size: 16px;
}

.contact-main-area {
    margin-bottom: 60px
}

.contact-form {
    overflow: hidden
}

.form-control {
    color: #aba8a8;
    background-image: none;
    border-radius: 0;
    border: 1px solid #ef5777
}

input {
    height: 50px
}

textarea {
    height: 150px
}

.contact-form .confirm {
    margin-bottom: 20px
}

#map {
    height: 400px;
    width: 100%
}

#scroll-up {
    position: fixed;
    z-index: 337;
    bottom: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: none;
    background: #ef5777
}

#scroll-up:hover {
    background: #444
}

.index-banner {
    background: url(../img/index-bg.jpg)no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 180px;
    padding-bottom: 150px
}

.edu-header h2 {
    color: #fff;
    font-weight: 600;
    font-size: 38px
}

.edu-header p {
    color: #fff
}

.select-category {
    margin-bottom: 60px
}

.select-item {
    box-shadow: 0 0 20px #ccc
}

.select-item-title {
    margin-top: 20px
}

.select-item-title h3 {
    font-weight: 600;
    color: #333
}

.select-item-title h3:hover {
    color: #ef5777
}
/* ============================ New css ============================*/
.pathner .pathner-item img {
    margin: 0 auto;
}
#pathner-logo{
    padding: 25px;
}
.Message-Chairman-head-text{
   padding: 40px;
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.Message-Chairman-head-text h2{
    font-size: 25px;
    font-weight: 700;
    color: #333;
    border-left: 4px solid #222;
    padding-left: 5px;
}
.Message-Chairman-head-text p{
    font-size: 14px;
    margin-bottom: 30px;
}
.Message-Chairman-head-categories {
     padding: 40px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
     border-radius: 5px;
}
.read-more {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #ef5777;
    border-radius: 5px;
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    transition: all linear .3s;
}
.read-more:hover{
    color: #fff;
}
.Stakholers {
	border: 1px solid #fff;
}
.login-toggle-btn > a {
	color: #777777;
	float: right;
	transition: all 0.2s ease 0s;
}
.register-area h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.login-head-hr {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.form-check-label {
    position: relative;
        font-size: 16px;
        color: #616161;
        line-height: 22px;
        font-weight: 500;
        padding-left: 23px;
        cursor: pointer;
}
.form-check-input {
    opacity: 0;
}
.chack_box_after {
     display: inline-block;
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        border: 2px solid #EF5777;
}
.chack_box_after::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EF5777;
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.chack_box_after::after {
    position: absolute;
    content: '';
    top: 0;
    left: 3px;
    width: 7px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg)scale(0);
    -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
        transition: 0.3s cubic-bezier(1, 0, 0, 1);
}
 .form-check-input:checked ~ .form-check-label .chack_box_after{
    border: 2px solid #EF5777;
}
.form-check-input:checked ~ .form-check-label .chack_box_after::before {
    transform: scale(1);
}
.form-check-input:checked ~ .form-check-label .chack_box_after::after {
     transform: rotate(45deg) scale(1);
}
/*====================== testimonial =====================*/
#testimonial_slider {
    padding: 60px 0;
}
.item {
    padding: 30px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    margin: 30px;
}
.item img {
    width: 100px!important;
    height: 100px;
    border-radius: 50%;
    float: left;
}
.item .test_content {
    padding-left: 120px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
    background: transparent!important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i{
    font-size: 25px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #333333;
}
