@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:300,400,600,700,900';
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

.heading-text{
	font-family: 'Anton', sans-serif;
}
/* h1, h2 {
  line-height: 1.8em; }

h1 {
  line-height: 1.1em; }

h3, h4, p, li {
  line-height: 1.6em; }

p, li {
  font-size: 17px; }
 */
a {
  transition: all .2s linear; }

a:link, a:hover {
  text-decoration: none; }

.primary-color {
  color: #336E7B; }

.light {
  font-weight: 100; }

.medium {
  font-weight: 300; }

.bold {
  font-weight: 500; }

.black {
  font-weight: 800; }

.mr {
  margin-right: 25px; }

.btn-inline {
  padding: 12px 30px;
  display: inline-block;
  border-radius: 0;
  font-weight: 600; }

.btn-block {
  padding: 15px 25px;
  border-radius: 0;
  font-weight: 600;
  width: auto;
  margin-top: 15px; }

.btn-block.read-more {
  background: none;
  padding: 0;
  border: none;
  color: #336E7B; }

.btn-block.read-more:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #336E7B;
  margin-top: 5px;
  transition: cubic-bezier(0.73, 0.46, 0.62, 0.76);
  transition-property: width;
  transition-duration: .1s; }

.btn-block.read-more:hover:after {
  width: 50px; }

@media (max-width: 996px) and (min-width: 0px) {
  .btn-block.read-more:hover:after {
    width: 0; } }

.btn-blue {
  background: #336E7B;
  color: #FFF;
  border: 2px solid #336E7B; }

.btn-blue:hover {
  background: #FFF;
  color: #336E7B; }

.btn-white {
  background: #FFF;
  color: #336E7B;
  font-weight: 800; }

.btn-white:hover {
  background: #336f7c; }

.mt {
  margin-top: 20px; }

.mt2 {
  margin-top: 50px; }

.npm {
  margin: 0;
  padding: 0;
  list-style: none; }

.npm.inline li {
  display: inline-block;
  margin-right: 10px; }

.npm.inline li:last-child {
  margin-right: 0; }

.highlight {
  background: #336E7B; }

h3 a {
  color: #336E7B; }

.card .card-content.padded{
	padding-bottom: 90px !important;
}
.card .card-action{
	position: absolute !important;
	bottom: 0;
	width: 100%;
	display: block;
}
.grid-sizer, .grid-item {
  width: 33.33%; }

@media (max-width: 996px) and (min-width: 0px) {
  .grid-sizer, .grid-item {
    width: 50%; } }

@media (max-width: 480px) {
  .grid-sizer, .grid-item {
    width: 100%; } }

.grid-item {
  padding: 10px;
  padding-left: 0;
  padding-top: 0; }

.grid-item--width2 {
  width: 50%; }

@media (max-width: 767px) and (min-width: 0px) {
  .grid-item--width2 {
    width: 100%; } }

.item figure {
  overflow: hidden;
  position: relative; }

.item figure .img-container {
  overflow: hidden; }

.item figure .img-container:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  transition: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: .15s;
  transition-property: all;
  opacity: 0; }

.item figure img {
  width: 100%;
  height: auto;
  transition: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: .15s;
  transition-property: all; }

.item figure figcaption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  top: 25px;
  color: #FFF;
  opacity: 0;
  transform: translateY(50px);
  background: transparent;
  transition: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: .15s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 25px;
  vertical-align: middle; }

.item figure figcaption::before, .item figure figcaption::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  border: 3px solid transparent;
  width: 0;
  height: 0;
  z-index: -1; }

.item figure figcaption::before {
  top: 0;
  left: 0; }

.item figure figcaption::after {
  bottom: 0;
  right: 0; }

.item figure figcaption h2 {
  font-size: 24px;
  margin-bottom: 10px; }

@media (max-width: 767px) and (min-width: 0px) {
  .item figure figcaption h2 {
    font-size: 18px; } }

.item figure figcaption a {
  font-weight: 700;
  background: #336E7B;
  color: #FFF;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 15px; }

.item figure:hover .img-container:after {
  opacity: 1; }

.item figure:hover .img-container img {
  filter: grayscale(0.8); }

.item figure:hover figcaption {
  opacity: 1;
  transform: translateY(0); }

.item figure:hover figcaption::before, .item figure:hover figcaption::after {
  width: 100%;
  height: 100%; }

.item figure:hover figcaption::before {
  border-top-color: #FFF;
  border-right-color: #FFF;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.45s, border-color 0.45s linear; }

.item figure:hover figcaption::after {
  border-bottom-color: #FFF;
  border-left-color: #FFF;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.45s, border-color 0.45s linear; }

.item figure:hover img {
  transform: scale(1.5);
  -webkit-filter: blur(1px);
  filter: blur(1px); }

@media (max-width: 767px) and (min-width: 0px) {
  .item .image-container {
    overflow: hidden; }
  .item .image-container img {
    min-height: 340px;
    width: auto; }
  .item figcaption {
    transform: translateY(0) !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.5) !important; }
  .item figcaption h3 {
    font-size: 18px; } }


.lottie-header{
	min-height: 100vh;
	background: #f1f2f6;
}

.lottie-header .caption h1 {
  font-size: 3.4em;
  font-weight: 600; }
.lottie-header .caption p{
	font-size: 1.4em;
}

@media (max-width: 720px) and (min-width: 0px) {
	.lottie-header .caption h1 {
		text-align: center;
		font-size: 2.3em; }
	
	.lottie-header .caption p{
		text-align: center;
		font-size: 1.3em;}
}
#hero {
  background: #111;
  background-image: url("../img/header-image.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  width: 100%;
  margin-top: -60px;
  overflow: hidden; }

#hero .caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 50px;
  z-index: 10; }

#hero .caption h1 {
  color: #FFF;
  font-size: 4.2em;
  font-weight: 600; }
#hero .caption p{
	color: #FFF;
	font-size: 1.8em;
}
nav{
	padding: 0 25px;
}
nav a:hover{
	text-decoration: none;
	color: #fff;
}
nav .brand-logo{
	font-size: 1.2rem;
}
nav .brand-logo:hover{
	text-decoration: none;
	color: #fff;
}
nav .brand-logo svg{
	margin-top: 10px;
	width: 38px;
	height: 38px;
}
nav .brand-logo svg path{
	fill: #fff;
}
.preloader-background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}
.heading-text{
	font-family: 'Alata', sans-serif;
}
.btn-hover {
	width: 100% !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	cursor: pointer !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	text-align:center !important;
	border: none !important;
	background-size: 300% 100% !important;
	display: block !important;
	border-radius: 50px !important;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-hover:hover {
	background-position: 100% 0 !important;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: white;
}

.btn-hover:focus {
	outline: none !important;
}

.btn-hover.gradient {
	background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673) !important;
	box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75) !important;
}
.btn-hover.gradient-2 {
	background-image: linear-gradient(to right, #ffc000,#ffcf2c, #fff692) !important;
	box-shadow: 0 4px 15px 0 rgba(255, 207, 44, 0.75) !important;
}

.business-banner{
	background: rgb(0,132,186);
	background: linear-gradient(201deg, rgba(0,132,186,1) 0%, rgba(79,147,172,1) 53%, rgba(107,221,166,1) 100%);
}
@media (max-width: 996px) and (min-width: 0px) {
	#hero .caption h1 {
		font-size: 2.3em; }
	
	#hero .caption p{
		color: #FFF;
		font-size: 1.3em;}
}

