/*----------------------------------------*/

/*  6.1 Footer Style 1
/*----------------------------------------*/

/* footer col design for home 1 */
.footer-container{
    text-align: left;
    padding-top:50px;
        width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-col-4 {
    margin-left: -30px;
}
.footer-widget-social{
    margin-top:20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .footer-col-4 {
        margin-left: 0;
    }
}

.footer-top {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(12, 19, 56, 0.1);
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget {
        padding-left: 0;
    }
}

.footer-widget-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--tp-text-body);
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget-text {
        font-size: 16px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget-text br {
        display: none;
    }
}

.footer-widget-social span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: var(--tp-heading-primary);
    margin-bottom: 15px;
}

.footer-widget-social a {
    margin-right: 3px;
}

.footer-widget-social a:hover i {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    border: 1px solid transparent;
}

.footer-widget-social a i {
    height: 37px;
    width: 37px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgba(12, 19, 56, 0.1);
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-widget-link ul li {
    list-style: none;
}

.footer-widget-link ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: var(--tp-text-body);
    position: relative;
    padding-left: 11px;
}

.footer-widget-link ul li a::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50px;
    background-color: var(--tp-text-body);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.footer-widget-link ul li a:hover {
    color: var(--tp-theme-primary);
}

.footer-widget-newsletter p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: var(--tp-text-body);
    margin-bottom: 20px;
}

.footer-widget-newsletter-input {
    position: relative;
}

.footer-widget-newsletter-input input {
    width: 100%;
    height: 54px;
    border: 1px solid rgba(12, 19, 56, 0.14);
    border-radius: 10px;
    padding: 5px 20px 5px 50px;
}

.footer-widget-newsletter-input input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 2px 2px 0px 1px rgba(0, 123, 255, 0.25);
}

.footer-widget-newsletter-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #A1A3AB;
}

.footer-widget-newsletter-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #A1A3AB;
}

.footer-widget-newsletter-input input:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #A1A3AB;
}

.footer-widget-newsletter-input input:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #A1A3AB;
}

.footer-widget-newsletter-input span {
    position: absolute;
    top: 50%;
    transform: translateY(-57%);
    left: 22px;
}

.footer-widget-newsletter-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    padding: 15px 32px;
    border-radius: 6px;
}

.footer-widget-newsletter-btn:hover {
    background-color: #3653EB;
}

.footer-widget-copyright {
    padding: 27px 0;
}

.footer-widget-copyright span {
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #929399;
}

.footer-widget-copyright span a {
    color: var(--tp-theme-primary);
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
}

.footer-col-2 {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-col-2 {
        padding-left: 0;
    }
}

/*----------------------------------------*/

/*  6.2 Footer Style 2
/*----------------------------------------*/

.footer-bg2 {
    background-color: #F5F1EB;
}

.footer-widget-social2 {
    margin-bottom: 40px;
}

.footer-widget-social2 a {
    margin-right: 3px;
}

.footer-widget-social2 a i {
    height: 36px;
    width: 36px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100px;
    color: var(--tp-text-body);
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--tp-common-white);
}

.footer-widget-social2 a i:hover {
    border: 1px solid #26A8FF;
    background-color: #26A8FF;
    color: var(--tp-common-white);
}

.footer-widget-social2 .footer-facebook i:hover {
    border: 1px solid #1877F2;
    background-color: #1877F2;
}

.footer-widget-social2 .footer-linkedin i:hover {
    border-color: #0077B5;
    background-color: #0077B5;
}

.footer-widget-social2 .footer-insta i:hover {
    border-color: #FF005D;
    background-color: #FF005D;
}

.footer-widget-newsletter2 .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    font-family: var(--tp-ff-dmsans);
    color: #5B5A59;
    margin-bottom: 16px;
}

.footer-widget-newsletter2-input2 {
    position: relative;
}

.footer-widget-newsletter2-input2 input {
    width: 100%;
    height: 50px;
    border: none;
    background: var(--tp-common-white);
    padding: 5px 150px 5px 20px;
    font-family: var(--tp-ff-dmsans);
}

