<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-style1-area {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    background: #ffffff;
}

.about-style1__image1 {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    border: 2px solid var(--thm-base);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.about-style1__image1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1__image1 .inner img {
    width: 100%;
}

.about-style1__image1 .overlay-box {
    position: absolute;
    top: 5%;
    right: 8%;
    display: flex;
    align-items: center;
    width: 360px;
    height: 80px;
    overflow: hidden;
    z-index: 1;
}

.about-style1__image1 .overlay-box .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    background-position: -162px 280px;
}

.about-style1__image1 .overlay-box .left {
    position: relative;
    display: block;
}

.about-style1__image1 .overlay-box .left h2 {
    font-size: 90px;
    line-height: 80px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #fff;
    mix-blend-mode: lighten;
}

.about-style1__image1 .overlay-box .right {
    position: relative;
    display: block;
    padding-left: 15px;
}

.about-style1__image1 .overlay-box .right h2 {
    position: relative;
    top: 4px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #fff;
    mix-blend-mode: lighten;
    z-index: 1;
}

.about-style1__image1 .overlay-box .right h2::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -10px;
    background: #ffffff;
    z-index: -1;
}

.about-style1__image1 .round-box {
    position: absolute;
    top: 100px;
    left: 30px;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    overflow: hidden;
}

.about-style1__image1 .round-box .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-size: contain;
}

.about-style1__image1 .arrow-box {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-35px);
    width: 70px;
    height: 150px;
    background: transparent;
}

.about-style1__image1 .arrow-box .dot-top {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: var(--thm-base);
    border-radius: 50%;
}

.about-style1__image1 .arrow-box .top-angle-line {
    position: absolute;
    top: 0;
    left: 35px;
    width: 1px;
    height: 80px;
    background: var(--thm-base);
    transform: rotate(-40deg);
}

.about-style1__image1 .arrow-box .line {
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 1px;
    height: 80px;
    background: var(--thm-base);
}

.about-style1__image1 .arrow-box .dot-bottom {
    position: absolute;
    right: 3px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: var(--thm-base);
    border-radius: 50%;
}

.about-style1__content {
    position: relative;
    display: block;
}

.about-style1__content .sec-title {
    padding-bottom: 15px;
}

.about-style1__content .inner-content {
    position: relative;
    display: block;
}

.about-style1__content .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1__content .inner-content ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
}

.about-style1__content .inner-content ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
}

.about-style1__content .inner-content ul li span:before {
    position: relative;
    display: inline-block;
    top: 1px;
    left: 1px;
    padding-right: 7px;
    color: var(--thm-base);
}

.about-style1__content .inner-content .text-box {
    position: relative;
    display: block;
    padding-top: 26px;
}

.about-style1__content .inner-content .text-box p {
    margin: 0;
}

.about-style1__content .inner-content .text-box p + p {
    margin-top: 16px;
}

.about-style1__content .inner-content .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 45px;
}

.about-style2-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #ffffff;
}

.about-style2__content {
    position: relative;
    display: block;
}

.about-style2__content .sec-title {
    padding-bottom: 31px;
}

.about-style2__content .inner-content {
    position: relative;
    display: block;
}

.about-style2__content .inner-content .text {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.about-style2__content .inner-content .text p {
    margin: 0;
}

.about-style2__content .inner-content h5 {
    color: #213140;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-style2__content .inner-content ul {
    position: relative;
    display: block;
    padding: 23px 0 44px;
}

.about-style2__content .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-bottom: 21px;
}

.about-style2__content .inner-content ul li:last-child {
    margin-bottom: 0;
}

.about-style2__content .inner-content ul li .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.about-style2__content .inner-content ul li .icon span:before {
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
}

.about-style2__content .inner-content ul li .inner-text {
    position: relative;
    display: block;
}

.about-style2__content .inner-content ul li .inner-text h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 3px;
}

.about-style2__content .inner-content ul li .inner-text p {
    margin: 0;
}

.authorised-person-info {
    position: relative;
    display: flex;
    align-items: center;
}

.authorised-person-info .signature {
    position: relative;
    display: block;
    width: 190px;
    border-right: 1px solid #e5e5e5;
}

.authorised-person-info .name {
    position: relative;
    display: block;
    padding-left: 20px;
}

.authorised-person-info .name h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 4px;
}

.authorised-person-info .name span {
    color: var(--thm-base);
    text-transform: uppercase;
}

.about-style2__image-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    min-height: 595px;
    z-index: 1;
}

.about-style2__image-box:before {
    content: "";
    position: absolute;
    top: -120px;
    left: 110px;
    bottom: -120px;
    right: -100000px;
    background: #f5f5f5;
    z-index: -1;
}

.about-style2__image-box .big-title {
    position: absolute;
    top: -10px;
    right: -110px;
    transform: rotate(90deg) translateX(90%);
    transform-origin: right;
    color: #ffffff;
    font-size: 155px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    line-height: 130px;
}

.about-style2__image-box .img-box1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 340px;
    width: 100%;
    z-index: 1;
}

.about-style2__image-box .img-box1:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: -10px;
    right: -10px;
    border: 1px solid var(--thm-base);
    z-index: -1;
}

.about-style2__image-box .img-box2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 350px;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
    z-index: 1;
}

.about-style2__image-box .img-box2::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(var(--thm-base-rgb), .50);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-style2__image-box .img-box2:hover::after {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.about-style2__image-box .img-box2:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0px;
    right: 0;
    border: 1px solid var(--thm-base);
    z-index: -1;
}

.about-style2__image-box .img-box2 .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style2__image-box .img-box2 .inner img {
    width: 100%;
    -webkit-transition: all 3500ms ease;
    -moz-transition: all 3500ms ease;
    -ms-transition: all 3500ms ease;
    -o-transition: all 3500ms ease;
    transition: all 3500ms ease;
}

.about-style2__image-box .img-box2:hover .inner img {
    transform: scale(1.2) rotate(2deg);
    transition-delay: .2s;
}

.about-style2__image-box .icon-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    text-align: center;
}

.about-style2__image-box .icon-box span:before {
    position: relative;
    display: block;
    color: #e8e8e8;
    font-size: 160px;
    line-height: 160px;
}

.about-style2__image-box .overlay-box {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.about-style2__image-box .overlay-box h2 {
    color: var(--thm-base);
    font-size: 110px;
    line-height: 85px;
    font-weight: 900;
}

.about-style2__image-box .overlay-box h2 span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-size: 35px;
    line-height: 0;
    top: -40px;
}

.about-style2__image-box .overlay-box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 16px 0 0;
}

.about-style3-area {
    position: relative;
    display: block;
    padding: 120px 0 110px;
    background: #262e39;
}

.about-style3__image1 {
    position: relative;
    display: block;
    padding-right: 20px;
}

.about-style3__image1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style3__image1 .inner img {
    width: 100%;
}

.about-style3__content {
    position: relative;
    display: block;
}

.about-style3__content .sec-title {
    padding-bottom: 31px;
}

.about-style3__content .sec-title h2 {
    color: #fff;
}

.about-style3__content .inner-content {
    position: relative;
    display: block;
}

.about-style3__content .inner-content .top-text {
    position: relative;
    display: block;
    padding-bottom: 37px;
}

.about-style3__content .inner-content .top-text p {
    color: #acb0b5;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}

.about-style3__single-box {
    position: relative;
    display: block;
}

.about-style3__single-box .top {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.about-style3__single-box .top .icon {
    position: relative;
    top: 2px;
    width: 65px;
}

.about-style3__single-box .top .icon span:before {
    color: var(--thm-base);
    font-size: 45px;
    line-height: 45px;
}

.about-style3__single-box .top .inner-title {
    position: relative;
    display: block;
}

.about-style3__single-box .top .inner-title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.about-style3__single-box p {
    color: #acb0b5;
    margin: 0;
}

.about-style3__single-box ul {
    position: relative;
    display: block;
    padding-top: 11px;
}

.about-style3__single-box ul li {
    position: relative;
    padding-left: 25px;
    color: #acb0b5;
    line-height: 36px;
}

.about-style3__single-box ul li:before {
    font-family: flaticon !important;
    content: "\f164" !important;
    position: absolute;
    top: 1px;
    left: 0px;
    transition: .5s;
    transform: perspective(400px) scaleX(1.0) rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    color: var(--thm-base);
    font-size: 14px;
}

.main-slider {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider.style1 {
    position: relative;
    display: block;
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: 1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.main-slider.style1 .slide .image-layer:before {
    display: none;
}

.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider.style1 .slide {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider.style1 .content {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 166px;
    padding-bottom: 180px;
}

.main-slider .auto-container {
    position: relative;
}

.main-slider .content .big-title {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    opacity: 0;
    z-index: 10;
}

.main-slider .active .content .big-title {
    opacity: 1;
}

.main-slider .content .big-title h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 110%;
    font-weight: 600;
}

.main-slider .content .text {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 29px;
    opacity: 0;
    z-index: 10;
}

.main-slider .active .content .text {
    opacity: 1;
}

.main-slider .content .text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    text-transform: none;
    max-width: 63%;
}

.main-slider .content .btns-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    opacity: 0;
    z-index: 10;
}

.main-slider.style1 .content .btns-box a.btn-one {
    padding-left: 50px;
    padding-right: 50px;
    color: #ffffff;
}

.main-slider.style1 .content .btns-box a.btn-one:after {
    border: 2px solid var(--thm-base);
    background-color: var(--thm-base);
}

.main-slider .active .content .btns-box {
    opacity: 1;
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    line-height: 0;
    height: 0;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    z-index: 3;
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    left: 40px;
    right: 40px;
    transform: scaleX(1.0) translateX(0px);
}

.main-slider .owl-theme .owl-prev span, .main-slider .owl-theme .owl-next span {
    display: none;
}

.main-slider .owl-theme .owl-nav .owl-prev, .main-slider .owl-theme .owl-nav .owl-next {
    position: relative;
    display: none;
    background: rgba(255, 255, 255, 0.10);
    border: 0px solid rgba(17, 14, 14, 0.3);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    line-height: 80px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0
}

.main-slider .owl-theme .owl-nav .owl-prev:hover, .main-slider .owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.banner-carousel .owl-dots {
    display: block;
}

.main-slider .banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    left: 0px;
    bottom: 40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.main-slider:hover .banner-carousel.owl-carousel .owl-dots {
    opacity: 1;
    transform: scaleX(1.0) translateY(0px);
}

.main-slider .banner-carousel.owl-carousel button.owl-dot {
    position: relative;
    display: block;
    width: 40px;
    height: 4px;
    float: none;
    background: #ffffff;
    border-radius: 0%;
    margin: 0 5px;
    z-index: 1;
}

.main-slider .banner-carousel.owl-carousel button.owl-dot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base)
}

.main-slider .banner-carousel.owl-carousel button.owl-dot.active:before {
    transform: scaleX(1.0);
}

.main-slider.style2 {
    margin-top: 206px;
}

.main-slider.style2 .content {
    position: relative;
    overflow: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 179px;
    padding-bottom: 160px;
}

.main-slider.style2 .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0;
    right: -2000px;
    border-bottom: 700px solid rgba(var(--thm-base-rgb), .50);
    border-right: 520px solid transparent;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider.style2 .active .content:before {
    right: 250px;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider.style2 .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateX(90deg) translateY(-120px);
    transform: perspective(400px) rotateX(90deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider.style2 .active .sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider.style2 .sub-title .border-box {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    margin-right: 8px;
}

.main-slider.style2 .sub-title h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-slider.style2 .content .big-title {
    margin-bottom: 18px;
}

.main-slider.style2 .content .big-title h1 {
    font-size: 72px;
    line-height: 1.20em;
}

.main-slider.style2 .content .btn-one {
    padding-left: 55px;
    padding-right: 55px;
    color: #ffffff;
}

.main-slider.style2 .content .btn-one:after {
    border: 2px solid #ffffff;
}

.main-slider.style3 {
}

.main-slider.style3 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, 0.50);
}

.main-slider.style3 .content {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 196px;
    margin-bottom: 245px;
}

