/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 860px;
    opacity: 0;
    z-index: -999;
}

.bottom-parallax .footer-style1 {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 860px;
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}





/*** 
===========================
    Footer style1 Css
===========================
***/
.footer-style1 {
    background: transparent;
}

/*==== Footer Top ====*/
.footer-top {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 0px 0px 15px;
    z-index: 1;
}

.footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: var(--thm-white);
    z-index: -1;
}



.footer-top-inner {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-top-inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%, 0 60%);
}

.footer-top-inner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 96% 100%, 0 100%, 0 0);
    padding: 0px 40px 0px;
    z-index: 1;
}

.footer-logo-style1 {
    position: relative;
    display: block;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style1 a img {
    width: auto;
}

.footer-top-form {
    position: relative;
    display: block;
    border-left: 1px solid #dbdee7;
    padding: 30px 40px 30px;
    padding-right: 0;
    max-width: 830px;
    width: 100%;
}

.footer-top-form-inner {
    position: relative;
    display: block;
}

.footer-top-form form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top-form .form-group {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 285px;
    width: 100%;
}

.footer-top-form .form-group .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--thm-white);
    font-size: 24px;
    line-height: 0;
}

.footer-top-form .form-group .icon .icon-email-1 .path3:before {
    color: var(--thm-primary-color);
}

.footer-top-form .form-group .input-box {
    position: relative;
    display: block;
    margin-left: 20px;
    max-width: 210px;
    width: 100%;
    flex: 1;
}

.footer-top-form .form-group .input-box label {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-top-form .form-group .input-box input[type="email"] {
    position: relative;
    display: block;
    background: transparent;
    border-radius: 0;
    border: 0px solid transparent;
    width: 100%;
    height: 20px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding: 0px 0px 0px;
    transition: all 500ms ease;
}

.footer-top-form .form-group .input-box input[type="email"]::-webkit-input-placeholder,
.footer-top-form .form-group .input-box input[type="email"]:-moz-placeholder,
.footer-top-form .form-group .input-box input[type="email"]::-moz-placeholder,
.footer-top-form .form-group .input-box input[type="email"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.footer-top-form form .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 336px;
    width: 100%;
}

.footer-top-form form .btn-box .checked-box1 {
    max-width: 245px;
    width: 100%;
}

.footer-top-form form .btn-box .checked-box1 label {
    padding-left: 39px;
    color: var(--thm-black);
    font-size: 17px;
    line-height: 26px;
}

.footer-top-form form .btn-box .checked-box1 input[type="checkbox"]+label span {
    top: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #dbdee7;
    border-radius: 5px;
}

.footer-top-form form .btn-box .checked-box1 label span:before {
    width: 10px;
    height: 10px;
    margin: auto auto auto;
}

.footer-top-form form .btn-box button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    color: var(--thm-white);
    font-size: 26px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.footer-top-form form .btn-box button:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}


/*==== Footer Main ====*/
.footer-main {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 100px 0px 100px;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 0px;
}

.single-footer-widget .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 19px;
}

.single-footer-widget .title .border-line,
.border-line__thm{
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.single-footer-widget .title .border-line::before,
.border-line__thm:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.footer-widget-booking-hours {
    position: relative;
    display: block;
}

.footer-widget-booking-hours-top {
    position: relative;
    display: block;
}

.footer-widget-booking-hours-top ul {
    position: relative;
    display: block;
}

.footer-widget-booking-hours-top ul li {
    position: relative;
    display: block;
}

.footer-widget-booking-hours-top ul li+li {
    margin-top: 5px;
}

.footer-widget-booking-hours-top ul li h6 {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.footer-widget-booking-hours-top ul li p {
    color: var(--thm-body-font-color-2);
}

.footer-widget-booking-hours-top .btn-box {
    position: relative;
    display: block;
    padding-top: 14px;
}

.footer-widget-booking-hours-top .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-booking-hours-top .btn-box a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-booking-hours-top .btn-box a i {
    position: relative;
    top: -2px;
    font-size: 21px;
    margin-left: 5px;
}

.footer-widget-booking-hours-bottom {
    position: relative;
    display: block;
    margin-top: 32px;
    padding-left: 30px;
    border-left: 1px dashed #b8bfca;
}

.footer-widget-booking-hours-bottom .img-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.footer-widget-booking-hours-bottom .img-icon .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
}

.footer-widget-booking-hours-bottom .img-icon .img img {
    width: 100%;
}

.footer-widget-booking-hours-bottom .img-icon .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 22px;
    line-height: 0;
    margin-left: -10px;
}

