@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
	padding: 0px;
	margin: 0px;
}
.logo{
	display: flex;
	align-items:first baseline;
}
.logo img{
	width: 100%;
	height: auto;
}
.padd{
	background: white;
	color: #fff;
	padding: 10px 40px;
	font-size: 15px;
	font-family: Open Sans;
	z-index: 999;
	display: flex;
	align-items: center;
}
.navbar li{
	padding-right: 35px;
	list-style: none;
/*	color: rgb(54, 184, 42); */
color: rgb(54, 184, 42);
}
.padd a{
	text-transform: uppercase;
	color: black;
}
.padd a:hover{
	color: rgb(54, 184, 42);
	text-transform: uppercase;
	transition: 0.7s;
}
.padd li:hover{
	color: rgb(55, 55, 55);
	transition: 0.7s;
	padding-right: 35px;
	list-style: none;
}
.navbar span a{
	color:  rgb(54, 184, 42);
	padding: 15px 20px;
	text-decoration: none;
	font-size: 13px;
}
.navbar span a:hover{
	padding: 15px 20px;
	text-decoration: none;
	color: black;
	transition: 1s;
}
.top_header{
	background: rgb(54, 184, 42);
	background: linear-gradient(90deg, rgb(54, 184, 42) 20%, rgb(0, 152, 214) 99%);   
	color: #fff;
	padding: 6px 30px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Open Sans;
	display: flex;
	letter-spacing: 0.5px;
}
.adres {
	display: flex;
	align-items: center;
}
.adres span{
	padding-right: 25px;
}
.adres i{
	padding-right: 8px;
	font-size: 16px;
}
.icon{
	display: flex;
	align-items: center;
	justify-content: right;
}
.icon a{
	color: #fff;
	font-size: 19px;
	padding-left: 15px;
		padding-right: 15px;
}

.icon a:hover{
	color: rgb(54, 184, 42);
	font-size: 19px;
	padding-left: 1px;
	transition: 1.7s;
}

.opening a {
font-size:13px;
white-space: nowrap;
border:1px solid;
padding:1px 5px;
text-decoration:none;
}

.opening a:hover {
font-size:13px;
white-space: nowrap;	
padding:1px 5px;
text-decoration:none;
}

.services{
	text-align: center;
	color: #050957;
	font-weight: 400;
	font-size: 16px;
	padding-top: 130px;
	text-transform: uppercase;
}
.work{
	color: rgb(54, 184, 42);
	font-size: 40px;
	font-family: Open Sans;
	text-align: center;
	padding-bottom: 60px;
	font-weight: 500;
	margin-top: -2px;
}

.home{
	padding: 0px 15px;
}

.home1{
	display: none;
}
.why{
	padding: 0px 15px;
}
.why img{
	width: 80%;
	object-fit: cover;
	margin-bottom: 20px;
}
.why span{
	font-size: 15px;
	color: rgb(54, 184, 42);
	font-family: Open Sans;	
}
.tekst{
	display: flex;
	flex-direction: column;
	padding: 0px 30px;
	line-height: 50px;
}
.tekst span:first-child{
	font-size: 35px;
	color: rgb(54, 184, 42);
	  font-weight: 700;
	font-family: Open Sans;
	line-height: 40px;
}
.tekst span{
	font-size: 17px;
	color: rgb(55, 55, 55);
	font-weight: 300;
	line-height: 28px;
	margin-top: 10px;
	font-family: Open Sans;
}

.tekst li{
	font-size: 16px;
	color: rgb(55, 55, 55);
	line-height: 20px;
	list-style-type: circle;
}
.tekst p{
	color: #858585;
	font-weight: 500;
}

.tekst span a{
	background: rgb(54, 184, 42);
	background: linear-gradient(163deg, rgb(26, 189, 255) 15%, rgb(55, 55, 55) 79%);
	color: #fff;
	font-size: 15px;
	padding: 8px 15px;
	width: fit-content;
	text-decoration: none;
	font-family: Open Sans;
	text-transform: capitalize;
}
.tekst span a:hover{
	background: rgb(54, 184, 42);
	background: linear-gradient(163deg, rgb(55, 55, 55) 15%, rgb(26, 189, 255) 79%);
	color: #fff;
	padding: 8px 15px;
	width: fit-content;
	text-decoration: none;
}

