.mfp-wrap {
    z-index: 100001;
}
.mfp-bg {
    z-index: 100000;
}
.main-bar {
    background-color: #ffffff;
}
.header-nav .nav>li>a {
    padding: 20px 15px;
    color: #ffff;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.is-fixed .header-nav .nav>li>a {
    padding: 20px 15px;
}
.header-nav .nav>li:first-child>a {
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.header .header-nav .nav>li.active>a, .header .header-nav .nav>li:hover>a {
    color: #fff;
    background: #e5a53c;
    border-radius: 15px;
}
.is-fixed .logo-header, .logo-header {
    width: 300px;
    height: 60px;
}
.section-head .title {
    font-weight: 500;
    font-family: Poppins;
    font-size: 40px;
    margin-bottom: 15px;
}
.section-head .ext {
    font-size: 20px;
    font-weight: 400;
    color: #6e758d;
    line-height: 32px;
}
.about-box .title {
    font-weight: 400;
    color: #253f52;
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 45px;
}
.about-box .ext {
    font-size: 20px;
    line-height: 35px;
    color: #6e758d;
    margin-bottom: 30px;
}
.bg-gray {
    background: #f8f9fb;
}
.about-box ul li {
    font-size: 24px;
    color: #000;
    padding: 10px 0 10px 35px;
}
.about-box .list-check li:before {
    color: #e5a53c;
    top: 12px;
    font-size: 22px;
}
.about-mamber {
    position: relative;
}
.about-mamber .user {
    width: 80px;
    border-radius: 40px;
    height: 80px;
    margin-right: 10px;
}
.action-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .05);
    height: 100%}
.action-box .head {
    background: #253f52;
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px 4px 0 0;
}
.action-box .head .title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.action-box .action-area {
    padding: 20px 20px;
}
.action-area.marquee ul, .action-area.marquee1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.action-area.marquee ul li, .action-area.marquee1 ul li {
    margin-bottom: 10px;
}
.action-area.marquee ul li a, .action-area.marquee1 ul li a {
    padding: 4px 0 0 30px;
    display: block;
    color: #000;
    line-height: 30px;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
}
.action-area.marquee ul li a:hover, .action-area.marquee1 ul li a:hover {
    color: #253f52;
}
.action-area.marquee ul li a:after, .action-area.marquee1 ul li a:after {
    content: "\f0f3";
    font-family: FontAwesome;
    color: #e5a53c;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 5px;
}
.blog-artical {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-artical li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    min-height: 80px;
}
.blog-artical li a {
    display: block;
    padding: 5px 10px 5px 70px;
    position: relative;
}
.blog-artical li a .date {
    position: absolute;
    background: #eee;
    left: 0;
    width: 60px;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    top: 0;
}
.blog-artical li a .date span {
    font-family: Roboto;
    display: block;
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 35px;
}
.blog-artical li a .title {
    font-family: Roboto;
    font-weight: 600;
    line-height: 30px;
    color: #444;
    font-size: 18px;
    margin-bottom: 0;
}
.blog-artical li a .date strong {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 3px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 2px;
    opacity: .7;
}
.event-bx {
    margin: 0;
    padding: 0;
    list-style: none;
}
.event-bx li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.event-bx li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    padding: 0 0 0 40px;
    display: block;
    font-family: Roboto;
    position: relative;
}
.event-bx li a:after {
    content: "\f124";
    font-family: FontAwesome;
    color: #253f52;
    position: absolute;
    left: 4px;
    top: 10px;
    font-size: 28px;
}
.blog-artical li a .title:hover, .event-bx li a:hover {
    color: #253f52;
}
.team-box {
    margin-bottom: 30px;
    position: relative;
}
.team-box .media {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 40px -10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    background: #fff;
    display: block;
}
.team-box .media img {
    width: 100%}
