html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body
{ height:100%; }

body, h1, h2, h3, h4, h5, h6, ul, ol, li, table, th, td, p, header, section, footer, aside, nav, main, article, figure, figcaption, div
{
  margin:0px;
  padding:0px;
  list-style-type:none;
}

header, section, footer, aside, nav, main, article, figure, figcaption
{ display:block; }

img
{ 
  border:0px;
  max-width:100%;
  height:auto; 
}

a, li.ks-pointer { cursor:pointer; }

a:link, 
a:visited, 
a:active, 
a:hover
{ text-decoration:none; }

table
{ width:100%; }

table, th, td
{
  border:1px solid #000000;
  border-collapse:collapse;
}

table.ks-noborder,
table.ks-noborder > tbody > tr > th,
table.ks-noborder > tbody > tr > td
{ border:none; }

.ks-default-format
{ 
	margin-left:20px; 
	margin-bottom:10px;
}

ul.ks-default-format li
{
  list-style-type:disc;
  font-size:1.25em;
  margin-bottom:10px;
}

ol.ks-default-format li
{
  list-style-type:decimal;
  font-size:1.25em;
  margin-bottom:10px;
}

ul.ks-display-inline li,
ol.ks-display-inline li
{ display:inline-block; }

ul.ks-float-left li,
ol.ks-float-left li
{ float:left; } /*Think About This*/

ul li.ks-nodisplay
{ display:none; }

ul li.ks-novisible
{ visibility:hidden; }

.ks-clearauto
{ overflow:hidden; }

.ks-clearfix::after {
	content:"";
	clear:both;
	display:table;
}

.ks-clearfloat
{ clear:both; }

.ks-nodisplay
{ display:none; }

.ks-novisible
{ visibility:hidden; }

.ks-boldtext
{ font-weight:bold; }

.ks-italictext
{ font-style:italic; }

