/*
Theme name:Samtender
Description:Samtender 2023
Author:Innovations
Author URI:innovations.uz
Version:1
*/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

.mt-20 {
    margin-top: var(--thm-font-20-w)
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mt-120 {
    margin-top: 120px
}

.mt--10 {
    margin-top: -10px
}

.mt--60 {
    margin-top: -60px
}

.mt--120 {
    margin-top: -120px
}

.mb-20 {
    margin-bottom: var(--thm-font-20-w)
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-120 {
    margin-bottom: 120px
}

.mb--60 {
    margin-bottom: -60px
}

.mb--40 {
    margin-bottom: -40px
}

.mb--120 {
    margin-bottom: -120px
}

.mb--190 {
    margin-bottom: -190px
}

.pt-20 {
    padding-top: var(--thm-font-20-w)
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-140 {
    padding-top: 140px
}

.pt-142 {
    padding-top: 142px
}

.pt-240 {
    padding-top: 240px
}

.pt-310 {
    padding-top: 310px
}

.pb-20 {
    padding-bottom: var(--thm-font-20-w)
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-180 {
    padding-bottom: 180px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: var(--thm-font-20-w)
}

.pl-30 {
    padding-left: 30px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: var(--thm-font-20-w)
}

.pr-30 {
    padding-right: 30px
}

.video-card {
    background-color: var(--thm-black);
    position: relative
}

.video-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: grayscale(100%);
    opacity: .2;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.video-card .container {
    position: relative
}

.video-card .container p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    font-size: var(--thm-font-18-w);
    font-weight: 500;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px
}

.video-card .container p img {
    margin-right: 10px
}

.video-card .container h3 {
    margin: 0;
    color: var(--thm-color-w);
    letter-spacing: 0;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 45px
}

@media (max-width:375px) {
    .video-card .container h3 {
        font-size: 30px
    }
}

.video-card__btn-block {
    display: flex;
    align-items: center;
    justify-content: center
}

.video-card__btn {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    margin-left: 30px;
    background-color: var(--thm-primary);
    color: var(--thm-color-w)
}

.video-card__btn:hover {
    color: var(--thm-primary);
    background-color: var(--thm-color-w)
}

.video-card-two {
    padding-top: 100px;
    position: relative;
    z-index: 11
}

.video-card-two .inner-container {
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #242323;
    padding-left: var(--thm-font-20-w);
    padding-top: var(--thm-font-20-w);
    padding-right: 65px;
    padding-bottom: var(--thm-font-20-w);
    position: relative;
    z-index: 11
}

@media (max-width:991px) {
    .video-card-two .inner-container {
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: center;
        padding-right: var(--thm-font-20-w);
        border-radius: 0 !important
    }
}

.video-card-two h3 {
    margin: 0;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -.05em;
    font-weight: 700;
    color: var(--thm-color-w);
    padding-left: 22px;
    position: relative;
    left: 30px
}

@media (max-width:1199px) {
    .video-card-two h3 {
        left: 0;
        font-size: 30px;
        line-height: 1.5
    }
}

@media (max-width:991px) {
    .video-card-two h3 {
        margin-top: var(--thm-font-20-w);
        margin-bottom: var(--thm-font-20-w);
        padding-left: 0
    }
}

.video-card-two p {
    margin: 0;
    padding-left: 70px;
    font-size: var(--thm-font-18-w);
    line-height: 34px;
    font-weight: 500;
    color: #9e9e9e
}

@media (max-width:1199px) {
    .video-card-two p {
        padding-left: 0
    }
}

.video-card-two__box {
    display: inline-block;
    position: relative
}

@media (max-width:991px) {
    .video-card-two__box {
        width: 251px;
        height: 251px;
        margin-left: auto;
        display: block;
        margin-right: auto
    }
}

.video-card-two__box>img {
    border-radius: 50%
}

@media (max-width:1199px) {
    .video-card-two__box>img {
        max-width: 100%
    }
}

.video-card-two__box-btn {
    width: 56px;
    height: 56px;
    background-color: var(--thm-base);
    color: var(--thm-color-w);
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    transition: .5s ease;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%)
}

.video-card-two__box-btn:hover {
    color: var(--thm-color-w);
    background-color: var(--thm-primary)
}

@media (max-width:575px) {
    .video-card-two__box-btn {
        top: 50%;
        right: auto;
        left: 50%;
        transform: translateY(-50%) translateX(-50%)
    }
}

.team-card__image {
    position: relative
}

.team-card__image img {
    width: 100%
}

.team-card__social {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    transform: scale(1, 0);
    transform-origin: top center;
    opacity: 0;
    transition: transform .5s ease, opacity .5s ease
}

.team-card__social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--thm-base);
    transition: all .5s ease;
    font-size: var(--thm-font-14-w);
    color: var(--thm-color-w);
    transition: all .5s ease
}

.team-card__social a:hover {
    background-color: #c1180b
}

.team-card:hover .team-card__social {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: bottom center
}

.team-card__content {
    position: relative
}

.team-card__content__inner {
    padding-top: 26px;
    padding-bottom: 27px;
    background-color: var(--thm-gray);
    padding-left: 34px;
    border-left: 4px solid var(--thm-black);
    transition: all .5s ease
}

.team-card:hover .team-card__content__inner {
    background-color: var(--thm-color-w);
    border-color: var(--thm-base);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07)
}

.team-card__title {
    margin: 0;
    color: var(--thm-black);
    font-size: var(--thm-font-20-w);
    font-weight: 700;
    margin-bottom: 10px
}

.team-card__title:hover {
    color: var(--thm-black)
}

.team-card__title a {
    color: inherit
}

.team-card__title a:hover {
    color: inherit
}

.team-card__designation {
    font-size: var(--thm-font-14-w);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--thm-base);
    margin: 0;
    line-height: 1
}

.blog-card {
    position: relative;
    background-color: var(--thm-color-w)
}

.blog-card__image {
    position: relative;
    overflow: hidden
}

.blog-card__image>img {
    width: 100%;
    transform: scale(1);
    transition: transform .5s ease
}

.blog-card__image>a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--thm-black-rgb), .4);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity .5s ease, transform .5s ease
}

.blog-card__image>a::after,
.blog-card__image>a::before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: var(--thm-color-w);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.blog-card__image>a::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0)
}

.blog-card:hover .blog-card__image>img {
    transform: scale(1.05)
}

.blog-card__content {
    background-color: var(--thm-color-w);
    position: relative;
    padding: var(--thm-font-20-w) 25px 25px 25px;
    border: 1px solid var(--thm-gray);
    border-top: 0;
    transition: all .5s ease-out
}

.blog-card:hover .blog-card__content {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07)
}

.blog-card__title {
    margin: 0;
    color: var(--thm-black);
    font-size: var(--thm-font-18-w);
    line-height: 1.5em;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 11px
}

.blog-card__title a {
    color: inherit;
    transition: all .5s ease
}

.blog-card__title a:hover {
    color: var(--thm-base)
}

.blog-card__text {
    margin: 0;
    margin-bottom: 25px
}

.blog-card__date {
    width: 70px;
    height: 70px;
    background-color: var(--thm-base);
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: var(--thm-color-w);
    border-bottom-right-radius: 15px;
}

.blog-card__date span {
    display: block;
    letter-spacing: 0;
    font-size: var(--thm-font-20-w);
    margin-bottom: 1px
}

.blog-card__meta {
    display: flex;
    justify-content: start;
    align-items: center
}

.blog-card__meta a {
    display: flex;
    align-items: center;
    color: var(--thm-color);
    font-size: var(--thm-font-14-w);
    transition: all .5s ease;
    font-weight: 400
}

.blog-card__meta a:not(:last-child)::after {
    content: '/';
    margin-left: 9px;
    margin-right: 9px
}

.blog-card__meta a i {
    color: var(--thm-base);
    margin-right: 4px
}

.blog-card__meta a:hover {
    color: var(--thm-base)
}

.blog-card__meta a:hover i {
    color: var(--thm-black)
}

.blog-card__link {
    display: flex;
    width: 100%;
    color: var(--thm-black);
    background-color: var(--thm-gray);
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    transition: all .5s ease;
    padding: 13.75px 0;
    letter-spacing: .2em;border-radius: 15px;
}

.blog-card__link:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.blog-card:hover .blog-card__link {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.blog-card-two {
    position: relative;
    background-color: var(--thm-black);
    min-height: 405px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 40px
}

.blog-card-two__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover
}

.blog-card-two__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, var(--thm-black) 0, rgba(var(--thm-black-rgb), 0) 100%)
}

.blog-card-two__content {
    position: relative;
    z-index: 10
}

.blog-card-two__title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.38462em;
    color: var(--thm-color-w);
    margin-bottom: -3px;
    margin-top: 17px
}

.blog-card-two__title a {
    color: inherit;
    transition: all .5s ease
}

.blog-card-two__title a:hover {
    color: var(--thm-base)
}

.blog-card-two .blog-card__meta {
    justify-content: flex-start
}

.blog-card-two .blog-card__meta a {
    color: var(--thm-color-w)
}

.blog-card-two .blog-card__meta a i {
    color: var(--thm-base)
}

:root {
    --thm-font: "Inter", sans-serif;
    --heading-font: "Inter", sans-serif;
    --special-font: "reeyregular", sans-serif;
    --thm-color: #68686f;
    --thm-color-rgb: 104, 104, 111;
    --thm-base: #373A40;
    --thm-base-rgb: 24, 46, 96;
    --thm-primary: #f7c35f;
    --thm-primary-rgb: 247, 195, 95;
    --thm-secondary: #ed4b4b;
    --thm-secondary-rgb: 237, 75, 75;
    --thm-special: #5366c2;
    --thm-special-rgb: 83, 102, 194;
    --thm-black: #1c1c27;
    --thm-black-rgb: 28, 28, 39;
    --thm-black2: #16161f;
    --thm-black2-rgb: 22, 22, 31;
    --thm-gray: #f2ede9;
    --thm-gray-rgb: 242, 237, 233;
    --thm-border-color: #e7e1dc;
    --thm-border-color-rgb: 231, 225, 220;
    --thm-text-dark: #a2a2b1;
    --thm-text-dark-rgb: 162, 162, 177;
    --thm-color-w: #fff;
    --thm-font-14-w: 14px;
    --thm-font-16-w: 16px;
    --thm-font-18-w: 18px;
    --thm-font-20-w: 20px
}

body {
    font-family: var(--thm-font);
    color: var(--thm-color);
    font-size: var(--thm-font-16-w);
    line-height: 1.875
}

body.locked {
    overflow: hidden
}

a {
    color: var(--thm-base)
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

::placeholder {
    color: inherit;
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--thm-black)
}

@media (max-width:575px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none
    }
}

@media (max-width:575px) {
    p br {
        display: none
    }
}

::placeholder {
    color: inherit;
    opacity: 1
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: inherit
}

.background-base {
    background-color: var(--thm-base)
}

.background-primary {
    background-color: var(--thm-primary)
}

.background-secondary {
    background-color: var(--thm-secondary)
}

.background-special {
    background-color: var(--thm-special)
}

.background-black {
    background-color: var(--thm-black)
}

.background-black-2 {
    background-color: var(--thm-black2)
}

.thm-text-dark {
    color: var(--thm-text-dark)
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0px
}

.row-gutter-x-0 {
    --bs-gutter-x: 0px
}

.row-gutter-x-20 {
    --bs-gutter-x: var(--thm-font-20-w)
}

.row-gutter-y-10 {
    --bs-gutter-y: 10px
}

.row-gutter-y-20 {
    --bs-gutter-y: var(--thm-font-20-w)
}

.row-gutter-y-30 {
    --bs-gutter-y: 30px
}

.row-gutter-y-50 {
    --bs-gutter-y: 50px
}

.row-gutter-y-60 {
    --bs-gutter-y: 60px
}

.row-gutter-y-80 {
    --bs-gutter-y: 80px
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: 0 !important;
    background-color: var(--thm-base);
    color: var(--thm-color-w);
    font-size: var(--thm-font-14-w);
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 23px 60px;
    transition: .5s;
    line-height: 1;
    background-color: var(--thm-base);
    color: var(--thm-color-w);border-radius: 15px;
}
#n2-ss-2-arrow-previous{
    border-top-left-radius: 15px !important;
}
.thm-btn:hover {
    color: var(--thm-base);
    background-color: var(--thm-color-w)
}

.thm-btn--dark-hover:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--thm-base)
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--thm-color);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px
}

.block-separator {
    margin: 0;
    background-color: var(--thm-border-color);
    opacity: 1
}

.block-title {
    margin-bottom: 35px
}

.block-title__tagline {
    text-transform: uppercase;
    color: var(--thm-base);
    font-size: var(--thm-font-14-w);
    font-weight: 700;
    margin: 0;
    line-height: 1;
    letter-spacing: .2em;
    position: relative;
    top: -1px
}

.block-title__tagline::after,
.block-title__tagline::before {
    position: relative;
    top: -1px;
    content: '||';
    font-size: 10px
}

