body{
	padding: 0;
	margin: 0;
	background-color: #777;
	background-image: url('');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

p{
	font-size: 18px;
}




header *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

header{
	height: 120px;
	width: 100%;
	position: relative;
	background-color: #eb671d;
	box-shadow: 0px 2px 5px rgba(0,0,0,.4);
	z-index: 100;
}

ul.menu{
	margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
    padding: 18rem 0 0 0;
    font-size: 4rem;
    line-height: 117px;
}
ul.menu a{
	color:#fff;
	text-decoration: none;
}



h1.title{
      font-size: 4rem !important;
}

footer{
	background-color: #5f6a6b;
	color: #fff;
}

.colorized{
	color:#979797;
	text-decoration: none;
}

.timlogo{
	width: 123px;
	display: block;
	margin: 0 auto;
	padding: 11px 0 0 11px;
	float: left;
}
.head{
	position: absolute;
	top: 35px;
	right: 50px;
}
.head .tile{
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-left: -9px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.head .tile.socialmedia{
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 50px;
	position: relative;
	top: -14px;
}

header.clicked .head .tile.socialmedia{
	color: white;
}
.head .burger{
	margin-left: 25px;
	padding: 5px;
	cursor: pointer;
	background-color:#0e486e;
}
.meat{
	height: 40px;
	width: 40px;
	position: relative;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
header.clicked .head .burger .meat{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.meat .line{
	height: 4px;
	width: 40px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.meat .line.one{top: 5px; left: 0px;}
.meat .line.two{top: 18px; left: 0px;}
.meat .line.three{top: 31px; left: 0px;}

header.clicked .burger .line{
	background-color: white;
}
header.clicked .burger .line.one{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 18px;
}
header.clicked .burger .line.two{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 18px;
}
header.clicked .burger .line.three{
	opacity: 0;
}
header.clicked .burger:hover .meat{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

header.clicked .nav-modal .blob {
    width: 100vw;
    height: 100vh !important;
    border-radius: 0px;
}

.nav-modal .blob {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #0e486e;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .3s ease-in;
}


header.clicked .nav-modal {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}

.nav-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    pointer-events: none;
}


.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}



/*

#home-slider {
    position: relative;
    padding: 0;
}


.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}*/

.overlay-header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  transition: .5s ease;
  background-color: #000;
}


.vh100{height: 100vh;}



.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
    padding:20px;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.h1header {
    color: #000;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}



/*About*/

.about{background-color: #fff;
	padding:100px 0; 
	background-image: url(../img/cargo.jpg);}

h1.fromto {color:#adff2f }

/*Service*/


/*Contact*/







#myVideo {position: fixed; right: 0;bottom: 0;min-width: 100%; min-height: 100%;z-index: -1;transform: scale(1.5); top:35px;}


@media all and (max-width: 768px){
    #myVideo {position: fixed; right:0px;bottom: 0;min-width: 100%; min-height: 100%;z-index: -1;transform: scale(1.5); top:35px;}
    .head .burger {margin-left: 9px;}
    .head {right: 28px;}
    h1.fromto {font-size: 1.9rem !important;}
}

@media screen and (max-width:550px){
				#myVideo {right: -700px !important; top: -102px !important; }
		 }