/*Content CSS*/
footer {width:100%; background-color:#121212; clear:both; text-align: left;    padding: 2% 0%; }
.footer_con {width: 100%; max-width: 1400px; padding: 70px 50px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 35px; padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between;
align-items: flex-end;}
.footer_con .top h2 {font-size: 25px; font-weight: 600; color:#fff; font-family: "Poppins", sans-serif; }

.footer_con .pc {display: block; }
.footer_con .mob {display: none;}
.footer_con .btm {align-items: flex-start; justify-content: space-between; }
.ft_copy {font-size: 15px; font-weight:300; color: rgba(255, 255, 255, 0.7); word-break: keep-all; line-height: 27px; }
.footer_con .btm span {font-size: 14px; font-weight: 300; color:rgba(255, 255, 255, 0.5);  line-height: 24px; margin-top: 20px;}
.footer_con .btm span a {color:rgba(255, 255, 255, 0.5);}

.footer_con .sns {display: flex; margin-left:30px; justify-content: center}
.footer_con .sns li {margin-right: 13px; }
.footer_con .sns li:last-child {margin-right: 0; }
.footer_con .sns a {
    display: flex ;align-items: center; justify-content: center; width: 55px; 
    height: 55px; border-radius: 50%; 
/*    background-color: rgba(247, 247, 247, .13);*/
position: relative;}
.footer_con .sns a img {transition: opacity .3s; opacity: 1;}
.footer_con .sns a img + img {opacity: 0; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); z-index: 2;}
.footer_con .sns a:hover img {opacity: 0;}
.footer_con .sns a:hover img + img {opacity: 1; }

#ft_mob_btn {width: 140px; padding: 9px 0; display: flex; justify-content: center; align-items: center; font-size: 11px; font-weight: 400; color: rgba(255, 255, 255, 0.5); transition: .3s; border: 1px solid rgba(255, 255, 255, .5); line-height: 1;}
#ft_mob_btn:hover {background: #c82124; border-color: #c82124; color: #fff;}

#top_btn {position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 1px solid #333; color: #333; font-size: 15px; background: rgba(255,255,255,0.5); z-index: 10; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #c82124; background: #c82124; color: #fff;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}


@media screen and (max-width: 1400px) {
    /* .ft_copy.pc br {display: none;} */
    .footer_con  {padding: 60px 50px; }
    .footer_con .btm {flex-direction: column; align-items: flex-start; }
    .footer_con .btm span {margin: 10px 0 0;}

    .footer_con .sns  { margin:30px 0 0 0; }
}

@media screen and (max-width: 1024px) {
    footer {text-align: left;}
    .footer_con .pc {display: none; }
    .footer_con .mob {display: block;}
    .footer_con > div {flex-direction: column; align-items: center;}
    .footer_con {padding: 50px 30px;}
    /* .footer_con .top {display: none;} */
    /* .footer_con .top {margin-bottom: 30px; padding-bottom: 30px;} */
    .footer_con .top {align-items: center;     margin-bottom: 30px; padding-bottom: 30px;}
    .footer_con .top h2 { font-size: 22px;}


    footer .ft_btn {margin-top: 30px;}

    .footer_con .btm {display: block;}
    .ft_copy,
    .footer_con .btm span {font-size: 12px; line-height: 1.65; }
    .footer_con .btm span {margin:10px 0 0; }

    .footer_con .sns {justify-content: center;}
    .footer_con .sns a {width: 45px; height: 45px; padding: 12px;}



}
@media screen and (max-width: 640px) {
    .footer_con {padding:40px 20px;}

    /* .footer_con .top {display: none;} */
    .footer_con .top {margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}
    .footer_con .top ul  {display: none;}
    .footer_con .top h2 {font-size: 18px; margin-bottom: 15px;}

    .footer_con .sns { margin-top: 20px; flex-wrap: wrap;}
    .footer_con .sns > li {margin: 5px;}
    .footer_con .sns > li:last-child {margin: 5px;}
    .footer_con .sns a {width: 35px; height: 35px; padding: 8px;}

    #top_btn {right: 10px; bottom: 10px; width: 40px; height: 40px; }


}


footer.footer-man-updated {
    float: left;
    width: 100%;
    margin: 0;
    padding: 100px 0 0
}
.sns a{
color: #acacac;
        font-size: 2.375rem;    
        transition: 0.6s;
}
.sns a:hover{
    color: #e67918;
 }
.sns ul {
margin-right: 20px;
    margin-left: 20px;
    }
    .sns li{
            padding-right: 10px;
    padding-left: 10px;
    }
ul.footer-social.social-midia-icon {
    text-align: right;
    float: right;
    margin-right: 0;

    margin-left: 0;
    width: 100%;
    
}

ul.footer-social.social-midia-icon img {
    height: 25px;
    width: 25px;
    margin: 0;
    float: right;
    color: var(--theme-color-2) !important;
    
}

ul.footer-social.social-midia-icon li {
    padding: 0 0 0 20px
}

.footer-updated-copyright {
    float: left;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    background: #fbfbfb;
    padding: 11px 0 17px;
    margin-bottom: 0px
}

footer.footer-man-updated {
    float: left;
    width: 100%;
    margin: 0;
    padding: 100px 0 0
}


.footer-menu-container.updated-menu-footer {
    float: left;
    padding: 0;
    margin: 15px 0 0
}

li.menu-link-footer,
.footer-links li {
    line-height: 1;
    font-size: 16px;
/*    font-weight: 600;*/
    color: #333;
    padding-bottom: 20px
}

li.menu-link-footer a,
.footer-links li a {
    font-size: .9375rem;
    color: #fff;
    transition: none;    line-height: 23px;
    position: relative;-webkit-transition: all ease .4s;
}


.footer-links li a:hover{
    color: #e67817;
}    


.footer-links li a:before{
    background-color: #e67817;
    content: "";
    display: block;
    height: 16px;
    left: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all ease .4s;
    -o-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    width: 2px;
    opacity: 0;
}
.footer-links li a:hover {
        padding-left: 15px;
        padding-right: 0;
    }
.footer-links li a:hover:before {
        left: 0;
    }

.footer-links li a:hover:before {
        opacity: 1;
    }


.font-weight{
            font-weight: 500;
}
.footer-links .subheading{
          font-size: 1.125rem;
    color: white;        font-weight: 500;        margin-bottom: 10px;
}

.last-child-footer-col{

    margin-left: 21%;
}

/*footer bottom section*/
.ftr_menu_bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: -10px;
        margin-right: -10px;
    }

    .ftr_menu_bottom .ftr_logo {
        flex: 0 0 22%;
        max-width: 22%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ftr_menu_bottom .tw_social-footer {
        flex: 0 0 53%;
        max-width: 53%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ftr_menu_bottom .tw_adrs {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ftr_logo svg {
        height: 61px;
        width: 120px;
    }

    .sns{
        position: relative;
    }
  .sns:before{ 
    content: '';
position: absolute;
background-color: #fff;
        height: 1px;
        top: 50%;
        left: 0%;
    width: 22%;
}
  .sns:after{ 
    content: '';
position: absolute;
background-color: #fff;
        height: 1px;
        top: 50%;
        right: 0%;
    width: 22%;
}
 address{
    font-style: normal;
    color: white;    font-size: 1rem;    line-height: 1.8rem;
}
address strong{
    font-size: 23px;
    color: #e67817;
    text-transform: uppercase;
 }

ul.footer-social.social-midia-icon {
    text-align: right;
    float: right;
    margin-right: 0;

    margin-left: 0;
    width: 100%;
    
}

ul.footer-social.social-midia-icon img {
    height: 25px;
    width: 25px;
    margin: 0;
    float: right;
    color: var(--theme-color-2) !important;
    
}

ul.footer-social.social-midia-icon li {
    padding: 0 0 0 20px
}

.footer-updated-copyright {
    float: left;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    background: #fbfbfb;
    padding: 11px 0 17px;
    margin-bottom: 0px
}

ul.copyright-lists.updated-copyright span {
    font-weight: 500;
     font-size: 15px;
    color: #bcbcbc;
}

ul.copyright-lists.updated-copyright {
    margin: 0 40px 0 0
}


.footer-links-widget.footer-updated h5 {
    padding: 0 0 13px;
/*    border-bottom: 1px solid #f0f0f0;*/
    margin: 0;
    font-weight: 700 !important;
    color: white;
    font-size: 18px;
    width: 100%;
    text-transform: capitalize;    margin-bottom: 13px;

}


.footer-menu-container p {
    font-size: 18px;
}

.copyright-row{
       border-top: 2px solid;
    color: #8e8e8e;
    padding-top: 22px;
    margin-top: 22px;text-align: center;
}