/* Enter Your Custom CSS Here */

.full-height {
	height:90vh;
}

.container_inner {
	padding:0!important;
}

/*********Animated Go To****************/


.demo a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

.demo a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.demo a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.scroll-to-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: flex-end;
justify-content: center;
align-content: flex-end;
padding-top:100px;
}

.slider2.scroll-to-bottom {
margin-top:-200px;
}

@media (orientation:portrait){
.scroll-to-bottom {
padding-top:50px;
}
}

.scroll-to-bottom a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.scroll-to-bottom a {
padding-top: 60px;
}

.demo a {
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

 .demo .scroll-to-bottom-wrapper {
	height:100%;
}

/*.home .kc-row-container {
	height:100vh;
}*/

.list-car {
	list-style-type:none;
	margin-top:26px;
}

.list-car li {
	margin-bottom:10px;
	color:#000;
}

.our-clients {
padding-top:11%;
}

.list-contact li,.list-contact li a {
	color:#fff;
	line-height:2em;
}

.list-contact {
	margin:20px 0;
}

.list-contact.big {
	font-size:1.2em;
	list-style-type:none;	
}

.list-contact.big li,.list-contact.big li a{
	color:#000;
}

#custom_html-3 h5{
	margin-top:15px;
}

.footer_bottom {
	line-height:16px!important;
}

@media (max-width:800px){
.wpcf7 .cf7s-caspar {
	padding:0!important;
	border:0!important;
}
}

#section01 {
background: #222222 url("/wp-content/uploads/2019/07/LOGO-VOYAGER-big-1.png") no-repeat 50% 40%;
background-size: auto;
}

@media (max-width:800px){
#section01 {
background: #222222 url("/wp-content/uploads/2019/07/LOGO-VOYAGER-big-1.png") no-repeat 50% 40%;
background-size: 90% auto;
}
}

.kc_title.home-link a {
	color:#fff;
}