/* CSS Document */

/*
    Created on   : 18/12/2018.
    Theme Name   : Dnce - Dance Studio Creative HTML Template.
    Version      : 1.0.
    Author       : UnifyTheme.
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)

*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Global stlye  */
/*   02 - Theme Title  */
/*   03 - Theme Pagination  */
/*   04 - Theme Main Menu */
/*   05 - Theme Main Banner */
/*   06 - Our feature One  */
/*   07 - About Us  */
/*   08 - Our Service  */
/*   09 - Our Fact  */
/*   10 - Our Classes  */
/*   11 - Short Banner  */
/*   12 - Client Slider  */
/*   13 - Our Team  */
/*   14 - Our Event   */
/*   15 - Latest Articles  */
/*   16 - Partner Logo  */
/*   17 - Theme Footer One  */
/*   18 - Theme Inner Banner  */
/*   19 - Who Can Attend   */
/*   20 - Join Our Team */
/*   21 - Our Teachers */
/*   22 - Class Details */
/*   23 - Event Details  */
/*   24 - Portfolio  */
/*   25 - Theme Sidebar  */
/*   26 - Blog List */
/*   27 - Blog Details  */
/*   28 - FAQ Section   */
/*   29 - Conatact Us   */

/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800|Roboto:400,700');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- menu ------*/
@import url('../vendor/menu/dist/css/slimmenu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
@import url('../vendor/owl-carousel/animate.css');
/*-------- AOS css ------*/
@import url('../vendor/aos-next/dist/aos.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');
/*----calendar css--------*/
@import url('../vendor/monthly-master/css/monthly.css');
/*----Time-picker---------*/
@import url('../vendor/time-picker/jquery.timepicker.css');
/*----jquery ui css-------*/
@import url('../vendor/jquery-ui/jquery-ui.css');
/*----Flaticon-------*/
@import url('../fonts/icon/font/flaticon.css');


/***

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

#loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border: 4px solid #ff8a73;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #ff8a73;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

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

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

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/*==================== Click Top ====================*/
.scroll-top {
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: none;
    cursor: pointer;
    border-radius: 3px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*______________________ Global stlye ___________________*/

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    position: relative;
}

.main-page-wrapper {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #1b1b1b;
}

h1 {
    font-size: 62px;
    font-weight: 800;
    line-height: 70px;
}

h2 {
    font-size: 45px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}

h5 {
    font-size: 22px;
    font-weight: 600;
}

h6 {
    font-size: 21px;
    font-weight: 600;
}

p {
    line-height: 28px;
}

ul {
    list-style-type: none;
}

body a {
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    cursor: pointer;
}

button:focus {
    outline: none;
}

input, textarea {
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.svg-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.section-spacing {
    padding-top: 200px;
}

.section-spacing-100 {
    padding-top: 100px;
}

.section-spacing-bottom {
    padding-bottom: 200px;
}

.m-top0 {
    margin-top: 0 !important;
}

.m-bottom0 {
    margin-bottom: 0 !important;
}

.p-bottm0 {
    padding-bottom: 0 !important;
}

.no-border {
    border: none !important;
}

/*--------------------- Transition --------------------*/
.tran3s, h2 a, h3 a, h4 a, h5 a, h6 a, .top-header-section .right-widget .cart-button a, .top-header-section .right-widget li .dropdown-button, #theme-main-banner .camera_caption .read-more,
#theme-main-banner .camera_caption .read-more span, #theme-main-banner .camera_caption .play-video, .about-us .right-content .wrapper .read-more, body .theme-button-two,
.short-banner .button-style, .client-section .text-wrapper, .our-team .main-content .single-team-member .img-box ul, .our-team .main-content .single-team-member .img-box ul li a,
.our-team .main-content .single-team-member .text, .our-team .main-content .single-team-member .text h6, .our-team .main-content .single-team-member .text p,
.our-event .main-wrapper .event-table .check-button a, .our-event .main-wrapper .event-table, .theme-footer-one .top-footer .about-widget ul li a, .theme-footer-one .top-footer .footer-news li a,
.theme-footer-one .top-footer .footer-list li a, .who-can-attend .play-video, .join-our-team .overlay .inner-button, .our-teachers .single-teacher-block .img-box .more,
.our-teachers .single-teacher-block .img-box .shape, .our-teachers .single-teacher-block .img-box, .our-class-details .class-banner .schedul-button,
.event-details .event-uppper-text .text-wrapper .button-one, .isotop-menu-wrapper li, #isotop-gallery-wrapper .single-item .hover-content > div, #isotop-gallery-wrapper .single-item .hover-content,
.theme-siddebar .sidebar-list ul li a, .theme-siddebar .sidebar-list ul li a span, .theme-siddebar .sidebar-recent-post li .title, .single-blog-post .post-meta .read-more,
.single-blog-post .img-box .play-video, .theme-pagination ul li a, .blog-details .single-blog-post .post-meta .bottom-widget .social-icon li a,
.blog-details .single-blog-post .comment-area .single-comment .comment .reply, .contact-form button, .contact-meta-data ul li a {
    transition: all .3s ease-in-out;
}

.tran4s, body .theme-button-two:before, body .theme-button-two:after, body .theme-button-two span, .our-classes .main-container .single-block .img-box img,
.our-team .main-content .single-team-member .img-box img, #isotop-gallery-wrapper .single-item img {
    transition: all .4s ease-in-out;
}

/*----------------------- Theme Color File -------------------*/
#mega-menu-holder ul.dropdown li:hover > a, #mega-menu-holder ul.dropdown li.has-submenu:hover .sub-toggle, .theme-title-one .upper-title,
.top-header-section .right-widget .search-option form button, .top-header-section .right-widget .cart-button:hover a,
.top-header-section .right-widget li .dropdown-button:hover, #theme-main-banner .camera_caption .read-more, .short-banner .button-style,
#theme-main-banner .camera_caption .read-more:hover span, #theme-main-banner .camera_caption .play-video:hover,
.about-us .right-content .wrapper .read-more:hover, body .theme-button-two:hover, .our-classes .main-container .single-block:hover .text h6 a,
.our-team .main-content .single-team-member .img-box ul li a:hover, .our-event .main-wrapper .event-table .date, .theme-footer-one .subscribe-form h2 span,
.theme-footer-one .top-footer .about-widget ul li a, .theme-footer-one .top-footer .footer-news li .date, .theme-footer-one .top-footer .footer-news li:hover a,
.theme-footer-one .top-footer .footer-list li a:hover, .our-teachers .single-teacher-block .text h6, .our-class-details .class-schedule .schedule-table:hover .info .class-ttile a,
.our-class-details .class-banner h2, .event-details .event-uppper-text .text-wrapper .date, .event-details #count span, .event-details .event-bottom-data .details-box table tr.color-fix td:last-child,
#isotop-gallery-wrapper .single-item .hover-content > div h3, .theme-siddebar .sidebar-search form button, .theme-siddebar .sidebar-recent-post li .read-more,
.theme-siddebar .sidebar-recent-post li:hover .title, .single-blog-post:hover .post-meta .blog-title a, .blog-details .single-blog-post .post-meta .bottom-widget .social-icon li a:hover,
.blog-details .single-blog-post .comment-area .single-comment .comment .reply:hover, .contact-meta-data .title, .contact-meta-data ul li a:hover {
    color: #ff8a73;
}

.top-header-section.fixed, .top-header-section .right-widget .search-option form, #theme-main-banner .camera_caption .read-more:hover, .about-us .right-content .wrapper .read-more:before,
#theme-main-banner .camera_caption .read-more span, .button--tamaya.color-one::before, .button--tamaya.color-one::after, body .theme-button-two span,
body .theme-button-two:hover:before, body .theme-button-two:hover:after, .our-fact .strategy-section .strategy-block:first-child > div, .scroll-top,
.our-classes .main-container .single-block .img-box, .short-banner .button-style:hover, .short-banner h2:before, .our-team .main-content .single-team-member:hover .text,
.our-event .main-wrapper .event-table:hover .check-button a, .theme-footer-one .subscribe-form form button, .theme-footer-one .top-footer .about-widget ul li a:hover,
.who-can-attend .play-video:hover, .join-our-team .section-1 .overlay .inner-button, .join-our-team .section-4 .overlay .inner-button, .our-class-details .class-banner .schedul-button:hover, .event-details #count:before,
.event-details .event-uppper-text .text-wrapper .button-one:hover, .event-details #count .wrapper:before, .event-details #count .wrapper:after,
.event-details .event-bottom-data .details-box .box-title:before, .isotop-menu-wrapper li.is-checked, .theme-siddebar .sidebar-list ul li.active a,
.theme-siddebar .sidebar-list ul li:hover a, .single-blog-post .post-meta .read-more, .single-blog-post .img-box .play-video:hover, .theme-pagination ul li a:hover,
.theme-pagination ul li.active a, .contact-address .title, .contact-form button:hover, .theme-button-1 {
    background: #ff8a73;
}

.our-services .service-block .num .icon, .our-event .main-wrapper .event-table .time, .event-details .event-bottom-data .details-box .box-title,
.event-details .event-bottom-data .details-box table tr td:first-child {
    color: #785bfa;
}

/*--------------------- Theme Button Hover ---------------------*/
/* Tamaya */
.button--tamaya {
    overflow: hidden;
}

.button--tamaya::before,
.button--tamaya::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--tamaya.color-one::before,
.button--tamaya.color-one::after {
    color: #fff;
}

.button--tamaya.color-two::before,
.button--tamaya.color-two::after {
    background: #e9fae5;
    color: #6fd557;
}

.button--tamaya::before {
    top: 0;
}

.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}

