@font-face {
    font-family: 'Mulish-SemiBold';
    src: local('Mulish-SemiBold'), url('../fonts/Mulish-SemiBold.eot');
    src: local('Mulish-SemiBold'), url('../fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'), local('Mulish-SemiBold'), url('../fonts/Mulish-SemiBold.woff') format('woff'), local('Mulish-SemiBold'), url('../fonts/Mulish-SemiBold.ttf') format('truetype'), local('Mulish-SemiBold'), url('../fonts/Mulish-SemiBold.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Mulish-Light';
    src: local('Mulish-Light'), url('../fonts/Mulish-Light.eot');
    src: local('Mulish-Light'), url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), local('Mulish-Light'), url('../fonts/Mulish-Light.woff') format('woff'), local('Mulish-Light'), url('../fonts/Mulish-Light.ttf') format('truetype'), local('Mulish-Light'), url('../fonts/Mulish-Light.svg#svgFontName') format('svg');
}

.section{
	text-align:center;
}
	
body
{
	display:block;
	margin:0px;
}
.wj_embed_wrapper {
    z-index: 9999 !important;
}
.wj_content {
    min-height:90px !important;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/Karco_Logo.gif) center no-repeat #fff;
	background-size: 15%;
}

img.responsive{
            width:100%;
            height:auto;
        }
.whatsup {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    margin-top: -12%;
    float: right;
    margin-right: 11%;
}
.twitter
{
	position: relative;
	right: 0;
	bottom: 0;
	display: block;
	margin-top: -12%;
	float: right;
	margin-right: 7%;
}


.l-left {
	float: left;
	margin-top: 5px;
}
.l-left img{
	width: 130px;
}
.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	        transform: translateY(300px);
	transition: opacity, -webkit-transform 1s;
	transition: opacity, transform 1s;
	transition: opacity, transform 1s, -webkit-transform 1s;
	transition-delay: 1s;
}

.header-top {
	padding: 0px 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	box-sizing: border-box;
}
h1 a {
	display: block;
	padding: 0 10px;
}

.toggle-menu {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	top: -3px;
}

.toggle-menu i {
	position: absolute;
	display: block;
	height: 3px;
	background: #ec3024;
	width: 30px;
	left: 10px;
	transition: all .3s;
}

.toggle-menu i:nth-child(1) {
	top: 16px;
}

.toggle-menu i:nth-child(2) {
	top: 24px;
}

.toggle-menu i:nth-child(3) {
	top: 32px;
}

.open-menu i:nth-child(1) {
	top: 25px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
	background: transparent;
}

.open-menu i:nth-child(3) {
	top: 25px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}

nav {
	font-family: 'Mulish-Light';
 	height: 0;
 	opacity: 0;
 	box-sizing: border-box;
 	position: fixed;
 	top: 0px;
 	right: 50px;
 	width:35%;
 	transition: all 1s;
}

.open-menu ~ nav {
	opacity: 1;
	padding: 0px 0;
	z-index: 9999999;
	height: calc(32vh - 50px);
}

nav ul {
	padding: 0 10px;
	display: flex;
	list-style-type: none;
	color: #fff;
}

nav li {
	flex: 1;
}

nav li a {
	color: #22B573;
	font-size:18px;
	display: block;
	padding: 10px;
	text-align: center;
	transition: background .3s;
}

nav li a {
	background:transparent;
	margin-left:0px;
	color: #22B573;
}
nav li a:visited{
	background:transparent;
	margin-left:0px;
	color: #22B573;
	text-decoration: none;
}
nav li a:hover,
nav li.active a{
	background: transparent;
    color: #ec3024;
    text-decoration: none;
}

section { 
	text-align: center;
}

h2 {
	font-size: 4em;
	margin-bottom: 20px;
}

h3 {
	font-weight: 300;
	font-size: 2.8em;
}


#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: white;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 2px solid #212121;
}