.footer-widget-booking-hours-bottom .title {
    position: relative;
    display: block;
    padding-top: 18px;
}

.footer-widget-booking-hours-bottom .title h4 {
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.footer-widget-booking-hours-bottom .title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 11px;
    margin-bottom: 0;
}

.footer-widget-booking-hours-bottom .title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-booking-hours-bottom .title h3 a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-links {
    position: relative;
    display: block;
    padding-top: 33px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
}

.footer-widget-links ul li+li {
    margin-top: 14px;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-primary-color);
    margin-left: 5px;
}

.footer-widget-links ul li a i {
    font-size: 12px;
    margin-right: 15px;
}

.footer-widget-right-content {
    position: relative;
    display: block;
}

.footer-widget-right-content-reting {
    position: relative;
    display: block;
}

.footer-widget-right-content-point {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-white);
}

.footer-widget-right-content-point h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.footer-widget-right-content-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.footer-widget-right-content-icon li {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
}

.footer-widget-right-content-icon li+li {
    margin-left: 5px;
}

.footer-widget-right-content-text {
    position: relative;
    display: block;
    padding-top: 14px;
}

.footer-widget-right-content-text p {
    color: var(--thm-white);
}

.footer-widget-right-content-text p span {
    color: var(--thm-body-font-color-2);
}

.footer-widget-right-content-text a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-right-content-text a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-right-content-text a i {
    position: relative;
    top: -2px;
    font-size: 22px;
    margin-left: 3px;
}

.footer-widget-right-content-app {
    position: relative;
    display: block;
    padding-top: 24px;
}

.footer-widget-right-content-app h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 17px;
}

.footer-widget-right-content-single {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    padding: 20px 20px 20px;
}

.footer-widget-right-content-single .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    color: var(--thm-black);
    font-size: 40px;
    line-height: 0;
}

.footer-widget-right-content-single .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 21px;
}