.footer-widget-newsletter2-input2 input:focus {
    color: #495057;
    border-color: #59BA41;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(89, 186, 65, 0.25);
}

.footer-widget-newsletter2-input2 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #5B5A59;
}

.footer-widget-newsletter2-input2 input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #5B5A59;
}

.footer-widget-newsletter2-input2 input:-moz-placeholder {
    /* Firefox 18- */
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #5B5A59;
}

.footer-widget-newsletter2-input2 input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: var(--tp-ff-dmsans);
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #5B5A59;
}

.footer-widget-newsletter2-input2 button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 18px 22px;
    background-color: var(--tp-theme-green);
    color: var(--tp-common-white);
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    font-family: var(--tp-ff-dmsans);
}

.footer-widget-copyright2 span a {
    color: var(--tp-theme-green);
}

.footer-widget-2 .footer-widget-link ul li a:hover {
    color: var(--tp-theme-green);
}

.footer-widget-2 .tpcontact-info-links a {
    color: #5B5A59;
    font-family: var(--tp-ff-dmsans);
    position: relative;
    padding-left: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
}

.footer-widget-2 .tpcontact-info-links a i {
    position: absolute;
    top: 0;
    left: 0;
    color: #5B5A59;
    font-family: var(--tp-ff-dmsans);
}

.footer-widget-2 .footer-widget-copyright span a {
    color: var(--tp-theme-green);
}

