/*** 
=============================================
    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 Main ====*/
.footer-main {
    position: relative;
    display: block;
    background-color: var(--thm-black-color-bg);
    padding: 120px 0px 113px;
}

.footer-main__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 500px) / 2);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget-about {
    position: relative;
    display: block;
}

.footer-logo-style1 {
    position: relative;
    display: block;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style1 a img {
    width: auto;
}

.footer-widget-about-text {
    position: relative;
    display: block;
    margin-top: 34px;
}

.footer-widget-about-text h4 {
    color: #a8b0a6;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer-widget-about-contact {
    position: relative;
    display: block;
    margin-top: 33px;
}

.footer-widget-about-contact__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background-color: var(--thm-primary-color);
}

.footer-widget-about-contact__icon i {
    color: var(--thm-white-color);
    font-size: 30px;
}

.footer-widget-about-contact__title {
    position: relative;
    display: block;
    margin-top: 24px;
}

.footer-widget-about-contact__title h4 {
    color: #a8b0a6;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer-widget-about-contact__email {
    position: relative;
    display: block;
    margin-top: 3px;
}

.footer-widget-about-contact__email a {
    position: relative;
    display: inline-block;
    color: var(--thm-white-color);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer-widget-about-contact__email a::before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: var(--thm-white-color);
}

.footer-widget-about-contact__email a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-about-contact__or {
    position: relative;
    display: block;
    margin-top: 15px;
}

.footer-widget-about-contact__or h4 {
    color: #a8b0a6;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer-widget-about-contact__phn {
    position: relative;
    display: block;
    margin-top: 8px;
}