.footer-widget-right-content-single .btn-box .icon1 {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 25px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-right-content-single .btn-box:hover .icon1 {
    color: var(--thm-primary-color);
}
.footer-widget-right-content-app .row{
	margin-right: calc(var(--bs-gutter-x)/ -2) !important;
	margin-left: calc(var(--bs-gutter-x)/ -2) !important;
}

.footer-widget-right-content-single .btn-box a {
    position: relative;
    display: inline-block;
    padding-left: 10px !important;
    color: var(--thm-black) !important;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: var(--thm-font-2);
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-widget-right-content-single .btn-box a:before{
	display:none !important;	
}

.footer-widget-right-content-single .btn-box:hover a {
    color: var(--thm-primary-color);
}


/*==== Footer Bottom ====*/
.footer-bottom {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-top: 1px solid var(--thm-border-color-1);
    padding: 33px 0px 32px;
}

.footer-bottom-inner {
    position: relative;
    display: block;
}

.footer-bottom-inner .row {
    align-items: center;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: var(--thm-body-font-color-2);
}

.copyright-text p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text p a:hover {
    color: var(--thm-white);
}

.footer-social-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-box li {
    position: relative;
    display: block;
}

.footer-social-box li+li {
    margin-left: 10px;
}

.footer-social-box li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #203565;
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.footer-social-box li a:hover {
    color: var(--thm-white);
    background-color: transparent;
}

.footer-social-box li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.footer-social-box li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.footer-menu {
    position: relative;
    display: block;
    max-width: 365px;
    z-index: 11;
}

.footer-menu ul {
    position: relative;
    display: block;
}

.footer-menu ul li {
    position: relative;
    display: block;
    float: right;
}

.footer-menu ul li:last-child {
    margin: 0;
}

.footer-menu ul li+li {
    margin-right: 30px;
}

.footer-menu ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    line-height: 27px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-menu ul li a:hover {
    color: var(--thm-white);
}


/*** 
===========================
    Footer style2 Css
===========================
***/
.footer-style2 {
    background-color: var(--thm-black-bg);
    z-index: 10;
}

.footer-main-style2 {
    position: relative;
    display: block;
}

.footer-main-style2-top {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0px 120px;
}

.footer-main-style2-top-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.footer-main-style2-top-border ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.footer-main-style2-top-border ul li {
    position: relative;
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--thm-border-color-1);
}

.single-footer-widget-style2 {
    position: relative;
    display: block;
}

.single-footer-widget-style2__about {
    position: relative;
    display: block;
    padding: 0px 35px 0px;
    padding-right: 0;
}

.footer-widget-style2-logo {
    position: relative;
    display: block;
}

.footer-widget-style2-logo a {
    position: relative;
    display: inline-block;
}

.footer-widget-style2-logo a img {
    width: auto;
}

.footer-widget-style2-text {
    position: relative;
    display: block;
    padding-top: 28px;
}

.footer-widget-style2-text p {
    color: var(--thm-body-font-color-2);
}

.footer-widget-style2-certifified {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 33px;
}

.footer-widget-style2-certifified .icon {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 0;
}

.footer-widget-style2-certifified .icon .icon-iso .path1:before {
    color: var(--thm-primary-color);
}

.footer-widget-style2-certifified .icon .icon-iso .path2:before,
.footer-widget-style2-certifified .icon .icon-iso .path3:before,
.footer-widget-style2-certifified .icon .icon-iso .path4:before,
.footer-widget-style2-certifified .icon .icon-iso .path5:before {
    color: var(--thm-white);
}

.footer-widget-style2-certifified .title1 {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.footer-widget-style2-certifified .title1 h4 {
    color: #f3f4f6;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.single-footer-widget-style2__team-conditons {
    position: relative;
    display: block;
    padding-left: 28px;
}

.footer-widget-style2-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 78%, 76% 100%, 0 100%, 0 0);
    font-size: 36px;
    line-height: 0;
}

.footer-widget-style2-icon .icon-document .path1:before {
    color: var(--thm-primary-color);
}

.footer-widget-style2-icon .icon-document .path2:before,
.footer-widget-style2-icon .icon-document .path3:before,
.footer-widget-style2-icon .icon-document .path4:before,
.footer-widget-style2-icon .icon-document .path5:before,
.footer-widget-style2-icon .icon-document .path6:before,
.footer-widget-style2-icon .icon-document .path7:before {
    color: var(--thm-black);
}

.footer-widget-style2-title {
    position: relative;
    display: block;
    padding-top: 27px;
}

.footer-widget-style2-title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.footer-widget-style2-title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-style2-title h3 a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style2-title p {
    color: var(--thm-body-font-color-2);
}

.footer-widget-style2-btn {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 22px;
}

.footer-widget-style2-btn .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.footer-widget-style2-btn .btn-one:hover {
    color: var(--thm-white);
}

.footer-widget-style2-btn .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.footer-widget-style2-btn .btn-one::before {
    background-color: var(--thm-primary-color);
}

.footer-widget-style2-btn .btn-one:after {
    background-color: var(--thm-white);
}

.single-footer-widget-style2.pl20pr14 {
    padding-left: 20px;
    padding-right: 14px;
}

.single-footer-widget-style2 .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 0px;
}

.single-footer-widget-style2 .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 19px;
}

.single-footer-widget-style2 .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.single-footer-widget-style2 .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.footer-widget-links-style2 {
    position: relative;
    display: block;
    padding-top: 33px;
}

.footer-widget-links-style2 ul {
    position: relative;
    display: block;
}

.footer-widget-links-style2 ul li {
    position: relative;
    display: block;
}

.footer-widget-links-style2 ul li+li {
    margin-top: 14px;
}

.footer-widget-links-style2 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-widget-links-style2 ul li a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-links-style2 ul li a i {
    font-size: 12px;
    margin-right: 15px;
}

.single-footer-widget-style2.pl12pr35 {
    padding-left: 12px;
    padding-right: 35px;
}

.footer-widget-newsletter {
    position: relative;
    display: block;
    padding-top: 33px;
}

