/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    z-index: 1;
}

.site-footer__newsletter {
    position: relative;
    display: block;
    background-color: var(--helpest-base);
}

.site-footer__newsletter-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0px 50px;
    overflow: hidden;
    z-index: 1;
}

.site-footer__newsletter-left {
    position: relative;
    display: block;
}

.site-footer__newsletter-title-box {
    position: relative;
    display: block;
}

.site-footer__newsletter-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    color: var(--helpest-white);
}

.site-footer__newsletter-right {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
}

.site-footer__newsletter-content {
    position: relative;
    display: block;
}

.site-footer__newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer__newsletter-input {
    position: relative;
    display: block;
    max-width: 330px;
    width: 100%;
}

.site-footer__newsletter-input:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--helpest-white-rgb), .20);
}

.site-footer__newsletter-input input[type="text"] {
    font-size: 14px;
    color: var(--helpest-white);
    font-weight: 400;
    height: 60px;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
}

.site-footer__newsletter-right .site-footer__newsletter-btn {
    background-color: var(--helpest-white);
    color: var(--helpest-base);
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--helpest-black);
    padding: 60px 0 50px;
    z-index: 1;
}

.site-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: 5px;
}

.footer-widget__title {
    position: relative;
    display: block;
    font-size: 24px;
    color: var(--helpest-white);
    line-height: 30px;
    margin-bottom: 42px;
    font-weight: 800;
    text-transform: capitalize;
}

.footer-widget__about-logo {
    position: relative;
    display: block;
}

.footer-widget__about-logo a {
    position: relative;
    display: inline-block;
}

.footer-widget__about-text {
    color: rgba(var(--helpest-white-rgb), .5);
    font-size: 16px;
    line-height: 26px;
    padding-top: 29px;
    padding-bottom: 18px;
}

.footer-widget__list {
    position: relative;
    display: block;
}

.footer-widget__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__list li+li {
    margin-top: 20px;
}

.footer-widget__list li .icon {
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: var(--helpest-base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--helpest-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__list li:hover .icon {
    background-color: var(--helpest-white);
    color: var(--helpest-base);
}

.footer-widget__list li .text {
    margin-left: 15px;
}

.footer-widget__list li .text p {
    font-size: 15px;
    color: rgba(var(--helpest-white-rgb), .5);
}

.footer-widget__list li .text p a {
    color: rgba(var(--helpest-white-rgb), .5);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__list li:hover .text p a {
    color: var(--helpest-white);
}

.footer-widget__gallery {
    position: relative;
    display: block;
}

.footer-widget__gallery-list {
    position: relative;
    display: block;
    margin-right: -5px;
    margin-left: -5px;
}

.footer-widget__gallery-list li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.footer-widget__gallery-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.footer-widget__gallery-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--helpest-black-rgb), .90);
    transition: all 700ms ease;
    transform: translateY(-100%);
    z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
    transform: translateY(0%);
}

.footer-widget__gallery-img img {
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
    transform: scale(1.1) rotate(2deg);
}

.footer-widget__gallery-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--helpest-white);
    transform: translateY(100px);
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.footer-widget__gallery-list li .footer-widget__gallery-img a:hover {
    color: var(--helpest-base);
}

.footer-widget__latest-works {
    position: relative;
    display: block;
}

.footer-widget__latest-works-list {
    position: relative;
    display: block;
}

.footer-widget__latest-works-list li {
    position: relative;
    display: block;
    padding: 22px 30px 23px;
    z-index: 1;
}

.footer-widget__latest-works-list li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: #092a24;
    border-radius: 10px;
    z-index: -1;
}

.footer-widget__latest-works-list li+li {
    margin-top: 15px;
}

.footer-widget__latest-works-content {
    position: relative;
    display: block;
}

.footer-widget__latest-works-title {
    font-size: 16px;
    color: var(--helpest-white);
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}

