/*================================================
Default CSS
=================================================*/
.dark-version {
  position: fixed;
  z-index: 1;
  right: 95px;
  bottom: 45px;
}

.dark-version .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.dark-version .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.dark-version .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ea512e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-version .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../../../../../i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dark-version input:checked + .slider {
  background-color: #ea512e;
}

.dark-version input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #ea512e;
          box-shadow: 0 0 1px #ea512e;
}

.dark-version input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("../../../../../i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dark-version .slider.round {
  border-radius: 50px;
}

.dark-version .slider.round:before {
  border-radius: 50%;
}

.theme-light .black-logo {
  display: block;
}

.theme-light .white-logo {
  display: none;
}

.theme-light .white-image {
  display: block;
}

.theme-light .black-image {
  display: none;
}

.theme-dark .black-logo {
  display: none;
}

.theme-dark .white-logo {
  display: block;
}

.theme-dark .white-image {
  display: none;
}

.theme-dark .black-image {
  display: block;
}

.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}

.theme-dark p {
  color: #f1f1f1;
}

.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff;
}

.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff;
}

.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: #ea512e;
}

.theme-dark .main-banner-item {
  background-color: #0a0a11;
  background-image: unset;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ea512e;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #ea512e;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #000000;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ea512e;
}

.theme-dark .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle {
  color: #ffffff;
}

.theme-dark .navbar-area.is-sticky {
  background-color: #0a0a11 !important;
}

.theme-dark .who-we-are-content .who-we-are-list li {
  color: #f1f1f1;
}

.theme-dark .class-area.bg-fdf6ed {
  background-color: #0a0a11;
}

.theme-dark .single-class .class-content {
  background-color: #000000;
  border: 1px solid #0a0a11;
}

.theme-dark .single-class .class-content h3 a {
  color: #ffffff;
}

.theme-dark .single-class .class-content h3 a:hover {
  color: #ea512e;
}

.theme-dark .single-class .class-content .class-list li {
  color: #f1f1f1;
}

.theme-dark .teacher-area.bg-ffffff {
  background-color: #0a0a11;
  background-image: unset;
}

.theme-dark .testimonials-item .testimonials-item-box {
  background-color: #0a0a11;
}

.theme-dark .event-box-item {
  background-color: #000000;
}

.theme-dark .event-box-item .event-content h3 a {
  color: #ffffff;
}

.theme-dark .event-box-item .event-content h3 a:hover {
  color: #ea512e;
}

.theme-dark .event-box-item .event-content .event-list li {
  color: #ffffff;
}

.theme-dark .single-blog-item .blog-content {
  background-color: #0a0a11;
}

.theme-dark .single-blog-item .blog-content .post-meta li {
  color: #f1f1f1;
}

.theme-dark .single-blog-item .blog-content .post-meta li a {
  color: #f1f1f1;
}

.theme-dark .single-blog-item .blog-content h3 a {
  color: #ffffff;
}

.theme-dark .single-blog-item .blog-content h3 a:hover {
  color: #ea512e;
}

.theme-dark .activities-area {
  background-color: #0a0a11;
  background-image: unset;
}

.theme-dark .single-activities .activities-content h3 a {
  color: #ffffff;
}

.theme-dark .single-activities .activities-content h3 a:hover {
  color: #ea512e;
}

.theme-dark .single-facilities .facilities-content h3 a {
  color: #ffffff;
}

.theme-dark .single-facilities .facilities-content h3 a:hover {
  color: #ea512e;
}

.theme-dark .testimonials-area.bg-color {
  background-color: #0a0a11;
}

.theme-dark .partner-area {
  background-color: #0a0a11;
}

.theme-dark .single-fun-fact {
  background-color: #0a0a11;
}

.theme-dark .quote-item {
  background-color: #0a0a11;
}

.theme-dark .quote-item form .form-group .form-control {
  color: #ffffff;
  border: 1px solid #000000;
}

.theme-dark .quote-item form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .quote-item form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .quote-item form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .quote-item form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .quote-item form .form-group .form-control:focus {
  border: 1px solid #ea512e;
}