.footer-widget-newsletter-text {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.footer-widget-newsletter-text p {
    color: var(--thm-body-font-color-2);
}

.footer-widget-newsletter-form {
    position: relative;
    display: block;
    padding-top: 0;
}

.footer-widget-newsletter-form form {
    position: relative;
    display: block;
}

.footer-widget-newsletter-form form .input-box {
    position: relative;
    display: block;
}

.footer-widget-newsletter-form form .input-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    bottom: 0;
    z-index: 1;
}

.footer-widget-newsletter-form form .input-box .icon img {
    width: auto;
}

.footer-widget-newsletter-form form input[type="email"] {
    position: relative;
    display: block;
    background: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    width: 100%;
    height: 56px;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding: 0px 45px 0px;
    padding-right: 10px;
    transition: all 500ms ease;
}

.footer-widget-newsletter-form form input[type="email"]::-webkit-input-placeholder,
.footer-widget-newsletter-form form input[type="email"]:-moz-placeholder,
.footer-widget-newsletter-form form input[type="email"]::-moz-placeholder,
.footer-widget-newsletter-form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-body-font-color-2);
}

.footer-widget-newsletter-form form .btn-box {
    position: relative;
    display: block;
    padding-top: 12px;
}

.footer-widget-newsletter-form form .btn-box button {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-newsletter-form form .btn-box button i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.footer-widget-newsletter-form form .btn-box button:hover {
    color: var(--thm-primary-color);
}

.footer-widget-newsletter-form .promise-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 18px;
}

.footer-widget-newsletter-form .promise-box i {
    position: relative;
    display: block;
    color: var(--thm-body-font-color-2);
    font-size: 16px;
    line-height: 0;
}

.footer-widget-newsletter-form .promise-box p {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
    color: var(--thm-body-font-color-2);
    font-size: 15px;
    line-height: 24px;
}

.footer-main-style2-bottom {
    position: relative;
    display: block;
}

.footer-main-style2-bottom-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.footer-main-style2-bottom-border ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.footer-main-style2-bottom-border ul li {
    position: relative;
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--thm-border-color-1);
}

.footer-main-style2-bottom__inner {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color-1);
    padding: 30px 0px 30px;
}

.footer-style2-social-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-style2-social-box .inner-title {
    position: relative;
    display: block;
}

.footer-style2-social-box .inner-title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-style2-social-box ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.footer-style2-social-box ul li {
    position: relative;
    display: block;
}

.footer-style2-social-box ul li+li {
    margin-left: 10px;
}

.footer-style2-social-box ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #203565;
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.footer-style2-social-box ul li a:hover {
    color: var(--thm-white);
    background-color: transparent;
}

.footer-style2-social-box ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.footer-style2-social-box ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.footer-style2-cards-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-style2-cards-box .inner-title {
    position: relative;
    display: block;
}

.footer-style2-cards-box .inner-title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-style2-cards-box ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.footer-style2-cards-box ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.footer-style2-cards-box ul li+li {
    margin-left: 10px;
}

.footer-style2-cards-box ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-body-font-color-2);
    font-size: 40px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-style2-cards-box ul li a:hover {
    color: var(--thm-primary-color);
}


/*=== Footer Bottom ===*/
.footer-bottom-style2 {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color-1);
    padding: 44.5px 0px 44.5px;
}

.footer-bottom-style2-inner {
    position: relative;
    display: block;
}

.copyright-text-style2 {
    position: relative;
    display: block;
}

.copyright-text-style2 p {
    color: var(--thm-body-font-color-2);
}

.copyright-text-style2 p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text-style2 p a:hover {
    color: var(--thm-white);
}


/*** 
===========================
    Footer style3 Css
===========================
***/
.footer-style3 {
    position: relative;
    display: block;
}


/*========Footer Main style3 Css =======*/
.footer-main-style3 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    padding: 80px 0px 120px;
}

.single-footer-widget-style3 {
    position: relative;
    display: block;
}

.single-footer-widget-style3.mr30 {
    margin-right: 30px;
}

.footer-widget-style3__consultation {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 89%, 90% 100%, 0 100%, 0 0);
}