#hero video {
  transform: scale(2.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 17%;}

#notice {
  background: #336E7B;
  padding: 25px 35px;
  text-align: center; }

#notice h2 {
  margin-top: 0;
  color: #FFF;
  font-weight: 800;
  font-family: "Source Sans Pro", sans-serif; }

#notice a {
  border: 1px solid #FFF; }

#notice a:hover {
  color: #FFF; }

#main-page {
  background: #FFF; }

#main-page .about {
  background: #FAFAFA;
  padding-top: 50px;
  padding-bottom: 50px; }

#main-page .about .detail {
  padding: 20px; }

#main-page .about .detail img {
  height: 150px;
  margin-bottom: 20px; }

.seq {
  background: #FFF;
  max-width: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }

@media (max-width: 996px) and (min-width: 0px) {
  .seq {
    font-size: 2.3em;
    min-height: 768px; } }

@media (max-width: 996px) and (min-width: 0px) {
  .seq .seq-model {
    width: 100%;
    display: block;
    position: relative;
    bottom: none;
    top: 40px;
    height: auto; } }

@media (max-width: 996px) and (min-width: 0px) {
  .seq .seq-title {
    width: 100%;
    display: block;
    position: relative;
    bottom: -10%; } }

.seq .seq-title h2 {
  color: #336E7B;
  padding: 0;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  background: none;
  font-weight: 600; }