.ks-redtext
{ color:#FF0000; }

.ks-gcredtext
{ color:#E60000; }

.ks-gcbluetext
{ color:#2800C7;}

.ks-blacktext
{ color:#000000; }

.ks-whitetext
{ color:#FFFFFF; }

.ks-floatleft
{ float:left; }

.ks-floatright
{ float:right; }

.ks-boxcenter
{ margin:0px auto; }

.ks-boxright
{
	float:right;
	margin-right:10px;
}

.ks-boxleft
{
	float:left;
	margin-left:10px;
}

.ks-textcenter
{ text-align:center; }

.ks-textright
{ text-align:right; }

.ks-textleft
{ text-align:left; }





/*Background Header Image*/
div.ks-slider {
	position:relative;
	height:600px;
	overflow:hidden;
}

div.ks-slider-img {
	position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
	height:100%;
}

div.ks-bgimg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
	height:600px;
/*	height:100vh;*/
}

div.ks-slider-imgshade,
div.ks-bgshade {
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
}

div.ks-slider-imgtext,
div.ks-bgtext {
	text-align: center;
	/* Place styles here for specific web project */
}

div.ks-fullimg {
	height:100%;
}





/*Main Heading*/
header.ks-main-heading {
	display:flex;
	justify-content: space-between;
	align-items: center;
	background-color:transparent;
	width:100%;
	padding:15px 20px;
}

header.ks-main-heading-pos {
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:absolute;
	width:100%;
	padding:15px 20px;
	z-index:999;
}

header.ks-main-heading-fixed {
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:fixed;
	width:100%;
	padding:15px 20px;
	z-index:999;
}

div.ks-heading-logo {
	color:#000000;
}

nav.ks-heading-link-wrap { /*border:2px solid black;*/
	color:#000000;
}

ul.ks-heading-links { /*border:2px solid black;*/
	display:flex;
	column-gap:30px;
	align-items: center;
}

ul.ks-heading-links li.ks-heading-submenu {
	position:relative;
	/*height:30px;*/
}





/*Mobile Heading*/
header.ks-mobile-main-heading {
	position:fixed;
	top:0px;
	left:0px;
	background-color:#888888;
	width:0px; /*270px;*/
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999;
}

header.ks-mobile-main-heading-right {
	position:fixed;
	top:0px;
	right:0px;
	background-color:#888888;
	width:0px; /*270px;*/
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999;
}

header.ks-mobile-main-heading-top {
	position:fixed;
	top:0px;
	left:0px;
	background-color:#888888;
	width:100%;
	height:0px; /*100%*/
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999;
}

nav.ks-mobile-heading-link-wrap {
	margin:0px 10px;
}

header.ks-mobile-main-heading-top nav.ks-mobile-heading-link-wrap {
	text-align:center;
	margin:0px 10px;
}

div.ks-mobile-heading-wrap { /*border:1px solid yellow;*/
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:0px 10px;
	margin-top:7px;
	margin-bottom:20px;
}

div.ks-mobile-heading-close,
div.ks-mobile-heading-logo { /*border:1px solid white;*/
	cursor:pointer;
}

div.ks-mobile-heading-close {
	color:#FFFFFF;
	font-weight:bold;
	font-size:3em;
}

header.ks-mobile-main-heading-top div.ks-mobile-heading-logo {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

div.ks-mobile-heading-submenu-links {
	width:100%;
}

header.ks-mobile-main-heading-top ul.ks-mobile-heading-links {
	display:inline-block;
}

ul.ks-mobile-heading-links li.ks-mobile-heading-submenu:hover {
	background:#333333;
}




/*Main Section*/
section.ks-main-section {
	width:100%;
	padding:100px 0px;
}

section.ks-nopaddingtop {
	padding-top:0px;
}

section.ks-extrapaddingtop {
	padding-top:150px;
}

section.ks-nopadding {
	padding:0px;
}

section.ks-main-bgsection {
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:800px;
}

section.ks-section-height {
	height:100%;
}

section.ks-main-bgsect-fixed {
	background-attachment:fixed;
}

div.ks-main-bgcontent {
	position:absolute;
	top:50%;
	transform:translate(0px, -50%);
	width:100%;
}




/*Main Footer*/
footer.ks-footer { 
  padding-bottom:20px;
}



/*Section & Footer Content*/
div.ks-main-content-sm,
div.ks-footer-content-sm {
	max-width:1000px;
	margin:auto;
}

div.ks-main-content-med,
div.ks-footer-content-med {
	max-width:1200px;
	margin:auto;
}

div.ks-main-content-lg,
div.ks-footer-content-lg {
	max-width:1400px;
	margin:auto;
}

div.ks-main-content h1,
div.ks-footer-content h1 {
	text-align:center;
	font-size:2.5em;
}

div.ks-main-content h1 + p,
div.ks-main-content h3:first-of-type,
div.ks-footer-content h1 + p,
div.ks-footer-content h3:first-of-type {
	margin-top:30px;
}

div.ks-main-content h1 + h2,
div.ks-footer-content h1 + h2 {
	text-align:center;
	font-size:1.8em;
	margin-bottom:30px;
}

div.ks-main-content h2,
div.ks-footer-content h2 {
	text-align:center;
	font-size:2.5em;
	margin-bottom:30px;
}

div.ks-main-content h3,
div.ks-footer-content h3 {
	margin-top:20px;
	font-size:1.5em;
	margin-bottom:5px;
}

div.ks-main-content h4,
div.ks-main-content h5,
div.ks-main-content h6,
div.ks-footer-content h4,
div.ks-footer-content h5,
div.ks-footer-content h6 {
	font-size:1.25em;
}

div.ks-main-content h4 + p,
div.ks-main-content h5 + p,
div.ks-main-content h6 + p,
div.ks-footer-content h4 + p,
div.ks-footer-content h5 + p,
div.ks-footer-content h6 + p {
	font-size:1.2em;
	line-height:normal;
}

div.ks-main-content p,
div.ks-footer-content p {
	text-align:justify;
	font-size:1.25em;
	line-height:1.5;
	margin-bottom:10px;
}

div.ks-footer-content p.ks-copy {
	text-align:center;
	text-transform:uppercase;
	font-size:0.8em;
}





/*Main Popup Content*/
div.ks-popup {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:999;
}

div.ks-popup-section {
	position:absolute;
	top:50%;
	left:0px;
	transform:translate(0px, -50%);
	text-align:center;
	width:100%;
}

div.ks-popup-content {
	display:inline-block;
	background-color:#FFFFFF;
	width:100%;
	padding:20px;
}

div.ks-popup-content-xxsm {
	max-width:500px;
}

div.ks-popup-content-xsm {
	max-width:800px;
}

div.ks-popup-content-sm {
	max-width:1000px;
}

div.ks-popup-content-med {
	max-width:1200px;
}

div.ks-popup-content-lg {
	max-width:1400px;
}





/* Image Text Box Styles */
div.ks-half {
	display:flex;
	flex-wrap: wrap;
	border:1px solid #888;
}

div.ks-half > div.ks-multicol-item {
	flex:50%;
}

div.ks-half-reverse div.ks-multicol-img {
	order:1;
}

div.ks-multicol-img img {
	width:100%;
	height:100%;
}

div.ks-multicol-text {
	display:flex;
	align-items: center;
	justify-content: center;
}

div.ks-multicol-txt {
	width:70%;
}





/* Multiple Columns Styles */
/* Multicol Quarter Styles */
div.ks-quart,
div.ks-quart-stack,
div.ks-quart-noresp {
	display:flex;
	flex-wrap: wrap;
}

div.ks-quart > div.ks-multicol-item,
div.ks-quart-stack > div.ks-multicol-item,
div.ks-quart-noresp > div.ks-multicol-item {
	flex:25%;
}


/* Multicol Third Styles */
div.ks-third,
div.ks-third-stack,
div.ks-third-noresp {
	display:flex;
	flex-wrap: wrap;
}

div.ks-third > div.ks-multicol-item,
div.ks-third-stack > div.ks-multicol-item,
div.ks-third-noresp > div.ks-multicol-item {
	width:33.33%;
}


/* Multicol Half Styles */
div.ks-half,
div.ks-half-noresp {
	display:flex;
	flex-wrap: wrap;
}

div.ks-half > div.ks-multicol-item,
div.ks-half-noresp > div.ks-multicol-item {
	flex:50%;
}



/* Multiple Sidebar Styles */
div.ks-left,
div.ks-right,
div.ks-both {
	display:flex;
	flex-wrap: wrap;
}

div.ks-left > div.ks-multicol-item:first-child {
	width:200px;
}

div.ks-left > div.ks-multicol-item:last-child {
	flex:1;
}

div.ks-right > div.ks-multicol-item:first-child {
	flex:1;
}

div.ks-right > div.ks-multicol-item:last-child {
	width:200px;
}

div.ks-both > div.ks-multicol-item:first-child,
div.ks-both > div.ks-multicol-item:last-child {
	width:200px;
}

div.ks-both > div.ks-multicol-item:nth-child(2) {
	flex:1;
}





/* Gallery Styles */
div.ks-gallery-quart,
div.ks-gallery-stack {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
}

div.ks-gallery-third,
div.ks-gallery-third-stack {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
}

div.ks-gallery-half {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
}

div.ks-gallery-item img {
	width:100%;
}





/*Variaous Components*/
/*Menu Lines*/
div.ks-menu-lines {
	width:35px;
	cursor:pointer;
}

div.ks-menu-line {
	background-color:#000000;
	width:100%;
	height:5px;
	margin-bottom:5px;
}

div.ks-menu-line-round {
	border-radius:10px;
}

/*Information Bar*/
div.ks-info-bar {
	border-radius:5px;
	padding:15px 20px;
}

div.ks-info-bar p {
	margin:0px;
}

div.ks-info-bar-gray {
	background-color:#F2F2F2;
}

div.ks-info-bar-green {
	background-color:#4CAF50;
}

div.ks-info-bar-yellow {
	background-color:#FFEB3B;
}

div.ks-info-bar-red {
	background-color:#F98E86;
}

div.ks-info-bar-lightblue {
	background-color:#00ACE6;  /*#33ccff;*/
}

/*Information Strip*/
div.ks-info-strip {
	padding:15px 20px;
}

div.ks-info-strip p {
	margin:0px;
}

div.ks-info-strip-gray {
	border-left:6px solid #888888;
	background-color:#F2F2F2;
}

div.ks-info-strip-green {
	border-left:6px solid #4CAF50;
	background-color:#DDFFDD;
}

div.ks-info-strip-yellow {
	border-left:6px solid #FFEB3B;
	background-color:#FFFFCC;
}

div.ks-info-strip-red {
	border-left:6px solid #F44336;
	background-color:#FFDDDD;
}

div.ks-info-strip-lightblue {
	border-left:6px solid #00ACE6;
	background-color:#99E6FF;
}

div.ks-info-strip-green-bdr {
	border-left:6px solid #4CAF50;
	background-color:#F2F2F2;
}

div.ks-info-strip-yellow-bdr {
	border-left:6px solid #FFEB3B;
	background-color:#F2F2F2;
}

div.ks-info-strip-red-bdr {
	border-left:6px solid #F44336;
	background-color:#F2F2F2;
}

div.ks-info-strip-lightblue-bdr {
	border-left:6px solid #00ACE6;
	background-color:#F2F2F2;
}

/*Progress Bar*/
div.ks-progress {
	background-color:#AAAAAA;
	width:100%;
	height:5px;
}

div.ks-progress-bar {
	height:100%;
}

/*Icon Buttons*/
span.ks-icon {
	display:inline-block;
	text-align:center;
	font-size:50px;
	line-height:100px;
	width:100px;
	height:100px;
}

span.ks-icon-round {
	border-radius:8px;
	display:inline-block;
	text-align:center;
	font-size:50px;
	line-height:100px;
	width:100px;
	height:100px;
}

span.ks-icon-circle {
	border-radius:50%;
	display:inline-block;
	text-align:center;
	font-size:50px;
	line-height:100px;
	width:100px;
	height:100px;
}

span.ks-facebook {
	background-color:#3B5999;
	color:#FFFFFF;
}

span.ks-twitter {
	background-color:#1DA1f3;
	color:#FFFFFF;
}

span.ks-linkedin {
	background-color:#0177B5;
	color:#FFFFFF;
}

span.ks-youtube {
	background-color:#FF0000;
	color:#FFFFFF;
}

span.ks-instagram {
	background-color:#888888;
	color:#FFFFFF;
}

span.ks-email {
	background-color:#888888;
	color:#FFFFFF;
}

span.ks-angle {
	background-color:#888888;
	color:#FFFFFF;
}

span.ks-check {
	background-color:#888888;
	color:#FFFFFF;
}

span.ks-times {
	background-color:#888888;
	color:#FFFFFF;
}





/*Button Styles*/
button[type="submit"].ks-btn,
button[type="button"].ks-btn,
button[type="reset"].ks-btn {
	border:none;
	padding:5px 10px;
	cursor:pointer;
}

button[type="submit"].ks-btn-full,
button[type="button"].ks-btn-full,
button[type="reset"].ks-btn-full {
	display:block;
	width:100%;
	margin-bottom:10px;
}






/*All Links*/
a.ks-btn:link,
a.ks-btn:visited {
  display:inline-block;
  background-color:lightgray;
  padding:5px 10px;
}

a.ks-btn-full:link,
a.ks-btn-full:visited {
	display:block;
	width:100%;
	margin-bottom:10px;
}





/*All Media Queries*/
@media only screen and (max-width:1370px) {
	/*Main Section & Content*/
	div.ks-main-content-lg,
	div.ks-footer-content-lg {
		padding:0px 20px;
	}
}

@media only screen and (max-width:1030px) {
	/*Background Header Image*/
	div.ks-slider,
	div.ks-bgimg {
		height:400px;
	}
	
	div.ks-fullimg {
		height:100%;
	}
	
	/*Main Section & Content*/
	div.ks-main-content-sm,
	div.ks-main-content-med,
	div.ks-footer-content-sm,
	div.ks-footer-content-med {
		padding:0px 20px;
	}
}

@media only screen and (max-width:1000px) {
	/*Main Heading*/
	ul.ks-heading-links {
		display:none;
	}
	
	/*Variaous Components*/
	div.ks-menu-lines {
		display:block;
	}
}

@media only screen and (max-width:900px) {
	/* Multiple Columns Styles */
	div.ks-quart > div.ks-multicol-item {
		flex:50%;
	}

	div.ks-quart-stack > div.ks-multicol-item {
		flex:100%;
	}

	div.ks-third > div.ks-multicol-item {
		width:50%;
	}

	div.ks-third-stack > div.ks-multicol-item {
		width:100%;
	}

	div.ks-half > div.ks-multicol-item {
		flex:100%;
	}



	/* Multiple Sidebar Styles */
	div.ks-left > div.ks-multicol-item {
		flex:100%;
	}

	div.ks-right > div.ks-multicol-item {
		flex:100%;
	}

	div.ks-both > div.ks-multicol-item {
		flex:100%;
	}
	
	
	/* Gallery Styles */
	div.ks-gallery-quart {
		grid-template-columns: repeat(2, 1fr);
	}

	div.ks-gallery-stack {
		grid-template-columns: repeat(1, 1fr);
	}

	div.ks-gallery-third {
		grid-template-columns: repeat(2, 1fr);
	}

	div.ks-gallery-third-stack {
		grid-template-columns: repeat(1, 1fr);
	}



	/* Multiple Columns Styles */
	div.ks-half > div.ks-multicol-item {
		flex:100%;
	}

	div.ks-half-reverse div.ks-multicol-img {
		order:0;
	}

	div.ks-multicol-txt {
		width:100%;
		padding:10px;
	}
}

@media only screen and (max-width:820px) and (max-height:420px) {
	/*Background Header Image*/
	div.ks-slider,
	div.ks-bgimg {
		height:100%;
	}
	
	div.ks-fullimg {
		height:100%;
	}
}

@media only screen and (max-width:650px) {
	/* Gallery Styles */
	div.ks-gallery-quart {
		grid-template-columns: repeat(1, 1fr);
	}

	div.ks-gallery-third {
		grid-template-columns: repeat(1, 1fr);
	}

	div.ks-gallery-half {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width:600px) {
	/* Multiple Columns Styles */
	div.ks-quart > div.ks-multicol-item {
		flex:100%;
	}

	div.ks-third > div.ks-multicol-item {
		width:100%;
	}
}

@media only screen and (max-width:455px) {
	/*Footer Content*/
	br.ks-break-line {
		display:block;
	}
}

@media only screen and (max-width:420px) {
	/*Background Header Image*/
	div.ks-slider,
	div.ks-bgimg {
		height:300px;
	}
	
	div.ks-fullimg {
		height:100%;
	}
	
	/*Button Styles & All Links*/
	button[type="submit"].ks-btn,
	button[type="button"].ks-btn,
	button[type="reset"].ks-btn,
	a.ks-btn:link,
	a.ks-btn:visited {
		display:block;
		width:100%;
		margin-bottom:10px;
	}
}