.footer-widget-style3__content {
    position: relative;
    display: block;
    padding: 33px 30px 32px;
}

.footer-widget-style3__content .title-box {
    position: relative;
    display: block;
}

.footer-widget-style3__content .title-box h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-widget-style3__content .title-box .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(252, 89, 25);
    background: linear-gradient(90deg, rgba(252, 89, 25, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.footer-widget-style3__content .title-box .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.footer-widget-style3__content .list {
    position: relative;
    display: block;
    padding-top: 0px;
}

.footer-widget-style3__content .list li {
    position: relative;
    display: flex !important;
    align-items: center;
}

.footer-widget-style3__content .list li+li {
    margin-top: 10px;
}

.footer-widget-style3__content .list li .icon {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 0;
}

.footer-widget-style3__content .list li h4 {
    position: relative;
    display: block;
    padding-left: 7px;
    flex: 1;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.footer-widget-style3__btn {
    position: relative;
    display: block;
    border-top: 1px solid #fb845e;
    padding: 17px 30px 17px;
}

.footer-widget-style3__btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-style3__btn a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.footer-widget-style3__btn a:hover {
    color: var(--thm-black);
}

.single-footer-widget-style3 .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 0px;
}

.single-footer-widget-style3 .title h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 19px;
}

.single-footer-widget-style3 .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(243, 244, 246);
    background: linear-gradient(90deg, rgba(243, 244, 246, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.single-footer-widget-style3 .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.footer-widget-links-style3 {
    position: relative;
    display: block;
    padding-top: 33px;
}

.footer-widget-links-style3 ul {
    position: relative;
    display: block;
}

.footer-widget-links-style3 ul li {
    position: relative;
    display: block;
}

.footer-widget-links-style3 ul li+li {
    margin-top: 14px;
}

.footer-widget-links-style3 ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links-style3 ul li a:hover {
    color: var(--thm-primary-color);
    margin-left: 5px;
}

.footer-widget-links-style3 ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.footer-widget-links-style3 ul li a:hover::before {
    width: 100%;
}

.footer-widget-style3-post {
    position: relative;
    display: block;
}

.footer-widget-style3-post li,
.footer-widget-style3-post .exp_post {
    position: relative;
    display: block;
    padding-left: 90px;
}

.footer-widget-style3-post li+li,
.footer-widget-style3-post .exp_post+.exp_post {
    margin-top: 26px;
}

.footer-widget-style3-post li .img-box,
.footer-widget-style3-post .exp_post .img-box {
    position: absolute;
    top: 6px;
    left: 0;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
	width:70px;
	height:70px;
	object-fit:cover;
}

.footer-widget-style3-post li .img-box::before,
.footer-widget-style3-post .exp_post .img-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.footer-widget-style3-post li:hover .img-box::before,
.footer-widget-style3-post .exp_post:hover .img-box:before {
    opacity: 1;
}

.footer-widget-style3-post li .img-box img,
.footer-widget-style3-post .exp_post .img-box img {
    transform: scale(1.0);
    transition: all 1500ms ease;
	width:70px;
	height:70px;
	object-fit:cover;
}

.footer-widget-style3-post li:hover .img-box img,
.footer-widget-style3-post .exp_post:hover .img-box img{
    transform: scale(1.07) rotate(0deg);
}

.footer-widget-style3-post li .img-box .overlay-icon,
.footer-widget-style3-post .exp_post .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.footer-widget-style3-post li .img-box .overlay-icon a,
.footer-widget-style3-post .exp_post .img-box .overlay-icon a {
    position: relative;
    display: block;
    opacity: 1;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 0;
    transform: scale(0);
    transition: all 500ms ease;
}

.footer-widget-style3-post li:hover .img-box .overlay-icon a,
.footer-widget-style3-post .exp_post:hover .img-box .overlay-icon a {
    opacity: 1;
    transform: scale(1);
}

.footer-widget-style3-post li .img-box .overlay-icon a:hover,
.footer-widget-style3-post .exp_post .img-box .overlay-icon a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style3-post li .content-box,
.footer-widget-style3-post .exp_post .content-box {
    position: relative;
    display: block;
}

.footer-widget-style3-post li .content-box .category,
.footer-widget-style3-post .exp_post .content-box .category {
    position: relative;
    display: block;
}

.footer-widget-style3-post li .content-box .category h6,
.footer-widget-style3-post .exp_post .content-box .category h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-widget-style3-post li .content-box .title1,
.footer-widget-style3-post .exp_post .content-box .title1 {
    position: relative;
    display: block;
    padding-top: 4px;
}

.footer-widget-style3-post li .content-box .title1 h3,
.footer-widget-style3-post .exp_post .content-box .title1 h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.footer-widget-style3-post li .content-box .title1 h3 a,
.footer-widget-style3-post .exp_post .content-box .title1 h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-style3-post li .content-box .title1 h3 a:hover,
.footer-widget-style3-post .exp_post .content-box .title1 h3 a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style3-post li .content-box .date,
.footer-widget-style3-post .exp_post .content-box .date {
    position: relative;
    display: block;
    padding-top: 6px;
}

.footer-widget-style3-post li .content-box .date p,
.footer-widget-style3-post .exp_post .content-box .date p {
    margin: 0;
}

/*========Footer Bottom style3 Css =======*/
.footer-bottom-style3 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 30px 0px 30px;
}

.footer-bottom-style3-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-style3-left {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-bottom-style3-logo {
    position: relative;
    display: block;
}

.footer-bottom-style3-logo a {
    position: relative;
    display: inline-block;
}

.footer-bottom-style3-logo a img {
    width: auto;
}

.copyright-text-style3 {
    position: relative;
    display: block;
    flex: 1;
    border-left: 1px solid var(--thm-border-color-1);
    padding-left: 30px;
    margin-left: 30px;
}

.copyright-text-style3 p {
    color: var(--thm-body-font-color-2);
}

.copyright-text-style3 p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text-style3 p a:hover {
    color: var(--thm-white);
}

.footer-bottom-style3-right {
    position: relative;
    display: block;
}

.footer-bottom-style3-right ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-bottom-style3-right ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-bottom-style3-right ul li+li {
    margin-left: 20px;
}

.footer-bottom-style3-right ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--thm-white);
    color: var(--thm-black);
    font-size: 16px;
    line-height: 0;
}

.footer-bottom-style3-right ul li a {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-bottom-style3-right ul li a:hover {
    color: var(--thm-primary-color);
}


/*** 
===========================
    Footer style4 Css
===========================
***/
.footer-style4 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
}

/*==== Footer Main Style4 ====*/
.footer-main-style4 {
    position: relative;
    display: block;
    padding: 120px 0px 112px;
}

.single-footer-widget-style4 {
    position: relative;
    display: block;
}

.single-footer-widget-style4 .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 0px;
}