.main-slider.style3 .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateX(90deg) translateY(-120px);
    transform: perspective(400px) rotateX(90deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider.style3 .active .sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider.style3 .sub-title .border-box-left {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: var(--thm-base);
    margin-right: 10px;
}

.main-slider.style3 .sub-title .border-box-right {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: var(--thm-base);
    margin-left: 10px;
}

.main-slider.style3 .sub-title h6 {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-slider.style3 .content .big-title {
    margin-bottom: 36px;
}

.main-slider.style3 .content .btns-box a {
    color: #ffffff;
    padding-left: 53px;
    padding-right: 53px;
}

.main-slider.style3 .content .btns-box a.btn-one:after {
    border: 2px solid #ffffff;
}

.main-slider.style3 .banner-carousel.owl-carousel .owl-dots {
    display: none;
}

.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}

.blog-top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 49px;
}

.blog-style1-area .sec-title {
    padding-bottom: 0;
}

.blog-style1-area .sec-title.pdbtm50 {
    padding-bottom: 50px;
}

.blog-style1__button {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 11px;
}

.single-blog-style1 {
    position: relative;
    display: block;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 40px;
}

.single-blog-style1:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-style1 .img-holder .inner::before {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(var(--thm-base-rgb), .80);
    border-radius: 50%;
    -webkit-transform: translate(90%, 90%);
    transform: translate(90%, 90%);
    opacity: 0.70;
    z-index: 1;
}

.single-blog-style1:hover .img-holder .inner::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.single-blog-style1 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-blog-style1:hover .img-holder img {
    transform: scale(1.1) rotate(1deg);
}

.single-blog-style1 .categories-date-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.single-blog-style1 .categories-date-box .categories-box {
    position: relative;
    display: block;
    float: left;
    height: 55px;
    background-color: rgba(var(--thm-black-rgb), .90);
    padding: 17px 20px 15px;
    margin-right: 3px;
}

.single-blog-style1 .categories-date-box .categories-box h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-style1 .categories-date-box .categories-box h6 span:before {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    color: var(--thm-base);
    font-size: 16px;
    top: 2px;
}

.single-blog-style1 .categories-date-box .date-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 55px;
    height: 55px;
    background-color: var(--thm-base);
    text-align: center;
}

.single-blog-style1 .categories-date-box .date-box h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-style1 .categories-date-box .date-box h3 span {
    font-size: 14px;
    font-weight: 400;
}

.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 28px 30px 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1:hover .text-holder {
    border-left-color: transparent;
    border-right-color: transparent;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.single-blog-style1 .text-holder .blog-title a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title a:hover {
    color: var(--thm-base);
}

.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-blog-style1 .text-holder .text p {
    margin: 0;
}

.single-blog-style1 .text-holder .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 29px;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 1;
}

.single-blog-style1 .text-holder .bottom-box .pattern-bg {
    position: absolute;
    top: 0px;
    left: -31px;
    bottom: 0;
    right: -31px;
    background-color: #ffffff;
    background-repeat: repeat;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    z-index: -1;
    background-position: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .bottom-box .left {
    position: relative;
    display: block;
}

.single-blog-style1 .text-holder .bottom-box .right {
    position: relative;
    display: block;
}

.single-blog-style1 .text-holder .bottom-box .right ul {
    overflow: hidden;
}

.single-blog-style1 .text-holder .bottom-box .right ul li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.single-blog-style1 .text-holder .bottom-box .right ul li:last-child {
    margin-right: 0;
}

.single-blog-style1 .text-holder .bottom-box .right ul li a {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
}

.single-blog-style1 .text-holder .bottom-box .right ul li a:hover {
    color: var(--thm-base);
}

.single-blog-style1 .text-holder .bottom-box .right ul li a span:before {
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.single-blog-style1 .text-holder .bottom-box .right ul li a .share {
    font-size: 18px;
}

.blog-style2-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 120px 0 120px;
}

.single-blog-style2 {
    margin: 0;
}

.single-blog-style2 .date-box {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--thm-base);
    text-align: center;
    z-index: 2;
}

.single-blog-style2 .date-box h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-style2 .date-box h3 span {
    font-size: 16px;
    font-weight: 400;
}

.single-blog-style2 .img-holder .gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(33, 49, 64);
    background: linear-gradient(0deg, rgba(33, 49, 64, 1) 0%, rgba(33, 49, 64, 0) 50%);
    z-index: 1;
}

.single-blog-style2 .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 30px 24px;
    z-index: 2;
}

.single-blog-style2 .img-holder .overlay-content h6 {
    color: var(--thm-base);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.single-blog-style2 .img-holder .overlay-content h6 span::before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    top: 2px;
}

.single-blog-style2 .img-holder .overlay-content .blog-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.single-blog-style2 .img-holder .overlay-content .blog-title a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .img-holder .overlay-content .blog-title a:hover {
    color: var(--thm-base);
}

.single-blog-style2 .text-holder {
    border: 0px solid;
    padding: 0;
}

.single-blog-style2 .text-holder .bottom-box {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-blog-style2 .text-holder .bottom-box .pattern-bg {
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0px;
    border: none;
}

.blog-style2-carousel {
    position: relative;
    display: block;
}

.blog-style2-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
    overflow: visible;
}

.blog-style2-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.blog-style2-carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

.blog-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.single-blog-style1--blog-large {
    margin-bottom: 50px;
}

.single-blog-style1--blog-large .text-holder .blog-title {
    font-size: 30px;
    line-height: 40px;
}

.single-blog-style1--blog-large .text-holder .text {
    padding-top: 13px;
}

.single-blog-style1--blog-list {
}

.single-blog-style1--blog-list .text-holder {
    border: 0px solid #e5e5e5;
    padding: 28px 30px 0;
    margin-left: -30px;
    z-index: 1;
}

.single-blog-style1--blog-list:hover {
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%);
}

.single-blog-style1--blog-list .text-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
    border: 1px solid #e4e4e4;
    border-left: none;
    z-index: -1;
}

.single-blog-style1--blog-list .categories-date-box {
    position: relative;
    bottom: auto;
    right: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 28px;
}

.single-blog-style1--blog-list .categories-date-box .categories-box {
    background-color: #ffffff;
    padding: 17px 20px 15px;
    margin-left: 10px;
    margin-right: 0;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.single-blog-style1--blog-list .categories-date-box .categories-box h6 {
    color: #757575;
}

.single-blog-style1--blog-list .text-holder .bottom-box .pattern-bg {
    top: 0px;
    left: -30px;
    bottom: 0;
    right: -30px;
    border-top: 1px solid #e5e5e5;
    border-left: 0px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
}

.blog-details-content {
    position: relative;
    display: block;
}

.single-blog-style1--blog-large.blog-details {
    margin-bottom: 60px;
}

.single-blog-style1--blog-large.blog-details .text-holder {
    padding: 32px 30px 0;
}

.single-blog-style1--blog-large.blog-details .text-holder .top-text {
    position: relative;
    display: block;
    padding-bottom: 36px;
}

.single-blog-style1--blog-large.blog-details .text-holder .top-text .top {
    position: relative;
    display: block;
    padding-left: 60px
}

.single-blog-style1--blog-large.blog-details .text-holder .top-text .top .big-text {
    position: absolute;
    top: 8px;
    left: 0;
    width: 60px;
    height: 60px;
    background: var(--thm-base);
    color: #ffffff;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
}

.single-blog-style1--blog-large.blog-details .text-holder .top-text .top .inner-text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-blog-style1--blog-large.blog-details .text-holder .top-text .top .inner-text p {
    margin: 0;
}

.single-blog-style1--blog-large.blog-details .text-holder .top-text .inner p {
    margin: 0;
}

.single-blog-style1--blog-large.blog-details .text-holder .top-text .inner p + p {
    margin-top: 16px;
}

.single-blog-style1--blog-large.blog-details .text-holder .text {
    padding-top: 23px;
}

.single-blog-style1--blog-large.blog-details .text-holder .text p + p {
    margin-top: 16px;
}

.blog-details-quote-box {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 33px 40px 37px;
    margin: 34px 0 37px;
}

.blog-details-quote-box:before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: -5px;
    right: 40px;
    height: 5px;
    background: var(--thm-base);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.blog-details-quote-box:hover:before {
    left: 0;
    right: 0;
}

.blog-details-quote-box .inner-content {
    position: relative;
    display: block;
    padding-left: 70px;
}

.blog-details-quote-box .inner-content .icon {
    position: absolute;
    top: 7px;
    left: 0;
    color: var(--thm-base);
    font-size: 45px;
    line-height: 34px;
}

.blog-details-quote-box .inner-content .inner-text {
    position: relative;
    display: block;
    padding-left: 27px;
}

.blog-details-quote-box .inner-content .inner-text:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 3px;
    width: 2px;
    background: var(--thm-base);
}

.blog-details-quote-box .inner-content .inner-text h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 18px;
}

.blog-details-quote-box .inner-content .inner-text h5 {
    color: #757575;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-details-text-1 {
    position: relative;
    display: block;
}

.blog-details-text-1 p {
    margin: 0;
}

.blog-details-text-2 {
    position: relative;
    display: block;
    padding: 35px 0 27px;
}

.blog-details-text-2 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 23px;
}

.blog-details-text-2 p {
    margin: 0;
}

.blog-details-text-3 {
    position: relative;
    display: block;
}

.blog-details-text-3 .top-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 9px;
}

.blog-details-text-3 .top-title .icon {
    width: 30px;
}

.blog-details-text-3 .top-title .icon span:before {
    color: var(--thm-base);
}

.blog-details-text-3 .top-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.blog-details-text-3 .inner-text {
    position: relative;
    display: block;
}

.blog-details-text-3 .inner-text p {
    margin: 0;
}

.blog-details-text-4 {
    position: relative;
    display: block;
    padding-top: 27px;
}

.blog-details-text-4 .top-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 9px;
}

.blog-details-text-4 .top-title .icon {
    width: 30px;
}

.blog-details-text-4 .top-title .icon span:before {
    color: var(--thm-base);
}

.blog-details-text-4 .top-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.blog-details-text-4 .inner-text {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.blog-details-text-4 .inner-text p {
    margin: 0;
}

.blog-details-text-4 ul {
    position: relative;
    display: block;
    padding-left: 30px;
}

.blog-details-text-4 ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
}

.blog-details-text-4 ul li:last-child {
    margin-bottom: 0;
}

.blog-details-text-4 ul li:before {
    font-family: flaticon !important;
    content: "\f164" !important;
    position: absolute;
    top: 1px;
    left: 0px;
    transition: .5s;
    transform: perspective(400px) scaleX(1.0) rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    font-size: 14px;
}

.single-blog-style1--blog-large.blog-details .text-holder .bottom-box {
    margin-top: 55px;
    padding-top: 21px;
    padding-bottom: 21px;
}

.tag-box {
    position: relative;
    display: flex;
    align-items: center;
}

.tag-box .title {
    position: relative;
    display: block;
}

.tag-box .title h4 {
    color: var(--thm-base);
    font-size: 16px;
    font-weight: 600;
}

.tag-box .tag-list {
    position: relative;
    display: block;
    padding-left: 10px;
}

.tag-box .tag-list ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.tag-box .tag-list ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 5px;
}

.tag-box .tag-list ul li:last-child {
    margin-right: 0;
}

.tag-box .tag-list ul li a {
    color: var(--thm-base-blue);
    font-size: 16px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tag-box .tag-list ul li a:hover {
    color: var(--thm-base);
}

.blog-prev-next-option {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    padding: 29px 30px 29px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.blog-prev-next-option:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    bottom: 30px;
    width: 1px;
    background: #e5e5e5;
}

.blog-prev-next-option .single-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
}

.blog-prev-next-option .single-box .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.blog-prev-next-option .single-box .button-box {
    position: relative;
    top: -3px;
    display: block;
    line-height: 16px;
}

.blog-prev-next-option .single-box .button-box a {
    color: #757575;
}

.blog-prev-next-option .single-box .button-box a:hover {
    color: var(--thm-base);
}

.blog-prev-next-option .single-box h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 6px 0 0;
}

.blog-prev-next-option .single-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-prev-next-option .single-box h3 a:hover {
    color: var(--thm-base);
}

.blog-prev-next-option .single-box.left {
    text-align: left;
    display: flex;
    align-items: center;
}

.blog-prev-next-option .single-box.left .title-box {
    padding-left: 20px;
}

.blog-prev-next-option .single-box.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-prev-next-option .single-box.right .title-box {
    padding-right: 20px;
}