.button--tamaya > span {
    display: block;
    -webkit-transform: scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--tamaya:hover::before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.button--tamaya:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button--tamaya:hover > span {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/*----------------- Theme button ------------------*/
body .theme-button-one {
    line-height: 55px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 42px;
    position: relative;
    z-index: 1;
    color: #fff;
    min-width: 170px;
    border-radius: 25px;
    text-align: center;
    background: #7c5ffa
}

body .theme-button-two {
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
    position: relative;
}

body .theme-button-two span {
    position: absolute;
    width: calc(100% - 36px);
    height: 2px;
    left: 0;
    bottom: 0;
}

body .theme-button-two:hover span {
    left: auto;
    right: 0;
    background: #fdddd7;
}

body .theme-button-two:before,
body .theme-button-two:after {
    content: '';
    width: 13px;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #fdddd7;
}

body .theme-button-two:before {
    right: 0;
}

body .theme-button-two:after {
    right: 17px;
}

body .theme-button-two:hover:before {
    right: auto;
    left: 0;
}

body .theme-button-two:hover:after {
    right: auto;
    left: 17px;
}

/*------------------- Theme Title ------------------*/
.theme-title-one {
    position: relative;
}

.theme-title-one .upper-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 35px;
}

.theme-title-one .main-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: normal;
    color: #1b1b1b;
}

.theme-title-two {
    position: relative;
}

.theme-title-two .main-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    color: #1b1b1b;
}

.theme-title-two p {
    font-size: 18px;
    padding-top: 15px;
}

.theme-title-two .theme-button-one {
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 30px;
    padding: 0 25px;
}

.theme-title-two .theme-button-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*------------------- Theme Pagination ------------------*/
.theme-pagination ul {
    padding-top: 45px;
}

.theme-pagination ul li {
    display: inline-block;
}

.theme-pagination ul li a {
    font-size: 18px;
    display: block;
    width: 56px;
    height: 52px;
    line-height: 48px;
    border: 2px solid #ffefed;
    text-align: center;
    margin-right: 13px;
    color: #ffc8bd;
}

.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {
    color: #fff;
}

.theme-pagination ul li.active a {
    cursor: default;
}

/*----------------------- Theme Main Menu  --------------------*/
.top-header-section {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 55px 150px 20px;
    transition: all 0.3s ease-in-out;
}

.theme-main-menu {
    position: relative;
}

.theme-main-menu .logo {
    float: left;
    margin-top: -35px;
}

.top-header-section.fixed .theme-main-menu .logo {
    margin-top: 0;
}

.top-header-section.fixed .theme-main-menu .logo img {
    height: 55px;
}

.theme-main-menu .menu-wrapper, .top-header-section .right-widget {
    float: right;
}

.top-header-section .right-widget li {
    float: left;
}

.top-header-section .right-widget li .dropdown-button {
    height: 50px;
    background: transparent;
    color: #fff;
    font-size: 20px;
}

.top-header-section .right-widget .search-option form {
    height: 55px;
    width: 280px;
    padding: 5px;
    border-radius: 5px;
}

.top-header-section .right-widget .search-option form input {
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 47px 0 10px;
    font-size: 15px;
    border-radius: 5px;
}

.top-header-section .right-widget .search-option form button {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    background: #fff;
    border-radius: 0 5px 5px 0;
}

.top-header-section .right-widget .search-option form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f5f5f5;
    opacity: 1; /* Firefox */
}

.top-header-section .right-widget .search-option form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f5f5f5;
}

.top-header-section .right-widget .search-option form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #f5f5f5;
}

.top-header-section .right-widget .cart-button a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    margin: 0 30px 0 60px;
}

.dark-color #mega-menu-holder > ul > li > a {
    color: #1b1b1b;
}

.top-header-section .dark-color .right-widget li .dropdown-button,
.top-header-section .dark-color .right-widget .cart-button a {
    color: #1b1b1b;
}