.footer_bar{
	background-color: rgb(54, 184, 42);;
	}
	
.footer_bar span {
	color:white;
	font-size: 17px;
	}	
	
.footer_bar img {
	width: 60%;
	display: block;
	margin: auto;
}

.service{
	background-color: white;
}


.content_blok{
	padding: 50px 100px;
	background-color: #f8f8f8;
	padding-bottom: 50px;
}
.content_blok1{
	padding: 15px 15px;
}
.content_blok2{
	background: rgb(54, 184, 42);
	background: linear-gradient(0deg, rgb(55, 55, 55) 5%, rgba(74,167,243,0) 62%);
	height: 80vh;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 35px 30px;
	color: #fff;
}
.footer{
	background-color: white;
	padding: 100px;
	color: black;
	font-size: 18px;
	font-weight: 600;
}
.flogo{
	display: flex;
	flex-direction: column;
	padding-right: 70px;
}

.flogo2 img{
	width: 100%;
	height: auto;
}
.logo-text{
	display: flex;
	flex-direction: column;
	font-size: 17px;
	font-weight: 400;
	margin-top: 20px;
}
.logo-text small{
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.3px;
}
.logo-text span{
	margin-bottom: 5px;
}
.social{
	margin-top: 10px;
}
.social a{
	color: rgb(54, 184, 42);
	font-size: 22px;
	padding-right: 8px;
}
.social a:hover{
	color: rgb(55, 55, 55);
	font-size: 22px;
	padding-right: 8px;
	transition: 1s;
}
.footer-kolom1{
	padding-right: 10px;
}
.footer_menu{
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
}
.footer_menu ul{
	padding: 0px;
}
.footer_menu a{
	color: rgb(54, 184, 42);
	transition: 1.5s;
}
.footer_menu a:hover{
	color: rgb(54, 184, 42);
	transition: 1.5s;
}
.footer_menu li{
	list-style: none;
	padding-bottom: 10px;
	color: rgb(54, 184, 42);
}
.footer_menu li:hover{
	color: rgb(55, 55, 55);
	transition: 1.5s;
}
.footer-kolom2{
	padding-right: 0px;
}
*:focus{
	outline: 0px;
	border: 0px;
}

.get1{
	padding-right: 20px;
	display: flex;
}
.get2{
	padding-right: 0px;
}
.get{
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 15px;
	padding: 10px 10px;
	border: rgb(26, 189, 255) 1px solid;
	width: 100%;
	background-color: #fff;
}
.geticon{
	padding-right: 20px;
}
.geticon i{
	background: rgb(54, 184, 42);
	background: linear-gradient(163deg, rgb(26, 189, 255) 15%, rgb(55, 55, 55) 69%); 
	padding: 10px 12px;
	font-size: 16px;
	color: #fff;
	display: flex;
}
.gettext{
	display: flex;
	flex-direction: column;
}
.gettext span{
	color: rgb(55, 55, 55);
	font-size: 13px;
	line-height: 20px;
	font-family: Open Sans;
}
.gettext span:nth-child(1){
	color: rgb(54, 184, 42);
	text-transform: uppercase;
}
.hide{
	display:none;
}