.blog-details-author-box {
    position: relative;
    display: block;
    padding-top: 76px;
}

.blog-details-author-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 36px;
}

.blog-details-author-box .inner-title h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.blog-details-author {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 40px 40px 40px;
}

.blog-details-author .inner-box {
    position: relative;
    display: block;
}

.blog-details-author .inner-box .img-box {
    width: 100px;
}

.blog-details-author .inner-box .img-box img {
    width: 100%;
}

.blog-details-author .inner-box .img-box, .blog-details-author .inner-box .text {
    display: table-cell;
    vertical-align: top;
}

.blog-details-author .inner-box .text {
    position: relative;
    padding-left: 30px;
}

.blog-details-author .inner-box .text h3 {
    position: relative;
    top: -2px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-details-author .inner-box .text p {
    margin: 0;
}

.blog-details-author .inner-box .text .social-links {
    position: relative;
    display: block;
    padding-top: 24px;
}

.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 76px;
}

.comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.comment-box .inner-title h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.comment-box .outer-box {
    position: relative;
    display: block;
}

.comment-box .single-comment {
    position: relative;
    display: block;
    padding-top: 21px;
    margin-bottom: 30px;
}

.comment-box .single-comment.marginleft30 {
    margin-left: 30px;
}

.comment-box .single-comment .inner {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 40px 30px 36px;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 80px;
    min-height: 80px;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 80px;
    height: 80px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 30px;
    min-height: 80px;
}

.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: block;
    top: -3px;
}

.comment-box .single-comment-box .text-holder .top h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.comment-box .single-comment-box .text-holder .top h3 span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.comment-box .single-comment-box .text-holder .text {
    position: relative;
    display: block;
    padding-top: 9px;
}

.comment-box .single-comment-box .text-holder .text p {
    margin: 0;
}

.comment-box .single-comment .reply {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 2;
}

.comment-box .single-comment .reply a {
    position: relative;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px 25px 10px;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.comment-box .single-comment .reply a:hover {
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}

.add-comment-box {
    position: relative;
    display: block;
    padding: 56px 60px 60px;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.add-comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 26px;
}

.add-comment-box .inner-title h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}

.add-comment-box .inner-title p {
    margin: 0;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}

.add-comment-box #add-comment-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.add-comment-box #add-comment-form .input-box .field-label {
    position: relative;
    display: block;
    padding-bottom: 9px;
}

.add-comment-box #add-comment-form .input-box .field-label p {
    margin: 0;
}

.add-comment-box #add-comment-form input[type="text"], .add-comment-box #add-comment-form input[type="email"], .add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 60px;
    color: #757575;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0 30px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.add-comment-box #add-comment-form textarea {
    height: 120px;
    padding: 14px 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: var(--thm-base);
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: var(--thm-base);
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: var(--thm-base);
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
    padding-top: 20px;
    line-height: 0;
}

.add-comment-box #add-comment-form .button-box button {
    padding-left: 50px;
    padding-right: 50px;
}

.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.breadcrumb-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.breadcrumb-area-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.40;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 40px 0 60px;
    margin: 0 0 15px;
    z-index: 10;
}

.breadcrumb-area.style2 .inner-content {
    padding: 128px 0 128px;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.breadcrumb-area .title h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 110%;
    font-weight: 700;
}

@media (max-width: 61.99875em) {
    .breadcrumb-area .title h1 {
        font-size: 40px;
    }

    .breadcrumb-area .inner-content {
        padding: 40px 0 60px;
        margin: 0 0 15px;
    }
}

.breadcrumb-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
    height: 72px;
    display: flex;
    align-items: center;
}

.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.breadcrumb-menu ul li {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-right: 10px;
    font-family: var(--thm-font-2);
}

.breadcrumb-menu ul li i:before {
    position: relative;
    top: 0px;
    display: inline-block;
    font-size: 18px;
}

.breadcrumb-menu ul li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-menu ul li:hover a, .breadcrumb-menu ul li.active {
    color: var(--thm-base);
}

.breadcrumb-area .title.blog-single h2 {
    font-size: 48px;
}

.contact-info-area {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 90px;
    z-index: 10;
}

.single-contact-info-box {
    position: relative;
    display: block;
    padding-top: 20px;
    margin-bottom: 30px;
    z-index: 1;
}

.single-contact-info-box .icon {
    position: absolute;
    top: 0;
    left: 30px;
    width: 60px;
    height: 60px;
    background: var(--thm-base);
    border-radius: 0%;
    z-index: 2;
}

.single-contact-info-box .icon::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -16px;
    z-index: -1;
    border-bottom: 20px solid rgba(var(--thm-base-rgb), .80);
    border-right: 16px solid transparent;
}

.single-contact-info-box .icon span::before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
}