.single-footer-widget-style4 .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 19px;
}

.single-footer-widget-style4 .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.single-footer-widget-style4 .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.footer-widget-style4__contact {
    position: relative;
    display: block;
    padding-top: 32px;
}

.footer-widget-style4__contact .top-box {
    position: relative;
    display: block;
}

.footer-widget-style4__contact .top-box h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}

.footer-widget-style4__contact .top-box p {
    color: var(--thm-body-font-color-2);
}

.footer-widget-style4__contact .list {
    position: relative;
    display: block;
    padding-top: 22px;
}

.footer-widget-style4__contact .list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-style4__contact .list li+li {
    margin-top: 15px;
}

.footer-widget-style4__contact .list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #203565;
    font-size: 24px;
    line-height: 0;
}

.footer-widget-style4__contact .list li .icon img {
    width: auto;
}

.footer-widget-style4__contact .list li .icon .icon-email .path1:before {
    color: var(--thm-primary-color);
}

.footer-widget-style4__contact .list li .icon .icon-email .path2:before,
.footer-widget-style4__contact .list li .icon .icon-email .path3:before,
.footer-widget-style4__contact .list li .icon .icon-email .path4:before,
.footer-widget-style4__contact .list li .icon .icon-email .path5:before,
.footer-widget-style4__contact .list li .icon .icon-email .path6:before {
    color: var(--thm-white);
}

