/*
 * Theme Name: Wp Clean
 * Description: Wp Clean
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
*{
    box-sizing: border-box;
    padding:0;
    margin: 0;
}

body{
    box-sizing: border-box;
    padding:0;
    margin: 0;
    color:#333;
	font-family: "Open Sans", sans-serif;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdfd7;
  z-index: 9999; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-content {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: top 1s ease-in-out; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-content img{
	max-width:200px;
}

header{
	position: absolute;
    background: #fff;
    padding: 10px 10px;
	z-index: 9999;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
    top: 0; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    width:100%;
    max-width:100%;
    border-radius:0;
}



.logo-box img{
	max-width: 150px;
}

.top-navigation-wrapper{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0 20px;
}

.nav{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.nav li{
	list-style:none;
}

.nav li a{
	text-decoration:none;
	color: #333;
    font-weight: 600;
}

.home .hero{
	background: hsl(12deg 100% 92.16% / 31%);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 100% 69%;
    padding: 180px 0 130px;
    position: relative;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index:-1;
}

.home .hero:before{
	content:'';
	height:100%;
	width:100%;
	left:0;
	top:0;
	position:absolute;
	background: url(/wp-content/uploads/2025/03/cosmetics-left.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-attachment: fixed;
	display:none;
}

.home .hero:after{
	content: '';
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: url(/wp-content/uploads/2025/03/cosmetics-right.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-attachment: fixed;
	display:none;
}

.hero .circle{
	position: absolute;
    width: 100%;
    height: 28%;
    left: 0px;
    bottom: -1px;
    z-index: 1
}

.banner-content{
	max-width: 700px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #ffffff9c;
    padding: 20px 11px;
    border-radius: 10px;
}

.banner-content span{
	background-color: rgb(255 255 255);
    padding: 9px 14px 5px;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #333;
	border-radius: 100px;
	font-family: "Lobster", sans-serif;
}

.banner-content h1{
	margin-bottom: 18px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    color: #333;
}

section .row{
	--bs-gutter-x:0!important;
}

.banner-content p{
	margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
}

.arrow-down {
  width: 30px;
  height: 30px;
  animation: bounce 1.5s infinite;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  cursor:pointer;
  z-index: 99;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); 
  }
  100% {
    transform: translateY(0);
  }
}

.arrow-down img{
	width:27px;
}


.about{
	padding:60px 0;
}

.text-primary{
	background: #ffdfd7;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.about-content h2{
	font-size: 39px;
    line-height: 43px;
    margin-bottom: 20px;
}

.about-content p{
	margin-bottom:20px;
	margin-bottom: 20px;
    color: #333;
    font-size: 17px;
    line-height: 28px;
}

.quanitu-column{
	margin: 0 3%;
	width: 44%;
    float: left;
}

.quanitu-column-1{
	padding-top: 60px;
}

.quanitu-column-2{
	padding-top: 20px;
}

.quanity span{
    padding: 20px;
    list-style: none;
    background: #ffdfd7;
    margin-bottom: 30px;
    border-radius: 21px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333333;
    font-weight: 500;
    line-height: 24px;
    background: url(/wp-content/uploads/2025/03/pattern.png);
    background-size: cover;
    background-color: rgb(249 249 249 / 35%);
	flex-direction: column;
    gap: 18px;
}

.quanity span img{
	width: 35px;
}

.quan-top{
	margin-top:20px;
}

.reviews{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 30px;
}


.reviews .all-rew{
	color: #bfa6a0;
    text-decoration: none;
    border: 1px solid #bfa6a0;
    padding: 11px;
    border-radius: 100px;
    max-width: 205px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;

}

.reviews .all-rew img{
	width:20px;
	margin-left: 10px;
}

.team{
	padding: 30px 0 150px;
}

.team-box{
	margin-bottom:50px;
}

.team-box img{
	border: 6px solid #ffdfd7;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-box-bg h2{
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 39px;
    margin-bottom: 40px;
}

.team-box h3{
	text-align:center;
}

.team-box p{
	text-align: center;
    font-style: italic;
    color: #333;
    margin-top: 5px;
}

.team-img{
	position:relative
}

.team-box a{
	position:absolute;
}

.team-img{
	width: 100%;
    height: 290px;
}

.team-info{
	margin-top: 16px;
}

.team-box-bg{
	background: #f6f3ed;
    border-radius: 31px;
    padding: 30px 30px;
	border: 1px solid #ffdfd7;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	position: relative;
}

.carousel-nav{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.carousel-nav img{
	width:30px;
}

.carousel-nav button{
	border: none;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
	cursor:pointer;
}

.carousel-nav button:hover{
	background:#fff!important;
}

.carousel-nav button:active{
	background:#fff!important;
}

.carousel-nav button:focus{
	background:#fff!important;
}

.owl-dots{
	position: absolute;
    bottom: -10px;
    text-align: center;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffdfd7!important;
}

.owl-theme .owl-dots .owl-dot span{
	border: 1px solid #ffdfd7!important;
	background:transparent!important;
}

.services{
	padding: 0 0 60px 0;
    background: #f6f3ed;
	position:relative;
}

.services h2{
	font-size: 39px;
    margin-bottom: 5px;
    text-align: center;
    color: #333;
}

.top-wave{
	position: relative;
    top: -75px;
	margin-bottom: -40px;
}

.bottom-wave{
	position: relative;
    bottom: -8px;
    transform: rotate(180deg);
    margin-bottom: -130px;
}

.service-box{
	padding: 0 0 0px 0;
    margin-top: 60px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
	transition:0.4s;
	background: #fff;
	height: 380px;
	position: relative;
}

.service-box:before{
	content:'';
	width:100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(0 0 0 / 40%);
	border-radius: 5px;
	transition: 0.3s;
}

.service-box:hover{
	transform: translateY(-5px);
    transition: all 0.3s ease;
}

.service-box:hover:before{
	background: rgb(0 0 0 / 60%);
	transition: 0.3s;
}

.service-box:hover h3:after{
	transform:scale(1.03);
	transition:0.4s;
	width: 90px;
}

.service-box h3{
	color: #fff;
	text-align: left;
    font-weight: 500;
	position: relative;
	padding-bottom: 9px;
}

.service-box h3:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #fff;
	transition:0.4s;
	will-change: transform;
}

.service-content{
	text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    z-index: 999;
    position: relative;
    padding: 6px 0;
    position: absolute;
    bottom: 0px;
    z-index: 999;
	left: 0;
	padding: 20px;
}

.service-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	margin-top: 30px;
}

.service-buttons a{
    text-decoration: none;
    display: inline-block;
    color: #333;
    font-size: 15px;
    padding: 10px 19px;
    border-radius: 6px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
}

.service-buttons a:nth-child(1){
	background: hsl(0deg 0% 100% / 75%);
}

.service-buttons a:nth-child(2){
	background: transparent;
	color: #fff;
}

.service-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.direction-service{
	position: relative;
    z-index: 9;
    color: #fff;
    margin-left: 20px;
    text-align: left;
    margin-top: 20px;
}

.direction-service li{
	font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    opacity: 0.8;
}

.portfolio{
	padding:60px 0;
}

.contacts-container{
	background: #f6f3ed;
    border-radius: 31px;
    padding: 30px 30px;
    border: 1px solid #ffdfd7;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	display: inline-block;
}

.logo-footer{
	display: block;
    margin: -70px auto 40px;
    max-width: 240px;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
}

.contacts{
	padding:60px 0;
	text-align: center;
}

.contact-box{
	width: 33%;
    float: left;
    display: inline-block;
    padding: 0 20px;
}

.contact-box h2{
	margin-bottom:25px;
}

.contact-content{
	display: flex;
    gap: 15px;
    margin-bottom: 30px;
	align-items: center;
	text-align: left;
}

.contact-img{
	width: 50px;
    text-align: center;
    line-height: 70px;
    background: #bfa6a0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    flex-shrink: 0;
	text-align: left;
}

.contact-img img{
	width: 25px;
}

.contact-info a{
	color: #333;
    text-decoration: none;
    font-size: 15px;
}

.contact-info h3{
	font-size: 15px;
    margin-bottom: 5px;
    font-weight: 700;
	color:#333;
}

.contact-box ul{
	
}

.contact-box ul li{
	list-style: none;
    margin-bottom: 8px;
    border-bottom: 1px dotted #333;
    padding-bottom: 8px;
    max-width: 191px;
    text-align: center;
	margin: 0 auto 8px;
}

.contact-box ul li span{
	font-weight: 600;
    margin-left: 20px;
}

.contact-box ul li:last-child{
	border-bottom:none!important;
}

.instagram{
	padding:60px 0 0;
}

footer{
	text-align: center;
    background: #f6f3ed;
    padding: 20px 0;
    color: #333;
    font-size: 15px;
}

.contact-dule{
	width:25%;
}

.contact-map{
	width:41%;
}

.messenger{
	position: fixed;
    left: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
	z-index: 999;
}

.messenger a{
	width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
	border: 1px solid #bfa6a0;
	transition:0.3s;
}
.messenger a:hover{
	transform: scale(1.08);
	transition:0.3s;
}

.messenger a img{
	width: 40px;
}

.portfolio h2 {
    font-size: 39px;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
}

.portfolio-more{
	text-align:center;
}

.portfolio-more a{
	display: inline-block;
    background: #ffdfd7;
    font-size: 16px;
    padding: 8px 30px;
    margin-top: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 16%);
	cursor:pointer;
}

.portfolio-box {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 1s ease-out;
  position: relative;
}

.content-portfolio {
  height: 100%;
  padding: 10px;
  transition: opacity 0.3s ease;
}

.portfolio-box .content-portfolio::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 27%;
  background: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 0%));
}

.portfolio-box.expanded .content-portfolio::after{
	content:none;
}

.portfolio-box.expanded {
  max-height: 10000px;
}

.content-portfolio.expanded {
  opacity: 1;
}

.portfolio-box .simplefilter_124 li {
    background-color: #f6f3ed!important;
    color: #333!important;
    padding: 10px 30px!important;
    border-radius: 5px!important;
}

.portfolio-box .simplefilter_124 li.active {
    background-color: #ffdfd7!important;
}

.portfolio-box .simplefilter_124 li:hover {
    background-color: #ffdfd7!important;
    color: #fff!important;
}

.filter_gallery_124{
	top:20px;
}

.mobile-menu{
	display:none;
}

.close{
	display:none;
}

.mobile-logo{
	display:none;
}

.mob-menu-contact{
	display:none;
}

.contact-info{
	display: flex;
    flex-direction: column;
    gap: 5px;
}

header .dropdown {
    cursor: pointer;
    position: relative;
    transition: 0.4s;
}

.sub-menu{
	display:none;
}

header .dropdown:hover .sub-menu {
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    background: #fff;
    width: 200px;
    padding: 30px 0 12px;
    left: -26px;
}

header .sub-menu li a {
    padding: 11px 18px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.study-single-post .hero {
    padding: 180px 0 94px;
    position: relative;
    background-size: cover;
	background-position: 50% 50%;
    background-attachment: fixed;
	height: 100%;
	background-attachment: scroll;
}

.study-single-post .hero:before{
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:hsl(12deg 100% 92.16% / 31%);
}

.study-single-post .hero-content{
	max-width: 750px;
    display: block;
    margin: 0 auto;
    background: hsl(0deg 0% 100% / 61%);
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    padding: 40px 25px;
}

.study-single-content{
	padding: 40px 0 60px;
    max-width: 900px;
    margin: 0 auto;
}

.study-single-content h1{
	padding: 20px 0;
}

.study-single-content h2{
	padding: 20px 0;
}

.study-single-content h3{
	padding: 20px 0;
}

.study-single-content h4{
	padding: 20px 0;
}

.study-single-content p{
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.course_gallery{
	padding: 20px 0px;
}

.course_gallery .owl-item img{
	height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 48%);
    border: 3px solid #fff;
}

.course_gallery .owl-stage-outer{
	padding:10px 0;
}

.course_gallery .owl-nav{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.course_gallery .owl-carousel .owl-nav button.owl-next, .course_gallery .owl-carousel .owl-nav button.owl-prev{
	font-size: 66px;
    font-weight: 300;
}

.course_gallery .owl-prev{
	background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 38px;
    border-radius: 5px;
    border: 1px solid #333 !important;
	left: -10px;
    position: relative;
	opacity: 0.5;
	transition:0.4s;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.course_gallery .owl-prev:hover{
	opacity:1;
	transition:0.4s;
}

.course_gallery .owl-prev img{
	width: 28px;
}

.course_gallery .owl-next{
	background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 38px;
    border-radius: 5px;
    border: 1px solid #333 !important;
	right: -10px;
    position: relative;
	opacity: 0.5;
	transition:0.4s;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.course_gallery .owl-next:hover{
	opacity:1;
	transition:0.4s;
}

.course_gallery .owl-next img{
	width: 28px;
}

.course_gallery .owl-dots {
  text-align: center;
}

.course_gallery .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #fff;
  border:1px solid #ffdfd7!important;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
}

.course_gallery .owl-dot.active {
  background-color: #ffdfd7;
}

.title-course-gallery{
	text-align:center;
	margin-top:50px;
	padding: 0!important;
}

.faq-container{
	padding:60px 0 0;
}

.faq-container h2{
	text-align:center;
	margin-bottom:30px;
	padding: 0;
}

.panel {
    background: #f6f3ed;
    position: relative;
    margin-top: 10px;
    width: 100%;
    display: block;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #ffdfd7;
}

.panel-heading {
    padding: 0 52px 0 20px;
    transition: 0.4s;
}

.panel-heading a {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    color: #33211F;
    text-decoration: none;
    padding: 12px 0px;
    transition: 0.4s;
}

.toggle-panel span {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

.panel-heading a:after {
    content: "+";
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #33211f;
    font-size: 35px;
    line-height: 18px;
    font-weight: 300;
    border-radius: 100%;
    background: transparent;
    text-align: center;
    transition: 0.4s;
	width: 30px;
}
.panel-heading.in a:after{
	content: "-";
	transition: 0.4s;
}

.panel-collapse {
    display: none;
    padding-bottom: 0px;
}

.panel-body {
    padding: 20px 15px;
    background: #fff;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.order-button{
	display: inline-block;
    width: 100%;
    text-align: center;
    padding: 60px 0 0;
}

.order-button a{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #fd3b95;
    padding: 16px 25px;
    border-radius: 39px;
    box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 28%);
}

.blog-page .hero {
    padding: 180px 0 94px;
    position: relative;
    background-size: cover;
	background-position: 50% 50%;
    background-attachment: fixed;
	height: 100%;
	background-attachment: scroll;
}

.blog-page .hero:before{
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:hsl(12deg 100% 92.16% / 31%);
}

.blog-page .hero-content{
	max-width: 750px;
    display: block;
    margin: 0 auto;
    background: hsl(0deg 0% 100% / 61%);
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    padding: 40px 25px;
}

.blog-posts{
	padding:60px 0;
}

.blog-posts .col-md-4{
	margin-bottom:30px;
}

.blog-posts .blog-box{
	border: 1px solid #ffdfd7;
    padding: 20px;
    border-radius: 10px;
	position: relative;
}

.blog-posts a{
	text-decoration:none;
	color:#333;
}

.blog-posts .blog-box h2{
	color: #333;
    text-align: center;
    font-size: 17px;
    margin: 15px 0;
    font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: center;
}

.blog-posts .blog-box p{
	font-size: 14px;
    color: #333;
    line-height: 24px;
}

.blog-posts .blog-box span{
	display: block;
    text-align: center;
    width: 100%;
    background: #ffdfd7;
    color: #333;
    padding: 10px 0;
    margin-top: 20px;
    border-radius: 100px;
    transition: 0.4s;
    border: 1px solid #ffdfd7;
}

.blog-posts .blog-box img{
	width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.blog-single .hero{
	padding: 180px 0 94px;
    position: relative;
    background-size: cover;
	background-position: 50% 50%;
    background-attachment: fixed;
	height: 100%;
	background-attachment: scroll;
}

.blog-single .hero:before{
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:hsl(12deg 100% 92.16% / 31%);
}

.blog-single .hero-content{
	max-width: 750px;
    display: block;
    margin: 0 auto;
    background: hsl(0deg 0% 100% / 61%);
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    padding: 40px 25px;
}

.blog-single .hero-content h1{
	font-size:33px;
}

.blog-single-content{
	padding: 40px 0 60px;
	max-width: 1000px;
    margin: 0 auto;
}

.blog-box .post-date{
	position: absolute;
    right: 20px;
    top: 234px;
    background: #ffdfd7;
    font-style: normal;
    padding: 7px 15px;
}

.blog-single .post-date{
	background: #ffffff;
    font-style: normal;
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 0 15px;
    font-size: 14px;
}

.blog-single-content h2{
	font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 25px;
}

.blog-single-content h3{
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 25px;
}

.blog-single-content h4{
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 25px;
}

.blog-single-content h5{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 25px;
}

.blog-single-content h6{
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 25px;
}

.blog-single-content p{
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.blog-single-content ul{
	margin-left: 25px;
}

.blog-single-content ul li{
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 10px;
}

.blog-single-content ol{
	margin-left: 25px;
}

.blog-single-content ol li{
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 10px;
}

.blog-single-content blockquote{
	font-size: 17px;
    background: #f6f6f6;
    padding: 20px 25px 1px 25px;
    border-radius: 5px;
    border: 1px solid #333;
    margin: 25px 0;
}

.blog-single-content img{
	width:100%;
	height:300px;
	object-fit: cover;
    object-position: center;
	border-radius: 5px;
}

.prev-next-post {
    margin-top: 65px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
}


.post-navigation .nav-box {
    display: flex;
    align-items: center;
    gap: 15px;
	text-decoration: none;
}
.post-navigation .nav-box img{
	width:30px;
	height: auto;
    border-radius: 0;
}

.post-navigation .nav-box .nav-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.post-navigation .nav-box .nav-text .nav-label {
    font-size: 15px;
    font-weight: 700;
    color: #333;
	position: relative;
    top: -2px;
}

.post-navigation .nav-box .nav-text .nav-title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.services-single .hero{
	padding: 180px 0 130px;
    position: relative;
    background-size: cover;
	background-position: 50% 50%;
    background-attachment: fixed;
	background-attachment: scroll;
}

.services-single .hero:before{
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:hsl(12deg 100% 92.16% / 31%);
}

.services-single .hero-content{
	max-width: 750px;
    display: block;
    margin: 0 auto;
    background: hsl(0deg 0% 100% / 61%);
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    padding: 40px 25px;
}

.services-single .hero-content h1{
	font-size:32px;
}

.services-single-content{
	padding:60px 0 40px;
}

.services-single-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.services-single-price{
	padding-bottom:60px;
}

.services-single-price h2{
	text-align:center;
	margin-bottom:50px;
}

.services-single-price .service-price-container .price-item{
	margin-bottom:25px;
}

.services-single-price .price-item .item {
    line-height: 35px;
}

.services-single-price .price-item p{
	margin-top:5px;
	font-size: 14px;
    color: #333;
    opacity: 0.7;
	font-style:italic;
}

.services-single-price .flex{
	display:flex;
}

.services-single-price .price-list .price-title {
	-ms-flex-negative: 0;
    flex-shrink: 0;
    color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.services-single-price .price-list .dots{
	width: 100%;
    position: relative;
    margin: 0 20px;
}

.services-single-price .price-list .dots:after{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(145, 118, 90, 0.3);
}

.services-single-price .price-list .time{
	font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px;
    display: block;
    margin-top: 40px;
	background: #f6f6f6;
    padding: 10px 20px;
}

.services-single-price .price-list .price-price{
    font-weight: 700;
    color: #333;
    font-size: 17px;
}

.services-single-price .price-list .price-price sub{
	bottom: 0;
    left: 4px;
	position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

.services-single-price{
	padding-bottom:60px;
}

.services-single-price h2{
	text-align:center;
	margin-bottom:50px;
}

.single-service-gallery  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.single-service-gallery img{
	width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: center;
}

.study-page .hero{
	padding: 180px 0 94px;
    position: relative;
    background-size: cover;
	background-position: 50% 50%;
    background-attachment: fixed;
	height: 100%;
	background-attachment: scroll;
}

.study-page .hero:before{
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:hsl(12deg 100% 92.16% / 31%);
}

.study-page .hero-content{
	max-width: 750px;
    display: block;
    margin: 0 auto;
    background: hsl(0deg 0% 100% / 61%);
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    padding: 40px 25px;
}

.study-page .hero-content h1{
	margin-bottom: 20px;
}

.study-page .hero-content p{
	margin-bottom: 20px;
    color: #333;
    font-size: 17px;
    line-height: 28px;
}

.study-page .study-posts{
	padding: 90px 0 60px;
}

.study-page .study-posts .col-md-4{
	margin-bottom:30px;
}

.study-page .study-posts a{
	color:#333;
	text-decoration:none;
}

.study-page .study-posts .study-box{
	border: 1px solid #ffdfd7;
    padding: 20px;
    border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	transition: 0.4s;
}

.study-page .study-posts .study-box img{
	width:100%;
	border-radius: 10px;
	height: 275px;
    object-fit: cover;
    object-position: center;
}

.study-page .study-posts .study-box h2{
	text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

.study-page .study-posts .study-box span{
	display: block;
    text-align: center;
    width: 100%;
    background: #ffdfd7;
    color: #333;
    padding: 10px 0;
    margin-top: 20px;
    border-radius: 100px;
    transition: 0.4s;
    border: 1px solid #ffdfd7;
}

.study-page .study-posts .study-box:hover{
	transform:scale(1.02);
	transition: 0.4s;
}

.study-page .study-posts .study-box:hover span{
	transition:0.4s;
	background:transparent;
	color:#333;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    gap: 7px;
    margin-bottom: 15px;
    justify-content: center;
}

.breadcrumbs a{
	text-decoration:none;
	text-decoration: underline;
}

.breadcrumbs .back {
    color: #333;
}

.breadcrumbs .slash {
    color: #333;
}

.breadcrumbs .current {
    color: #333;
	text-decoration: none;
}

.actions{
	padding: 0px 0 50px;
}

.actions-grid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.actions h2{
	font-size: 39px;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
}

.action-box{
	background: #f6f3ed;
    padding: 20px 20px 120px 20px;
    border-radius: 5px;
	position: relative;
}

.action-box img{
	width: 100%;
    /*height: 470px;
    object-fit: cover;
    object-position: center;*/
	border-radius: 5px;
	
}