.single-contact-info-box .text-holder {
    min-height: 225px;
    position: relative;
    display: block;
    padding: 71px 30px 34px;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.single-contact-info-box .text-holder .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    background-repeat: repeat;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder .pattern-bg {
    background-color: var(--thm-base-blue);
}

.single-contact-info-box .text-holder .top {
    position: relative;
    display: block;
    padding-bottom: 16px;
}

.single-contact-info-box .text-holder h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 2px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder h3 {
    color: #ffffff;
}

.single-contact-info-box .text-holder span {
    font-style: italic;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder span {
    color: #b0b0bd;
}

.single-contact-info-box .text-holder p {
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder p {
    color: #b0b0bd;
}

.single-contact-info-box .text-holder p a {
    color: var(--thm-gray);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder p a {
    color: #b0b0bd;
}

.single-contact-info-box .text-holder p a:hover {
    color: var(--thm-base);
}

.main-contact-form-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
}

.contact-style1_form {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 54px 40px 60px;
    z-index: 1;
}

.contact-style1_form .top-title {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.contact-style1_form .top-title h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 10px;
}

.contact-style1_form .top-title p {
    margin: 0;
}

.contact-form {
    position: relative;
    display: block;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.contact-form form textarea {
    height: 110px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #757575;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #757575;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #757575;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #757575;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #757575;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #757575;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #757575;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #757575;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #757575;
}

.contact-form form textarea:-moz-placeholder {
    color: #757575;
}

.contact-form form textarea::-moz-placeholder {
    color: #757575;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #757575;
}

.contact-form form .select-box {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
}

.contact-form .nice-select {
    height: 55px;
    line-height: 53px;
    background: #ffffff;
    border: 1px solid #e5e5e5 !important;
    font-family: var(--thm-font);
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-form .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    right: 22px;
    margin-top: 0px;
    top: 21px;
    z-index: 10;
}

.contact-form form .button-box {
    position: relative;
    display: block;
}

.contact-form form .button-box button {
    position: relative;
    display: block;
    width: 100%;
}

.contact-page-map-outer {
    position: relative;
    display: block;
    z-index: 10;
}

.contact-page-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 665px;
}

.fact-counter-area {
    position: relative;
    display: block;
    padding: 120px 0px 80px;
    z-index: 1;
}

.fact-counter-area_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.fact-counter-area_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #213140;
    opacity: 0.95;
}

.fact-counter-area .sec-title h2 {
    color: #ffffff;
}

.fact-counter-box {
    position: relative;
    display: block;
}

.fact-counter-box .sec-title h2 {
    color: #ffffff;
}

.single-fact-counter {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.single-fact-counter .inner {
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 40px 0 33px;
    z-index: 1;
}

.single-fact-counter .inner:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -4px;
    right: 30px;
    height: 4px;
    background: var(--thm-base);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-fact-counter:hover .inner:before {
    left: 0px;
    right: 0px;
}

.single-fact-counter .inner .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    background-repeat: repeat;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-fact-counter:hover .inner .pattern-bg {
    background-color: #000;
    background-image: inherit;
}

.single-fact-counter .inner .icon {
    position: relative;
    display: block;
    padding-bottom: 11px;
}

.single-fact-counter .inner .icon span:before {
    color: var(--thm-base);
    font-size: 50px;
    line-height: 50px;
}

.single-fact-counter .inner .icon span &gt; img {
    height: 57px;
}

.single-fact-counter .count-box {
    position: relative;
    display: block;
    color: #213140;
    font-size: 60px;
    font-weight: 600;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-fact-counter:hover .count-box {
    color: #ffffff;
}

.single-fact-counter .count-box span {
    position: relative;
    display: inline-block;
    line-height: 60px;
}

.single-fact-counter .count-box .k {
    position: relative;
    display: inline-block;
    margin-left: -15px;
}

.single-fact-counter .count-box .plus {
    position: relative;
    display: inline-block;
    margin-left: -25px;
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
}

.single-fact-counter .title {
    position: relative;
    display: block;
    padding-top: 25px;
}

.single-fact-counter .title span {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.fact-counter-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.fact-counter-style2-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: var(--thm-black);
    z-index: -1;
}

.single-fact-counter--style2 {
}

.single-fact-counter--style2 .inner {
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-fact-counter--style2 .inner .pattern-bg {
    background-color: #f5f5f5;
}

.single-fact-counter--style2 .title h3 {
    color: var(--thm-black);
}

.faq-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 1;
}

.faq-style1-area .faq-style1-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 67%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    max-width: calc((100% - 1170px) / 2 + 1170px);
    margin-right: auto;
    z-index: -1;
}

.faq-form-box {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 52px 56px 52px;
    z-index: 1;
}

.faq-form-box .pattern-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0px;
    background-color: #f5f5f5;
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
}

.faq-form-box .sec-title {
    padding-bottom: 34px;
}

.faq-form-box .sec-title h2 {
    color: var(--thm-black);
}

.faq-form-box .sec-title p {
    margin: 6px 0 0;
}

.faq-form-box form {
    position: relative;
    display: block;
}

.faq-form-box form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.faq-form-box form input[type="text"], .faq-form-box form input[type="email"], .faq-form-box form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 60px;
    border: 0px solid #ecf2f6;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.faq-form-box form textarea {
    height: 105px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-form-box form input[type="text"]:focus {
    color: #171717;
    border-color: #fff;
}

.faq-form-box form input[type="email"]:focus {
    color: #171717;
    border-color: #fff;
}

.faq-form-box form textarea:focus {
    color: #171717;
    border-color: #fff;
}

.faq-form-box form input[type="text"]::-webkit-input-placeholder {
    color: #757575;
}

.faq-form-box form input[type="text"]:-moz-placeholder {
    color: #757575;
}

.faq-form-box form input[type="text"]::-moz-placeholder {
    color: #757575;
}

.faq-form-box form input[type="text"]:-ms-input-placeholder {
    color: #757575;
}

.faq-form-box form input[type="email"]::-webkit-input-placeholder {
    color: #757575;
}

.faq-form-box form input[type="email"]:-moz-placeholder {
    color: #757575;
}

.faq-form-box form input[type="email"]::-moz-placeholder {
    color: #757575;
}

.faq-form-box form input[type="email"]:-ms-input-placeholder {
    color: #757575;
}

.faq-form-box form textarea::-webkit-input-placeholder {
    color: #757575;
}

.faq-form-box form textarea:-moz-placeholder {
    color: #757575;
}

.faq-form-box form textarea::-moz-placeholder {
    color: #757575;
}

.faq-form-box form textarea:-ms-input-placeholder {
    color: #757575;
}

.faq-form-box form .select-box {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}

.faq-form-box form .button-box {
    position: relative;
    display: block;
}

.faq-form-box form .button-box button {
    display: block;
    width: 100%;
}

.faq-style1__content {
    position: relative;
    display: block;
}

.faq-style1__content .sec-title {
}

.faq-style1__content .inner-content {
    position: relative;
    display: block;
}

.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .block {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    background: #fff;
    padding: 21px 70px 21px 30px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background: var(--thm-base-blue)
}

.accordion-box .block .acc-btn .accordion-question {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .accordion-question span {
    position: relative;
    display: inline-block;
    width: 45px;
    color: var(--thm-base);
    font-size: 20px;
}

.accordion-box .block .acc-btn.active .accordion-question {
    color: #ffffff;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
    transform: translateY(-50%) rotate(360deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 60px;
    padding-bottom: 34px;
}

.accordion-box .block .acc-content p {
    margin: 0;
}

.faq-page-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.faq-form-box--style2 {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 20px 30px;
    max-width: 100%;
    border: none;
    box-shadow: none;
}

.faq-form-box--style2 .top-title {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.faq-form-box--style2 .top-title span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 15px;
}

.faq-form-box--style2 .top-title p {
    margin: 0;
}

.faq-form-box--style2 form .input-box {
    margin-bottom: 22px;
}

.faq-form-box--style2 form textarea {
    height: 80px;
}

.faq-form-box--style2 form .button-box {
    padding-top: 10px;
}

.faq-form-box--style2 .bottom-box {
    position: relative;
    display: block;
    padding-top: 23px;
    text-align: center;
}

.faq-form-box--style2 .bottom-box p {
    margin: 0;
}

.faq-form-box--style2 .bottom-box p span {
    color: var(--thm-base);
}
.faq-form-box .nrobot-checkbox {
    font-size: 14px;
}

.footer-area {
    position: relative;
    display: block;
    background: #232331;
}

.footer-top {
    position: relative;
    display: block;
    background: #232331;
    border-bottom: 1px solid #333347;
    padding: 48px 0;
}

.footer-top__content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-top__content .left-box {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-top__content .left-box .footer-logo {
    position: relative;
    display: block;
    width: 250px;
}

.footer-top__content .left-box .footer-logo::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 3px;
    width: 1px;
    background: #3a3a52;
}

.footer-top__content .left-box .footer-logo a {
    position: relative;
    display: inline-block;
}

.footer-top__content .left-box .title {
    position: relative;
    display: block;
    padding-left: 50px;
}

.footer-top__content .left-box .title span {
    color: #f6f6f6;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 4px;
}

.footer-top__content .left-box .title p {
    color: #b0b0bd;
    margin: 0;
}

.footer-top__content .right-box {
    position: relative;
    display: block;
    line-height: 0;
}

.footer-top__content .right-box a {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-top__content .right-box a.one {
}

.footer-top__content .right-box a.two {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.footer-top__content .right-box a.two span {
    position: relative;
    display: inline;
    padding-right: 10px;
    line-height: 0;
    font-size: 16px;
    font-weight: 400;
    top: 1px;
}

.footer-top__content .right-box a.two:after {
    border: 2px solid var(--thm-base);
    background-color: var(--thm-base);
}

.footer-top__content .right-box a + a {
    margin-left: 6px;
}

.footer {
    position: relative;
    display: block;
    padding-top: 70px;
    padding-bottom: 60px;
    z-index: 1;
}

@media (max-width: 1200px) {
    .footer {
        padding-bottom: calc(20px + 50 * ((100vw - 320px) / 880));
        padding-top: calc(20px + 50 * ((100vw - 320px) / 880))
    }
}

single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: -6px;
    margin-bottom: 10px;
    padding-bottom: 14px;
}

.single-footer-widget .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--thm-base);
}

.single-footer-widget .title span {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.single-footer-widget .our-company-info .text-box {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-footer-widget .our-company-info .text-box p {
    color: #b0b0bd;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.single-footer-widget .our-company-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .our-company-info ul li {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info ul li h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.single-footer-widget .our-company-info ul li p {
    color: #b0b0bd;
    margin: 0;
}

.single-footer-widget .our-company-info .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 34px;
}

.single-footer-widget .our-company-info .btn-box a {
    color: #ffffff;
    padding: 0 35px;
}

.single-footer-widget .our-company-info .btn-box a:hover {
    color: var(--thm-base);
}

.single-footer-widget .our-company-info .btn-box a.btn-one:before {
    background: #ffffff;
}

.single-footer-widget .our-company-info .btn-box a.btn-one:after {
    border: 2px solid var(--thm-base);
    background-color: var(--thm-base);
}

.footer-widget-links {
    position: relative;
    display: block;
    margin-top: -2px;
    overflow: hidden;
}

.footer-widget-links .left {
    width: 140px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    line-height: 30px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a, .footer-widget-links a {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    color: #b0b0bd;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links a {
    padding-right: 0;
}

.footer-widget-links ul li a:before {
    font-family: flaticon !important;
    content: "\f149" !important;
    position: absolute;
    top: 1px;
    right: -4px;
    transition: .5s;
    transform: perspective(400px) scaleX(0) rotate(270deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    font-size: 12px;
}

.footer-widget-links ul li a:hover:before {
    transform: perspective(400px) scaleX(1.0) rotate(-90deg);
}

.footer-widget-links ul li a:hover {
    color: var(--thm-base);
}

.footer-widget-contact-info {
    position: relative;
    display: block;
    padding-top: 5px;
}

.footer-widget-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-contact-info ul li {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.footer-widget-contact-info ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-contact-info ul li span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.footer-widget-contact-info ul li p {
    color: #b0b0bd;
    margin: 0;
}

.footer-widget-contact-info ul li p a {
    color: #b0b0bd;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-contact-info ul li p a:hover {
    color: var(--thm-base);
}

.footer-widget-contact-info ul li button {
    margin: 5px;
}

.footer-social-link {
    position: relative;
    display: block;
    padding-top: 24px;
}

.footer-social-link ul {
}

.footer-social-link ul li {
    position: relative;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 10px !important;
}

.footer-social-link ul li:last-child {
    margin-right: 0 !important;
}

.footer-social-link ul li a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: #2d2d3f;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-social-link ul li:hover a {
    background: var(--thm-base);
}

.widget-posts-box {
    position: relative;
    display: block;
    padding-top: 8px;
}

.widget-posts-box li {
    position: relative;
    display: block;
    border-bottom: 1px solid #333347;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.widget-posts-box li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.widget-posts-box li .inner {
    position: relative;
    display: block;
    min-height: 70px;
    padding-left: 70px;
}

.widget-posts-box li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.widget-posts-box li .img-box img {
    width: 100%;
}

.widget-posts-box li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--thm-base-rgb), .80);
    border-radius: 0px;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.widget-posts-box li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.widget-posts-box li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.widget-posts-box li .title-box {
    position: relative;
    display: block;
    min-height: 70px;
    padding-left: 20px;
}

.widget-posts-box li .title-box p {
    color: #b0b0bd;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}

.widget-posts-box li .title-box h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 10px 0px 0;
}

.widget-posts-box li .title-box h4 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.widget-posts-box li .title-box h4 a:hover {
    color: var(--thm-base);
}

.widget-more-post-button {
    position: relative;
    display: block;
    padding-top: 30px;
}

.widget-more-post-button a {
    color: #ffffff;
}

.footer-bottom {
    position: relative;
    display: block;
    background: #232331;
    padding: 22px 0px 22px;
    border-top: 1px solid #333347;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom .bottom-inner .copyright {
    position: relative;
    display: block;
}

.footer-bottom .bottom-inner .copyright p {
    color: #b0b0bd;
    margin: 0;
}

.footer-bottom .bottom-inner .copyright p a {
    color: var(--thm-base);
}

@media (any-hover: hover) {
    .footer-bottom__developed a:hover {
        opacity: 1
    }
}

.footer-bottom__developed li {
    margin: 5px 0;
}

@media (min-width: 768px) {
    .footer-bottom__developed {
        display: inline-flex;
    }

    .footer-bottom__developed li:not(:last-child) {
        margin-right: 50px;
    }

    .footer-bottom__developed li {
        margin: 0 0;
    }
}

.footer-menu {
    position: relative;
    display: block;
}

.footer-menu .footer-nav {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-menu .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.footer-menu .footer-nav li:last-child {
    margin-right: 0;
}

.footer-menu .footer-nav li a, .footer-bottom__developed li {
    color: #b0b0bd;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-menu .footer-nav li a:hover {
    color: #ffffff;
}

.footer-area--style2 {
    background: #213140;
}

.footer--style2 {
    padding-bottom: 99px;
}

.single-footer-widget-style2 {
}

.single-footer-widget-style2 .our-company-info {
    position: relative;
    display: block;
}

.single-footer-widget-style2 .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.single-footer-widget-style2 .our-company-info .footer-logo a {
    position: relative;
    display: inline-block;
}

.single-footer-widget-style2 .our-company-info .text-box {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.single-footer-widget-style2 .our-company-info .text-box p {
    color: #b4bdc5;
}

.emergency-contact {
    position: relative;
    display: block;
}

.emergency-contact h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.emergency-contact h3 {
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 600;
}

.emergency-contact h3 span:before {
    position: relative;
    top: 1px;
    left: 1px;
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
}

.emergency-contact h3 a {
    color: var(--thm-base);
}

.footer-widget-links-2 {
    position: relative;
    display: block;
    margin-top: -2px;
    overflow: hidden;
}

.footer-widget-links-2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links-2 ul li {
    position: relative;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
}

.footer-widget-links-2 ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links-2 ul li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 15px;
    color: #b4bdc5;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links-2 ul li a:hover {
    padding-left: 25px;
}

.footer-widget-links-2 ul li a:before {
    font-family: flaticon !important;
    content: "\f164" !important;
    position: absolute;
    top: 1px;
    left: 0px;
    transition: .5s;
    transform: perspective(400px) scaleX(1.0) rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    font-size: 14px;
}

.footer-widget-links-2 ul li a:hover:before {
    transform: perspective(400px) scaleX(1.0) rotate(-180deg);
}

.footer-widget-links-2 ul li a:hover {
    color: var(--thm-base);
}

.footer-subscribe-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.footer-subscribe-box .text {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.footer-subscribe-box .text p {
    color: #b4bdc5;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.subscribe-form .input-box {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.subscribe-form .input-box .icon {
    position: absolute;
    top: 40%;
    right: 20px;
    transform: translateY(-50%);
}

.subscribe-form .input-box .icon span {
    position: relative;
    display: block;
    line-height: 0;
}

.subscribe-form .input-box .icon span:before {
    color: #b4bdc5;
    font-size: 20px;
    line-height: 20px;
}

.subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 50px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #b4bdc5;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font)
}

.subscribe-form input::-webkit-input-placeholder {
    color: #b4bdc5;
}

.subscribe-form input:-moz-placeholder {
    color: #b4bdc5;
}

.subscribe-form input::-moz-placeholder {
    color: #b4bdc5;
}

.subscribe-form input:-ms-input-placeholder {
    color: #b4bdc5;
}

.subscribe-form input[type="email"]:focus {
    color: #ffffff;
}

.subscribe-form button {
    color: #ffffff;
}

.subscribe-form button:hover {
    color: var(--thm-base);
}

.subscribe-form button.btn-one:after {
    border: 2px solid var(--thm-base);
    background-color: var(--thm-base);
}

.subscribe-form button.btn-one:before {
    background: #ffffff;
}

.footer-bottom--style2 {
    background: #213140;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-bottom--style2 .bottom-inner .copyright p {
    color: #b4bdc5;
}

.footer-bottom--style2 .footer-menu .footer-nav li a {
    color: #b4bdc5;
}

.footer-bottom--style2 .footer-menu .footer-nav li a:hover {
    color: var(--thm-base);
}

.footer-area--style3 {
    background: #213140;
}

.footer-top-style3 {
    position: relative;
    display: block;
    padding-top: 51px;
    z-index: 10;
}

.footer-top-style3 .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
}

.footer-top-style3__content {
    position: relative;
    display: block;
    margin-bottom: -70px;
    z-index: 10;
}

.footer-top-style3__content .top-title {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.footer-top-style3__content .top-title h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 0 2px;
}

.footer-top-style3__content .top-title p {
    color: #ffffff;
    margin: 0;
}

.subscribe-form-box1 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 40px 40px;
}

.subscribe-form-box1 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.subscribe-form-box1 .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.subscribe-form-box1 .left-box {
    position: relative;
    display: block;
    max-width: 880px;
    width: 100%;
}

#subscribe-form {
    position: relative;
    display: flex;
}

.subscribe-form-box1 form .input-box {
    position: relative;
    display: block;
}

.subscribe-form-box1 form .input-box .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #757575;
    font-size: 16px;
    transform: translateY(-50%);
}

.subscribe-form-box1 form input[type="text"], .subscribe-form-box1 form input[type="email"] {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 60px;
    border: 1px solid #e5e5e5;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 50px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.subscribe-form-box1 form input[type="text"]::-webkit-input-placeholder {
    color: #757575;
}

.subscribe-form-box1 form input[type="text"]:-moz-placeholder {
    color: #757575;
}

.subscribe-form-box1 form input[type="text"]::-moz-placeholder {
    color: #757575;
}

.subscribe-form-box1 form input[type="text"]:-ms-input-placeholder {
    color: #757575;
}

.subscribe-form-box1 form input[type="email"]::-webkit-input-placeholder {
    color: #757575;
}

.subscribe-form-box1 form input[type="email"]:-moz-placeholder {
    color: #757575;
}

.subscribe-form-box1 form input[type="email"]::-moz-placeholder {
    color: #757575;
}

.subscribe-form-box1 form input[type="email"]:-ms-input-placeholder {
    color: #757575;
}

.subscribe-form-box1 .right-box {
    position: relative;
    display: block;
    max-width: 190px;
    width: 100%;
    margin-left: 20px;
}

.subscribe-form-box1 form .button-box {
    position: relative;
    display: block;
}

.subscribe-form-box1 form .button-box button {
    padding: 0;
    width: 100%;
}

.footer-style3 {
    position: relative;
    display: block;
    padding-top: 170px;
    padding-bottom: 0px;
    z-index: 1;
}

.footer-style3-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.footer-style3-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black);
    opacity: 0.75;
}

