 .main-logo{min-width:300px;} 
 
 .offcanvas-header .main-logo{min-width:100px;} 
.main-logo-s{width:100px;}
.justify{
    text-align: justify;
}

.bod .card{
    min-height: 464px;
}

.bod .card a{
    color: #fff !important;
}

#primary-menu a:visited, .breadcrumbs a{
     color:#00d084 !important;
}
 #primary-menu .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu) > .dropdown-toggle::after{
     color:#1e2228 !important;
 }

footer .image-wrapper.bg-overlay::before{
    background: rgba(5, 162, 22, 0.49) !important;
}

footer a, footer a:visited{
    color: #404040 !important;
}
footer a:hover , footer .text-reset a:hover{
    opacity: 0.8;
    color: #404040 !important;
}

footer ul{
    margin:0 !important;
}

 .overlap-grid-2 .item:nth-child(2){
    margin-top: -21% !important;
 }

.portfolio figure{
    margin:0 !important;
}

.bottom-text-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(2, 165, 84, 0.52);
  width: 100%;
  
}

.img-hover-style:hover .bottom-text-caption{
    background-color: #03a454;
  padding: 1rem .5rem !important;
  transition: all .3s ease-in-out;
}

.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}