.action-box h3{
	font-size: 18px;
    font-weight: 600; 
    margin: 15px 0 12px;
    text-align: center;
    line-height: 30px;
}

.action-box h4{
	text-align: center;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 600;
}

.action-box p{
	font-size:14px;
	color:#333;
	text-align: center;
    line-height: 24px;
}

.action-box .timer{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 15px 0 0px;
}

.action-box .count-time span{
	display: block;
    font-weight: 700;
    font-size: 18px;
	margin-bottom: 2px;
}

.action-box .count-time{
	text-align: center;
    background: #ffffff;
    color: #fd3b95;
    width: 75px;
    padding: 11px 0;
    border-radius: 5px;
    font-size: 13px;
    border: 2px solid #fd3b95;
}

.action-box a{
	text-align: center;
    text-decoration: none;
    background: #fd3b95;
    width: 90%;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 5px;
    color: #ffffff;
    font-weight: 600;
	position: absolute;
    left: 5%;
    bottom: 25px;
}

.single-service-gallery {
	max-height: 500px;
	overflow: hidden;
	transition: max-height 1.6s ease;
}

.single-service-gallery.expanded {
	max-height: 3000px; /* достатньо для багатьох фото */
}

.toggle-gallery {
	margin: 40px auto 0;
    background-color: #f6f3ed;
    color: #333;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    max-width: 140px;
    text-align: center;
    display: block;
}