.single-footer-widget--style3 {
}

.single-footer-widget--style3 .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.single-footer-widget--style3 .footer-logo a {
    position: relative;
    display: inline-block;
}

.single-footer-widget--style3 .our-company-info .text-box {
    padding-bottom: 32px;
}

.single-footer-widget--style3 .our-company-info .text-box p {
    color: #acb0b5;
}

.single-footer-widget--style3 .our-company-info .text-box .btn-box2 {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-footer-widget--style3 .text-box .btn-box2 a {
    color: #ffffff;
}

.single-footer-widget--style3 .text-box .btn-box2 a:hover {
    color: var(--thm-base);
}

.footer-widget-gallery {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.footer-widget-gallery ul {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.footer-widget-gallery ul li {
    position: relative;
    display: block;
    float: left;
    width: 85px;
    margin: 0 5px 10px;
}

.footer-widget-gallery ul li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-gallery ul li .img-box img {
    width: 100%;
    filter: grayscale(0%);
}

.footer-widget-gallery ul li:hover .img-box img {
    transform: scale(1.1) rotate(2deg);
}

.footer-widget-gallery ul li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--thm-base-rgb), .90);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    z-index: 5;
}

.footer-widget-gallery ul li:hover .img-box .overlay-content {
    opacity: 1;
}

.footer-widget-gallery ul li .img-box .overlay-content a {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.footer-widget-gallery ul li:hover .img-box .overlay-content a {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
    transition-delay: .5s;
}

.single-footer-widget--style3 .footer-widget-links-2 .left {
    width: 190px;
}

.single-footer-widget--style3 .footer-widget-links-2 ul li a {
    color: #acb0b5;
}

.single-footer-widget--style3 .footer-widget-links-2 ul li a:hover {
    color: var(--thm-base);
}

.footer-widget-contact-info--style2 ul li {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 21px;
}

.footer-widget-contact-info--style2 ul li .inner-icon {
    position: absolute;
    top: 3px;
    left: 0;
    width: 45px;
    height: 45px;
    background: var(--thm-base);
}

.footer-widget-contact-info--style2 ul li .inner-icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}

.footer-widget-contact-info--style2 ul li .inner-text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.footer-widget-contact-info--style2 ul li p {
    color: #b0b0bd;
}

.footer-social-link.style2 ul li a {
    background: transparent;
    border: 1px solid #3d4857;
    color: #ffffff;
    line-height: 43px;
}

.footer-social-link.style2 ul li a:hover {
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}

.footer-bottom-style3 {
    position: relative;
    display: block;
    padding-top: 90px;
}

.footer-bottom-style3__content {
    position: relative;
    display: block;
    padding: 22px 0;
    z-index: 1;
}

.footer-bottom-style3__content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 65px solid transparent;
    border-bottom: 70px solid var(--thm-base);
    border-right: 65px solid transparent;
}

.footer-bottom-style3__content .copyright {
    position: relative;
    display: block;
}

.footer-bottom-style3__content .copyright p {
    color: #ffffff;
    margin: 0;
}

.footer-bottom-style3__content .copyright p a {
    color: var(--thm-black);
    font-weight: 500;
}

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    position: relative;
    display: block;
    padding: 21px 0 21px;
}

.sticky-header .logo a {
    position: relative;
    display: inline-block;
}

.sticky-header .main-menu .navigation &gt; li {
    margin-right: 35px;
}

.sticky-header .main-menu .navigation &gt; li &gt; a, .sticky-header .main-menu .navigation &gt; li &gt; span {
    padding: 33px 0px 37px;
}

.sticky-header .main-menu .navigation &gt; li:hover &gt; a, .sticky-header .main-menu .navigation &gt; li.current &gt; a, .sticky-header .main-menu .navigation &gt; li:hover &gt; span, .sticky-header .main-menu .navigation &gt; li.current &gt; span {
    color: var(--thm-base);
}

.sticky-header .main-menu .navigation &gt; li &gt; a span:before, .sticky-header .main-menu .navigation &gt; li &gt; span:before {
    display: none;
}

.sticky-header .main-menu .navigation &gt; li &gt; a:before, .sticky-header .main-menu .navigation &gt; li &gt; span:before {
    display: none;
}

.header-style-one {
    position: relative;
}

.header-style-one__inner {
    position: relative;
    display: block;
    padding-left: 365px;
}

.main-logo-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    overflow: hidden;
    z-index: 10;
}

.main-logo-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 0;
    right: 75px;
    z-index: -1;
    border-top: 130px solid var(--thm-base);
    border-right: 70px solid transparent;
}

.main-logo-box:after {
    content: "";
    position: absolute;
    top: -4px;
    right: 40px;
    height: 50px;
    width: 70px;
    border-bottom: 50px solid var(--thm-base-2);
    border-left: 27px solid transparent;
    border-right: 35px solid transparent;
    z-index: -2;
}

.main-logo-box a {
    position: relative;
    max-width: 240px;
}

.header-style-one__header-content {
    position: relative;
    display: block;
}

.header-top {
    position: relative;
    display: block;
    padding: 10px 0;
    padding-left: 0px;
    padding-right: 30px;
    z-index: 1;
}

.header-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10000000px;
    bottom: 0;
    right: 0;
    background: var(--thm-base-blue);
    z-index: -1;
}

.header-top .auto-container {
    max-width: 100%;
    padding: 0 0px;
}

.header-top .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top__left {
    position: relative;
    display: flex;
}

.welcome-text {
    position: relative;
    display: block;
    padding-right: 30px;
}

.welcome-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}

.header-top__right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-contact-info {
    position: relative;
    display: block;
}

.header-contact-info ul {
    overflow: hidden;
}

.header-contact-info ul li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    padding-right: 21px;
    margin-right: 20px;
}

.header-contact-info ul li:last-child {
    margin-right: 0;
}

.header-contact-info ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background: #ffffff;
    opacity: 0.25;
}

.header-contact-info ul li:last-child:before {
    display: block;
}

.header-contact-info ul li .icon {
    width: 30px;
    line-height: 22px;
}

.header-contact-info ul li .icon span:before, .header-contact-info ul li span.icon:before {
    position: relative;
    display: inline-block;
    top: 2px;
    color: var(--thm-base-2);
    font-size: 18px;
}

.header-contact-info ul li .text {
    position: relative;
    display: block;
}

.header-contact-info ul li .text span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.header-contact-info ul li .text span a {
    color: #fff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.header-contact-info ul li .text span a:hover {
    color: var(--thm-base);
}

.header-social-link {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.header-social-link .inner-title {
    position: relative;
    display: block;
}

.header-social-link .inner-title h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.header-social-link .social-link {
    position: relative;
    display: block;
    padding-left: 10px;
}

.header-social-link .social-link ul {
    overflow: hidden;
}

.header-social-link .social-link ul li {
    position: relative;
    display: block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    line-height: 30px;
}

.header-social-link .social-link ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-social-link .social-link ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: #ffffff;
    opacity: 0.25;
}

.header-social-link .social-link ul li:last-child:before {
    display: none;
}

.header-social-link .social-link ul li a {
    color: #ffffff;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-social-link .social-link ul li a:hover {
    color: var(--thm-base);
}

.header {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}

.header .auto-container {
    max-width: 100%;
    padding: 0px;
}

.header .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-left {
    position: relative;
    display: block;
}

.header-left .nav-outer {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
}

.main-menu.style1 {
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: inherit;
    display: flex;
    justify-content: center;
}

.main-menu .navigation &gt; li {
    position: inherit;
    display: inline-block;
    float: left;
    margin-right: 45px;
}

.main-menu .navigation &gt; li:last-child {
    margin-right: 0;
}

.main-menu .navigation &gt; li &gt; a, .main-menu .navigation &gt; li &gt; span {
    position: relative;
    display: block;
    padding: 25px 0px 25px;
    color: var(--thm-base-blue);
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    transition: all 500ms ease;
    font-family: var(--thm-font-2);
    opacity: 1;
    z-index: 1;
}

.main-menu .navigation &gt; li:hover &gt; a, .main-menu .navigation &gt; li.current &gt; a, .main-menu .navigation &gt; li:hover &gt; span, .main-menu .navigation &gt; li.current &gt; span {
    color: var(--thm-base);
    cursor: pointer;
}

.main-menu .navigation &gt; li.dropdown &gt; a, .main-menu .navigation &gt; li.dropdown &gt; span {
    padding-right: 15px;
}