.team-info {
    width: 300px;
    position: absolute;
    bottom: calc(100% - 20px);
    background: #253f52;
    right: -20px;
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform-origin: bottom;
    -moz-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 1;
}
.team-box:hover .team-info {
    transform: scale(1);
}
.team-info .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 2px;
}
.team-info .title a {
    color: #fff;
}
.team-info p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.team-info span {
    display: block;
    font-family: Roboto;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    opacity: .5;
}
.team-info ul {
    margin: 0;
    padding: 0;
}
.team-info ul li {
    padding: 0;
}
.team-info ul li a {
    color: #fff;
    width: 34px;
    height: 34px;
    display: block;
    background: #e5a53c;
    border-radius: 40px;
    text-align: center;
    line-height: 34px;
}
.team-info:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #253f52;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: -10px;
    right: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 1px 1px 0;
}
.client-box {
    padding-top: 70px;
    position: relative;
}
.client-box:after {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    color: #000;
    opacity: .2;
}
.client-box .testimonial-text {
    padding: 0;
}
.client-box .testimonial-pic {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
}
.client-box .testimonial-name {
    font-size: 22px;
    font-family: Poppins;
    color: #253f52;
    text-transform: capitalize;
    font-weight: 500;
}
.client-box .testimonial-detail span {
    display: block;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}
.client-box .testimonial-detail {
    padding: 10px 0 20px 85px;
    margin-top: 20px;
    position: relative;
}
.client-box .testimonial-text p {
    font-size: 18px;
    line-height: 36px;
    font-family: Roboto;
    color: #000;
    opacity: .8;
}
.courses-bx {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin: 15px 15px;
    border-radius: 8px;
    text-align: center;
    padding: 30px 20px;
}
.owl-carousel .owl-item .courses-bx img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.courses-bx .title {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    padding-top: 15px;
    position: relative;
    line-height: 32px;
}
.courses-bx .title:after {
    content: "";
    background: #253f52;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.footer-bottom, .footer-top {
    background: #272a31;
}
.quick-link .quick-toggle {
    color: rgba(255, 255, 255, .8);
}
.quick-link .quick-box {
    padding-top: 20px;
}
.quick-link {
    background-color: #333;
    padding: 25px;
}
.quick-link .link-list {
    padding-left: 0;
}
.quick-link .link-list li.title {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    padding: 5px 0;
}
.quick-link .link-list li {
    display: block;
}
.quick-link .link-list li a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    padding: 5px 0;
    display: block;
}
.quick-link .link-list li a:hover {
    color: #fff;
}
.site-footer .footer-top {
    padding: 60px 0 20px;
}
.site-footer .widget .footer-title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.site-footer .widget .footer-title+.dlab-separator {
    margin-bottom: 20px;
}
.site-footer .widget .footer-link li:before {
    content: unset;
}
.site-footer .widget .footer-link li {
    padding: 0;
}
.site-footer .widget .footer-link li a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    display: block;
    padding: 5px 0;
    font-weight: 400;
}
.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .footer-bottom span {
    color: rgba(255, 255, 255, .5);
    text-transform: capitalize;
    font-size: 14px;
}
.client-bx {
    background: #fff;
    border-radius: 8px;
}
.client-bx img {
    height: 120px;
    object-fit: contain;
}
.enquiry-bx .head {
    margin-bottom: 30px;
}
.enquiry-bx .head .title {
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 400;
    color: #253f52;
}
.enquiry-bx .head p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.enquiry-bx .form-control {
    padding: 15px 20px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, .1);
    font-size: 16px;
    font-family: Roboto;
    border-radius: 6px;
    background: #fff;
}
.enquiry-bx .btn {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px;
}
.enquiry-bx textarea.form-control {
    height: 120px;
}
.enquiry-area {
    border-top: 1px solid #eee;
    background-position: center;
}
.app-download .title {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 400;
    color: #253f52;
}
.app-download p {
    color: #566583;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.marquee-head.action-area, .marquee-head.action-area.marquee {
    height: auto;
    vertical-align: middle;
}
.marquee-head.action-area ul li, .marquee-head.action-area.marquee ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.marquee-head.action-area ul li a, .marquee-head.action-area.marquee ul li a {
    padding: 4px 0 4px 30px;
}
.client-box2 {
    margin: -15px -15px 0 -15px;
}
.client-box.style-2 {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 20px 20px 20px 190px;
    margin: 15px;
}
.client-box.style-2 .testimonial-pic {
    box-shadow: none;
    border: 0;
    width: 150px;
    height: 150px;
    left: 20px;
    top: 20px;
}
.client-box.style-2 .testimonial-detail {
    padding: 0;
    margin-top: 0;
    position: relative;
}
.client-box.style-2 .testimonial-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.client-box.style-2 .testimonial-name {
    font-size: 16px;
}
.client-box.style-2:after {
    color: #253f52;
    content: "\f10e";
    font-size: 45px;
    right: 20px;
    bottom: 15px;
    top: auto;
    line-height: 45px;
    opacity: 1;
}
.client-carousel-2 .owl-nav {
    text-align: left;
    padding: 0 10px;
    margin-top: 5px;
}
.client-carousel-2 .owl-nav .owl-next, .client-carousel-2 .owl-nav .owl-prev, .client-carousel-3 .owl-nav .owl-next, .client-carousel-3 .owl-nav .owl-prev {
    background: #253f52;
    border-radius: 4px;
    color: #fff;
    box-shadow: 5px 5px 30px -10px #253f52;
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
}
.client-carousel-2 .owl-nav .owl-next:hover, .client-carousel-2 .owl-nav .owl-prev:hover, .client-carousel-3 .owl-nav .owl-next:hover, .client-carousel-3 .owl-nav .owl-prev:hover {
    background: #e5a53c;
}
.media-info {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}
.media-info .title {
    font-size: 16px;
    font-weight: 400;
    color: #253f52;
    line-height: 28px;
    margin: 0;
}
.media-info .title a {
    color: #253f52;
}
.media-info span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    opacity: .5;
}
.courses-bx-2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.courses-bx-2 img {
    height: 280px;
    object-fit: cover;
    width: 100%}
