@charset "UTF-8";
/**
 * Stylesheet for Top Page
 * 
 */

/*------------------------------------------
  Hero Movie
--------------------------------------------*/
.hero_area .logo .bgLRextend::before{
	animation-delay: 2.5s;
}
.hero_area {
  position: relative;
}

.hero_area .movie_wrapper {
	width: 100%;
}
.hero_area video {
	width: 100%;
}
.hero_area .logo {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}
.hero_area .logo .bgLRextend::before{
	animation-delay: 2.5s;
}

.hero_area a {
	display: flex;
}
.hero_area .logo_img {
	width: 80%;
	background-color: rgba(255,255,255,0.3);
}
@media screen and (min-width: 768px){
	.hero_area .logo {
		top: 1rem;
		left: 1rem;
	}
	.hero_area .logo_img {
		width: 100%;
	}
}

.hero_msg_area {
}
.hero_msg {
	font-family: "BIZ UDPGothic", sans-serif;
	color: #002a54;
	/* color: #000; */
	font-weight: bold;
	text-shadow    :
	    1px  1px 1px #dddddd,
	    -1px  1px 1px #dddddd,
	    1px -1px 1px #dddddd,
	    -1px -1px 1px #dddddd,
	    1px  0px 1px #dddddd,
	    0px  1px 1px #dddddd,
	    -1px  0px 1px #dddddd,
	    0px -1px 1px #dddddd;
}
.text_typing {
  position: absolute;
  width: 100%;
  left: -1000rem;
  visibility: hidden;
  /* background-color: rgba(255,255,255,0.2); */
  text-align: center;
}
.text_typing.active {
	left: 50% !important;
	transform: translateX(-50%);
	visibility: visible;
}
.text_typing span {
  display: none;
}
#heroMsg1 .text_typing {
  top: 35%;
  font-size: 130%;
}
#heroMsg2 .text_typing {
  top: 50%;
  font-size: 145%;
}
@media screen and (min-width: 768px){
	#heroMsg1 .text_typing {
	  top: 35%;
	  font-size: 200%;
	}
	#heroMsg2 .text_typing {
	  top: 50%;
	  font-size: 300%;
	}
}
@media screen and (min-width: 992px){
	#heroMsg1 .text_typing {
	  top: 35%;
	  font-size: 300%;
	}
	#heroMsg2 .text_typing {
	  top: 50%;
	  font-size: 400%;
	}
}


/*------------------------------------------
  Vision
--------------------------------------------*/
#vision .bgLRextend::before{
	animation-delay: 2.5s;
}
.vision_area {
}
.vision_area .vision_text {
	text-align: center;
	line-height: 1.7;
	font-size: 95%;
	margin: 0 1rem 1rem;
}
@media (min-width: 768px) {
	.vision_area .vision_text {
		font-size: 100%;
	}
}
@media (min-width: 992px) {
	.vision_area .vision_text {
		font-size: 150%;
	}
}

/*------------------------------------------
  Instragram Feeds
--------------------------------------------*/
.insta_area {
/*	background-color: #eff8fc;*/
	background-color: #f3f3f3;
}
.insta_media {
	padding: 5px;
	line-height: 1.2;
}
.insta_media a {
	display: block;
	color: var(--text-color);
	text-decoration: none;
}
.insta_thumbnail {
	display: inline-block;
	height: 45vw;
}
@media (min-width: 992px) {
	.insta_thumbnail {
		display: inline-block;
		height: 265px;
	}
}
.insta_thumbnail img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.insta_datetime {
	display: block;
	font-size: 80%;
  margin-top: 1rem;
}
.insta_caption {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 5px;
}
.insta_meta_area {
	display: block;
	margin-top: 7px;
}
.like_count i {
	margin-right: 5px;
}
.comments_count i {
	margin-left: 10px;
	margin-right: 5px;
}
.insta_btn {
	width: 90%;
	margin: 1.5rem auto 0;
}
.insta_btn, .insta_btn:visited {
	color: var(--dark-color);
}
@media (min-width: 768px) {
	.insta_btn {
		width: 30%;
	}
}