.theme-dark .quote-item form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .quote-item form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .quote-item form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .quote-item form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.theme-dark .single-tour {
  background-color: #0a0a11;
}

.theme-dark .single-tour h3 {
  background-color: #000000;
}

.theme-dark .newsletter-area {
  background-color: #0a0a11;
  border-bottom: 1px solid #000000;
}

.theme-dark .newsletter-form .input-newsletter {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
}

.theme-dark .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}

.theme-dark .event-area.event-item-two .section-title h2 {
  color: #ffffff;
}

.theme-dark .event-area.event-item-two .event-box-item {
  background-color: #0a0a11;
}

.theme-dark .event-area.event-item-two .event-box-item .event-content h3 a {
  background-color: #000000;
}

.theme-dark .overview-content {
  background-color: #000000;
}

.theme-dark .pricing-table .table thead th {
  color: #ffffff;
}

.theme-dark .pricing-table .table tbody tr th {
  color: #f1f1f1;
}

.theme-dark .pricing-table .table tbody tr td {
  color: #f1f1f1;
}

.theme-dark .apply-form {
  background-color: #0a0a11;
}

.theme-dark .apply-form form .form-group .form-control {
  color: #ffffff;
  border: 1px solid #000000;
}

.theme-dark .apply-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .apply-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .apply-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .apply-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .apply-form form .form-group .form-control:focus {
  border: 1px solid #ea512e;
}

.theme-dark .apply-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .apply-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .apply-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .apply-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.theme-dark .enrollment-accordion {
  background-color: #0a0a11;
}

.theme-dark .enrollment-accordion .accordion .accordion-item {
  border: 1px solid #000000;
}

.theme-dark .enrollment-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .enrollment-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .enrollment-accordion .accordion .accordion-content {
  color: #f1f1f1;
}

.theme-dark .timetable .table thead th {
  border: 1px solid #0a0a11;
  color: #ffffff;
}

.theme-dark .timetable .table tbody tr td {
  border: 1px solid #0a0a11;
  color: #ea512e;
}

.theme-dark .timetable .table tbody tr th {
  border: 1px solid #0a0a11;
  color: #ea512e;
}

.theme-dark .timetable .table tbody tr th span {
  color: #f1f1f1;
}

.theme-dark .timetable .table tbody tr td span {
  color: #f1f1f1;
}

.theme-dark .faq-accordion {
  background-color: #0a0a11;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  border: 1px solid #000000;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-content {
  color: #f1f1f1;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control {
  color: #ffffff;
  border: 1px solid #0a0a11;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control:focus {
  border: 1px solid #ea512e;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .faq-contact-form #contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
}

.theme-dark .login-form {
  background-color: #0a0a11;
}

.theme-dark .login-form h2 {
  border-bottom: 1px solid #000000;
}

.theme-dark .login-form form .form-group label {
  color: #f1f1f1;
}

.theme-dark .login-form form .form-group .form-control {
  color: #ffffff;
  border: 1px solid #000000;
}

.theme-dark .login-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .login-form form .form-group .form-control:focus {
  border: 1px solid #ea512e;
}

.theme-dark .login-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .login-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .login-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.theme-dark .login-form form .form-check {
  color: #ffffff;
}

.theme-dark .login-form form .lost-your-password a {
  color: #ffffff;
}

.theme-dark .login-form .important-text p {
  color: #ffffff;
}

.theme-dark .login-form .important-text p a {
  color: #ea512e;
}

.theme-dark .register-form {
  background-color: #0a0a11;
}

.theme-dark .register-form h2 {
  border-bottom: 1px solid #000000;
}

.theme-dark .register-form form .form-group label {
  color: #f1f1f1;
}

.theme-dark .register-form form .form-group .form-control {
  color: #ffffff;
  border: 1px solid #000000;
}

.theme-dark .register-form form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .register-form form .form-group .form-control:focus {
  border: 1px solid #ea512e;
}