.block-title__tagline::before {
    margin-right: 6px
}

.block-title__tagline::after {
    margin-left: 6px
}

.block-title__title {
    margin: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2em;
    color: var(--thm-black);
    position: relative;
    bottom: -10px;
    margin-top: -3px
}

@media (min-width:768px) {
    .block-title__title {
        font-size: 34px
    }
}

@media (min-width:992px) {
    .block-title__title {
        font-size: 40px
    }
}

.ul-list-one {
    margin-bottom: 0
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: var(--thm-font-16-w);
    font-weight: 500;
    color: var(--thm-black)
}

@media (min-width:481px) {
    .ul-list-one li {
        font-size: var(--thm-font-20-w)
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--thm-secondary);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: azino-icon
}

.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: var(--thm-base);
	position: fixed;
	bottom: 85px;
	right: 20px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	border-radius: 16px;
	transition: all .4s ease;
}
.scroll-to-top i {
    color: var(--thm-color-w);
    font-size: var(--thm-font-18-w);
    line-height: 50px
}

.scroll-to-top:hover {
    background-color: var(--thm-black)
}

.scroll-to-top:hover i {
    color: var(--thm-color-w)
}

.post-pagination {
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width:992px) {
    .post-pagination {
        margin-top: 0
    }
}

.post-pagination a {
    display: flex;
    width: 45px;
    height: 45px;
    background-color: #eff2f6;
    align-items: center;
    justify-content: center;
    color: var(--thm-color);
    font-size: var(--thm-font-16-w);
    font-weight: 500;
    border-radius: 50%;
    transition: .5s ease
}

@media (min-width:992px) {
    .post-pagination a {
        width: 60px;
        height: 60px;
        font-size: var(--thm-font-18-w)
    }
}

.post-pagination a:hover {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.post-pagination li:first-child a {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.post-pagination li:last-child a {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.post-pagination li+li {
    margin-left: 10px
}

.owl-dot-style-one .owl-dots {
    display: flex;
    justify-content: center
}

.owl-dot-style-one .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px
}

.owl-dot-style-one .owl-dots .owl-dot span {
    margin: 0;
    background-color: var(--thm-black);
    opacity: .1;
    transform: scale(1);
    transition: .5s ease
}

.owl-dot-style-one .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: var(--thm-base);
    transform: scale(1.6)
}

.owl-dot-style-one .owl-nav.disabled+.owl-dots {
    margin-top: 60px
}

.image-box img {
    max-width: 100%;
    margin-bottom: 30px
}

.image-box__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: -4px;
    margin-bottom: 17px
}

.image-box__title a {
    color: inherit;
    transition: all .5s ease
}

.image-box__title a:hover {
    color: var(--thm-base)
}

.image-box__text {
    margin: 0;
    margin-bottom: -7px
}

.image-box-two__image {
    position: relative
}

.image-box-two__image::before {
    content: '';
    width: 270px;
    height: 390px;
    position: absolute;
    top: 40px;
    right: 0;
    background-image: linear-gradient(0deg, var(--thm-color-w) 1%, var(--thm-gray) 100%)
}

.image-box-two__image img {
    max-width: 100%;
    position: relative
}

.image-box-two__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    max-width: 398px;
    position: relative;
    margin-top: -7px
}

.image-box-two__title a {
    color: inherit;
    transition: all .5s ease
}

.image-box-two__title a:hover {
    color: var(--thm-base)
}

.image-box-two__text {
    margin-bottom: -6px;
    position: relative
}

.form-one input[type=email],
.form-one input[type=tel],
.form-one input[type=text],
.form-one textarea {
    display: block;
    width: 100%;
    height: 60px;
    background-color: var(--thm-gray);
    color: #7e7e7e;
    font-size: var(--thm-font-14-w);
    font-weight: 400;
    border: none;
    outline: 0;
    padding-left: 30px
}

.form-one textarea {
    height: 170px;
    padding-top: var(--thm-font-20-w)
}

.form-one .thm-btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.topbar {
    background-color: var(--thm-black);
    position: relative;
    top: -2px
}

@media (max-width:1199px) {
    .topbar {
        display: none
    }
}

.topbar .container-fluid {
    display: flex;
    align-items: center
}

@media (min-width:1200px) {
    .topbar .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

.topbar__info {
    padding-left: 375px;
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;padding: 10px 0 10px 375px;
}

.topbar__info a {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    color: inherit;
    color: var(--thm-text-dark);
    font-size: 13px;
    font-weight: 400;
    transition: all .5s ease;
    line-height: 1.7em
}

.topbar__info a:hover {
    color: var(--thm-color-w)
}

.topbar__info a i {
    color: var(--thm-color-w);
    font-size: var(--thm-font-14-w);
    margin-right: 10px
}
.bottom-footer__text a{
     color: var(--thm-color-w);
}
.topbar__links {
    margin-left: auto;
    display: none;
    align-items: center
}

@media (min-width:1281px) {
    .topbar__links {
        display: flex
    }
}

.topbar__links a {
    display: flex;
    align-items: center;
    color: inherit;
    color: var(--thm-text-dark);
    font-size: 12px;
    font-weight: 400;
    transition: all .5s ease;
    line-height: 1.7em
}

.topbar__links a+a {
    margin-left: var(--thm-font-20-w)
}

.topbar__links a:hover {
    color: var(--thm-color-w)
}

.topbar__social {
    display: flex;
    align-items: center;
    padding-right: 48px;
    padding-left: 40px;
    margin-left: auto
}

.topbar__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: var(--thm-font-14-w);
    color: var(--thm-color-w);
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s ease
}

.topbar__social a:hover {
    background-color: var(--thm-black2);
    color: var(--thm-base)
}

.topbar--two {
    background-color: var(--thm-color-w)
}

.topbar--two .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 27px;
    padding-bottom: var(--thm-font-20-w)
}

.topbar--two .topbar__info {
    padding-left: 340px
}

.topbar--two .topbar__info a {
    color: var(--thm-color)
}

.topbar--two .topbar__social {
    padding: 0
}

.topbar--two .topbar__social a {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0) !important;
    color: var(--thm-color)
}

.topbar--two .topbar__social a+a {
    margin-left: 28px
}

.topbar--two .topbar__social a:hover {
    color: var(--thm-base)
}

.main-menu {
    position: relative;
    z-index: 91
}

.main-menu .container-fluid {
    display: flex;
    align-items: center
}

@media (min-width:1200px) {
    .main-menu .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

.main-menu__logo {
    position: absolute;
    top: -40px;
    left: 0;
    width: 300px;
    height: 120px;
    background-color: var(--thm-color-w);
    display: flex;
    justify-content: center;
    align-items: end
}

@media (max-width:1199px) {
    .main-menu__logo {
        position: relative;
        top: auto;
        left: auto;
        height: 80px;
        width: auto
    }
}

.main-menu__logo img {
    position: relative;
    z-index: 11;
    max-width: 325px;
    width: 100%;
    margin-left: 10px
}
.main-menu__nav {
    padding-left: 375px
}

@media (max-width:1199px) {
    .main-menu__nav {
        display: none
    }
}

.main-menu__right {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-right: 60px
}

@media (max-width:1199px) {
    .main-menu__right {
        padding-top: 0;
        padding-right: 0
    }
}

.main-menu__toggler {
    font-size: var(--thm-font-20-w);
    color: var(--thm-black);
    margin-right: 30px;
    transition: all .5s ease;
    display: none
}

@media (max-width:1199px) {
    .main-menu__toggler {
        margin-right: 15px
    }

    .main-menu__toggler {
        display: flex
    }
}

.main-menu__toggler:hover {
    color: var(--thm-base)
}

.main-menu__btn {
    padding: 19px 40px;
    font-size: 12px;
    margin-right: 0
}

@media (min-width:1581px) {
    .main-menu__btn {
        margin-right: 30px
    }
}

@media (max-width:475px) {
    .main-menu__btn {
        display: none
    }
}

.main-menu__btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.main-menu__contact {
    display: none;
    align-items: center
}

@media (min-width:1581px) {
    .main-menu__contact {
        display: flex
    }
}

.main-menu__contact__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--thm-gray);
    color: var(--thm-base);
    font-size: 27px;
    border-radius: 50%;
    margin-right: 13px;
    transition: all .5s ease
}

.main-menu__contact__text {
    color: var(--thm-color);
    transition: all .5s ease;
    font-size: var(--thm-font-14-w);
    line-height: 1
}

.main-menu__contact__text strong {
    display: block;
    font-size: var(--thm-font-16-w);
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 10px
}

.main-menu__contact:hover .main-menu__contact__icon {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.main-menu__contact:hover .main-menu__contact__text {
    color: var(--thm-color)
}

[class*=main-menu__logo__shape-] {
    position: absolute;
    width: 404px;
    height: 120px
}

@media (max-width:1199px) {
    [class*=main-menu__logo__shape-] {
        height: 80px;
        display: none
    }
}

.main-menu__logo__shape-1 {
    fill: var(--thm-base);
    left: 0
}

.main-menu__logo__shape-2 {
    fill: var(--thm-color-w);
    left: -5px
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none
}

@media (min-width:1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex
    }
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
    margin-left: auto;
    margin-right: auto
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding: 25px 0;
    position: relative
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 18px
}

@media (min-width:1341px) {

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 40px
    }
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-family: var(--thm-font);
    font-size: var(--thm-font-16-w);
    display: flex;
    align-items: center;
    color: var(--thm-color);
    position: relative;
    transition: all .5s ease
}

.main-menu .main-menu__list>li>a::after,
.stricky-header .main-menu__list>li>a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform .5s ease
}

.main-menu .main-menu__list>li.current-menu-item>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current-menu-item>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-base);
    text-shadow: 0 0 1px currentColor
}

.main-menu .main-menu__list>li.current-menu-item>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current-menu-item>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
    transform: scale(1, 1);
    transform-origin: left center
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: var(--thm-color-w);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    z-index: 99;
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1)
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), .1)
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: var(--thm-font-16-w);
    line-height: 30px;
    color: var(--thm-black);
    display: flex;
    padding-left: var(--thm-font-20-w);
    padding-right: var(--thm-font-20-w);
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .5s
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: var(--thm-color-w);
    width: 100%;
    transform: translateY(-120%);
    transition: transform .5s ease;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}

@media (max-width:1199px) {
    .stricky-header {
        display: none
    }
}

.stricky-header .main-menu__logo {
    top: 0;
    height: 80px
}
.stricky-header .main-menu__logo img {
   max-width: 202px;
}
.stricky-header .main-menu__logo__shape-1,
.stricky-header .main-menu__logo__shape-2 {
    height: 80px
}

.stricky-header.stricky-fixed {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px
}

@media (min-width:1200px) {
    .mobile-nav__buttons {
        display: none
    }
}

.mobile-nav__buttons a {
    font-size: var(--thm-font-20-w);
    color: var(--thm-black);
    cursor: pointer
}

.mobile-nav__buttons a+a {
    margin-left: 10px
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base)
}

.mobile-nav__toggler {
    font-size: var(--thm-font-20-w);
    color: var(--thm-black);
    cursor: pointer;
    transition: .5s
}

.mobile-nav__toggler:hover {
    color: var(--thm-base)
}

@media (min-width:1200px) {
    .mobile-nav__toggler {
        display: none
    }
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(10px) translateX(30px) rotate(5deg);
        transform-origin: center center
    }

    50% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: right bottom
    }

    80% {
        transform: translateY(10px) translateX(30px) rotate(5deg);
        transform-origin: left top
    }

    100% {
        transform: translateY(0) translateX(0) rotate(0);
        transform-origin: center center
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(-20deg) translateZ(10px) translateY(10px) translateX(10px)
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0);
        transform: translate(40px, 60px) rotate(0)
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.9)
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform-origin: right center;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform .5s ease .5s, visibility .5s ease .5s;
    visibility: hidden
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: visibility .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: visibility .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s, visibility .5s ease 0s;
    transition: transform .5s ease 0s, visibility .5s ease 0s, -webkit-transform .5s ease 0s
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}

.logo-box2 img {
    max-width: 100%;
    width: 35%;
  margin: 0 auto;
  display: block;
}

.mobile-nav__content {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .5s ease 0s, visibility .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s, visibility .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s, visibility .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, visibility .5s ease 0s, transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    transition: opacity .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
    transition: opacity .5s ease .5s, visibility .5s ease .5s, transform .5s ease .5s;
    transition: opacity .5s ease .5s, visibility .5s ease .5s, transform .5s ease .5s, -webkit-transform .5s ease .5s
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center
}

.mobile-nav__content .logo-box {
    margin-bottom: 30px;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 22px;
    color: var(--thm-text-dark);
    cursor: pointer
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__content .main-menu__list ul li a {
    padding-left: 1em
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--thm-color-w);
    font-size: var(--thm-font-14-w);
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: .5s
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-base)
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-base);
    border: none;
    outline: 0;
    color: var(--thm-color-w);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform .5s ease
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0);
    background-color: var(--thm-color-w);
    color: var(--thm-black)
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: var(--thm-font-16-w)
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark)
}