.courses-bx-2 .info {
    position: absolute;
    padding: 0px 20px;
    background: #253f52;
    color: #fff;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    height: 62px;
    transition: all .5s;
    box-shadow: 0 0 50px -20px #253f52;
}
.courses-bx-2:hover .info {
    height: calc(100% - 40px);
}
.courses-bx-2 .info .title {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
}
.courses-bx-2 .info .title a {
    color: #fff;
}
.courses-bx-2 .info p {
    margin: 15px 0 0 0;
    opacity: .8;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
p.class_content {
    height: 130px;
    overflow: hidden;
    overflow-y: scroll;
}
.footer-bottom .btn-link i {
    margin-right: 0;
}
.footer-bottom .btn-link {
    font-size: 15px;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    padding: 0;
}
.footer-top {
    background-color: #191f23;
    padding: 50px 0 20px;
}
.full-social-icon li a {
    background-color: #1e252a;
    display: block;
    color: #e9e9e9;
    min-height: 55px;
    padding: 16px 15px 16px 70px;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    border-radius: 4px;
}
.full-social-icon {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}
.full-social-icon li a i {
    background-color: rgba(255, 255, 255, .05);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 55px;
    color: #fff;
    font-size: 26px;
    line-height: 55px;
    font-weight: 100;
}
.full-social-icon li.fb:hover a {
    background-color: #4867aa;
}
.full-social-icon li a:hover {
    color: #fff;
}
.full-social-icon li.tw:hover a {
    background-color: #1da1f2;
}
.full-social-icon li.gplus:hover a {
    background-color: #dc4a38;
}
.full-social-icon li.linkd:hover a {
    background-color: #007ab5;
}
.footer-bottom {
    background-color: #14191c;
    padding: 25px 0;
    color: #b0b0b0;
    font-size: 14px;
}
.widget_getintuch i {
    top: 13%;
    font-size: 18px;
}
.recent-posts-entry .dlab-post-media {
    width: 80px;
    min-width: 80px;
    margin: 0;
    border-radius: 2px;
}
.dlab-post-header h5 {
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0;
}
.dlab-post-header h5 a {
    color: #b0b0b0;
}
footer .widget_services ul li {
    font-weight: 300;
}
.visitors {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    background-image: url(../images/visitor.png);
    font-family: Poppins;
    display: inline-block;
    background-size: 100% 100%;
    line-height: 40px;
}
.visitors span {
    letter-spacing: 15px;
    padding: 0 0 0 8px;
    display: inline-block;
    margin: 2px -6px 0 0;
}
.faq-box {
    background-color: #e5a53c;
    padding: 25px 30px;
    border-radius: 30px;
    box-shadow: 4px 4px 0 0 #ffd941;
}
.faq-box .card, .faq-box .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.faq-box .card-header a {
    display: block;
    color: #2f2b00;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(255, 255, 255, .8);
    padding: 18px 0 18px 50px;
    position: relative;
}
.faq-box .card:last-child .card-header a {
    border-bottom: 0;
}
.faq-box .card-header a:after {
    content: "\f056";
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    color: #000;
    top: 8px;
    text-shadow: 4px 1px 0 #fff;
    left: 10px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.faq-box .card-header a.collapsed:after {
    content: "\f055"}
.faq-box .card-body {
    color: #000;
    font-size: 16px;
    padding: 20px 0;
    line-height: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, .9);
}
.video-play .popup-youtube {
    height: 135px;
    width: 135px;
    border-radius: 50%;
    line-height: 135px;
    font-size: 36px;
    display: block;
    text-align: center;
    color: #000;
    background-color: #e5a53c;
    margin: auto;
}
.video-play .popup-youtube:hover {
    color: #fff;
    background-color: #253f52;
}
.about-text h2 {
    font-weight: 500;
    line-height: 70px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
    margin-top: 0;
}
.frame-box {
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
    border-radius: 6px;
    box-shadow: 5px 5px 40px -10px rgba(0, 0, 0, .2);
    background: #fff;
}
.classes-details .dlab-post-text p {
    font-size: 18px;
    line-height: 32px;
}
.class-media {
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 8px;
    box-shadow: 5px 5px 40px -10px rgba(0, 0, 0, .2);
}
.class-details {
    margin: 0;
    padding: 0;
}
.class-details li {
    overflow: hidden;
    list-style: none;
    padding: 15px 20px;
    background-color: var(--bg-color-sc);
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.class-details li:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.class-details li:nth-child(2n+1) {
    background-color: var(--bg-color);
}
.class-details .name {
    float: left;
    width: 50%;
    padding-left: 25px;
    position: relative;
}
.class-details .info {
    float: left;
    width: 50%;
    font-style: italic;
}
.class-details .name i {
    font-size: 24px;
    position: absolute;
    left: -5px;
    top: -2px;
}
.teacher-content ul li a {
    width: 40px;
    height: 40px;
    color: #fff;
    display: block;
    border-radius: 0 10px 10px 10px;
    font-size: 16px;
    line-height: 40px;
    background: var(--bg-color);
    text-align: center;
}
.teacher-content ul li a:hover {
    background: var(--bg-color-sc);
}
.teacher-content .title {
    font-size: 35px;
    font-weight: 400;
    color: var(--bg-color);
    margin-bottom: 5px;
}
.teacher-content .teacher-coures {
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
    color: #000;
    font-family: Roboto;
    letter-spacing: 1px;
    font-size: 16px;
    opacity: .6;
}
.teacher-content p {
    font-size: 18px;
    line-height: 35px;
    color: #666;
}
.teacher-meida {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 40px -10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 10px;
    background: #fff;
}
.teacher-meida img {
    width: 100%}
.coming-soon {
    height: 100vh;
    position: relative;
}
.countdown .date div strong {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    box-shadow: inset 0 -4px 0 var(--bg-color-sc);
    line-height: 18px;
    display: inline-block;
}
.countdown .date div {
    display: block;
    line-height: 30px;
}
.countdown .date {
    display: inline-block;
    text-align: center;
    width: 130px;
}
.countdown .date .time {
    font-size: 70px;
    font-family: Poppins;
    color: var(--bg-color-sc);
    font-weight: 700;
    display: block;
}
.countdown-box {
    display: flex;
    line-height: 70px;
    align-items: start;
    padding: 50px 50px 0;
}
.countdown-box .countdown {
    margin-left: auto;
}
.coming-head h2 {
    line-height: 162px;
    font-size: 162px;
    display: inline;
    position: relative;
}
.coming-head h2 strong {
    color: var(--bg-color-sc);
}
.coming-head h2 span {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 26px;
    line-height: 40px;
}
.coming-head {
    display: block;
    max-width: 1170px;
    text-align: center;
    margin-top: 50px;
}
.coming-head .input-group .btn {
    border-radius: 40px;
    height: 40px;
    padding: 0;
    width: 40px;
    margin: 5px;
    color: #000;
}
.coming-head .subscribe-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.coming-head .subscribe-form .form-control, .coming-head .subscribe-form .form-control:active, .coming-head .subscribe-form .form-control:focus, .coming-head .subscribe-form .form-control:hover {
    border: 0;
    border-radius: 40px!important;
}
.coming-head .input-group {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
}
.contact-box .form-control {
    background-color: #ecf0f8;
    border: 2px solid #d3d9e6;
    height: 60px;
    border-radius: 6px;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
}
.contact-box textarea.form-control {
    height: 180px;
}
.event-box {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 40px -10px rgba(0, 0, 0, .2);
}
.event-info {
    text-align: center;
    position: relative;
    padding: 90px 30px 30px 30px;
}
.event-meta ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.event-box .post-date {
    background: #253f52;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    position: absolute;
    padding: 25px 0;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.event-box .post-date strong {
    font-size: 60px;
    line-height: 60px;
    display: block;
}
.event-box .post-date span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.event-box .post-date:after {
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 120px;
    top: 5px;
    left: 5px;
    position: absolute;
    border: 2px dashed #fff;
}
.event-box .event-meta {
    margin-bottom: 15px;
}
.event-box .dlab-post-text {
    margin-bottom: 0;
}
.event-box .dlab-post-text p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}
.event-box .dlab-post-title .post-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 30px;
}
.event-box .dlab-post-title .post-title a {
    color: #000;
}
.event-box .post-author {
    color: #253f52;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Roboto;
}
.error-page .dz_error {
    font-family: Poppins;
    font-size: 260px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 260px;
}
.error-page .error-head {
    font-size: 40px;
    font-weight: 400;
    color: #484646;
    line-height: 55px;
    max-width: 760px;
    display: inline-block;
}
.error-page .input-group .btn {
    border-radius: 50px;
}
.error-page .input-group .btn:hover {
    background-color: transparent;
}
.error-page .input-group .btn img {
    width: 21px;
}
.error-page .input-group .form-control, .error-page .input-group .form-control:active, .error-page .input-group .form-control:focus {
    border: 0;
    background-color: transparent;
    padding: 25px 30px;
    font-weight: 500;
}
.error-page .input-group {
    border: 2px solid #eceef2;
    border-radius: 40px;
}
.error-page .subscribe-form {
    max-width: 560px;
    width: 560px;
    display: inline-block;
}
.blog-post.style-2 {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 6px 6px 40px 0 rgba(62, 57, 0, .1);
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
}
.blog-post.style-2 .dlab-info {
    padding: 30px 20px 20px 20px;
}
.blog-post.style-2 .dlab-info .dlab-post-text p {
    font-size: 16px;
    font-weight: 400;
}
.blog-post.style-2 .dlab-post-title .post-title {
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
}
.marquee-head.action-area.marquee {
    height: 40px;
    overflow: hidden;
}
.marquee1 {
    height: 320px;
    overflow: hidden;
    margin-top: 20px;
}
.section-head.m-b0 {
    margin-bottom: 0;
}
.lg-backdrop {
    background-color: #3c3c3c;
}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
    background-color: #253f52;
}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-outer .lg-toogle-thumb, .lg-toolbar .lg-icon {
    color: #fff;
}
.lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb {
    background-color: #e5a53c;
}
#lg-counter {
    color: #fff;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #253f52;
}
.lg-outer .lg-thumb-item {
    border: 4px solid #fff;
}
.slide2 .slide-content-box {
    text-align: left;
}
.slide2 .slide-content-box p {
    margin-left: 0;
}
.fb-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fb-list li {
    display: inline-block;
}
.fb-list li a {
    padding: 0 0 0 10px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-left: 8px;
}
.fb-list li:first-child a {
    border-left: 0;
}
#loading-area {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
#loading-area .ml4 {
    display: block;
    color: #000;
    width: 100%}
