/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--judges-black);
    overflow: hidden;
    z-index: 1;
}

.site-footer__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: difference;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.site-footer__shape-1 img {
    width: auto;
}

.site-footer__shape-2 {
    position: absolute;
    bottom: -30px;
    right: 0;
    mix-blend-mode: difference;
    z-index: -1;
    opacity: 0.07;
}

.site-footer__shape-2 img {
    width: auto;
}

.site-footer__shape-3 {
    position: absolute;
    top: 150px;
    left: -80px;
    z-index: -1;
    opacity: 0.7;
    mix-blend-mode: soft-light;
}

.site-footer__shape-3 img {
    width: auto;
}

.site-footer__top {
    position: relative;
    display: block;
}

.footer-widget__about {
    position: relative;
    display: block;
    padding-top: 120px;
    z-index: 1;
}

.site-footer__bg-color {
    position: absolute;
    top: 0;
    left: -10000000px;
    bottom: -500px;
    right: -50px;
    background-color: rgba(var(--judges-base-rgb), 0.15);
    z-index: -1;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    color: rgba(var(--judges-white-rgb), .80);
    margin-top: 20px;
    margin-bottom: 22px;
}

.footer-widget__working-box {
    position: relative;
    display: block;
}

.footer-widget__working-title {
    font-size: 22px;
    line-height: 32px;
    color: var(--judges-white);
    margin-bottom: 15px;
}

.footer-widget__working-hour {
    position: relative;
    display: block;
}

.footer-widget__working-hour li {
    position: relative;
    display: block;
}

.footer-widget__working-hour li+li {
    margin-top: 18px;
    border-top: 1px dashed rgba(var(--judges-white-rgb), .30);
    padding-top: 18px;
}

.footer-widget__working-hour li p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(var(--judges-white-rgb), .80);
}

.footer-widget__right {
    position: relative;
    display: block;
    margin-left: 75px;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-widget__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: var(--judges-white);
    text-transform: capitalize;
}

.footer-widget__right-bottom {
    position: relative;
    display: block;
}

.footer-widget__usefull-link {
    position: relative;
    display: block;
}

.footer-widget__link-box {
    position: relative;
    display: block;
}

.footer-widget__link {
    position: relative;
    display: block;
}

.footer-widget__link li {
    position: relative;
    display: block;
}

.footer-widget__link li+li {
    margin-top: 12px;
}

.footer-widget__link li a {
    color: rgba(var(--judges-white-rgb), .80);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__link li a:hover {
    color: var(--judges-base);
}

.footer-widget__link-2 {
    margin-left: 55px;
}

.footer-widget__services {
    position: relative;
    display: block;
}

.footer-widget__newsletter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 53px 0 57px;
    margin-bottom: 30px;
    z-index: 1;
}

.footer-widget__newsletter:before {
    content: "";
    position: absolute;
    top: 0;
    left: -55px;
    right: -100000000px;
    bottom: 0;
    background-color: rgba(var(--judges-base-rgb), .10);
    z-index: -1;
}

.footer-widget__newsletter-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: var(--judges-white);
}

.footer-widget__newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 1;
}

.footer-widget__newsletter-form-input-box {
    position: relative;
    display: block;
    max-width: 280px;
    width: 100%;
}

.footer-widget__newsletter-form-input-box input[type="email"] {
    font-size: 16px;
    height: 58px;
    width: 100%;
    background-color: rgba(var(--judges-white-rgb), .10);
    outline: none;
    border: none;
    color: rgba(var(--judges-white-rgb), .80);
    font-weight: 400;
    line-height: 58px;
    border-radius: 29px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-widget__newsletter-form .thm-btn {
    border: none;
    background-color: var(--judges-white);
}

.footer-widget__newsletter-form .thm-btn:hover {
    border: none;
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer-widget__contact li+li {
    margin-top: 14px;
}

.footer-widget__contact li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: rgba(var(--judges-white-rgb), .15);
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact li:hover .icon {
    background-color: var(--judges-base);
}

.footer-widget__contact li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact li:hover .icon span {
    color: var(--judges-white);
}

.footer-widget__contact li .content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget__contact li .content h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--judges-white);
}

.footer-widget__contact li .content p {
    color: rgba(var(--judges-white-rgb), .80)
}

.footer-widget__contact li .content p a {
    color: rgba(var(--judges-white-rgb), .80)
}

.footer-widget__contact li .content p a:hover {
    color: var(--judges-base);
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    border-top: 1px dashed rgba(var(--judges-white-rgb), .20);
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--judges-white);
    background-color: rgba(var(--judges-white-rgb), .10);
    font-size: 16px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
}

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--judges-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer__social a+a {
    margin-left: 10px;
}

