
/*** T3SB identifier: t3sbs_footerSticky */

html {
	position:relative;
	min-height:100%
}
#page-footer {
	position:absolute;
	bottom:0;
	width:100%
}



/*** T3SB identifier: t3sbsCSSassets_145 */

/* t3sbs_assets_145 */
.d-block {
    display: block !important;
}

.social-link{
    line-height: 1;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.social-link li{
  display: inline-block;
    margin-left: 10px;
}

.social-link li a i{
  width: 50px;
    height: 50px;
    line-height: 50px;
    color: rgb(57 57 57 / 60%);
    text-align: center;
    transition: 0.5s;
    font-size: 20px;
    background-color: #f2f2f2;
    display: inline-block;
  
}


.social-link li a i:hover {
    text-decoration: none;
    background-color: #556B28 !important;
    color: white;
    transform: scale(1.08);
    transition: 0.15s ease-in;
}


@media (max-width: 991px){
	 #c15{
       margin-bottom: 2rem;
    }
  
}

@media (max-width: 991px){
	 #c125{
       margin-top: 2rem;
    }
  
}













.nav-link:hover, .nav-link:focus {
    color: #999DAC;
}


footer .btn:hover {
    color: white !important;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: white;
}

.offcanvas-img {
  display: none;
}
	

