.site-footer-drishti {
    position: relative;
    display: block;
    background: linear-gradient(90deg, rgb(5, 23, 61) 0%, rgb(7, 61, 70) 100%);

    overflow: hidden;
    z-index: 1;
}

.site-footer-drishti__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.site-footer-drishti__shape-1 {
    position: absolute;
    bottom:0;
    left: -130px;
    z-index: -1;
}

.site-footer-drishti__shape-1 img {
    width: 80px;
}

.site-footer-drishti__top {
    position: relative;
    display: block;
}

.site-footer-drishti__top-left {
    position: relative;
    display: block;
    margin-top: 75px;
}

.site-footer-drishti__logo-box {
    position: relative;
    display: block;
}

.site-footer-drishti__logo {
    position: relative;
    display: block;
}

.site-footer-drishti__text-1 {
    color: var(--drishti-white);
    margin-top: 23px;
}

.site-footer-drishti__social-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: linear-gradient(90deg, rgba(5, 42, 122, 0.69) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px;
    padding: 12px 25px 12px;
    margin-top: 39px;
}

.site-footer-drishti__social-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--drishti-white);
    font-family: var(--drishti-font);
}

/*.site-footer-drishti__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1;
}

.site-footer-drishti__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--drishti-white);
    border-radius: 50%;
    font-size: 14px;
    height: 28px;
    width: 28px;
    !*border: 1px solid var(--drishti-gray);*!
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer-drishti__social a:hover {
    color: rgba(var(--drishti-gray-rgb), .70);
    !*border: 1px solid var(--drishti-base);*!
}

.site-footer-drishti__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    !*background-color: var(--drishti-base);*!
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.site-footer-drishti__social a:hover:before {
    transform: scaleX(1.0);
}*/

/*ul {
    list-style: none;
}*/

.footer-drishti__social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-drishti__social .icon-content {
    margin: 0 10px;
    position: relative;
}
.footer-drishti__social .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
}
.footer-drishti__social .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
}
.footer-drishti__social .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: rgba(var(--drishti-white-rgb), .90);;
    background-color: rgba(var(--drishti-base-rgb), .20);
    transition: all 0.3s ease-in-out;
}
.footer-drishti__social .icon-content a:hover {
    box-shadow: 3px 2px 45px 0 rgb(0 0 0 / 12%);
}
.footer-drishti__social .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
}
.footer-drishti__social .icon-content a:hover {
    color: var(--drishti-white);
}
.footer-drishti__social .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.footer-drishti__social .icon-content a:hover .filled {
    height: 100%;
}

.footer-drishti__social .icon-content a[data-social="whatsapp"] .filled,
.footer-drishti__social .icon-content a[data-social="whatsapp"] ~ .tooltip {
    background-color: #128c7e;
}

.footer-drishti__social .icon-content a[data-social="facebook"] .filled,
.footer-drishti__social .icon-content a[data-social="facebook"] ~ .tooltip {
    background-color: #3b5998;
}
.footer-drishti__social .icon-content a[data-social="instagram"] .filled,
.footer-drishti__social .icon-content a[data-social="instagram"] ~ .tooltip {
    background: linear-gradient(
            45deg,#405de6,#5b51db,#b33ab4,#c135b4,#e1306c,#fd1f1f
    );
}
.footer-drishti__social .icon-content a[data-social="youtube"] .filled,
.footer-drishti__social .icon-content a[data-social="youtube"] ~ .tooltip {
    background-color: #ff0000;
}

.footer-drishti__social .icon-content a[data-social="twitte"] .filled,
.footer-drishti__social .icon-content a[data-social="twitter"] ~ .tooltip {
    background-color: #1f1e1e;
}

.footer-drishti__social .icon-content a[data-social="telegram"] .filled,
.footer-drishti__social .icon-content a[data-social="telegram"] ~ .tooltip {
    background-color: #2aabee;
}

.footer-drishti__social .icon-content a[data-social="linkedin"] .filled,
.footer-drishti__social .icon-content a[data-social="linkedin"] ~ .tooltip {
    background-color: #0076b2;
}