.insta_btn i {
	margin-right: 5px;
}
/*------------------------------------------
  Category
--------------------------------------------*/
.category_area {
}
.category_area .container {
	position: relative;
	z-index: 1;
}
.cat_item {
	position: relative;
	padding: 1rem;
}
.cat_item figure img {
	width: 100%;
}
@media (min-width: 768px) {
	.cat_item {
		padding: 1rem;
		margin: 0 0 250px 0;
	}
	.cat_item:nth-of-type(2n+1) {
		flex-direction: row-reverse;
	}
	.cat_item:last-child {
		margin: 0 0 150px 0;
	}
	.cat_item figure {
		width: 50%;
	}
	.cat_item:after {
		content: '';
		position: absolute;
		width: 70%;
		height: 20em;
		background-color: #f3f3f3;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
}
@media (min-width: 992px) {
	.cat_item {
		padding: 1rem;
		margin: 0 0 300px 0;
	}
}

.cat_content_box {
	background-color: #fff;
	box-shadow: 0 0 20px #ccc;
	position: relative;
	padding: 1.5rem;
	z-index: 1;
	width: 100%;
}
@media (min-width: 768px) {
	.cat_content_box {
		width: 46%;
		top: 150px;
		padding: 2rem 0.5rem;
	}
}
@media (min-width: 992px) {
	.cat_content_box {
		width: 42%;
		top: 150px;
		padding: 2rem;
	}
}
.cat_title {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	display: block;
	/* padding: 10px 0 10px 20px; */
}
.cat_title span {
	display: block;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.cat_list {
	margin: 1rem 0 1rem 1rem;
}
.cat_content_box .btn {
	width: 90%;
	margin: auto;
}
@media (min-width: 992px) {
	.cat_content_box .btn {
		position: absolute;
		width: 40%;
		bottom: 20px;
		right: 2rem;
		margin: auto;
	}
}
.cat_content_box .btn:visited {
	color: var(--dark-color);
}
.cat_content_box .btn:hover {
	color: #fff !important;
}

/* .cat_items {
	width: 100%;
	margin: 0 auto;
}
.cat_item {
	background-color: #fff;
	position: relative;
	width: 98%;
	margin: 1rem auto;
	padding: 0 0 1.5rem;
	border: 3px solid var(--main-color);

}
@media (min-width: 768px) {
	.cat_items {
		width: 100%;
		margin: 0 auto;
	}
	.cat_item {
		width: 48%;
		margin: 1rem auto;
	}
}
@media (min-width: 992px) {
	.cat_items {
		width: 90%;
		margin: 0 auto;
	}
}

.cat_title {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	display: block;
	background-color: #efefef;
	padding: 10px 0 10px 20px;
}
.cat_list {
	margin: 1rem 0 1rem 2rem;
}
.cat_item .btn {
	border-color: var(--main-color);
	width: 90%;
	margin: auto;
}
@media (min-width: 768px) {
	.cat_item .btn {
		position: absolute;
		width: 40%;
		bottom: 15px;
		right: 1rem;
		margin: auto;
	}
}
.cat_item .btn:visited {
	color: var(--dark-color);
}
.cat_item .btn:hover {
	color: #fff !important;
} */

/*------------------------------------------
  Service Flow
--------------------------------------------*/
.serviceflow_area {
	background-color: #f3f3f3;
}
.serviceflow_wrap {
	width: 98%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.serviceflow_wrap {
		width: 90%;
	}
}

.serviceflow_wrap i {
	font-size: 300%;
}
.serviceflow_box {
	display: table;
	width: 100%;
	height: 5rem;
	border: 3px solid var(--dark-color);
	font-size: 80%;
}
@media (min-width: 768px) {
	.serviceflow_box {
		font-size: 100%;
	}
}

.serviceflow_title {
	color: #fff;
	font-weight: bold;
	display: table-cell;
	width: 30%;
	background-color: var(--dark-color);
	padding: 0 0.5rem;
	vertical-align: middle;
}
.serviceflow_desc {
	display: table-cell;
	padding: 0 0.5rem;
	vertical-align: middle;
	background-color: #fff;
}
@media (min-width: 768px) {
	.serviceflow_title {
		padding: 0 1rem;
	}
	.serviceflow_desc {
		padding: 0 1rem;
	}
}

/*------------------------------------------
  
--------------------------------------------*/
.all_area {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(203,233,250,1) 100%); 
}
.all_area img {
	width: 90%;
	margin: auto;
}
@media (min-width: 992px) {
	.all_area img {
		width: 60%;
		margin: auto;
	}
}

/*------------------------------------------
  Contact
--------------------------------------------*/
.form_wrap {
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.form_wrap {
		width: 80%;
	}

}




