@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body{
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
}
.logo img{
    height: 90px;

}
.nav-link{
    font-size: 14px;
    color: black !important;
    font-weight: 600;
}
.border-shape {
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    }
.border-shape::before {
    background: #209926 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    top: 1px;right:0;
    width: 35px;
    }
    .border-shape::after {
    background: #209926 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    top: 1px;left:0;
    width: 35px;
    }
    .icon-color{
        color: #209926;
    }
li.breadcrumb-item::before{
    color: #fff !important;
}
.bg{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
