@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("accordian.css");
@import url("gallery.css");
@import url("banner.css"); 
@import url("indexbelow.css"); 
@import url("accordion.css");
@import url("sidebox.css");  
@import url("toggle.css");  
@import url("testi.css");
@import url("linki.css");
*{
	box-sizing:border-box;
	-webkit-text-size-adjust: none;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	overflow-x:hidden;
	
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

blackdot{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot.png);
	z-index:0;
	background-attachment: scroll;
	}
blackdot-black{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot-black.png);
	z-index:0;
	opacity:0.8;
	}
.blue-border{
	border: 1px solid #498dbd;
}

/*** HOME FORM ***/
.home-contact-form .btn-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 4rem;
    height: 100%;
    border: 0;
    background-color: #fff;
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 0 1.5625rem 1.5625rem 0;
}

button{
	border: none;
    outline:none;
}
.btn-submit:hover{
	cursor:pointer;
}
.home-contact-form .form-control {
    height: auto;
    padding: .75rem 3.375rem .75rem 2rem;
    border: 0;
    color: #3e7976;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .05rem;
    border-radius: 1.5625rem;
    box-shadow: 0 1rem 1rem -1rem rgba(62,121,118,.25);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.home-contact-form .form-group {
    display: flex;
    align-items: flex-start;
    margin: 1rem auto;
    position: relative;
}
.home-contact-form, .home-contact-head {
    max-width: 100%;
    flex-basis: 100%;
}

.home-contact-form .btn-submit svg {
    margin-right: .5rem;
}

.feature-box{
	padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	background:#fff;
}

.feature-box img{
	z-index: 10;
    position: relative;
}

.number{
	z-index: 9;
    position: absolute;
    top: 15px;
    left: 45px;
    font-size: 100px;
    font-weight: 600;
    color: #000;
    opacity: 0.1;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.float-bg{
	width: 100%;
    max-width: 60px;
    position: absolute;
    animation: float 2s infinite;
	left: 3%;
    z-index: 10;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

.circles{
	/*position:relative;*/
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index:0;
}

.circles li{
	position:absolute;
	list-style:none;
	display:block;
	width:20px;
	height:20px;
	background:rgba(206, 206, 206, 0.5);
	animation: animate 20s linear infinite;
}

.circles li:nth-child(1){
	left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-duration: 5s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 4s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-duration: 10s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-duration: 7s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-duration: 6s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 0;
        border-radius: 0;
    }
	
	100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 1;
        border-radius: 50%;
    }

}

.contacts h3{
	background: #2b2b2a;
    color: #fff;
	font-weight:lighter;
	letter-spacing:1px;
	padding:20px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

.contacts a:hover{
	opacity: 0.7;
}

.contacts .fa{
	font-size: 26px;
}

/*** VIDEO BANNER ***/
.video-stretch{
	width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    pointer-events: none;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 50%;
    /*padding: 20px;*/
    border-radius: 5px;
    background-size: contain;
    overflow: hidden;
}
.videoContainer video {
    min-width: 100%;
    min-height: 50%;
    position: relative;
    z-index: 1;
}
.videoContainer .overlay {
    height: 500%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: rgb(23, 35, 58);
    opacity: 0.6;
}

/*scroll down animation */
.fZyQMk {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 2em;
    height: 3em;
    border: 0.1875em solid white;
    overflow: hidden;
    position: absolute;
    bottom: 2em;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, 0px, 0px);
    border-radius: 0.75em;
}

.fZyQMk::before {
    content: "";
    width: 0.375em;
    height: 0.625em;
    background-color: white;
    position: absolute;
    top: 0.375em;
    left: 50%;
    transform: translate3d(-50%, 0px, 0px);
    border-radius: 0.125em;
}

.fZyQMk::after {
    content: "";
    width: 0.375em;
    height: 0.375em;
    background-color: white;
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translate3d(-50%, 0px, 0px);
    border-radius: 0.25em;
    animation: 1s linear 0s infinite normal none running scrollDown;
}

@keyframes scrollDown{
	0%{transform:translate(-50%,.125em);
	opacity:0}
	60%
	{transform:translate(-50%,.5em);
	opacity:1}
	to{transform:translate(-50%,1em);opacity:0}}

@media only screen and (max-width: 800px) {
.border_right{
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}	

}
