/*!
Theme Name: Applic
Theme URI: http://wp.quomodosoft.com/applic
Author: QuomodoTheme
Author URI: https://themeforest.net/user/quomodotheme
Description: App Landing WordPress Theme.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: applic
*/

/* Header */
.mainmenu-area{
	background: #FFF;
}

#scroolup{
	background-color: #FFF;
}
#scroolup .navbar-header {
	padding: 5px;
}


.custom-logo-link img {
	max-width: 150px;
}

#scroolup .flex-v-center {
	height: 80px;
}

/* Burger menu  */

#main-nav .menu-toggle {
	border-color: black;
}

.ham .line {
	stroke: black;
}

ul#nav li a {
	color: #000;
	text-transform: uppercase;
}

ul#nav li a:hover,
ul#nav li.active > a{
	color: #0E3B83 !important;
}

/* Footer */
footer.footer-area .area-bg {
	background: #19569f;
}

/* Inner */
#kingpsan-image img {
	width: 500px;
}


/* Contact Form */
#contact .elementor-shortcode form {
	display: flex;
	flex-wrap: wrap;
}

#contact .elementor-shortcode form label{
	color: #c59022;
}

#contact .elementor-shortcode form label:nth-of-type(1) {
	flex-basis: 30%;
	margin-right: 5%;
}

#contact .elementor-shortcode form label:nth-of-type(2) {
	flex-basis: 30%;
	margin-right: 5%;
	
}

#contact .elementor-shortcode form label:nth-of-type(3) {
	flex-basis: 30%;
}

#contact .elementor-shortcode form label:nth-of-type(4) {
	margin-top: 25px;
	flex-basis: 100%;
}

#contact .elementor-shortcode form label>span>input {
	padding: 10px 20px;
	margin-top: 10px;
	border: 1px solid #19569f;
	color: #000;
	text-transform: uppercase;
}
    
#contact .elementor-shortcode form label:nth-of-type(4) textarea {
	height: 200px;
	min-height: 200px;
	max-height: 400px;
	resize: vertical;
	padding: 10px 20px;
	margin-top: 10px;
	border: 1px solid #19569f;
	color: #000;
	text-transform: uppercase;
}

#contact .elementor-shortcode form input[type="submit"]:nth-of-type(1) {
	padding: 15px 30px;
	color: #FFF;
	background: #19569f;
	width: 250px;
	margin-top: 25px;
	text-transform: uppercase;
}

/* Employees Table */
.information {
    padding-top: 30px;
    padding-bottom: 30px;
}

.information__title {
    margin-bottom: 30px;
}

.table {
        border: 1px solid #c3c3c3;
}

.table__row {
        display: flex;
        padding: 5px 10px;
        border: 1px solid #c3c3c3;
}

.table .table__row:nth-of-type(odd) {
	background: #f1f1f1;
}

.table__ceil {
     flex: 0 0 33.33333%;      
}

.table__ceil--email {
      color: blue;
 }

/* Media */

@media(max-width: 767px){
#contact .elementor-shortcode form label:nth-of-type(1) {
	flex-basis: 100%;
	margin-right: 0px;
}

#contact .elementor-shortcode form label:nth-of-type(2) {
	flex-basis: 100%;
	margin-right: 0px;
	
}

#contact .elementor-shortcode form label:nth-of-type(3) {
	flex-basis: 100%;
}
	
#contact .elementor-shortcode form label:nth-of-type(4) textarea {
	height: 150px;
	min-height: 150px;
	resize: none;
	padding: 5px 10px;
}
	
#contact .elementor-shortcode form label>span>input {
	padding: 5px 10px;
}
	
#contact .elementor-shortcode form input[type="submit"]:nth-of-type(1) {
	width: 200px;
}
.table .table__row {
	font-size: 14px;
}
.table .table__ceil:nth-child(1){
	flex: 0 0 20%;
	margin-right: 5px;
}
.table .table__ceil:nth-child(2){
	margin-right: 5px;
}
}

@media(max-width: 550px) {
.table .table__row {
	font-size: 12px;
}
.information__title{
		font-size: 24px;
}
}

@media(max-width: 495px) {
.table .table__row {
	font-size: 11px;
}	
.table h4 {
		font-size: 15px;
}
}

@media(max-width: 480px) {
.custom-logo-link img {
	max-width: 100px;
}
.is-sticky .custom-logo-link img {
    max-width: 100px;
}
.navbar-header .sticky-logo:nth-child(4){
	left: 135px;
}
}

@media(max-width: 460px) {
.table .table__row {
	font-size: 10px;
}	
	.table__ceil--email{	
	flex: 1 0 40%;
	word-break: break-all;	
}
}

@media(max-width: 375px) {
.custom-logo-link img {
	max-width: 90px;
}
.ruspanLogo {
    margin-right: 10px;
}
.is-sticky .custom-logo-link img {
    max-width: 90px;
}
.navbar-header .sticky-logo:nth-child(4){
	left: 100px;
}
}