@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karma:wght@300;400;500;600;700&display=swap');

@font-face {
	font-family: 'Chronicle Display Roman';
	src: url('../fonts/ChronicleDisplayRoman/ChronicleDisplayRoman.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ChronicleDisplayRoman/ChronicleDisplayRoman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/ChronicleDisplayRoman/ChronicleDisplayRoman.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/ChronicleDisplayRoman/ChronicleDisplayRoman.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/fontawesome-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 300;
	font-style: normal;
}

/* ------------------------------------
   CSS Prefix
   -----------------------
   <div> - layer
   <table> - table
   <tr> - row
   <td> -column
   <h1>~<h6> - header
   <span> - style
   <a> - link
   <ul>/<ol> - listing
   <li> - list
   <img> - img
   <p> - panel
---------------------------------------*/

@media all{

html,body {max-width:100vw;overflow-x:hidden;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	color:#6A6972;
	line-height:26px;
	font-weight:400;
}

a {
	color: #000000;
	text-decoration:none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-user-modify: read-only;
	-moz-user-modify: read-only;
}

a:hover{
	opacity: 0.85;
	text-decoration:none;
}


/* Text Style*/

	label{
		font-size: 16px;
		line-height: 18px;
		font-weight: 400;
		margin: 0 05px;
		color:#333;
	}

p{
	margin:0 0 15px;
	padding:0;
}
	.smaller{
		font-size: 14px;
		font-weight: 400!important;
		line-height: 20px!important;
	}

.fixme { width: 100%; z-index: 10;}
.spanbox-home .fa {font-size:14px;color:#ccc;padding:0 10px;}
.youtube-video {width:100%;max-height:400px;}

.red {color:#bd2131;}
.yellow{color: #dca747;}
.orange {color:#f5ac1c;}
.grey {color:#666666;}
.darkgrey {color:#333333!important;}
.green {color:#00a99d;}
.blue {color:#0069b3;}
.black {color:#000000;}
.blackbold {color:#000000; font-weight:bold;}
.white {color:#ffffff!important;}
.gold {color:#b8a252;}
.gold2{color:#daa746;font-weight:600;font-size:18px;}
.gold3{color: #daa53f}
.bg-gold{background-color:#daa53f!important;}
.brown{color: #8b5d3b}
.bg-brown{background-color:#8b5d3b!important }
.bgRed {background:#bd2131;}
.bgOrange {background:#FF6600;}
.bgGrey {background:#edeeef!important;}
.bgGreen {background:#73AD00;}
.bgBlue {background:#2d95d1;}
.bgBlack {background:#000000;}
.bgWhite {background:#ffffff;}
.bgBeige{background:#f6f3ee;} /* #f4efea */
.bgMaroon{background:#56554e;} /* #411d1d */
.bgPink{background: #f0e1e3;}


/* reusable classes */
.floatLeft {float:left;width:auto;}
.floatRight {float:right;width:auto;}
.right {text-align:right;}
.left {text-align:left}
.center {text-align:center;}
.justify {text-align:justify}
.blank {border:1px solid #bbb;padding:0;margin:0;}
.subtitle {color:#000000;padding:15px 15px 0 15px;}
.caption {font-family:arial,verdana;font-size:10px;font-style:normal;font-weight:bold;color:#999999;}
.alert {color:#CC0000;font-size:15px;}
.spacer {line-height:1px;}
small {color:#999;font-size:80%;}
.line {border-top: 1px solid #999999;height: 1px;margin-top:6px;margin-bottom:6px;padding:0px;clear:both;}
.dotted {border-top: 1px dotted #999999;height: 1px;margin-top:3px;margin-bottom:3px;padding:0px;}
.imgFloatLeft {float:left;padding:0 20px 20px 0;display:block;}
.imgFloatRight {float:right;padding:0 0 20px 20px;display:block;width:auto;}
	.btn-360 img{
		width: 115px;
		float: left;
		margin-right: 10px;
		margin-top: -25px;
		margin-bottom: 10px;
		text-align: center;
	}
	.btn-360:hover{
		opacity: 1.0!important;
	}
	.layer-btn{margin-right: 215px;}
.btn-submit a{
	background:#64c4b0;
	padding:10px 20px;
	color:white!important;
	font-size:16px;
	font-weight:400!important;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
}
.btn-submit a:hover{
	background:#00a99d;
	padding:12px 22px;
}
	.divider-xs{height: 10px;}
	.divider-sm{height: 30px;}
	.divider-md{height: 50px;}
	.divider-lg{height: 100px;}
	a.btn-float{
		position: fixed;
		background: #dca747;
		color: white;
		font-size: 15px;
		font-family: 'Bedini', Arial, sans-serif;
		letter-spacing: 2px;
		padding: 5px 20px;
		margin: 0;
		z-index: 10000;
		top: 172px;
		right: -70px;
		text-transform: uppercase;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	a.btn-float:hover{
		background: #dca747;
		color: white;
	}
	button.close{
		opacity: 1.0;
		border-radius: 50%;
		font-size: 48px;
		padding: 0;
		margin-top: -10px;
		font-weight: 300;
		color: #ddd;
		text-shadow: none;
		}
	button.close:hover{
		color: black;
		opacity: 0.8;
	}
	/*button.close {
		background: #e0a643;
		width: 30px;
		height: 30px;
		opacity: 1.0;
		border-radius: 50%;
		font-size: 22px;
		padding: 0;
		margin: 7px;
		font-weight: 300;
		color: white;
	}*/
	.btn-solid{
		font-size: 16px;
		font-weight: 300;
		padding: 8px 25px;
		background: #bd2131;
		color: white;
		border:none;
		margin: 15px 0;

	}
	.btn-line{
		width: 100%;
		font-size: 17px;
		font-weight: 400;
		padding: 8px 15px;
		background: white;
		color: #bd2131;
		border:2px solid #bd2131;
		margin: 0 auto 15px;
	}
	.btn-number {
		border: 1px solid #ddd;
		background: white;
		border-radius: 0;
		padding: 8px 12px;
	}
	.input-number {
		width: 55px;
		height: 40px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: center;
		padding: 8px 10px;
	}
	.btn-contact{
		background: #bd2131;
		font-size: 18px;
		font-weight: 300;
		color: white;
		padding: 10px 50px;
		text-align: center;
		height: 48px;
		border-radius: 48px;
	}
	.btn-contact:hover{
		color: white;
	}
	.btn-contact i{
		font-size: 24px;
		color: white;
		vertical-align: middle;
	}

/*general*/
.clear{clear:both;}

.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfloat {
    height: 1%;
}
.clearfix {
    display: block;
}

.hide {
	display: none;
}

.center{
		text-align: center;
}
.desktop-view{
	display: block;
}
.mobile-view{
	display: none;
}
.margin-btm5{margin-bottom: 5px;}
.margin-btm25{margin-bottom: 25px;}
.margin-0{margin: 0;}
.padding-0{padding: 0;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }


input, textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
table { border-collapse: collapse; border-spacing: 0; }

#element::-webkit-scrollbar {
    display: none;
}

/* Alignment Style */
body {
	padding:0;
	margin:0 auto;
	background: #fcfcfc;
}
	.img-responsive{
		width: 100%;
		height: auto;
	}


/*Controls Section*/
.layer-wrapper {
	width: 100%;
	margin: 0 auto;
	padding:0;
	background:white;
	position:relative;
	z-index:0;
}
.layer-content{
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
section{
	width: 100%;
    height: auto;
    padding: 65px 0;
    text-align: center;
}
.mobile{
	display: none;
}

/**** Fixed Slider ****/
	header{
		width: 100%;
		height: 900px;
		background: url("../img/bg-top.png") top center no-repeat transparent;
		background-size: cover;
		position: relative;
	}
	/* Slogan */
	.layer-slogan{
		padding:80px 10px;
	}
	.layer-slogan h1{
		font-size: 38px;
		line-height: 42px;
		font-weight: 400;
		text-transform: none;
		margin: 0 auto 10px;
		padding: 0;
		color: white;
	}
	.layer-slogan h2{
		font-size: 38px;
		line-height: 42px;
		font-weight: 900;
		margin: 0 auto 10px;
		padding: 0;
		color: white;
	}
	.layer-slogan p{
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
		margin: 30px auto 40px;
		color: white;
	}
	.btn-info{
		display: inline-block;
		font-weight: 500;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		padding: 0 30px;
		font-size: 18px;
		letter-spacing: 0.5px;
		line-height: 50px;
		border-radius: 8px;
		border: 0;
		color: #fff;
		cursor: pointer;
		z-index: 5;
		-webkit-transition: all 0.4s ease-out 0s;
		-moz-transition: all 0.4s ease-out 0s;
		-ms-transition: all 0.4s ease-out 0s;
		-o-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s;
		background: #33c8c1;
		/*background: -webkit-linear-gradient(left, #33c8c1 0%, #263061 50%, #33c8c1 100%);
		background: -o-linear-gradient(left, #33c8c1 0%, #263061 50%, #33c8c1 100%);
		background: linear-gradient(to right, #33c8c1 0%, #263061 50%, #33c8c1 100%);*/
		background-size: 200%;
	}
	.btn-w{
		display: inline-block;
		font-weight: 500;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		padding: 7px;
		font-size: 16px;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		border: 0;
		color: #fff;
		cursor: pointer;
		z-index: 5;
		-webkit-transition: all 0.4s ease-out 0s;
		-moz-transition: all 0.4s ease-out 0s;
		-ms-transition: all 0.4s ease-out 0s;
		-o-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s;
		background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
		background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
		background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
		background-size: 200%;
	}
	.layer-slogan img{
		margin: 20px 0 0;
	}

/**** Nav ****/
	.navbar{
		padding:0 15px 15px;
	}
	.navbar-brand{
		padding: 10px 12px 15px;
		margin-left: 5px;
	}
	.navbar-brand img{
		width: 100px;
		height: 66px;
	}
	.navbar-brand .logo-ori{
		display: none;
	}
	.fixed-top .navbar-brand .logo-white{
		display: none;
	}
	.fixed-top .navbar-brand .logo-ori{
		display: block;
	}
	.navbar-brand img{
		width: 100px;
		height: auto;
	}
	.nav-link{
		font-size: 16px;
		color: white;
		font-weight: 400;
	}
	.nav-link i, .text-name i{
		font-size: 35px;
		line-height: auto;
		vertical-align: middle;
		color: white;
	}
	.text-name p{
		font-size: 15px;
		font-weight: 300;
		color: white;
		display: inline-block;
		padding: 0;
		margin: 0;
		cursor: pointer;
	}
	.text-name span{
		color: white;
		vertical-align: middle;
	}
	.navbar-toggler{
		padding:0.25rem 0rem;
		border:none;
	}
	.navbar-light .navbar-toggler-icon{
		background-image: none;
	}
	.navbar-light .navbar-toggler-icon i{
		color: white;
		font-size: 25px;
	}
	.fixed-top{
		background-color: rgba(255, 255, 255, 0.9);
	}
	.fixed-top .nav-link{
		color: black;
	}
	.navbar-toggler-icon{
		width: auto;
		height: auto;
	}
	.navbar-toggler-icon i{
		font-size: 32px;
		color: white;
	}
	.fixed-top .navbar-toggler-icon i{
		font-size: 32px;
		color: black;
	}

	/* Content */
	.section-title .line {
      border:none;
	  background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 100%);
	  background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 100%);
	  background: linear-gradient(to right, #33c8c1 0%, #119bd2 100%);
		width: 150px;
		height: 5px;
		margin-bottom: 10px!important;
	}
	.section-title .title {
		font-size: 32px;
		padding-top: 10px;
		font-weight: 900;
    	line-height: 42px;
		margin: 0 0 20px;
		color: #222;
	}
	.section-title .title span {
		font-size: 32px;
		padding-top: 10px;
    	line-height: 42px;
		font-weight: 400;
		display: contents;
		color: #222;
	}
	ul.list-info {
	  list-style: none; /* Remove default bullets */
	}

	ul.list-info li::before {
	  content: "✓";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	  color: #d85d5f; /* Change the color */
	  font-weight: bold; /* If you want it to be bold */
	  display: inline-block; /* Needed to add space between the bullet and the text */
	  width: 20px; /* Also needed for space (tweak if needed) */
	  margin-left: -20px; /* Also needed for space (tweak if needed) */
	}
	ul.list-info li{
		margin-top:5px;
		margin-bottom: 5px;
	}

	/* Owl Carousel */
	.owl-carousel .item{
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 16%);
		-moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
		box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 16%);
		overflow: hidden;
		border-radius: 10px;
		padding: 0px 0px 15px;
		border-radius: 10px;
		border: 0px solid transparent;
		margin: 20px 15px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		min-height: 380px;
	}
	.owl-carousel .item h4{
		font-size: 24px;
		color: black;
		margin: 0 auto 10px;
		font-weight: 300;
		text-transform: uppercase;
	}
	.owl-carousel .item h6, .owl-carousel .item h6 a{
		color:#119bd2;
		margin: 0 auto 20px;
		font-weight: 900;
		font-size: 16px;
		line-height: 20px;
	}
	.owl-carousel .item ol{
		list-style-type: none;
		margin: 30px 30px 20px;
		padding: 0
	}
	.owl-carousel .item ol li{
		text-align: left;
		margin: 15px 0;
		font-size: 14px;
		position: relative;
		padding-left: 30px;
		line-height: 18px;
		}
	.owl-carousel .item ol li i{
		color:#119bd2;
		font-size: 24px;
		vertical-align: middle;
		text-align: left;
		position: absolute;
		left:0;
	}
	.owl-carousel .item-premium{
		background: #e9f7fc;
    	box-shadow: 0 0 10px 0 #119bd2;
	}
	.layer-top{
		padding: 30px 30px 5px;
		border-radius: 10px 10px 0 0;
		background: #119bd2;
	}

	/* Contact */
	.layer-contact{
		padding: 40px 50px 50px;
		-webkit-box-shadow: 0px 0px 18px 0px rgb(11 118 188 / 14%);
		-moz-box-shadow: 0px 0px 18px 0px rgba(11, 118, 188, 0.14);
		box-shadow: 0px 0px 18px 0px rgb(11 118 188 / 14%);
		border-radius: 10px;
		background-color: #fff;
	}

	/* Bottom */
	.layer-btm h2{
		font-size: 20px;
		margin: 40px auto 10px;
		padding: 0;
	}
	.layer-btm h1{
		font-size: 50px;
		margin: 40px auto 0;
		padding: 0;
		color: #333;
		font-weight: 300;
		letter-spacing: 2px;
	}
	.layer-btm{
		text-align: left;
	}
	.layer-btm .layer-logo{
		border-right: 1px solid #b7c121;
		text-align: center;
	}

/**** Footer ****/
	footer{
		padding: 50px 0 65px;
		background: #333333;
	}
	.layer-footer{
		width: 100%;
		text-align: center;
	}
	.footer-nav{
	    list-style-type: none;
		padding: 0;
		margin: 0 auto 35px;
		display: inline-block;
		clear: both;
	}
	.footer-nav li{
		float: left;
		color:white;
		padding: 0 5px;
		margin: 0;
	}
	.footer-nav li a{
		color: white;

	}
	.copyright{
		font-size: 14px;
		color:#999;
		display: block;
		width: 100%;
		text-align: center;
	}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 100%);
  background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 100%);
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 100%);
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff; }

/* Modal */
	.modal-header{
		border: none!important;
    	padding-bottom: 0!important;
	}
	.modal-header .close{
		font-size: 20px;
		padding: 12px 15px;
		color: #bbb;
		z-index: 10;
	}
	.modal-body .img-responsive{
		margin-top: -25px;
	}
	.modal-top{
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.modal-top h2{
		font-family: 'Karma', Arial, sans-serif;
		font-weight: 600;
		font-size: 28px;
		color: #222222;
		margin: 0 0 2px;
		padding: 0;
		letter-spacing: 0;
	}
	.modal-top p{
		font-family: 'Karma', Arial, sans-serif;
		font-weight: 300;
		font-size: 16px;
		margin: 0 0 4px;
		padding: 0;
	}
	.modal-top h3{
		margin: 0 0 0px;
		padding: 0;
		font-weight: 300;
		font-size: 40px;
		color: #222222;
		display: inline-block;
	}
	.modal-top small{
		font-size: 14px;
		color: #222222;
		margin-left: 5px;
	}
	.modal-body h3{
		font-family: 'Karma', Arial, sans-serif;
		font-weight: 400;
		font-size: 28px;
		color: #222222;
		margin: 0 0 25px;
		padding: 0;
		letter-spacing: 0;
	}
	.modal-body form label{
		display: block;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.input-form{
		background: #e6e4e4;
		padding: 10px;
		height: 54px;
		border-radius: 5px;
		margin-bottom: 10px;
		width: 100%;
		border:none;
	}
	.modal-body{
		padding: 1rem 35px;
	}
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.layer-content{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1023.98px) {

}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
/* Text Style*/
	h1{
		font-size: 24px;
		line-height: 28px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.divider-lg{height: 70px;}
	.divider-md{height: 40px;}
	.divider-sm{height: 20px;}
	h5{
		font-size: 40px;
		line-height: 44px;
	}
	h6{
		font-size: 24px;
		line-height: 28px;
	}
	.layer-content p{
		font-size: 17px;
		line-height: 26px;
	}
	.layer-content h3{
		font-size:24px;
		line-height: 34px;
	}
	.layer-slogan img.img-main{
		width: 45%;
		text-align: center;
	}
	.layer-slogan{
		padding: 30px 10px;
	}
	.layer-slogan h1, .layer-slogan h2{
		font-size: 22px;
		line-height: 26px;
	}
	.layer-slogan p{
		font-size: 14px;
		line-height: 17px;
		margin: 15px auto 30px;
	}
	header{
		height: 800px;
	}
	.section-title .title span{
		    font-size: 20px;
    line-height: 24px;
    display: inline-block;
	}
	.owl-carousel .item{
		padding: 0px 0px 15px;
		min-height: 350px;
	}
	.layer-contact{
		padding: 30px 30px 30px;
	}

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.btn-line {
		width: 100%;
		font-size: 15px;
		font-weight: 600;
		padding: 8px 10px;
	}
	.modal-top{
		padding-bottom: 5px;
	}
	.modal-body p{
		font-size: 13px;
		line-height: 20px;
		font-weight: 400;
	}
	.modal-body h3{
		margin: 0;
	}
	.footer-nav li{
		float: none;
	}
	.layer-slogan img.img-main{
		width: 60%;
		text-align: center;
	}
	header{
		height: 700px;
	}
	.layer-btm{
		text-align: center;
	}
	.layer-btm h1{
		font-size: 38px;
		line-height: 42px;
	}
	.layer-btm .layer-logo{
		text-align: center;
		border-right:none;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

}