.ml4 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
@media screen and (max-width:991px) {
    .ml4 .letters {
        top: 30%;
}
.ml4 .letters img {
    width: 100%;
}
}
.ml4 .letters {
    position: absolute;
    margin: auto;
    left: 0;
    top: 8%;
    opacity: 0;
    right: 0;
    text-transform: uppercase;
}
.ml4 .letters img {
    width: 50%;
}
.owl-slider {
    overflow: hidden;
}
.owl-slider .owl-nav .owl-next, .owl-slider .owl-nav .owl-prev {
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    font-size: 22px;
    margin: 0 -40px;
    border-radius: 80px;
    opacity: .5;
    background: #253f52;
    color: #fff;
}
.owl-slider .owl-nav .owl-prev {
    padding: 0 5px 0 40px;
}
.owl-slider .owl-nav .owl-next {
    padding: 0 40px 0 5px;
}
.owl-slider .owl-nav .owl-next:hover, .owl-slider .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #e5a53c;
}
@media screen and (max-width:1200px) {
    .owl-slider .owl-next, .owl-slider .owl-prev {
    padding: 7px 10px;
}
.slide-content-area {
    padding-left: 50px;
}
.blog-carousel.owl-btn-center-lr .owl-next, .blog-carousel.owl-btn-center-lr .owl-prev {
    position: unset;
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    margin: 0 5px!important;
}
.blog-carousel.sprite-nav .owl-nav {
    margin-top: 30px;
}
.blog-carousel:hover .owl-next, .blog-carousel:hover .owl-prev {
    margin: 0 5px!important;
}
.schedule {
    display: block;
}
.schedule li {
    flex: 100%;
    max-width: 100%;
    text-align: center;
}
.header-nav .nav>li>a, .is-fixed .header-nav .nav>li>a {
    padding: 20px 10px;
}
.about-box .ext {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
}
.about-bx2 .img {
    width: 100%;
    margin-bottom: 30px;
}
}@media screen and (max-width:991px) {
    .is-fixed .navbar-toggler, .navbar-toggler {
    margin: 23px 0 23px 15px;
}
.header-nav .nav>li>a, .is-fixed .header-nav .nav>li>a {
    padding: 15px 20px;
    font-size: 15px;
}
.header-nav .nav>li>a {
    color: #fff
}
.navbar-toggler span {
    background: #fff;
}
.slide-item-img img {
    /* height: 350px; */
}
.slide-content-box p {
    font-size: 22px;
    line-height: 35px;
}
.slide-content-box .slider-title {
    font-size: 50px;
}
.client-carousel {
    padding: 0;
}
.error-page .dz_error {
    font-size: 200px;
    line-height: 200px;
}
.error-page .error-head {
    font-size: 30px;
    line-height: 45px;
}
.countdown .date {
    width: 80px;
}
.countdown .date .time {
    font-size: 50px;
}
.countdown .date div strong {
    font-size: 16px;
}
.about-content {
    padding: 100px 0 60px 0;
}
.event-box .dlab-post-title .post-title {
    font-size: 24px;
}
.event-box .post-date:after {
    width: 90px;
    height: 90px;
}
.event-box .post-date {
    width: 100px;
    height: 100px;
}
.event-box .post-date strong {
    font-size: 38px;
    line-height: 38px;
}
.event-box .post-date span {
    font-size: 14px;
}
.event-info {
    padding: 60px 30px 30px 30px;
}
.faq-box {
    margin-bottom: 30px;
}
.team-info {
    width: 250px;
}
.student-bx {
    margin-bottom: 50px;
}
.classes-details {
    margin-bottom: 30px;
}
.action-box {
    height: auto;
    margin-bottom: 15px;
}
.enquiry-area {
    background-position: center;
    background-size: cover;
}
.about-text h2 {
    line-height: 60px;
    font-size: 40px;
    margin-top: 20px;
}
.about-content {
    padding: 100px 0 100px 0;
}
.section-head .title {
    font-size: 36px;
    margin-bottom: 10px;
}
.section-head .ext {
    font-size: 18px;
    line-height: 32px;
}
.content-inner {
    padding-bottom: 30px;
}
.contact-box .section-head p {
    margin-bottom: 0;
}
.blog-post.style-2 .dlab-info {
    padding: 20px 15px 15px 15px;
}
}@media screen and (max-width:767px) {
    .error-page .dz_error {
    font-size: 120px;
    line-height: 120px;
}
.error-page .error-head {
    font-size: 20px;
    line-height: 34px;
}
.error-page .subscribe-form {
    width: 100%}
.slider-title {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 35px;
}
.slider-title span:after {
    content: none;
}
.slider-title span {
    padding: 0;
}
.slide-content-area {
    padding: 10px 25px;
}
.section-head h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0;
}
.section-head p {
    font-size: 16px;
    line-height: 28px;
}
.client-box .testimonial-detail {
    max-width: 100%;
    width: 100%;
    min-width: 100%}
