.footer011,
.footer011_item,
.footer011_cop,
.footer011_con {
    font-family: "Prompt", sans-serif;
    font-size: 20px;
}

.footer011_sec1{
    border-top: solid #f54700;
    border-width: 5px;
}

.footer011_sec2{
    border-bottom: solid #f54700;
    border-width: 5px;
}


.footer011_con ul li a:hover,
.footer011_con ul li a:active,
.footer011_con ul li a:focus,
.footer011_con ul li a:visited{
    color: rgba(32,26,26,0.6);
    text-decoration: none;
}

.footer011_item ul li{
    padding-bottom: 5px;
}

.footer011_item ul li:first-child{
    padding-bottom: 10px;
}

.footer011_item ul li a:hover,
.footer011_item ul li a:active,
.footer011_item ul li a:focus,
.footer011_item ul li a:visited {
    color: rgba(32,26,26,0.6);
    text-decoration: none;
}

.footer011_item ul li a,
.footer011_con ul li a,
.footer011_cop{
    color: black;
    text-decoration: none;
}


.footer011_social{
    padding-top: 15px;
    padding-bottom: 7px;
}

.footer011_social p{
    font-family: "Prompt", sans-serif;
    font-size: 20px;
}

.footer011_social ul{
    margin-bottom: 0px;
    padding-left: 0px;
}

.footer011_social ul li {
    float: left;
    padding: 8px 6px;
}

.footer011_social ul li a {
    font-size: 25px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #fff;
}

.footer011_social  ul li a.bg-facebook {
    background-color: #3a5997;
}
.footer011_social  ul li a span.fa-facebook {
    color: #fff;
}
.footer011_social  ul li a:hover span.fa-facebook {
    color: rgb(255, 255, 255, 0.6);
}
.footer011_social  ul li a.bg-twitter {
    background-color: #03aced;
}
.footer011_social  ul li a span.fa-twitter {
    color: #fff;
}
.footer011_social  ul li a:hover span.fa-twitter {
    color: rgb(255, 255, 255, 0.6);
}
.footer011_social  ul li a.bg-dribbble {
    background-color: #bd4171;
}
.footer011_social  ul li a span.fa-dribbble {
    color: #fff;
}
.footer011_social  ul li a:hover span.fa-dribbble {
    color: rgb(255, 255, 255, 0.6);
}
.footer011_social  ul li a.bg-instagram {
    background-color: #0277b7;
}
.footer011_social  ul li a span.fa-instagram {
    color: #fff;
}
.footer011_social  ul li a:hover span.fa-instagram {
    color: rgb(255, 255, 255, 0.6);
}

.footer011_image{
    margin-top: auto;
    text-align: center;
}

.footer011_con {
    text-align: right;
}

.footer011_con ul{
    margin-bottom: 0;
}

.footer011_con ul li{
    float: left;
    padding: 10px 10px;
    margin: 5px 5px;
}

.footer011_cop{
    padding-top:0 ;
    margin-right: 30px;
}

.footer011_cop p{
    text-align: right;
    padding-top: 0px;
}

@media (max-width: 480px)
{   
    .footer011 {
        font-size: 14px;
        border-radius: 0px;
    }
    .footer011 h1 {
        font-size: calc(2.5rem - 1.5vw);
    }
    .footer011 h2 {
        font-size: calc(2rem - 0.9vw);
    }
    .footer011 h3 {
        font-size: calc(1.75rem - 0.6vw);
    }
    .footer011 h4 {
        font-size: calc(1.5rem - 0.3vw);
    }
    .footer011 h5 {
        font-size: calc(1.25rem - 0.3vw);
    }
    .footer011 h6 {
        font-size: calc(1rem - 0.3vw);
    }
    .footer011 .display-1 {
        font-size: calc(6rem - 5.7vw);
    }
    .footer011 .display-2 {
        font-size: calc(5.5rem - 5.1vw);
    }
    .footer011 .display-3 {
        font-size: calc(4.5rem - 3.9vw);
    }
    .footer011 .display-4 {
        font-size: calc(3.5rem - 2.7vw);
    }
   
    .footer011_item {
        padding-top: 0px;
    }
    
    .footer011_item ul {
        text-align: center;
        float: none;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .footer011_item ul li {
        float: none;
        margin-right: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .footer011_social {
        text-align: start;
        padding-top: 0
    }

    .footer011_social p{
        display: flex;
        justify-content: center;
    }

    .footer011_social ul{
        display: flex;
        justify-content: center;
    }
    
    .footer011_con{
        display: flex;
        justify-content: center;
    }

    .footer011_con ul{
        text-align: center;
        padding-left: 0;
    }

    .footer011_con ul li{
        float: none;
    }

    .footer011_cop{
        margin-right: 0;
    }

    .footer011_cop p{
        text-align: center;
        padding-right: 0;
    }

    .footer011_image{
        display: flex;
        justify-content: center;
    }
}