.mobile-nav__language {
    display: flex;
    align-items: center
}

.mobile-nav__language img {
    border-radius: 50%;
    margin-right: 10px
}

.mobile-nav__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 70px
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: 0;
    color: var(--thm-text-dark);
    font-size: var(--thm-font-14-w)
}

.mobile-nav__social {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.mobile-nav__social a {
    font-size: var(--thm-font-18-w);
    color: var(--thm-color-w);
    transition: .5s;
    padding: 10px
}

.mobile-nav__social a:hover {
    color: var(--thm-base)
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: var(--thm-font-20-w);
    margin-bottom: var(--thm-font-20-w)
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: var(--thm-font-14-w);
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: inherit;
    transition: .5s
}

.mobile-nav__contact li a:hover {
    color: #a5b6df
}

.mobile-nav__contact li>i {
    border-radius: 50%;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: var(--thm-font-14-w);
    margin-right: 10px;
    color: var(--thm-color-w);
    padding: 8px
}

.page-header {
    background-color: var(--thm-base);
    position: relative
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1199px) {
    .page-header__bg {
        background-position: left center
    }
}

.page-header .container {
    position: relative;
    z-index: 10;
    padding: 40px 0
}

@media (max-width:480px) {
    .page-header .container {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.page-header .container h2 {
    margin: 0;
    line-height: 1;
    color: var(--thm-color-w);
    font-size: 30px;
    font-weight: 800;
    margin-top: 22px
}

@media (max-width:480px) {
    .page-header .container h2 {
        font-size: 28px
    }
}

.thm-breadcrumb {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center
}

.thm-breadcrumb li {
    font-size: var(--thm-font-14-w);
    font-weight: 600;
    letter-spacing: .2em;
    color: #f5f5f5;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center
}

.thm-breadcrumb li:not(:last-child)::after {
    content: '/';
    color: #f5f5f5;
    opacity: .6;
    position: relative;
    top: -1px;
    margin-left: 13px;
    margin-right: 13px
}

.thm-breadcrumb li a {
    color: var(--thm-color-w)
}

.thm-breadcrumb li span {
    display: block;
    line-height: 1;
    color: var(--thm-color-w)
}

.google-map__default {
    width: 100%
}

.google-map__default iframe {
    display: block;
    border: none;
    outline: 0;
    width: 100%;
    height: 430px
}

.client-carousel {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    background-color: var(--thm-color-w);
    background-image: url(assets/images/shapes/contact-info-shape-1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.client-carousel__has-border-top {
    border-top: 1px solid #e9e7e2
}

.client-carousel__has-top-shadow {
    box-shadow: 0 -1px 0 0 RGBA(227, 227, 227, .004)
}

.client-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.client-carousel img {
    transition: .5s;
    opacity: .3;
    max-width: 100%
}

.client-carousel img:hover {
    background-color: var(--thm-gray);
    opacity: 1
}

.client-carousel--team-details {
    background-image: url(assets/images/shapes/contact-info-shape-light-1-1.png);
    background-color: var(--thm-base)
}

.client-carousel--team-details img:hover {
    background-color: #c1180b
}

.main-footer {
    background-color: var(--thm-black);
    background-image: url(assets/images/shapes/footer-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-blend-mode: luminosity;
    padding-top: 75px;
    padding-bottom: 60px
}

.main-footer--extra-padding {
    padding-top: 186px
}

.footer-widget--about .footer-widget__text {
    margin-top: 12px
}

.footer-widget--about .footer-widget__info {
    margin-top: 35px
}

.footer-widget__logo {
    position: relative;
    display: inline-block
}

.footer-widget__logo img {
    max-width: 85%;
    height: auto
}

.footer-widget__title {
    margin: 0;
    display: flex;
    align-items: center;
    color: var(--thm-color-w);
    font-size: var(--thm-font-20-w);
    margin-bottom: 35px
}

.footer-widget__title::before {
    font-size: 12px;
     color: var(--thm-color-w);
    content: '||';
    margin-right: 3px
}

.footer-widget__menu {
    margin-bottom: 0
}

.footer-widget__menu li+li {
    margin-top: 6px
}

.footer-widget__menu li a {
    color: var(--thm-text-dark);
    font-size: var(--thm-font-16-w);
    line-height: 1.7em;
    transition: all .5s ease
}

.footer-widget__menu li a:hover {
    color: var(--thm-color-w)
}

.footer-widget__social {
    display: flex;
    align-items: center
}

.footer-widget__social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    background-color: var(--thm-black2);
    color: var(--thm-color-w);
    font-size: 12px;
    transition: all .5s ease;
    border-radius: 50%
}

.footer-widget__social a+a {
    margin-left: 10px
}

.footer-widget__social a:hover {
    background-color: var(--thm-color-w);
    color: var(--thm-black2)
}

.footer-widget__text {
    margin: 0;
    color: var(--thm-text-dark);
    font-size: var(--thm-font-16-w);
    line-height: 1.875em
}

.footer-widget__info li {
    display: flex;
    align-items: center;
    color: var(--thm-color-w);
    font-size: var(--thm-font-16-w);
    font-weight: 700
}

.footer-widget__info li+li {
    margin-top: 6px
}

.footer-widget__info li a {
    color: inherit;
    transition: all .5s ease
}

.footer-widget__info li>i {
    color: var(--thm-base);
    transition: all .5s ease;
    margin-right: 15px;
    position: relative;
    top: 2px
}

.footer-widget__info li:hover {
    color: var(--thm-base)
}

.footer-widget__info li:hover>i {
    color: var(--thm-color-w)
}

.footer-widget__mailchimp input[type=email],
.footer-widget__mailchimp input[type=phone],
.footer-widget__mailchimp input[type=text] {
    display: block;
    width: 100%;
    border: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    color: var(--thm-text-dark);
    font-size: var(--thm-font-14-w);
    padding-bottom: var(--thm-font-20-w)
}

.footer-widget__mailchimp__text {
    display: flex;
    align-items: center;
    color: var(--thm-text-dark);
    font-size: var(--thm-font-14-w);
    margin-top: 27px;
    margin-bottom: 0
}

.footer-widget__mailchimp__text>i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19px;
    height: 19px;
    border: 1px solid var(--thm-text-dark);
    font-size: 8px;
    color: var(--thm-text-dark);
    border-radius: 50%;
    margin-right: 10px
}

@media (min-width:1200px) {
    .footer-widget--newsletter {
        margin-left: -30px
    }
}

.footer-widget--newsletter .footer-widget__mailchimp {
    margin-top: -10px
}

.footer-widget--time .footer-widget__text {
    line-height: 2.25em;
    margin-top: -12px
}

.footer-widget--time .footer-widget__social {
    margin-top: 27px
}

.footer-widget--links .footer-widget__menu {
    margin-top: -10px
}

.bottom-footer {
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: var(--thm-black2)
}

.bottom-footer__text {
    margin: 0;
    color: var(--thm-text-dark);
    font-size: var(--thm-font-14-w)
}

.contact-info-one {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    background-color: var(--thm-color-w);
    background-image: url(assets/images/shapes/contact-info-shape-1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px
}

.contact-info-one__item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center
}

.contact-info-one__icon {
    padding: 18px;
    background-color: var(--thm-base);
    color: var(--thm-color-w);
    font-size: var(--thm-font-18-w);
    transition: all .5s ease;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: var(--thm-font-20-w)
}

@media (min-width:992px) {
    .contact-info-one__icon {
        margin-right: var(--thm-font-20-w);
        margin-bottom: 0
    }
}

.contact-info-one__item:hover .contact-info-one__icon {
    background-color: var(--thm-black)
}

.contact-info-one__text {
    margin: 0;
    font-size: var(--thm-font-14-w);
    line-height: 1.7em
}

.contact-info-one__link {
    font-weight: 600;
    font-size: var(--thm-font-18-w);
    color: var(--thm-black);
    line-height: 1.7em;
    transition: all .5s ease
}

.contact-info-one__link:hover {
    color: var(--thm-base)
}

.contact-one__content {
    margin-bottom: 60px
}

@media (min-width:992px) {
    .contact-one__content {
        margin-bottom: 0
    }
}

.contact-one__text {
    margin: 0;
    margin-top: -10px
}

.contact-one__social {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.contact-one__social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    background-color: var(--thm-gray);
    color: var(--thm-black);
    font-size: 12px;
    transition: all .5s ease;
    border-radius: 50%
}

.contact-one__social a+a {
    margin-left: 10px
}

.contact-one__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.blog-two {
    background-image: linear-gradient(0deg, var(--thm-color-w) 0, var(--thm-gray) 100%);
    position: relative
}

.blog-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/shapes/faq-form-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: top center
}

.blog-two .container {
    position: relative
}

.blog-details__title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 30px
}

.blog-details .blog-card__image {
    margin-bottom: 30px
}

.blog-details .blog-card__meta {
    justify-content: flex-start
}

.blog-details .blog-card__title {
    margin-bottom: 10px;
    font-size: 30px
}

.blog-details__content {
    padding-bottom: 55px
}
.blog-details__content a {
  color: #182e60;
}
.blog-details__content img{
    float:none !important;
    width:100% !important;
    display:block !important;
    margin:0 auto !important;
}
.blog-details__content p {
    margin: 0
}

.blog-details__content p+p {
    margin-top: 30px
}

.blog-details__meta {
    border-top: 1px solid var(--thm-gray);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px
}

.blog-details__social {
    display: flex;
    align-items: center
}

.blog-details__social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: var(--thm-gray);
    color: var(--thm-black);
    font-size: 12px;
    transition: all .5s ease;
    border-radius: 50%
}

.blog-details__social a+a {
    margin-left: 10px
}

.blog-details__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.blog-details__tags {
    display: flex;
    align-items: center
}

@media (min-width:481px) {
    .blog-details__tags {
        margin-bottom: 0
    }
}

.blog-details__tags span {
    font-size: var(--thm-font-18-w);
    font-weight: 600;
    color: var(--thm-black);
    display: inline-block
}

.blog-details__tags a {
    display: inline-block;
    background-color: var(--thm-base);
    color: var(--thm-color-w);
    font-size: 12px;
    font-weight: 600;
    transition: all .5s ease;
    padding: 8.5px var(--thm-font-20-w);
    margin-left: 10px
}

.blog-details__tags a:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.blog-details__content blockquote {
    background-color: var(--thm-gray);
    padding: 50px;
    display: flex;
    align-items: center;
    margin: 10px 0
}

@media (max-width:991px) {
    .blog-details__author {
        flex-wrap: wrap
    }
}

.blog-details__author__image {
    margin-right: 40px;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .blog-details__author__image {
        margin-bottom: 0
    }
}

.blog-details__author__name {
    margin: 0;
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px
}

.blog-details__author__text {
    margin: 0
}

.blog-sidebar .list-unstyled {
    margin-bottom: 0
}

.blog-sidebar__item+.blog-sidebar__item {
    margin-top: 30px
}

.blog-sidebar__item {
    padding: 20px;
    background-color: var(--thm-gray)
}

.blog-sidebar__item--search {
    padding: 0;
    background-color: var(--thm-base)
}

.blog-sidebar__title {
    font-size: var(--thm-font-20-w);
    font-weight: 700;
    margin: 0;
    color: var(--thm-black);
    margin-bottom: 26px
}

.blog-sidebar__search {
    position: relative
}

.blog-sidebar__search input[type=search],
.blog-sidebar__search input[type=text] {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--thm-color-w);
    font-size: var(--thm-font-16-w);
    font-weight: 500;
    border: none;
    outline: 0;
    padding-left: 50px;
    padding-right: 50px
}

.blog-sidebar__search__btn {
    position: absolute;
    top: 50%;
    right: 50px;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(-50%);
    color: var(--thm-color-w);
    border: none;
    outline: 0;
    font-size: var(--thm-font-16-w);
    width: auto;
    padding: 0
}

.blog-sidebar__post li+li {
    margin-top: 30px
}

.blog-sidebar__post__item {
    display: flex;
    align-items: center
}

.blog-sidebar__post__image {
    margin-right: var(--thm-font-20-w)
}

.blog-sidebar__post__title {
    font-size: var(--thm-font-14-w);
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
    line-height: 1.425em
}

.blog-sidebar__post__title a {
    color: inherit;
    transition: all .5s ease
}

.blog-sidebar__post__title a:hover {
    color: var(--thm-base)
}

.blog-sidebar__post__author {
    display: flex;
    align-items: center;
    font-size: var(--thm-font-14-w);
    color: var(--thm-color);
    line-height: 1
}

.blog-sidebar__post__author i {
    color: var(--thm-base);
    margin-right: 4px
}

.blog-sidebar__categories {
    margin-top: -5px
}

.blog-sidebar__categories li a {
    font-size: 15px;
    display: flex;
    line-height: 1.6em;
    color: var(--thm-color);
    transition: all .5s ease;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    padding: 10px var(--thm-font-20-w);
    background: #f6f6f6;
    margin-bottom: 10px
}

