/*header start*/
.nav-bar{
    background-color: unset;
    color: white;
}

.header{
    border-bottom: 1px solid white;
}

.nav-bar a{
    color: white;
    font-weight: bold;
}

#navbar_top.scrolled{
    background-color: black;
    transition: background-color 200ms linear;
}

#navbar_top{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*header end*/

/*banner */
.banner{
    text-align: center;   
}
.banner h1{
    font-weight: bold;
    font-size: 24px;
    position: relative;
    top: 230px;
    color: white;
}

.banner a{
    color: rgb(183, 247, 225);
    position: relative;
    top: 230px;
}

.banner span{
    color: white;
    font-weight: lighter;
    position: relative;
    top: 230px;
}
/*banner section start*/

/*about section start*/
.about{
    margin-bottom: 100px;
}
.forest-image{
    height: 459px;
    width: 360px;
    position: absolute;
    top: 90px;
    left: 50px;
}

.wave-image{
    height: 459px;
    width: 360px;
    position: absolute;
    top: 140px;
    left: 200px;

}

.about h1{
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    font-size: 35px;
    padding-top: 100px;
    text-transform: uppercase;
}

.about h6{
    color: gray;
    font-weight: bold;
}

.about p{
    color: gray;
    font-weight: lighter;
    padding-top: 15px;
}
/*about section start*/

/*team section start*/
.team-details{
    background-color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    position: relative;
    top:-115px;
    right: -10px;
    visibility: hidden;
}

.team-col:hover .team-details{
    visibility:visible;
}

.team h6{
    font-weight: bold;
    color: white;
}

.team h5{
    color: white;
    font-weight: lighter;
}
.team i{
    color: white;
}
/*team section end*/

/*services start*/
.service h6{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
}

.service h1{
    text-transform: uppercase;
    font-weight: bold;
    font-family: initial;
    font-size: 35px;
}

.service p{
    color: gray;
}
/*service section end*/

/*Counter start*/
.counter{
    padding-top: 100px;
}

.counter h3{
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

.counter h1{
    font-weight: bold;
    font-size: 50px;
}

.area{
    padding-top: 20px;
    padding-bottom: 10px;
}

.area h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: -70px;
}
/*Counter start*/

/*sight header start*/
.footer{
    margin-top: 200px;
    background:#1e2227;
}

.footer img{
    position: relative;
    transform: translateY(-80px);
}

.footer h2{
    color: white;
    font-weight: bold;
    font-size: 35px;
    padding-top: 80px;
    padding-left: 30px;
    text-transform: uppercase;
}

.footer h6{
    color: rgb(157, 248, 218);
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4444;
    padding-top: 15px;
    padding-left: 30px;
}

.footer input{
    color: white;
    background-color: unset;
    border: 0px;
    border-bottom: 1px solid white;
    height: 1.5cm;
    margin-left: 30px;
    margin-top: 15px;
    width: 100%;
}

.footer button{
    background-color: rgb(157, 248, 218);
    size: 15px;
    border-radius: 50%;
    border: 0px;
    position: relative;
    right: -550px;
    top: -27px;
}

.footer a{
    color: white;
}

.final-logo{
    position: relative;
    bottom: -80px;
    padding-left: 170px;
}

.footer span{
    color: gray;
    font-size: 14px;
}

.social-media{
    padding-right: 30px;
    color: white;
}

.social-media i{
    padding-right: 10px;
}
/*sight footer end*/