/*================= Sticky Menu ===============*/
.top-header-section.fixed {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px 150px;
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

/*---------------------------- Theme Main Banner -------------------------*/
#theme-main-banner {
    margin: 0 !important;
}

.camera_wrap {
    float: none;
}

.banner-one .camera_overlayer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(106, 69, 255, 0.95) 0%, rgba(106, 69, 255, 0.95) 15%, rgba(0, 0, 0, 0) 100%);
}

#theme-main-banner .main-container {
    position: relative;
}

#theme-main-banner .camera_caption {
    height: 100%;
}

#theme-main-banner .container {
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#theme-main-banner .camera_caption > div {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-shadow: none;
    left: 0;
    padding: 0;
}

.banner-one .camera_caption h1 {
    color: #fff;
    padding-bottom: 35px;
}

.banner-one .camera_caption p {
    font-size: 21px;
    line-height: 32px;
    color: #fff;
    padding-bottom: 115px;
}

#theme-main-banner .camera_caption .read-more {
    width: 210px;
    line-height: 55px;
    border-radius: 25px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-left: 45px;
    position: relative;
    margin-right: 35px;
}

#theme-main-banner .camera_caption .read-more:hover {
    color: #fff;
}

#theme-main-banner .camera_caption .read-more span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

#theme-main-banner .camera_caption .read-more:hover span {
    background: #fff;
}

#theme-main-banner .camera_caption .play-video {
    line-height: 55px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

#theme-main-banner .camera_caption .play-video span {
    margin-right: 10px;
    font-size: 26px;
    vertical-align: middle;
}

/*#theme-main-banner .camera_pag {
  position: absolute;
  height: 100%;
  top:0;
  left:3%;
  z-index: 9;
}
#theme-main-banner .camera_pag .camera_pag_ul {
  text-align: center;
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
#theme-main-banner .camera_pag .camera_pag_ul li {
  display: block;
  margin: 15px 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-width: 1px;
  background: transparent;
}
#theme-main-banner .camera_pag .camera_pag_ul li span {
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  border-radius:50%;
}*/
/*---------------------- Our feature One --------------------*/
.our-feature-one {
    position: relative;
}

.our-feature-one .shape {
    position: absolute;
    left: 0;
    top: -130px;
    z-index: -1;
}

.our-feature-one .theme-button-one {
    margin-top: 85px;
}

.our-feature-one .single-block {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 45px 50px 35px;
    margin-bottom: 55px;
}

.our-feature-one .single-block:last-child {
    margin: 0;
}

.our-feature-one .single-block h6 {
    padding-bottom: 20px;
}

/*--------------------- About Us ---------------------*/
.about-us {
    position: relative;
}

.about-us .shape-two {
    position: absolute;
    right: 0;
    top: 21%;
}

.about-us .main-container {
    margin: 0 -35px;
}

.about-us .inner-container {
    width: 50%;
    float: left;
    padding: 0 35px;
    position: relative;
}

.about-us .left-content .inner-col {
    float: right;
    margin-bottom: 55px;
}

.about-us .left-content .img-box {
    position: relative;
}

.about-us .left-content .img-box img {
    border-radius: 5px;
}

.about-us .left-content .img-box .dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.about-us .left-content .img-box .dot:nth-child(1) {
    background: #ff8a73;
    left: -50px;
    top: -6px;
}

.about-us .left-content .img-box .dot:nth-child(2) {
    background: #ffe6da;
    left: -12px;
    top: 35px;
}

.about-us .left-content .img-box .dot:nth-child(3) {
    background: #4ff0e3;
    left: 27px;
    top: 76px;
}

.about-us .left-content .img-box .dot:nth-child(4) {
    background: #d5f8f6;
    left: 68px;
    top: 115px;
}

.about-us .left-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 35px;
    bottom: 0;
    top: 23%;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    background: #7a58fc;
}

.about-us .left-content .shape {
    position: absolute;
    bottom: 20px;
    left: 65px;
}

.about-us .right-content .wrapper {
    max-width: 570px;
}

.about-us .right-content .wrapper .theme-title-one {
    padding-bottom: 40px;
}

.about-us .right-content .wrapper .ceo-info {
    padding: 118px 0 65px;
}

.about-us .right-content .wrapper .ceo-info li {
    float: left;
}

.about-us .right-content .wrapper .ceo-info .ceo-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    float: left;
}

.about-us .right-content .wrapper .ceo-info .info {
    padding: 25px 0 0 70px;
}

.about-us .right-content .wrapper .ceo-info .name {
    float: left;
    padding: 18px 0 0 30px;
}

.about-us .right-content .wrapper .ceo-info .name h6 {
    font-size: 18px;
    font-weight: normal;
}

.about-us .right-content .wrapper .read-more {
    font-size: 16px;
    color: #000000;
    position: relative;
}

.about-us .right-content .wrapper .read-more:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*---------------------- Our Service ------------------*/
.our-services {
    position: relative;
    background-color: #f8fafc;
    background-image: url(../images/shape/4.png);
    background-position: left 55px;
    background-repeat: no-repeat;
    padding: 100px 0 105px;
}

.our-services .shape-one {
    position: absolute;
    right: 0;
    top: 15%;
}

.our-services .shape-two {
    position: absolute;
    right: 10%;
    bottom: 33%;
}

.our-services .theme-title-two {
    padding-bottom: 105px;
}

.our-services .service-block {
    background: #fff;
    border-radius: 5px;
    padding: 45px 35px 45px;
    box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.1);
    margin-bottom: 40px;
    position: relative;
}

.our-services .service-block .num {
    position: relative;
    padding: 0 0 13px 100px;
}

.our-services .service-block .num span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 65px;
    color: #7658fa;
    background: -webkit-linear-gradient(#7658fa, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-services .service-block .num .icon {
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 62px;
}

.our-services .service-block p {
    padding: 28px 0 55px;
}

/*--------------------- Our Fact ---------------------*/
.our-fact {
    background: url(../images/shape/bg.png) no-repeat center;
    background-size: cover;
    padding: 70px 0 0;
}

.our-fact .main-title {
    font-size: 38px;;
    line-height: 45px;
    font-weight: normal;
    padding-bottom: 40px;
}

.our-fact .counter-section .single-counter-box {
    text-align: center;
    border: 1px dashed #e8e3ff;
    border-radius: 5px;
    padding: 43px 0 35px;
    margin-top: 50px;
}

.our-fact .counter-section .single-counter-box .number {
    font-weight: 700;
    font-size: 42px;
    padding-bottom: 3px;
}

.our-fact .counter-section .single-counter-box p {
    font-weight: 700;
}

.our-fact .strategy-section .strategy-block > div {
    padding: 10px 25px 40px;
    text-align: center;
}