.client-box {
    flex-direction: column;
}
.client-box .testimonial-text {
    padding: 0;
}
.sprite-nav .owl-next, .sprite-nav .owl-prev {
    width: 40px;
    height: 40px;
}
.sprite-nav .owl-prev {
    background-position: -42px 0;
}
.sprite-nav .owl-next {
    background-position: -84px 0;
}
.sprite-nav .owl-nav {
    margin-top: 0;
}
.about-box .icon-bx-wraper p, .blog-grid .dlab-post-text p, .client-box .testimonial-text p, .widget_ftabout p {
    font-size: 15px;
}
.client-box .testimonial-text:after {
    content: none;
}
.testimonial-pic {
    width: 70px;
    height: 70px;
}
.about-content {
    padding: 120px 0 80px 0;
}
.about-box {
    padding-bottom: 0;
}
.about-box .icon-bx-wraper {
    margin-bottom: 20px;
}
.sr-iconbox .dlab-tilte {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.logo-header img {
    height: 40px;
}
.dlab-topbar-left ul li, .dlab-topbar-right ul li {
    font-size: 13px;
}
.footer-top {
    padding: 100px 0 20px;
}
.blog-post {
    margin-bottom: 20px;
}
.comment-respond {
    padding: 20px 0;
}
.countdown-box {
    display: block;
}
.coming-head {
    padding: 0 15px;
}
.is-fixed .logo-header, .logo-header {
    height: 50px;
}
.client-box.style-2 {
    margin: 15px;
    box-shadow: 5px 5px 15px -10px rgba(0, 0, 0, .2);
    padding: 10px 10px 10px 130px;
}
.client-box.style-2 .testimonial-pic {
    width: 100px;
    height: 100px;
    left: 15px;
    top: 15px;
}
.client-box.style-2:after {
    right: 15px;
    bottom: 10px;
}
.client-box2 {
    margin: -15px -15px 0 -15px;
}
.section-head .ext {
    font-size: 16px;
    line-height: 28px;
}
.section-head .title {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 45px;
}
.about-text h2 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.about-content {
    padding: 60px 0 60px 0;
}
.video-play .popup-youtube {
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 28px;
}
.faq-box {
    padding: 10px 15px;
    border-radius: 10px;
}
.client-carousel-2 .owl-nav {
    padding: 0 10px;
}
.team-box .media img {
    width: 100%}
.team-info {
    width: calc(100% - 40px);
    bottom: 20px;
    right: 20px;
}
.slide-content-box .slider-title {
    font-size: 28px;
    line-height: 40px;
}
.slide-content-box p {
    font-size: 14px;
    line-height: 24px;
}
.dlab-bnr-inr, .dlab-bnr-inr.dlab-bnr-inr-sm {
    /* height: 230px; */
}
.courses-bx-2 .info {
    padding: 0px 0px 0px 11px;
}
.courses-bx-2 .info .title {
    font-size: 18px;
    line-height: 26px;
}
.courses-bx-2 .info p {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 24px;
}
.courses-bx-2 .info {
    height: 52px;
}
.classes-details .dlab-post-title .post-title {
    font-size: 28px;
    line-height: 40px;
}
.class-media.m-b50 {
    margin-bottom: 10px;
}
.blog-post.style-2 .dlab-info {
    padding: 10px 15px 15px;
}
.slide-item {
    height: 250px;
}
}@media screen and (max-width:576px) {
    .event-info {
    padding: 60px 15px 15px 15px;
}
.footer-bottom .list-inline, .footer-bottom .text-left {
    text-align: center!important;
}
.footer-top {
    padding-bottom: 10px;
}
.footer-bottom {
    padding: 20px 0;
}
.sr-iconbox br {
    display: inline-block;
}
.pagination-lg .pagination>.next>a, .pagination-lg .pagination>li>a, .pagination-lg .pagination>li>span .pagination-lg .pagination>.previous>a {
    font-size: 15px;
    padding: 8px 15px;
}
.class-media.m-b50 {
    margin-bottom: 20px;
}
.coming-head h2 {
    line-height: 100px;
    font-size: 100px;
}
.coming-head h2 span {
    font-size: 24px;
    line-height: 24px;
}
.countdown-box {
    padding: 50px 10px 0;
}
.about-content {
    padding: 30px 0 30px 0;
}
.footer-top:after {
    height: 30px;
}
.widget_ftabout .footer-logo {
    margin-top: 0;
}
.footer-top {
    padding: 60px 0 20px;
}
.about-content .btn {
    margin-top: 15px;
}
.site-filters {
    margin-bottom: 30px;
}
.childern-box {
    display: none;
}
.about-kids {
    margin-bottom: 0;
}
.classes-details .dlab-post-text p {
    font-size: 16px;
    line-height: 28px;
}
.site-filters li {
    padding: 10px 15px;
}
.footer-bottom .text-right {
    text-align: center!important;
}
.slide-item-img img {
    /* height: 250px; */
}
.dlab-bnr-inr {
    /* height: 180px; */
}
.dlab-bnr-inr h1 {
    font-size: 32px;
}
.breadcrumb-row ul li {
    font-size: 14px;
}
.section-head .title {
    font-size: 24px;
    line-height: 34px;
}
.section-head .ext {
    font-size: 15px;
    line-height: 26px;
}
p {
    font-size: 14px;
    line-height: 26px;
}
.faq-box .card-header a:after {
    font-size: 20px;
    left: 5px;
}
.faq-box .card-header a {
    font-size: 14px;
    padding: 12px 0 12px 40px;
}
.about-text h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
}
.frame-box {
    padding: 5px;
}
.client-box.style-2 .testimonial-pic {
    width: 80px;
    height: 80px;
}
.client-box.style-2 .testimonial-text p {
    font-size: 14px;
    line-height: 24px;
}
.client-box.style-2 {
    padding: 10px 10px 15px 115px;
}
.site-footer .full-social-icon {
    margin-top: 0;
}
.site-footer .full-social-icon li {
    margin-bottom: 10px;
}
.full-social-icon li a i {
    font-size: 22px;
}
.faq-box .card-body {
    font-size: 14px;
    padding: 15px 0;
    line-height: 26px;
}
.about-box .list-check li:before {
    font-size: 18px;
}
.about-box ul li {
    font-size: 22px;
    padding: 5px 0 5px 30px;
}
.about-box .title {
    font-size: 24px;
    line-height: 34px;
}
.content-inner {
    padding-bottom: 0;
}
.classes-details .dlab-post-title .post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.classes-details .dlab-post-text p {
    font-size: 14px;
    line-height: 26px;
}
blockquote {
    padding: 20px 20px 20px 80px;
    font-size: 14px;
    line-height: 26px;
}
blockquote:before {
    font-size: 36px;
    left: 25px;
    top: 35px;
}
.widget-title {
    margin-bottom: 20px;
    font-size: 22px;
    padding-bottom: 15px;
}
.widget {
    margin-bottom: 40px;
}
.teacher-content p {
    font-size: 14px;
    line-height: 26px;
}
.teacher-content .teacher-coures {
    margin-bottom: 15px;
}
.teacher-content .title {
    font-size: 30px;
}
.recaptcha-box {
    margin-bottom: 20px;
}
.class-media.m-b50 {
    margin-bottom: 5px;
}
.blog-post.style-2 .dlab-post-title .post-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}
.blog-post.style-2 .dlab-info {
    padding: 5px;
}
ol.comment-list li.comment p {
    font-size: 14px;
}
ol.comment-list li.comment .comment-author .fn {
    margin-bottom: 3px;
}
.slide-content-box .slider-title {
    font-size: 24px;
    line-height: 34px;
}
.blog-artical li a .title {
    line-height: 26px;
    font-size: 16px;
}
.client-box .testimonial-text p {
    line-height: 30px;
}
}
.rankingbox .post-date strong {
    font-size:30px;
}
.event-box .dlab-post-title .headRank {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 30px;
    float: left;
    background: linear-gradient(00.25turn, #2c4d5d, #ebf8e1, #e6aa3c);;
    width: 100%;
    border-radius: 20px;
}
.event-box .dlab-post-title .headRank a {
    font-weight: bolder;
    font-size:20px;
}
