/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2025 | 08:51:17 */

html {
    scroll-behavior: smooth;
}

.site-header #headr-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.site-header .header-menu .et_mobile_menu li a:hover, .site-header .header-menu .et_mobile_menu li.current_page_item a, .site-header .header-menu .et_mobile_menu li a.active {
	color:#131313!important;
	background:transparent;
	opacity: 1;
}

p {
    font-weight: 400;
}

h3 {
    font-size: 30px!important;
}
	
h5{
   padding-left: 33px;
}
	
h5:before {
    content: "";
    width: 21px;
    height: 1px;
    background: #91321E;
    position: absolute;
    left: 0;
    top: 10px;
}

.et_pb_row {
    width: 100%!important;
}

div#main-content {
    padding-top: 100px;
}

header.et-l--header {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  background: #fff;
  transition: transform 0.4s ease, top 0.4s ease;
  z-index: 9999;
}

/* Sticky style */
header.et-l--header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; /* or your preferred background */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
}

/* Slide down animation */
header.et-l--header.sticky.slide-down {
  transform: translateY(0);
}


header.et-l--header.sticky .et_pb_section--with-menu {
  padding-top: 5px;
  padding-bottom: 5px;
}

header.et-l--header .et_pb_section--with-menu {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.header-menu .et_mobile_menu li.hidden {
	display:none!important;
}

.services-card h3 {
    font-size: 30px;
}

.img-title-card-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.img-card {
	 display: flex;
	  flex-wrap: wrap;
	  gap: 0;
}

.img-title-text-card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding-right: 20px;
    border: 2px solid #F4F4F4;
    background: #fff;
}

.img-title-text-card .card-img-left {
    margin: 0 !important;
    width: 200px;
    height: 100%;
    overflow: hidden;
}

.img-title-text-card .card-img-left img {
    height: auto;
    object-fit: cover;
    display: block;
    width: 250px;
    max-width: none;
}

.img-title-text-card .et_pb_text {
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
	flex: 1;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
}

.img-title-text-card h3 {
    margin-bottom: 15px;
    padding: 0;
}

.text-slider .carousel_content img, .text-slider .carousel_content .social-media-container, .text-slider .carousel_content .position_design {
    display: none;
}

.text-slider .swiper-container {
    padding-bottom: 60px;
    overflow: visible;
}

.text-slider  .swiper-navi-container {
    top: auto;
    bottom: -18px;
    justify-content: center;
	z-index: 12;
}

.text-slider .swiper-navi-container .swiper-button-prev, .text-slider .swiper-navi-container .swiper-button-next {
    position: relative;
    margin: 0 120px;
	 width: 40px!important;
    height: 40px!important;
    padding: 0px!important;
    border-radius: 50%!important;
    border: 1px solid #91321E;
    background: #fff!important;
}

.text-slider .swiper-button-prev{
    margin-left: 0;
}

.text-slider .swiper-button-next {
    margin-right:0;
}

.text-slider .swiper-pagination {
    margin: 0!important;
    display: flex !important;
    justify-content: center;
}

.text-slider .swiper-button-prev i.et-pb-icon, .text-slider .swiper-button-next i.et-pb-icon {
    width: auto;
    height: auto;
    background: transparent;
    color: #91321E;
    font-size: 23px!important;
    display: flex;
    justify-content: center;
}

.text-slider .swiper-button-prev:hover , .text-slider .swiper-button-next:hover {
     background: #91321E!important;
}

.text-slider .swiper-button-prev:hover i.et-pb-icon, .text-slider .swiper-button-next:hover i.et-pb-icon {
    color: #fff;
}

.text-slider .swiper-pagination span.swiper-pagination-bullet {
    left: auto !important;
    width: 10px!important;
    height: 10px!important;
    transform: none;
    margin: 0 6px;
}

span.name_design {
    color: #676E4B;
    font-size: 30px;
    margin: 0 0 15px;
    padding: 0;
    font-family: " Very Vogue";
}

.carousel_content p {
    padding: 0;
    font-size: 17px;
    line-height: 1.5;
}

.text-slider .swiper-slide:nth-child(3n+1) {
    background-color: #FDFBF8;
}

.text-slider .swiper-slide:nth-child(3n+2) {
    background-color: #F7F9F9;
}

.text-slider .swiper-slide:nth-child(3n+3) {
    background-color: #FCF7F6;
}

.text-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.text-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    min-width: 330px;
}

.text-slider .carousel_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.overflow-hidden {
	overflow:hidden;
}

.entry-content {
	overflow:hidden;
}

.text-slider::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 150vh;
    height: 100%;
    background: #fff;
    z-index: 5;
    pointer-events: none;
}

.bg-img-position {
    position: absolute;
    left: 66%;
    bottom: 23%;
    z-index: 1;
}

.classes-count h2 {
    font-size: 50px;
    margin: 0;
    padding: 0;
}

.classes-count h2 span  {
    font-size: 70px;
    margin: 0;
    padding: 0;
	width:100%;
	color:#91321E;
	display:inline-block;
}