.blog-sidebar__categories li a::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.blog-sidebar__categories li:hover a {
    color: var(--thm-black);
    text-shadow: 0 0 1px currentColor;
    background-color: var(--thm-color-w)
}

.blog-sidebar__categories li:hover a::after {
    text-shadow: none
}

.blog-sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

.blog-sidebar__tags li {
    margin: 5px
}

.blog-sidebar__tags li a {
    display: block;
    background-color: var(--thm-color-w);
    color: var(--thm-black);
    font-size: 12px;
    font-weight: 600;
    transition: all .5s ease;
    padding: 8.5px var(--thm-font-20-w)
}

.blog-sidebar__tags li a:hover {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.blog-three {
    padding-top: 120px
}

@media (min-width:992px) {
    .blog-three {
        padding-top: 240px
    }
}

.blog-three__top {
    margin-bottom: 50px
}

@media (min-width:992px) {
    .blog-three__top {
        margin-bottom: 0
    }
}

.blog-three .thm-btn {
    background-color: var(--thm-gray);
    color: var(--thm-black);
    padding: 23px 60px
}

.blog-three .thm-btn:hover {
    color: var(--thm-color-w);
    background-color: var(--thm-base)
}

@media (min-width:992px) {
    .blog-three__btns {
        display: flex;
        justify-content: flex-end;
        padding-top: 30px
    }
}

.team-about {
    position: relative
}

.team-details__image {
    margin-bottom: 50px
}

@media (min-width:992px) {
    .team-details__image {
        margin-bottom: 0
    }
}

.team-details__image img {
    max-width: 100%
}

.team-details .block-title {
    margin-bottom: 40px
}

.team-details__content {
    position: relative
}

@media (min-width:1200px) {
    .contact-info-one__item {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .team-details__content {
        padding-left: 70px
    }
}

.team-details__floated {
    text-transform: uppercase;
    color: var(--thm-gray);
    font-size: 100px;
    font-weight: 400;
    letter-spacing: .2em;
    position: absolute;
    left: calc(100% - 95px);
    top: calc(50% + 15px);
    transform: rotate(90deg);
    transform-origin: top center;
    display: none
}

@media (min-width:992px) {
    .team-details__floated {
        display: block
    }
}

.team-details__highlight {
    text-transform: uppercase;
    margin: 0;
    color: var(--thm-base);
    line-height: 1.5em;
    font-weight: 700;
    font-size: var(--thm-font-20-w);
    margin-bottom: 40px
}

.team-details__text {
    margin: 0;
    font-size: var(--thm-font-18-w);
    line-height: 1.88em
}

.team-details__text+.team-details__text {
    margin-top: 30px
}

.team-details__social {
    display: flex;
    align-items: center;
    margin-bottom: 33px
}

.team-details__social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    background-color: var(--thm-gray);
    color: var(--thm-black);
    font-size: 12px;
    transition: all .5s ease;
    border-radius: 50%
}

.team-details__social a+a {
    margin-left: 10px
}

.team-details__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.team-progress__title {
    margin: 0;
    font-size: var(--thm-font-16-w);
    font-weight: 700;
    color: var(--thm-black);
    margin-bottom: 10px;
    margin-top: -3px
}

.team-progress__bar {
    width: 100%;
    height: 13px;
    border-radius: 6.5px;
    background-color: var(--thm-gray);
    position: relative
}

.team-progress__bar__inner {
    position: absolute;
    background-color: var(--thm-base);
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 6.5px;
    width: 0;
    transition: all 1.5s ease
}

.team-progress__bar__text {
    font-size: var(--thm-font-14-w);
    color: var(--thm-color);
    position: absolute;
    bottom: 100%;
    right: 0;
    line-height: 1;
    padding-bottom: var(--thm-font-14-w)
}

.team-progress__item+.team-progress__item {
    margin-top: 30px
}

.faq-form {
    background-image: linear-gradient(0deg, var(--thm-color-w) 0, var(--thm-gray) 100%);
    position: relative
}

.faq-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/shapes/faq-form-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: top center
}

.faq-form .container {
    position: relative
}

@media (min-width:992px) {
    .faq-form .container {
        max-width: 800px
    }
}

.accrodion {
    border: 1px solid var(--thm-border-color);
    transition: all .5s ease
}

.accrodion.active {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.accrodion-title {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 26.5px;
    padding-bottom: 27px;
    cursor: pointer
}

.accrodion-title h4 {
    margin: 0;
    color: var(--thm-black);
    font-size: var(--thm-font-18-w);
    font-weight: 600;
    line-height: 1.2em;
    position: relative;
    transition: all .5s ease
}

.accrodion.active .accrodion-title h4 {
    color: var(--thm-base)
}

.accrodion-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px
}

.accrodion-icon::after,
.accrodion-icon::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: var(--thm-black);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background .5s ease, opacity .5s ease;
    opacity: 1
}

.accrodion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.accrodion.active .accrodion-icon::before {
    background-color: var(--thm-base)
}

.accrodion.active .accrodion-icon::after {
    opacity: 0
}

.accrodion-content {
    padding-left: 40px;
    padding-right: 40px
}

.accrodion-content p {
    padding-bottom: 31px;
    margin: 0
}

.accrodion+.accrodion {
    margin-top: var(--thm-font-20-w)
}

.service-card__image {
    position: relative;
    overflow: hidden
}

.service-card__image>img {
    width: 100%;
    transform: scale(1);
    transition: transform .5s ease
}

.service-card__image>a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--thm-black-rgb), .4);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity .5s ease, transform .5s ease
}

.service-card__image>a::after,
.service-card__image>a::before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: var(--thm-color-w);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.service-card__image>a::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.service-card:hover .service-card__image>a {
    opacity: 1;
    transform: translateY(0)
}

.service-card:hover .service-card__image>img {
    transform: scale(1.05)
}

.service-card__icon {
    width: 92px;
    height: 92px;
    background-color: var(--thm-color-w);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    font-size: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--thm-base);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    top: -46px;
    margin-bottom: -46px;
    position: relative;
    z-index: 10;
    transition: all .5s ease
}

.service-card__content {
    padding-left: var(--thm-font-20-w);
    padding-right: var(--thm-font-20-w);
    position: relative;
    margin-top: -20px
}

.service-card__content__inner {
    background-color: var(--thm-color-w);
    border-bottom: 2px solid var(--thm-gray);
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    position: relative;
    transition: all .5s ease;
    min-height: 274px
}

.service-card__content__inner::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform-origin: left center;
    transform: scale(0, 1);
    background-color: var(--thm-black);
    transition: transform .5s ease
}

.service-card:hover .service-card__content__inner {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07)
}

.service-card:hover .service-card__content__inner::after {
    transform: scale(1, 1);
    transform-origin: right center
}

.service-card__title {
    margin: 0;
    font-size: var(--thm-font-20-w);
    font-weight: 800;
    color: var(--thm-black);
    margin-top: 25px;
    margin-bottom: var(--thm-font-16-w)
}

.service-card__title a {
    color: inherit;
    transition: all .5s ease
}

.service-card__title a:hover {
    color: var(--thm-base)
}

.service-card__link {
    width: 40px;
    height: 40px;
    background-color: var(--thm-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--thm-color);
    transition: all .5s ease;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: -21px;
    margin-top: -21px;
    z-index: 11
}

.service-card__link:hover {
    color: var(--thm-color-w);
    background-color: var(--thm-black)
}

.service-card:hover .service-card__link {
    color: var(--thm-color-w);
    background-color: var(--thm-black)
}

.service-details__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 34px;
    font-weight: 700;
    margin-top: -7px;
    margin-bottom: var(--thm-font-20-w)
}

.service-details__image {
    position: relative;
    margin-bottom: 40px
}

.service-details__image img {
    max-width: 100%
}

.service-details__icon {
    position: absolute;
    bottom: -46px;
    right: 30px;
    width: 92px;
    height: 92px;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--thm-color-w);
    font-size: 43px;
    border-radius: 50%
}

.service-details__content img {
    max-width: 100%
}

.service-details__content p {
    margin: 0
}

.service-details__content p+p {
    margin-top: 30px
}

.service-details__content .row {
    margin-top: 50px
}

.service-details .service-details__text {
    font-size: var(--thm-font-18-w);
    font-weight: 500;
    margin-bottom: 35px
}

.service-details__subtitle {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-black);
    margin-top: -7px;
    margin-bottom: 25px
}

.service-details__list {
    margin-bottom: 0
}

.service-details__list li {
    position: relative;
    padding-left: 30px;
    font-size: var(--thm-font-16-w);
    line-height: 1.875em;
    color: var(--thm-black);
    font-weight: 500
}

.service-details__list li+li {
    margin-top: 6px
}

.service-details__list li>i {
    position: absolute;
    top: 9px;
    left: 0;
    color: var(--thm-base);
    font-size: var(--thm-font-16-w)
}

.service-sidebar__item+.service-sidebar__item {
    margin-top: 30px
}

.service-sidebar__menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.service-sidebar__menu li+li {
    margin-top: 10px
}

.service-sidebar__menu li a {
    font-size: var(--thm-font-16-w);
    color: var(--thm-black);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 30px;
    background-color: var(--thm-gray);
    transition: all .5s ease;
    align-items: center;
    padding-top: 14.5px;
    padding-bottom: 14.5px
}

.service-sidebar__menu li a:hover {
    color: var(--thm-color-w);
    background-color: var(--thm-base)
}

.service-sidebar__menu li a::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.service-sidebar__menu li.active>a {
    color: var(--thm-color-w);
    background-color: var(--thm-base)
}

.service-sidebar__item--contact {
    background-color: var(--thm-base);
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 48px;
    text-align: center
}

.service-sidebar__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    background-color: var(--thm-base);
    opacity: .1
}

.service-sidebar__contact {
    position: relative
}

.service-sidebar__separator {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .1;
    background-color: var(--thm-color-w)
}

.service-sidebar__icon {
    width: 78px;
    height: 78px;
    background-color: var(--thm-black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--thm-color-w);
    font-size: 24px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease
}

.service-sidebar__item--contact:hover .service-sidebar__icon {
    background-color: var(--thm-color-w);
    color: var(--thm-black)
}

.service-sidebar__title {
    font-size: 30px;
    line-height: 1.33em;
    color: var(--thm-color-w);
    max-width: 156px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700
}

.service-sidebar__item--contact .service-sidebar__title {
    margin-top: 27px;
    margin-bottom: 12px
}

.service-sidebar__tagline {
    margin: 0;
    font-size: var(--thm-font-16-w);
    color: var(--thm-color-w);
    opacity: .7
}

.service-sidebar__item--contact .service-sidebar__tagline {
    margin-top: 21px;
    margin-bottom: 12px
}

.service-sidebar__phone {
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-color-w);
    transition: all .5s ease
}

.service-sidebar__phone:hover {
    color: var(--thm-black)
}

.service-one {
    position: relative
}

[class*=service-one__icon-] {
    position: absolute
}

.service-one__icon-1 {
    top: 105px;
    left: 125px;
    animation-name: shapeMover;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.service-one__icon-2 {
    top: 131px;
    right: 350px;
    animation-name: shapeMover;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.service-one__icon-3 {
    bottom: 110px;
    right: 50px;
    animation-name: bubbleMover;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 8s
}

.service-two {
    position: relative;
    z-index: 10
}

.service-two__shape {
    background-image: url(assets/images/shapes/service-2-1.png);
    width: 158px;
    height: 137px;
    background-repeat: no-repeat;
    position: absolute;
    left: 230px;
    top: 70px;
    animation-name: bubbleMover;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 8s
}

.service-card-two {
    background-color: var(--thm-color-w);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    padding: 50px;
    position: relative
}

.service-card-two::before {
    content: '';
    width: 165px;
    height: 60px;
    background-color: var(--thm-gray);
    top: 50px;
    left: 0;
    position: absolute;
    background-image: linear-gradient(90deg, var(--thm-color-w) 0, var(--thm-gray) 100%)
}

.service-card-two__icon {
    display: flex;
    margin-bottom: 30px
}

.service-card-two__icon i {
    margin-left: auto;
    font-size: 60px;
    color: var(--thm-base)
}

.service-card-two__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-black);
    line-height: 1.2em;
    margin-top: -3px;
    margin-bottom: var(--thm-font-20-w)
}

.service-card-two__title a {
    color: inherit;
    transition: all .5s ease
}

.service-card-two__title a:hover {
    color: var(--thm-base)
}

.service-card-two__text {
    margin: 0;
    margin-bottom: 19px
}

.service-card-two__link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--thm-black);
    letter-spacing: .2em;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 3px solid var(--thm-black);
    transition: all .5s ease
}

.service-card-two__link:hover {
    color: var(--thm-base);
    border-color: var(--thm-base)
}

.service-three {
    position: relative;
    background-color: var(--thm-gray);
    counter-reset: serviceNumber
}

.service-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/shapes/faq-form-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: top center
}

.service-three__top {
    margin-bottom: 50px
}

@media (min-width:992px) {
    .service-three__top {
        margin-bottom: 0
    }
}