@media screen and (max-width: 767px) {
	nav ul {
		flex-direction: column;
	}

	nav li {
		margin-top: 1px;
	}
  .open-menu ~ nav {
		padding: 10px 0;
		height: calc(32vh - 50px);
	}
  nav li a {
   font-size:16px;
  }
  
  .scroll-icon {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  
  .open-menu ~ nav {
		padding: 10px 0;
		height: calc(32vh - 50px);
	}

	nav li a {
		padding: 3px;
	}
}

.hide {
    display: block !important;
}

.Desktop_section .carousel {
    background-image: url(../images/DesktopBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.Desktop_section .carousel-indicators li {
    background-color: #0d2a2d !important;
    border: none !important;
	margin:0 10px 0 0;
}	
.Desktop_section .carousel-indicators .active
{
	background:#e6e6e6 !important;
	border: none !important;
	margin:0 10px 0 0;
	width:10px;
	height:10px;
}	
.Desktop_section .carousel-caption {
    position: relative;
    right: 0;
    bottom: 20px;
    top: 30px;
    left: 11%;
    text-align: left;
}
.Desktop_section .carousel-inner img
{
	padding-top: 18%;
	width:100%;
}
.Desktop_section .carousel-caption h3
{
    font-family: 'Mulish-SemiBold';
	font-size:60px;
	line-height:70px;
    padding-top: 35%;
    margin-bottom: 0;
}
.Desktop_section .carousel-caption p
{
	 font-family: 'Mulish-Light';
	 padding-top: 5%;
	 font-size:42px;
	 line-height:60px;
}

.DesktopVideoBg
{
	background-image: url(../images/DesktopVideoBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.DesktopVideoBg .container-fluid {
    width: 80%;
}
.DesktopVideoBg .container-fluid .wistia_responsive_padding {
  margin-top: 70px;
}
.DesktopVideoBg .container-fluid .wistia_responsive_wrapper
{
	box-shadow: 0px 0px 10px #0d2a2d;
}
.DesktopVideoBg .container-fluid .wistia_responsive_wrapper > div > div
{
	border-radius:10px;
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
.DesktopVideoBg .container-fluid {
    width:75%;
}
.Desktop_section .carousel-caption h3
{
    font-family: 'Mulish-SemiBold';
	font-size:50px;
	line-height:60px;
    padding-top: 32%;
    margin-bottom: 0;
}
.Desktop_section .carousel-caption p
{
	 font-family: 'Mulish-Light';
	 padding-top: 5%;
	 font-size:35px;
	 line-height:42px;
}
.Desktop_section .carousel-inner img {
    padding-top: 27%;
    width: 90%;
}
}

.Desktop_section .carousel-inner>.item>a>img, .Desktop_section .carousel-inner>.item>img {
    margin-top: -15px;
}
.Desktop_section .carousel-indicators {
    bottom:5%;
}
.Desktop_section .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.Desktop_section .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.Desktop_section .carousel-fade .carousel-inner .active.left,
.Desktop_section .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.Desktop_section .carousel-fade .carousel-inner .next.left,
.Desktop_section .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .Desktop_section .carousel-fade .carousel-inner > .item.next,
    .Desktop_section .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .Desktop_section .carousel-fade .carousel-inner > .item.prev,
    .Desktop_section .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .Desktop_section .carousel-fade .carousel-inner > .item.next.left,
    .Desktop_section .carousel-fade .carousel-inner > .item.prev.right,
    .Desktop_section .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 


.Mobile_section .carousel
{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 730px;
    z-index: 9999;
    background: url(../images/mobileBg.png) top center no-repeat #fff;
    background-size: cover;
}
.Mobile_section .carousel-indicators li {
    background-color: #0d2a2d !important;
    border: none !important;
	margin:0 5px 0 0;
}	
.Mobile_section .carousel-indicators .active
{
	background:#e6e6e6 !important;
	border: none !important;
	margin:0 5px 0 0;
	width:10px;
	height:10px;
}	
.Mobile_section .carousel-caption {
    position: relative;
	right: 0;
    bottom: 20px;
    left: 0;
}
.Mobile_section .carousel-caption h3
{
    font-family: 'Mulish-SemiBold';
    padding-top: 35%;
    margin-bottom: 0;
}
.Mobile_section .carousel-caption p
{
	 font-family: 'Mulish-Light';
	 padding-top: 5%;
	 font-size:18px;
}
.Mobile_section .carousel-inner>.item>a>img, .Mobile_section .carousel-inner>.item>img {
    margin-top: -15px;
}
.Mobile_section .carousel-indicators {
    bottom:60px;
}

.Mobile_section  nav {
    font-family: 'Mulish-SemiBold';
    height: 0;
    opacity: 0;
    box-sizing: border-box;
    position: fixed;
    top: 10px;
    right: 45px;
    width: 40%;
    z-index: 999;
    transition: all 1s;
}

.MobileVideoBg .container-fluid {
    width: 80%;
}
.MobileVideoBg .container-fluid .wistia_responsive_padding {
  margin-top: 70px;
}
.MobileVideoBg .container-fluid .wistia_responsive_wrapper
{
	box-shadow: 0px -2px 20px #0d2a2d;
}

@media screen and (max-width: 767px) {
.MobileVideoBg .container-fluid {
    width:95%;
    margin-top: -50%;
}
 .Mobile_section .carousel-caption h3
{
    font-size:35px;
}
.Mobile_section .carousel-caption p
{
	 font-family: 'Mulish-Light';
	 padding-top: 5%;
	 font-size:18px;
}
.Mobile_section .carousel-inner>.item>a>img, .Mobile_section .carousel-inner>.item>img {
    margin-top: -15px;
	width:80%;
	margin:0px auto;
}
.MobileVideoBg .container-fluid .wistia_responsive_padding {
    margin-top:5%;
    margin-bottom:10%;
}
}


/*WPBeginner Footer Bar*/
.fixedbar {background: #0D2A2D;bottom: 0px;color:#fff;left:0;padding: 0px 0;position:fixed;width:100%;z-index:99999;float:left;vertical-align:middle;margin: 0px 0 0;opacity: 0.95;}
.boxfloat {
text-align:center; 
width:100%; 
margin:0 auto;
}
 
#tips, #tips li {
margin:0; 
padding:0; 
list-style:none
}
#tips {width:100%;}
#tips li {padding: 30px 0;}
#tips li a{
 font-family: 'Mulish-SemiBold';
background: #ED1C24;
border-radius: 4px;
text-decoration: none;
color:#fff;
font-size: 16px;
    line-height: 1.3;
    max-width: 180px;
    white-space: normal;
    padding: 10px 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: normal;
    word-break: break-word;
}
#tips li a:hover {
text-decoration: none;
}