 footer .footer-top .social-ul {
     list-style-type: none  ;
     padding: 0  ;
     display: flex  ;
     margin-bottom: 0  ;
     padding: 9px 0 0  ;
 }

 footer .footer-top {
    /* margin: 128px auto 0; */
    background-color: #fff  ;
    width: 100%  ;
    box-shadow: inset 0 1px 0 0 #eaecee  ;
    padding: 21px 0 13px  ;
 }

 footer .footer-top .col-md-12 {
    width: 100%;
    display: flex  ;
    justify-content: space-between  ;
 }

 footer .footer-top .social-ul .social-li a {
    word-wrap: break-word;
    font-size: 13px  ;
    line-height: 20px  ;
    font-weight: 400  ;
    letter-spacing: 0  ;
    display: inline-flex  ;
    align-items: center  ;
    color: rgba(0,0,0,.4 );
    text-decoration: none ! ;
    transition: color .15s ease-in-out ;
 }

 footer .footer-top .social-ul .social-li a svg {
     margin-right: 5px;
     transition: color .15s ease-in-out;
 }

 footer .footer-top .social-ul .social-li a svg path {
    transition: fill .15s ease-in-out;
 }

 footer .footer-top .social-ul .social-li a:hover svg path {
    fill: rgba(0,0,0,.8);
 }

 footer .footer-top .social-ul .social-li a:hover {
     color: rgba(0,0,0,.8);
 }

 footer .footer-top .social-ul .social-li {
     margin-right: 20px;
 }
 
 footer .footer-top .social-ul .social-li:last-child {
     margin-right: 0;
 }

 footer .footer-top h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-flex;
    margin: -2px 0 -1px;
    text-align: left;
 }

 footer .footer-top .phonenew a {
    word-wrap: break-word;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
    position: relative;
    top: -1px;
    display: inline-flex;
    margin-bottom: 2px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
 }

 footer .footer-top .phonenew p {
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    top: 1px;
    margin-bottom: -3px;
    color: rgba(0,0,0,.4);
    padding: 9px 0 0;
 }

 footer .footer-main {
    background: #f6f7f8;
    padding: 23px 0 0;
 }

 @media (min-width: 992px) {
    .slider-caption .description{
        max-width:400px;
    }
    
    footer .footer-main .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 20%;
    }
 }
 
 

 footer .footer-main .footer-menu-ul {
    list-style-type: none;
    padding: 0;
 }

 footer .footer-main .footer-menu-ul .footer-menu-li {
    margin-bottom: 8px;
    transition: color .15s ease-in-out;
 }

 footer .footer-main .footer-menu-ul .footer-menu-li a, footer .footer-main .footer-menu-ul .footer-menu-li.tel {
    word-wrap: break-word;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0,0,0,.4);
    text-decoration: none;
    transition: color .15s ease-in-out;
 }

 footer .footer-main .footer-menu-ul .footer-menu-li:hover a {
     color: rgba(0,0,0,.8);
 }
 

 footer .footer-bottom .col-md-12 {
    display: flex;
    justify-content: space-between;
 }

 footer .footer-bottom {
    background: #f6f7f8;
    padding: 16px 0 14px;
 }

 footer .footer-bottom .copyright p {
    word-wrap: break-word;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
    position: relative;
    color: rgba(0,0,0,.4);
    line-height: 18px;
    flex: 1;
    flex-basis: 50%;
 }

 footer .footer-bottom .logo-site-text {
     margin: 0;
     word-wrap: break-word;
     font-size: 13px;
     line-height: 20px;
     font-weight: 400;
     margin: 0;
     letter-spacing: 0;
     position: relative;
     color: rgba(0,0,0,.4);
     line-height: 18px;
     flex: 1;
     flex-basis: 50%;
 }
 
 footer .logo-site-text a img {
    transition: 500ms all ease;
    filter: grayscale(0%);
 }
 
  footer .logo-site-text a img:hover {
    filter: grayscale(100%);
 }
 
 
 
 /* main forum */
 
 /* whatsapp style */
#whatsapp-wrapper {
	background-color: #fff;
	padding: 15px 0;
}
#whatsapp-wrapper .whatsapp-wrap {
	background: #93C24F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 20px 40px;
}
#whatsapp-wrapper .whatsapp-wrap i {
	font-size: 60px;
	color: #fff;
}
#whatsapp-wrapper .whatsapp-wrap p {
	margin-bottom: 0;
	color: #fff;
	font-size: 21px;
	text-shadow: 1px 1px 0px #6a6a6a;
	font-weight: 500;
}
#whatsapp-wrapper .whatsapp-wrap .wp-contact {
	color: #777;
	font-size: 17px;
	font-weight: 500;
	background-color: #fff;
	padding: 8px 33px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	text-align: center;
	-webkit-box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
	-moz-box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
	box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
	-webkit-transition: 300ms all ease-in-out;
	-moz-transition: 300ms all ease-in-out;
	-o-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}
#whatsapp-wrapper .whatsapp-wrap .wp-contact:hover {
	background-color: #678c34;
	color: #fff;
}