.service-three__top__text {
    margin: 0
}

@media (min-width:992px) {
    .service-three__top__text {
        margin-top: 17px;
        margin-left: 70px
    }
}

.service-three__carousel {
    margin-top: 10px
}

.service-three__carousel .owl-stage-outer {
    overflow: visible
}

.service-three__carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.service-three__carousel .owl-item.active {
    opacity: 1;
    visibility: visible
}

.service-three__carousel .owl-dots {
    margin-top: 60px
}

@media (max-width:991px) {
    .service-three__carousel .owl-dots {
        display: none
    }

    .pb-120 {
        padding-bottom: 90px
    }

    .pt-120 {
        padding-top: 90px
    }
}

.service-three__carousel .owl-nav {
    display: none
}

.service-card-three {
    background-color: var(--thm-color-w);
    position: relative;
    counter-increment: serviceNumber
}

.service-card-three__inner {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 38px
}

.service-card-three__inner::before {
    content: '';
    width: 194px;
    height: 194px;
    background-color: var(--thm-black);
    position: absolute;
    left: -44px;
    top: -96px;
    border-radius: 50%;
    transition: all .5s ease
}

.service-card-three__inner::after {
    content: counters(serviceNumber, ".", decimal-leading-zero);
    font-size: 45px;
    font-weight: 700;
    color: var(--thm-gray);
    text-transform: uppercase;
    line-height: 1em;
    position: absolute;
    top: 30px;
    right: 30px
}

.service-card-three:hover .service-card-three__inner::before {
    background-color: var(--thm-base)
}

.service-card-three__icon {
    position: relative;
    padding-top: 23px;
    margin-bottom: 50px
}

.service-card-three__icon i {
    color: var(--thm-base);
    transition: all .5s ease;
    font-size: 47px
}

.service-card-three:hover .service-card-three__icon i {
    color: var(--thm-color-w)
}

.service-card-three__title {
    margin: 0;
    font-size: var(--thm-font-20-w);
    color: var(--thm-black);
    font-weight: 800;
    position: relative;
    margin-bottom: var(--thm-font-16-w)
}

.service-card-three__title a {
    color: inherit;
    transition: all .5s ease
}

.service-card-three__title a:hover {
    color: var(--thm-base)
}

.service-card-three__text {
    margin: 0;
    position: relative
}

.service-card-three__link {
    display: block;
    position: absolute;
    right: 40px;
    bottom: -20px;
    background-color: var(--thm-color-w);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--thm-font-16-w);
    color: var(--thm-text-dark);
    width: 40px;
    height: 40px;
    transition: all .5s ease
}

.service-card-three__link:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.service-card-three:hover .service-card-three__link {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.service-four {
    padding-top: 120px
}

@media (min-width:992px) {
    .service-four {
        padding-top: 0
    }
}

.service-four__inner {
    position: relative;
    z-index: 10;
    background-color: var(--thm-color-w);
    border-top: 15px solid var(--thm-base);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05)
}

@media (min-width:992px) {
    .service-four__inner {
        margin-top: -60px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.service-four [class*=col-]:not(:first-child) {
    border-top: 1px solid var(--thm-gray)
}

@media (min-width:992px) {
    .service-four [class*=col-]: not(:first-child) {
        border-top: 0;
        border-left: 1px solid var(--thm-gray)
    }
}

@media (min-width:1200px) {
    .service-four [class*=col-]: nth-child(2n) .service-card-four {
        position: relative;
        left: 20 px
    }
}

.service-card-four {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center
}

@media (min-width:992px) {
    .service-card-four {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0
    }
}

.service-card-four__icon {
    position: relative;
    display: inline-block;
    margin-bottom: 11px
}

.service-card-four__icon::after {
    content: '';
    width: 58px;
    height: 58px;
    background-color: var(--thm-gray);
    position: absolute;
    top: 0;
    right: -38px;
    border-radius: 50%
}

.service-card-four__icon i {
    font-size: 60px;
    color: var(--thm-base);
    position: relative;
    z-index: 10
}

.service-card-four__title {
    margin: 0;
    font-size: var(--thm-font-20-w);
    color: var(--thm-black);
    font-weight: 700;
    margin-bottom: 13px
}

.service-card-four__title a {
    color: inherit;
    transition: all .5s ease
}

.service-card-four__title a:hover {
    color: var(--thm-base)
}

.service-card-four__text {
    margin: 0
}

@media (min-width:992px) {
    .service-card-four__text {
        max-width: 241px
    }
}

.service-five {
    background-image: linear-gradient(0deg, var(--thm-color-w) 0, var(--thm-gray) 100%);
    position: relative
}

.service-five::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/shapes/faq-form-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: top center
}

@media (min-width:992px) {
    .service-five__text {
        margin-left: 100px;
        padding-top: 27px
    }
}

.service-five__top {
    margin-bottom: 40px
}

@media (min-width:992px) {
    .service-five__top {
        margin-bottom: 0
    }
}

.service-card-five {
    text-align: center;
    background-color: var(--thm-color-w);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    position: relative;
    padding-top: 50px;
    padding-bottom: 47px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(0);
    transition: transform .5s ease
}

.service-card-five:hover {
    transform: translateY(-10px)
}

.service-card-five::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/shapes/service-card-5-s-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    transform: scale(1, 0);
    transition: transform .5s ease;
    transform-origin: top center
}

.service-card-five:hover::before {
    transform: scale(1, 1)
}

.service-card-five::after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: var(--thm-base);
    position: absolute;
    top: 100%;
    left: 0;
    transform: scale(1, 0);
    transform-origin: bottom center;
    transition: transform .5s ease
}

.service-card-five:hover::after {
    transform: scale(1, 1)
}

.service-card-five__icon {
    width: 109px;
    height: 109px;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 50%;
    color: var(--thm-color-w);
    transition: all .5s ease;
    margin-bottom: 30px
}

.service-card-five__icon i {
    font-size: 64px
}

.service-card-five:hover .service-card-five__icon {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.service-card-five__title {
    margin: 0;
    font-size: var(--thm-font-20-w);
    font-weight: 700;
    position: relative;
    color: var(--thm-black);
    margin-bottom: 17px
}

.service-card-five__title a {
    color: inherit;
    transition: all .5s ease
}

.service-card-five__text {
    position: relative;
    margin: 0;
    margin-bottom: -3px;
    max-width: 161px;
    margin-left: auto;
    margin-right: auto
}

.call-to-action-one--has-bottom-margin {
    margin-bottom: -60px
}

.call-to-action-one__inner {
    position: relative;
    background-color: var(--thm-base);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px
}

@media (min-width:992px) {
    .call-to-action-one__inner {
        display: flex;
        justify-content: space-between;
        text-align: left;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:1200px) {
    .call-to-action-one__inner {
        padding-left: 80px;
        padding-right: 80px
    }
}

.call-to-action-one__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: fixed;
    opacity: .1;
    background-color: var(--thm-base);
    background-position: center center
}

.call-to-action-one__title {
    margin: 0;
    color: var(--thm-color-w);
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .call-to-action-one__title {
        margin-bottom: 0;
        max-width: 467px;
        font-size: 36px
    }
}

.call-to-action-one__btns {
    position: relative;
    flex-shrink: 0
}

.call-to-action-one .thm-btn {
    background-color: var(--thm-color-w);
    color: var(--thm-black);
    padding: 23px 60px
}

.call-to-action-one .thm-btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.call-to-action-two {
    background-color: var(--thm-base);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 80px
}

@media (min-width:992px) {
    .call-to-action-two {
        padding-top: 0;
        background-image: url(assets/images/shapes/cta-2-shape-1.png)
    }
}

.call-to-action-two__image img {
    max-width: 100%
}

@media (min-width:992px) {
    .call-to-action-two__image img {
        max-width: none;
        float: right;
        clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%)
    }
}

.call-to-action-two__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 7px
}

.call-to-action-two__list li {
    text-transform: uppercase;
    font-size: var(--thm-font-14-w);
    font-weight: 600;
    letter-spacing: .1em;
    color: var(--thm-color-w);
    opacity: .7
}

.call-to-action-two__list li:not(:last-child)::after {
    content: '/';
    margin-left: 15px;
    margin-right: 15px
}

.call-to-action-two__title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-color-w);
    margin-bottom: 30px
}

.call-to-action-two .thm-btn {
    padding: 23px 60px;
    background-color: var(--thm-color-w);
    color: var(--thm-black)
}

.call-to-action-two .thm-btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.call-to-action-two__arrow {
    position: relative;
    left: var(--thm-font-20-w);
    top: -15px;
    animation: shapeMover 5s linear 0s infinite;
    display: inline-block
}

.call-to-action-two__arrow svg {
    fill: var(--thm-color-w);
    width: 80px;
    transform: rotate(120deg)
}

.call-to-action-two__content {
    padding-top: 43px;
    padding-bottom: 80px
}

@media (min-width:992px) {
    .call-to-action-two__content {
        padding-top: 50px;
        padding-bottom: 0;
        padding-left: 30px
    }
}

.call-to-action-three {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px
}

@media (min-width:992px) {
    .call-to-action-three {
        padding-bottom: 180px
    }
}

.call-to-action-three::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: .6
}

.call-to-action-three .container {
    position: relative
}

.call-to-action-three__title {
    margin: 0;
    font-size: 45px;
    font-weight: 800;
    color: var(--thm-color-w);
    line-height: 1.2em
}

@media (min-width:768px) {
    .call-to-action-three__title {
        font-size: 55px
    }
}

@media (max-width:768px) {

    .block-title__title,
    .blog-details .blog-card__title,
    .call-to-action-two__title {
        font-size: 20px
    }

    .call-to-action-two__list li {
        letter-spacing: .5px;
        font-size: 12px
    }

    .about-two__content p {
        font-size: 14px
    }

    .contact-info-one__link {
        font-size: 15px
    }

    .contact-info-one__icon {
        padding: 14px;
        margin-right: var(--thm-font-14-w)
    }

    .blog-details__content blockquote {
        padding: 14px
    }

    .pt-60 {
        padding-top: 40px
    }

    .pb-60 {
        padding-bottom: 40px
    }

    .blog-details__content {
        padding-bottom: 25px
    }
}

@media (min-width:992px) {
    .call-to-action-three__title {
        font-size: 65px;
        max-width: 735px;
        margin-left: auto;
        margin-right: auto
    }
}

.call-to-action-four {
    background-color: var(--thm-color-w)
}

@media (min-width:992px) {
    .call-to-action-four {
        background-color: var(--thm-gray)
    }
}

.call-to-action-four__inner {
    position: relative;
    background-color: var(--thm-color-w)
}

.call-to-action-four__text {
    margin: 0;
    font-size: var(--thm-font-18-w);
    color: var(--thm-black);
    padding-bottom: 9px;
    padding-top: 48px
}

.call-to-action-four__text a {
    font-weight: 700;
    color: var(--thm-base);
    transition: all .5s ease;
    border-bottom: 2px solid var(--thm-black);
    line-height: 1em
}

.call-to-action-four__text a:hover {
    color: var(--thm-black)
}

.call-to-action-four__shape-1,
.call-to-action-four__shape-2 {
    width: 468px;
    height: 383px;
    position: absolute;
    display: none
}

@media (min-width:992px) {

    .call-to-action-four__shape-1,
    .call-to-action-four__shape-2 {
        display: block
    }
}

.call-to-action-four__shape-1 {
    bottom: -1px;
    right: calc(100% - 104px);
    background-image: url(assets/images/shapes/cta-4-1.png)
}

.call-to-action-four__shape-2 {
    bottom: -1px;
    left: calc(100% - 104px);
    background-image: url(assets/images/shapes/cta-4-2.png)
}

.about-one {
    background-image: url(assets/images/shapes/contact-page-form-1-1.png);
    background-repeat: no-repeat;
    background-position: top left
}

.about-one__image {
    position: relative
}

.about-one__image img {
    max-width: 100%
}

.about-one__image__caption {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-color: var(--thm-base);
    text-align: center;
    color: var(--thm-color-w);
    font-size: 22px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.36364em;
    padding-top: 38px;
    padding-bottom: 42px
}

.about-one__image__caption::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 60px;
    width: 70px;
    height: 40px;
    background-color: var(--thm-base);
    clip-path: polygon(0 0, 0 100%, 100% 0)
}

.about-one__image__caption span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 315px
}

.about-one__text {
    margin: 0;
    font-size: var(--thm-font-18-w);
    line-height: 1.889em;
    margin-top: -10px;
    margin-bottom: 40px;
    max-width: 502px
}

@media (min-width:768px) {
    .about-one__content [class*=col-]: last-child .about-one__box {
        margin-left: -20px
    }
}

.about-one__box i {
    font-size: 60px;
    color: var(--thm-base)
}

.about-one__box__content {
    max-width: 216px
}

.about-one__box__title {
    margin: 0;
    color: var(--thm-black);
    font-size: var(--thm-font-20-w);
    line-height: 1.5em;
    font-weight: 700;
    margin-top: 9px;
    margin-bottom: 30px
}