.our-fact .strategy-section .strategy-block > div .icon {
    text-align: right;
    color: #fff;
    font-size: 70px;
}

.our-fact .strategy-section .strategy-block > div h6 {
    color: #fff;
    padding: 10px 0 30px;
}

.our-fact .strategy-section .strategy-block > div p {
    color: rgba(255, 255, 255, 0.9);
}

.our-fact .strategy-section .strategy-block:first-child > div {
    margin-top: 50px;
}

.our-fact .strategy-section .strategy-block:last-child > div {
    margin-top: 110px;
    background: #7c5ffa;
}

/*--------------------- Our Classes -----------------*/
.our-classes {
    position: relative;
}

.our-classes:before {
    content: url(../images/shape/20.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.our-classes .main-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 110px 35px 0;
}

.our-classes .main-container .single-block {
    padding-bottom: 60px;
}

.our-classes .main-container .single-block .img-box {
    overflow: hidden;
}

.our-classes .main-container .single-block .img-box img {
    width: 100%;
}

.our-classes .main-container .single-block:hover .img-box img {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.8;
}

.our-classes .main-container .single-block .text {
    padding-top: 60px;
}

.our-classes .main-container .single-block .text ul li {
    display: inline-block;
    color: #22212c;
    line-height: 40px;
}

.our-classes .main-container .single-block .text ul li:first-child {
    margin-right: 22px;
}

.our-classes .main-container .single-block .text ul li i {
    color: #ffd3cb;
    font-size: 18px;
    margin-right: 10px;
}

.our-classes .main-container .single-block .text h6,
.our-classes .main-container .single-block .text h6 a {
    margin: 18px 0 30px;
    color: #ff8a73;
}

.our-classes .main-container .single-block .text .theme-button-two {
    margin-top: 25px;
}

/*----------------------- Short Banner  -----------------*/
.short-banner {
    background: #7c5ffa;
    padding: 295px 0 140px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.short-banner:before {
    content: '';
    width: 100%;
    height: 295px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/shape/10.png) no-repeat center;
    background-size: cover;
}

.short-banner h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    position: relative;
    z-index: 5;
    display: inline-block;
}

.short-banner h2:before {
    content: '';
    width: 650px;
    height: 95px;
    position: absolute;
    z-index: -1;
    transform: rotate(-5deg);
    top: 5px;
    left: -37px;
}

.short-banner .button-style {
    display: block;
    width: 260px;
    line-height: 55px;
    background: #fff;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 68px auto 0;
}

.short-banner .button-style:hover {
    color: #fff;
}

.short-banner .shape-one {
    position: absolute;
    left: 3%;
    bottom: 26%;
    z-index: -1;
}

.short-banner .shape-two {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8%;
    z-index: -1;
}

/*------------------------ Client Slider ------------------*/
.client-section .wrapper {
    padding-top: 45px;
}

.client-section .text-wrapper {
    background: #fff;
    box-shadow: 0px 15px 60px 0px rgba(222, 222, 222, 0.35);
    text-align: center;
    padding: 70px 40px 45px;
    margin: 60px 0;
    opacity: 0.4;
}

.client-section .text-wrapper p {
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 42px;
}

.client-section .text-wrapper img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 15px 60px 0px rgba(185, 185, 185, 0.35);
}

.client-section .text-wrapper h6 {
    padding: 30px 0 3px;
}

.client-section .client-slider .center .text-wrapper {
    opacity: 1;
    box-shadow: 0px 15px 60px 0px rgba(254, 206, 196, 0.35);
}

/*------------------------ Our Team ------------------*/
.our-team {
    position: relative;
}

.our-team .shape {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
}

.our-team .main-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 85px 150px 0;
}

.our-team .main-content .single-team-member .img-box img {
    width: 100%;
}

.our-team .main-content .single-team-member .img-box {
    position: relative;
    overflow: hidden;
    background: #212121;
}

.our-team .main-content .single-team-member:hover .img-box img {
    opacity: 0.8;
    transform: scale3d(1.1, 1.1, 1);
}

.our-team .main-content .single-team-member .img-box ul {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 25px;
    opacity: 0;
}

.our-team .main-content .single-team-member .img-box ul li {
    display: inline-block;
}

.our-team .main-content .single-team-member .img-box ul li a {
    font-size: 21px;
    color: #ffffff;
    margin: 0 12px;
}

.our-team .main-content .single-team-member:hover .img-box ul {
    opacity: 1;
}

.our-team .main-content .single-team-member .text {
    background: #fff;
    box-shadow: 0px 15px 60px 0px rgba(222, 222, 222, 0.35);
    text-align: center;
    padding: 38px 0 20px;
    margin-bottom: 50px;
}

.our-team .main-content .single-team-member .text p {
    text-transform: uppercase;
    font-size: 14px;
    color: #414141;
    padding-top: 12px;
}

.our-team .main-content .single-team-member:hover .text h6 {
    color: #fff;
}

.our-team .main-content .single-team-member:hover .text p {
    color: rgba(255, 255, 255, 0.7);
}

.our-team .main-content .single-team-member:hover .text {
    box-shadow: none;
}

/*------------------------- Our Event ---------------------*/
.our-event .main-wrapper {
    position: relative;
    padding-top: 90px;
}

.our-event .main-wrapper .shape {
    position: absolute;
    top: 0;
    left: -190px;
    z-index: -1;
}

.our-event .main-wrapper table td {
    border: none;
    vertical-align: middle;
    width: 33.33%;
}

.our-event .main-wrapper table {
    margin: 0;
}

.our-event .main-wrapper .event-table {
    background: #fff;
    box-shadow: 0px 15px 60px 0px rgba(222, 222, 222, 0.35);
    margin-bottom: 20px;
    padding: 28px 0;
}

.our-event .main-wrapper .event-table:last-child {
    margin-bottom: 0;
}

.our-event .main-wrapper .event-table .date {
    padding-left: 45px;
}

.our-event .main-wrapper .event-table .time {
    padding-left: 45px;
    border-left: 1px solid #f8f5f5;
    border-right: 1px solid #f8f5f5;
}

.our-event .main-wrapper .event-table .title {
    font-weight: 600;
    color: #1b1b1b;
    padding-left: 40px;
}

.our-event .main-wrapper .event-table .subtitle {
    color: #785bfa;
}

.our-event .main-wrapper .event-table .check-button a {
    width: 182px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b;
    box-shadow: 0px 15px 60px 0px rgba(180, 178, 178, 0.35);
}

.our-event .main-wrapper .event-table:hover {
    box-shadow: 0px 0px 50px 0px rgba(253, 199, 189, 0.35);
}

.our-event .main-wrapper .event-table:hover .check-button a {
    box-shadow: 0px 15px 60px 0px rgba(209, 121, 104, 0.35);
    color: #fff;
}

