html {
  scroll-behavior: smooth;
}
body{
font-family: 'Rubik', sans-serif;
   
	font-weight:300;
 color: #707070;
}

.vinkje{
    vertical-align: top;
}

h1 
{ 

font-family: 'Rubik', sans-serif;
		
} 
a:hover{
	text-decoration:none;
    color: unset;
}

h2, h3, h4, h5, h6 
{
font-family: 'Rubik', sans-serif;
	font-weight:500;	
	
	
}
p 
{
	line-height: 22px;
font-family: 'Rubik', sans-serif;

	    font-size: 15px;
	
}
p:last-child 
{
	margin-bottom:0px;
	
}
h1 
{

	font-size:35px;
	  font-weight: 500;
}

h2 
{
   font-size:25px;
	 
	
}
h3 
{
 color: #707070;
   font-size: 18px;
     font-weight: 500;
}
h4 
{

	font-size: 20px;
}
h5 
{

    font-size: 18px;
    font-weight: 500;


}
h6 
{
 font-weight: 600;
	font-size: 15px;
}

.project{
    background: rgba(0, 0, 0, 0.5); padding: 14px;
}

#result{
    position: absolute;
    border-radius: 50px;
    z-index: 999999;
    width: 96%;
    padding: 25px;
    border: 3px solid rgba(20, 154, 157, .5);
}

.clr-o{
    color: #ea9c33;
}
.clr-sb{
    color: #009a9d;
}
.bg-o{
    background: #ea9c33;
}

.blockicon{
    color: #009a9d;
    font-size: 30px;
    margin: 15px 15px 15px 0px;
}

nav.navbar.navbar-expand-md.bg-light.navbar-light.fixed-top {
    background: #fff !important;
}
header.top {
  background: url(../images/banner-new.jpg); 
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
     height: calc(80vh - 208px);
}
section#section-1 {
    margin-top: -130px !important;
    box-shadow: 0px 0px 16px #a5a3a3;
}
section#section-2{
    background: #019da0;
    height: 400px;
}
.slider {
    padding-left: 160px;
}

span.pre {
    left: -89px;
    font-size: 52px;
    position: absolute;
    opacity: 1 !important;
}
.carousel-control-next {
    left: -180px;
    
    top: 124px;
  
}

span.ne{
    font-size: 52px;
 
    color: #000000; 
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    transition: opacity .15s ease;
}




/*======================Rating================*/
.rating {
      float:left;
    }
.rating label {
    display: inline-block;
    margin-bottom: 0;
}
    /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
      follow these rules. Every browser that supports :checked also supports :not(), so
      it doesn’t make the test unnecessarily selective */
    .rating:not(:checked) > input {
        position:absolute;
       
        clip:rect(0,0,0,0);
    }

    .rating:not(:checked) > label {
          float: right;
        width: 27px;
        /* padding: 0 .1em; */
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 196%;
       line-height: 1.2; 
        color: #ddd;
    }

    .rating:not(:checked) > label:before {
        content: '★ ';
    }

    .rating > input:checked ~ label {
        color: #ed9c00;
        
    }

    /*.rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #ed9c00;
        
    }*/

    ./*rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #ed9c00;
        
    }*/

    .rating > label:active {
        position:relative;
        top:2px;
        left:2px;
    }



    /*============================*/

    #section-3{
        padding-top: 180px;
        padding-bottom: 50px;
    }
/*========================footer========================*/


nav.navbar.navbar-expand-md.bg-light.navbar-light.fixed-top.scrolled {
    box-shadow: 0px 0px 18px #cecece;
}