.footer-widget-about-contact__phn a {
    position: relative;
    display: inline-block;
    color: var(--thm-white-color);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer-widget-about-contact__phn a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-about-contact__btn {
    position: relative;
    display: block;
    margin-top: 22px;
    line-height: 0;
}

.footer-widget-about-contact__btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: var(--thm-white-color);
    padding: 17px 30px 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-about-contact__btn a:hover {
    color: var(--thm-white-color);
    background-color: var(--thm-primary-color);
}

.footer-widget-about-contact__btn a i {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-about-contact__btn a:hover i {
    color: var(--thm-white-color);
}

.footer-widget__form {
    position: relative;
    display: block;
}

.footer-widget__form-title {
    position: relative;
    display: block;
    margin-top: -7px;
}

.footer-widget__form-title h3 {
    color: var(--thm-white-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.footer-widget__form form {
    position: relative;
    display: block;
    margin-top: 17px;
}

.footer-widget__form form .form-group {
    position: relative;
    display: block;
    padding-right: 66px;
}

.footer-widget__form form .form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: 20px;
    color: var(--thm-gray-color);
    font-size: 14px;
    z-index: 1;
}

.footer-widget__form form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    color: var(--thm-gray-color);
    font-size: 17px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    background: var(--thm-white-color);
    padding: 0px 45px 0px;
}

.footer-widget__form form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background-color: var(--thm-white-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget__form form .form-group button:hover {
    background-color: var(--thm-primary-color);
}

.footer-widget__form form .form-group button span {
    color: var(--thm-primary-color);
    font-size: 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget__form form .form-group button:hover span {
    color: var(--thm-white-color);
}

.footer-widget-links {
    position: relative;
    display: block;
    margin-top: 54px;
}

.footer-widget-links__title {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.footer-widget-links__title h3 {
    color: var(--thm-white-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.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: 9px;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #a8b0a6;
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: .1s;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-links ul li a i {
    font-size: 12px;
    margin-right: 8px;
}

.footer-widget__social-links {
    position: relative;
    display: block;
}

.footer-widget__social-links-title {
    position: relative;
    display: block;
    margin-top: -7px;
}

.footer-widget__social-links-title h3 {
    color: var(--thm-white-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.footer-widget__social-links ul {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.footer-widget__social-links ul li {
    position: relative;
    display: block;
}

.footer-widget__social-links ul li+li {
    margin-left: 10px;
}

.footer-widget__social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    overflow: hidden;
    border-radius: 5px;
    background: #363e34;
    color: var(--thm-white-color);
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-widget__social-links ul li:hover a {
    color: var(--thm-white-color);
    background-color: var(--thm-primary-color);
}

.footer-widget__courses {
    position: relative;
    display: block;
    margin-top: 54px;
}

.footer-widget__courses-title {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.footer-widget__courses-title h3 {
    color: var(--thm-white-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.footer-widget__courses-list {
    position: relative;
    display: block;
    padding-right: 65px;
}

.footer-widget__courses-list li+li {
    margin-top: 18px;
}

.single-footer-widget__courses {
    position: relative;
    display: block;
    padding-left: 90px;
}

.single-footer-widget__courses-img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
}

.single-footer-widget__courses-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black-color);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
}

.single-footer-widget__courses:hover .single-footer-widget__courses-img::before {
    opacity: .5;
}

.single-footer-widget__courses-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-footer-widget__courses:hover .single-footer-widget__courses-img img {
    transform: scale(1.05) rotate(0deg);
}

.single-footer-widget__courses-content {
    position: relative;
    display: block;
}

.single-footer-widget__courses-content h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.single-footer-widget__courses-content h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 7px;
}

.single-footer-widget__courses-content h4 a {
    color: var(--thm-white-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget__courses-content h4 a:hover {
    color: var(--thm-primary-color);
}

.single-footer-widget__courses-content h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.single-footer-widget__courses-content h5 a {
    color: #a8b0a6;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget__courses-content h5 a:hover {
    color: var(--thm-white-color);
}


/*==== Footer Bottom ====*/

.footer-bottom {
    position: relative;
    display: block;
    background-color: var(--thm-black-color-bg);
    border-top: 1px solid #404a3e;
    padding: 19.5px 0px 19.5px;
}

.footer-bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #a8b0a6;
}

.copyright-text p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: .1s;
}

.copyright-text p a:hover {
    color: var(--thm-white-color);
}

.footer-card {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-card__text {
    position: relative;
    display: block;
}

.footer-card__text p {
    color: #a8b0a6;
}

.footer-card ul {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.footer-card ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.footer-card ul li+li {
    margin-left: 10px;
}

.footer-card ul li a {
    position: relative;
    display: inline-block;
}

.footer-card ul li a img {
    width: auto;
}



/*** 
===========================
    Footer style2 Css
===========================
***/
.footer-style2 {
    background: transparent;
}


/*==== Footer Main Style2 ====*/
.footer-main-style2 {
    position: relative;
    display: block;
    background-color: var(--thm-black-color-bg);
    padding: 120px 0px 60px;
}

.single-footer-widget-style2 {
    position: relative;
    display: block;
}

.footer-widget-style2__about {
    position: relative;
    display: block;
}

.footer-widget-style2__title,
.footer-widget h2 {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-widget-style2__title h3,
.footer-widget h2{
    color: var(--thm-white-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.footer-widget-style2__about-content {
    position: relative;
    display: block;
    padding-top: 24px;
    padding-right: 30px;
}

.footer-widget-style2__about-text {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.footer-widget-style2__about-text p {
    color: #a3abba;
}

.footer-widget-style2__about-badge {
    position: relative;
}

.footer-widget-style2__about-badge li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 130px;
    background-color: var(--thm-white-color);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.footer-widget-style2__about-badge li+li {
    margin-left: 10px;
}

.footer-widget-style2__about-badge-content {
    position: relative;
    display: block;
    text-align: center;
}

.footer-widget-style2__about-badge-content i {
    color: var(--thm-primary-color);
    font-size: 20px;
    margin-bottom: 1px;
}

.footer-widget-style2__about-badge-content h5 {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-widget-style2__about-badge-content h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 3px;
}

.footer-widget-style2-links-list {
    position: relative;
    display: block;
    padding-top: 23px;
}

.footer-widget-style2-links-list li {
    position: relative;
    display: block;
}

.footer-widget-style2-links-list li+li {
    margin-top: 9px;
}

.footer-widget-style2-links-list li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #a3abba;
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: .1s;
}

.footer-widget-style2-links-list li a:hover {
    color: var(--thm-white-color);
    margin-left: 3px;
}

.footer-widget-style2-links-list li a i {
    font-size: 12px;
    margin-right: 10px;
}

.footer-widget-style2__social {
    position: relative;
    display: block;
    margin-top: 26px;
}

.footer-widget-style2__social-single {
    position: relative;
    display: block;
}

.footer-widget-style2__social-single+.footer-widget-style2__social-single {
    margin-top: 30px;
}

.footer-widget-style2__social-single-title {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.footer-widget-style2__social-single-title h4 {
    color: #a3abba;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer-widget-style2__social-single ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-style2__social-single ul li {
    position: relative;
    display: block;
}

.footer-widget-style2__social-single ul li+li {
    margin-left: 5px;
}

.footer-widget-style2__social-single ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #1e2a3f;
    color: var(--thm-white-color);
    font-size: 18px;
    line-height: 0;
}

.footer-widget-style2__social-single ul li a:hover {
    color: var(--thm-white-color);
    background-color: var(--thm-primary-color);
}


/*==== Footer Bottom Style2 ====*/

.footer-bottom-style2 {
    position: relative;
    display: block;
    background-color: var(--thm-black-color-bg);
    border-top: 1px solid #2b3850;
    padding: 25px 0px 25px;
}

.footer-bottom-style2-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-style2__left {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-logo-style2 {
    position: relative;
    display: block;
    border-right: 1px solid #2b3850;
    padding-right: 30px;
}

.footer-logo-style2 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style2 a img {
    width: auto;
}

.footer-language-switcher-style1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.footer-language-switcher-style1 .icon {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
}

.footer-language-switcher-style1 .select-box {
    position: relative;
    display: block;
    flex: 1;
}

.footer-language-switcher-style1 .nice-select {
    position: relative;
    display: flex;
    align-items: center;
    width: 85px;
    height: 28px;
    border: none;
    background-color: transparent;
    color: var(--thm-white-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding-left: 10px;
    padding-right: 25px;
    transition: all 0.2s ease-in-out;
}

.footer-language-switcher-style1 .nice-select::after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\e907" !important;
    font-family: 'icomoon' !important;
    color: #a3abba;
    font-size: 14px;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.footer-language-switcher-style1 .nice-select .list {
    background-color: var(--thm-white-color);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 120px;
    right: 0 !important;
    left: auto !important;
    top: auto;
    margin-top: -210px;
}

.footer-language-switcher-style1 .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.footer-language-switcher-style1 .nice-select .option {
    color: var(--thm-black-color);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.footer-language-switcher-style1 .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.footer-language-switcher-style1 .nice-select .option:hover,
.footer-language-switcher-style1 .nice-select .option.focus,
.footer-language-switcher-style1 .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

.copyright-text-style2 {
    position: relative;
    display: block;
}

.copyright-text-style2 p {
    color: #a3abba;
}

.copyright-text-style2 p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: .1s;
}

.copyright-text-style2 p a:hover {
    color: var(--thm-white-color);
}




/*** 
===========================
    Footer style3 Css
===========================
***/
.footer-style3 {
    background: transparent;
}


/*==== Footer Top Style1 ====*/

.footer-top-style1 {
    position: relative;
    display: block;
    z-index: 3;
}

.footer-top-style1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #e4e1e8;
}

.footer-top-style1__banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    padding: 32px 30px 32px;
}

.footer-top-style1__banner-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #a246f6;
    font-size: 120px;
    line-height: 0;
}

.footer-top-style1__banner-title {
    position: relative;
    display: block;
}

.footer-top-style1__banner-title h2 {
    color: var(--thm-white-color);
    font-size: 36px;
    line-height: 1.0em;
    font-weight: 300;
    font-style: italic;
}

.footer-top-style1__banner-title h2 span {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
}

.footer-top-style1__banner-btn {
    position: relative;
    display: block;
    line-height: 0;
}

.footer-top-style1__banner-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--thm-white-color);
    padding: 16px 30px 16px;
    color: var(--thm-black-color);
    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-top-style1__banner-btn a:hover {
    color: var(--thm-primary-color);
}

.footer-top-style1__banner-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 0;
    margin-right: 10px;
}

.footer-top-style1__banner-btn a .icon .icon-communication .path1:before,
.footer-top-style1__banner-btn a .icon .icon-communication .path2:before,
.footer-top-style1__banner-btn a .icon .icon-communication .path3:before,
.footer-top-style1__banner-btn a .icon .icon-communication .path4:before,
.footer-top-style1__banner-btn a .icon .icon-communication .path5:before {
    color: var(--thm-black-color);
}

.footer-top-style1__banner-btn a .icon .icon-communication .path6:before {
    color: var(--thm-primary-color);
}

.footer-top-style1__social {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-black-color-bg);
}

.footer-top-style1__social ul.row {
    --bs-gutter-x: 0px;
}

.footer-top-style1__social-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    border-right: 1px solid #493466;
    border-bottom: 1px solid #493466;
}

.footer-top-style1__social ul li:nth-child(3) .footer-top-style1__social-icon,
.footer-top-style1__social ul li:last-child .footer-top-style1__social-icon {
    border-right: none;
}

.footer-top-style1__social ul li:nth-child(4) .footer-top-style1__social-icon,
.footer-top-style1__social ul li:nth-child(5) .footer-top-style1__social-icon,
.footer-top-style1__social ul li:last-child .footer-top-style1__social-icon {
    border-bottom: none;
}

.footer-top-style1__social-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    color: var(--thm-white-color);
    font-size: 18px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.footer-top-style1__social-icon a:hover {
    color: var(--thm-white-color);
    background-color: #3b2656;
}



/*==== Footer Main Style3 ====*/

.footer-main-style3 {
    position: relative;
    display: block;
    background-color: transparent;
    padding: 100px 0px 93px;
}

.single-footer-widget-style3 {
    position: relative;
    display: block;
}

.footer-widget-style3__about {
    position: relative;
    display: block;
}

.footer-logo-style3 {
    position: relative;
    display: block;
}

.footer-logo-style3 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style3 a img {
    width: auto;
}

.footer-widget-style3__about-content {
    position: relative;
    display: block;
    margin-top: 32px;
}

.footer-widget-style3__about-text {
    position: relative;
    display: block;
}

.footer-widget-style3__about-text p {
    margin: 0;
}

.footer-widget-style3__about-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.footer-widget-style3__about-btn {
    position: relative;
    display: block;
    line-height: 0;
}

.footer-widget-style3__about-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--thm-black-color-bg);
    padding: 16px 30px 16px;
    color: var(--thm-white-color);
    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__about-btn a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style3__about-btn a i {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
}

.footer-widget-style3__about-phn {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.footer-widget-style3__about-phn-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
}

.footer-widget-style3__about-phn-icon .icon-consulting .path1:before,
.footer-widget-style3__about-phn-icon .icon-consulting .path2:before {
    color: var(--thm-white-color);
}

.footer-widget-style3__about-phn-text {
    position: relative;
    display: block;
    margin-left: 15px;
}

.footer-widget-style3__about-phn-text p {
    line-height: 22px;
}

.footer-widget-style3__about-phn-text a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black-color);
    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__about-phn-text a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style3__about-phn-text a i {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-left: 8px;
}

.footer-widget-style3__title {
    position: relative;
    display: block;
    margin-top: -7px;
}

.footer-widget-style3__title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.footer-widget-style3-links-list {
    position: relative;
    display: block;
    padding-top: 23px;
}

.footer-widget-style3-links-list li {
    position: relative;
    display: block;
}

.footer-widget-style3-links-list li+li {
    margin-top: 9px;
}

.footer-widget-style3-links-list li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-gray-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: .1s;
}

.footer-widget-style3-links-list li a:hover {
    color: var(--thm-primary-color);
    margin-left: 3px;
}

.footer-widget-style3-links-list li a i {
    font-size: 12px;
    margin-right: 10px;
}

.footer-widget-style3__form {
    position: relative;
    display: block;
    margin-top: 32px;
}

.footer-widget-style3__form form {
    position: relative;
    display: block;
}

.footer-widget-style3__form form .form-group {
    position: relative;
    display: block;
}

.footer-widget-style3__form form .form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: 20px;
    color: var(--thm-gray-color);
    font-size: 14px;
    z-index: 1;
}

.footer-widget-style3__form form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    color: var(--thm-gray-color);
    font-size: 17px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #e4e1e8;
    padding: 0px 45px 0px;
}

.footer-widget-style3__form form button {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--thm-primary-color);
    padding: 13px 30px 13px;
    color: var(--thm-white-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-style3__form form button:hover {
    color: var(--thm-black-color);
}

.footer-widget-style3__form form button i {
    color: var(--thm-white-color);
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-style3__form form button:hover i {
    color: var(--thm-black-color);
}

.footer-widget-style3__form p {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}

.footer-widget-style3__form p i {
    color: var(--thm-primary-color);
    font-size: 14px;
    margin-top: 2px;
    margin-right: 8px;
}



/*==== Footer Bottom Style3 ====*/

.footer-bottom-style3 {
    background-color: var(--thm-gray-bg);
    padding: 21px 0px 21px;
}

.footer-bottom-style3-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 770px;
    width: 100%;
}


.footer-language-switcher-style2 {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.footer-language-switcher-style2 .icon {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
}

.footer-language-switcher-style2 .select-box {
    position: relative;
    display: block;
    flex: 1;
}

.footer-language-switcher-style2 .nice-select {
    position: relative;
    display: flex;
    align-items: center;
    width: 85px;
    height: 28px;
    border: none;
    background-color: transparent;
    color: var(--thm-black-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding-left: 10px;
    padding-right: 25px;
    transition: all 0.2s ease-in-out;
}

.footer-language-switcher-style2 .nice-select::after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\e907" !important;
    font-family: 'icomoon' !important;
    color: #a3abba;
    font-size: 14px;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.footer-language-switcher-style2 .nice-select .list {
    background-color: var(--thm-white-color);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 120px;
    right: 0 !important;
    left: auto !important;
    top: auto;
    margin-top: -210px;
}

.footer-language-switcher-style2 .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.footer-language-switcher-style2 .nice-select .option {
    color: var(--thm-black-color);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.footer-language-switcher-style2 .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.footer-language-switcher-style2 .nice-select .option:hover,
.footer-language-switcher-style2 .nice-select .option.focus,
.footer-language-switcher-style2 .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

.copyright-text-style3 {
    position: relative;
    display: block;
}

.copyright-text-style3 p {
    margin: 0;
}

.copyright-text-style3 p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: .1s;
}

.copyright-text-style3 p a:hover {
    color: var(--thm-black-color);
}



/*** 
===========================
    Footer style4 Css
===========================
***/
.footer-style4 {
    position: relative;
    display: block;
    background: var(--thm-gray-bg);
    padding: 0px 20px 20px;
}

.footer-style4__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: var(--thm-border-radius);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    margin: 0px 20px 20px;
}



/*==== Footer Main Style4 ====*/

.footer-main-style4 {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
}

.single-footer-widget-style4 {
    position: relative;
    display: block;
}

.footer-widget-style4__about {
    position: relative;
    display: block;
    margin-right: 30px;
}

.footer-widget-style4__title1 {
    position: relative;
    display: block;
    margin-top: -7px;
}

.footer-widget-style4__title1 h3 {
    color: var(--thm-white-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widget-style4__title1 h3 span {
    font-weight: 300;
    font-style: italic;
}

.footer-widget-style4__about-text {
    position: relative;
    display: block;
    margin-top: 4px;
}

.footer-widget-style4__about-text p {
    color: #a7a0a0;
}

.footer-widget-style4__about-app {
    position: relative;
    display: block;
    margin-top: 22px;
}

.footer-widget-style4__about-app li {
    position: relative;
    display: block;
}

.footer-widget-style4__about-app li+li {
    margin-top: 10px;
}

.footer-widget-style4__about-app li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: var(--thm-white-color);
    border: 1px solid var(--thm-white-color);
    padding: 16px 24px 16px;
    color: var(--thm-black-color);
    font-size: 14px;
    line-height: 22px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: .1s;
}

.footer-widget-style4__about-app li a.transparent-bg {
    background-color: transparent;
    color: var(--thm-white-color);
}

.footer-widget-style4__about-app li a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style4__about-app li a img {
    width: auto;
}

.footer-language-switcher-style3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: rgba(var(--thm-white-color-rgb), .1);
    padding: 0px 15px 0px;
    margin-top: 65px;
}

.footer-language-switcher-style3 .icon {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
}

.footer-language-switcher-style3 .select-box {
    position: relative;
    display: block;
    flex: 1;
}

.footer-language-switcher-style3 .nice-select {
    position: relative;
    display: flex;
    align-items: center;
    width: 90px;
    height: 40px;
    border: none;
    background-color: transparent;
    color: var(--thm-white-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding-left: 15px;
    padding-right: 25px;
    transition: all 0.2s ease-in-out;
}

.footer-language-switcher-style3 .nice-select::after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\e907" !important;
    font-family: 'icomoon' !important;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.footer-language-switcher-style3 .nice-select .list {
    background-color: var(--thm-white-color);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 120px;
    right: 0 !important;
    left: auto !important;
}

.footer-language-switcher-style3 .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.footer-language-switcher-style3 .nice-select .option {
    color: var(--thm-black-color);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.footer-language-switcher-style3 .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.footer-language-switcher-style3 .nice-select .option:hover,
.footer-language-switcher-style3 .nice-select .option.focus,
.footer-language-switcher-style3 .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

.footer-widget-style4__title {
    position: relative;
    display: block;
    margin-top: -7px;
}

.footer-widget-style4__title h3 {
    color: var(--thm-white-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.footer-widget-style4-links-list {
    position: relative;
    display: block;
    padding-top: 0;
    margin-right: 30px;
    margin-top: 20px;
}

.footer-widget-style4-links-list li {
    position: relative;
    display: block;
}

.footer-widget-style4-links-list li+li {
    margin-top: 11px;
}

.footer-widget-style4-links-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a7a0a0;
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: .1s;
}

.footer-widget-style4-links-list li a i {
    font-size: 12px;
}

.footer-widget-style4-links-list li a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style4__content {
    position: relative;
    display: block;
    margin-top: 27px;
}

.footer-widget-style4__content .row {
    --bs-gutter-x: 10px;
}

.footer-widget-style4__contact {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: var(--thm-white-color);
    padding: 24px 30px 22px;
}

.footer-widget-style4__contact li {
    position: relative;
    display: block;
    padding-left: 45px;
    border-bottom: 1px solid #ebe5e4;
    padding-bottom: 17px;
    margin-bottom: 19px;
}

.footer-widget-style4__contact li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-widget-style4__contact li .icon {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 30px;
    line-height: 0;
}

.footer-widget-style4__contact li .icon .icon-consulting .path1:before,
.footer-widget-style4__contact li .icon .icon-message .path6:before,
.footer-widget-style4__contact li .icon .icon-email .path3:before {
    color: var(--thm-primary-color);
}

.footer-widget-style4__contact li .icon .icon-consulting .path2:before,
.footer-widget-style4__contact li .icon .icon-message .path1:before,
.footer-widget-style4__contact li .icon .icon-message .path2:before,
.footer-widget-style4__contact li .icon .icon-message .path3:before,
.footer-widget-style4__contact li .icon .icon-message .path4:before,
.footer-widget-style4__contact li .icon .icon-message .path5:before,
.footer-widget-style4__contact li .icon .icon-email .path1:before,
.footer-widget-style4__contact li .icon .icon-email .path2:before {
    color: var(--thm-black-color);
}

.footer-widget-style4__contact li .text {
    position: relative;
    display: block;
}

.footer-widget-style4__contact li .text h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer-widget-style4__contact li .text p {
    margin: 0;
}

.footer-widget-style4__contact li .text p a {
    color: var(--thm-gray-color);
    transition: all 200ms linear;
    transition-delay: .1s;
}

.footer-widget-style4__contact li .text p a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style4__communicate {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: var(--thm-white-color);
    padding: 24px 30px 30px;
}

.footer-widget-style4__communicate-top {
    position: relative;
    display: block;
    padding-left: 80px;
}

.footer-widget-style4__communicate-top-img {
    position: absolute;
    top: 1px;
    left: 0;
    overflow: hidden;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.footer-widget-style4__communicate-top-img img {
    width: 100%;
}

.footer-widget-style4__communicate-top-text {
    position: relative;
    display: block;
}

.footer-widget-style4__communicate-top-text h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.footer-widget-style4__communicate-top-text h6 {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 2px;
}

.footer-widget-style4__communicate-top-text .inner {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.footer-widget-style4__communicate-top-text .inner .dot {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #28a745;
}

.footer-widget-style4__communicate-top-text .inner p {
    font-size: 15px;
    margin-left: 8px;
}

.footer-widget-style4__communicate-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 21px;
}

.footer-widget-style4__communicate-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--thm-black-color-bg);
    padding: 16px 0px 16px;
    color: var(--thm-white-color);
    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__communicate-btn a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-style4__communicate-btn a i {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
}

.footer-widget-style4__communicate-social {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 19px;
}

.footer-widget-style4__communicate-social li {
    position: relative;
    display: block;
}

.footer-widget-style4__communicate-social li+li {
    margin-left: 6px;
}

.footer-widget-style4__communicate-social li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #ebe5e4;
    color: var(--thm-black-color);
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-widget-style4__communicate-social li:hover a {
    color: var(--thm-white-color);
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}



/*==== Footer Bottom Style4 ====*/

.footer-bottom-style4 {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--thm-white-color-rgb), .2);
    padding: 22px 0px 22px;
}

.footer-bottom-style4-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text-style4 {
    position: relative;
    display: block;
}

.copyright-text-style4 p {
    color: #a7a0a0;
}

.copyright-text-style4 p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: .1s;
}

.copyright-text-style4 p a:hover {
    color: var(--thm-white-color);
}

.footer-menu {
    position: relative;
    display: block;
}

.footer-menu ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-menu ul li {
    position: relative;
    display: block;
}

.footer-menu ul li+li {
    margin-left: 20px;
}

.footer-menu ul li p {
    color: #a7a0a0;
}

.footer-menu ul li p a {
    color: #a7a0a0;
    transition: all 200ms linear;
    transition-delay: .1s;
}

.footer-menu ul li p a:hover {
    color: var(--thm-white-color);
}























































































































































/**  End Css  **/