/* ============== FONTS ==============*/
* {
	margin : 0;
	padding: 0;
	transition: all .5s;
	box-sizing: border-box;
}

body {
	position: relative;
	width: 100%;
}

.navbar-default {
	background-color: transparent !important;
	border: none !important;
	z-index: 98;
	transition: all .5s ease;
}
nav.navbar-default.transparent {
	background: white !important;
}
.navbar-header .navbar-brand {
	position: absolute;
	top: -12px;
	left: 80px;
}
.navbar-header .navbar-brand > img {
	width: 40%;
}

.navbar .container-fluid .navbar-nav {
	margin-right: 55px;
}

.navbar .container-fluid .navbar-nav > li > a {
	padding: 25px;
	background-color: transparent;
	color: #3F4C86;
	font-size: 1.5vw;
	transition: all 0s;
}
.navbar .container-fluid .navbar-nav > li > a:hover,
.navbar .container-fluid .navbar-nav > li > a:focus {
	color: #3F4C86;
	background-color: rgba(0, 0, 0, .025);
}

.glasseffect {
	padding: 80px;
	width: 100%;
}

.page-title {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: white;
	font-weight: 600;
	border-bottom: 2px solid gray;
}

.kju-home {
	position: relative;
	width: 100%;
	height: 100vh;
	background: white url('../images/1st-bg.jpg') no-repeat center;
	background-size: cover;
}

.kju-home > .jumbotron-intro {
	padding-left: 80px; 
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.jumbotron-intro > h1 {
	font-size: 4vw;
	font-weight: 600;
}
.jumbotron-intro > h1 > span.red {
	font-size: 4.5vw;
	color: red;
}
.jumbotron-intro > h1 > span.green {
	font-size: 4.5vw;
	color: #0BC572;
}
.jumbotron-intro > h1 > span.blue {
	font-size: 4.5vw;
	color: #2C73FF;
}

.jumbotron-intro > h2 {
	font-style: italic;
}

.kju-about {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	background: white url('../images/2nd-bg.jpg') no-repeat center;
	background-size: cover;
}

.--blue {
	height: auto;
	background-color: rgba(0, 16, 83, .75);
}

#about .row {
	position: relative;
	display: flex;
	flex-direction: row;
}

#about .col-sm-4 {
	position: relative;
	align-self: flex-start;
}

#about #accordion,
#about #accordion2 {
	margin-bottom: 0;
}

#about .panel-default {
	background-color: transparent !important;
	border: none !important;
}

#about .panel-heading {
	background: rgba(0, 0, 0, 0) !important;
}

#about .panel-title > a {
	color: white;
	font-size: 2vw;
	font-weight: 600;
}
#about .panel-title > a:hover, 
#about .panel-title > a:focus {
	text-decoration: none;
}

#about .panel-body {
	color: whitesmoke;
	font-size: 1.25vw;
}

.container-img > img {
	width: 100%;
}


.kju-service {
	position: relative;
	
	width: 100%;
	height: auto;
	background: white url('../images/3rd-bg.jpg') no-repeat center;
	background-size: cover;	
}

.--black {
	padding: 25px 0 0 0;
	height: 100vh;
	background-color: rgba(0, 0, 0, .4);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.service__title {
	position: absolute;
	top: 80px;
	left: 80px;
	border-bottom: 2px solid #3F4C86;
}

.jumbotron-serv > h1 {
	padding: 0 0 0 100px;
	font-size: 5.5vw;
	font-weight: 600;
	color: white;
}


.kju-product {
	position: relative;
	padding: 100px 80px 50px 80px;
	width: 100%;
	height: auto;
	background-color: black;
}

.product__title {
	border-bottom: 2px solid #3F4C86; 
}

#product .panel-default {
	background-color: transparent !important;
	border: none !important;
}

#product .panel-heading {
	background: rgba(0, 0, 0, 0) !important;
}

#product .panel-title > a {
	display: block;
	font-size: 1.5vw;
	font-weight: 600;
	color: #3F4C86;
}
#product .panel-title > a:hover, 
#product .panel-title > a:focus {
	text-decoration: none;
}

#product .panel-body {
	color: whitesmoke;
	font-size: 1.25vw;
}



.kju-process {
	position: relative;
	padding: 50px 80px;
	width: 100%;
	height: auto;
	background-color: white;
}

.process__title {
	color: #3F4C86;
}

.container-process {
	width: 100%;
	text-align: center;
}


.kju-contact {
	background-color: black;
	padding: 100px 80px 50px 80px;
	width: 100%;
	height: auto;
}

.contact__title {
	margin-left: 50px;
	margin-bottom: 50px;
}

.contact-intro > p {
	color: white;
	font-size: 1.25vw;
}

#contact .form-group > input[type="text"],
#contact .form-group > input[type="email"],
#contact .form-group > textarea {
	background-color: transparent;
	border: 2px solid white;
	border-radius: 2px;
	font-size: 1.25vw;
	font-weight: 600;
	color: white;
}

#contact .form-group > input[type="text"],
#contact .form-group > input[type="email"] {
	height: 40px;
}

#contact .action {
	text-align: right;
}

#contact .action > label {
	width: 25%;
	background-color: #5A6699;
	border: none;
	border-top-left-radius: 25px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 25px;
	color: white;
	font-size: 1.25vw;
	font-weight: 600;
}

.container-navbar-footer {
	margin: 50px 0;
	width: 100%;
	display: block;
}

ul.navbar-footer {
	text-align: center;
	list-style: none;
}

ul.navbar-footer > li > a {
	padding: 25px;
	font-size: 1.25vw;
	font-weight: 600;
	color: white;
}

ul.navbar-footer > li > a:hover,
ul.navbar-footer > li > a:focus {
	text-decoration: none;
}

.container-follow-us-footer {
	margin: 10px 0;
	width: 100%;
	display: block;
}

ul.follow-us-btn {
	text-align: center;
	list-style: none;
}

ul.follow-us-btn > li > a {
	font-size: 2.5vw;
	color: white;
	margin: 0 10px;
}

ul.follow-us-btn > li > a:hover {
	text-decoration: none;
}
ul.follow-us-btn > li > .fa-facebook-official:hover {
	color: #3C5B9B;
}
ul.follow-us-btn > li > .fa-twitter:hover {
	color: #00CCFF;
}
ul.follow-us-btn > li > .fa-instagram:hover {
	color: #F05B45;
}
ul.follow-us-btn > li > .fa-linkedin:hover {
	color: #0172B1;
}
ul.follow-us-btn > li > .fa-youtube:hover {
	color: #CC3334;
}