
/******************** Desktop mode starts*****************************/
html{
	scroll-behavior: smooth !important;
}
body{
	background: #e5eff9 !important;
}

.header-logo{
	height: 75px; width: 280px;
}
.banner-area {
	height: 350px;
}
.about-content {
    margin-top: 45px;
}
.video-container{
	overflow: hidden;
}
.video-container>video{
	height: 100%; width: 300px;
}
.tb-deactive{
	display: none;
}

.ps-loader-container{
	position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; 
	background: #1e1c27; z-index: 99999; text-align: center; display: non;
}
.ps-loader-main{
 	padding: 20px;
 	margin-top: 5%;
}
.welcome-text, .tea-text{
	font-weight: 900; 
	font-family: 'Poppins', sans-serif; 
	color: #ff5e63; text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.tea-text{
	display: none;
}
.tea-icon{
	display: none;
}

/*post*/
.post-area{
	padding: 0px 30px 0px 0px;
}
.post-main{
    transition: margin-bottom 1000ms ease-in-out;
}
.post-details{
    transition: bottom 1000ms ease-in-out;
}
.post-main:hover{
	margin-bottom: 200px;
}
.post-main:hover .post-details{
	bottom: -200px;
}
.single-post-item{
	height: 410px; 
	margin-bottom: 100px; 
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.post-thumb{
	overflow: hidden;
}
.post-thumb>img{
	height: 410px; width: 100%;
}
.signature-img{
	height: 90px; width: 135px;
	transform: rotate(-10deg);
}
.post-slider-area{
	margin-top: 30px;
}
.sidebar-ad-img{
	max-width: 150px;
	max-height: 100px;
}


.cat-slider-main{
	margin:20px 25px 20px 10px !important;
	border-bottom: 5px solid #1e1c27 !important;
	padding:5px 0px; 
}

.body-post-carousel .slick-list .slick-track .slick-slide{
	margin-left:10px;
}

.cat-slider-main .slick-prev:before, .cat-slider-main .slick-next:before, .body-post-carousel .slick-prev:before, .body-post-carousel .slick-next:before {
	color: #ff9966 !important;
	font-size: 25px !important;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.3) !important;

}

.cat-slider-main .slick-list .slick-track{
	margin:10px !important;
}

.cat-slider-main .slick-list .slick-track li{
	background: #fff !important;
	padding: 20px 10px !important;
	margin-left: 10px !important;
	border-radius: 100px !important;
	text-align: center !important;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5) !important;
}

.cat-slider-main .slick-list .slick-track li.active{
	background: #1e1c27 !important;
	padding: 20px 10px !important;
	margin-left: 10px !important;
	border-radius: 100px !important;
	text-align: center !important;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5) !important;
}


.cat-slider-main .slick-list .slick-track li a{
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #1e1c27 !important;
}

.cat-slider-main .slick-list .slick-track li.active a{
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #fff !important;
}




@media only screen and (min-width:1200px) {
	#nav-menu-container{
		margin-left: 10%;
	}
}

/******************** Desktop mode ends*****************************/

/*small desktop starts*/
@media only screen and (max-width:1200px) {
	.header-logo{
		height: 55px; width: 180px;
	}
}

@media only screen and (max-width:960px) {
	.post-slider-area{
		margin-top: 0px;
	}
}

@media only screen and (max-width:999px) {
	.protfolio-widget{
		text-align: center !important;
	}
	.protfolio-widget h3:after {
	    width: 100%;
	    margin-left: auto;
	}
}

/********************tablet mode starts*****************************/

@media only screen and (max-width: 768px) {
	.cat-slider-main{
		margin: 20px 0px 20px 0px !important;
	}
	.sec-title{
		margin: 10px 0px 10px 0px !important;
	}
	.body-post-carousel .slick-list .slick-track .slick-slide{
		margin-left: 1px;
	}
	.single-post-item{
		max-height: 450px;
	}
	.container{
		width: 100% !important;
		max-width: 100%;
	}
	.banner-quote{
		font-size: 20px;
	}

	.post-area{
		padding: 0px 0px 0px 0px;
	}
	.post-main{
		width: 100%;
		margin-bottom:50px !important;
	}
	.single-post-item{
		height: 390px; 
		margin-bottom: 100px; 
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	}
	.single-post-item .post-details{
		position: initial !important;
	}
	.post-thumb{
		overflow: hidden;
	}
	.post-thumb>img{
		height: 390px; width: 100%;
	}

	.slick-prev{
		left: 20px !important;
		z-index: 99;
	}
	.slick-next{
		right: 20px !important;
	}
}
/********************tablet mode ends*****************************/



/**************mobile mode starts***************************/
@media only screen and (max-width: 475px) {
	.banner-quote{
		font-size: 18px;
	}
	.about-content {
	    margin-top: 18px;
	}
	.post-main{
		width: 100%;
		margin-bottom:50px !important;
	}
	.single-post-item{
		height: 225px;
	}
	.post-thumb>img{
		height: 225px; width: 100%;
	}
	.signature-img{
		height: 75px; width: 100px;
		transform: rotate(-10deg);
	}
}

@media only screen and (max-width: 390px) {
	.post-main{
		width: 100%;
		margin-bottom: 50px !important;
	}
	.single-post-item{
		height: 190px;
	}
	.post-thumb>img{
		height: 190px; width: 100%;
	}

}

/**************mobile mode ends***************************/