.site-footer-drishti__copyright-text {
    color: #E3E3E3;
    margin-top: 39px;
}

.site-footer-drishti__copyright-text a {
    color: #E3E3E3;
}

.site-footer-drishti__copyright-text a:hover {
    color: var(--drishti-extra);
}

.site-footer-drishti__top-right {
    position: relative;
    display: block;
}

.site-footer-drishti__widget-box {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--drishti-white-rgb), .10);
    border-bottom: 0;
    padding: 77px 31px 80px;
}

.footer-widget-two__quick-links {
    position: relative;
    display: block;
}

.footer-widget-two__title {
    position: relative;
    display: block;
    font-size: 20px;
    color: #F1F1F2;
    line-height: 20px;
    margin-bottom: 36px;
}

.footer-widget-two__title:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 65px;
    background-color: rgba(var(--drishti-extra-rgb), .25);
}

.footer-widget-two__quick-links-list li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 28px; /* space for icon */
    color: #F1F1F2;
    gap: 15px;
}

.footer-widget-two__quick-links-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../../images/shape_left_1.svg') no-repeat center center;
    background-size: contain;
}

/* Prevent icon on specific list item with .with-next-icon */
.footer-widget-two__quick-links-list li.with-next-icon a::before {
    display: none;
}



.footer-widget-two__quick-links-list {
    position: relative;
    display: block;
}

.footer-widget-two__quick-links-list li {
    position: relative;
    display: block;
}

.footer-widget-two__quick-links-list li+li {
    margin-top: 16px;
}

.footer-widget-two__quick-links-list li a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    color: #F1F1F2;
}

.footer-widget-two__quick-links-list li a:hover {
    color: var(--drishti-extra);
}

.footer-widget-two__quick-links-list li a span {
    color: var(--drishti-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__quick-links-list li a:hover span {
    color: var(--drishti-extra);
}

.footer-widget-two__essential-links {
    position: relative;
    display: block;
}

.footer-widget-two__services-links {
    position: relative;
    display: block;
}

.site-footer-drishti__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--drishti-white-rgb), .10);
    padding: 42px 0 42px;
    background-color: rgba(var(--drishti-base-rgb), .09);
    z-index: 2;
}

.site-footer-drishti__contact-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer-drishti__contact-info--two {
    margin-top: 30px;
}

.site-footer-drishti__contact-info li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.site-footer-drishti__contact-info-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background-color: var(--drishti-extra);
    border-radius: 12px;
    font-size: 17px;
    color: var(--drishti-black);
}

.site-footer-drishti__contact-info-content {
    position: relative;
    display: block;
    flex: 1;
}

.site-footer-drishti__contact-info-content p {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: rgba(var(--drishti-white-rgb), .60);
    font-family: var(--drishti-font-two);
    margin-bottom: 10px;
}

.site-footer-drishti__contact-info-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--drishti-white);
}

.site-footer-drishti__contact-info-content h5 a {
    color: var(--drishti-white);
}

.site-footer-drishti__contact-info-content h5 a:hover {
    color: var(--drishti-extra);
}



.site-footer__contact-info-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: rgba(var(--drishti-header-top-rgb), .40);
    border-radius: 30px;
    font-size: 18px;
    color: rgba(var(--drishti-white-rgb), .70);
}


.site-footer__contact-info-content {
    position: relative;
    display: block;
    flex: 1;
}

.site-footer__contact-info-content p {
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    color: rgba(var(--drishti-white-rgb), .40);
    font-family: var(--drishti-font-two);
    margin-bottom: 10px;
}

.site-footer__contact-info-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(var(--drishti-white-rgb), .70);
    letter-spacing: 1px;
}

.site-footer__contact-info-content h5 a {
    color: rgba(var(--drishti-white-rgb), .70)
}

.site-footer__contact-info-content h5 a:hover {
    color: var(--drishti-extra);
}

.h-20px {
    height: 20px !important;
}