@import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre|Fraunces|Berkshire+Swash|Yeon+Sung|Merienda+One|Raleway');
body{
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}
.navbar {
    border: 0;
    z-index: 9999;
    letter-spacing: 1px;
    border-bottom: 1px solid #BBBBBB;
}
.dropdown:hover>.dropdown-menu{
    display: block;
}
.navbar .nav > li > a {
  line-height: 50px;
}
.navbar-header{
    color: black !important;
    font-family: 'Yeon Sung', monospace;
    font-size: 30px;
}
.navbar-header a {
    text-decoration: none;
    color: black;
}
.navbar-header a:hover {
    text-decoration: none; 
    color: black;
    opacity: 1;
}
.navbar li a, .navbar {
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.6s 0s;
    font-family: 'Yeon Sung' , monospace;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.navbar-toggle {
    background-color: transparent !important;
    border: 0;
}
.banner-img{
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 500px;
}
.getstarted{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
h1{
	font-family: 'Yeon Sung', monospace;
}
h2{
	font-family: 'Yeon Sung', monospace;
}
h3{
	font-family: 'Yeon Sung', monospace;
}
h4{
	font-family: 'Yeon Sung', monospace;
}
h5{
  font-family: 'Yeon Sung', monospace;
}
h6{
  font-family: 'Yeon Sung', monospace;
}
p{
	font-family: 'Raleway', cursive;
}
.marquee{
  font-family: 'Raleway', cursive;
}
.item{
  background-color: white;
  position: relative;
  display: inline-block;
  margin: 1% 2% 1% 0%;
  overflow: hidden;
  box-shadow: 2px 3px 10px #444444;
  border-radius: 50%;
}

.item .overlay{
  color: orange;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 0; 
  bottom: 0;
}

/* effect-clean*/
.clean .overlay span:nth-child(1){
  position: absolute;
  left: 30%;
  top: 35%;
  font-size: 30px;
  font-weight: bold;
  font-family: coustard;
  transform: translateX(-50%);
}

.clean .overlay span:nth-child(2){
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 17px;
  font-family: 'Fraunces', monospace;
  transform: translateX(-50%);
}

.clean .overlay span:nth-child(3){
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 60%;
  left: 0;
}

.clean .overlay:hover{
  opacity: 0.93;
}

.clean .overlay:hover span:nth-child(1){
  animation: slide 0.4s;
}

.clean .overlay:hover span:nth-child(2){
  animation: slide 0.7s;
}

.clean .overlay:hover span:nth-child(3){
  animation: line 0.5s forwards;
}

@keyframes slide{
  0%   {transform:translateX(-10%);}
  100% {transform:translateX(-50%);}
}

@keyframes line{
  0%   {width: 0;}
  100% {width: 50%}
}
.services-2 .icon1 {
    line-height: 1;
    position: relative;
    width: 80px;
    height: 80px;
    background: #4bc319;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}
.services-2 .icon2 {
    line-height: 1;
    position: relative;
    width: 80px;
    height: 80px;
    background: #FFA500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}
.services-2 .icon3 {
    line-height: 1;
    position: relative;
    width: 80px;
    height: 80px;
    background: #4bc319;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}
.services-2 .iconmd1 {
    line-height: 1;
    position: relative;
    width: 40px;
    height: 40px;
    background: #008000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}
.services-2 .iconmd2 {
    line-height: 1;
    position: relative;
    width: 40px;
    height: 40px;
    background: #FFA500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}
.services-2 .iconmd3 {
    line-height: 1;
    position: relative;
    width: 40px;
    height: 40px;
    background: #FF0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}
.services-2 .iconmd4 {
    line-height: 1;
    position: relative;
    width: 40px;
    height: 40px;
    background: #FF1493;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}
.services-2 .icon span {
    font-size: 30px;
    color: #fff; 
}
.services-2 .text {
    width: calc(100% - 80px); 
}
.services-2 .text h3 {
    font-size: 20px;
    font-weight: 500; 
}
.button .active{
  background: orange;
  color: white;
}
.product{
  display: flex;
  flex-wrap: wrap;
}
.product .itemBox{
  position: relative;
  width: 250px;
  height: 250px;
  margin: 4px;
}
.product .itemBox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-box{
  background-color: orange;
  border-radius: 10px;
}
.about{
  background-image: url(../images/bbb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.knowledge:hover{
  background-color: orange;
  color: white;
  cursor: pointer;
}
.phsps-top{
  background-image: url(../images/bb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#carousel3d .carousel-3d-slide {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  transition: all .4s ease;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2) !important;
}
#carousel3d .carousel-3d-slide.current {
  border-radius: 6px;
}
.img-circle {
  max-width: 100px;
  margin: 10px 0px 20px 0px;
  border-radius: 50%;
}
.prev[data-v-d8f7eea2] {
  color: #fff!important;
  left: 15% !important;
}
.next[data-v-d8f7eea2] {
  color: #fff!important;
  right: 15% !important;
}
.carousel-3d-container[data-v-4ca3afac] {
  overflow: unset!important;
}
@media (max-width: 1200px) {
.prev[data-v-d8f7eea2] {
  left: 0 !important;
  color: #ccc!important;
}
.next[data-v-d8f7eea2] {
  right: 0 !important;
  color: #ccc!important;
}
}