.theme-dark .register-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .register-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .register-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.theme-dark .register-form form .form-check {
  color: #ffffff;
}

.theme-dark .register-form form .lost-your-password a {
  color: #ffffff;
}

.theme-dark .register-form .important-text p {
  color: #ffffff;
}

.theme-dark .register-form .important-text p a {
  color: #ea512e;
}

.theme-dark .terms-of-service-accordion .accordion .accordion-item {
  border: 1px solid #0a0a11;
}

.theme-dark .terms-of-service-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .terms-of-service-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .terms-of-service-accordion .accordion .accordion-content {
  color: #f1f1f1;
}

.theme-dark .privacy-policy-accordion .accordion .accordion-item {
  border: 1px solid #0a0a11;
}

.theme-dark .privacy-policy-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .privacy-policy-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .privacy-policy-accordion .accordion .accordion-content {
  color: #f1f1f1;
}

.theme-dark .coming-soon-content {
  background: #0a0a11;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .form-control {
  border-bottom: 2px solid #f1f1f1;
  color: #ffffff;
  background-color: transparent;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-group .form-control:focus {
  border-bottom: 2px solid #ea512e;
}

.theme-dark .teacher-details-information {
  background-color: #0a0a11;
}

.theme-dark .teacher-details-information ul li {
  color: #f1f1f1;
}

.theme-dark .teacher-details-information ul li span {
  color: #ffffff;
}

.theme-dark .teacher-details-information ul li a {
  color: #f1f1f1;
}

.theme-dark .teacher-details-information ul li a:hover {
  color: #ea512e;
}

.theme-dark .teacher-details-desc .teacher-desc-content .skill-bar .progress-title {
  color: #ffffff;
}

.theme-dark .teacher-details-desc .teacher-desc-content .skill-bar .progress-number-mark {
  color: #ffffff;
}

.theme-dark .event-details-information {
  background-color: #0a0a11;
}

.theme-dark .event-details-information ul li {
  color: #f1f1f1;
}

.theme-dark .event-details-information ul li span {
  color: #ffffff;
}

.theme-dark .event-details-information ul li a {
  color: #f1f1f1;
}

.theme-dark .event-details-information ul li a:hover {
  color: #ea512e;
}

.theme-dark .pagination-area .page-numbers {
  background-color: #0a0a11;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.theme-dark .pagination-area .page-numbers:hover {
  background-color: #ea512e;
}

.theme-dark .class-details-information {
  background-color: #0a0a11;
}

.theme-dark .class-details-information ul li {
  color: #f1f1f1;
}

.theme-dark .class-details-information ul li span {
  color: #ffffff;
}

.theme-dark .class-details-information ul li a {
  color: #f1f1f1;
}

.theme-dark .class-details-information ul li a:hover {
  color: #ea512e;
}

.theme-dark .class-newsletter {
  background-color: #0a0a11;
}

.theme-dark .class-details-desc .class-details-tab .tabs li a {
  background-color: #0a0a11;
  color: #ffffff;
}

.theme-dark .class-details-desc .class-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #ea512e;
  border-color: #ea512e;
}

.theme-dark .class-details-desc .class-details-tab .tab_content .tabs_item .class-desc-content .requirements-list li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search {
  background-color: #0a0a11;
}

.theme-dark .widget-area .widget_search form .search-field {
  color: #ffffff;
  border: 1px solid #000000;
}

.theme-dark .widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field:focus {
  border: 1px solid #ea512e;
}

.theme-dark .widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.theme-dark .widget-area .widget_ketan_posts_thumb {
  background-color: #0a0a11;
}

.theme-dark .widget-area .widget_categories {
  background-color: #0a0a11;
}

.theme-dark .widget-area .widget_categories ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a:hover {
  color: #ea512e;
}

.theme-dark .widget-area .widget_tag_cloud {
  background-color: #0a0a11;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li span {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #ea512e;
}