.footer-widget-style4__contact .list li .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.footer-widget-style4__contact .list li .title h6 {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-family: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.footer-widget-style4__contact .list li .title h6::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    height: 1px;
    background-color: #cbcdd3;
}

.footer-widget-style4__contact .list li .title p {
    color: var(--thm-body-font-color-2);
}

.footer-widget-style4__contact .list li .title p a {
    color: var(--thm-body-font-color-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-style4__contact .list li .title p a:hover {
    color: var(--thm-white);
}

.footer-widget-style4__contact .btn-box {
    position: relative;
    display: block;
    padding-top: 27px;
}

.footer-widget-style4__contact .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-style4__contact .btn-box a i {
    position: relative;
    font-size: 20px;
    top: -1px;
    margin-left: 5px;
}

.footer-widget-style4__contact .btn-box a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-links-style4 {
    position: relative;
    display: block;
    padding-top: 33px;
}

.footer-widget-links-style4 ul {
    position: relative;
    display: block;
}

.footer-widget-links-style4 ul li {
    position: relative;
    display: block;
}

.footer-widget-links-style4 ul li+li {
    margin-top: 14px;
}

.footer-widget-links-style4 ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links-style4 ul li a:hover {
    color: var(--thm-primary-color);
    margin-left: 5px;
}

.footer-widget-links-style4 ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.footer-widget-links-style4 ul li a:hover::before {
    width: 100%;
}

.footer-widget-style4-gallery {
    position: relative;
    display: block;
    padding-top: 40px;
}

.footer-widget-style4-gallery ul {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.footer-widget-style4-gallery ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0 5px 10px;
}

.footer-widget-style4-gallery ul li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.footer-widget-style4-gallery ul li .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-primary-color-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.footer-widget-style4-gallery ul li:hover .img-box::before {
    opacity: 1;
}

.footer-widget-style4-gallery ul li .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.footer-widget-style4-gallery ul li:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.footer-widget-style4-gallery ul li .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.footer-widget-style4-gallery ul li .img-box .overlay-icon a {
    position: relative;
    display: block;
    opacity: 1;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 0;
    transform: scale(0);
    transition: all 500ms ease;
}

.footer-widget-style4-gallery ul li:hover .img-box .overlay-icon a {
    opacity: 1;
    transform: scale(1);
}

.footer-widget-style4-gallery ul li .img-box .overlay-icon a:hover {
    color: var(--thm-black);
}

.footer-style4-social-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.footer-style4-social-box .inner-title {
    position: relative;
    display: block;
}

.footer-style4-social-box .inner-title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-style4-social-box ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.footer-style4-social-box ul li {
    position: relative;
    display: block;
}

.footer-style4-social-box ul li+li {
    margin-left: 10px;
}

.footer-style4-social-box ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #203565;
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.footer-style4-social-box ul li a:hover {
    color: var(--thm-white);
    background-color: transparent;
}

.footer-style4-social-box ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.footer-style4-social-box ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}


/*==== Footer Bottom Style4 ====*/
.footer-bottom-style4 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-top: 1px solid var(--thm-border-color-1);
    padding: 33px 0px 32px;
}

.footer-bottom-style4-inner {
    position: relative;
    display: block;
}

.footer-bottom-style4-inner .row {
    align-items: center;
}

.copyright-text-style4 {
    position: relative;
    display: block;
}

.copyright-text-style4 p {
    color: var(--thm-body-font-color-2);
}

.copyright-text-style4 p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text-style4 p a:hover {
    color: var(--thm-white);
}

.footer-logo-style4 {
    position: relative;
    display: block;
}

.footer-logo-style4 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style4 a img {
    width: auto;
}

.footer-menu-style4 {
    position: relative;
    display: block;
    max-width: 365px;
    z-index: 11;
}

.footer-menu-style4 ul {
    position: relative;
    display: block;
}

.footer-menu-style4 ul li {
    position: relative;
    display: block;
    float: right;
}

.footer-menu-style4 ul li:last-child {
    margin: 0;
}

.footer-menu-style4 ul li+li {
    margin-right: 30px;
}

.footer-menu-style4 ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    line-height: 27px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-menu-style4 ul li a:hover {
    color: var(--thm-white);
}


/**  End Css  **/