.main-menu .navigation &gt; li.dropdown &gt; a:after, .main-menu .navigation &gt; li.dropdown &gt; span:after {
    position: absolute;
    right: 0px;
    font-family: Fontawesome;
    content: "\f107";
    font-size: 16px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.main-menu .navigation &gt; li.dropdown:hover &gt; a:after, .main-menu .navigation &gt; li.dropdown.current &gt; a:after, .main-menu .navigation &gt; li.dropdown:hover &gt; span:after, .main-menu .navigation &gt; li.dropdown.current &gt; span:after {
    transform: rotate(180deg);
}

.main-menu .navigation &gt; li &gt; ul {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 240px;
    padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation &gt; li &gt; ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0px;
    z-index: -1;
}

.main-menu .navigation &gt; li &gt; ul:after {
    position: absolute;
    top: -3px;
    left: 0px;
    right: 0;
    height: 3px;
    content: '';
    background: var(--thm-base);
    border-radius: 0px;
    z-index: -1;
}

.main-menu .navigation &gt; li.dropdown:hover &gt; ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation &gt; li &gt; ul &gt; li {
    position: relative;
    display: block;
    padding: 0 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation &gt; li:hover &gt; ul &gt; li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:nth-child(2n+9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px 15px;
    padding-left: 15px;
    padding-right: 40px;
    color: #757575;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    transition: all 500ms ease;
    letter-spacing: normal;
    font-family: var(--thm-font);
    z-index: 1;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:last-child &gt; a {
    border: none;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0;
    bottom: -1px;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover &gt; a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    bottom: 0;
    width: 10px;
    height: 14px;
    transform: scaleX(0);
    transition: all 500ms ease;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover &gt; a:after {
    transform: scaleX(1.0);
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover &gt; a {
    color: #ffffff;
    padding-left: 50px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown {
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown:after {
    position: absolute;
    top: 0px;
    right: 30px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #757575;
    font-size: 18px;
    font-weight: 400;
    margin: 14px 0;
    text-align: right;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown:hover:after {
    color: #ffffff;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 0px 0;
    display: none;
    border-left: 0px solid transparent;
    padding-left: 10px;
    border-radius: 0px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul:before {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 0;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation li &gt; ul &gt; li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    position: relative;
    display: block;
    padding: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover &gt; ul &gt; li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:nth-child(2n+2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:nth-child(2n+3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:nth-child(2n+4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:nth-child(2n+5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px 15px;
    padding-left: 30px;
    padding-right: 10px;
    color: #757575;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    transition: all 500ms ease;
    letter-spacing: normal;
    font-family: var(--thm-font);
    z-index: 1;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a {
    border: none;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0;
    bottom: -1px;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    bottom: 0;
    width: 10px;
    height: 14px;
    transform: scaleX(0);
    transition: all 500ms ease;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a:after {
    transform: scaleX(1.0);
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
    color: #ffffff;
    padding-left: 50px;
}

.main-menu .navigation &gt; li &gt; .megamenu {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    padding-right: 40px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation &gt; li &gt; .megamenu .row {
    margin-right: 0px;
    margin-left: 0px;
}

.main-menu .navigation &gt; li &gt; .megamenu .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu .navigation &gt; li &gt; .megamenu:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: var(--thm-base);
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation &gt; li.dropdown:hover .megamenu {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation &gt; li &gt; .megamenu li {
    position: relative;
    display: block;
    padding: 0 40px;
    padding-right: 0;
    width: 100%;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation &gt; li:hover .megamenu li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation &gt; li &gt; .megamenu li &gt; a {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 13px 0px 13px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    transition: all 500ms ease;
    letter-spacing: 0.03em;
    font-family: var(--thm-font);
}

.main-menu .navigation &gt; li &gt; .megamenu li:last-child a {
    border: none;
}

.main-menu .navigation &gt; li &gt; .megamenu li &gt; a:hover {
    color: #f0ebeb;
    padding-left: 15px;
}

.main-menu .navigation &gt; li &gt; .megamenu li &gt; a:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 48px;
    color: #f0ebeb;
    transform: scaleX(0);
    transition: all 500ms ease;
}

.main-menu .navigation &gt; li &gt; .megamenu li:hover &gt; a:before {
    transform: scaleX(1.0);
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    color: #fff;
}

.main-menu .navbar-collapse &gt; ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.header-right {
    position: relative;
    display: flex;
    align-items: center;
}

.shopping-cart-box {
    position: relative;
    display: block;
}

.shopping-cart-box a {
    position: relative;
    display: block;
    width: 45px;
    height: 25px;
    color: var(--thm-black);
    font-size: 25px;
    line-height: 45px;
    text-align: left;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.shopping-cart-box a i {
    position: relative;
    display: block;
    line-height: 25px;
}

.shopping-cart-box a:hover {
    color: var(--thm-base);
}

.shopping-cart-box a .count {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 18px;
    height: 18px;
    background: var(--thm-base);
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    font-family: var(--thm-font-2);
}

.space-box1 {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

.space-box1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
}

.serach-button-style2 {
    position: relative;
    display: block;
    width: 200px;
}

.serach-button-style2 input[type="search"] {
    position: relative;
    display: block;
    box-shadow: none;
    width: 100%;
    height: 40px;
    padding-left: 30px;
    padding-right: 10px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 0px;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    border: none;
    font-family: var(--thm-font-2);
}

.serach-button-style2 input[type="search"]:focus {
    outline: none;
}

.serach-button-style2 input[type="search"]::-webkit-input-placeholder {
    color: #757575;
}

.serach-button-style2 input[type="search"]:-moz-placeholder {
    color: #757575;
}

.serach-button-style2 input[type="search"]::-moz-placeholder {
    color: #757575;
}

.serach-button-style2 input[type="search"]:-ms-input-placeholder {
    color: #757575;
}

.serach-button-style2 button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    color: #757575;
    font-size: 16px;
    line-height: 40px;
}

.header-right_buttom {
    position: relative;
    display: block;
}

.header-right_buttom .btns-box {
    position: relative;
    display: block;
    line-height: 0;
}

.header-right_buttom .btns-box a {
    color: #ffffff;
    line-height: 80px;
    border-radius: 0;
    padding: 0 35px;
}

.header-right_buttom .btns-box a.btn-one:after {
    border: 2px solid var(--thm-base);
    background-color: var(--thm-base);
}

.header-right_buttom .btns-box a i::before {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
    top: 0px;
    z-index: 1;
}

.header-right_buttom .btns-box a.btn-one:after {
    border-radius: 0px;
}

.header-right_buttom .btns-box a.btn-one:before {
    top: 135px;
    border-radius: 0%;
}

.header-right_buttom .btns-box a.btn-one:hover:before {
    top: 0%;
}

.side-content-button {
    position: relative;
    width: 80px;
    height: 80px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-content-button a {
    color: var(--thm-base);
    font-size: 30px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.side-content-button a:hover {
    color: var(--thm-black);
}

.header-style-two {
}

.header-top-style2 {
    position: relative;
    display: block;
    padding: 10px 0;
    z-index: 1;
}

.header-top-style2 .pattern-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0px;
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: bottom;
    z-index: -1;
}

.header-top-style2 .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-style2__left {
    position: relative;
    display: flex;
}

.top-menu {
    position: relative;
    display: block;
}

.top-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.top-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.top-menu ul li:last-child {
    margin-right: 0;
}

.top-menu ul li a {
    color: #213140;
}

.top-menu ul li a:hover {
    color: var(--thm-base);
}

.header-top-style2__middle {
    position: relative;
    display: block;
}

.welcome-text--style p {
    color: #213140;
}

.header-top-style2__right {
    position: relative;
    display: block;
}

.header-social-link--style2 .inner-title h4 {
    color: #213140;
}

.header-social-link--style2 .social-link ul li {
}

.header-social-link--style2 .social-link ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background: #dddddd;
    opacity: 1;
}

.header-social-link--style2 .social-link ul li a {
    color: #213140;
}

.header-style2 {
    position: relative;
    display: block;
    background: #213140;
    padding-bottom: 36px;
    z-index: 1;
}

.header-style2 .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-style2__left {
    position: relative;
    display: block;
    padding: 31px 0;
    padding-right: 20px;
    z-index: 1;
}

.header-style2__left .bg-color {
    content: "";
    position: absolute;
    left: -90000px;
    bottom: -36px;
    right: 0;
    height: 36px;
    background: var(--thm-base);
    z-index: -1;
}

.header-style2__left:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 0;
    right: -70px;
    border-top: 120px solid var(--thm-base);
    border-right: 70px solid transparent;
    z-index: -1;
}

.header-style2__left:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -153px;
    width: 155px;
    height: 120px;
    border-bottom: 120px solid rgba(var(--thm-base-rgb), .90);
    border-left: 70px solid transparent;
    border-right: 83px solid transparent;
    z-index: -1;
}

.main-logo-box-2 {
    position: relative;
    display: block;
}

.main-logo-box-2 a {
    position: relative;
    display: inline-block;
}

.header-style2__right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-contact-info-style2 {
    position: relative;
    display: block;
}

.header-contact-info-style2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-contact-info-style2 ul li {
    position: relative;
    display: block;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #374d62;
}

.header-contact-info-style2 ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.header-contact-info-style2 ul li .inner {
    position: relative;
    display: block;
    padding-left: 50px;
}

.header-contact-info-style2 ul li .inner .icon {
    position: absolute;
    top: 7px;
    left: 0px;
    color: var(--thm-base);
    font-size: 35px;
}

.header-contact-info-style2 ul li .inner .icon span {
    position: relative;
    display: inline-block;
    line-height: 35px;
}

.header-contact-info-style2 ul li .inner .text {
    position: relative;
    display: block;
}

.header-contact-info-style2 ul li .inner .text p {
    color: #b4bdc5;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 11px;
}

.header-contact-info-style2 ul li .inner .text h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}

.header-contact-info-style2 ul li .inner .text h4 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact-info-style2 ul li .inner .text h4 a:hover {
    color: var(--thm-base);
}

.quote-button-box {
    position: relative;
    display: block;
    padding-left: 100px;
}

.quote-button-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: var(--thm-base);
    text-align: center;
}

.header-bottom {
    position: relative;
    display: block;
}

.header-bottom .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -36px;
    background: #fff;
    padding-left: 40px;
    z-index: 10;
}

.header-bottom__left {
    position: relative;
    display: block;
}

.header-bottom__left .nav-outer {
    position: relative;
    display: block;
}

.main-menu.style2 .navigation &gt; li &gt; a {
    padding-top: 21px;
    padding-bottom: 21px;
    color: #213140;
}

.main-menu.style2 .navigation &gt; li:hover &gt; a, .main-menu.style2 .navigation &gt; li.current &gt; a {
    color: var(--thm-base);
}

.header-bottom__right {
    position: relative;
    display: flex;
    align-items: center;
}

.serach-button-style2--instyle2 {
    position: relative;
    display: block;
    width: 140px;
}

.header-style-three {
    position: relative;
    background: #262e39;
}

.header-style-three__inner {
    position: relative;
    display: block;
    padding-left: 310px;
    padding-right: 310px;
}

.main-logo-box-three {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.main-logo-box-three:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -115px;
    z-index: -1;
    border-bottom: 130px solid var(--thm-base);
    border-right: 115px solid transparent;
}

.main-logo-box-three a {
    position: relative;
    display: inline-block;
}

.header-style-three__header-content {
    position: relative;
    display: block;
}

.header-top-style3 {
    position: relative;
    display: block;
    padding: 13px 0;
    background: var(--thm-base-blue);
    z-index: 1;
}

.header-top-style3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    right: 50px;
    z-index: -1;
    border-top: 50px solid var(--thm-base);
    border-left: 44px solid transparent;
    border-right: 44px solid transparent;
}

.header-top-style3 .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 50px;
}

.header-top-style3__left {
    position: relative;
    display: flex;
}

.welcome-text p a {
    color: #ffffff;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.welcome-text p a i {
    position: relative;
    display: inline-block;
    padding-left: 6px;
}

.welcome-text p a:hover {
    color: var(--thm-black);
}

.header-top-style3__right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-contact-info--style2 {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
}

.header-contact-info--style2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    bottom: -13px;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.header-contact-info--style2 ul li {
    padding-right: 0;
    margin-right: 0;
}

.header-contact-info--style2 ul li:before {
    display: none;
}

.header-contact-info--style2 ul li:last-child:before {
    display: none;
}

.header-contact-info--style2 ul li .icon span:before {
    color: #ffffff;
}

.header-contact-info--style2 ul li .text h6 a:hover {
    color: var(--thm-black);
}

.header-social-link-style2 {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
}

.header-social-link-style2:before {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    bottom: -16px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.header-social-link-style2 ul {
    overflow: hidden;
}

.header-social-link-style2 ul li {
    position: relative;
    display: block;
    float: left;
    line-height: 16px;
    padding-right: 16px;
    margin-right: 15px;
}

.header-social-link-style2 ul li:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 1px;
    background: #000000;
    opacity: 0.15;
}

.header-social-link-style2 ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-social-link-style2 ul li:last-child:before {
    display: none;
}

.header-social-link-style2 ul li a {
    color: #ffffff;
    font-size: 16px;
}

.header-style3 {
    position: relative;
    display: block;
    background: #262e39;
    z-index: 1;
}

.header-style3 .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu.style3 .navigation &gt; li &gt; a {
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-menu.style3 .navigation &gt; li:hover &gt; a, .main-menu.style3 .navigation &gt; li.current &gt; a {
    color: var(--thm-base);
}

.header-contact-info3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 310px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    z-index: 10;
}

.header-contact-info3:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -115px;
    z-index: -1;
    border-bottom: 130px solid var(--thm-base);
    border-left: 115px solid transparent;
}

.header-contact-info3 .icon {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}

.header-contact-info3 .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.header-contact-info3 .text p {
    position: relative;
    top: -3px;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 9px;
}

.header-contact-info3 .text h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.header-contact-info3 .text h3 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact-info3 .text h3 a:hover {
    color: var(--thm-black);
}

.partner-area {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 60px 0 60px;
    z-index: 2;
}

.partner-box {
    position: relative;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.partner-box li {
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.single-partner-logo-box {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.single-partner-logo-box a img {
    opacity: 1;
    width: auto;
    transition: all 0.2s ease-in-out 0.1s;
    filter: grayscale(0%);
}

.single-partner-logo-box:hover a img {
    opacity: 0.40;
    filter: grayscale(0%);
    transition: all 0.8s ease-in-out 0.1s;
}

.partner-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}

.partner-area--style2 {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
}

.partner-area--style2 .auto-container {
    max-width: 100%;
}

.partner-area--style2 .partner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background: #ffffff;
    z-index: 1;
}

.partner-area--style2 .partner-box li {
    border-left: 1px solid #e5e5e5;
}

.service-style1-area {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 1;
}

.service-style1-area.pdb80 {
    padding-bottom: 80px;
}

.service-style1-area .pattern-bg {
    position: absolute;
    top: 500px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    background-repeat: repeat;
    z-index: -1;
}

.single-service-style1 {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 40px;
}

.single-service-style1 .inner-box {
    position: relative;
    display: block;
    padding-bottom: 110px;
}

.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    padding-top: 82%;
}

.single-service-style1 .img-holder img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.single-service-style1 .img-holder:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(var(--thm-base-pearl-rgb), .50);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 5;
}

.single-service-style1:hover .img-holder:before {
    opacity: 1;
}

.single-service-style1 .title-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 110px;
    z-index: 1;
}

.single-service-style1 .title-holder .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base-blue);
    background-repeat: repeat;
    z-index: -1;
}

.single-service-style1 .title-holder .inner-text {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 270px;
    background: #ffffff;
    padding: 27px 10px 22px 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.single-service-style1:hover .title-holder .inner-text {
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-service-style1 .title-holder p {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-service-style1 .title-holder span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 5px;
}

.single-service-style1 .title-holder span a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1 .title-holder span a:hover {
    color: var(--thm-base);
}

.single-service-style1 .title-holder .text {
    position: relative;
    display: block;
    height: 0px;
    opacity: 0;
    padding-top: 0px;
    transition: all 0.3s ease-in-out;
}

.single-service-style1 .title-holder .text p {
    margin: 0;
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out 0.1s;
}

.single-service-style1:hover .title-holder .text {
    opacity: 1.0;
    height: 115px;
    padding-top: 9px;
}

.single-service-style1:hover .title-holder .text p {
    transform: translateY(0px);
    transition: all 0.3s ease-in-out 0.2s;
}

.single-service-style1 .title-holder .button-box {
    position: relative;
    display: block;
    padding-top: 65px;
    padding-left: 30px;
}

.single-service-style1 .title-holder .button-box a, .single-service-style1 .title-holder .button-box span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1 .title-holder .button-box a:hover, .single-service-style1 .title-holder .button-box span:hover {
    color: var(--thm-base);
    cursor: pointer;
}

.single-service-style1 .title-holder .button-box a:before, .single-service-style1 .title-holder .button-box span:before {
    font-family: Fontawesome;
    content: "\f107";
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: 400;
    font-size: 22px;
    transform: rotate(-135deg);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.single-service-style1 .title-holder .button-box a:hover:before, .single-service-style1 .title-holder .button-box span:hover:before {
    transform: rotate(-90deg);
    top: 0;
}

.single-service-style1 .title-holder .icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.single-service-style1 .title-holder .icon span {
    position: relative;
    display: block;
    line-height: 0;
}

.single-service-style1 .title-holder .icon span:before {
    color: var(--thm-base);
    font-size: 45px;
    line-height: 45px;
}

.single-service-style1 .title-holder .icon span &gt; img {
    max-height: 45px;
}

.service-style1__bottom-text {
    position: relative;
    display: block;
    padding-top: 3px;
}

.service-style1__bottom-text h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.service-style1__bottom-text .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 32px;
}

.service-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 1;
}

.service-style2__top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 49px;
}

.service-style2__top-title .sec-title {
    padding-bottom: 0;
}

.service-style2__top-title .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 11px;
}

.single-service-style2 {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-service-style2 .inner-box {
    position: relative;
    display: block;
    padding-bottom: 85px;
}

.single-service-style2 .inner-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-bottom: none;
}

.single-service-style2 .inner-box .img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--thm-black-rgb), .92);
    transform: perspective(400px) rotateX(90deg) scaleY(0.1);
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .6s;
    transition-property: all;
    opacity: 1;
    z-index: 1;
}

.single-service-style2:hover .inner-box .img-holder:before {
    opacity: 1.0;
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.single-service-style2 .inner-box .img-holder img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 500ms ease;
}

.single-service-style2:hover .inner-box .img-holder img {
    transform: scale(1.05) rotate(1deg);
}

.single-service-style2 .inner-box .title-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0px;
    min-height: 135px;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.single-service-style2 .inner-box .title-holder .inner-text {
    position: absolute;
    background: #f5f5f5;
    border: 4px solid #ffffff;
    left: 0;
    bottom: 0;
    right: 85px;
    padding: 22px 26px 20px;
}

.single-service-style2 .inner-box .title-holder .inner-text h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 7px;
}