/*-------------------- Latest Articles -------------------*/
.latest-articles {
    background: url(../images/home/bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 285px;
}

.latest-articles .overlay {
    background: rgba(124, 95, 250, 0.8);
    padding: 143px 0 285px;
}

.latest-articles .overlay .theme-title-two .main-title,
.latest-articles .overlay .theme-title-two p,
.latest-articles .overlay .theme-title-two .theme-button-two {
    color: #fff;
}

.latest-articles .main-content {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    top: 375px;
    z-index: 1;
    padding: 0 50px;
}

.latest-articles .main-content .single-block .img-box {
    position: relative;
    overflow: hidden;
}

.latest-articles .main-content .single-block .img-box img {
    width: 100%;
}

.latest-articles .main-content .single-block .img-box .hover-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(127, 94, 251) 0%, rgba(96, 78, 69, 0) 100%);
    padding: 80px 0 70px;
    text-align: center;
}

.latest-articles .main-content .single-block .img-box .hover-content .tag {
    font-size: 15px;
    color: #fff;
}

.latest-articles .main-content .single-block .img-box .hover-content h6 a {
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin: 20px 25px 18px;
}

.latest-articles .main-content .single-block .img-box .hover-content .date {
    color: #fff;
}

/*--------------------- Partner Logo ---------------------*/
.partent-logo-section {
    padding: 150px 0;
}

.partent-logo-section .item img {
    margin: 0 auto;
}

/*------------------------ Theme Footer One ---------------------*/
.theme-footer-one {
    background: #0c0138;
    position: relative;
    z-index: 5;
}

.theme-footer-one .shape-one {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.theme-footer-one .shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.theme-footer-one .subscribe-form {
    padding: 55px 0 50px;
    border-bottom: 1px solid #1c104b;
}

.theme-footer-one .subscribe-form h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    padding-top: 10px;
}

.theme-footer-one .subscribe-form form {
    position: relative;
}

.theme-footer-one .subscribe-form form input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    border: none;
    padding: 0 60px 0 35px;
}

.theme-footer-one .subscribe-form form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-size: 18px;
}

.theme-footer-one .top-footer {
    padding: 110px 0 50px;
}

.theme-footer-one .top-footer .about-widget p {
    color: #fff;
    padding-bottom: 55px;
    font-size: 18px;
    line-height: 31px;
}

.theme-footer-one .top-footer .about-widget ul li {
    display: inline-block;
    margin-right: 2px;
}

.theme-footer-one .top-footer .about-widget ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.theme-footer-one .top-footer .about-widget ul li a:hover {
    color: #fff;
}

.theme-footer-one .top-footer .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 50px 0;
}

.theme-footer-one .top-footer .footer-news li a {
    line-height: 28px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.theme-footer-one .top-footer .footer-news li .date {
    opacity: 0.5;
}

.theme-footer-one .top-footer .footer-news li {
    margin-bottom: 38px;
}

.theme-footer-one .top-footer .footer-news li:last-child,
.theme-footer-one .top-footer .footer-list li:last-child a,
.theme-footer-one .top-footer .footer-information li:last-child {
    margin-bottom: 0;
}

.theme-footer-one .top-footer .footer-list li a {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 14px;
}

.theme-footer-one .top-footer .footer-information li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 23px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
}

.theme-footer-one .top-footer .footer-information li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    color: #fff;
}

.theme-footer-one .bottom-footer {
    padding: 70px 0 20px;
}

.theme-footer-one .bottom-footer p {
    color: #fff;
    text-align: center;
}

/*----------------------- Theme Inner Banner --------------------*/
.theme-inner-banner {
    background: #ffefed;
    position: relative;
    padding: 430px 0 110px;
    z-index: 5;
}

.theme-inner-banner.client-pages {
    padding: 150px 0 0;
}

@media (max-width: 991px) {
    .theme-inner-banner.client-pages {
        padding: 120px 0 0;
    }
}

.theme-inner-banner .title {
    font-size: 62px;
    color: #5f4c4c;
    font-weight: 800;
}

.theme-inner-banner .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.theme-inner-banner .shape-one {
    position: absolute;
    right: 35%;
    bottom: 0;
    z-index: -1;
}

.theme-inner-banner .shape-two {
    position: absolute;
    right: 26%;
    bottom: 13%;
    z-index: -1;
}

.theme-inner-banner .shape-three {
    position: absolute;
    right: 1%;
    bottom: 0;
    z-index: -1;
}

/*--------------------- Who Can Attend -------------------*/
.who-can-attend .play-video {
    width: 109px;
    height: 109px;
    border-radius: 50%;
    line-height: 109px;
    text-align: center;
    color: #fff;
    font-size: 45px;
    background: #7c5ffa;
    margin-top: 60px;
}

.who-can-attend .text p:first-child {
    margin-top: 60px;
    padding-bottom: 14px;
}

/*------------------ Join Our Team -----------------*/
.join-our-team {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 145px 50px 0;
}

.join-our-team .shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.join-our-team .section-1 {
    background: url(../images/tslinie/home/uvod-1-tanecni-kurzy.jpg) no-repeat center;
    background-size: cover;
}

.join-our-team .section-2 {
    background: url(../images/tslinie/home/uvod-1-krouzky.jpg) no-repeat center;
    background-size: cover;
}

.join-our-team .section-3 {
    background: url(../images/tslinie/home/uvod-1-solo-zeny.jpg) no-repeat center;
    background-size: cover;
}

.join-our-team .section-4 {
    background: url(../images/tslinie/home/uvod-1-spolecensky-tanec.jpg) no-repeat center;
    background-size: cover;
}

.join-our-team .section-1 .overlay, .join-our-team .section-4 .overlay {
    background: linear-gradient(90deg, rgba(255, 138, 115, 0.46) 0%, rgba(11, 11, 11, 0.46) 100%);
}

.join-our-team .section-2 .overlay, .join-our-team .section-3 .overlay {
    background: linear-gradient(90deg, rgba(124, 95, 250, 0.46) 0%, rgba(26, 0, 43, 0.46) 100%);
}

.join-our-team .overlay {
    padding: 160px 0;
    text-align: center;
}

.join-our-team .overlay .title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.join-our-team .overlay p {
    font-size: 18px;
    width: 49%;
    margin: 25px auto 85px;
    color: #fff;
}