.about-one__box__text {
    margin: 0
}

.benefit-one {
    position: relative;
    background-image: url(assets/images/shapes/benefit-circle-1-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden
}

.benefit-one__shape-1 {
    width: 574px;
    height: 100%;
    background-color: var(--thm-base);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    clip-path: polygon(0 0, 100% 0, 64% 100%, 0% 100%)
}

.benefit-one__shape-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-base);
    opacity: .9
}

@media (max-width:1199px) {
    .benefit-one__shape-1 {
        display: none
    }
}

.benefit-one__shape-2 {
    position: absolute;
    left: 604px;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: var(--thm-gray);
    transform: skewX(-15deg);
    transform-origin: left top
}

@media (max-width:1199px) {
    .benefit-one__shape-2 {
        display: none
    }
}

.benefit-one .container {
    position: relative
}

.benefit-one__image {
    position: relative
}

.benefit-one__image img {
    position: relative;
    z-index: 9;
    max-width: 100%
}

.benefit-one__image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-image: linear-gradient(0deg, var(--thm-black) 0, rgba(var(--thm-black-rgb), 0) 100%);
    z-index: 10
}

@media (min-width:1200px) {
    .benefit-one__image {
        right: 70px
    }
}

.benefit-one__image__caption {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    padding: 60px
}

.benefit-one__image__title {
    font-size: 45px;
    color: var(--thm-base);
    font-weight: 600
}

.benefit-one__image__text {
    margin: 0;
    font-size: var(--thm-font-18-w);
    line-height: 1.66667em;
    color: var(--thm-color-w)
}

.benefit-one__text {
    margin: 0;
    margin-top: -10px;
    margin-bottom: 45px
}

.benefit-one__box {
    position: relative;
    display: flex;
    align-items: flex-start
}

.benefit-one__box__icon {
    position: relative;
    margin-right: 45px
}

.benefit-one__box__icon::before {
    content: '';
    width: 61px;
    height: 61px;
    background-color: var(--thm-gray);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(1);
    transform-origin: right center;
    transition: transform .5s ease
}

.benefit-one__box__icon i {
    margin-left: var(--thm-font-20-w);
    margin-top: var(--thm-font-20-w);
    display: block;
    font-size: 60px;
    color: var(--thm-base);
    position: relative;
    transition: all .5s ease
}

.benefit-one__box__title {
    margin: 0;
    font-size: var(--thm-font-20-w);
    line-height: 1.5em;
    color: var(--thm-black);
    font-weight: 700;
    margin-bottom: 11px
}

.benefit-one__box__text {
    margin: 0
}

.benefit-one__box:hover .benefit-one__box__icon::before {
    transform: scale(.85)
}

.benefit-one__box+.benefit-one__box {
    margin-top: var(--thm-font-20-w)
}

.about-two__image {
    position: relative;
    display: inline-block
}

.about-two__image::before {
    content: '';
    border: 2px solid var(--thm-base);
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px
}

.about-two__image img {
    max-width: 100%
}

.about-two__text {
    margin: 0;
    margin-top: -10px
}

.about-two__list {
    margin-bottom: 0;
    margin-top: 30px
}

.about-two__list li {
    position: relative;
    padding-left: 30px;
    font-size: var(--thm-font-16-w);
    line-height: 1.875em;
    color: var(--thm-black);
    font-weight: 500
}

.about-two__list li+li {
    margin-top: 6px
}

.about-two__list li>i {
    position: absolute;
    top: 9px;
    left: 0;
    color: var(--thm-base);
    font-size: var(--thm-font-16-w)
}

.about-three__image img {
    max-width: 100%
}

.about-three__text {
    max-width: 871px;
    margin-left: auto;
    margin-right: auto
}

.about-four {
    position: relative
}

.about-four__shape {
    position: absolute;
    top: 97px;
    left: 146px;
    width: 97px;
    height: 133px;

    animation-name: shapeMover;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.about-four .block-title {
    margin-bottom: 30px
}

.about-four__text {
    margin: 0;
    margin-bottom: 39px;
    max-width: 501px
}

.about-four__box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    max-width: 501px
}

.about-four__box__icon {
    position: relative;
    margin-right: 17px;
    padding-top: 10px;
    padding-left: var(--thm-font-20-w)
}

.about-four__box__icon::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: var(--thm-gray);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%
}

.about-four__box__icon i {
    font-size: 62px;
    color: var(--thm-base);
    position: relative
}

.about-four__box__title {
    margin: 0;
    font-size: var(--thm-font-20-w);
    font-weight: 600;
    color: var(--thm-black);
    line-height: 1.5em;
    margin-top: 9px
}

.about-four__feature__icon {
    display: flex;
    align-items: center
}

.about-four__feature__icon i {
    font-size: 26px;
    color: var(--thm-base);
    margin-right: 12px
}

.about-four__feature__content {
    display: flex;
    align-items: center
}

.about-four__feature__title {
    margin: 0;
    font-size: var(--thm-font-18-w);
    font-weight: 700;
    color: var(--thm-black);
    line-height: 1.66667em
}

.about-four__feature__text {
    margin: 0;
    margin-top: 8px
}

@media (min-width:768px) {
    [class*=col-]: last-child .about-four__feature {
        margin-left: -20px
    }
}

.about-four__btns {
    margin-top: 40px
}

.about-four__image {
    display: inline-block;
    position: relative
}

.about-four__image::before {
    content: '';
    position: absolute;
    top: var(--thm-font-20-w);
    left: 0;
    right: 0;
    bottom: var(--thm-font-20-w);
    background-color: var(--thm-base);
    transform: skew(-3deg);
    z-index: 10
}

.about-four__image img {
    position: relative;
    max-width: 100%;
    z-index: 11
}

.about-four__image__caption {
    position: absolute;
    bottom: 88px;
    right: -38px;
    display: none;
    align-items: center;
    background-color: var(--thm-base);
    padding-left: 32px;
    padding-right: 33px;
    padding-top: 23px;
    padding-bottom: 24px;
    z-index: 12
}

@media (min-width:768px) {
    .about-four__image__caption {
        display: flex
    }
}

.about-four__image__caption::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #c1180b;
    width: 38px;
    height: 41px;
    clip-path: polygon(0 0, 0 100%, 100% 0)
}

.about-four__image__caption__year {
    font-size: 45px;
    font-weight: 700;
    color: var(--thm-color-w);
    margin: 0;
    margin-right: 15px
}

.about-four__image__caption__year i {
    font-style: normal;
    font-size: 30px;
    position: relative;
    top: -15px
}

.about-four__image__caption__text {
    font-size: var(--thm-font-16-w);
    color: var(--thm-color-w);
    line-height: 1.25em;
    font-weight: 500;
    margin: 0;
    max-width: 85px;
    margin-top: -1px
}

.about-four__image__bg {
    width: 10000px;
    height: calc(100% + 527px);
    position: absolute;
    top: -120px;
    left: 325px
}

.about-four__image__shape {
    width: 194px;
    height: 189px;
    background-image: url(assets/images/shapes/about-4-dot-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -60px;
    right: -113px
}

.about-five {
    position: relative
}

.about-five__shape-1 {
    position: absolute;
    top: -90px;
    left: 310px;
    width: 97px;
    height: 133px;
    background-image: url(assets/images/shapes/about-5-s-1.png);
    background-repeat: no-repeat;
    animation-name: shapeMover;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.about-five__shape-2 {
    position: absolute;
    bottom: 140px;
    right: 125px;
    width: 158px;
    height: 137px;
    background-image: url(assets/images/shapes/about-5-s-2.png);
    background-repeat: no-repeat;
    animation-name: bubbleMover;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 8s
}

.about-five__shape-3 {
    position: absolute;
    top: -208px;
    right: 0;
    width: 638px;
    height: 585px;
    background-image: url(assets/images/shapes/about-5-bg-1-1.png);
    background-repeat: no-repeat;
    display: none
}

@media (min-width:992px) {
    .about-five__shape-3 {
        display: block
    }
}

.about-five__image {
    position: relative;
    display: inline-block
}

.about-five__image::before {
    content: '';
    border: 2px solid var(--thm-base);
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 11
}

.about-five__image img {
    max-width: 100%;
    position: relative;
    z-index: 10
}

.about-five__image__caption {
    position: absolute;
    bottom: -45px;
    left: -45px;
    width: 275px;
    height: 275px;
    padding-left: 40px;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: var(--thm-font-20-w)
}

@media (min-width:992px) {
    .about-five__image__caption {
        display: flex
    }
}

.about-five__image__caption::after {
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12
}

.about-five__image__caption__shape-1 {
    width: 90px;
    height: 90px;
    background-color: var(--thm-black2);
    position: absolute;
    top: -43px;
    left: var(--thm-font-18-w);
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    transform: rotate(45deg)
}

.about-five__image__caption__shape-2 {
    width: 90px;
    height: 90px;
    background-color: var(--thm-black2);
    position: absolute;
    bottom: var(--thm-font-18-w);
    right: -43px;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    transform: rotate(-45deg)
}

.about-five__image__caption__shape-3 {
    position: absolute;
    bottom: 0;
    z-index: 14;
    background-color: var(--thm-base);
    width: var(--thm-font-20-w);
    height: 200px;
    left: 0
}

.about-five__image__caption__shape-3::before {
    content: '';
    width: var(--thm-font-20-w);
    height: var(--thm-font-20-w);
    background-color: var(--thm-base);
    position: absolute;
    bottom: 100%;
    left: 0;
    clip-path: polygon(100% 100%, 0 0, 0 100%)
}

.about-five__image__title {
    margin: 0;
    color: var(--thm-color-w);
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    z-index: 13
}

.about-five__image__title i {
    font-size: 32px;
    font-style: normal;
    position: relative;
    top: -2px
}

.about-five__image__text {
    margin: 0;
    font-size: var(--thm-font-18-w);
    position: relative;
    z-index: 13;
    color: var(--thm-color-w)
}

.about-five__image__floated {
    text-transform: uppercase;
    color: var(--thm-gray);
    font-size: 120px;
    font-weight: 200;
    letter-spacing: .32em;
    position: absolute;
    right: calc(100% - 333px);
    top: calc(50% - -18px);
    transform: rotate(90deg);
    transform-origin: top center;
    display: none
}

@media (min-width:992px) {
    .about-five__image__floated {
        display: block
    }
}

.about-five__subtitle {
    margin: 0;
    text-transform: uppercase;
    font-size: var(--thm-font-18-w);
    color: var(--thm-base);
    font-weight: 700;
    margin-bottom: 10px
}

.about-five__text {
    margin: 0;
    margin-bottom: 40px
}

.about-five .team-progress__bar {
    height: 8px;
    border-radius: 4px
}

.about-five .team-progress__title {
    font-size: var(--thm-font-18-w);
    margin-bottom: 13px
}

.about-five .team-progress__bar__text {
    font-size: var(--thm-font-16-w);
    padding-bottom: 15px
}

.about-five .about-two__list {
    margin: 0;
    margin-top: 41px
}

@media (min-width:768px) {
    .about-five .about-two__list {
        margin-right: -42px
    }
}

.about-five__video {
    display: inline-block;
    position: relative
}

@media (min-width:768px) {
    .about-five__video {
        margin-left: auto;
        display: block;
        margin-top: 61px;
        width: 217px
    }
}

.about-five__video img {
    width: 100%
}

.about-five__video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-five__video__btn i {
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--thm-color-w);
    font-size: 12px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    transition: all .5s ease
}

.about-five__video__btn:hover i {
    background-color: var(--thm-color-w);
    color: var(--thm-black)
}

.about-five__video__btn .ripple,
.about-five__video__btn .ripple:after,
.about-five__video__btn .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.about-five__video__btn .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.about-five__video__btn .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.about-six {
    background-image: url(assets/images/shapes/about-6-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: left -20%;
    position: relative
}

.about-six::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/shapes/about-6-bg-c-1.png);
    background-position: right -15%;
    background-repeat: no-repeat
}

.about-six .container {
    position: relative
}

.about-six__image {
    position: relative;
    display: inline-block
}

.about-six__image::before {
    content: '';
    position: absolute;
    top: var(--thm-font-20-w);
    left: -20px;
    right: 0;
    bottom: 30px;
    background-color: var(--thm-base)
}

.about-six__image img {
    max-width: 100%;
    position: relative
}

.about-six__image__caption {
    width: 180px;
    height: 175px;
    background-color: var(--thm-color-w);
    border-radius: 50%;
    border-bottom-right-radius: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    text-align: center;
    top: 105px;
    left: var(--thm-font-20-w)
}

@media (min-width:992px) {
    .about-six__image__caption {
        left: -130px
    }
}

.about-six__image__caption::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid var(--thm-black);
    border-radius: 50%;
    border-bottom-right-radius: 0
}

.about-six__image__caption__year {
    position: relative;
    margin: 0;
    line-height: 1;
    font-size: 45px;
    font-weight: 700;
    color: var(--thm-base)
}

