body,html{
	margin:0px;
	padding:0px;
}
body *{
	box-sizing:border-box;
	font-family:"Poppins",sans-serif;
}
.container{
	max-width: 1530px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
header .outer__header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
header .menu{
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
}
header{
	border-bottom:2px solid #000;
}
header .logo{
	display: inline-flex;
}
header .logo>a{
	font-family:"Josefin Sans" ,sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	color:#000;
}
header .logo>a span{
	font-family:"Josefin Sans" ,sans-serif;
	font-weight: bold;
	color:#FEC901;
}
header .menu ul {
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .menu ul  li{
	margin-right: 35px;
}
header .menu ul  li:last-child{
	margin-right: 0px;
}
header .menu ul  li a{
	text-decoration: none;
	font-size: 16px;
	color:#000;
	font-weight: 500;
	transition:.3s ease all;
}
header .menu ul li a:hover{
	color:#FEC901;
}
header .btns{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.book{
	min-height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 35px;
	padding-right: 35px;
	color:#000;
	transition:.3s ease all;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	font-weight: 500;
}
.book:before{
	content:"";
	position: absolute;
	left: 0px;
	top:-60px;
	width: 50%;
	height: 60px;
	background-color:#FEC901;
	transition:.3s ease all;
}
.book:after{
	content:"";
	position: absolute;
	left: 50%;
	top:60px;
	width: 50%;
	height: 60px;
	background-color:#FEC901;
	z-index: 2;
	transition:.3s ease all;
}
.book:hover:before{
	top:0px;
}
.book:hover:after{
	top:0px;
}
.book span{
	position: relative;
	z-index: 3;
}
.contact__us{
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	color:#fff;
	background-color:#000;
	padding-left: 35px;
	font-weight: 500;
	padding-right: 35px;
	transition:.4s ease all;
	position: relative;
	overflow:hidden;
}
.contact__us:before{
	content:"";
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:#FEC901;
	left: -100%;
	transition:.4s ease all;
}
.contact__us:after{
	content:"";
	position: absolute;
	right: -100%;
	left: auto;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:#FEC901;
	transition:.4s ease all;
}

.contact__us:hover:after{
	right:-50%;
}
.contact__us:hover{
	color:#000;
}
.contact__us:hover:before{
	left: -50%;
}
.contact__us span{
	position: relative;
	z-index: 2;
}

.browse__wrapper{
	padding:60px 0px;
}
.browse__wrapper .outer__browse>.top{
	margin-bottom: 45px;
}
.browse__wrapper .outer__browse>.top .controls>a{
	margin-right: 20px;
}
.browse__wrapper .outer__browse>.top .controls>a:last-child{
	margin-right: 0px;
}
.browse__wrapper .outer__browse>.top .controls>a svg{
	max-width: 24px;
	width: 24px!important;
	height: auto!important
}
.browse__wrapper .outer__browse>.top .controls>a.prev{
	padding-right: 4px;
}
.browse__wrapper .outer__browse>.top .controls>a.next{
	padding-left: 4px;
}
.browse__wrapper .outer__browse>.top .controls>a{
	display:inline-flex;
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 250px;
	border:2px solid #000;
}
.browse__wrapper .outer__browse>.top .controls{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.browse__wrapper .outer__browse>.top>h2{
	margin:0px;
	font-size: 44px;
	line-height: 54px;
	font-family:"Josefin Sans" ,sans-serif;
}
.browse__wrapper .outer__browse>.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.browse__slider {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.browse__slider .elem .inner__elem{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:20px;
	border:2px solid #000;
	border-radius: 5px;
}
.browse__slider .elem .inner__elem .top>.media img{
	max-width: 35px;
	max-height: 35px;
}
.browse__slider .elem .inner__elem .top>.media{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	background-color:#fff;
	border:2px solid #000;
	border-radius: 5px;
	margin-bottom: 15px;
}
.browse__slider .elem .inner__elem .top>p{
	margin:0px;
	font-size: 16px;
	line-height: 22px;
	color:#000;
}
.browse__slider .elem .inner__elem>.tags{
	margin-top: 25px;
}
.browse__slider .elem .inner__elem>.tags ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-top: -4px;
	margin-left: -5px;
}
.browse__slider .elem .inner__elem>.tags ul li{
	padding:4px 12px;
	background-color:#fff;
	border:2px solid #000;
	margin:4px 5px;
	font-weight: 500;
	border-radius: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.browse__slider .elem .inner__elem>.tags>p{
	margin:0px;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 24px;
	color:#000;
	font-weight: 600;
}
.browse__slider .elem .inner__elem .top>h6{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	font-family:"Josefin Sans" ,sans-serif;
	color:#000;
}
.browse__slider .slick-slide {
      margin: 0 10px;
  }
.browse__slider.slick-list {
      margin: 0 -10px;
  }
.hero__section{
	border-bottom:2px solid #000;
}
.hero__section{
	position: relative;
}
.hero__section .outer__desc{
	padding:90px 40px;
	padding-left: 0px;
	max-width: 50%;
}
.hero__section .outer__desc .bottom__details{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hero__section .outer__desc .bottom__details .info{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hero__section .outer__desc .bottom__details .info>.elem>span{
	font-size: 60px;
	line-height: 66px;
	color:#000;
	font-weight: bold;
}
.hero__section .outer__desc .bottom__details .info>.elem>p{
	margin:0px;
	font-size: 22px;
	line-height: 28px;
	color:#000;
	font-weight: 500;
}
.hero__section .outer__desc .bottom__details .info>.elem{
	display: flex;
	flex-direction: column;
	margin-right: 45px;
	align-items: flex-start;
}
.hero__section .outer__desc .bottom__details>.btn{
	margin-right: 40px;
}
.hero__section .outer__desc .bottom__details>.btn>a{
	min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    padding-left: 35px;
    font-weight: 500;
    padding-right: 35px;
    transition: .4s ease all;
    position: relative;
    overflow: hidden;
}
.hero__section .outer__desc>p{
	margin:0px;
	font-size: 24px;
	line-height: 34px;
	color:#000;
	font-weight: 500;
}
.hero__section .outer__desc>h1{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 74px;
	line-height: 80px;
	font-weight: 900;
	font-family:"Josefin Sans" ,sans-serif;
	color:#000;
}
.hero__section .right__part{
	position: absolute;
	top:0px;
	background-color: #FEC901;
	height: 100%;
	right: 0px;
	width: 50%;
	border-left: 2px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right__part .brush{
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50% ,-50%);
}
.brush img{
	width: 640px;
}
.right__part .circle{
	min-width: 550px;
	max-width: 550px;
	min-height: 550px;
	max-height: 550px;
	border-radius: 5000px;
	border:2px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	background-color:#23998D;
	position: relative;
	z-index: 2;
}
.right__part .circle img{
	max-width: 540px;
	position: relative;
	top:20px;
}
header .logo>a{
	font-size: 24px;
}
header .container{
	padding-right: 0px;
}
.slick-prev , .slick-next{
	display: none!important;
}
.bottom__details a:hover{
	color:#000!important;
}
.bottom__details a span{
	position: relative;
	z-index: 2;
}
.bottom__details a:hover:before{
	left: -50%;
}
.bottom__details a:hover:after{
	right: -50%;
}
.bottom__details a:before{
	    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FEC901;
    left: -100%;
    transition: .4s ease all;
}
.bottom__details a:after{
	    content: "";
    position: absolute;
    right: -100%;
    left: auto;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FEC901;
    transition: .4s ease all;
}

.browse__wrapper .outer__browse>.top .controls>a:hover , .browse__wrapper .outer__browse>.top .controls>a:hover svg path{
	border-color:#FEC901;
	fill:#FEC901;
}
.browse__wrapper .outer__browse>.top .controls>a svg path, .browse__wrapper .outer__browse>.top .controls>a {
	transition:.3s ease all;
}
@media (max-width: 1440px){
	.hero__section .outer__desc>h1{
		font-size: 64px;
		line-height: 74px;
	}
	.hero__section .outer__desc>p{
		font-size: 20px;
		line-height: 30px;
	}
	.hero__section .outer__desc .bottom__details{
		margin-top: 35px;
	}
	.hero__section .outer__desc .bottom__details .info>.elem>span{
		font-size: 52px;
		line-height: 60px;
	}
	.hero__section .outer__desc .bottom__details .info>.elem>p{
		font-size: 19px;
		line-height: 25px;
	}
	.right__part .circle{
		min-width: 450px;
		max-width: 450px;
		min-height: 450px;
		max-height: 450px;
	}
	.right__part .circle img{
		max-width: 440px;
	}
	.brush img{
		width: 540px;
	}
}
.browse__wrapper .outer__browse>.top>h2{
	margin-right: 20px;
}
@media (max-width: 1280px){
	.hero__section .outer__desc .bottom__details{
		flex-direction:column;
		align-items:flex-start;
	}
	.hero__section .outer__desc .bottom__details>.btn{
		margin-right: 0px;
		margin-bottom: 25px;
	}
	.hero__section .outer__desc>h1{
		font-size: 54px;
		line-height: 64px;
	}
	.hero__section .outer__desc>p{
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width: 1280px){
	
	.browse__wrapper .outer__browse>.top>h2{
		font-size: 36px;
		line-height: 44px;
	}
	.browse__wrapper .outer__browse>.top{
		margin-bottom: 25px;
	}
	.browse__wrapper{
		padding:40px 0px;
	}
	.right__part .circle{
		min-width: 360px;
		max-width: 360px;
		min-height: 360px;
		max-height: 360px;
	}
	.right__part .circle img{
		max-width: 320px;
	}
	.brush img{
		width: 420px;
	}
	.hero__section .outer__desc>h1{
		font-size: 48px;
		line-height: 52px;
	}
	.hero__section .outer__desc>p{
		font-size: 16px;
		line-height: 26px;
	}
	.hero__section .outer__desc{
		padding:50px 30px;
		padding-left: 0px;
	}
	.hero__section .outer__desc>h1{
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 15px;
	}
	.hero__section .outer__desc .bottom__details{
		margin-top: 20px;
	}
	.hero__section .outer__desc .bottom__details>.btn{
		margin-bottom: 15px;
	}
	.contact__us{
		min-height: 50px;
	}
	.book{
		min-height: 50px;
	}
	header .logo>a{
		font-size: 20px;
	}
	.hero__section .outer__desc>h1{
		font-size: 36px;
		line-height: 44px;
	}
	.hero__section .outer__desc>h1{
		max-width: 400px;
	}
	.hero__section .outer__desc>p{
		max-width: 400px;
	}
	.browse__wrapper .outer__browse>.top>h2{
		font-size: 30px;
		line-height: 38px;
	}
	.hero__section .outer__desc .bottom__details .info>.elem>span{
		font-size: 42px;
		line-height: 50px;
	}
	.hero__section .outer__desc .bottom__details .info>.elem>p{
		font-size: 17px;
		line-height: 23px;
	}
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
@media (max-width: 870px){

	.hero__section .right__part{
		position: static;
	}
	.hero__section{
		display: flex;
		flex-direction: column-reverse;
	}
	.hero__section .outer__desc{
		max-width: 100%;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding:60px 20px;
	}
	.hero__section .right__part{
		width: 100%;
		border-left: 0px;
		padding:120px 0px;
	}
	.hero__section .right__part{
		position: relative;
	}
	.hero__section .right__part{
		display: none;
	}
	.hero__section .outer__desc{
		max-width: 400px;
		padding:25px 0px;
	}
}
@media (max-width: 991px){
	.browse__wrapper .outer__browse>.top>h2{
		font-size: 30px;
		line-height: 38px;
	}
	.browse__wrapper .outer__browse>.top .controls>a{
		min-width: 40px;
		max-width: 40px;
		min-height: 40px;
		max-height: 40px;
	}
	.browse__wrapper .outer__browse>.top .controls>a svg{
		max-width: 20px;
		width: 20px!important;
	}
	.browse__wrapper .outer__browse>.top .controls>a{
		margin-right: 12px;
	}
}
@media (max-width: 767px){
	.slick-track
{
    display: block!important;
}
	.right__part .circle{
		min-width: 350px;
		max-width: 350px;
		min-height: 350px;
		max-height: 350px;
	}
	.right__part .circle img{
		max-width: 320px;
	}
	.brush img{
		width: 440px;
	}
	.contact__us{
		padding-left: 20px;
		padding-right: 20px;
	}
	.book{
		padding-left: 20px;
		padding-right: 20px;
	}
}
.hero__section{
	overflow:hidden;
}
.browse__wrapper .outer__browse>.top>h2{
	margin-right: 15px!important;
}
@media (max-width: 480px){
	.browse__slider .elem .inner__elem{
		padding:15px;
	}
	.browse__slider .elem .inner__elem .top>h6{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.browse__slider .elem .inner__elem .top>p{
		font-size: 14px;
		line-height: 19px;
	}
	.browse__slider .elem .inner__elem>.tags>p{
		font-size: 15px;
		line-height: 22px;
	}
	.browse__wrapper .outer__browse>.top{
		margin-bottom: 15px;
	}
	/*.browse__wrapper .outer__browse>.top{
		flex-direction: column;
	}*/
	.browse__wrapper .outer__browse>.top>h2{
		margin-right: 15px;
	}
	.browse__wrapper .outer__browse>.top .controls{
		margin-left: auto;
	}
	.browse__wrapper .outer__browse>.top>h2{
		font-size: 24px;
		line-height: 32px;
		margin-right: 0px;
	}
	.hero__section .right__part{
		padding:80px 0px;
	}
	.hero__section .outer__desc>h1{
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 15px;
	}
	.hero__section .outer__desc>p{
		font-size: 16px;
		line-height: 25px;
	}
	.hero__section .outer__desc .bottom__details .info>.elem{
		margin-right: 25px;
	}
	.hero__section .outer__desc .bottom__details{
		margin-top: 20px;
	}
	.hero__section .outer__desc .bottom__details .info>.elem>span{
		font-size: 34px;
		line-height: 44px;
	}
	.hero__section .outer__desc .bottom__details .info>.elem>p{
		font-size: 16px;
		line-height: 22px;
	}
	header .logo>a{
		font-size: 17px;
	}
	.book , .contact__us{
		min-height: 50px;
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.right__part .circle img{
		max-width: 280px;
	}
	.right__part .circle{
		min-width: 290px;
		max-width: 290px;
		min-height: 290px;
		max-height: 290px;
	}
	.brush img{
		width: 360px;
	}
	.hero__section .outer__desc .bottom__details>.btn>a{
		min-height: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 400px){
	header .logo>a{
		font-size: 13px;
	}
	.book, .contact__us{
		padding-left: 12px;
		padding-right: 12px;
	}
	.book, .contact__us{
		font-size: 13px;
	}
	.hero__section .outer__desc>h1{
		font-size: 30px;
		line-height: 38px;
	}

}