.footer-widget__latest-works-title a {
    color: rgba(var(--helpest-white-rgb), .5);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__latest-works-title a:hover {
    color: var(--helpest-base);
}

.footer-widget__latest-works-date {
    color: var(--helpest-base);
    font-size: 15px;
}


.footer-widget__twitter-feed {
    position: relative;
    display: block;
}

.footer-widget__twitter-feed-content {
    position: relative;
    display: block;
}

.footer-widget__twitter-feed-single {
    position: relative;
    display: block;
    margin-top: -7px;
}

.footer-widget__twitter-feed-text {
    color: rgba(var(--helpest-white-rgb), .5);
    font-size: 16px;
    line-height: 26px;
}

.footer-widget__twitter-feed-text a {
    color: var(--helpest-base);
}

.footer-widget__twitter-feed-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 37px;
}

.footer-widget__twitter-feed-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__twitter-feed-icon span {
    font-size: 50px;
    color: var(--helpest-base);
}

.footer-widget__twitter-feed-details {
    margin-left: 20px;
}

.footer-widget__twitter-feed-name {
    font-size: 16px;
    color: var(--helpest-white);
    line-height: 30px;
}

.footer-widget__twitter-feed-name span {
    font-size: 15px;
    color: var(--helpest-base);
    font-weight: 400;
    padding-left: 5px;
}

.footer-widget__twitter-feed-time {
    font-size: 15px;
    color: var(--helpest-base);
}

.footer-widget__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -55px;
    left: 0px;
    right: 0;
    text-align: left;
    margin: 0;
    line-height: 0;
}

.footer-widget__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 0%;
    background-color: var(--helpest-white);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.footer-widget__carousel.owl-carousel .owl-dot.active {
    background-color: var(--helpest-base);
}

.footer-widget__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.footer-widget__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.site-footer__bottom {
    position: relative;
    display: block;
    text-align: center;
    padding: 32px 0;
    z-index: 1;
}

.site-footer__bottom:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #092a24;
    z-index: -1;
}

.site-footer__bottom-text {
    font-size: 16px;
    margin: 0;
    color: rgba(var(--helpest-white-rgb), .5);
}

.site-footer__bottom-text a {
    font-weight: 400;
    color: rgba(var(--helpest-primary-rgb), 1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--helpest-base);
}

/*==============================================
    Site Footer Two
===============================================*/
.site-footer-two {
    position: relative;
    display: block;
    z-index: 1;
}

.site-footer-two__newsletter {
    position: relative;
    display: block;
    background-color: var(--helpest-base);
}

.site-footer-two__newsletter-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0px 50px;
    overflow: hidden;
    z-index: 1;
}

.site-footer-two__newsletter-left {
    position: relative;
    display: block;
}

.site-footer-two__newsletter-title-box {
    position: relative;
    display: block;
}

.site-footer-two__newsletter-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    color: var(--helpest-white);
}

.site-footer-two__newsletter-right {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
}

.site-footer-two__newsletter-content {
    position: relative;
    display: block;
}

.site-footer-two__newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer-two__newsletter-input {
    position: relative;
    display: block;
    max-width: 330px;
    width: 100%;
}

.site-footer-two__newsletter-input:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--helpest-white-rgb), .20);
}

.site-footer-two__newsletter-input input[type="text"] {
    font-size: 14px;
    color: var(--helpest-white);
    font-weight: 400;
    height: 60px;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
}

.site-footer-two__newsletter-right .site-footer-two__newsletter-btn {
    background-color: var(--helpest-white);
    color: var(--helpest-base);
}

.site-footer-two__top {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--helpest-black);
    z-index: 1;
}

.site-footer-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.site-footer-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.site-footer-two__shape-1 img {
    width: auto;
}