.classes-count h2 strong {
    display: inline-block;
    width: 100%;
    font-size: 120px;
    line-height: 1;
    font-weight: inherit;
    color: #91321E;
}

.border-right:after {
    content: "";
    position: absolute;
    right: -31px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #91321E;
}

.align-center {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.sub-heading-center .et_pb_heading_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sub-heading-center h5 {
    position: relative;
    padding-bottom: 0;
}

.carousel_content.img_caro img {
    border-radius: 0;
}

.divi8_logo_carousel.hide-pagination .own .swiper-pagination {
    display: none!important;
}

.hide-pagination .swiper-wrapper .et_pb_module {
    margin-bottom: 0!important;
}

.listing ul {
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.listing ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin:0 8px 8px;
    font-size: 17px;
    color: #131313;
    font-weight: 500;
}

.listing ul li img {
    margin-right: 6px;
    max-width: 20px;
}

.listing ul li a {
    font-size: 17px;
    color: #131313;
    font-weight: 500;
}

.footer-hours p {
    text-align: right;
    font-size: 17px;
    color: #131313;
    font-weight: 500;
}



/***** Responsive CSS Start*******/

@media only screen and (min-width: 1550px) {
	
    .et_pb_section .et_pb_row {
        padding: 0;
    }
}

@media (min-width: 981px) {
	
  .header-menu .mobile_menu_bar {
    display: none !important;
  }

	.header-menu .et_pb_menu__wrap {
		width: 100%;
	}

  .header-menu .et_mobile_menu {
	  height:auto!important;
		display: block !important;
		position: relative;
		width: 100%;
		padding: 0;
		box-shadow: none;
		border: none;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	
	.header-menu .et_mobile_menu li {
		padding: 0 20px;
	}
	
	.header-menu .et_mobile_menu li a {
		padding: 0;
		border: none;
	}
	
	.et_pb_row {
        padding:0;
    }
	
	
}


@media screen and (max-width: 1250px) {

	.et_pb_row {
		padding: 0 20px;
	}
	
	.text-slider::before {
		display:none;
	}
	
	.row-padding-none {
		padding: 0;
	}
	
	.footer-upper {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.footer-left-30 {
		width: 20%!important;
		margin: 0!important;
	}
	
	.footer-center-60 {
		width: 60%!important;
		margin: 0 !important;
	}
	
}


@media screen and (max-width: 1200px) {

	body, .footer-hours p, p, .listing ul li, .listing ul li a, .et_pb_text_inner {
		font-size: 16px;
	}
	
	.carousel_content p {
		font-size: 16px;
	}
	
	.header-btn .et_pb_button {
		padding: 4px 20px !important;
		font-size: 16px !important;
	}
	
	.et_pb_section .et_pb_button {
		font-size: 16px !important;
	}
	
}


@media screen and (max-width: 1100px) {
	
	h1 {
    font-size: 28px!important;
	}
	
	h2 {
    font-size: 42px!important;
	}

	h3 {
		font-size: 28px!important;
	}
	
	body, .footer-hours p, p, .listing ul li, .listing ul li a, .et_pb_text_inner {
		font-size: 15px;
	}
	
	.carousel_content p {
		font-size: 15px;
	}
	
	header .header-btn .et_pb_button {
		font-size: 15px !important;
		padding: 4px 20px !important;
	}
	
	.et_pb_section .et_pb_button {
		font-size: 15px !important;
	}
	
	.classes-count h2 {
		font-size: 40px!important;
	}
	
	.classes-count h2 strong {
		font-size: 90px;
	}
	
	.img-title-text-card .card-img-left img {
		width: 270px;
	}
	
	.img-title-card-main {
		padding: 0 20px;
	}
	.img-title-card-main .et_pb_row {
		padding: 0;
	}
	
	.img-title-card-main {
		gap: 15px;
	}
	
	.img-title-text-card .et_pb_text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	
}	


@media screen and (max-width: 1024px) {
	
	header .header-menu .et_mobile_menu li a {
		font-size: 17px!important;
	}
	
	
}	


@media screen and (max-width: 980px) {
	
	div#main-content {
		padding-top: 65px;
	}

	.site-header #headr-row {
		flex-wrap: nowrap;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.headr-row .et_pb_column {
		margin: 0!important;
	}
	
	.header-logo img {
		max-width: 90px;
	}
	
	.site-header .et_pb_module .mobile_menu_bar:before {
		top: 0;
	}
	
	.header-menu {
		position: absolute;
		right: 10px;
		background: transparent !important;
		width: 45px !important;
	}
	
	.header-btn {
		padding-right: 40px;
	}
	
	.header-menu .opened .mobile_menu_bar:before {
		content: '\2716';
		font-size: 28px;
	}
	
	.header-menu .mobile_menu_bar {
		position: relative;
		display: inline-flex;
		line-height: 0;
		width: 35px;
		height: 35px;
		justify-content: center;
		align-items: center;
	}
	
	.header-menu .mobile_menu_bar:before {
		content:'\2630';
		height: 35px;
		width: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 28px;
	}
	
	.site-header .et_pb_module .mobile_menu_bar:before {
		top: -3px !important;
	}
	
	.site-header .header-menu ul.et_mobile_menu {
		position: fixed!important;
		left: -100%!important;
		top: 0!important;
		height: 100vh!important;
		width: 300px!important;
		max-width: 300px!important;
		padding: 33px 0 0 0!important;
		display: block !important;
		border: none!important;
		transition: all 0.5s ease-in-out!important;
		-webkit-transition: all 0.5s ease-in-out!important;
		-moz-transition: all 0.5s ease-in-out!important;
	}

	
	.site-header .header-menu .mobile_nav.opened .et_mobile_menu {
	  left: 0!important;
	}
		
	.hero-section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.hero-logo img {
		max-width: 75%;
	}
	
	.hero-section .hero-logo {
		margin-bottom: 20px !important;
	}
	
	.hero-section .hero-heading {
		margin-bottom: 20px !important;
	}
	
	.about-sec {
		padding-top: 70px!important;
		padding-bottom: 70px!important;
	}
	
	.left-img {
		text-align: center!important;
		max-width: 100% !important;
	}
	
	.left-img span.et_pb_image_wrap {
		max-width: 500px;
	}
	
	.class-sec-title {
		padding-top: 70px !important;
	}
	
	.class-sec-title.et_section_regular .et_pb_row {
		margin-bottom: 20px !important;
	}
	
	.img-title-card-main .et_pb_row {
		padding: 0;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.bg-img-position {
		left: 36%;
		bottom: 16%;
	}
	
	.count-block .et_pb_column {
		margin: 0;
		width: 50%;
	}
		
	.book-class {
		padding-top: 70px!important;
		padding-bottom: 70px!important;
	}	

	.footer-center-60 {
		width: 54%!important;
	}

	.footer-left-30 {
		width: 23%!important;
	}	
	
	.footer-logo img {
		max-width: 90px;
	}
	
	.site-footer {
		padding-top: 70px!important;
	}



}	

	
@media screen and (max-width: 767px) {
	
   
   h2 {
		font-size: 38px!important;
	}
	
	.about-sec .et_pb_row.about-row {
		margin-bottom: 40px !important;
	}
	
	.img-title-card-main .et_pb_row.offer-slider-row {
		padding-top: 40px !important;
	}
	
	.count-block .et_pb_column {
		width: 100%;
	}
	
	.classes-count h2 {
		font-size: 32px!important;
	}
	
	.classes-count h2 strong {
		font-size: 80px;
	}
	
	.border-right:after {
		right: 0;
		top: auto;
		width: 100%;
		height: 1px;
		bottom: -5px;
	}
	
	.footer-left-30 {
		width: 100%!important;
	}
	
	.footer-center-60 {
		width: 100%!important;
		padding: 35px 0 30px;
	}
	
	.footer-logo .et_pb_module.et_pb_image {
		text-align: center;
		margin: 0 auto !important;
	}
	
	.footer-hours h3 {
		text-align: center !important;
	}
	
	.footer-hours p {
		text-align: center;
	}
	
	footer .site-footer .footer-upper {
		padding-bottom: 40px !important;
	}
	
	.copyright .et_pb_module {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.footer-upper h3.et_pb_module_heading {
		padding: 0;
	}
	
	.text-slider .swiper-slide {
		min-width: 270px;
	}
	
		  
}

@media screen and (max-width: 600px) {
   
	body, .footer-hours p, p, .listing ul li, .listing ul li a, .et_pb_text_inner {
		text-align: center;
	}
	
	h1 {
		font-size: 22px!important;
	}

	h2 {
		text-align: center !important;
	}
	
	h5 {
		width: fit-content;
		margin: 0 auto;
		position: relative;
	}
	
	.hero-section .hero-heading {
		margin-bottom: 10px !important;
	}

    .img-title-text-card {
		align-items: center;
		justify-content: center;
		padding: 0;
	}

   .img-title-text-card .card-img-left {
		margin: 0 auto!important;
		width: 100%;
		height: auto;
		max-width: 160px;
	}

	.img-title-text-card .et_pb_text {
		padding: 15px;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	
	.img-title-text-card .et_pb_text {
		padding: 15px;
	}
	
	.img-title-text-card .card-img-left img {
		height: auto;
		width: 100% !important;
	}
	
	.img-title-text-card h3, .img-title-text-card p {
		text-align: center;
	}
	
	.services-card span.et_pb_image_wrap {
		text-align: center;
	}
	
	.text-slider .swiper-navi-container .swiper-button-prev, .text-slider .swiper-navi-container .swiper-button-next {
		display: none;
	}
	
	.text-slider .swiper-container {
		padding-bottom: 30px;
	}
	
	.text-slider .et_pb_module {
		margin: 0;
	}
   
}


@media screen and (max-width: 400px) {
   
   .header-btn {
		padding-right: 35px;
	}

   header .header-btn .et_pb_button_module_wrapper .et_pb_button {
        font-size: 14px !important;
        padding: 4px 10px !important;
    }
}