.single-service-style2 .inner-box .title-holder .inner-text h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2 .inner-box .title-holder .inner-text h3 a:hover {
    color: var(--thm-base);
}

.single-service-style2 .inner-box .title-holder .inner-text p {
    margin: 0;
}

.single-service-style2 .inner-box .title-holder .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85px;
    z-index: 1;
    background: #f5f5f5;
    border: 4px solid #ffffff;
    border-left: none;
    overflow: hidden;
}

.single-service-style2 .inner-box .title-holder .icon .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.single-service-style2 .inner-box .title-holder .icon span:before {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 45px;
    line-height: 85px;
    text-align: center;
}

.single-service-style2 .inner-box .title-holder .icon .overlay a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 76px;
    text-align: center;
    transition: all 500ms ease;
    transform: translate3d(0px, 100%, 0px);
}

.single-service-style2:hover .inner-box .title-holder .icon .overlay a {
    transform: translate3d(0px, 0, 0px);
}

.service-style2-carousel {
    position: relative;
    display: block;
}

.service-style2-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
    overflow: visible;
}

.service-style2-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.service-style2-carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.service-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.thm-sidebar-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.sidebar-title {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    line-height: 0;
    padding: 19px 30px 19px;
    margin-bottom: 5px;
    z-index: 1;
}

.sidebar-title .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
}

.sidebar-title h3 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.sidebar-title h3 .border-left {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: var(--thm-base);
    margin-right: 10px;
    border-left: none !important;
}

.view-all-service {
    position: relative;
    display: block;
    background: #ffffff;
}

.view-all-service .service-pages {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 29px 29px 29px;
}

.view-all-service .service-pages li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.view-all-service .service-pages li:last-child {
    margin-bottom: 0;
}

.view-all-service .service-pages li a {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 5px 30px 5px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.view-all-service .service-pages li a:hover {
    color: var(--thm-base);
    background-color: #ffffff;
}

.view-all-service .service-pages li a i::before {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 30px;
    text-align: center;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 50px;
    background: #ffffff;
    font-weight: 700;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.view-all-service .service-pages li a:hover i::before {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
}

.view-all-service .service-pages li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 5px solid var(--thm-base);
    background: transparent;
    transform: perspective(400px) scaleY(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.view-all-service .service-pages li:hover a:after {
    transform: perspective(400px) scaleY(1.0);
}

.view-all-service .service-pages li a:before {
    font-family: FontAwesome;
    content: "\f101";
    position: absolute;
    top: 14px;
    right: 15px;
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.view-all-service .service-pages li a:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.info-ownload-box {
    position: relative;
    display: block;
    margin-top: 50px;
}

.info-ownload-box ul {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 29px 29px 29px;
}

.info-ownload-box ul li {
    position: relative;
    display: block;
    padding-top: 12px;
    margin-bottom: 20px;
}

.info-ownload-box ul li:last-child {
    margin-bottom: 0;
}

.info-ownload-box ul li .icon {
    position: absolute;
    top: 0;
    left: 10px;
    width: 40px;
    height: 50px;
    background: var(--thm-base);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
    z-index: 2;
}

.info-ownload-box ul li:hover .icon {
    background: #ffffff;
}

.info-ownload-box ul li .icon:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    width: 10px;
    height: 12px;
    border-bottom: 12px solid rgba(var(--thm-base-rgb), .80);
    border-right: 10px solid transparent;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.info-ownload-box ul li:hover .icon:after {
    border-bottom: 12px solid #bababa;
}

.info-ownload-box ul li .icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.info-ownload-box ul li:hover .icon span:before {
    color: var(--thm-base);
}

.info-ownload-box ul li .inner {
    position: relative;
    padding-left: 70px;
    padding-right: 20px;
    background: var(--thm-base-blue);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 70px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.info-ownload-box ul li .inner:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0%;
    content: "";
    background: var(--thm-base);
    transition: all .5s ease-in-out;
    transform: scaleY(0);
    z-index: -1;
}

.info-ownload-box ul li:hover .inner:before {
    top: 0;
    height: 100%;
    transform: scaleY(1.0);
}

.info-ownload-box ul li .inner .title {
    position: relative;
    display: block;
}

.info-ownload-box ul li .inner .title h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}

.info-ownload-box ul li .inner .title h6 {
    color: #b0b0bd;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.info-ownload-box ul li:hover .inner .title h6 {
    color: #ffffff;
}

.info-ownload-box ul li .inner .download-btn {
    position: relative;
    display: block;
}

.info-ownload-box ul li .inner .download-btn a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--thm-base);
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.info-ownload-box ul li:hover .inner .download-btn a {
    color: var(--thm-base);
    background: #ffffff;
}

.sidebar-contact-info-box {
    position: relative;
    display: block;
    background: #f5f5f5;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.sidebar-contact-info-box .img-box {
    position: relative;
    display: block;
    border-bottom: 10px solid #ffffff;
}

.sidebar-contact-info-box .img-box img {
    width: 100%;
}

.sidebar-contact-info-box .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar-contact-info-box .img-box .overlay-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 205px;
    padding-top: 23px;
    padding-left: 30px;
    overflow: hidden;
    z-index: 1;
}

.sidebar-contact-info-box .img-box .overlay-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.92;
    background: var(--thm-base);
    clip-path: polygon(0 0, 100% 0, 35% 100%, 0 50%);
    z-index: -1;
}

.sidebar-contact-info-box .img-box .overlay-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 94px;
    opacity: 0.92;
    border-right: 20px solid #ffffff;
    -moz-transform: skew(-48deg, 0deg);
    -webkit-transform: skew(-48deg, 0deg);
    -o-transform: skew(-48deg, 0deg);
    -ms-transform: skew(-48deg, 0deg);
    transform: skew(-48deg, 0deg);
    z-index: -1;
}

.sidebar-contact-info-box .img-box .overlay-title .border-left-box {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0px;
    right: 0;
    opacity: 1;
    border-left: 20px solid #ffffff;
    -moz-transform: skew(48deg, 0deg);
    -webkit-transform: skew(48deg, 0deg);
    -o-transform: skew(48deg, 0deg);
    -ms-transform: skew(48deg, 0deg);
    transform: skew(50deg, 0deg);
    z-index: -1;
}

.sidebar-contact-info-box .img-box .overlay-title h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

.sidebar-contact-info-box .round-box {
    position: absolute;
    top: 123px;
    left: 70px;
    width: 100px;
    height: 100px;
    background: var(--thm-base);
    border: 5px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
}

.sidebar-contact-info-box .round-box h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar-contact-info-box .round-box h6 span {
    font-weight: 400;
}

.sidebar-contact-info-box .text-box {
    position: relative;
    display: block;
    background: #f5f5f5;
    text-align: center;
    padding: 40px 20px 40px;
}

.sidebar-contact-info-box .text-box .sec-title {
    padding-bottom: 22px;
}

.sidebar-contact-info-box .text-box .sec-title.center .sub-title {
    padding: 0;
}

.sidebar-contact-info-box .text-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px;
}

.sidebar-contact-info-box .text-box h3 a {
    color: var(--thm-black);
}

.sidebar-contact-info-box .text-box p {
    margin: 0;
}

.sidebar-contact-info-box .text-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 24px;
}

.service-details-content {
    position: relative;
    display: block;
}

.service-details-content .top {
    position: relative;
    display: block;
}

.service-details-content .top h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: -8px 0 23px;
}

.service-details-content .top .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 44px;
}

.service-details-content .top .img-box img {
    width: 100%;
}

.service-details-text-box1 {
    position: relative;
    display: block;
    padding-top: 42px;
    padding-bottom: 18px;
}

.service-details-text-box2 {
    position: relative;
    display: block;
}

.service-details-text-box2 .single-box {
    position: relative;
    display: block;
    padding: 30px 0 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.service-details-text-box2 .single-box .inner {
    position: relative;
    display: block;
    padding-left: 120px;
    min-height: 120px;
}

.service-details-text-box2 .single-box .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.service-details-text-box2 .single-box .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: var(--thm-base);
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    z-index: 2;
}

.service-details-text-box2 .single-box:hover .img-box:before {
    opacity: 0.7;
}

.service-details-text-box2 .single-box .img-box img {
    border-radius: 50%;
}

