@charset "utf-8";
/* CSS Document */
/* Eartic Solutions */
/* Version 1.0 */
/* Design By Ashan Eranga */

/****************************COMMON STYLE***************************/
h1, h2, h3, h4{
	font-family:myFirstFont;
}

p, a, h5, li, div, span,{
	font-family:mySecondFont;
}

a:hover{
	text-decoration:none;
}


/************************************MENU**********************************/
.eartic_navbar{
	background-color:transparent;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	border-radius:0;
	border:none;
	transition:all 0.4s;
}

.logo{
	visibility:hidden;
}

.add_logo{
	visibility:visible;
	transition:all 0.4s;
}

@media screen and (max-width: 640px) {
	.eartic_navbar{
		position:relative;
		background-color:#d34774;
	}
}


.men_btn{
	background-color:rgba(255,255,255,0.2);
	transition:all 0.4s;
	border:none;
	border-radius:4px;
}

.men_btn:hover{
	background-color:rgba(255,255,255,0.5);
	transition:all 0.4s;
}

.nav_ul{
	margin-top:4.2%;
	margin-bottom:0px;
	background-color:transparent;
}

@media screen and (max-width: 640px) {
	.nav_ul{
		background-color:#d34774;
	}
}

.navbar_color{
	background-color:#d34774;
	transition:all 0.4s;
}

.menu_li a{
	color:#FFF !important;
	font-family:myThirdFont;
	font-size:15px;
	margin-bottom:0px;
	transition:all 0.4s;
}

.menu_li a:hover{
	color:#000 !important;
	background-color:transparent !important;
	transition:all 0.4s;
}

.li_active a{
	color:#000 !important;
	background-color:transparent !important;	
}

/************************HOME PAGE************************/
.slider{
	background-image:url(../images/main_bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:100vh;
	background-attachment:fixed;
}

.category_one{
	min-height:260px;
}

.cat_box{
	margin-top:2%;
	background-color:#FFF;
	padding:2%;
}

.padd_les{
	padding:0px;
}

.cat_img{
	height:426px;
}

@media screen and (max-width: 640px) {
	.cat_img{
		height:auto;
	}
}

.cat_des_box{
	height:426px;
	background-color:#937a97;
}

.cat_des_box_2{
	height:426px;
	background-color:#dcc8b0;
}

.cat_des_box_3{
	height:426px;
	background-color:#da7aac;
}

.cat_des_box_4{
	height:426px;
	background-color:#585991;
}

.cat_tittle{
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;
}

.semi_tittle{
	color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
	font-size:13px;
}

.para_w{
	color:#FFF;
	font-family:mySecondFont;
	font-size:13px;
}

.cat_read{
	color:#000;
	font-size:18px;
	font-family:myFirstFont;
	letter-spacing:1px;
	font-weight:bolder;
	transition:all 0.4s;
}

.cat_read:hover{
	color:#FFF;
	transition:all 0.4s;
}

.para_des_cat{
	color:#FFF;
	font-family:mySecondFont;
	font-size:13px;
}
	
.new_arrive_sec{
	background-image:url(../images/bg_striped_for_new.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:250px;
	margin-top:2%;
	background-attachment:fixed;
}

.big_titt{
	font-size:48px;
	font-family:myFirstFont;
	color:#000;
	text-align:center;
	margin-top:7%;
}

.bg2{
	background-color:#c4426e;
	min-height:300px;
}

.sliding_con{
	margin-top:-74vh;
}

.full_des_box{
	min-height:420px;
	background-color:rgba(63,61,59,0.9);
}

.gen_titt{
	color:#FFF;
	font-family:mySecondFont;
}

.para{
	color:#FFF;
	text-align:left;
	margin-top:3%;
	text-indent:10px;
}

.border_box_gap_t{
	border-right:solid 1px rgba(255,255,255,0.4);
	margin-top:3%;
}

.sub_box_titt{
	color:#FFF;
	font-family:mySecondFont;
	font-size:16px;
}

.round_icon{
	background-color:#e96163;
	color:#FFF;
	padding:10px 10px;
	font-size:16px;
	margin-top:10px !important;
	font-family:mySecondFont !important;
}

.down_icon span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
	margin-top:65vh;
}
.down_icon span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.down_icon span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.down_icon span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.sch_box{
	margin-top:3%;
	height:350px;
	overflow-y: scroll;
}
	
.sch_box::-webkit-scrollbar {
    width: 12px;
	-moz-appearance: none !important;
}
 
.sch_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,1); 
    border-radius:0px;
	-moz-appearance: none !important;
}
 
.sch_box::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 25px 25px 25px rgba(240,207,91,1);
	-moz-appearance: none !important;
}

.gal_box{
	margin-top:2%;	
}

.gal_img{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .8s ease;  /* Transition for Webkit browsers */	
}

.gal_img:hover{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .8s ease;  /* Transition for Webkit browsers */	
}

.adres, .third_topic, .tell{
	color:#FFF !important;
}

.list_my{
	color:#FFF !important;
	text-align:left;
}


/*********************FOOTER*************************/
.social_icon p{
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	text-align:center !important;
	transition:all 0.4s;
}

.social_icon p:hover{
	color:#c4875e;
	transition:all 0.4s;
}

.footer{
	min-height:200px;
	background-color:#2c191f;
}

.clients_box{
	margin-top:2%;
}

.footer_para a{
	color:#FFF;
	text-indent:10px;
	font-weight:lighter;
	text-align:left;
	line-height:0px;
	font-size:12px;
}

.footer_para{
	color:#ccc;
	text-indent:10px;
	font-weight:lighter;
	text-align:left;
	font-size:12px;
}

.eartic_btn_sm{
	border-radius:0;
}

.add p{
	color:#FFF;
	font-size:12px;
}

.footer_tit{
	color:#FFF;
	font-size:14px;
}

.white_border{
	border-left:solid 1px rgba(255,255,255,0.1);
}

.footer_red{
	background-color:#d34774;
	padding:3% 5%;
	border-radius:50%;
	color:#FFF;
	transition:all 0.4s;
}

.footer_red:hover{
	background-color:#FFF;
	color:#000;
	transition:all 0.4s;
}
