footer{
    padding: 60px 0;
    background: #003973;
    position: relative;
}
.service01-footertop{
    padding-bottom: 50px;
}
.service01-footerlogo{
    display: inline-block;
    margin-bottom: 25px;
}
.service01-footerlogo img{
    display: block;
    max-width: 100px;
}
.service01-social-list{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.service01-social-list li+li{
    margin-left: 10px;
}
.service01-social-list li a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    position: relative;
}
.service01-social-list li a img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 0.3s all;
}
.service01-social-list img.soc-hover{
    position: absolute;
    inset: 0;
    margin: auto;
    opacity: 0;
}
.service01-social-list a:hover img.soc-normal{
    opacity: 0;
}
.service01-social-list a:hover img.soc-hover{
    opacity: 1;
}
.service01-social-list li a:hover{
    background: #F47104;
    color: #fff;
}
footer h5{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.service01-footerlinks ul li+li{
    margin-top: 4px;
}
.service01-footerlinks ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.service01-footerlinks ul li a:hover{
    text-shadow: 0 0 1px #fff;
    text-decoration: underline;
}
.service01-footerbottom{
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.service01-footerbottom .service01-cotbox{
    display: flex;
    align-items: center;
    flex-direction: row;  
    justify-content: space-between;
}
.service01-footerbottom .service01-cotbox .service01-cotitem{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.service01-footerbottom .service01-cotbox .service01-cotitem figure{
    margin-right: 13px;
    width: 44px;
}
.service01-footerbottom .service01-cotbox .service01-cotitem figure img{
    display: block;
    max-width: 100%;
}
.service01-footerbottom .service01-cotbox .service01-cotitem .service01-cotbody span{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 500;
}
.service01-footerbottom .service01-cotbox .service01-cotitem .service01-cotbody a{
    font-size: 14px;
    color: #fff;
}
.service01-footernewsletter h5{
    margin-bottom: 2px;
}
.service01-footernewsletter p{
    font-weight: 300;
    color: #fff;
}
.service01-ftnl{
    margin-top: 20px;
    position: relative;
}
.service01-ftnl input{
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 30px;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    padding: 7px 25px;
}
.service01-ftnl input:focus{
    box-shadow: none;
    outline: 0;
}
.service01-ftnl button{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #F47104;
    border: 0;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    padding: 0 18px;
}
.service01-ftnl button:hover{
    color: #fff;
    background: #82BE04;
}
.service01-cotwrap{
    max-width: 420px;
    margin: 0 auto;
}
.service01-cotwrap h5{
    margin-bottom: 20px;
}
.termstext .termslink{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.termstext .termslink a{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.termstext .termslink a:hover{
    color: #fff;
    text-decoration: underline;
}
.termstext .termslink span+span::before{
    content: '|';
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
.termstext p{
    font-weight: 300;
    color: #fff;
}
.service01-footerbottom .termstext{
    margin-top: 34px;
}

@media (max-width: 1399px) {
    .termstext .termslink a,
    .termstext p{
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    .service01-footerbottom .termstext{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
}
@media (max-width: 991px){
    .service01-footerbottom .service01-cotbox{
        flex-direction: column;
        align-items: flex-start;
    }
    .service01-footerbottom .service01-cotbox .service01-cotitem+.service01-cotitem{
        margin-top: 14px;
    }
}
@media (max-width: 767px){
    .service01-cotwrap{
        max-width: 100%;
    }
    .service01-footerlogo{
        display: none;
    }
    footer{
        padding: 30px 0 50px;
    }
    footer .poweredby{
        position: absolute;
        left: 30px;
        bottom: 30px;
    }
    .mob-order-1{
        order: 1;
    }
    .mob-order-2{
        order: 2;
    }
    .service01-footerlinks{
        border-bottom: 1px solid rgb(255, 255, 255, .2);
    }
    .service01-footerlinks h5{
        padding: 10px 0;
        cursor: pointer;
        position: relative;
        margin-bottom: 0;
    }
    .service01-footerlinks h5::after{
        content: '';
        position: absolute;
        right: 3px;
        top: 0;
        bottom: 5px;
        margin: auto 0;
        width: 10px;
        height: 10px;
        border: 1px solid #ffff;
        transform: rotate(45deg);
        border-top: 0;
        border-left: 0;
        transition: 0.5s all;
    }
    .service01-footerlinks ul{
        display: none;
        margin-bottom: 15px;
    }
    .service01-social-list{
        margin: 30px 0;
    }
    .service01-footertop{
        padding-bottom: 0;
    }
    .service01-footerbottom{
        padding: 0;
        border: 0;
    }
    .service01-cotwrap{
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid rgb(255, 255, 255, .2);
    }
    .service01-footerbottom .termstext{
        align-items: flex-start;
        margin-bottom: 20px;
        padding-top: 15px;
        margin-top: 20px;
        border-top: 1px solid rgb(255, 255, 255, .2);
    }
    .service01-ftnl button{
        padding: 0 12px;
    }
    .service01-ftnl input{
        padding-right: 100px;
        padding-left: 20px;
    }
    .termstext .termslink a,
    .termstext p{
        font-size: 14px;
    }
}