.why2 img{
	height: 450px;
}
.tekst2{
	display: flex;
	justify-content: center;
}
.tekst b{
	color: rgb(55, 55, 55);
	font-weight: 400;
}
.tekst p{
	color: #646464;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	line-clamp: 9;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}
.image{
	display: block;
}
.tekst span a{
	background: rgb(54, 184, 42);
	padding: 13px 18px;
	text-decoration: none;
	font-size: 16px;
	width: fit-content;
	color: #fff;
}
.tekst span a:hover{
	background: white;

	padding: 13px 18px;
	text-decoration: none;
		
	font-size: 16px;
	color: rgb(54, 184, 42);
	transition: 1s;
	
	border: 1px solid;
}


.battery2{
	display: flex;
	flex-direction: column;
}

.popup_message{
	display: flex;
	justify-content: right;
	position: fixed;
	bottom: 0;
	left:0;
	padding-bottom: 10px;
	right:0;
	z-index: 999;
}
.popup_message .alert{
	background-color: rgb(54, 184, 42);;
	font-size: 13px;
	padding: 20px;
	font-family: Open Sans;
	width: 550px;
	color: #fff;
	
	letter-spacing: 0.2px;
	text-align: justify;
	border: 0;
}
.popup_message .alert span a{
	color: black;
}
.popup_message .alert span a:hover{
	color: white;
}

.team{
	background-color: #f8f8f8;
	padding: 100px 150px;
}
.teamm{
	color: rgb(55, 55, 55);
	padding-bottom: 20px;
}
.team1{
	background: white;
	display: flex;
	flex-direction: column;
}
.teamimage{
	display: flex;
	justify-content: center;
}
.teamimage img{
	width: 100%;
}
.team1 h5{
	font-family: Open Sans;
	font-size: 16px;
	color: rgb(55, 55, 55);
	padding-top: 25px;
	margin: 0 auto;
}
.team1 p{
	font-family: Open Sans;
	font-size: 16px;
	color: #1d1d1d;
}
.team1 span{
	margin-top: 20px;
	margin-bottom: 20px;

}
.team1 span a{
	font-family: Open Sans;
	padding: 13px 18px;
	text-decoration: none;
	font-size: 16px;
	width: fit-content;
	border: 1px solid;
	color: rgb(54, 184, 42);
	    display: table;
    margin: 0 auto;
}
.team1 span a:hover{
	padding: 13px 18px;
	text-decoration: none;
	transition: 1s;
	color: black;
}
.team_img{
	padding-left: 23px;
}
.team_img img{
	width: 100%;
	padding-bottom: 25px;
}
.team_img img:nth-child(4){
	height: 413px;
	object-fit: cover;
}
.team_img img:nth-child(5){
	display: none;
}
.team_img img:nth-child(6){
	display: none;
}
.team3{
	padding-top: 100px;
}
.manage{
	margin: 0px 15px;
	width: 22%;
}
.manage p{
	display: -webkit-box;
	overflow: hidden;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.mainbodyrow{
	z-index: -999;
	display: flex;
	align-items: center;
}
.mainbody{
	padding: 0px;
}
.slide_text{
	position: absolute;
    display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px 100px;
	justify-content: center;
	color: #fff;
	text-shadow: 0px 1px 3px #424242;
}

.mainbody img{
	width: 100%;
	height: 70vh;
	object-fit: cover;
}
.slide_text span:nth-child(1){
	font-size: 50px;
	font-family: Open Sans;

}
.slide_text span:nth-child(2){
	font-size: 110px;
	line-height: 100px;
	font-family: Open Sans;
}
.slide_text span:nth-child(3){
	font-size: 50px;
	line-height: 50px;
	font-family: Open Sans;
	margin-top: 20px;
	font-family: Open Sans;
}
.slide_text span:nth-child(4){
	font-size: 45px;
	font-family: Open Sans;
	margin-top: 0px;

}
.slide_text span a{
	background: rgb(54, 184, 42);
	padding: 11px 35px;
	font-size: 15px;
	padding: 13px 25px;
	width: fit-content;
	text-decoration: none;
	margin : 0 auto;
	display: table;
	text-shadow: none;
	color: #fff;
	font-family: Open Sans;
	text-transform: capitalize;
	z-index: 999;
}
.slide_text span a:hover{
	background: rgb(54, 184, 42);
	padding: 11px 35px;
	font-size: 14px;
	padding: 13px 25px;
	width: fit-content;
	text-decoration: none;
	text-shadow: none;
	z-index: 999;
	color: #fff;

}


}
.slide_text span a:hover{
	padding: 13px 18px;
	text-decoration: none;
	transition: 1s;
	color: black;
}
        /* Back to Top Button */
        #backToTopBtn {
            display: none;
            position: fixed;
            bottom: 20px;
            left: 20px;
            z-index: 9999;
            width: 50px;
            height: 50px;
            border: none;
            outline: none;
            background-color: #4CAF50;
            color: white;
            cursor: pointer;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 13px;
			letter-spacing: 0.2px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        }
        #backToTopBtn:hover {
            background-color: #45a049;
        }		