.join-our-team .overlay .inner-button {
    width: 185px;
    line-height: 51px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.join-our-team .section-2 .overlay .inner-button, .join-our-team .section-3 .overlay .inner-button {
    background: #7c5ffa;
}

/*------------------------ Our Teachers -------------------*/
.our-teachers {
    position: relative;
}

.our-teachers .main-shape {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: -1;
}

.our-teachers .theme-title-two {
    padding-bottom: 55px;
}

.our-teachers .single-teacher-block {
    margin-top: 40px;
}

.our-teachers .single-teacher-block .img-box {
    position: relative;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.our-teachers .single-teacher-block:hover .img-box {
    box-shadow: 0px 40px 88px 0px rgba(210, 210, 213, 0.96);
}

.our-teachers .single-teacher-block .img-box img.team {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.our-teachers .single-teacher-block .img-box .more {
    font-weight: 300;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #7c5ffa;
    font-size: 45px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    transform: scale(0);
}

.our-teachers .single-teacher-block .img-box .shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.our-teachers .single-teacher-block:hover .img-box .shape {
    opacity: 1;
}

.our-teachers .single-teacher-block:hover .img-box .more {
    transform: scale(1);
}

.our-teachers .single-teacher-block .text {
    text-align: center;
    padding-top: 45px;
    position: relative;
}

.our-teachers .single-teacher-block .text h6 {
    font-size: 22px;
    padding-bottom: 8px;
}

/*--------------------- Class Details ------------------*/
.our-class-details .title {
    font-size: 45px;
    font-weight: 600;
    padding: 77px 0 33px;
}

.our-class-details .img-gallery {
    margin: 0 -5px;
    padding: 60px 0 80px;
}

.our-class-details .img-gallery [class*="col-"] {
    padding: 0 5px;
}

.our-class-details .sub-title {
    line-height: 31px;
    color: rgba(40, 40, 40, 0.7);
    padding-bottom: 30px;
}

.our-class-details .theme-title-one .main-title {
    padding-top: 65px;
}

.our-class-details .class-schedule {
    padding: 110px 0 85px;
}

.our-class-details .class-schedule.no-padding {
    padding: 0;
}

.our-class-details .class-schedule .schedule-table {
    margin-bottom: 30px;
}

.our-class-details .class-schedule .schedule-table:last-child {
    margin-bottom: 0;
}

.our-class-details .class-schedule .schedule-table .date {
    float: left;
    width: 135px;
    height: 130px;
    position: relative;
    text-align: center;
    border: 1px solid #ffefec;
    border-right: none;
    padding-top: 15px;
}

.our-class-details .class-schedule .schedule-table .date:before {
    content: '';
    width: 20px;
    height: 103%;
    background: #fff;
    border-left: 1px solid #ffefec;
    position: absolute;
    bottom: 0px;
    right: -12px;
    transform: rotate(-8deg);
    z-index: 5;
}

.our-class-details .class-schedule .schedule-table .date strong {
    font-size: 36px;
    font-weight: 600;
    color: #1b1b1b;
}

.our-class-details .class-schedule .schedule-table .date .month {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
}

.our-class-details .class-schedule .schedule-table .info {
    float: left;
    width: calc(100% - 135px);
    padding: 20px 0 0 30px;
}

.our-class-details .class-schedule .schedule-table .info .duration,
.our-class-details .class-schedule .schedule-table .info .time {
    font-size: 15px;
}

.our-class-details .class-schedule .schedule-table .info .class-ttile a {
    color: #1b1b1b;
    margin: 6px 0 10px;
}

.our-class-details .class-banner {
    background: #faf9f9;
    position: relative;
    text-align: center;
    z-index: 5;
    padding: 60px 0 45px;
    box-shadow: 0px 23px 45px 0px rgba(197, 197, 197, 0.25);
}

.our-class-details .class-banner h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 55px;
}

.our-class-details .class-banner .schedul-button {
    width: 275px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #7c5ffa;
}

.our-class-details .class-banner .shape {
    position: absolute;
    left: 55px;
    bottom: 0;
}

.our-class-details .class-banner .icon {
    position: absolute;
    color: #f5f3f3;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    font-size: 200px;
    z-index: -1;
}

/*--------------------------- Event Details --------------------------*/
.event-details .event-uppper-text .text-wrapper .theme-title-one {
    padding-bottom: 32px;
}

.event-details .event-uppper-text .text-wrapper {
    position: relative;
}

.event-details .event-uppper-text .text-wrapper .shape-one {
    position: absolute;
    left: -100px;
    bottom: -40px;
    z-index: -1;
}

.event-details .event-uppper-text .text-wrapper .date {
    text-transform: uppercase;
    padding: 20px 0 0;
}

.event-details .event-uppper-text .text-wrapper .button-one {
    width: 185px;
    line-height: 55px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #7c5ffa;
    text-align: center;
    margin-top: 52px;
}

.event-details #count {
    margin: 140px -2px 0;
    position: relative;
}

.event-details #count [class*="col-"] {
    padding: 0 2px;
}

.event-details #count:before {
    content: '';
    width: calc(74% + 6px);
    height: 1px;
    left: calc(13% - 2px);
    position: absolute;
    top: -28px;
}

.event-details #count .wrapper {
    background: #fff;
    padding: 17px 0 22px;
    text-align: center;
    box-shadow: 0px 0px 35px 0px rgba(251, 230, 240, 0.96);
    position: relative;
    z-index: 5;
}

.event-details #count .wrapper:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -7px;
    z-index: 1;
}

.event-details #count .wrapper:after {
    content: '';
    width: 1px;
    height: 21px;
    position: absolute;
    left: 50%;
    top: -28px;
    z-index: 1;
}

.event-details #count h3 {
    font-size: 48px;
    font-weight: 700;
    margin-top: 17px;
    color: #1b1b1b;
}

.event-details #count span {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.event-details .event-bottom-data {
    padding-top: 130px;
}

.event-details .event-bottom-data .details-box {
    background: #fff;
    box-shadow: 0px 3px 45px 0px rgba(197, 197, 197, 0.35);
    padding: 60px 40px 30px 65px;
    margin-bottom: 30px;
    min-height: 340px;
}

.event-details .event-bottom-data .details-box .box-title {
    position: relative;
    font-size: 18px;
    padding: 0 0 40px 30px;
    text-transform: uppercase;
}

.event-details .event-bottom-data .details-box .box-title:before {
    content: '';
    width: 16px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 0;
    border: 4px solid #ffded8;
}

.event-details .event-bottom-data .details-box table tr td {
    padding: 0 25px 20px 0;
}

.event-details .event-bottom-data .details-box table tr td:first-child {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

/*---------------------------- Portfolio -------------------------------*/
.portfolio-section .theme-title-one .main-title {
    font-size: 40px;
}

.isotop-menu-wrapper {
    text-align: center;
    padding: 65px 0 40px 0;
}

.isotop-menu-wrapper li {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 27px;
    border-radius: 20px;
    color: #5f4c4c;
    cursor: pointer;
}

.isotop-menu-wrapper li.is-checked {
    color: #fff;
}

#isotop-gallery-wrapper .isotop-item, #isotop-gallery-wrapper .grid-sizer {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
}

