.scroll-to-top{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 0 2px #ccc;
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 111;
    cursor: pointer;
    color: white;
    background-color: #700405;
}

.scroll-to-top:hover{
    background-color: rgb(114, 29, 29);
}

.scroll-to-top i{
    position: absolute;
    top: 25%;
    left: 25%;
    font-size: 20px;
}

.footer{
    background-color: #1c1b24; 
    padding: 32px 10px 5px;
}

/* .footer-head{
   background-color: #1c1b24; 
   padding: 32px 10px 5px;
} */

.footer-head-row{
    display: flex;
    flex-wrap: wrap;
}

.footer-box-1{
    width: 100%;
    margin: 0 9px;
    max-width: 34%;
    text-align: center;
}

.footer-box-2{
    width: 100%;
    margin: 0 9px;
    max-width: 30%;
    text-align: right;
}

.footer-box-3{
    width: 100%;
    margin: 0 9px;
    max-width: 13.5%;
    text-align: right;
}

.footer-box-4{
    width: 100%;
    margin: 0 9px;
    max-width: 13.5%;
    text-align: right;
}

.box-1-head{
    text-align: right;
}

.box-1-body{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-1-body span{
    display: block;
    color: #afafaf;
    text-align: left;
    font-size: 13px;
}

.box-1-body p {
    color: #929292;
    font-size: 13px;
    text-align: right
}

.box-h6{
    position: relative;
}

.box-h6::after{
    content: '';
    width: 10%;
    height: 2px;
    background-color: rgb(119, 119, 119);
    display: block;
    margin: 12px 0;
    transition: 0.5s;
}

.box-h6:hover.box-h6::after{
    width: 27% !important;
    transition: 0.5s;
}


.box-1-body img{
    width: 28%;
    margin: 12px 0 20px;
}


.box-body-a{
    display: block;
    color: #929292;
    font-size: 13px;
    font-family: irs-300;
    padding: 5px 0;
}

.box-body-a:hover{
    color: white;
}

.box-body-a i{
    color:#cd2122;
    font-size: 7px;
}

.box-h6{
    color: rgb(204, 204, 204);
    font-size: 16px;
    font-family: 'irs-300';  
}

.footer-body h6{
    color: rgb(204, 204, 204);
    font-size: 16px;
    font-family: 'irs-300';
    margin: 15px 0;
}

.footer-body-content{
    display: flex;
    flex-wrap: wrap;
}

.footer-body-a {
    height: 23px;
    line-height: 20px;
    position: relative;
    margin-left: 20px;
    padding: 3px 10px 3px 12px;
    background: rgb(44, 43, 56);
    color: rgb(165, 164, 164);
    text-decoration: none;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: 5px;
    margin-bottom: 10px;
    transition: all 0.6s ease 0s;
    font-size: 11px !important;
}

.footer-body-a::before{
    content: "";
    float: left;
    position: absolute;
    top: 0px;
    left: -12px;
    width: 0px;
    height: 0px;
    border-color: transparent rgb(44, 43, 56) transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0px;
    transition: all 0.6s ease 0s;
}
.footer-body-a::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 73 119) -1px -1px 2px;
}

.footer-body-a:hover.footer-body-a::before{
    border-color: transparent #cd2122 transparent transparent;
}
.footer-body-a:hover{
    background-color:  #cd2122;
    color: white;
}

.footer-botton{
    background-color: #181721;
}

.footer-botton-head{
    padding: 20px 5px 5px;
    text-align: center;
}

.footer-botton-head span{
    color: #b3b3b3;
    margin-bottom: 20px;
}

.footer-botton-head-a{
    color: #929292;
    padding: 3px 4px;
    font-size: 15px;
    font-family: irs-500;
}

.footer-botton-head-a:hover{
    color: white;
    transition: 0.6s;
}

.footer-botton-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-botton-img{
    display: flex;
    width: 100%;
    max-width: 30%;
}

.footer-botton-img img{
    width: 100%;
    max-width: 102px;
}

.footer-botton-img p{
    color: #929292;
    font-size: 11px;
    padding: 7px 10px 5px 3px;
    margin-right: 10px;
    border-right: 1px solid #929292;
    margin-top: 15px;
}

.footer-botton-icons a{
    background: #54545469;
    padding: 4px 8px 0px 7px;
    border-radius: 5px;
    margin: 0 2px;
    color: rgb(255, 255, 255);
}

.icon-footer-1:hover{
    transition: 0.5s;
    color: rgb(32, 147, 255); 
    background: #ffffff !important;
}
.icon-footer-2:hover{
    transition: 0.5s;
    color: rgb(96, 0, 192); 
    background: #ffffff !important;
}
.icon-footer-3:hover{
    transition: 0.5s;
    color: rgb(0, 255, 94); 
    background: #ffffff !important;
}
.icon-footer-4:hover{
    transition: 0.5s;
    color: rgb(0, 81, 255); 
    background: #ffffff !important;
}
.icon-footer-5:hover{
    transition: 0.5s;
    color: rgb(255, 0, 183); 
    background: #ffffff !important;
}
.icon-footer-6:hover{
    transition: 0.5s;
    color: rgb(0, 17, 255); 
    background: #ffffff !important;
}

.footer-botton-icons i{
    font-size: 21px;
}

.bg-hr-botton{
    background-color: #3e3e3e;
}

.box-1-body .pr-2{
    width: 70%;
}




@media (max-width: 991px){
    .footer-box-1{
        max-width: 100%;
    }
    .footer-box-2{
        max-width: 46%;
    }
    .footer-box-3{
        max-width: 23%;
    }
    .footer-box-4{
        max-width: 23%;
    }
    .footer-botton-img{
        max-width: 54%;
    }
}

@media (max-width: 768px){
    .footer-box-2{
        margin-top: 10px;
        max-width: 100%;
    }
    .footer-box-3{
        margin-top: 10px;
        max-width: 45%;
    }
    .footer-box-4{
        margin-top: 10px;
        max-width: 45%;
    }
    .footer-botton-img{
        max-width: 100%;
    }
    .footer-botton-icons{
        margin: 20px auto;
    }

}

@media (max-width: 480px){
    .footer-box-3{
        max-width: 40%;
    }
    .footer-box-4{
        max-width: 40%;
    }
    .box-1-body img{
        width: 70%;
        margin: 12px auto 20px;
    }
    .box-1-body .pr-2 {
        width: 100%;
    }
}