.seq .seq-title h2 a {
  color: #336E7B; }

.seq .seq-title h3 {
  line-height: 25px;
  font-family: "Source Sans Pro", sans-serif; }

@media (max-width: 996px) and (min-width: 0px) {
  .seq .seq-title h3 {
    display: block; } }

.seq .seq-nav {
  left: 0;
  z-index: 100;}


@media (max-width: 996px) and (min-width: 0px) {
  .seq .seq-nav {
    top: 30%; } }

.seq .seq-prev,
.seq .seq-next {
  background: none;
  color: #323232;
  font-size: 26px;
  width: auto;
  height: auto;
  opacity: 0; }

@media (max-width: 996px) and (min-width: 0px) {
  .seq .seq-prev,
  .seq .seq-next {
    opacity: 1; } }

@media (max-width: 996px) and (min-width: 0px) {
  .seq .seq-prev {
    left: 0; } }

@media (max-width: 996px) and (min-width: 0px) {
  .seq .seq-next {
    right: 0; } }

.seq .seq-model {
  margin: 0; }

.seq .seq-model img {
  height: auto;
  width: 100%; }

.seq:hover .seq-prev,
.seq:hover .seq-next {
  opacity: 1; }

.page-content {
  background: #FFF;
  padding-bottom: 50px; }

.product .item figure {
  overflow: hidden; }

.product .item figcaption h2 {
  font-size: 16px; }

#partner {
  background: url("../img/partner.jpg");
  background-attachment: fixed;
  background-size: cover; }

#partner .caption {
  padding: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

#partner .caption h2 {
  font-size: 52px;
  color: #FFF;
  font-weight: 700; }

@media (max-width: 996px) and (min-width: 0px) {
  #partner .caption h2 {
    font-size: 2.5em; } }

#partner .caption h3 {
  color: #FFF;
  font-size: 28px; }

#partner .caption a {
  max-width: 250px;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 700; }

.search-form-container {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 105px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw; }

.seq-screen{
	padding-left: 25px;
	padding-right: 25px;
}
@media (max-width: 996px) and (min-width: 0px) {
	.seq-screen{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 999999px) and (min-width: 996px) {
  .search-form-container {
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    opacity: 0;
    left: -100%;
    transition: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: all;
    transition-duration: .2s; }
  .search-form-container input[type="search"] {
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 768px;
    padding: 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 300;
    border: 0;
    margin-top: -150px; }
  .search-form-container button {
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 768px; }
  .search-form-container #search-close {
    display: block; }
  .search-form-container.shown {
    left: 0;
    opacity: 1; } }

@media (max-width: 996px) and (min-width: 0px) {
  .search-form-container {
    display: block;
    position: absolute;
    background: #336E7B;
    top: 0;
    bottom: auto;
    width: 100%; }
  .search-form-container input[type="search"] {
    display: block;
    padding: 8px 10px;
    border: 0;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif; }
  .search-form-container button {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 21px;
    background: transparent;
    border: 0;
    color: #336E7B; } }

#search {
  position: fixed;
  top: 45px;
  cursor: pointer;
  right: 25px; }

#search i {
  color: #FFF;
  font-size: 24px;
  margin-left: 25px }

@media (max-width: 996px) and (min-width: 0px) {
  #search {
    z-index: 99999;
    top: 32px;
    right: 100px;
    display: none; }
  #search i {
    font-size: 38px; } }

#search-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 48px;
  height: 48px; }

#search-close span {
  height: 2px;
  width: 48px;
  background: #FFF; }

footer {
  background: #323232;
  width: 100%;
  color: #FFF;
  position: relative;
  padding: 25px 50px; }


footer .copyright {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #212121;
  padding: 10px; }

footer .copyright p {
  margin-bottom: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600; }

@media (max-width: 996px) and (min-width: 0px) {
  footer .copyright p {
    font-size: 14px; } }

footer i {
  margin-right: 10px; }

@media (max-width: 996px) and (min-width: 0px) {
  footer .social-media {
    text-align: left; } }

footer .social-media ul li a {
  color: #FFF; }

footer .social-media ul li a:hover {
  color: #336E7B; }

footer .social-media ul li i {
  font-size: 24px; }