#isotop-gallery-wrapper .grid-sizer.grid-sizer-3-columns {
    width: 33%;
}

#isotop-gallery-wrapper .isotop-item.full-column {
    width: 100%;
}

#isotop-gallery-wrapper .single-item {
    position: relative;
    overflow: hidden;
}

#isotop-gallery-wrapper .single-item img {
    width: 100%;
}

#isotop-gallery-wrapper .single-item .hover-content {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(24, 24, 24, 0.8);
}

#isotop-gallery-wrapper .single-item .hover-content > div {
    position: relative;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
}

#isotop-gallery-wrapper .single-item .hover-content > div h3 {
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 18px;
}

#isotop-gallery-wrapper .single-item .hover-content > div p {
    color: #fff;
}

#isotop-gallery-wrapper .single-item:hover .hover-content {
    width: 100%;
}

#isotop-gallery-wrapper .single-item:hover .hover-content > div {
    left: 50%;
    opacity: 1;
}

/*------------------------- Theme Sidebar -------------------------*/
.theme-siddebar .sidebar-data {
    margin-bottom: 55px;
}

.theme-siddebar .sidebar-search form {
    position: relative;
    height: 65px;
    box-shadow: 0px 0px 14px 0px rgba(181, 190, 216, 0.36);
}

.theme-siddebar .sidebar-search form input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 50px 0 25px;
}

.theme-siddebar .sidebar-search form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: transparent;
    font-size: 18px;
}

.theme-siddebar .sidebar-list ul {
    background: #ffefed;
}

.theme-siddebar .sidebar-list ul li a {
    line-height: 48px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #424d6c;
    padding: 0 35px;
    border-bottom: 2px solid transparent;
    position: relative;
}

.theme-siddebar .sidebar-list ul li.active a,
.theme-siddebar .sidebar-list ul li:hover a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.theme-siddebar .sidebar-list ul li a span {
    position: absolute;
    right: 0;
    padding-right: 12px;
    line-height: 48px;
    top: 0;
    opacity: 0;
}

.theme-siddebar .sidebar-list ul li.active a span,
.theme-siddebar .sidebar-list ul li:hover a span {
    opacity: 1;
}

.theme-siddebar .sidebar-recent-post li {
    background: #fff;
    box-shadow: 0px 0px 46px 0px rgba(250, 200, 194, 0.35);
    padding: 50px 35px 40px;
    margin-bottom: 30px;
}

.theme-siddebar .sidebar-recent-post li .tag {
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(66, 77, 108, 0.7);
    padding-bottom: 20px;
}

.theme-siddebar .sidebar-recent-post li .title {
    font-size: 18px;
    line-height: 26px;
    color: #424d6c;
    display: block;
    margin-bottom: 12px;
}

.theme-siddebar .sidebar-recent-post li .date {
    font-size: 15px;
    padding-bottom: 20px;
}

.theme-siddebar .sidebar-recent-post li .read-more i {
    font-size: 13px;
    padding-left: 12px;
}

.theme-siddebar .sidebar-recent-post li:last-child {
    margin-bottom: 0;
}

.theme-siddebar .sidebar-key {
    background: linear-gradient(-56deg, rgb(250, 172, 157) 0%, rgb(158, 132, 253) 100%);
    padding: 40px 35px 50px;
}

.theme-siddebar .sidebar-key .key-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 40px;
    color: #fff;
}