.theme-dark .blog-details-desc .article-content .features-list li {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-footer .article-tags span {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-footer .article-tags a {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-footer .article-tags a:hover {
  color: #ea512e;
}

.theme-dark .blog-details-desc .article-footer .article-share .social li span {
  color: #ffffff;
}

.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #0a0a11;
}

.theme-dark .post-navigation .navigation-links div a {
  color: #ffffff;
}

.theme-dark .post-navigation .navigation-links div a:hover {
  color: #ea512e;
}

.theme-dark .comments-area .comment-author .fn {
  color: #ffffff;
}

.theme-dark .comments-area .comment-metadata a {
  color: #f1f1f1;
}

.theme-dark .comments-area .comment-body .reply a {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"], .theme-dark .comments-area .comment-respond input[type="time"], .theme-dark .comments-area .comment-respond input[type="datetime-local"], .theme-dark .comments-area .comment-respond input[type="week"], .theme-dark .comments-area .comment-respond input[type="month"], .theme-dark .comments-area .comment-respond input[type="text"], .theme-dark .comments-area .comment-respond input[type="email"], .theme-dark .comments-area .comment-respond input[type="url"], .theme-dark .comments-area .comment-respond input[type="password"], .theme-dark .comments-area .comment-respond input[type="search"], .theme-dark .comments-area .comment-respond input[type="tel"], .theme-dark .comments-area .comment-respond input[type="number"], .theme-dark .comments-area .comment-respond textarea {
  color: #ffffff;
  background-color: #0a0a11;
}

.theme-dark .comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]::placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::placeholder, .theme-dark .comments-area .comment-respond textarea::placeholder {
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond .comment-form-cookies-consent label {
  color: #f1f1f1;
}

.theme-dark .comments-area .comment-respond .form-submit input {
  background: #ea512e;
  color: #ffffff;
}

.theme-dark .contact-information .contact-list li span {
  color: #f1f1f1;
}

.theme-dark .contact-information .contact-list li a {
  color: #f1f1f1;
}

.theme-dark .contact-information .contact-list li a:hover {
  color: #ea512e;
}

.theme-dark .contact-form #contactForm .form-group .form-control {
  color: #ffffff;
  border: 1px solid #0a0a11;
}

.theme-dark .contact-form #contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form #contactForm .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form #contactForm .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form #contactForm .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .contact-form #contactForm .form-group .form-control:focus {
  border: 1px solid #ea512e;
}

.theme-dark .contact-form #contactForm .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .contact-form #contactForm .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .contact-form #contactForm .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .contact-form #contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
}

