



.footer .title strong{

	display: block;



}



.footer-row{

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.footer_1{

	width: 15%;

}

.footer_2{

	width: 30%;

}

.footer_3{

    width: 45%;

}







.footer-row a{

	color: #fff;

}





.footer_2 .line:nth-last-child(1) {

    display: none;

}

.footer_3 .footer-menu li{

    padding-left: 20px;

    position: relative;

    margin-bottom: 10px;

}

.footer_3 .footer-menu li:before{

    left: 0;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    content: "\f068";

    font-size: 15px;

    font-family: 'Font Awesome 6 Pro';



}

.footer_3 .footer-menu li a{

    text-transform: capitalize;

}

div#back-top {

    height: 60px;

    position: fixed;

    overflow: hidden;

    width: 60px;

    text-align: center;

    background: rgba(0, 0, 0, 0.25);

    border-radius: 50%;

    right: 20px;

    bottom: 200px;

    z-index: 89;

}

div#back-top a {

    color: #fff;

    text-transform: uppercase;

    line-height: 50px;

    background: #5d5d5d;

    width: 50px;

    height: 50px;

    position: absolute;

    top: 5px;

    left: 5px;

    border-radius: 50%;

    font-weight: bold;

}



.footer-bottom {
  padding: 0 8vw;
   /* background: linear-gradient(261deg, #FFDB6B -147.48%, #C49B27 -82.46%, #C7950E -28.91%, #FEF097 37.39%, #A17700 97.32%); */
   background: #4E0303;

}



.socical-footer-ul li{

    position: relative;

    width: 30px;

    height: 30px;

}

.socical-footer-ul li:not(:first-child){

    margin-left: 15px;

}



footer#footer .social_icon li.fb_icon a {

    background: #4267b2;

}

footer#footer .social_icon li.yt_icon a {

    background: #f00;

}

footer#footer .social_icon li.sk_icon a {

    background: #01aef2;

}

footer#footer .social_icon li.gg_icon a {

    background: #db4437;

}

footer#footer .social_icon li.tw_icon a {

    background: #4ab3f4;

}







ul#footer-menu{

    margin-left: 20px;

    color: #fff;

    padding-top: 30px;

    

}

ul#footer-menu li{

    list-style: disc;

    color: #2e8c41;

    line-height: 2rem;

}

.menu-footer a {

    font-weight: 500;

    color: #1D1D1D;

}

.menu-footer a:hover{

    color: #FF7900;

}

.menu-footer li{

    line-height: 3;

}





.midle-footer {

    color: #FFFFFF;

    text-align: left;

}

.logo-footer{

    display: block;

    max-width: 180px;

}

.footer_1 .hotline{
    padding: 8px 20px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 180px;
    margin: 20px auto;

}

.footer_1 .hotline i{

    border: 1px solid;

    padding: 5px;

    border-radius: 50%;

    border-color: #ffffff33;

    transform: rotate(315deg);

}

.footer .des p{

    font-size: 18px;

    line-height: 1.7;

    font-weight: 400;

}

/*.footer .des p:not(:last-child){

    margin-bottom: 10px;

}*/





li.address:before {

    content: '';

    position: absolute;

    

    left: 0;

    width: 30px;

    height: 30px;

    background: url(../../frontend/img/address.svg);

    background-repeat: no-repeat;

    background-size: cover;

}

li.phone:before{

    content: '';

    position: absolute;

   

    left: 0;

   width: 30px;

    height: 30px;

    background: url(../../frontend/img/phone.svg);

    background-repeat: no-repeat;

    background-size: cover;

}

li.email:before{

    content: '';

    position: absolute;

   

    left: 0;

    width: 30px;

    height: 30px;

    background: url(../../frontend/img/mail.svg);

    background-repeat: no-repeat;

    background-size: cover;

}

li.website:before{

    content: '';

    position: absolute;

    

    left: 0;

    width: 30px;

    height: 30px;

    background: url(../../frontend/img/web.svg);

    background-repeat: no-repeat;

    background-size: cover;

}

li.face:before{

    content: '';

    position: absolute;

    

    left: 0;

    width: 18px;

    height: 20px;

    background: url(../../frontend/img/face.png);

    background-repeat: no-repeat;

    background-size: contain;

}



li.youtube:before{

    content: '';

    position: absolute;

    

    left: 0;

    width: 20px;

    height: 20px;

    background: url(../../frontend/img/youtube.png);

    background-repeat: no-repeat;

    background-size: contain;

}

li.instargram:before{

    content: '';

    position: absolute;

   

    left: 0;

    width: 20px;

    height: 20px;

    background: url(../../frontend/img/instargram.png);

    background-repeat: no-repeat;

    background-size: contain;

}

li.tell:before{

    content: '';

    position: absolute;

   

    left: 0;

    width: 30px;

    height: 30px;

    background: url(../../frontend/img/tell.svg);

    background-repeat: no-repeat;

    background-size: contain;

}

li.e-mail:before{

    content: '';

    position: absolute;

    

    left: 0;

    width: 30px;

    height: 30px;

    background: url(../../frontend/img/email.svg);

    background-repeat: no-repeat;

    background-size: contain;

}

@media(max-width:1549px){

    .footer .des p{

        font-size: 16px;

    }

}

@media(max-width:1366px){

    .footer .des p {

        font-size: 14px;

    }

}

@media(max-width: 767px){

    .footer_2,.footer_3{

        margin-top: 30px;

    }

    .footer-row{

        display: block;

    }

    .logo-footer{

        max-width: 200px;

    }

    .footer_1,.footer_2,.footer_3{

       width: 98%;

    }

    .footer_1 {

        margin-top: 20px;

    }

    .footer_3, .footer_4{

        margin-top: 30px;

    }

    footer#footer .widget .widget-item {

        margin-bottom: 30px;

    }

    .footer_2 .title .line{

        width: 20px;

    }

    .midle-footer{

        padding: 30px 20px;

    }

    .connect-footer-ul li,.widget-menu li{

        margin-bottom: 15px;

    }

    div#back-top {

        height: 40px;

        width: 40px;

        right: 10px;

    }

    div#back-top a {

        

        line-height: 34px;

        width: 34px;

        height: 34px;

        top: 3px;

        font-size: 10px;

        left: 3px;

    }

    .menu-footer .title-menu:before {

        position: absolute;

        right: 0;

        top: 10px;

        font-family: 'FontAwesome';

        font-size: 20px;

        content: '\f0da';

        background: transparent;

        color: #333;

        line-height: 1;

    }

    .menu-footer .title-menu.active:before { 



        content: '\f0dd' ;

    }

}