.theme-siddebar .sidebar-key li {
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.theme-siddebar .sidebar-key li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.theme-siddebar .sidebar-key li p {
    color: #e2e2e1;
}

.theme-siddebar .sidebar-key li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

/*----------------------- Blog List ---------------------*/
.single-blog-post {
    margin-bottom: 50px;
}

.single-blog-post .img-box {
    position: relative;
}

.single-blog-post .img-box img {
    width: 100%;
}

.single-blog-post .img-box .play-video {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 25px;
    background: #8161f5;
    position: absolute;
    right: 25px;
    bottom: 20px;
}

.single-blog-post .post-meta {
    background: #ffefed;
    padding: 30px 40px 50px;
}

.single-blog-post .post-meta .date-meta li {
    display: inline-block;
    color: #5f4c4c;
    margin-right: 30px;
}

.single-blog-post .post-meta .date-meta li i {
    margin-right: 10px;
    color: #fec0b3;
}

.single-blog-post .post-meta .blog-title {
    font-size: 45px;
    font-weight: normal;
    line-height: 55px;
    margin: 27px 0 30px;
}

.single-blog-post .post-meta .blog-subtitle {
    font-size: 28px;
    font-weight: normal;
    line-height: 55px;
    margin-bottom: 10px;
}

.single-blog-post .post-meta .blog-title a {
    color: #424d6c;
}

.single-blog-post .post-meta .read-more {
    width: 200px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-top: 48px;
    z-index: 5;
}

.single-blog-post .post-meta .read-more:hover {
    background: #8161f5;
}

/*----------------------- Blog Details ---------------------------*/
.blog-details .single-blog-post .post-meta {
    background: #fffbfb;
    border: 1px solid #ffefed;
    border-top: none;
}

.blog-details .single-blog-post .post-meta p {
    padding-bottom: 28px;
}

.blog-details .single-blog-post .post-meta blockquote {
    margin: 0;
    font-size: 26px;
    color: #424d6c;
    line-height: 35px;
    padding: 30px 0 42px;
    position: relative;
    z-index: 1;
}

.blog-details .single-blog-post .post-meta blockquote:before {
    content: '';
    font-family: 'font-awesome';
    font-size: 105px;
    color: #ffefed;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: -1;
}

.blog-details .single-blog-post .post-meta .tags {
    padding: 20px 0 70px;
}

.blog-details .single-blog-post .post-meta .tags li {
    display: inline-block;
}

.blog-details .single-blog-post .post-meta .tags li a {
    line-height: 40px;
    border: 1px solid #f5f0ff;
    padding: 0 25px;
    border-radius: 10px;
    font-size: 15px;
    color: #d0c9c9;
    margin: 10px 5px 0 0;
}

.blog-details .single-blog-post .post-meta .bottom-widget .social-icon {
    float: left;
}

.blog-details .single-blog-post .post-meta .bottom-widget .social-icon li {
    display: inline-block;
}

.blog-details .single-blog-post .post-meta .bottom-widget .social-icon li a {
    font-size: 20px;
    margin-right: 20px;
    color: #fbd5d1;
}

.blog-details .single-blog-post .post-meta .bottom-widget .user-data {
    float: right;
}

.blog-details .single-blog-post .post-meta .bottom-widget .user-data li {
    display: inline-block;
    margin-left: 20px;
}

.blog-details .single-blog-post .post-meta .bottom-widget .user-data li a {
    font-size: 15px;
    color: #382c4d;
}

.blog-details .single-blog-post .post-meta .bottom-widget .user-data li i {
    font-size: 20px;
    padding-right: 8px;
    color: #fbd5d1;
}

.blog-details .single-blog-post .author-text {
    margin: 130px 0 60px;
    background: #fffbfb;
    padding: 55px 40px 70px;
}

.blog-details .single-blog-post .author-text img {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    float: left;
}

.blog-details .single-blog-post .author-text .text {
    float: left;
    width: calc(100% - 107px);
    padding-left: 50px;
}

.blog-details .single-blog-post .author-text .text .name {
    padding: 30px 0 25px;
}

.gallery-area {
    border: 1px solid #ffefed;
    padding: 50px 40px 90px;
    margin-top: 50px;
}
.gallery-area.small-padding {
    padding: 0 0 50px 50px;
}

.gallery-area .title {
}

.gallery-area img {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 5%;
    margin: 25px 25px 0 0;
}

.gallery-area .play-video-container {
    border: 1px solid lightgray;
    display: inline-block;
    border-radius: 5%;
    margin: 25px 25px 0 0;
    text-align: center;
    padding: 35px 35px 20px 35px;
}
.gallery-area .play-video-container img {
    margin: 0;
    display: block;
}
.gallery-area .play-video-container a {
    margin-top: 20px;
}
.gallery-area .play-video-container span {
    padding-right: .4em;
}

.blog-details .single-blog-post .comment-area {
    border: 1px solid #ffefed;
    padding: 50px 40px 90px;
}

.blog-details .single-blog-post .comment-area .title {
    padding: 0 0 65px 60px;
}

.blog-details .single-blog-post .comment-area .single-comment img {
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-top: 65px;
}

.blog-details .single-blog-post .comment-area .single-comment .comment {
    float: left;
    width: calc(100% - 110px);
    padding: 70px 30px 55px;
    position: relative;
    background: #fff4f4;
}

.blog-details .single-blog-post .comment-area .single-comment .comment:before {
    content: '';
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -55px;
    background: #fff4f4;
    z-index: -1;
}

.blog-details .single-blog-post .comment-area .single-comment .comment .date {
    font-size: 15px;
    padding: 12px 0 20px;
}

.blog-details .single-blog-post .comment-area .single-comment .comment .reply {
    color: #382c4d;
    position: absolute;
    right: 30px;
    top: 95px;
}

.blog-details .single-blog-post .comment-area .single-comment {
    margin-bottom: 30px;
}

.blog-details .single-blog-post .comment-area .single-comment:last-child {
    margin: 0;
}

.blog-details .single-blog-post .comment-area .single-comment.reply-comment {
    margin-left: 120px;
}

.blog-details .single-blog-post .comment-form {
    border: 1px solid #ffefed;
    border-top: none;
    padding: 50px 40px 85px;
}

.blog-details .single-blog-post .comment-form .title {
    padding-bottom: 70px;
}

.blog-details .single-blog-post .comment-form form input {
    display: block;
    width: 100%;
    height: 70px;
    border: none;
    margin-bottom: 30px;
    background: #fff4f4;
    padding: 0 30px;
}

.blog-details .single-blog-post .comment-form form textarea {
    width: 100%;
    max-width: 100%;
    height: 300px;
    max-height: 300px;
    background: #fff4f4;
    border: none;
    padding: 30px;
    margin-bottom: 40px;
}

.blog-details .single-blog-post .comment-form form button {
    width: 150px;
    line-height: 55px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #8361f3;
}

/*---------------------- FAQ Section -----------------*/
.faq-section .theme-title-one {
    padding-bottom: 120px;
}

.faq-section .title {
    font-size: 24px;
    color: #5f4c4c;
    padding-bottom: 30px;
}

.faq-section p {
    font-size: 18px;
    padding-bottom: 55px;
}

.faq-section p:last-child {
    padding-bottom: 0;
}

/*---------------------- Conatact Us ----------------*/
.google-map .map-canvas {
    width: 100%;
    height: 490px;
}

.contact-address {
    background: #fff;
    box-shadow: 0px 0px 37px 0px rgba(255, 138, 115, 0.35);
}

.contact-address .title {
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.contact-address ul {
    padding: 60px 20px 32px 30px;
}

.contact-address ul li {
    position: relative;
    padding: 0 0 40px 60px;
}

.contact-address ul li h6 {
    font-size: 18px;
    padding-bottom: 6px;
}

.contact-address ul li i {
    font-size: 45px;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}

.contact-form {
    padding-top: 95px;
}

.contact-form .title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 35px;
}

.contact-form input {
    width: 100%;
    height: 70px;
    border: none;
    padding: 0 30px;
    background: #fff5f2;
    margin-bottom: 30px;
}

.contact-form textarea {
    width: 100%;
    max-width: 100%;
    height: 275px;
    max-height: 275px;
    border: none;
    padding: 20px 30px;
    background: #fff5f2;
}

.contact-form button {
    width: 200px;
    height: 60px;
    color: #fff;
    font-weight: 600;
    background: #8161f5;
    margin-top: 30px;
}

.contact-meta-data {
    background: #fff;
    box-shadow: 0px 20px 24px 0px rgba(207, 206, 208, 0.35);
    padding: 40px 20px 40px 70px;
    margin-top: 50px;
}

.contact-meta-data .title {
    font-size: 18px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.contact-meta-data .title:before {
    content: '';
    width: 80px;
    height: 1px;
    background: #ececec;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-meta-data ul li a {
    display: block;
    line-height: 42px;
    color: #8c8c8c;
}

/*======================= Form Validation ===================*/
.alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
}

#success, #error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#success .wrapper, #error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#success .wrapper p, #error .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}

#success p {
    color: #26ace3;
}

#error p {
    color: #C9182B;
}

#error button,
#success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
}

.form-validation label.error {
    display: none !important;
}

.form-validation input.error, .form-validation textarea.error {
    background: #ffdede !important;
}
.theme-button-1 {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: .5em 1em;
    margin-top: 2em;
}
.theme-button-1:hover {
    color: white;
}
.simple-list {
    font-size: 18px;
}
.simple-list li {
    margin-bottom: 1em;
}
.vypis-aktualit p {
    padding-bottom: 1em;
}
.single-blog-post-content p:not(:last-child) {
    padding-bottom: 1em;
}
.pzw-button-style-1 {
    text-align: center !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    position: relative;
    margin-top: 48px !important;
    z-index: 5 !important;
    background: #ff8a73 !important;
    padding: .65em 2.2em;
}
.portfolio-section li a {
    color: black;
}
.portfolio-section li.is-checked a {
    color: white;
}
.w-full {
    width: 100%;
}