.about-six__image__caption__text {
    position: relative;
    margin: 0;
    font-size: var(--thm-font-18-w);
    line-height: 1.44444em;
    color: var(--thm-black);
    font-weight: 500;
    max-width: 87px;
    margin-left: auto;
    margin-right: auto
}

.about-six__content {
    position: relative
}

.about-six__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    margin-bottom: 36px
}

@media (min-width:576px) {
    .about-six__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

.about-six__list li {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid var(--thm-border-color);
    font-weight: 700;
    color: var(--thm-black);
    font-size: var(--thm-font-18-w);
    padding-top: var(--thm-font-14-w);
    padding-bottom: var(--thm-font-14-w)
}

.about-six__list li i {
    color: var(--thm-base);
    font-size: var(--thm-font-18-w);
    margin-right: 15px
}

.about-six__subtitle {
    margin: 0;
    text-transform: uppercase;
    font-size: var(--thm-font-18-w);
    color: var(--thm-base);
    font-weight: 700
}

.about-six__text {
    margin: 0;
    margin-top: 34px;
    margin-bottom: 23px
}

.about-six__author {
    display: flex;
    align-items: center
}

.about-six__author__image img {
    border-radius: 50%;
    border: 3px solid var(--thm-color-w);
    box-shadow: 0 0 0 2px var(--thm-base)
}

.about-six__author__name {
    color: var(--thm-black);
    font-family: var(--special-font);
    font-size: 24px;
    margin-left: 10px
}

.work-process {
    counter-reset: workNumber;
    position: relative
}

.work-process__shape-1 {
    position: absolute;
    top: 0;
    left: 190px;
    width: 97px;
    height: 133px;
    background-image: url(assets/images/shapes/about-5-s-1.png);
    background-repeat: no-repeat;
    animation-name: shapeMover;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.work-process__shape-2 {
    position: absolute;
    bottom: 80px;
    right: 180px;
    width: 158px;
    height: 137px;
    background-image: url(assets/images/shapes/about-5-s-2.png);
    background-repeat: no-repeat;
    animation-name: shapeMover;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.work-process__shape-3 {
    position: absolute;
    top: 5px;
    right: 235px;
    width: 83px;
    height: 69px;
    background-image: url(assets/images/shapes/service-h-2.png);
    background-repeat: no-repeat;
    animation-name: bubbleMover;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 8s
}

.work-process .container {
    position: relative
}

.work-process__item {
    counter-increment: workNumber;
    text-align: center
}

.work-process__icon {
    width: 150px;
    height: 150px;
    background-color: var(--thm-color-w);
    border: 1px solid var(--thm-border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    color: var(--thm-base);
    position: relative;
    transition: all .5s ease
}

.work-process__icon::after {
    content: counters(workNumber, ".", decimal-leading-zero);
    width: 40px;
    height: 40px;
    background-color: var(--thm-base);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--thm-color-w);
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--thm-font-14-w);
    font-weight: 700;
    transition: all .5s ease
}

.work-process__icon i {
    font-size: 61px
}

.work-process__item:hover .work-process__icon {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.work-process__item:hover .work-process__icon::after {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

[class*=col-]:nth-child(even) .work-process__icon::after {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto
}

@media (min-width:992px) {
    .work-process .row {
        background-image: url(assets/images/shapes/work-process-1-1.png);
        background-repeat: no-repeat;
        background-position: center 10%
    }
}

@media (min-width:992px) {
    [class*=col-]: nth-child(2) .work-process__item {
        margin-top: 100px
    }
}

@media (min-width:992px) {
    [class*=col-]: nth-child(3) .work-process__item {
        margin-top: 50px
    }
}

.work-process__title {
    margin: 0;
    font-size: var(--thm-font-20-w);
    font-weight: 700;
    color: var(--thm-black);
    margin-top: 26px;
    margin-bottom: 17px
}

.work-process__title a {
    color: inherit;
    transition: all .5s ease
}

.work-process__text {
    margin: 0;
    max-width: 202px;
    margin-left: auto;
    margin-right: auto
}

.benefit-two {
    position: relative;
    background-image: url(assets/images/backgrounds/benefit-bg-2-1.png);
    background-size: cover;
    background-position: left top;
    padding-top: 120px
}

@media (min-width:1200px) {
    .benefit-two {
        padding-top: 0
    }
}

.benefit-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/shapes/benefit-2-circle.png);
    background-position: top right;
    background-repeat: no-repeat
}

.benefit-two .container {
    position: relative
}

.benefit-two__image img {
    max-width: 100%;
    position: relative
}

@media (min-width:992px) {
    .benefit-two__image img {
        max-width: none;
        float: right;
        top: 120px
    }
}

.benefit-two__content {
    padding-top: 60px
}

@media (min-width:992px) {
    .benefit-two__content {
        padding-top: 120px
    }
}

@media (min-width:1200px) {
    .benefit-two__content {
        padding-left: 90px
    }
}

.benefit-two__tab .tabs-content .tab {
    display: none
}

.benefit-two__tab .tabs-content .active-tab {
    display: block
}

.benefit-two__tab__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px;
    margin-bottom: 35px
}

.benefit-two__tab__title li {
    padding: 5px
}

.benefit-two__tab__title li span {
    background-color: var(--thm-color-w);
    display: block;
    color: var(--thm-black);
    font-size: var(--thm-font-14-w);
    font-weight: 600;
    padding: 9px 29.5px;
    transition: all .5s ease;
    cursor: pointer
}

.benefit-two__tab__title li.active-btn span,
.benefit-two__tab__title li:hover span {
    background-color: var(--thm-base);
    color: var(--thm-color-w)
}

.benefit-two__tab__content__inner p {
    margin: 0;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .benefit-two__tab__content__box {
        display: flex
    }
}

.benefit-two .about-two__list {
    margin: 0;
    margin-top: 30px
}

@media (min-width:768px) {
    .benefit-two .about-two__list {
        margin-top: 15px;
        margin-left: 40px
    }
}

.benefit-two__fact {
    margin-top: 50px;
    position: relative
}

@media (min-width:768px) {
    .benefit-two__fact {
        display: flex;
        align-items: center
    }
}

@media (min-width:1200px) {
    .benefit-two__fact {
        margin-top: 0;
        top: 155px
    }
}

.benefit-two__fact::before {
    content: '';
    width: 100000px;
    border-bottom: 1px solid var(--thm-gray);
    height: 1px;
    position: absolute;
    bottom: -35px;
    left: 0;
    display: none
}

@media (min-width:1200px) {
    .benefit-two__fact: :before {
        display: block
    }
}

.benefit-two__fact__icon {
    font-size: 60px;
    position: relative;
    color: var(--thm-base);
    padding-left: var(--thm-font-20-w);
    line-height: 1;
    margin-right: 30px
}

.benefit-two__fact__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
    background-color: var(--thm-color-w);
    border-radius: 50%
}

@media (min-width:1200px) {
    .benefit-two__fact__icon: :before {
        background-color: var(--thm-gray)
    }
}
@media (max-width:1200px) {
    .main-menu__logo img {
        max-width: 202px !important
    }
}
.benefit-two__fact__icon i {
    position: relative
}

@media (min-width:992px) {
    .benefit-two__fact__content {
        display: flex;
        align-items: flex-end
    }
}

.benefit-two__fact__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-top: var(--thm-font-20-w);
    margin-bottom: 10px
}

@media (min-width:768px) {
    .benefit-two__fact__title {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .benefit-two__fact__title {
        font-size: 40px;
        margin-right: 17px
    }
}

.benefit-two__fact__text {
    margin: 0;
    font-size: var(--thm-font-18-w)
}

.fact-one {
    background-image: url(assets/images/shapes/fact-bg-1-1.png);
    background-color: var(--thm-black);
    background-position: center center
}

.fact-one__item {
    text-align: center;
    margin-top: -7px
}

.fact-one__count {
    font-size: 60px;
    font-weight: 700;
    color: var(--thm-color-w);
    line-height: 1em;
    white-space: none
}

.fact-one__count .count-box {
    display: inline-flex
}

.fact-one__title {
    font-size: var(--thm-font-18-w);
    margin: 0;
    color: var(--thm-color-w);
    display: inline-block;
    border: 1px solid var(--thm-base);
    padding-top: 9px;
    padding-bottom: 12px;
    padding-left: 29px;
    padding-right: 29px;
    margin-top: 23px
}

.testimonial-card {
    background-color: var(--thm-color-w);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 44px
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 0 red;
    transition: all .5s ease
}

.testimonial-card:hover::before {
    box-shadow: 0 0 0 2px red
}

.testimonial-card__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .testimonial-card__info {
        flex-wrap: nowrap
    }
}

.testimonial-card__stars {
    display: flex;
    align-items: center;
    margin-bottom: 11px
}

.testimonial-card__stars i {
    color: var(--thm-base);
    font-size: 12px
}

.testimonial-card__stars i+i {
    margin-left: 2px
}

.testimonial-card__name {
    margin: 0;
    font-size: var(--thm-font-20-w);
    font-weight: 700
}

.testimonial-card__designation {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em
}

.testimonial-card__image {
    position: relative;
    width: 100px;
    margin-right: 0;
    margin-bottom: var(--thm-font-20-w)
}

@media (min-width:321px) {
    .testimonial-card__image {
        margin-right: 30px
    }
}

@media (min-width:401px) {
    .testimonial-card__image {
        margin-bottom: 0;
        margin-right: 40px
    }
}

.testimonial-card__image::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border: 2px dashed var(--thm-base)
}

.testimonial-card__image img {
    position: relative
}

.testimonial-card__text p {
    margin: 0
}

.testimonial-card__line {
    width: 100%;
    height: 42px;
    background-image: url(assets/images/shapes/testi-line-1-1.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: .5s ease;
    margin-top: 30px;
    margin-bottom: var(--thm-font-20-w)
}

.testimonials-one {
    background-image: url(assets/images/shapes/testi-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: center left
}

.testimonials-two {
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(assets/images/shapes/testi-bg-2-1.png);
    background-color: var(--thm-gray)
}

.testimonials-two .block-title {
    position: relative;
    z-index: 10
}

.testimonials-two__btn {
    position: relative;
    z-index: 10;
    align-items: center;
    display: none
}

@media (min-width:1200px) {
    .testimonials-two__btn {
        display: flex
    }
}

.testimonials-two__btn__left,
.testimonials-two__btn__right {
    width: 51px;
    height: 51px;
    background-color: var(--thm-color-w);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--thm-font-20-w);
    color: var(--thm-black);
    opacity: .5;
    transition: all .5s ease;
    border: none;
    outline: 0
}

.testimonials-two__btn__left:hover,
.testimonials-two__btn__right:hover {
    opacity: 1
}

.testimonials-two__btn__right {
    margin-left: 10px
}

.testimonials-two__carousel .owl-stage-outer {
    overflow: visible
}

.testimonials-two__carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.testimonials-two__carousel .owl-item.active {
    opacity: 1;
    visibility: visible
}

@media (min-width:1200px) {
    .testimonials-two__carousel .owl-item.active+.active+.owl-item {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width:1200px) {
    .testimonials-two__carousel .owl-dots {
        display: none
    }
}

.testimonials-three {
    position: relative
}

.testimonials-three__shape {
    position: absolute;
    bottom: 0;
    left: -50px;
    background-image: url(assets/images/shapes/testi-3-map-1-1.png);
    width: 429px;
    height: 410px;
    z-index: 10
}

.testimonials-three .block-title {
    margin-bottom: 60px
}

.testimonials-three__carousel {
    background-color: var(--thm-base);
    position: relative;
    padding: 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5
}

.testimonials-three__carousel::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100000px;
    background-color: var(--thm-base);
    height: 100%;
    display: none
}

@media (min-width:1200px) {
    .testimonials-three__carousel: :before {
        display: block
    }
}

@media (min-width:992px) {
    .testimonials-three__carousel {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .testimonials-three__carousel {
        padding: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        margin-right: -125px;
        padding-right: 125px
    }
}

.testimonials-three__carousel__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 33px;
    bottom: 0;
    background-image: url(assets/images/shapes/testi-line-2-1.png);
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 10;
    display: none
}

@media (min-width:1200px) {
    .testimonials-three__carousel__line {
        display: block
    }
}

.testimonials-three__carousel .thm-owl__carousel {
    position: relative;
    z-index: 11
}

.testimonials-three__carousel .owl-dot-style-one .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

@media (min-width:1200px) {
    .testimonials-three__carousel .owl-dot-style-one .owl-nav.disabled+.owl-dots {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .testimonials-three__carousel .owl-dots {
        position: absolute;
        bottom: 0;
        right: 15px
    }
}

.testimonials-three__carousel .owl-dots .owl-dot span {
    background-color: var(--thm-color-w);
    opacity: .3
}

.testimonials-three__carousel .owl-dots .owl-dot.active span,
.testimonials-three__carousel .owl-dots .owl-dot:hover span {
    background-color: var(--thm-color-w);
    opacity: 1
}

.testimonials-three__image {
    position: relative;
    z-index: 2
}

.testimonials-three__image img {
    max-width: 100%
}

@media (min-width:992px) {
    .testimonials-three__image img {
        max-width: none
    }
}

@media (min-width:1200px) {
    .testimonials-three__image img {
        margin-left: 45px
    }
}

.testimonials-three .testimonial-card-two__icon,
.testimonials-three .testimonial-card-two__text,
.testimonials-three .testimonial-card__designation,
.testimonials-three .testimonial-card__name,
.testimonials-three .testimonial-card__stars i {
    color: var(--thm-color-w)
}

.testimonials-three .testimonial-card__image::before {
    border-color: var(--thm-black)
}

.testimonial-card-two {
    position: relative
}

.testimonial-card-two__content {
    margin-bottom: 35px
}

@media (min-width:992px) {
    .testimonial-card-two__content {
        display: flex
    }
}

@media (min-width:1200px) {
    .testimonial-card-two__content {
        margin-bottom: 55px
    }
}

.testimonial-card-two__icon {
    font-size: 100px;
    line-height: 1
}

@media (min-width:992px) {
    .testimonial-card-two__icon {
        position: relative;
        top: -4px;
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .testimonial-card-two__icon {
        margin-right: 46px
    }
}

.testimonial-card-two__text {
    font-weight: 500
}

@media (min-width:1200px) {
    .testimonial-card-two__text {
        max-width: 423px
    }
}

.video-one {
    background-color: var(--thm-black);
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-position: top center
}

.video-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: .6
}

.video-one__shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(assets/images/shapes/video-bg-1-2.png);
    background-repeat: no-repeat;
    display: none
}

@media (min-width:992px) {
    .video-one__shape {
        display: block
    }
}

.video-one--home .video-one__shape {
    background-image: url(assets/images/shapes/video-bg-1-1.png)
}

.video-one .container {
    position: relative;
    z-index: 10
}

.video-one__btn {
    width: 96px;
    height: 96px;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative
}

.video-one__btn i {
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--thm-color-w);
    font-size: 12px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    transition: all .5s ease
}

