/* footer */
footer {
    background-color: #1A2D40;
    color: #fff;
    background-image: url(../../img/side-pattern.webp);
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.copy-right {
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    position: relative;
}

.copy-right::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 2px;
}

.footer-content {
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer-content-info ul li a {
    color: #fff;
    font-size: 0.9rem;
    word-spacing: 2.2px;
    transition: border-bottom 1s ease-in-out;
}

.footer-content-info ul li a:hover {
    padding-bottom: 5px;
    border-bottom: 2px solid green;
}

.footer-content-info ul li {
    max-width: 275px;
    display: block;
    padding: 4px 0px;
}

/* .footer-content-info ul li::before{
   content:"";
   position:absolute
} */
.footer-display {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    flex-direction: row;
}

.ul-sec {
    position: relative;
   
    left:0px!important;
}

.ul-sec::before {
    content: " ";
    position: absolute;
    left: -17px;
    top: -10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    padding: 5px;
    margin: 10px;
    border: 4px double black;
    z-index: 0;
}

.ul-sec:first-child::after {
    content: " ";
    position: absolute;
    left: 6px;
    top: 26px;
    background-color: #fff;
    width: 3px;
    height: 100px;
    border-radius: 100px;
    z-index: 1;
}

.ul-sec:nth-child(2)::after {
    content: " ";
    position: absolute;
    left: 6px;
    top: 10px;
    background-color: #fff;
    width: 3px;
    height: 90px;
    border-radius: 100px;
    z-index: 1;
}

.footer-title h3 {
    color: #fff;
    margin-top: -15px;
}

.footer-names p {
    color: #fff;
    text-align: justify;
}

.footer-title .img-footer-logo {
    width: 100px;
}

.footer-title .footer-head-title {
    color: #fff;
    margin-top: -15px;
    border-bottom: 2px solid #fff;
    width: max-content;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.copy-right-privacy{
    color:#fff;
    border-left: 2px solid #fff;
    padding:0px 20px;
}
.copy-right-privacy:hover{
    color:#17a564;
}
.copy-right span{
    padding:0px 20px;
}