.toggle-gallery:hover {
	background-color: #ffdfd7;
}

.post-navigation .next{
	text-align:right;
}

.pagination{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin-top: 25px;
}

.pagination .page-numbers{
	border: 1px solid #333;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
	opacity: 0.4;
	transition:0.4s;
}

.pagination .page-numbers:hover{
	opacity: 1;
	transition:0.4s;
}

.pagination .page-numbers.current{
	background: #ffdfd7;
	opacity: 1;
}

.actions .owl-nav{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
	left: 0;
}

.actions .owl-carousel .owl-nav button.owl-next, .actions .owl-carousel .owl-nav button.owl-prev{
	font-size: 66px;
    font-weight: 300;
}

.actions .owl-prev{
	background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 38px;
    border-radius: 5px;
    border: 1px solid #333 !important;
	left: 6px;
    position: relative;
	opacity: 0.5;
	transition:0.4s;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.actions .owl-prev:hover{
	opacity:1;
	transition:0.4s;
}

.actions .owl-prev img{
	width: 28px;
}

.actions .owl-next{
	background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 38px;
    border-radius: 5px;
    border: 1px solid #333 !important;
	right: -6px;
    position: relative;
	opacity: 0.5;
	transition:0.4s;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.actions .owl-next:hover{
	opacity:1;
	transition:0.4s;
}

.actions .owl-next img{
	width: 28px;
}

.actions .owl-dots {
  text-align: center;
}

.actions .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #fff;
  border:1px solid #ffdfd7!important;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
}

.actions .owl-dot.active {
  background-color: #ffdfd7;
}

.study-start-video{
	padding: 60px 0 0px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.study-start-video iframe{
	height: 400px;
}

.study-single-content .video-portfolio-container{
    padding: 25px 0 10px;
}

.study-single-content .video-portfolio-container h2{
	margin-bottom: 40px;
}

.study-single-content .video-portfolio{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.study-single-content .video-portfolio iframe{
	height: 240px;
}

.mob-bg-hero-single{
	display:none;
}

.container{
    width:100%;
    margin:0 auto;
}

.row{
    display: inline-block;
    width:100%;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    padding:0 15px;
    float: left;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.67%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.67%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.67%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.67%;
}

.col-md-12 {
    width: 100%;
}

@media(max-width:1920px){
	
}

@media(max-width:1700px){
	.team-img {width: 100%;height: 237px;}
	/*.action-box img{height: 530px;}*/
}

@media(max-width:1550px){
	/*.action-box img{height: 530px;}*/
}

@media(max-width:1450px){
	.hero:before{background-size: 13%;}
	.hero:after{background-size: 13%;}
}

@media(max-width:1400px){
	.reviews .all-rew{max-width: 160px;}
	.team-img {height: 201px;}
	.top-wave{top:-60px;}
	.bottom-wave{bottom:3px;}
	.action-box img{height: 450px;}
}
	
@media(max-width:1200px){
	.hero:before{background-size: 15%;}
	.hero:after{background-size: 15%;}
	.team-img {height: 282px;}
	.services .col-md-4{width: 50%;}
	.top-wave{top:-55px;}
	.bottom-wave{bottom:14px;}
	.contacts-container{padding: 30px 0px;}
	.actions-grid{grid-template-columns: repeat(2, 1fr);}
	.action-box img{height: 572px;}
	.blog-posts .col-md-4 {margin-bottom: 30px;width: 50%;}
	.study-page .study-posts .col-md-4{width:50%;}
}

@media(max-width:991px){
	.hero:before{display:none;}
	.hero:after{display:none;}
	.hero .circle{display:none;}
	.banner-content h1{font-size: 50px;line-height: 65px;}
	.top-navigation{left:-100%;position:fixed;top:0;height:100%;width:100%;background: #f6f3ed;z-index: 9;transition:0.4s;overflow-y: scroll;}
	.nav{flex-direction:column;gap: 25px;}
	.mobile-menu{display:block;width: 40px;}
	.top-navigation.active{left:0;transition:0.4s;}
	.close {display: block;position: absolute;right: 20px;top: 20px;width: 30px;}
	.mobile-logo{display: block;text-align: center;padding: 40px 0;}
	.mobile-logo img{max-width: 200px;}
	.mob-menu-contact{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 22px;margin-top: 40px;}
	.mob-menu-contact a{color:#333;text-decoration:none;font-weight:700;}
	.mob-menu-mess img{width:46px;}
	.mob-menu-mess{display: flex;gap: 22px;}
	.about .col-md-6{width:100%;}
	.quanitu-column-1 {padding-top: 0;}
	.quanitu-column-2 {padding-top: 20px;}
	.quanity{margin-top:60px;}
	.team-img {height: 309px;}
	.services .col-md-3{width: 50%;}
	.bottom-wave{bottom:26px;}
	.services h2{margin-top: 20px;}
	.contact-box{width:50%;}
	.contact-dule {width: 50%;}
	.contact-map {width: 100%;}
	.team {padding: 25px 0 121px;}
	.action-box img{height: 410px;}
	.services-single-price .price-list .price-title{-ms-flex-negative: 1;flex-shrink: 1;}
	.services-single-price {padding-bottom: 45px;}
	.single-service-gallery {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}
	.hero-content h1 {font-size: 27px!important;}
	.blog-single-content h2{font-size: 26px;}
	.blog-single-content h3{font-size: 22px;}
	.blog-single-content h4{font-size: 18px;}
	.blog-single-content h5{font-size: 16px;}
	.blog-single-content h6{font-size: 14px;}
	header .dropdown{text-align: center;}
	header .drop-active{text-align: center;}
	.sub-menu{display: none;width: 100%;width: 100%;margin-top: 15px;flex-direction: column;gap: 15px;}
	header .sub-menu li a{padding:0;}
	header .dropdown:hover .sub-menu {display: none;position: relative;top: 0;left: 0;background: transparent;width: auto;padding: 0;left: 0;}
	.service-box{margin-top:40px;}
	
	header .drop-active .sub-menu{display:flex!important;}
	.about {padding: 60px 0 0;}
	.study-single-content .video-portfolio iframe{height: 190px;}
	.mob-bg-hero-single{display:block;margin: 0 auto 26px;max-width: 100%;}
	.services-single .hero{background-image: none !important;background-color: #fff5f3;}
	.services-single .hero {padding: 142px 0 50px;}
}

@media(max-width:767px){
	.banner-content h1 {font-size: 40px;line-height: 50px;}
	.banner-content p{font-size:18px;}
	.about-content h2{font-size: 30px;line-height: 40px;}
	.team-img {height: 219px;}
	.team-box-bg h2{font-size: 30px;line-height: 40px;}
	.services .col-md-4{width: 100%;}
	.services h2{font-size: 30px;line-height: 40px;}
	.bottom-wave{bottom:36px;}
	.contact-box{width:100%;}
	.contact-dule {width: 100%;}
	.contact-map {width: 100%;margin-top: 30px;}
	.actions-grid{grid-template-columns: repeat(1, 1fr);}
	.action-box img{height: auto;object-fit: contain;}
	 .actions-grid {grid-template-columns: repeat(1, 1fr);display: flex;flex-direction: column;padding: 15px;width: 100%;}
	.actions h2 {font-size: 30px;line-height: 40px;}
	.services-single-price .flex {display: flex;flex-direction: column;align-items: center;justify-content: center;}
	.services-single-price .price-list .time{text-align:center;    background: #f6f6f6;padding: 10px 0;}
	.services-single-price .price-list .dots{display:none;}
	.services-single-price .price-list .price-title{text-align:center;font-size: 15px;line-height: 20px;margin-bottom: 8px;}
	.services-single-price .service-price-container .price-item {margin-bottom: 17px;padding-bottom: 17px;border-bottom: 1px dotted hsl(0deg 0% 20% / 16%);}
	.single-service-gallery {display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}
	.blog-posts .col-md-4 {width: 100%;}
	.study-page .study-posts .col-md-4{width:100%;}
	.panel-heading a{font-size:16px;}
	.toggle-panel span{font-size:16px;}
	.panel-body{font-size:14px;line-height:22px;}
	.actions{height:auto!important;}
	.study-start-video iframe{width: 100%;height: 290px;}
	.study-single-content .video-portfolio iframe{height: 290px;}
	.study-single-content .video-portfolio {grid-template-columns: repeat(1, 1fr);gap: 20px;}
}

@media(max-width:576px){
	.banner-content h1 {font-size: 36px;line-height: 48px;}
	.banner-content p {font-size: 16px;line-height: 25px;}
	.about-content h2{font-size: 27px;line-height: 36px;}
	.about-content p{font-size:16px;line-height:25px;}
	.reviews {margin-top: 30px;flex-direction: column;gap: 25px;}
	.reviews .all-rew {max-width: 100%;}
	.quanitu-column {margin: 0 0%;width: 100%;float: left;}
	.team-img {width: 250px;height: 250px;display: block;margin: 0 auto;}
	.team-box-bg{padding: 15px 15px;}
	.owl-dots{bottom: 0px;}
	.team-box-bg h2{justify-content: center;text-align: center;}
	.carousel-nav {display: flex;align-items: center;justify-content: space-between;gap: 20px;position: absolute;left: 0;top: 50%;width: 100%;margin-top: -20px;z-index: 9;}
	.bottom-wave{bottom:50px;}
	.single-service-gallery img{height:200px;}
	.breadcrumbs{font-size: 10px;gap: 5px;}
	.action-box h3 {font-size: 16px;line-height: 23px;}
}

@media(max-width:476px){
	.single-service-gallery img{height:auto;}
	.study-start-video iframe{height: 250px;}
	.study-single-content .video-portfolio iframe{height: 250px;}
	.service-buttons a{padding: 10px 14px;}
}

@media(max-width:400px){
	.single-service-gallery img{height:auto;}
	.study-start-video iframe{height: 200px;}
	.study-single-content .video-portfolio iframe{height: 200px;}
}

@media(max-width:991px) and (min-height:600px){
	.hero{height: 100vh;display: flex;align-items: center;}
	.services-single .hero{height: 100%;display: flex;align-items: center;}
	.banner-content{margin-top: -38px;}
}

@media(min-width:576px){
    .container{
        max-width: 540px;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}

@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}

@media(min-width:1550px){
    .container{
        max-width: 1450px;
    }
}

@media(min-width:1700px){
    .container{
        max-width: 1600px;
    }
}