.site-footer {
    background-color: #ffffff;
    border-top: 10px #195171 solid;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer .container {
    max-width: 80%;
    padding: 2% 0;
}

.row-links {
    display: flex !important;
    background: transparent !important;
}
.linksrow2{
    margin: 0 0 0 35px;
} 

[dir="rtl"] .linksrow2{
    margin: 0 35px 0 0;
}

.flex-justify {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.site-footer .col.first {
    max-width: 270px;
}

.site-footer img {
    max-width: 80%;
    margin-bottom: 15px;
}

.site-footer p {
    font-family: "PRO-500-Medium";
    font-size: 16px;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 15px;
    color: #195171;
    line-height: 30px;
    padding-inline-start: 10px;
}

[dir="rtl"] .site-footer p {
    font-family: "DroidKufi-Bold";
}

.site-footer h3.col-title {
    font-family: "PRO-700-Bold";
    font-size: 18px;
    font-weight: 700;
    color: #FACE41;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 36px;
}

[dir="rtl"] .site-footer h3.col-title {
    font-family: "DroidKufi-Bold";
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .contact-links li,
.site-footer .footer-links li {
    padding: 6px 0;
}

[dir="rtl"] .site-footer .contact-links li, [dir="rtl"] .site-footer .footer-links li {
    padding: 3px 0;
}

.site-footer ul li a {
    font-family: "PRO-500-Medium";
    font-size: 16px;
    color: #195171;
    display: block;
    background-color: transparent;
    text-decoration: none;
    text-align: start;
}

[dir="rtl"] .site-footer ul li a {
    font-family: "DroidKufi-Bold";
    font-size: 16px;
}

.site-footer ul li:hover a {
    font-family: "PRO-500-Medium";
    color: #FACE41;
    display: block;
    background-color: transparent;
    text-decoration: double;
}

[dir="rtl"] .site-footer ul li:hover a {
    font-family: "DroidKufi-Bold";
    font-size: 16px;
}

.copyright {
    font-family: "PRO-400-Regular";
    background-color: #195171;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    padding: 8px 15px;
}

[dir="rtl"] .copyright {
    font-family: "DroidKufi-Bold";
}

.copyright a {
    color: #FACE41;
    cursor: pointer;
    display: inline-block;
}

/*social media*/

#contactus.ex3 {
    padding: 5px 0;
    text-align: center;
    background: none;
}

#contactus.ex3 i {
    font-size: 25px;
    margin: 0 6px;
    color: #ffffff;
    cursor: pointer;
}

#contactus.ex3 i:hover.fa-twitter {
    color: #318CB3;
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#contactus.ex3 i:hover.fa-phone {
    color: #4ED265;
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#contactus.ex3 i:hover.fa-instagram {
    color: #C63997;
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#contactus.ex3 i:hover.fa-envelope-o {
    color: #D34437;
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ex3 {
    padding: 5px 0;
    text-align: center;
    background: #fff;
}

.ex3 i {
    font-size: 25px;
    margin: 0 6px;
    color: #195171;
    cursor: pointer;
}

.ex3 i:hover.fa-twitter {
    color: #318CB3;
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ex3 i:hover.fa-phone {
    color: #4ED265;
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ex3 i:hover.fa-instagram {
    color: #C63997;
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ex3 i:hover.fa-envelope-o {
    color: #D34437;
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media (max-width: 1024px) {
    .site-footer .container {
        max-width: 95%;
        padding: 2% 0;
    }
}



@media screen and (max-width: 770px) {

    /* FOOTER */
    .site-footer {
        background-color: #195171;
        padding: 40px 20px 0;
    }

    .site-footer .container {
        border-radius: 15px;
        background-color: #ffffff;
        width: 100%;
    }

    .site-footer .container .flex-justify {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .row-links {
        display: inline-flex !important;
    }

    .site-footer h3 .col-title {
        margin-bottom: 0;
    }

    .site-footer .col.first {
        max-width: 80%;
        text-align: center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}