/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
}
/*--
    Common Css
--*/
body {
  font-family: myfont;
  font-size: 14px;
  font-weight: 400;
  background:#ffffff;
  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
	
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;

}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}

/*--
    custom heading Start
--*/
.title {
		
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #FF5333;
}
.fullborder{border:1px solid #000000;}

.newsize {
	width: 100px;
	height: 170px;
}
/*--
    slider Start
--*/
div#page {
	width: 100%;
	height:220px;
	margin: 0 auto;
	text-align: left;

	padding-top:15px;
}

#slider {
  padding: 10px 0px;
}
#slider .block {
		height:200px;
  padding: 0px 10px;
}
#slider .block .title {
  padding: 0px ;
  
}
#slider .block .owl-carousel {
  padding-top: 10px;
  position: relative;
  text-align: center;
  

}
#slider .block .owl-carousel img {
	width: 100px;
	height: 170px;	
	margin-left:auto;
	margin-right:auto;
  padding-right: 5px;
  padding-bottom: 5px;
  
}


#slider .block .owl-carousel .p{  text-align:center; padding:0;}

#slider .block .owl-carousel .owl-pagination .active {
 
  background: #FF0000;
}
#slider .block .owl-carousel .owl-pagination div {
  background: #597ff9;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
 
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    about-us Start
--*/