.service-details-text-box2 .single-box .text-box {
    position: relative;
    display: block;
    padding-left: 25px;
}

.service-details-text-box2 .single-box .text-box h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 14px;
}

.service-details-text-box2 .single-box .text-box p {
    margin: 0;
}

.service-details-text-box3 {
    position: relative;
    display: block;
    padding-top: 52px;
}

.service-details-text-box3 .top-text {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.service-details-text-box3 .top-text h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 23px;
}

.service-details-text-box3 .top-text p {
    margin: 0;
}

.service-details-text-box3 .inner-content {
    position: relative;
    display: block;
}

.service-details-text-box3 .inner-content ul {
    position: relative;
    display: flex;
    z-index: 1;
}

.service-details-text-box3 .inner-content ul:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    bottom: 0;
    right: 1px;
    border: 1px solid #dddddd;
    border-top: none;
    z-index: -1;
}

.service-details-text-box3 .inner-content ul li {
    position: relative;
    display: block;
    max-width: 33.333333%;
    width: 100%;
    padding-top: 20px;
}

.service-details-text-box3 .inner-content ul li:before {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #dddddd;
    content: "";
}

.service-details-text-box3 .inner-content ul li:last-child:before {
    display: none;
}

.service-details-text-box3 .inner-content ul li:last-child {
    border-right: none;
}

.service-details-text-box3 .inner-content ul li .icon {
    position: absolute;
    top: 0;
    left: 40px;
    width: 60px;
    height: 60px;
    background: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.service-details-text-box3 .inner-content ul li:hover .icon {
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
}

.service-details-text-box3 .inner-content ul li .icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details-text-box3 .inner-content ul li:hover .icon span:before {
    color: var(--thm-base);
}

.service-details-text-box3 .inner-content ul li .inner {
    position: relative;
    display: block;
    padding: 68px 40px 35px;
    padding-right: 30px;
    z-index: 1;
}

.service-details-text-box3 .inner-content ul li .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--thm-base);
    z-index: -1;
    transition: all 500ms ease 100ms;
}

.service-details-text-box3 .inner-content ul li:hover .inner:before {
    height: 100%;
}

.service-details-text-box3 .inner-content ul li .inner h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details-text-box3 .inner-content ul li:hover .inner h3 {
    color: #ffffff;
}

.service-details-text-box3 .inner-content ul li .inner p {
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details-text-box3 .inner-content ul li:hover .inner p {
    color: #ffffff;
}

.additional-services-box {
    position: relative;
    display: block;
    padding-top: 52px;
}

.additional-services-box .top-box {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.additional-services-box .top-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 23px;
}

.additional-services-box .top-box p {
    margin: 0;
}

.additional-services-box .inner-content {
    position: relative;
    display: block;
}

.additional-services-box .inner-content .accordion-box .block .acc-btn .accordion-question {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.additional-services-box .inner-content .accordion-box .block .acc-btn .accordion-question i {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 50px;
    color: var(--thm-base);
    font-size: 25px;
    font-weight: 400;
    line-height: 20px;
}

.team-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
    z-index: 1;
}

.team-style1-area .pattern-bg {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base-blue);
    background-repeat: repeat;
    z-index: -1;
}

.team-style1-area .sec-title {
}

.team-style1-area .sec-title h2 {
    color: #ffffff;
}

.single-team-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-team-style1 .img-holder {
    position: relative;
    display: block;
}

.single-team-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border: 10px solid #ffffff;
    z-index: 1;
}

.single-team-style1 .img-holder .inner img {
    width: 100%;
    filter: grayscale(0%);
}

.single-team-style1:hover .img-holder .inner img {
    transform: scale(1.1) rotate(2deg);
}

.single-team-style1 .title-holder {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 30px;
    border: 10px solid #ffffff;
    border-top: none;
}

.single-team-style1 .title-holder span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 2px;
}

.single-team-style1 .title-holder span a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style1 .title-holder span a:hover {
    color: var(--thm-base);
}

.single-team-style1 .title-holder p {
    color: var(--thm-base);
    line-height: 20px;
    margin: 0;
}

.single-team-style1 .social-link-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

.team-social-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-social-link li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 5px;
}

.team-social-link li a {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    background: #2d2d3f;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-social-link li a:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.team-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
    display: none;
}

.team-style1-area--style2 {
}

.team-style1__top-title-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 49px;
}

.team-style1__top-title-box .sec-title {
    padding-bottom: 0;
}

.team-style1__top-title-box .team-style1__button-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 11px;
}

.team-page-one {
    position: relative;
}

.single-team-style1--instyle2 {
}

.single-team-style1--instyle2 .img-holder .inner {
    border: 10px solid #f5f5f5;
}

.single-team-style1--instyle2 .title-holder {
    border: 10px solid #f5f5f5;
    border-top: none;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style1--instyle2:hover .title-holder {
    box-shadow: none;
}

.single-team-style1--instyle2 .title-holder h3 a {
    color: var(--thm-black);
}

.single-team-style1--instyle2 .title-holder h3 a:hover {
    color: var(--thm-base);
}

.single-team-style1--instyle2 .team-social-link li a {
    color: #757575;
    background: #f5f5f5;
}

.single-team-style1--instyle2 .team-social-link li a:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.testimonials-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.single-testimonials-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 200px;
    min-height: 250px;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.single-testimonials-style1 .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    min-height: 250px;
    background: #f6f6f6;
    padding-top: 30px;
    z-index: 1;
}

.single-testimonials-style1 .img-holder .top-pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: #f5f5f5;
    z-index: -1;
}

.single-testimonials-style1 .img-holder .bottom-pattern-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60%;
    background: var(--thm-base);
    z-index: -1;
}

.single-testimonials-style1 .img-holder .img-box {
    position: relative;
    display: block;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 4px solid #ffffff;
    z-index: 1;
}

.single-testimonials-style1 .img-holder .img-box img {
    width: 100%;
}

.single-testimonials-style1 .img-holder .review-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.single-testimonials-style1 .img-holder .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-testimonials-style1 .img-holder .review-box ul li {
    display: inline-block;
    float: none;
    margin-right: 2px;
    text-align: center;
}

.single-testimonials-style1 .img-holder .review-box ul li:last-child {
    margin-right: 0;
}

.single-testimonials-style1 .img-holder .review-box ul li i {
    color: #ffffff;
    cursor: pointer;
}

.single-testimonials-style1 .text-holder {
    position: relative;
    display: block;
    min-height: 250px;
    padding-top: 38px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-testimonials-style1 .text-holder .top {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.single-testimonials-style1 .text-holder .top .icon {
    position: relative;
    display: block;
}

.single-testimonials-style1 .text-holder .top .icon span {
    position: relative;
    display: block;
    line-height: 0px;
}

.single-testimonials-style1 .text-holder .top .icon span::before {
    position: relative;
    display: inline-block;
    color: #e0e0e0;
    font-size: 60px;
    line-height: 50px;
}

.single-testimonials-style1 .text-holder .top .name {
    position: relative;
    display: block;
    padding-left: 30px;
}

.single-testimonials-style1 .text-holder .top .name span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.single-testimonials-style1 .text-holder .top .name span {
    color: var(--thm-base);
    font-size: 16px;
    line-height: 26px;
}

.single-testimonials-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 13px;
}

.single-testimonials-style1 .text-holder .text p {
    margin: 0;
}

.testimonials-carousel_1 {
    position: relative;
    display: block;
}

.testimonials-carousel_1.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
    overflow: visible;
}

.testimonials-carousel_1.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.testimonials-carousel_1.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.testimonials-style2-area {
    position: relative;
    display: block;
    background: var(--thm-black);
    padding: 120px 0 90px;
}

.testimonials-style2-area .sec-title h2 {
    color: #ffffff;
}

.single-testimonials-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 30px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style2:hover {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out 0.1s;
}

.single-testimonials-style2 .icon-box {
    position: relative;
    display: block;
    width: 170px;
    height: 50px;
    margin: 0 auto;
    z-index: 1;
}

.single-testimonials-style2 .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 50px solid var(--thm-black);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.single-testimonials-style2 .icon-box span {
    position: relative;
    display: block;
    line-height: 0;
}

.single-testimonials-style2 .icon-box span:before {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 30px;
    line-height: 22px;
}

.single-testimonials-style2 .text-holder {
    position: relative;
    display: block;
    padding: 31px 20px 29px;
}

.single-testimonials-style2 .text-holder h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 11px;
}

.single-testimonials-style2 .text-holder p {
    margin: 0;
}

.single-testimonials-style2 .img-holder {
    position: relative;
    display: block;
    padding-top: 45px;
}

.single-testimonials-style2 .img-holder .img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: inherit;
    z-index: 2;
}

.single-testimonials-style2 .img-holder .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-base-rgb), .70);
    border-radius: 50%;
    z-index: 1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-testimonials-style2:hover .img-holder .img-box:before {
    transform: scaleX(1.0);
}

.single-testimonials-style2 .img-holder .img-box img {
    width: 100%;
    border-radius: 50%;
}

.single-testimonials-style2 .img-holder .inner {
    position: relative;
    display: block;
    background: var(--thm-black);
    padding: 61px 0 24px;
}

.single-testimonials-style2 .img-holder .inner:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50px;
    right: 50px;
    height: 4px;
    background: var(--thm-base);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-testimonials-style2:hover .img-holder .inner:before {
    left: 0px;
    right: 0px;
}

.single-testimonials-style2 .img-holder .inner h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1px;
}

.single-testimonials-style2 .img-holder .inner span {
    color: var(--thm-base);
}

.testimonials-style3-area {
    position: relative;
    display: block;
    background: #262e39;
}

.testimonials-style3-area .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.testimonials-style3-area .row {
    margin-left: 0px;
    margin-right: 0px;
}

.testimonials-style3-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.single-testimonials-style3-box {
    position: relative;
    display: block;
    padding: 120px 60px 114px;
    transition: all 300ms ease;
    z-index: 1;
}

.single-testimonials-style3-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #2b3440;
    z-index: -1;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style3 {
    position: relative;
    display: block;
    padding-left: 90px;
    max-width: 520px;
    width: 100%;
}

.single-testimonials-style3 .quote-icon {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
}

.single-testimonials-style3 .quote-icon::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 25px;
    background: var(--thm-base);
    width: 1px;
    height: 100px;
    z-index: -1;
}

.single-testimonials-style3 .quote-icon::after {
    content: "";
    position: absolute;
    top: 55px;
    left: 31px;
    background: var(--thm-base);
    width: 1px;
    height: 120px;
}

.single-testimonials-style3 .quote-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 60px;
}

.testimonials-style3__outer-box {
    position: relative;
    display: block;
}

.testimonials-style3__outer-box .client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonials-style3__outer-box .client-info .img-box {
    position: relative;
    display: block;
    border: 3px solid #ffffff;
    width: 80px;
}

.testimonials-style3__outer-box .client-info .img-box img {
    width: 100%;
}

.testimonials-style3__outer-box .client-info .name {
    position: relative;
    display: block;
    padding-left: 30px;
}

.testimonials-style3__outer-box .client-info .name h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.testimonials-style3__outer-box .client-info .name span {
    color: #acb0b5;
}

.testimonials-style3__outer-box .client-info .name .review-box {
    position: relative;
    display: block;
    margin-top: 14px;
}

.testimonials-style3__outer-box .client-info .name .review-box ul {
    position: relative;
    display: block;
}

.testimonials-style3__outer-box .client-info .name .review-box ul li i:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
}

.testimonials-style3__outer-box .text-box {
    position: relative;
    display: block;
    margin-top: 31px;
}

.testimonials-style3__outer-box .text-box p {
    color: #acb0b5;
    margin: 0;
}

.testimonials-style3__carousel.owl-carousel {
    position: relative;
    display: block;
    max-width: 33.333333%;
    width: 100%;
    margin: 0 auto;
}

.testimonials-style3__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}

.testimonials-style3__carousel.owl-carousel .owl-stage-outer .owl-item.active .single-testimonials-style3-box:before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: all 700ms linear;
    transition-delay: 0.1s;
}

.testimonials-page-one {
    padding-bottom: 90px;
}

.testimonials-page-one .single-testimonials-style1 {
    margin-bottom: 30px;
}</pre></body></html>