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

/****************************COMMON STYLE***************************/
body{
	height:100vh;
	width:100%;
	font-family: 'Source Sans Pro', sans-serif;	
}

a{
	color:#5a5a5a;
	text-decoration:none;
}

a:hover{
	color:#9a187c;
	text-decoration:none;
}

h1 h2 h3 h4 h5{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
}

p h6 a span{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
}

.gap{
	margin-top:2%;
}

/***************************MENU SECTION********************************/
.top{
	background-color:#373737;
}

.eartic_navbar{
	background-color:transparent;
	border:none;
	margin-top:1%;
}

.nav_ul{
	border:none !important;
}

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

.menu_li a{
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	color:#9a187c !important;
}

.li_active a{
	color:#FFF !important;
	text-transform:uppercase;
	font-weight:700;
}



/*********************************CONTENT HERE**************************/
.main_cat{
	margin-top:2%;
}

.main_cat img{
	opacity:1;
	transition:all 0.4s;
}

.main_cat img:hover{
	opacity:0.4;
	transition:all 0.4s;
}

.cate{
	margin-top:3%;
}

.topic_nor{
	background-color:#313131;
	padding:2%;
	color:#FFF;
	font-weight:700;
}

.category{
	list-style:none;
	list-style-type:none;
	margin-left:0;
	border-left:solid 1px rgba(154,24,124,0.1);
}

.cat_item{
	font-size:17px;
	margin-bottom:5%;
	margin-left:0;
	text-align:left;
	font-weight:100;
	border-bottom:solid 1px rgba(154,24,124,0.1);
}

.cat_item a{
	letter-spacing:1px;
	text-transform:uppercase;
}

.cat_act{
	color:#9a187c !important;
	font-weight:700;
}

.pro_box{
	min-height:220px;
	border:solid 1px rgba(0,0,0,0.1);
	margin-bottom:4%;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}

.p_imgae_b{
	border-bottom:solid 1px rgba(0,0,0,0.1);
}

.view_more{
	background-color:#9a187c;
	padding:3%;
	text-align:center;
	color:#FFF;
}

.view_more:hover{
	background-color:#44414B;
	color:#FFF;
}

.testi_con_left{
	z-index:999999 !important;
	margin-top:15%;
}

.testi_con_right{
	z-index:999999 !important;
	margin-top:15%;
}


/****************************FOTER***********************/
.footer{
	background-color:#F2F2F2;
	background-repeat:repeat-x;
	min-height:220px;
}

.social{
	background-color:#9a187c;
	padding:12px;
	float:right;
	margin-left:2%;
	color:#FFF;
}

.social:hover{
	background-color:#333;
	color:#FFF;
}

.f_box{
	margin-top:5%;
	width:80%;
}


/*************************CONTATCT************************/
.eartic_btn{
	background-color:transparent;
	padding:2%;
	text-align:center;
	border-top:solid 1px rgba(0,0,0,1);
	border-left:solid 1px rgba(0,0,0,1);
	border-bottom:solid 5px rgba(0,0,0,1);
	border-right:solid 5px rgba(0,0,0,1);
	color:#000;
	font-weight:boler;
	z-index:-99;
	transition:all 0.4s;
}

.eartic_btn:focus{
	border-bottom:solid 1px rgba(0,0,0,1);
	border-right:solid 1px rgba(0,0,0,1);
	transition:all 0.4s;
	border-color:transparent !important;
}

.cont_info h2, h4{
	text-align:left;
}

.client{
	background-color:#979797;
}

.bott_footer{
	padding-top:2%;
	background-color:#232831;
	color:#FFF;
}

.pad_bott{
	padding-bottom:3%;
	min-height:800px;
}


/********************************ABOUT US**************************/
.sub_top{
	font-weight:700;
	color:#9a187c;
	text-transform:uppercase;
}

.para{
	text-align:justify;
	text-indent:20px;
}


/**********************************SERVICES***********************/
.ser_box{
	background-color:#9a187c;
	padding:2%;
	margin-top:2%;
	min-height:150px;
}

.icon_colr{
	color:#999;
	text-align:center;
	margin-top:5%;
}

.topic{
	color:#999;
}

.in_para{
	color:#FFF;
	margin-left:8%;
}


/********************************OFFER*****************************/
.off_para{
	background-color:#9a187c;
	color:#FFF;
	padding:2%;
}

/**********************************PRODUCT***************************/
.borde{
	border:solid 1px rgba(0,0,0,0.1);
	padding-left:0px;
	padding-right:0px;
}

.ma_no{
	margin:0px;
	margin-bottom:2%;
	margin-left:0px;
	margin-right:0px;
}

.p_imgae_b img{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
}

.p_imgae_b:hover img{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.p_imgae_b{
	width:150px;
  	height:150px;
  	overflow: auto;
}

.galerry_are{
	float:left;
	height:auto;
	width:380px;
	border:none;
	margin-bottom:20px;
	margin-right:40px;
	margin-top:5%;
}


/*set a border on the images to prevent shifting*/
 #gallery_01 img{
	 border:1px solid rgba(0,0,0,0);
	 }
 
 /*Change the colour*/
 .active img{border:1px solid rgba(0,0,0,0) !important;}
 
 .thumb_link{
	 text-decoration:none;
 }
 
 .thumb_link:hover{
	 opacity:0.5;
 }



