.site-footer__bottom {
    position: relative;
    display: block;
    border-top: 1px dashed rgba(var(--judges-white-rgb), .10);
    z-index: 1;
}

.site-footer__bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 20%;
    bottom: 0;
    top: 0;
    background-color: var(--judges-black);
    z-index: -1;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 26px 0 25px;
}

.site-footer__bottom-text {
    color: rgba(var(--judges-white-rgb), .80);
}

.site-footer__bottom-text a {
    color: var(--judges-base);
    font-weight: 600;
}

.site-footer__bottom-text a:hover {
    color: var(--judges-white);
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(var(--judges-white-rgb), .80);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
    color: var(--judges-base);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
    position: relative;
    display: block;
    background-color: var(--judges-black);
    overflow: hidden;
    z-index: 1;
}

.site-footer-two__shape-1 {
    position: absolute;
    left: -30px;
    top: 70px;
    opacity: 0.7;
    mix-blend-mode: soft-light;
    z-index: -1;
}

.site-footer-two__shape-1 img {
    width: auto;
}

.site-footer-two__shape-2 {
    position: absolute;
    bottom: -30px;
    right: 0;
    mix-blend-mode: difference;
    z-index: -1;
    opacity: 0.07;
}

.site-footer-two__shape-2 img {
    width: auto;
}

.site-footer-two__top {
    position: relative;
    display: block;
    padding: 116px 0 82px;
}

.footer-widget-two__about {
    position: relative;
    display: block;
}

.footer-widget-two__logo {
    position: relative;
    display: block;
    margin-top: -4px;
}

.footer-widget-two__about-text {
    margin-top: 25px;
    margin-bottom: 36px;
    color: rgba(var(--judges-white-rgb), .80);
}

.site-footer-two__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.site-footer-two__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--judges-white);
    background-color: rgba(var(--judges-white-rgb), .10);
    font-size: 16px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer-two__social a:hover {
    color: var(--judges-white);
    background-color: var(--judges-base);
}

.site-footer-two__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--judges-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer-two__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer-two__social a+a {
    margin-left: 10px;
}

.footer-widget-two__title-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer-widget-two__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    color: var(--judges-white);
    text-transform: capitalize;
}

.footer-widget-two__usefull-link {
    position: relative;
    display: block;
    margin-left: 30px;
}

.footer-widget-two__link-box {
    position: relative;
    display: flex;
}

.footer-widget-two__link {
    position: relative;
    display: block;
}

.footer-widget-two__link li {
    position: relative;
    display: block;
}

.footer-widget-two__link li+li {
    margin-top: 12px;
}

.footer-widget-two__link li a {
    color: rgba(var(--judges-white-rgb), .80);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__link li a:hover {
    color: var(--judges-base);
}

.footer-widget-two__link-2 {
    margin-left: 55px;
}

.footer-widget-two__services {
    position: relative;
    display: block;
}

.footer-widget-two__instagram {
    position: relative;
    display: block;
}

.footer-widget-two__instagram-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 9px;
}

.footer-widget-two__instagram-list li {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.footer-widget-two__instagram-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.footer-widget-two__instagram-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--judges-black-rgb), .50);
    transition: all 700ms ease;
    transform: translateY(-100%);
    z-index: 1;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img:before {
    transform: translateY(0%);
}

.footer-widget-two__instagram-img img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img img {
    transform: scale(1.1) rotate(2deg);
}

.footer-widget-two__instagram-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--judges-white);
    transform: translateY(100px);
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.footer-widget-two__instagram-list li .footer-widget-two__instagram-img a:hover {
    color: var(--judges-base);
}

.site-footer-two__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--judges-white-rgb), .10);
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 33px 0 29px;
}

.site-footer-two__bottom-text {
    color: rgba(var(--judges-white-rgb), .80);
}

.site-footer-two__bottom-text a {
    font-weight: 500;
    color: var(--judges-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-two__bottom-text a:hover {
    color: var(--judges-white);
}

.site-footer-two__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-two__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu li:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 6px;
    left: -10px;
    width: 1px;
    background-color: rgba(var(--judges-white-rgb), .80);
}

.site-footer-two__bottom-menu li:first-child:before {
    display: none;
}

.site-footer-two__bottom-menu li+li {
    margin-left: 20px;
}

.site-footer-two__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(var(--judges-white-rgb), .80);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-two__bottom-menu li a:hover {
    color: var(--judges-base);
}





















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/