/*==================footer====================*/
footer{
    background: #009a9d;
    font-style: normal;
}
footer .media i{
    font-size: 20px;
    font-style: normal;
}
ul.lisy-b li {
    padding-bottom: 5px;
}
/*Responsive table*/
/*======
Media Queries
=======*/
/*========================*/
@media (min-width: 1200px) and (max-width: 2400px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 320px) and (max-width: 991px) {

.project{
    top: 0px;
    left: 0;
    bottom: 0;
    padding: 20px;
}
}
@media (min-width: 320px) and (max-width: 767px) {


ul.navbar-nav.ml-3 {
    margin-left: 0px !important;
}
 .justify-content-center {
    -ms-flex-pack:  flex-start !important;
    justify-content: flex-start !important;
}
#section-tab .col-md-4.pl-5 {
    padding-left: 16px !important;
    padding-top: 15px;
}
.bg-white{
    margin-bottom: 10px;
}
.bg-white img.img-fluid.my-4 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.slider {
    padding-left: 60px;
}
section#section-2 {
    background: #019da0;
    height: 495px;
}
.carousel-item  .col-md-6 {
    margin-bottom: 15px;
}
.carousel-control-next {
    left: -83px;
    top: 124px;
}
#section-3 {
    padding-top: 600px;
    padding-bottom: 50px;
}
#section-5{
    padding-top: 15px;
}
section#section-t {
    width: 92% !important;
}
.shadow.p-3.mb-5.bg-white.rounded.mt-5 {
    height: auto !important;
    margin-bottom: 80px !important;
}
.w-75 {
    width: 100% !important;
}
}

@media (min-width: 320px) and (max-width: 480px) {
    .w-75 {
    width: 100% !important;
}
    .shadow.p-3.mb-5.bg-white.rounded.mt-5 {
  height: auto !important;
    margin-bottom: 80px !important;
}
    section#section-t {
    width: 92% !important;
}
    #section-3 {
    padding-top: 240px;
    padding-bottom: 50px;
}
    .carousel-control-next {
    left: -83px;
    top: 124px;
}
    .carousel-item  .col-md-6 {
    margin-bottom: 15px;
}
    section#section-2 {
    background: #019da0;
    height: 495px;
}
    .slider {
    padding-left: 60px;
}
    .bg-white{
    margin-bottom: 10px;
}
   .bg-white img.img-fluid.my-4 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
    #section-tab .col-md-4.pl-5 {
    padding-left: 16px !important;
    padding-top: 15px;
}
    .justify-content-center {
    -ms-flex-pack:  flex-start !important;
    justify-content: flex-start !important;
}
 ul.navbar-nav.ml-3 {
    margin-left: 0px !important;
}

}




/*=============Contact=================*/

section#section-t {
    margin-top: -100px !important;
    box-shadow: 0px 0px 16px #a5a3a3;
    margin-bottom: 80px !important;
}

.card {
    height: 380px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0px 0px 10px #e6e6e6;
}

.shadow.p-3.mb-5.bg-white.rounded.mt-5 {
    height: 160px;
    margin-bottom: 80px !important;
}
img.img-fluid.m-auto.d-block.m-top {
    margin-top: -51px !important;
}
.f1{
    font-size: 25px;
}
.card-body.pb-0.mb-auto {
    flex: 0 0 auto !important;
    margin-bottom: 27px !important;
}
.bg-sb{
    background: #009a9d;
    border-color: #009a9d;
}



/*==============index================*/

section#section-tab{
    margin-top: -100px !important;
    box-shadow: 0px 0px 16px #a5a3a3;
    margin-bottom: 80px !important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #ccc;
    color: #fff;
    margin-right: 7px;
}

#section-h2{
    background: url(../images/bg-h.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

@media (min-width: 320px) and (max-width: 991px) {

    .btntab{
        font-size: 10px;
    }

    .logo{
        width: 205px;
    }

    .kiyohH{
        font-size: 9px;
    }

    .nav { 
        display: block; 
    }
    
    .nav .nav-item{
        margin-bottom: 7px;
    }

    header.top{
        height: 400px;
    }

    #subtitleheader{
        margin-top: 80px;
    }

    section#section-tab{
        margin-top: -60px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) { 

    .logo{
        width: 100%;
    }

}

.header-img {
    max-height: 75px;
    object-fit: contain;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumb {
    background-color: transparent;
}