.site-footer-two__top-inner {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.footer-widget-two__about {
    position: relative;
    display: block;
}

.footer-widget-two__about-logo {
    position: relative;
    display: inline-block;
}

.footer-widget-two__about-text {
    margin: 0;
    color: var(--helpest-white);
    padding-bottom: 40px;
}

.site-footer-two__social {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-two__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(--helpest-white);
    background-color: transparent;
    border: 1px solid var(--helpest-base);
    border-radius: 10px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer-two__social a:hover {
    color: var(--helpest-white);
    background-color: var(--helpest-base);
}

.site-footer-two__social a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--helpest-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:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer-two__social a+a {
    margin-left: 10px;
}

.footer-widget-two__services {
    position: relative;
    display: block;
    margin-left: 68px;
}

.footer-widget-two__title {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--helpest-white);
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}

.footer-widget-two__services-list {
    position: relative;
    display: block;
}

.footer-widget-two__services-list li+li {
    margin-top: 15px;
}

.footer-widget-two__services-list li a {
    color: var(--helpest-white);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__services-list li a:hover {
    color: var(--helpest-base);
}

.footer-widget-two__links {
    position: relative;
    display: block;
}

.footer-widget-two__contact {
    position: relative;
    display: block;
    margin-left: 19px;
}

.footer-widget-two__contact-list {
    position: relative;
    display: block;
}

.footer-widget-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-widget-two__contact-list li+li {
    margin-top: 15px;
}

.footer-widget-two__contact-list li:last-child {
    align-items: flex-start;
}

.footer-widget-two__contact-list li:last-child .icon {
    top: 7px;
}

.footer-widget-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-two__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--helpest-base);
}

.footer-widget-two__contact-list li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: var(--helpest-font-two);
    color: var(--helpest-white);
}

.footer-widget-two__contact-list li p a {
    color: var(--helpest-white);
}

.footer-widget-two__contact-list li p a:hover {
    color: var(--helpest-base);
}

.site-footer-two__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--helpest-white-rgb), .10);
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 23px;
}

.site-footer-two__copyright {
    position: relative;
    display: block;
    top: 3px;
}

.site-footer-two__copyright-text {
    color: var(--helpest-white);
}

.site-footer-two__copyright-text a {
    color: var(--helpest-primary);
}

.site-footer-two__copyright-text a:hover {
    color: var(--helpest-base);
}

.site-footer-two__bottom-menu-box {
    position: relative;
    display: block;
    top: 3px;
}

.site-footer-two__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer-two__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu li+li {
    margin-left: 20px;
}

.site-footer-two__bottom-menu li a {
    position: relative;
    display: inline-block;
    color: var(--helpest-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-two__bottom-menu li a:hover {
    color: var(--helpest-base);
}

.footer-widget-two__form {
    position: relative;
    display: block;
}

.footer-widget-two__input {
    position: relative;
    display: block;
}

.footer-widget-two__input input[type="email"] {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 2px solid rgba(var(--helpest-white-rgb), .10);
    border-radius: 40px;
    outline: none;
    font-size: 18px;
    color: var(--helpest-white);
    font-weight: 400;
    padding-right: 90px;
    padding-left: 40px;
    margin: 0 auto;
}

.footer-widget-two__btn {
    position: absolute;
    top: 50%;
    right: 7px;
    border: none;
    width: 43px;
    height: 43px;
    font-size: 18px;
    color: var(--helpest-white);
    background-color: var(--helpest-base);
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-two__btn:hover {
    color: var(--helpest-base);
    background-color: var(--helpest-white);
}

.site-footer-two__content-and-social-box {
    text-align: center;
    padding-bottom: 120px;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 2;
}

.site-footer-two__content-shape-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: .10;
    transform: translateX(-50%);
    z-index: -1;
}

.site-footer-two__content-shape-1 img {
    width: auto;
    animation: topBottom 3s ease-in-out infinite;
}

.site-footer-two__content-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
    color: var(--helpest-base);
}

.site-footer-two__content-title span {
    color: var(--helpest-secondary);
}

.site-footer-two__content-text {
    font-weight: 500;
    color: var(--helpest-black);
    margin: 10px 0 20px;
}

.site-footer-two__content-soaial {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.site-footer-two__content-soaial a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--helpest-black);
    font-size: 16px;
    color: var(--helpest-white);
    border-radius: 50%;
}

.site-footer-two__content-img {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    width: 100%;
}

.site-footer-two__content-img img {
    width: 100%;
    border-radius: 50%;
}

.site-footer-three .site-footer-two__top-inner {
    padding: 60px 0 30px;
}

.site-footer-three .site-footer-two__top {
    margin-top: -100px;
}










/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/