@media only screen and (max-width: 767px) {
  .theme-dark .navbar-area {
    background-color: #0a0a11;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #ea512e;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #0a0a11;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #ea512e;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme-dark .navbar-area {
    background-color: #0a0a11;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle:hover {
    background-color: #ea512e;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
}
/*# sourceMappingURL=dark.css.map */
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .default-btn {
    padding: 10px 25px;
    font-size: 15px;
  }
  .optional-btn {
    padding: 10px 25px;
    font-size: 15px;
  }
  .section-title span {
    font-size: 18px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 5px 0 0 0;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: -5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  .mean-container .mean-bar {
    background-color: unset;
    border-bottom: none;
  }
  .mean-container .mean-nav {
    margin-top: 40px;
  }
  .main-responsive-nav .logo img {
    position: relative;
    z-index: 99999;
  }
  .others-option-for-responsive .dot-menu {
    top: -30px;
  }
  .others-option-for-responsive .container .container {
    right: 20px;
    max-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .others-option-for-responsive .option-inner .others-options {
    margin-left: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-bottom: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu {
    margin-top: 10px;
  }
  .others-option-for-responsive .option-inner .others-options.d-flex {
    display: block !important;
  }
  .main-banner-item {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: unset;
    background-color: #e7ddf4;
  }
  .main-banner-item .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-banner-content {
    text-align: center;
    margin: auto;
  }
  .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-image {
    margin-top: 30px;
    text-align: center;
  }
  .main-banner-shape .banner-bg-shape {
    display: none;
  }
  .main-banner-shape .shape-1 {
    display: none;
  }
  .main-banner-shape .shape-2 {
    display: none;
  }
  .main-banner-shape .shape-3 {
    display: none;
  }
  .main-banner-shape .shape-4 {
    display: none;
  }
  .who-we-are-image {
    margin-bottom: 30px;
  }
  .who-we-are-content span {
    font-size: 18px;
  }
  .who-we-are-content h3 {
    font-size: 25px;
  }
  .who-we-are-content .who-we-are-list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    margin-right: 20px;
  }
  .who-we-are-shape {
    display: none;
  }
  .single-class .class-content {
    padding: 40px 15px 20px;
  }
  .single-class .class-content h3 {
    font-size: 20px;
  }
  .single-class .class-content p {
    font-size: 15px;
  }
  .single-class .class-content .class-list li {
    font-size: 14px;
    margin-right: 10px;
  }
  .single-class .class-content .class-list li span {
    font-size: 14px;
  }
  .class-shape .shape-1 {
    display: none;
  }
  .class-shape .shape-2 {
    display: none;
  }
  .value-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .value-item .value-content span {
    font-size: 18px;
  }
  .value-item .value-content h3 {
    font-size: 25px;
  }
  .value-item .value-inner-content h4 {
    font-size: 20px;
  }
  .value-item .value-inner-content p {
    font-size: 14px;
  }
  .value-shape .shape-1 {
    display: none;
  }
  .value-shape .shape-2 {
    display: none;
  }
  .value-shape .shape-3 {
    display: none;
  }
  .single-teacher .content h3 {
    font-size: 22px;
  }
  .testimonials-item .testimonials-item-box {
    padding: 25px;
  }
  .testimonials-item .testimonials-item-box .info-box h3 {
    font-size: 20px;
  }
  .testimonials-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .event-box-item {
    text-align: center;
  }
  .event-box-item .event-image {
    margin-bottom: 25px;
  }
  .event-box-item .event-content h3 {
    font-size: 22px;
  }
  .event-box-item .event-content .event-list {
    margin-top: 15px;
  }
  .event-box-item .event-content .event-list li {
    padding-left: 0;
  }
  .event-box-item .event-content .event-list li i {
    position: relative;
  }
  .event-box-item .event-date {
    margin-top: 10px;
  }
  .event-box-item .event-date h4 {
    font-size: 45px;
  }
  .single-blog-item .blog-content {
    padding: 20px;
  }
  .single-blog-item .blog-content .post-meta li {
    font-size: 14px;
    margin-right: 10px;
  }
  .single-footer-widget .logo h2 {
    font-size: 40px;
  }
  .single-footer-widget p {
    font-size: 15px;
  }
  .single-footer-widget.pl-5, .single-footer-widget .px-5 {
    padding-left: 0 !important;
  }
  .main-banner-image-wrap {
    margin-top: 40px;
    text-align: center;
  }
  .main-banner-shape .shape-5 {
    display: none;
  }
  .main-banner-shape .shape-6 {
    display: none;
  }
  .who-we-are-image-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .single-activities .activities-content h3 {
    font-size: 20px;
  }
  .single-facilities .facilities-content h3 {
    font-size: 20px;
  }
  .facilities-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .feedback-slides .feedback-item .feedback-image {
    margin-bottom: 30px;
  }
  .feedback-slides .feedback-item .feedback-content p {
    font-size: 15px;
  }
  .feedback-slides.owl-theme .owl-nav {
    display: none;
  }
  .partner-item img {
    max-width: 100px;
  }
  .banner-child .child-1 {
    display: none;
  }
  .banner-child .child-2 {
    display: none;
  }
  .main-banner-shape .banner-bg-shape-2 {
    display: none;
  }
  .single-fun-fact {
    padding: 35px 35px;
  }
  .single-fun-fact h3 {
    font-size: 35px;
  }
  .choose-image {
    margin-bottom: 30px;
    text-align: center;
  }
  .choose-image .choose-image-shape .shape-1 {
    display: none;
  }
  .choose-image .choose-image-shape .shape-2 {
    display: none;
  }
  .choose-image .choose-image-shape .shape-3 {
    display: none;
  }
  .single-choose .content h3 {
    font-size: 22px;
  }
  .quote-image {
    height: 450px;
  }
  .quote-item {
    padding: 20px;
  }
  .quote-item .content h3 {
    font-size: 22px;
  }
  .newsletter-shape .shape-1 {
    display: none;
  }
  .newsletter-shape .shape-2 {
    display: none;
  }
  .newsletter-content {
    margin-bottom: 20px;
  }
  .newsletter-content h2 {
    font-size: 22px;
  }
  .newsletter-form button {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
  }
  .support-list-item li {
    margin-right: 20px;
  }
  .support-list-item li img {
    margin-bottom: 20px;
    max-width: 50px;
  }
  .support-list-item li span {
    font-size: 16px;
  }
  .single-teacher-content {
    margin-bottom: 30px;
  }
  .single-teacher-content h3 {
    font-size: 25px;
  }
  .single-teacher-content p {
    font-size: 15px;
  }
  .single-choose-item {
    margin-bottom: 30px;
  }
  .single-choose-item h3 {
    font-size: 25px;
  }
  .overview-content {
    padding: 20px;
  }
  .overview-content h3 {
    font-size: 25px;
  }
  .page-banner-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-banner-content h2 {
    font-size: 35px;
  }
  .apply-form {
    padding: 20px 20px 35px;
  }
  .apply-form .content {
    margin-bottom: 18px;
    margin-top: 15px;
  }
  .apply-form .content h3 {
    font-size: 25px;
  }
  .enrollment-image {
    height: 450px;
  }
  .faq-image {
    height: 450px;
  }
  .login-form {
    padding: 25px 20px;
  }
  .login-form h2 {
    font-size: 25px;
  }
  .login-form form .lost-your-password {
    text-align: left;
  }
  .register-form {
    padding: 25px 20px;
  }
  .register-form h2 {
    font-size: 25px;
  }
  .error-content h3 {
    font-size: 22px;
  }
  .coming-soon-content {
    padding: 30px 25px;
  }
  .coming-soon-content #timer {
    margin-top: 30px;
  }
  .coming-soon-content #timer div {
    width: 100px;
    height: 105px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    margin-top: 10px;
  }
  .coming-soon-content h2 {
    font-size: 25px;
  }
  .teacher-details-desc .teacher-desc-content h3 {
    font-size: 25px;
  }
  .teacher-details-information {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .event-details-desc .event-desc-content h3 {
    font-size: 25px;
  }
  .event-details-information {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .class-details-desc .class-desc-content h3 {
    font-size: 25px;
  }
  .class-details-information {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 20px;
  }
  .widget-area {
    margin-top: 30px;
  }
  .contact-information {
    margin-top: 30px;
  }
  .class-details-desc .class-details-tab .tabs li a {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .buy-now-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .default-btn {
    padding: 10px 25px;
    font-size: 15px;
  }
  .optional-btn {
    padding: 10px 25px;
    font-size: 15px;
  }
  .section-title span {
    font-size: 18px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 5px 0 0 0;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: -5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  .mean-container .mean-bar {
    background-color: unset;
    border-bottom: none;
  }
  .mean-container .mean-nav {
    margin-top: 40px;
  }
  .main-responsive-nav .logo img {
    position: relative;
    z-index: 99999;
  }
  .others-option-for-responsive .dot-menu {
    top: -30px;
  }
  .others-option-for-responsive .container .container {
    right: 20px;
    max-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .others-option-for-responsive .option-inner .others-options {
    margin-left: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-bottom: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu {
    margin-top: 10px;
  }
  .others-option-for-responsive .option-inner .others-options.d-flex {
    display: block !important;
  }
  .main-banner-item {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: unset;
    background-color: #e7ddf4;
  }
  .main-banner-item .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-banner-content {
    text-align: center;
    margin: auto;
  }
  .main-banner-content h1 {
    font-size: 45px;
  }
  .main-banner-image {
    margin-top: 30px;
    text-align: center;
  }
  .main-banner-shape .banner-bg-shape {
    display: none;
  }
  .main-banner-shape .shape-1 {
    display: none;
  }
  .main-banner-shape .shape-2 {
    display: none;
  }
  .main-banner-shape .shape-3 {
    display: none;
  }
  .main-banner-shape .shape-4 {
    display: none;
  }
  .who-we-are-image {
    margin-bottom: 30px;
  }
  .who-we-are-shape {
    display: none;
  }
  .single-class .class-content {
    padding: 40px 15px 20px;
  }
  .single-class .class-content h3 {
    font-size: 20px;
  }
  .single-class .class-content p {
    font-size: 15px;
  }
  .single-class .class-content .class-list li {
    font-size: 14px;
    margin-right: 10px;
  }
  .single-class .class-content .class-list li span {
    font-size: 14px;
  }
  .class-shape .shape-1 {
    display: none;
  }
  .class-shape .shape-2 {
    display: none;
  }
  .value-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .value-item .value-content span {
    font-size: 18px;
  }
  .value-item .value-content h3 {
    font-size: 25px;
  }
  .value-item .value-inner-content h4 {
    font-size: 20px;
  }
  .value-item .value-inner-content p {
    font-size: 14px;
  }
  .value-shape .shape-1 {
    display: none;
  }
  .value-shape .shape-2 {
    display: none;
  }
  .value-shape .shape-3 {
    display: none;
  }
  .single-teacher .content h3 {
    font-size: 22px;
  }
  .testimonials-item .testimonials-item-box {
    padding: 25px;
  }
  .testimonials-item .testimonials-item-box .info-box h3 {
    font-size: 20px;
  }
  .testimonials-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .event-box-item {
    text-align: center;
  }
  .event-box-item .event-image {
    margin-bottom: 25px;
  }
  .event-box-item .event-content h3 {
    font-size: 22px;
  }
  .event-box-item .event-content .event-list {
    margin-top: 15px;
  }
  .event-box-item .event-content .event-list li {
    padding-left: 0;
  }
  .event-box-item .event-content .event-list li i {
    position: relative;
  }
  .event-box-item .event-date {
    margin-top: 10px;
  }
  .event-box-item .event-date h4 {
    font-size: 45px;
  }
  .single-blog-item .blog-content {
    padding: 20px;
  }
  .single-blog-item .blog-content .post-meta li {
    font-size: 14px;
    margin-right: 10px;
  }
  .single-footer-widget .logo h2 {
    font-size: 40px;
  }
  .single-footer-widget p {
    font-size: 15px;
  }
  .single-footer-widget.pl-5, .single-footer-widget .px-5 {
    padding-left: 0 !important;
  }
  .main-banner-image-wrap {
    margin-top: 50px;
    text-align: center;
  }
  .main-banner-shape .shape-5 {
    display: none;
  }
  .main-banner-shape .shape-6 {
    display: none;
  }
  .who-we-are-image-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .single-activities .activities-content h3 {
    font-size: 20px;
  }
  .single-facilities .facilities-content h3 {
    font-size: 20px;
  }
  .facilities-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .feedback-slides .feedback-item .feedback-image {
    margin-bottom: 30px;
  }
  .feedback-slides .feedback-item .feedback-content p {
    font-size: 15px;
  }
  .main-banner-shape .banner-bg-shape-2 {
    display: none;
  }
  .banner-child .child-1 {
    max-width: 130px;
  }
  .banner-child .child-2 {
    max-width: 130px;
  }
  .choose-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .choose-image .choose-image-shape .shape-1 {
    display: none;
  }
  .choose-image .choose-image-shape .shape-2 {
    display: none;
  }
  .choose-image .choose-image-shape .shape-3 {
    display: none;
  }
  .single-choose .content h3 {
    font-size: 22px;
  }
  .quote-image {
    height: 450px;
  }
  .quote-item {
    padding: 30px;
  }
  .newsletter-shape .shape-1 {
    display: none;
  }
  .newsletter-shape .shape-2 {
    display: none;
  }
  .single-choose-item {
    margin-bottom: 30px;
  }
  .overview-content {
    padding: 30px;
  }
  .enrollment-image {
    height: 450px;
  }
  .faq-image {
    height: 450px;
  }
  .coming-soon-content {
    padding: 30px 25px;
  }
  .coming-soon-content #timer {
    margin-top: 30px;
  }
  .coming-soon-content #timer div {
    width: 100px;
    height: 105px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    margin-top: 10px;
  }
  .coming-soon-content h2 {
    font-size: 25px;
  }
  .teacher-details-desc .teacher-desc-content h3 {
    font-size: 25px;
  }
  .teacher-details-information {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .event-details-desc .event-desc-content h3 {
    font-size: 25px;
  }
  .event-details-information {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .class-details-desc .class-desc-content h3 {
    font-size: 25px;
  }
  .class-details-information {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .widget-area {
    margin-top: 30px;
  }
  .contact-information {
    margin-top: 30px;
  }
  .newsletter-content {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mean-container a.meanmenu-reveal {
    padding: 5px 0 0 0;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: -5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  .mean-container .mean-bar {
    background-color: unset;
    border-bottom: none;
    padding-top: 0;
  }
  .mean-container .mean-nav {
    margin-top: 40px;
  }
  .main-responsive-nav .logo img {
    position: relative;
    z-index: 99999;
  }
  .others-option-for-responsive .dot-menu {
    top: -30px;
  }
  .others-option-for-responsive .container .container {
    right: 20px;
    max-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .others-option-for-responsive .option-inner .others-options {
    margin-left: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-bottom: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu {
    margin-top: 10px;
  }
  .others-option-for-responsive .option-inner .others-options.d-flex {
    display: block !important;
  }
  .main-banner-item {
    border-bottom: 1px solid #eeeeee;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .main-banner-item .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-banner-content {
    max-width: 450px;
  }
  .main-banner-shape .banner-bg-shape {
    bottom: -35px;
  }
  .main-banner-shape .shape-1 {
    max-width: 60px;
  }
  .main-banner-shape .shape-3 {
    bottom: 0;
    max-width: 70px;
  }
  .single-class .class-content {
    padding: 45px 20px 30px;
  }
  .single-class .class-content h3 {
    font-size: 20px;
  }
  .single-class .class-content .class-list li {
    font-size: 14px;
    margin-right: 6px;
  }
  .single-class .class-content .class-list li span {
    font-size: 14px;
  }
  .value-shape .shape-3 {
    display: none;
  }
  .testimonials-slides.owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .testimonials-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .testimonials-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -10px;
  }
  .main-banner-shape .shape-5 {
    max-width: 100px;
  }
  .main-banner-shape .shape-6 {
    max-width: 150px;
  }
  .event-box-item .event-content h3 {
    font-size: 22px;
  }
  .value-shape .shape-2 {
    bottom: 0;
  }
  .choose-area {
    overflow: hidden;
  }
  .main-banner-shape .banner-bg-shape-2 {
    top: -40px;
    left: -5px;
  }
  .single-fun-fact h3 {
    font-size: 40px;
  }
  .single-choose .content h3 {
    font-size: 20px;
  }
  .quote-item {
    padding: 25px;
  }
  .support-list-item li {
    margin-right: 70px;
  }
  .support-list-item li img {
    margin-bottom: 20px;
    max-width: 50px;
  }
  .support-list-item li span {
    font-size: 16px;
  }
  .single-teacher-content h3 {
    font-size: 25px;
  }
  .single-teacher-content p {
    font-size: 15px;
  }
  .event-area.event-item-two .event-box-item .event-content h3 a {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-banner-content {
    max-width: 550px;
  }
}

@media only screen and (min-width: 1550px) {
  .main-banner-item {
    height: 865px;
  }
}
/*# sourceMappingURL=responsive.css.map */