@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Parisienne&display=swap&family=Ma+Shan+Zheng');

.italic_custom{
	font-family: 'Parisienne', cursive;
}

body, div, span, h1, h2, h3, h4, h5, h6, p
section, footer{
	font-family: 'Nunito', sans-serif;
}

.chinese{
	font-family: 'Ma Shan Zheng';
}


/* custom */
   
  .progress2 {
	border-color:#00846c;
	border-width: 2px;
    border-style: solid;
	background: #fff;  
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  }
  
  .progress-bar2 {
	width: 90%; 
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
  }

  .progress-bar3 {
	width: 85%; 
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: progressAnimation 3s ease;
  }
  
  .px-10{
	padding: 10px 0;
  }
  
  @keyframes gradient {
	0% {
		background-position: 0% 50%; width: 89%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%; width: 90%;
	}
	
  }

  @keyframes progressAnimation {
	0%   { width: 5%; background-color: #F9BCCA;}
	100% { width: 85%; background-color: #EF476F; }
  }

  .btn-class1{
	border-color: #00846c;
	background-color:#00846c;
	padding: 15px 20px;
    font-weight: 700;
	color:#fff;
  }

  .btn-class1:before {
	background-color: #fff;
	content: "";
	height: 150px;
	left: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 40px;
	opacity: 0;
  }

  .btn-class1:hover{
	background-color:#00846c;
	padding: 15px 20px;
    font-weight: 700;
	color:#fff;
  }

  .btn-class1:hover:before {
	left: 120%;
	transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0.25;
  }

  .head-area{
	background-color: #040021;
  }

  .head-title-size{
	font-size: 50px;
  }

  .grey-color{
	color:#bcbcc0;
  }

  .font-400{
	font-weight: 400 !important;
  }

  .line-h-cus1{
	line-height: 35px;
  }

  .point-area{
    background-size: cover !important;
    background-position: 50% !important
  }

  .cus-row{
	display: flex;
  }

  .cus-col1{
	flex: 0 0 50%;
    max-width: 50%;
	margin:15px 0;
  }

  .cus-col2{
	flex: 0 0 33.33%;
    max-width: 31%;
	margin:15px 10px;
  }

  .center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }

  .footer_logo{
	max-width: 80%;
  }

  @media only screen and (max-width: 767px) {
	.mt-mobile-10{
		margin-top:10px;
	}

	.mt-mobile-20{
		margin-top:20px;
	}

	.mt-mobile-30{
		margin-top:30px;
	}

	.cus-col1{
		flex: 0 0 100%;
		max-width: 100%;
		margin:15px 0;
	}

	.cus-col2{
		flex: 0 0 90%;
		max-width: 90%;
		padding: 10px;
		margin:15px 0;
	}
	
	.head-title-size{
		font-size: 30px;
		line-height: 40px;
	}

	.testimonial-review {
		height: 40px;
		width: 150px;
		text-align: center;
		border: 1px solid #00846c;
		border-radius: 30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		background: #ffffff;
		transform: scale(0.7);
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		-ms-transition: all 0.5s ease-out 0s;
		-o-transition: all 0.5s ease-out 0s;
		transition: all 0.5s ease-out 0s;
	  }
  }

  /* crops animations that exceeds one line area */
.line {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin-bottom: 16px;
  }
  
  
  /* subtle zoom to attention and then back */
  .pop-outin {
	animation: 4s anim-popoutin ease;
  }

  .s-color{
	background: -webkit-linear-gradient(-45deg,#e73c7e, #23a6d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  @keyframes anim-popoutin {
	0% {
	  transform: scale(0);
	  opacity: 0;
	  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	25% {
	  transform: scale(.5);
	  opacity: 1;
	  text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
	}
	50% {
	  transform: scale(.8);
	  opacity: 1;
	  text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
	}
	100% {
	  /* animate nothing to add pause at the end of animation */
	  transform: scale(1);
	  opacity: 1;
	  text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
	}
}


.video-size{
	width: 75%;
	box-shadow:
	0px 5px 50px 2px rgba(0, 216, 255, 5);
}

.night-bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
}

#btn-whatsapp {
    position: fixed;
    right: 40px;
    bottom: 140px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}

.color-black{
	color:#000000;
}


@media only screen and (max-width: 767px) {
	.video-size{
		width: 100%;
		box-shadow:
		0px 5px 50px 2px rgba(0, 216, 255, 5);
	}
}