.video-one__btn:hover i {
    background-color: var(--thm-color-w);
    color: var(--thm-black)
}

.video-one__btn .ripple,
.video-one__btn .ripple:after,
.video-one__btn .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.video-one__btn .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.video-one__btn .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.video-one__title {
    margin: 0;
    color: var(--thm-color-w);
    font-size: 40px;
    font-weight: 800;
    margin-top: 40px
}

@media (min-width:768px) {
    .video-one__title {
        font-size: 45px
    }
}

.video-one__list {
    margin: 0;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(1, 1fr)
}

@media (min-width:768px) {
    .video-one__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .video-one__list {
        padding-left: 53px
    }
}

.video-one__list li {
    background-color: rgba(var(--thm-black2-rgb), .4);
    display: flex;
    align-items: center;
    color: var(--thm-color-w);
    font-size: var(--thm-font-16-w);
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: var(--thm-font-14-w);
    padding-bottom: 17px
}

.video-one__list li:nth-child(2) {
    background-color: rgba(255, 255, 255, .1)
}

.video-one__list li:nth-child(3n) {
    background-color: rgba(255, 255, 255, .1)
}

.video-one__list li>i {
    font-size: 19px;
    color: var(--thm-base);
    margin-right: var(--thm-font-20-w)
}

.loan-calculator {
    position: relative;
    z-index: 10
}

.loan-calculator--has-bg {
    background-image: linear-gradient(0deg, var(--thm-color-w) 0, var(--thm-gray) 100%)
}

.loan-calculator--has-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/shapes/faq-form-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: top center
}

.loan-calculator--has-bg .container {
    position: relative
}

.loan-calculator__top__text {
    margin: 0
}

.loan-calculator__form {
    padding: 40px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    margin-top: 40px;
    background-color: var(--thm-color-w)
}

@media (min-width:992px) {
    .loan-calculator__form {
        margin-top: 0;
        padding-top: 28px;
        padding-bottom: 28px
    }
}

@media (min-width:1200px) {
    .loan-calculator__form {
        padding-top: 75px;
        padding-bottom: 73px;
        padding-left: 80px;
        padding-right: 80px;
        margin-right: -43px
    }
}

.loan-calculator__form__terms {
    font-size: var(--thm-font-14-w);
    line-height: 2.14286em;
    font-weight: 300;
    margin-top: 21px
}

.loan-calculator__form .thm-btn {
    margin-top: 40px
}

.loan-calculator__form p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: var(--thm-font-18-w);
    align-items: center
}

.loan-calculator__form p:first-child {
    margin-top: 40px
}

.loan-calculator__form p span {
    line-height: 1
}

.loan-calculator__form p i {
    font-style: normal
}

.loan-calculator__form p b {
    font-weight: 600;
    color: var(--thm-black);
    line-height: 1
}

.loan-calculator__form p+p {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--thm-border-color)
}

.loan-calculator__form .noUi-horizontal {
    height: 7px;
    border-radius: 3.5px;
    background-color: var(--thm-gray);
    border: none;
    box-shadow: none
}

.loan-calculator__form .noUi-horizontal .noUi-handle {
    width: var(--thm-font-20-w);
    height: var(--thm-font-20-w);
    border: 4px solid var(--thm-base);
    background: var(--thm-color-w);
    border-radius: 50%;
    outline: 0 !important;
    box-shadow: none
}

.loan-calculator__form .noUi-horizontal .noUi-handle::after,
.loan-calculator__form .noUi-horizontal .noUi-handle::before {
    display: none
}

.loan-calculator__form .noUi-tooltip {
    border: none;
    padding: 0;
    color: var(--thm-color);
    font-size: 15px;
    background-color: none;
    box-shadow: none;
    letter-spacing: 1px;
    font-weight: 600
}

.loan-calculator__form .noUi-horizontal .noUi-tooltip {
    bottom: -32px
}

.loan-calculator__form .noUi-connect {
    background-color: var(--thm-base);
    border-radius: 0
}

.loan-calculator__form .input-box {
    margin-bottom: 30px
}

.loan-calculator__form .input-box__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: var(--thm-color);
    margin-bottom: 12px
}

.loan-calculator__image {
    position: relative
}

.loan-calculator__image img {
    max-width: 100%
}

@media (min-width:1200px) {
    .loan-calculator__image img {
        margin-left: 43px
    }
}

.loan-calculator__image__caption {
    width: 398px;
    height: 295px;
    background-image: url(assets/images/shapes/calculator-form-bubble-bg-1-1.png);
    background-repeat: no-repeat;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 80px;
    right: -120px;
    display: none
}

@media (min-width:1200px) {
    .loan-calculator__image__caption {
        display: flex
    }
}

.loan-calculator__image__caption__inner {
    background-color: var(--thm-base);
    border: 4px solid var(--thm-black);
    width: 260px;
    height: 130px;
    margin-top: 59px;
    padding-top: var(--thm-font-20-w);
    text-align: center
}

.loan-calculator__image__title {
    margin: 0;
    color: var(--thm-color-w);
    font-size: 55px;
    font-weight: 600;
    line-height: 1
}

.loan-calculator__image__title span {
    font-size: 35px;
    position: relative;
    top: -20px;
    right: 3px
}

.loan-calculator__image__text {
    font-size: var(--thm-font-20-w);
    color: var(--thm-color-w);
    line-height: 1;
    font-weight: 400;
    margin-top: 5px
}

.case-card-one {
    position: relative;
    background-color: var(--thm-black);
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px
}

.case-card-one__link {
    width: 47px;
    height: 47px;
    background-color: var(--thm-base);
    color: var(--thm-color-w);
    font-size: var(--thm-font-14-w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    border-radius: 50%;
    transform: translateY(-20%);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease
}

.case-card-one:hover .case-card-one__link {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.case-card-one__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover
}

.case-card-one__image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 86%;
    background-image: linear-gradient(0deg, var(--thm-black) 0, rgba(var(--thm-black-rgb), 0) 100%)
}

.case-card-one__content {
    position: relative;
    z-index: 10
}

.case-card-one__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-color-w);
    margin-bottom: 8px
}

.case-card-one__title a {
    color: inherit;
    transition: all .5s ease
}

.case-card-one__title a:hover {
    color: var(--thm-base)
}

.case-card-one__text {
    margin: 0;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: var(--thm-font-14-w);
    font-weight: 600;
    line-height: 1
}

.case-one .container-fluid {
    max-width: 1594px
}

.case-one__carousel .owl-carousel .owl-nav {
    display: none
}

.case-one__carousel .owl-carousel .owl-dots {
    margin-top: 45px
}

@media (max-width:575px) {
    .slider-one__title {
        font-size: 28px
    }

    .main-menu__logo img {
        max-width: 202px !important
    }

    .video-card .container h3 {
        font-size: 40px
    }

    .slider-one__tagline {
        font-size: var(--thm-font-14-w)
    }

    .video-card .container h3 br {
        display: none
    }
}

@media (max-width:400px) {
    .main-menu__logo img {
        max-width: 200px !important
    }
}

.btn {
    color: var(--thm-color-w);
    border-radius: 0;
    background-color: var(--thm-base)
}

.btn.active-face,
.btn:hover {
    color: var(--thm-color-w);
    background-color: var(--thm-black)
}

.blog-card__text,
.blog-card__title a,
.testimonial-card__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.testimonial-card__text {
    -webkit-line-clamp: 7
}

.blog-card__text {
    -webkit-line-clamp: 3
}

.blog-card__title a {
    -webkit-line-clamp: 2
}

.blog-sidebar__post__image img {
    min-width: 90px;
    max-width: 90px;
    width: 100%
}

.navigation .nav-links {
    display: flex;
    justify-content: center
}

.navigation .nav-links .page-numbers {
    background-color: var(--thm-base);
    color: var(--thm-color-w);
    margin-right: 15px;
    padding: 5px 15px;
    transition: all .3s linear
}

.error-btn:active,
.error-btn:focus-visible,
.error-btn:hover,
.navigation .nav-links .current,
.navigation .nav-links .page-numbers:focus,
.navigation .nav-links .page-numbers:focus-visible,
.navigation .nav-links .page-numbers:hover {
    background-color: var(--thm-black);
    color: var(--thm-color-w)
}

.error-btn {
    font-size: var(--thm-font-20-w)
}

.contact-info-one__content {
    display: flex;
    flex-direction: column
}

.about-two__content p {
    font-weight: 600;
    letter-spacing: 1px
}

.bottom-footer__text a:hover {
    color: #fff
}

.div-icon-present i {
    font-size: 60px;
    color: var(--thm-color-w)
}

.div-icon-present {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-base);
    padding: 50px
}

.div-icon-present .thm-btn {
    background-color: var(--thm-color-w) !important;
    color: var(--thm-base);
    margin: 0
}

.div-icon-present .thm-btn:hover {
    background-color: var(--thm-black) !important;
    color: var(--thm-color-w)
}

.wp-dark-mode-active .main-menu__logo img{
filter: contrast(20%);
}
.usefulSection {
    padding: 40px 20px;
}

.mainTitle {
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: 600;
}

.mainTitle::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #1e285e;
    margin-top: 28px;
    border-radius: 20px;
}

#useful-slider {
    margin-top: 30px;
}

.useful-slide {
    position: relative;
    background: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    box-shadow: 0px 5px 20px 0px rgb(37 37 37 / 8%);
    width: 95%;
}

.useful-slide .useful-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.useful-slide .useful-content img {
    width: 70px;
    height: auto;
}

.useful-slide .useful-title {
    margin-left: 12px;
}

.useful-slide .useful-title a {
    font-size: 15px;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.owl-controls .owl-buttons {
    position: absolute;
    top: -100%;
    margin-top: 8px;
    right: 0;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    padding-top: 3px;
    align-items: center;
    justify-content: center;
    background: #1e285e;
    margin-right: 10px;
    transition: background 0.50s ease;
    color: #fff;
    border-radius: 30px;
}

.owl-controls .owl-prev::after,
.owl-controls .owl-next::after {
    content: "<";
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
}

.owl-controls .owl-next::after {
    content: ">";

}
.block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.interaktiv-card {
  display: flex;
  padding: 10px 15px;
  border-radius: 6px;
}
.interaktiv-card-icon {
  width: 80px;
}
.interaktiv-card-text {
  font-size: 18px;
  margin-left: 10px;
  color: #fff;
}
        .block::before {
  content: '';
  background: var(--thm-base);
  position: absolute;
  width: 100%;
  height: 100%;z-index: -1;
}
.footer-widget .sub-menu{
    display:none;
}
.blog-details__content a{
    position:relative;
}
.blog-details__content a[href$=".doc"],
.blog-details__content a[href$=".docx"],
.blog-details__content a[href$=".pdf"]{
font-size:18px;
}
.blog-details__content a[href$=".doc"]:before,
.blog-details__content a[href$=".docx"]:before,
.blog-details__content a[href$=".pdf"]:before{
content:"\f1c2";
position:absolute;
top:0;
right: -22px;
  line-height: 1;
font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


.blog-details__content a[href$=".pdf"]:before{
content:"\f1c1";

}
