@import "lib/common.css";
@import "lib/menu.css";

.container {
	padding-left: 90px;
	padding-right: 90px;
}

header {
	background-color: #003C42;
	position: fixed;
	top: 0;
	z-index: 99;
	box-shadow: 0px 0px 0px #003C42;
	opacity: 1;
	padding: 20px 0;
  	transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  	-moz-transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}

.header-sticky {
	box-shadow: 2px 5px 8px #1F1F1F;
}

.header-service, .header-process {
	background-color: white;
	color: #1F1F1F;
}

.header-portfolio {
	background-color: #09006D;
	color: white;
}

.header-home, .header-contact {
	background-color: #003C42;
	color: white;
}

footer {
	background-color: #003C42;
	min-height: 100px;
}

.bg-white {
	background-color: white;
}

.bg-dark-green {
	background-color: #003C42;
}

.bg-dark-blue {
	background-color: #09006D;
}

.bg-cream {
	background-color: #F6F2F2;
}

.bg-orange {
	background-color: #FFE2C8;
}

.bg-yellow {
	background-color: #FFFC90;
}

.bg-green {
	background-color: #B5FFCE;
}

.bg-cyan {
	background-color: #B1FAFF;
}

.banner-img-text {
	top: 41%;
	right: 35%;
	z-index: 2;
	text-align: right;
	width: 120px;
}

.title-underline {
	width: 340px;
	height: 4px;
	border: 4px solid #FFE600;
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
	.title-underline {
		width: 200px;
	}
}

.service-item {
	width: calc(50% - 36px);
	margin-bottom: 48px;
}

.service-item:nth-child(odd) {
	margin-right: 36px;
}

.service-item:nth-child(even) {
	margin-left: 36px;
}

.service-text {
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
	padding: 32px 25px;
	margin-top: -16px;
	border: 4px solid #EFEBEB;
	background-color: white;
}

@media screen and (max-width: 1024px) {
	.service-item {
		width: 100%;
		margin-bottom: 48px;
	}

	.service-item:nth-child(odd) {
		margin-right: 0;
	}

	.service-item:nth-child(even) {
		margin-left: 0;
	}
}

.process-item {
	height: 380px;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.process-item {
		height: auto;
	}

	.process-item > div.process-img {
		order: 1;
	}

	.process-item > div.process-text {
		order: 2;
	}
}

.fade-animate {
	max-width: 1000px;
	transition: opacity 0.5s ease-in-out, max-width 1s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out, max-width 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out, max-width 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out, max-width 1s ease-in-out;
}

.fade-out {
	opacity: 0;
}

.fade-left-out {
	max-width: 0px;
	opacity: 0;
	/*margin-right: 500px;*/
}

.fade-right-out {
	opacity: 0;
	/*margin-left: 500px;*/
	max-width: 0px;
}

.animate-up{
	position: relative;
	opacity: 1;
	transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
	-moz-transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
	-webkit-transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
	-o-transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
}

.down {
	margin-top: 100px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.fade-left-out {
		opacity: 1;
		margin-right: 0px;
	}

	.fade-right-out {
		opacity: 1;
		margin-left: 0px;
	}
}

.font-yellow {
	color: #FFE600;
}


@font-face {
  font-family: "Quando";
  src: url("../fonts/Quando-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

* {
	font-family: Quando;
}

.min-h-200 {
	min-height: 200px;
}

.min-h-250 {
	min-height: 250px;
}

.min-h-582 {
	min-height: 582px;
}

.nav-tabs {
	border-bottom: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #FFE600;
	border-color: transparent;
	background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	color: white;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #FFE600;
}

.card-2 {
	width: calc(50% - 22px);
}

.card-3 {
	width: calc(33.3% - 22px);
}

.port .card-3 {
	margin-bottom: 32px;
}


@media screen and (max-width: 767px) {
	.card-3 {
		width: 100%;
	}
}

.mr-32 {
	margin-right: 32px;
}

.ml-32 {
	margin-left: 32px;
}

.zoom-out-parent {
	overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
  	cursor: pointer;
}

.zoom-out {
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.zoom-out:hover {
	 -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}



@media screen and (max-width: 767px) {
  .container {
  	padding-left: 20px;
  	padding-right: 20px;
  }

}

.w-200 {
	width: 200px;
}


.modal-dialog {
	max-width: 80%;
	border-radius: 5px;
}


@media screen and (max-width: 767px) {
	.modal-dialog {
		max-width: 100%;
	}
}

.modal-dialog.profile {
	max-width: 354px;
}

.modal-content {
	border-radius: 32px;
	background-color: #F6F6F6;
	border: 3px solid #121212;
}

.modal-header {
	border-top-right-radius: 28px;
	border-top-left-radius: 28px;
	padding: 0;
	position: relative;
}

.modal-header > button.close {
	position: absolute;
	right: 15px;
	/*top: 30px;*/
	font-size: 50px;
	outline: 0;
}

.close-small {
	border: 0;
    -webkit-appearance: none;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    position: absolute;
    right: 10px;
}

.close-small:focus {
	outline: none;
}

.modal-dialog {
	background: transparent;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.mobile-only {
	display: none !important;
}



@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 100%;
  }

  .mobile-only {
  	display: block !important;
  }
}

.close {
	outline: 0;
	background: transparent;
	border: 0;
	font-size: 40px;
}


@media screen and (max-width: 1024px) {
	.t-flex-col {
		flex-direction: column;
	}

	.t-flex {
		display: flex;
	}

	.t-w-full {
		width: 100%;
	}

}