/**=====================
     Footer scss
==========================**/
footer {
    background-color: #f8f8f8 !important;
    position: relative;
    z-index: 0;
}
footer:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(../images/vegetable/footer-shape-2.png);
    background-repeat: no-repeat;
    z-index: -1;
}
footer .main-footer {
    border-top: 1px dashed #c1c1c1;
}
footer .main-footer .footer-logo .theme-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .main-footer .footer-logo .theme-logo a img {
    width: 80%;
}
footer .main-footer .footer-title h4 {
    font-size: calc(17px + 3*(100vw - 320px) / 1600) !important;
    font-weight: 600;
}
footer .main-footer .footer-contain {
    margin-top: calc(8px + 12*(100vw - 320px) / 1600);
}
footer .main-footer .footer-contain ul li {
    display: block;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    position: relative;
}
footer .main-footer .footer-contain ul li a {
    display: inline-block;
    position: relative;
}
footer .main-footer .footer-contain ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    left: 0;
    background-color: var(--theme-color);
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer .main-footer .footer-contain ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: calc(30px + 20*(100vw - 320px) / 1600);
}
.service-contain .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.service-contain .service-box .service-image img {
    width: calc(35px + 5*(100vw - 320px) / 1600);
    height: calc(35px + 5*(100vw - 320px) / 1600);
    -o-object-fit: contain;
    object-fit: contain;
}
.service-contain .service-box .service-detail {
    margin-left: 20px;
}
footer .main-footer .footer-logo .footer-logo-contain {
    margin: calc(13px + 7*(100vw - 320px) / 1600) 0;
}
footer .main-footer .footer-logo .footer-logo-contain p {
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
    color: #4a5568;
    line-height: 27px;
    margin-bottom: 0;
    width: 88%;
    text-align: left;
}
footer .main-footer .footer-logo .footer-logo-contain .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(8px + 7*(100vw - 320px) / 1600);
    margin-top: calc(7px + 23*(100vw - 320px) / 1600);
}
footer .main-footer .footer-logo .footer-logo-contain .address li a {
    margin: 0 0 0 10px;
    color: #4a5568;
    line-height: 18px;
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
}
footer .main-footer .footer-contact ul li {
    display: block;
    margin-bottom: calc(30px + 20*(100vw - 320px) / 1600);
    position: relative;
}
footer .main-footer .footer-contact ul li::before {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 0;
    width: calc(100% - 33px);
    border-bottom: 1px dashed #c1c1c1;
}
footer .main-footer .footer-contact ul li .footer-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
footer .main-footer .footer-contact ul li .footer-number .feather {
    width: 18px;
    height: 18px;
    stroke: #4a5568;
}
footer .main-footer .footer-contact ul li:last-child {
    margin-bottom: 0;
}
footer .main-footer .social-app ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .main-footer .footer-contact ul li {
    display: block;
    margin-bottom: calc(30px + 20*(100vw - 320px) / 1600);
    position: relative;
}

footer .main-footer .social-app ul li {
    display: inline-block;
}
footer .main-footer .footer-contact ul li.social-app ul li a {
    display: block;
}

footer .main-footer .social-app ul li a {
    display: block;
}
footer .main-footer .footer-contact ul li.social-app ul li a img {
    width: 139px;
}

footer .main-footer .social-app ul li a img {
    width: calc(114px + 26*(100vw - 320px) / 1600);
}
footer .sub-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px dashed #c1c1c1;
}
.section-small-space {
    padding: 30px 0;
}
footer .sub-footer .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
h4 {
    font-size: calc(17px + 1*(100vw - 320px) / 1600);
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}
footer .main-footer .footer-contact {
    margin-top: calc(13px + 7*(100vw - 320px) / 1600);
}
footer .main-footer .footer-contact ul li .footer-number .contact-number h5 {
    margin-top: 6px;
    font-weight: 600;
    color: #222;
}
.text-content {
    color: #4a5568;
}
footer .main-footer .footer-contain ul li+li {
    margin-top: calc(4px + 11*(100vw - 320px) / 1600);
}
h6 {
    font-size: calc(13px + 1*(100vw - 320px) / 1600);
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}
.nav-item a{
    color:black !important;
}
.btn-green{
    background-color: #005b00 !important;
    padding: 10px !important;    
    color:white;
}
.btn-blue{
    background-color: #3700c2 !important;
    padding: 10px !important;    
    color:white;
}
.btn-red{
    background-color: red !important;
    padding: 10px !important;    
    color:white;
}
.border-radius-5{
    border-radius: 5px;
}