.footer-main-shape {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.footer-shape-left-one {
    position: absolute;
    top: -29px;
    left: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .footer-shape-left-one {
        top: -5px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .footer-shape-left-one {
        top: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-shape-left-one {
        top: 2px;
    }
}

.footer-shape-left-two {
    position: absolute;
    top: -185px;
    left: 260px;
}

.footer-shape-left-three {
    position: absolute;
    top: -125px;
    left: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .footer-shape-left-three {
        top: -90px;
        left: -10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-shape-left-three {
        top: -90px;
    }
}

.footer-shape-left-four {
    position: absolute;
    top: -158px;
    left: 120px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .footer-shape-left-four {
        top: -127px;
        left: 90px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .footer-shape-left-four {
        top: -125px;
        left: 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-shape-left-four {
        top: -130px;
        left: 20px;
    }
}

.footer-shape-right-one {
    position: absolute;
    top: -101px;
    right: 108px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .footer-shape-right-one {
        top: -103px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .footer-shape-right-one {
        top: -103px;
        right: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-shape-right-one {
        top: -122px;
        right: 90px;
    }
}

.footer-shape-right-two {
    position: absolute;
    top: -218px;
    right: 220px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .footer-shape-right-two {
        right: 185px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-shape-right-two {
        right: 120px;
    }
}

.footer-shape-right-three {
    position: absolute;
    top: -35px;
    right: 55px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .footer-shape-right-three {
        top: -10px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .footer-shape-right-three {
        top: -7px;
        right: 18px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-shape-right-three {
        top: -30px;
        right: 40px;
    }
}

.footer-shape-right-four {
    position: absolute;
    top: -205px;
    right: 290px;
    animation: upslide 4s linear forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-shape-right-four {
        right: 190px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tptransparent__header {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.footer-2-col-1 {
    margin-right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2-col-1 {
        margin-right: -50px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-2-col-1 {
        margin-right: 0px;
    }
}

.footer-2-col-2 {
    padding-left: 100px;
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-2-col-2 {
        padding-left: 0;
    }
}

.footer-2-col-3 {
    padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2-col-3 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-2-col-3 {
        padding-left: 0px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-2-col-3 {
        padding-left: 0;
    }
}

/*----------------------------------------*/

/*  6.3 Footer Style 3
/*----------------------------------------*/

.footer-bg3 {
    background: #2A3694;
}

.footer-bg3 .footer-widget-text {
    color: var(--tp-common-white);
    opacity: 0.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-bg3 .footer-widget-text br {
        display: none;
    }
}

.footer-bg3 .footer-widget-title {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-dmsans);
    font-weight: 700;
    font-size: 23px;
}

.footer-bg3 .footer-widget-link ul li a {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-dmsans);
    opacity: 0.7;
    -webkit-transition: all 0.3 ease-out 0s;
    -moz-transition: all 0.3 ease-out 0s;
    -ms-transition: all 0.3 ease-out 0s;
    -o-transition: all 0.3 ease-out 0s;
    transition: all 0.3 ease-out 0s;
}

.footer-bg3 .footer-widget-link ul li a:hover {
    opacity: 1;
}

.footer-bg3 .footer-widget-link ul li a::before {
    background-color: var(--tp-common-white);
    opacity: 0.7;
}

.footer-bg3 .footer-top {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bg3 .footer-widget-copyright span {
    color: rgba(255, 255, 255, 0.6);
}

.footer-bg3 .footer-widget-copyright2 span a {
    color: var(--tp-common-white);
}

.footer-bg3 .footer-widget-social2 a i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #33429D;
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-form-3 .footer-widget-newsletter-input {
    width: 270px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-widget-form-3 .footer-widget-newsletter-input {
        width: 245px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget-form-3 .footer-widget-newsletter-input {
        width: 220px;
    }
}

.footer-widget-form-3 .footer-widget-newsletter-input input {
    width: 100%;
    height: 54px;
    padding: 5px 20px 5px 50px;
    background: #33429D;
    box-shadow: 0px 20px 50px rgba(15, 23, 79, 0.14), inset 0px 0px 3px rgba(255, 255, 255, 0.15);
    border-radius: 100px;
}

.footer-3-col-4 {
    margin-left: -65px;
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-3-col-4 {
        margin-left: 0;
    }
}

.footer-3-col-4 .footer-widget-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}

.footer-3-col-4 .footer-widget-newsletter-input input {
    background: #33429D;
    box-shadow: 0px 20px 50px rgba(15, 23, 79, 0.14), inset 0px 0px 3px rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    color: var(--tp-common-white);
    padding: 5px 50px 5px 50px;
}

.footer-3-col-4 .footer-widget-newsletter-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.footer-3-col-4 .footer-widget-newsletter-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.footer-3-col-4 .footer-widget-newsletter-input input:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.footer-3-col-4 .footer-widget-newsletter-input input:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.footer-3-col-4 .footer-widget-newsletter-input input:focus {
    border-color: #fff;
    border-radius: 1.5px solid;
}

.footer-3-col-4 .footer-widget-newsletter-btn-2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    background: linear-gradient(180deg, #FE2981 0%, #A70647 100%);
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-3-col-4 .footer-widget-newsletter-btn-2 i:hover {
    box-shadow: 0px 2px 3px rgba(109, 5, 47, 0.4);
}

.fw-shape-one {
    position: absolute;
    top: -70px;
    left: 0;
    animation: leftright 2s linear 2s forwards infinite alternate;
}

.fw-shape-two {
    position: absolute;
    top: -180px;
    left: 0;
}

.fw-shape-three {
    position: absolute;
    top: -100px;
    left: 125px;
    animation: leftright 3.5s linear 3.5s forwards infinite alternate;
}

.fw-shape-four {
    position: absolute;
    top: -220px;
    left: 65px;
    animation: light 2.5s linear forwards infinite alternate;
}

.fw-shape-five {
    position: absolute;
    left: 320px;
    top: -250px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .fw-shape-five {
        left: 235px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fw-shape-five {
        left: 120px;
    }
}

.fw-shape-six {
    position: absolute;
    right: 45px;
    top: -257px;
}

.fw-shape-seven {
    position: absolute;
    right: 120px;
    top: -219px;
}

.fw-shape-eight {
    position: absolute;
    right: 275px;
    top: -175px;
    animation: light 2.5s linear forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fw-shape-eight {
        right: 10px;
    }
}

.fw-shape-nine {
    position: absolute;
    top: -145px;
    right: 435px;
    animation: upslide 4s linear forwards infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .fw-shape-nine {
        right: 400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .fw-shape-nine {
        top: -110px;
    }
}

.footer-bg3 .footer-widget-link ul li a::after {
    position: absolute;
    content: "";
    left: 11px;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--tp-common-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-bg3 .footer-widget-link ul li a:hover::after {
    width: calc(100% - 11px);
}

/*----------------------------------------*/

/*  6.4 Footer Style 4
/*----------------------------------------*/

.footer-bg-4 {
    background-color: #F2F2F2;
}

.footer-bg-4 .footer-widget-link ul li a:hover {
    color: var(--tp-theme-blue);
}

.footer-bg-4 .footer-widget-social a i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--tp-common-white);
    background-color: var(--tp-common-white);
}

.footer-bg-4 .footer-widget-copyright2 span a {
    color: var(--tp-theme-blue);
}

.footer-bg-4 .footer-top {
    border-bottom: none;
    padding-bottom: 25px;
}

.fooer-btn-4 .blue-btn {
    padding: 13px 30px 14px 30px;
    font-size: 15px;
    line-height: 13px;
}

.footer-4-col-4 {
    margin-left: -30px;
}

@media (max-width: 767px) {
    .footer-4-col-4 {
        margin-left: 0;
    }
}

.footer-4-col-4 .footer-widget-form-3 {
    background: var(--tp-common-white);
}

.footer-4-col-4 .footer-widget-social a:hover i {
    background-color: var(--tp-theme-blue);
    color: var(--tp-common-white);
    border: 1px solid transparent;
}

.footer-4-col-4 .footer-widget-newsletter-btn-2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    background: var(--tp-theme-blue);
    display: inline-block;
}

.footer-4-col-4 .footer-widget-newsletter-input input {
    border-radius: 30px;
}

.footer-4-col-4 .footer-widget-newsletter-input input:focus {
    border: 1px solid var(--tp-theme-blue);
    box-shadow: 2px 2px 0px 1px rgba(120, 90, 252, 0.25);
}

.footer-4-col-4 .footer-widget-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}

.footer-bottom-4 .footer-widget-copyright span {
    display: block;
    background-color: var(--tp-common-white);
    padding: 22px 0;
    border-radius: 30px;
}

.footer-bottom-4 .footer-widget-copyright span a {
    color: var(--tp-theme-blue);
}

.footer-bottom-4 .footer-widget-copyright {
    padding: 27px 0 45px 0;
}

.footer-widget-social-4 a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #414EAD;
    position: relative;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer-widget-social-4 a:hover {
    border-color: transparent;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0px 2px 3px rgba(109, 5, 47, 0.4);
}

.footer-widget-social-4 a:hover::before {
    opacity: 1;
}

.footer-widget-social-4 a:hover i {
    color: rgb(255, 255, 255);
    transform: translateY(-2px);
}

.footer-widget-social-4 a::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, #FE2981 0%, #A70647 100%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer-widget-social-4 a i {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/*----------------------------------------*/

/*  6.5 Footer Style 5
/*----------------------------------------*/

.footer-5 {
    background-color: #F5F5F5;
}

.footer-5 .footer-top {
    padding-bottom: 55px;
    border-bottom: 1px solid #E6E6E6;
}

.footer-5 .footer-widget-social a i {
    border: 1px solid var(--tp-common-white);
    background-color: var(--tp-common-white);
}

.footer-5 .footer-widget-social a i:hover {
    border-color: #007CF5;
}

.footer-5-col-1 .phone-call {
    margin-bottom: 12px;
}

.footer-5-col-1 .phone-call a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: #55585B;
    background: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 31px 12px 31px;
}

.footer-5-col-1 .phone-call a i {
    margin-right: 8px;
}

.footer-5-col-1 .submit-call button {
    padding: 11px 53.4px 13px;
}

.footer-5-col-1 .submit-call .tp-btn {
    padding: 8px 53.4px 10px;
}

.footer-5-col-1 .phone-call-details.phone-call a {
    background: #EDEFFA;
}

.footer-5-col-1 .phone-call-details.phone-call a:hover {
    background: #DDE1F2;
}

.footer-5-col-2 {
    margin-left: 68px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-5-col-2 {
        margin-left: 20px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-5-col-2 {
        margin-left: 0px;
    }
}

.footer-5-col-2 ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-5-col-2 ul li {
    width: 50%;
    flex: 0 0 50%;
}

.footer-5-col-2 ul li:nth-child(even) {
    padding-left: 15px;
}

.footer-5-col-2 .footer-widget-link ul li a {
    padding-left: 0;
    font-family: var(--tp-ff-jakarta);
    color: var(--tp-grey-3);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.footer-5-col-2 .footer-widget-link ul li a:hover {
    color: var(--tp-common-11);
}

.footer-5-col-2 .footer-widget-link ul li a::before {
    display: none;
}

.footer-5-col-3 {
    margin-left: 68px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-5-col-3 {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-5-col-3 {
        margin-left: 0px;
    }
}

.footer-5-col-3 .footer-widget-link ul li a {
    padding-left: 0;
    font-family: var(--tp-ff-jakarta);
    color: var(--tp-grey-3);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.footer-5-col-3 .footer-widget-link ul li a:hover {
    color: var(--tp-common-11);
}

.footer-5-col-3 .footer-widget-link ul li a::before {
    display: none;
}

.footer-5-col-4 .footer-widget-link ul li {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 21px;
    color: var(--tp-grey-3);
}

.footer-5-col-4 .footer-widget-link ul li:last-child {
    margin-bottom: 0;
}

.footer-5-col-4 .footer-widget-link ul li span {
    color: #909396;
    width: 116px;
    display: inline-block;
}

.tpfooter-hover a {
    display: inline;
    background-image: linear-gradient(var(--tp-common-11), var(--tp-common-11)), linear-gradient(var(--tp-common-11), var(--tp-common-11));
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tpfooter-hover a:hover {
    color: inherit;
    background-size: 0 1px, 100% 1px;
}

.footer-bottom-5 .footer-widget-copyright span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #909396;
    letter-spacing: 0;
}

.footer-bottom-5 .footer-widget-copyright span a {
    color: #FF5527;
}

.footer-bottom-5 .footer-widget-social a:hover i {
    background-color: #007CF5;
}

.footer-bottom-5 .footer-widget-copyright {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .footer-bottom-5 .footer-widget-copyright {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .footer-bottom-5 .footer-widget-social {
        text-align: center !important;
        margin-bottom: 20px;
    }
}

.footer-bottom-inner .footer-widget-copyright span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #909396;
    letter-spacing: 0;
}

.footer-bottom-inner .footer-widget-social a:hover i {
    background-color: #007CF5;
}

.footer-bottom-inner .footer-widget-copyright {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .footer-bottom-inner .footer-widget-copyright {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .footer-bottom-inner .footer-widget-social {
        text-align: center !important;
        margin-bottom: 20px;
    }
}

.footer-inner .light-blue-btn {
    background-color: var(--tp-theme-primary);
}

.footer-inner .light-blue-btn:hover {
    background-color: transparent;
}

.footer-inner .footer-bottom-5 .footer-widget-social a:hover i {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}

.footer-inner .footer-widget-copyright span a {
    color: var(--tp-theme-primary);
}

.cta-footer-bg {
    padding-top: 340px;
}

.footer-call.footer-5-col-1 .phone-call a {
    background: #EDEFFA;
}

.seo-audit-f {
    padding-top: 340px;
}

.fw-blog-details .footer-widget-social a i {
    background: #EDEFFA;
    color: #55585B;
    border: none;
}

.fw-blog-details .footer-widget-social a i:hover {
    color: var(--tp-common-white);
}