a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black)
}

.blog-single-post-listing .thumbnail,
.page-wrapper,
.thm-btn,
body.locked {
    overflow: hidden
}

.thm-btn:after,
.thm-btn:hover:after {
    transition: transform .4s linear, transform .4s linear
}

.preloader,
.thm-btn:after {
    right: 0;
    bottom: 0;
    top: 0;
    left: 0
}

.mobile-nav__contact li+li,
.portfolio-details__info ul li+li {
    margin-top: 15px
}

:root {
    --thm-font: 'DM Sans', sans-serif;
    --thm-manrope-font: 'Manrope', sans-serif;
    --thm-italianno-font: 'Italianno', cursive;
    --thm-base: #82594e;
    --thm-base-rgb: 149, 77, 28;
    --thm-primary: #82594e;
    --thm-primary-rgb: 249, 77, 28;
    --thm-gray: #74787c;
    --thm-gray-rgb: 116, 120, 124;
    --thm-black: #1a1a1a;
    --thm-black-rgb: 26, 26, 26
}

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

.gutter-y-30,
.portfolio-details__gallery .row {
    --bs-gutter-y: 30px
}

body {
    font-family: var(--thm-font);
    color: #454649;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400
}

.thm-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-manrope-font)
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 0
}

.noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.container,
.main-menu .main-menu__list>li.dropdown a,
.stricky-header .main-menu__list>li.dropdown a {
    padding-right: 15px
}

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

.container {
    padding-left: 15px
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: 0 !important
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important
}
.video-esp{
    margin-top:55px;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    margin-top: 0;
    z-index: 991
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-primary);
    color: #fff
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: var(--thm-black);
    transition: .4s
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-primary);
    color: #fff;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

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

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

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

.scroll-to-top:hover i,
.thm-btn,
.thm-btn:hover {
    color: #fff
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: 0 !important;
    background-color: #82594e;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    padding: 14px 40px 15px;
    border-radius: 7px;
    transition: .3s linear;
    z-index: 1
}



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

.thm-btn:after {
    position: absolute;
    background: #dfbebf;
    content: "";
    border-radius: 7px;
    transform: perspective(200px) scaleX(.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    z-index: -1
}

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

.thm-btn:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0) translateZ(0)
}

.thm-btn i::before {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    padding-left: 5px
}

.section-title__tagline span.left,
.section-title__tagline span.right {
    width: 40px;
    background: #82594e;
    top: -5px;
    position: relative;
    display: inline-block;
    height: 3px
}

.section-title {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: 20px
}

.section-title__tagline {
    position: relative;
    display: block;
    margin-bottom: 17px
}

.preloader,
.scroll-to-top {
    position: fixed;
    text-align: center
}

.section-title__tagline span.left {
    margin-right: 15px
}

.section-title__tagline span.right {
    margin-left: 14px
}

.section-title__tagline h4 {
    position: relative;
    display: inline-block;
    color: #82594e;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none;
    font-family: var(--thm-font)
}
.section-title__tagline h1 {
    position: relative;
    display: inline-block;
    color: #82594e;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none;
    font-family: var(--thm-font)
}
.section-title__tagline h2 {
    position: relative;
    display: inline-block;
    color: #82594e;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none;
    font-family: var(--thm-font)
}
.section-title__tagline p {
    position: relative;
    display: inline-block;
    color: #82594e;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none;
    font-family: var(--thm-font)
}

.section-title__title {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: none;
    letter-spacing: -.03em
}

.title-odonto {
    font-size: 45px !important
}

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

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: #82594e
}

.preloader {
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999999999999999;
    display: flex;
    justify-content: center;
    align-items: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-blend-mode: multiply
}

.scroll-to-top {
    width: 45px;
    height: 45px;
    background: #82594e;
    bottom: 20px;
    right: 18px;
    z-index: 99;
    transition: .4s;
    display: none;
    border-radius: 50%
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px
}

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

.main-header--one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-header-one__bottom {
    position: relative;
    display: block;
    background: 0 0
}

.main-header-one__bottom::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #e5e5e5;
    content: ""
}

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

.main-header-one__bottom-inner {
    position: relative;
    display: block;
    z-index: 10
}

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

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

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

.logo-box1,
.main-menu__inner .left {
    position: relative;
    display: block
}

.logo-box1 {
    float: left;
    width: 330px;
    height: 100px;
    background: #82594e;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-box1_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .15
}

.logo-box1 img,
.logo-box2 img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer-widget__about-logo a img,
.logo-box3 img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor
}

.logo-box1 a,
.logo-box2 a,
.logo-box3 a,
.main-menu__right .btn-box,
.main-slider .btns-box {
    position: relative;
    display: inline-block
}

.main-menu__inner .middle,
.mobile-nav__social {
    display: flex;
    align-items: center
}

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

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    position: relative;
    padding-top: 34px;
    padding-bottom: 34px
}

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

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    text-transform: none;
    transition: .5s;
    font-family: var(--thm-manrope-font)
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: #82594e
}

.main-menu .main-menu__list>li.dropdown>a:after,
.stricky-header .main-menu__list>li.dropdown>a:after {
    font-family: icomoon !important;
    content: "\e901";
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
    line-height: 30px;
    font-size: 10px;
    z-index: 5
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #82594e;
    position: absolute;
    left: 0;
    bottom: -34px;
    transition: transform .5s;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
    border-radius: 1.5px
}

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

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

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

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

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

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 16px;
    line-height: 28px;
    color: var(--thm-black);
    font-weight: 500;
    display: flex;
    padding: 10px 20px;
    transition: .5s;
    font-family: var(--thm-manrope-font)
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: #82594e;
    color: #fff
}

.main-header-three__top-left ul li .text p a:hover,
.main-menu .mobile-nav__toggler,
.main-menu__right .phone_number .icon,
.main-menu__right .phone_number .number a:hover,
.main-menu__search:hover,
.mobile-nav__buttons a:hover {
    color: #82594e
}

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

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

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

.search-box {
    position: relative;
    display: block;
    padding-left: 23px;
    margin-top: 2px
}

.main-menu__search {
    position: relative;
    display: block;
    color: #2e2e36;
    font-size: 15px;
    transition: .5s;
    font-weight: 700
}

.main-menu__inner .right {
    position: relative;
    width: 340px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-menu__inner .right:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #e0e0e0;
    content: ""
}

.main-menu__right,
.main-menu__right .phone_number {
    position: relative;
    display: flex;
    align-items: center
}

.main-menu__right .phone_number .icon {
    position: relative;
    display: inline-block;
    font-size: 40px
}

.main-menu .mobile-nav__toggler:hover,
.mobile-nav__buttons a {
    color: var(--thm-black)
}

.main-menu__right .phone_number .number {
    position: relative;
    display: block;
    padding-left: 11px
}

.main-menu__right .phone_number .number p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 0;
    font-family: var(--thm-manrope-font)
}

.main-menu__right .phone_number .number a {
    color: #2e2e36;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.03em;
    transition: .5s
}

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

.stricky-header.main-menu {
    padding: 0
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

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

.stricky-header .main-menu__list>li {
    padding-top: 34px;
    padding-bottom: 34px
}

.stricky-header .main-menu__inner .right,
.stricky-header--style2 .search-box {
    display: none
}

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

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

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

    .main-menu .mobile-nav__toggler,
    .mobile-nav__buttons {
        display: none
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    cursor: pointer
}

.mobile-nav__buttons a+a,
.texto-corrido li p {
    margin-left: 10px
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    cursor: pointer;
    transition: .5s;
    margin-right: 0
}

.main-header--two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.stricky-header--style2 .main-menu__inner .left {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}

.main-header-two__bottom {
    position: relative;
    display: block;
    background: #fff
}

.main-header-two__bottom::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ececec;
    content: ""
}

.logo-box3:before,
.main-menu__right .btn-box .thm-btn::after {
    background: #82594e
}

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

.main-header-four__bottom .auto-container,
.main-header-four__top .auto-container {
    max-width: 1410px
}

.main-header-two__bottom-inner {
    position: relative;
    display: block;
    z-index: 10
}

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

.main-header-two__bottom-inner .main-menu .left {
    position: relative;
    display: flex;
    align-items: center
}

.main-header-two__bottom-inner .main-menu .left .main-menu__list {
    margin-left: 150px
}

.logo-box2 {
    position: relative;
    display: block;
    float: left
}

.main-header-two__bottom-inner .main-menu__inner .right {
    width: 300px
}

.main-header--three {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.stricky-header--style3 .main-menu__inner .left {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.stricky-header--style3 .main-header-three__bottom_right,
.stricky-header--style4 .main-header-four__bottom_right {
    display: none
}

.main-header-three__top {
    position: relative;
    display: block;
    background: #fff;
    border-bottom: 1px solid #ececec
}

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

.main-header-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap
}

.contact-form-one .contact-form,
.main-header-three__top-left,
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%
}

.main-header-three__top-left ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.main-header-three__top-left ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 9px 0 9px
}

.main-header-three__top-left ul li .icon {
    position: relative;
    display: inline-block;
    padding-right: 10px
}
@media(max-width:500px){
    .main-header-three__top-left ul li{
         width: 100%;
    }
}
.banner-one__inner-box,
.banner-two__inner-box,
.logo-box3,
.main-header-four__bottom,
.main-header-four__top,
.main-header-three__bottom,
.main-header-three__bottom-inner,
.main-header-three__bottom-inner .main-menu,
.main-header-three__top-right .search-box-two form,
.main-slider__button-box {
    display: block;
    position: relative
}

.main-header-three__top-left ul li .icon span::before {
    color: #82594e;
    font-size: 20px;
    font-weight: 700
}

.main-header-three__top-left ul li .text {
    position: relative;
    display: block
}

.main-header-three__top-left ul li .text p {
    color: #1b1d21;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    font-family: var(--thm-manrope-font)
}

.main-header-three__top-left ul li .text p a {
    color: #000000;
    font-weight: 400;
    transition: .5s;
    font-size: 16px;
}

.main-header-three__top-left ul li .text p span {
    color: #60626d;
    font-weight: 400
}

.main-header-three__top-right {
    position: absolute;
    top: 0;
    right: -305px
}

.main-header-three__top-right .search-box-two {
    position: relative;
    display: block;
    width: 275px
}

.banner-one__banner-img img,
.main-header-four__top-right .search-box-two,
.testimonial-one .owl-carousel .owl-item img {
    width: auto
}

.main-header-three__top-right .search-box-two form .form-group input[type=search] {
    color: #1b1d21;
    font-size: 18px;
    height: 67px;
    width: 100%;
    font-weight: 700;
    padding-left: 0;
    padding-right: 30px;
    background: #fff;
    border-radius: 0;
    outline: 0;
    border: none;
    font-family: var(--thm-manrope-font)
}

.main-header-three__top-right .search-box-two form .form-group button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    outline: 0;
    border: none;
    background: 0 0
}

.main-header-three__top-right .search-box-two form .form-group button i::before {
    font-size: 15px;
    color: #1b1d21;
    font-weight: 700
}

.main-header-three__bottom {
    background: #fff
}

.main-header-three__bottom-inner {
    border-right: 1px solid #ececec;
    z-index: 10
}

.main-header-three__bottom-inner .main-menu .left {
    position: relative;
    display: flex;
    align-items: center
}

.main-header-three__bottom-inner .main-menu .left .main-menu__list {
    margin-left: 100px
}

.logo-box3 {
    float: left;
    width: 300px;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 2px;
    z-index: 1
}

.logo-box3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -30px;
    right: 0;
    z-index: -1
}

.logo-box3 img {
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 45px
}

.main-header-three__bottom_right {
    position: absolute;
    top: 0;
    right: -305px;
    padding: 19px 0 20px
}

.main-menu__right .btn-box .thm-btn {
    background: #f7f7f7;
    color: #1b1d21;
    width: 275px;
    text-align: center
}

.main-menu__right .btn-box .thm-btn:hover {
    color: #fff
}

.stricky-header--style4 .main-menu__inner .left {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.main-header-four__top-left {
    width: 90%
}

.main-header-four__top-left ul li {
    justify-content: left;
    padding-left: 60px
}

.main-header-four__top-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    top: 0;
    right: 0;
    width: 10%;
    float: right
}

.main-header-four__top-right .search-box-two span {
    position: relative;
    float: left;
    color: #2e2e36;
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px
}

.main-header-four__top-right .search-box-two .main-menu__search {
    position: relative;
    float: left;
    color: #82594e;
    font-size: 15px;
    line-height: 32px
}

.main-header-four__bottom-inner {
    border-right: 0px solid
}

.logo-box3--style2 {
    width: 320px
}

.main-header-four__bottom_right {
    position: relative;
    top: 0;
    right: 0
}

.main-header-four__bottom_right .main-menu__right .btn-box .thm-btn {
    padding: 14px 0 15px;
    width: 240px;
    text-align: center
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shapeMover {

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

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

@keyframes shapeMover {

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

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

@-webkit-keyframes banner3Shake {

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

    30%,
    80% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

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

@keyframes banner3Shake {

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

    30%,
    80% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

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

@-webkit-keyframes squareMover {

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

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

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

@keyframes squareMover {

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

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

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

@-webkit-keyframes treeMove {

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

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

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

@keyframes treeMove {

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

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

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

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes zoom-fade {

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

    50% {
        transform: scale(1)
    }
}

@keyframes zoom-fade {

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

    50% {
        transform: scale(1)
    }
}

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

.counter-one .row [class*=col-],
.features-four .row [class*=col-],
.features-one .row [class*=col-],
.mobile-nav__wrapper .container,
.partner-one .row [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0);
    visibility: visible
}

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

.mobile-nav__content {
    width: 300px;
    background-color: #f8f9fa;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px
}

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

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

.mobile-nav__container .main-logo,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login,
.mobile-nav__container .topbar__buttons,
.search-popup__content .thm-btn2::before {
    display: none
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

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

.mobile-nav__content .main-menu__list ul {
    display: none
}

.mobile-nav__content .main-menu__list li ul {
    padding-left: 10px
}

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

.mobile-nav__content .main-menu__list li a.expanded,
.mobile-nav__content .main-menu__list li a:hover {
    color: #82594e
}

.mobile-nav__content .main-menu__list li a button {
    width: 28px;
    height: 28px;
    background-color: #82594e;
    border: none;
    outline: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    border-radius: 7px;
    transition: transform .5s
}

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

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

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}

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

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

.mobile-nav__social a {
    font-size: 16px;
    color: #82594e;
    transition: .5s
}

.mobile-nav__social a+a {
    margin-left: 30px
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.main-slider__content .section-title__tagline h4,
.main-slider__content .section-title__title,
.mobile-nav__social a:hover {
    color: #fff
}

.mobile-nav__contact {
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: .07em
}

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

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

.mobile-nav__contact li>i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #82594e;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    color: #fff
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform .5s, opacity .5s
}

.search-popup.active {
    transform: translateY(0)
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: .75;
    cursor: pointer
}

.search-popup__content {
    width: 100%;
    max-width: 560px
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    height: 66px;
    padding-left: 30px;
    padding-right: 90px
}

.search-popup__content .thm-btn2 {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: #82594e;
    border: none;
    transition: .2s linear 0.1s
}

.main-slider,
.main-slider .swiper-slide,
.service-one__tabs {
    position: relative
}

.search-popup__content .thm-btn2:hover {
    background-color: var(--thm-black);
    color: #fff
}

.search-popup__content .thm-btn2 i::before {
    margin: 0;
    color: #fff
}

.main-slider {
    display: block;
    overflow: hidden
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    transform: scale(1);
    transition: transform 7s;
    z-index: 1
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0d0d0d;
    opacity: .7;
    z-index: 2
}

.main-slider .container {
    position: relative;
    padding-top: 230px;
    padding-bottom: 230px;
    z-index: 2
}

.main-slider .main-slider__content,
.pricing-plan-one__content,
.team-one__content-wrapper,
.testimonial-two__left {
    position: relative;
    display: block;
    z-index: 1
}

.main-slider .main-slider__content .shape1 {
    position: absolute;
    right: -260px;
    top: -225px;
    opacity: 0;
    transform: translateY(-100%);
    z-index: -1
}

.main-slider .swiper-slide-active .main-slider__content .shape1 {
    opacity: 1;
    transform: translate(0);
    transition: 1s 0.2s
}

.main-slider .main-slider__content .section-title {
    margin-bottom: 27px;
    opacity: 0;
    transform: perspective(400px) rotateY(0) translateY(-120px);
    transform-origin: bottom;
    transition: 1s
}

.main-slider .swiper-slide-active .main-slider__content .section-title {
    opacity: 1;
    transform: perspective(400px) rotateY(0) translateY(0);
    transition-delay: 0.5s
}

.main-slider .main-slider__content .main-slider__button-box {
    opacity: 0;
    transform: perspective(400px) rotateY(0) translateY(80px);
    transform-origin: bottom;
    transition: 1.5s
}

.main-slider .swiper-slide-active .main-slider__content .main-slider__button-box {
    opacity: 1;
    transform: perspective(400px) rotateY(0) translateY(0);
    transition-delay: 1s
}

.cta-one .section-title__tagline span.left,
.cta-one .section-title__tagline span.right,
.main-slider__content .section-title__tagline span.left,
.main-slider__content .section-title__tagline span.right {
    background: #fff
}

.main-slider .main-slider__content .banner-video-gallery {
    position: relative;
    display: inline-block;
    top: 24px
}

.main-slider__content .banner-video-gallery a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    background: #fff;
    font-size: 15px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #82594e
}

.banner-video-gallery .title-box,
.banner-video-gallery .video-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

.banner-video-gallery .title-box h5,
.banner-video-gallery .video-box {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none
}

.main-slider .btns-box .thm-btn {
    position: relative;
    display: inline-block;
    padding: 17px 55px 18px
}

.main-slider__nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    transform: translateY(-50%);
    z-index: 100
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    opacity: 1;
    margin: 0;
    transition: .5s;
    z-index: 100
}

.main-slider__nav .swiper-button-prev {
    float: left;
    left: 0;
    margin-bottom: 0
}

.main-slider__nav .swiper-button-next {
    float: right;
    right: 0
}

.brochures-btn .button:hover,
.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: #fff;
    background: #82594e
}

.main-slider .swiper-slide .shape2,
.main-slider .swiper-slide .shape3 {
    width: 60px;
    background: #182343;
    z-index: 5;
    position: absolute;
    height: 60px
}

.main-slider-one #main-slider-pagination,
.main-slider-two .image-layer-overlay,
.main-slider-two .main-slider__nav,
.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after,
.owl-carousel.owl-dot-type1 .owl-dots .owl-dot span {
    display: none
}

.main-slider__nav .swiper-button-next i::before,
.main-slider__nav .swiper-button-prev i::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700
}

#main-slider-pagination {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 80px;
    transform: none;
    counter-reset: count;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

#main-slider-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    float: none;
    width: 20px;
    height: 35px;
    border-radius: 0;
    opacity: 1;
    background-color: transparent;
    transition: .2s linear 0.1s
}

#main-slider-pagination .swiper-pagination-bullet:before {
    position: absolute;
    width: 20px;
    height: 35px;
    text-align: center;
    color: #747474;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    border-bottom: 0 solid #fff;
    counter-increment: count;
    content: "" counter(count);
    transition: .2s linear 0.1s
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 0
}

.main-slider-two .vertical-line,
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.banner-one__content .section-title,
.banner-two__content .section-title {
    margin-bottom: 28px
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:focus,
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover,
.sidebar-search-box .search-form input[type=text]:focus {
    outline: 0;
    border: none
}

.main-slider .slider-bottom-shape {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 60px;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10
}

.main-slider .swiper-slide .shape2 {
    top: 30%;
    right: 5%;
    border-radius: 50%
}

.main-slider .swiper-slide .shape3 {
    bottom: 22%;
    left: 5%;
    border-radius: 50%
}

.main-slider .slide-image-box {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: perspective(400px) translateX(220px);
    transform-origin: bottom;
    transition: 1.5s
}

.main-slider .swiper-slide-active .slide-image-box {
    opacity: 1;
    transform: perspective(400px) translateX(0);
    transition-delay: 2s
}

.main-slider .slide-image-box .slider-image-bg {
    position: absolute;
    top: 120px;
    left: -120px;
    right: 0;
    text-align: center;
    z-index: -1;
    opacity: .8
}

.main-slider .image-layer--bg {
    background: #111b39
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.3)
}

.banner-one {
    position: relative;
    display: block;
    padding: 260px 0 0;
    background: #fafafa;
    min-height: 950px;
    z-index: 1
}

.banner-one__big-title {
    position: absolute;
    left: -205px;
    bottom: -236px;
    color: rgba(46, 46, 54, .03);
    font-size: 500px;
    line-height: .8em;
    font-weight: 800;
    text-transform: none;
    z-index: -1
}

.banner-one .shape1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: .03
}

.banner-one__content,
.banner-two__content {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    padding-right: 100px
}

.banner-one__content .section-title h2 {
    font-size: 80px;
    line-height: 1.1em;
    font-weight: 800
}

.banner-one__text,
.banner-two__text {
    font-size: 20px;
    margin: 0
}

.banner-one__btn,
.banner-two__btn {
    position: relative;
    display: block;
    margin-top: 35px
}

.banner-one__banner-img {
    position: absolute;
    top: -122px;
    right: -75px
}

.banner-two__banner-img1 img,
.banner-two__banner-img2 img {
    width: 100%
}

.banner-two {
    position: relative;
    display: block;
    padding: 300px 0 0;
    background: #fff;
    min-height: 870px;
    z-index: 1
}

.banner-two__inner-box .shape1 {
    position: absolute;
    top: 0;
    left: -255px;
    z-index: -1
}

.banner-two__inner-box .shape2 {
    position: absolute;
    left: -225px;
    bottom: -90px;
    z-index: -1
}

.banner-two__inner-box .shape3 {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 2
}

.banner-two__inner-box .shape4 {
    position: absolute;
    bottom: -100px;
    right: 405px;
    z-index: -1
}

.banner-two__content .section-title h2 {
    font-size: 70px;
    line-height: 1.1em;
    font-weight: 800
}

.banner-two__content .title-odonto {
    font-size: 60px !important;
    line-height: 1.1em;
    font-weight: 800
}

.banner-two__banner-img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 1
}

.banner-two__banner-img1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px
}

.banner-two__banner-img2 {
    position: absolute;
    left: -215px;
    top: -65px;
    width: 640px
}

.page-header {
    position: relative;
    display: block;
    padding: 100px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    margin-top: 150px;
    background-position: center
}

.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";

    z-index: -1
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3
}

.page-header__inner h2 {
    font-size: 60px;
    color: #fff;
    line-height: .8em;
    font-weight: 600;
    text-transform: none
}
.page-header__inner h1 {
    font-size: 60px;
    color: #fff;
    line-height: .8em;
    font-weight: 600;
    text-transform: none
}
.page-header__inner p {
    font-size: 60px;
    color: #fff;
    line-height: .8em;
    font-weight: 600;
    text-transform: none
}
.thm-breadcrumb {
    padding-top: 29px
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #82594e;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    transition: .5s
}

.thm-breadcrumb li+li {
    margin-left: 8px
}

.thm-breadcrumb li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    transition: .5s
}

.thm-breadcrumb li:hover a {
    color: #82594e;
}

.sidebar-search-box .search-form button i,
.thm-breadcrumb li i::before {
    font-size: 15px;
    color: #fff
}

.features-one {
    position: relative;
    display: block;
    padding: 0;
    margin-top: -75px
}

.features-one__single,
.features-one__single-left {
    display: flex;
    align-items: center;
    position: relative
}

.counter-one .row,
.features-four .row,
.features-one .row,
.partner-one .row {
    margin-left: 0;
    margin-right: 0
}

.features-one__single {
    justify-content: space-between;
    border-radius: 10px;
    background-color: #fff;
    margin-left: 25px;
    box-shadow: 0 10px 30px 0 rgb(226 226 226 / 69%);
    padding: 40px;
    z-index: 2;
    margin-bottom: 40px
}

.features-one__single-left-icon {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

@media(max-width:500px) {
    .features-one__single {
        margin-left: 0px
    }
    .page-header__inner h1{
        font-size:40px;
    }
}

.features-one__single-left-icon img {
    transition: .5s
}

.features-one__single:hover .features-one__single-left-icon img {
    transform: rotateY(180deg)
}

.about-one__logo,
.about-one__video-gallery,
.features-one__single-left-text,
.features-one__single-right {
    position: relative;
    display: block
}

.features-one__single-left-text h4 {
    font-size: 19px;
    line-height: 32px;
    font-weight: 800
}

.features-one__single-left-text h4 a {
    color: #2e2e36;
    transition: .2s linear 0.1s;
    font-size: 20px;
}

.features-one__single-left-text h4 a:hover {
    color: #82594e
}

.features-one__single-left-text h3 a {
    color: #2e2e36;
    transition: .2s linear 0.1s;
    font-size: 20px;
}

.features-one__single-left-text h3 a:hover {
    color: #82594e
}
.features-one__single-right-btn {
    position: relative;
    display: inline-block
}

.features-one__single-right-btn a {
    position: relative;
    display: inline-block;
    border-radius: 7px;
    background-color: #dfbebd;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    transition: .2s linear 0.1s
}

.about-one__left-img img,
.about-one__logo img,
.about-one__video-gallery img {
    width: 100%
}

.features-one__single-right-btn a:hover {
    background: #82594e;
    color: #fff;
    box-shadow: 0 10px 30px 0 #baa796;
}

.about-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 80px 0 120px
}

.about-one__left {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    z-index: 1
}

.about-one__left .shape1 {
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: -1
}

.about-one__left-img {
    position: relative;
    display: block;
    width: 373px;
    overflow: hidden
}

.about-one__left-img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(25deg);
    z-index: 2
}

.about-one__left-img:hover:before {
    -webkit-animation: 1.5s shine;
    animation: 1.5s shine
}

.about-one__left-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about-one__right,
.about-one__right-inner {
    display: block;
    position: relative
}

.about-one__video-gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 198px;
    height: 216px;
    border-bottom-right-radius: 11px;
    content: ""
}

.about-one__video-gallery .video-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-one__video-gallery .video-box a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: #82594e;
    font-size: 15px;
    transition: .5s
}

.about-one__video-gallery .video-box a:hover,
.cta-one .video-button .video-btn:hover {
    background-color: #82594e;
    color: #fff
}

.about-one__video-gallery .video-box a::after,
.about-one__video-gallery .video-box a::before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    transition: .4s
}

.about-one__video-gallery .video-box a::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.about-one__right {
    margin-left: 85px
}

.about-one__right-tagline {
    color: #82594e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-font);
    margin-bottom: 11px
}

.about-one__author-box .title p,
.about-one__right-text {
    margin: 0
}

.about-one__author-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 18px
}

.about-one__author-box .img-box,
.about-one__btn,
.feauters-two__content-box {
    display: block;
    position: relative
}

.about-one__author-box .title,
.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 30px
}

.about-one__author-box .title h3 {
    color: #2e2e36;
    font-size: 22px;
    line-height: 32px
}

.about-one__author-box .title h5 {
    position: relative;
    display: inline-block;
    color: #2e2e36;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    padding-left: 45px
}

.about-one__author-box .title h5::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #82594e;
    content: ""
}

.about-one__btn {
    margin-top: 50px
}

.about-one--about {
    position: relative;
    display: block;
    padding: 120px 0
}

.about-one--about__big-title {
    position: absolute;
    top: 230px;
    left: -360px;
    transform: rotate(-90deg)
}

.about-one--about__big-title h2 {
    color: #222631;
    font-size: 220px;
    line-height: .8em;
    font-weight: 800;
    font-family: var(--thm-font);
    letter-spacing: -.036em;
    opacity: .07
}

.about-one--about .about-one__left .shape1 {
    position: absolute;
    top: auto;
    bottom: -20px;
    right: 30px;
    z-index: -1
}

.about-one--about .about-one__left-img {
    width: 570px
}

.about-one--about .about-one__left-img img {
    width: 100%;
    border-radius: 27px
}

.about-one--about .about-one__video-gallery {
    margin-top: -75px;
    z-index: 10
}

.about-one--about .about-one__video-gallery::before {
    border-radius: 12px
}

.about-one--about .about-one__video-gallery img {
    width: 100%;
    border-radius: 12px
}

.about-one--about .about-one__left-bottom {
    margin-left: 35px;
    margin-right: 35px
}

.about-one--about .about-one__right-buttom li,
.services-details__text-box2 {
    position: relative;
    display: block;
    margin-top: 33px
}

.about-one--about .about-one__right-buttom li .icon {
    position: absolute;
    top: 7px;
    left: 0
}

.about-one--about .about-one__right-buttom li .title {
    position: relative;
    display: block;
    padding-left: 115px
}

.about-one--about .about-one__right-buttom li .title h3 {
    color: #2e2e36;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 10px
}

.about-one--about .about-one__right-buttom li .title p {
    margin: 0
}

.about-one--about .about-one__btn {
    position: relative;
    display: block;
    margin-top: 63px
}

.about-one--about .about-one__btn .thm-btn {
    color: #fff;
    background: #82594e
}

.about-one--about .about-one__btn .thm-btn:hover {
    color: #fff
}

.feauters-two__single .overlay .title h3 a:hover,
.feauters-two__single .title-holder .btn a {
    color: #82594e
}

.about-one--about .about-one__btn .thm-btn::after {
    background: #dfbebf
}

.feauters-two {
    position: relative;
    display: block;
    background: #fafafa;
    padding: 120px 0 195px;
    z-index: 3
}

.feauters-two__big-title {
    position: absolute;
    bottom: -195px;
    z-index: -1;
    left: -200px
}

.feauters-two__big-title h2 {
    color: rgba(46, 46, 54, .03);
    font-size: 500px;
    font-weight: 800;
    line-height: .8em
}

.feauters-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: .04
}

.feauters-two__content-box .shape1 {
    position: absolute;
    top: -225px;
    right: -190px;
    z-index: -1
}

.feauters-two__content-box .shape2 {
    position: absolute;
    top: -215px;
    right: -190px;
    z-index: 1
}

.counter-one__box,
.counter-one__title,
.feauters-two__single,
.feauters-two__single .img-holder,
.feauters-two__single .title-holder,
.feauters-two__single-inner {
    position: relative;
    display: block
}

.blog-one .section-title,
.blog-two .section-title,
.case-studies-two .section-title,
.feauters-two .section-title,
.testimonial-one .section-title {
    margin-bottom: 58px
}

.feauters-two__single {
    margin-bottom: 40px;
    z-index: 2
}

.feauters-two__single-inner {
    overflow: hidden
}

.feauters-two__single .img-holder .inner,
.service-one__img {
    position: relative;
    display: block;
    overflow: hidden
}

.feauters-two__single .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.feauters-two__single:hover .img-holder .inner::before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.feauters-two__single .img-holder .inner img {
    width: 100%;
    transform: scale(1);
    transition: .7s
}

.feauters-two__single:hover .img-holder .inner img,
.team-one__single:hover .team-one__single-img img {
    transform: scale(1.1)
}

.feauters-two__single .title-holder {
    padding: 22px 0 52px;
    background: 0 0;
    transform: scale(1) translateY(0);
    transition: .4s ease-in-out .1s
}

.feauters-two__single .overlay,
.team-one__single-title-overly {
    opacity: 0;
    visibility: hidden;
    transform-origin: center;
    transition: .4s ease-in-out .1s
}

.feauters-two__single:hover .title-holder {
    opacity: 0;
    transform: scale(1) translateY(-40px)
}

.feauters-two__single .title-holder .btn {
    position: absolute;
    top: -22px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 10px 30px 0 #ebebeb
}

.feauters-two__single .title-holder .btn a i::before {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden
}

.feauters-two__single .title-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800
}

.feauters-two__single .title-holder h3 a {
    color: var(--thm-black)
}

.feauters-two__single .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d;
    transform: scale(1) translateY(65px)
}

.feauters-two__single:hover .overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0)
}

.feauters-two__single .overlay .title {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 #ebebeb;
    padding: 22px 30px 20px;
    border-radius: 7px
}

.feauters-two__single .overlay .title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800
}

.feauters-two__single .overlay .title h3 a {
    color: var(--thm-black);
    transition: .2s linear 0.1s
}

.feauters-two__single .overlay .title p {
    margin: 7px 0 0
}

.feauters-two__single .overlay .title .btn {
    position: absolute;
    top: -22px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #82594e;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 10px 30px 0 #f94d1c
}

.feauters-two__single .overlay .title .btn a {
    color: #fff
}

.feauters-two__single .overlay .title .btn a i::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px
}

.counter-one {
    position: relative;
    display: block;
    margin-bottom: 0px;
    margin-top: -140px;
    z-index: 3
}

.counter-one .auto-container {
    max-width: 1360px
}

.counter-one__wrapper {
    position: relative;
    display: block;
    background: #90594c;
    border-radius: 12px;
    z-index: 1;
    padding-left: 0px
}

.counter-one__company-chievement-img,
.counter-one__company-chievement-img.style2::before,
.counter-one__company-chievement-img::before {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    bottom: 0
}

.counter-one--counter-three .counter-one__wrapper {
    padding-left: 0
}

.counter-one__wrapper .shape1 {
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: -1
}

.counter-one__single {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 80px;
    margin-bottom: 40px
}

.counter-one__single-icon {
    position: relative;
    display: inline-block
}

.counter-one__outer {
    position: relative;
    display: block;
    top: 10px;
    padding-left: 5px
}

@media(max-width:500px) {
    .counter-one__outer {
        padding-left: 0px
    }
}

.counter-one__box .icon {
    position: relative;
    display: inline-block
}

@media(max-width:500px) {
    .counter-one__box {
        text-align: -webkit-center;
    }
}

.counter-one__single-text {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
    justify-content: center;

}
.counter-one__single-text .two{
    margin-left: 34px;

}
.counter-one__single-text .odometer.odometer-auto-theme {
    line-height: 40px
}

.counter-one__single-text span {
    display: inline-block
}

.counter-one__single-text .icon {
    position: absolute;
    top: 5px;
    right: 135px;
    font-size: 35px;
}

.counter-one__title h6 {
    text-align: -webkit-center;
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif
}
.counter-one__title p {
    text-align: -webkit-center;
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif
}
.counter-one__company-chievement-box {
    position: relative;
    display: block;
    min-height: 235px
}

.counter-one__company-chievement-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 235px
}

.counter-one__company-chievement-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(226, 50, 0, .7);
    content: "";
    z-index: 1
}

.counter-one__company-chievement-img img {
    width: 100%
}

.counter-one__company-chievement-img .overly-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3
}

.counter-one__company-chievement-img .overly-content h2 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    font-weight: 800
}

.counter-one__company-chievement-img .overly-content .button {
    position: relative;
    display: block;
    margin-top: 17px
}

.counter-one__company-chievement-img .overly-content .button .company-chievement-btn {
    background: #fff;
    color: #82594e
}

.counter-one__company-chievement-img .overly-content .button .company-chievement-btn:hover {
    color: #fff
}

.counter-one__company-chievement-img.style2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(218 174 91 / 35%);
    content: "";
    z-index: 1
}

.counter-one__company-chievement-img.style2 .overly-content .button .company-chievement-btn {
    color: #222631
}

.counter-one__company-chievement-img.style2 .overly-content .button .company-chievement-btn:hover {
    color: #fff
}

.service-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0
}

.case-studies-one .section-title,
.contact-form-one .section-title,
.contact-page .section-title,
.cta-one .section-title,
.faq-one .section-title,
.features-three .section-title,
.partner-one .section-title,
.service-one .section-title,
.team-one .section-title,
.team-two .section-title {
    margin-bottom: 59px
}

.service-one__tabs .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 80px
}

.service-one__tabs .tab-buttons .tab-btn {
    position: relative;
    background: #f4f4f5;
    color: #2e2e36
}

.service-one__tabs .tab-buttons .tab-btn.active-btn {
    background: #82594e;
    color: #fff
}

.service-one__tabs .tab-buttons .tab-btn::after {
    background: #82594e
}

.service-one__tabs .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    transition: .2s linear 0.1s
}

.service-one__tabs .tab-buttons .tab-btn:hover span {
    color: #fff
}

.service-one__tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
    width: 265px;
    text-align: center
}

.service-one__tabs .tab-buttons li:last-child {
    margin-right: 0
}

.service-one__tabs .tabs-content .tab {
    position: relative;
    display: none;
    transform: translateY(35px);
    transition: .6s;
    z-index: 10
}

.service-one__tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0;
    transform: translateY(0)
}

.service-one__tabs .image-col,
.service-one__tabs .text-col {
    position: relative
}

.service-one__tabs .image-col .inner {
    position: relative;
    display: block
}

.service-one__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.service-one__img:hover:before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.service-one__img img,
.testimonial-one-img img {
    width: 100%
}

.service-one__tabs .text-col .inner {
    position: relative;
    display: block
}

.service-one__tabs .tabs-content .service-one__right {
    position: relative;
    display: block;
    margin-left: 70px
}

.service-one__tabs .tabs-content .service-one__right-title {
    color: #2e2e36;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 26px
}

.service-one__tabs .tabs-content .service-one__right-text,
.team-one__single-title p,
.team-one__single-title-overly p {
    margin: 0
}

.service-one__tabs .tabs-content .service-one__right-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 31px
}

.service-one__tabs .tabs-content .service-one__right-list li {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px
}

.service-one__tabs .tabs-content .service-one__right-list li:last-child {
    margin-bottom: 0
}

.service-one__tabs .tabs-content .service-one__right-list li i::before {
    position: relative;
    display: inline-block;
    top: 3px;
    color: #82594e;
    font-size: 25px;
    padding-right: 15px
}

.service-one__tabs .tabs-content .service-one__right .buttons {
    position: relative;
    display: block;
    margin-top: 43px
}

.service-one__tabs .tabs-content .service-one__right .buttons .service-one-btn {
    background: #f4f4f5;
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.service-one__tabs .tabs-content .service-one__right .buttons .service-one-btn:hover {
    color: #fff
}

.service-one__tabs .tabs-content .service-one__right .buttons .service-one-btn::after {
    background: #82594e
}

.team-one {
    position: relative;
    display: block;
    background: #fff;
    border-top: 1px solid #ededed;
    padding: 120px 0;
    z-index: 1
}

.team-one__big-title {
    position: absolute;
    top: -260px;
    left: 200px;
    z-index: -1
}

.cta-one__wrapper,
.team-one__single-img,
.team-one__single-title,
.team-one__single-wrapper,
.testimonial-one__content-box,
.testimonial-one__single {
    position: relative;
    display: block
}

.team-one__big-title h2 {
    color: rgba(46, 46, 54, .03);
    font-size: 500px;
    font-weight: 800;
    line-height: .8em
}

.team-one__single-title h4,
.team-one__single-title-overly h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800
}

.contact-box__single,
.contact-form-one .contact-form form .input-box,
.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.team-one__single-img {
    overflow: hidden;
    z-index: 3
}

.team-one__single-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #82594e57;
    opacity: 0;
    border-radius: 6px;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    z-index: 2
}

.team-one__single:hover .team-one__single-img:before {
    opacity: .7;
    transform: perspective(400px) rotateX(0)
}

.team-one__single-img img {
    width: 100%;
    transform: scale(1);
    transition: .7s
}

.team-one__single-title {
    padding: 27px 0 50px
}

.team-one__single-title h4 a {
    color: var(--thm-black);
    transition: .2s linear 0.1s
}

.team-one__single-title h4 a:hover {
    color: #82594e
}

.team-one__single-title-overly {
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 #ebebeb;
    padding: 27px 30px 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d;
    transform: scale(1) translateY(65px);
    z-index: 3
}

.cta-one,
.testimonial-one {
    padding: 120px 0;
    display: block
}

.team-one__single:hover .team-one__single-title-overly {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0)
}

.team-one__single-title-overly h4 a {
    color: var(--thm-black);
    transition: .2s linear 0.1s
}

.team-one__single-title-overly h4 a:hover {
    color: #82594e
}

.team-one__single-title-overly .social-icon {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 10px
}

.tag-social-share-box .tag-list li,
.team-one__single-title-overly .social-icon li {
    position: relative;
    float: left;
    margin-right: 5px
}

.blog-one__meta-info li:last-child,
.team-one__single-title-overly .social-icon li:last-child {
    margin-right: 0
}

.team-one__single-title-overly .social-icon li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background: #f4f4f5;
    font-size: 15px;
    color: #74787c;
    transition: .2s linear 0.1s
}

.team-one__single-title-overly .social-icon li a:hover,
.testimonial-one .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-one .owl-carousel .owl-nav button.owl-prev:hover {
    background: #82594e;
    color: #fff
}

.team-one__single-title-overly .icon {
    position: absolute;
    top: -22px;
    right: 25px
}

.team-one__single-title-overly .icon a {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #82594e;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 10px 30px 0 #dfbebf
}

.team-one__button {
    position: relative;
    display: block;
    text-align: center;
   
}

.team-one__button .team-one__btn {
    background: #f4f4f5;
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.cta-one .section-title__tagline h4,
.cta-one .section-title__title,
.cta-one .section-title__tagline h2,
.cta-one .video-button .video-btn:hover i,
.team-one__button .team-one__btn:hover {
    color: #fff
}

.team-one .team-one__button .team-one__btn::after {
    background: #82594e
}

.team-one__button-team {
    text-align: left;
    position: relative;
    display: block;
    z-index: 10;
    margin-top: 0
}

.cta-one {
    position: relative;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat
}

.cta-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ""
}

.cta-one .video-button {
    position: relative;
    display: inline-block;
    padding-left: 10px
}

.cta-one .video-button .video-btn {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 13px 40px 15px;
    border-radius: 7px;
    color: #2e2e36;
    transition: .5s
}

.cta-one .video-button .video-btn .txt {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: none
}

.cta-one .video-button .video-btn i {
    font-size: 15px;
    color: #82594e;
    padding-left: 10px;
    transition: .5s
}

.testimonial-one {
    position: relative;
    background: #fafafa;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: -250px;
    border-radius: 12px;
    z-index: 1
}

.testimonial-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .04
}

.testimonial-one__big-title {
    position: absolute;
    left: -200px;
    bottom: -130px;
    z-index: -1
}

.footer-one .big-title h2,
.testimonial-one__big-title h2 {
    color: rgba(46, 46, 54, .03);
    font-size: 500px;
    line-height: .8em;
    font-weight: 800
}

.testimonial-one__text-box {
    position: relative;
    display: block;
    background: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 39px 50px;
    box-shadow: 0 10px 30px 0 rgb(235 235 235);
    margin-right: 150px
}

.testimonial-one__icon {
    position: absolute;
    left: 50px;
    bottom: 20px;
    opacity: .03
}

.testimonial-one__text-box p {
    margin: 0
}

.testimonial-one__text-box-botton {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 14px
}

.testimonial-one__text-box-botton .icon {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    padding-top: 7px
}

.testimonial-one__text-box-botton .icon i::before {
    position: relative;
    display: inline-block;
    color: #82594e;
    font-size: 25px;
    transform: rotate(180deg)
}

.footer-widget__column,
.footer-widget__newsletter,
.footer-widget__overview,
.info-one__img,
.partner-one__img,
.testimonial-one__text-box-botton .title {
    position: relative;
    display: block
}

.testimonial-one__text-box-botton .title h3 {
    color: #2e2e36;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800
}

.testimonial-one__text-box-botton .title p {
    margin: 0;
    font-weight: 500
}

.testimonial-one-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 285px
}

.testimonial-one .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -154px;
    right: 0
}

.testimonial-one .owl-carousel .owl-nav button.owl-next,
.testimonial-one .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 7px;
    background-color: #fff;
    color: #82594e;
    box-shadow: 0 10px 30px 0 #ebebeb;
    outline: 0;
    transition: .2s linear 0.1s
}

.testimonial-one--testimonial {
    position: relative;
    display: block;
    margin-top: 0
}

.owl-carousel.owl-dot-type1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0
}

.owl-carousel.owl-dot-type1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 12px;
    margin: 0 !important
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 4px solid #cacacc;
    margin: 80px 5px 0;
    padding: 0;
    border-radius: 50%;
    transition: .1s linear 0.1s
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot.active {
    border-color: #82594e;
    outline: 0
}

.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background: #fff;
    z-index: 2
}

.blog-one .shape1 {
    position: absolute;
    right: -224px;
    bottom: -200px;
    z-index: 1
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 2
}

.blog-one__single-img {
    position: relative;
    display: block;
    overflow: hidden
}

.blog-one__single-img::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #82594e;
    transition: .5s ease-in-out .1s;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1
}

.blog-one__single:hover .blog-one__single-img::after {
    opacity: .8;
    transform: scaleY(1)
}

.blog-one__single-img img {
    width: 100%;
    transform: scale(1);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s
}

.blog-one__single:hover .blog-one__single-img img {
    transform: scale(1.2) rotate(1deg)
}

.info-one__single:hover .info-one__img img,
.partner-one__single:hover .partner-one__img a {
    transform: scale(1.1)
}

.blog-one__single-img .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom
}

.blog-one__single:hover .blog-one__single-img .overlay-icon {
    transform: perspective(400px) scaleY(1)
}

.blog-one__single .blog-one__single-img .overlay-icon a,
.footer-contact-info ul li .icon {
    position: relative;
    display: inline-block
}

.blog-one__single .blog-one__single-img .overlay-icon span {
    color: #fff;
    font-size: 40px;
    line-height: 40px
}

.blog-one__single-text-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ededed;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 32px 35px;
    transition: .2s linear 0.1s
}

.blog-one__single:hover .blog-one__single-text-box {
    box-shadow: 0 10px 30px 0 #ebebeb;
    border: 0 solid px
}

.blog-one__single-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 7px
}

.blog-one__single-title::before {
    position: absolute;
    top: 0;
    left: -35px;
    width: 3px;
    height: 100%;
    background: #82594e;
    content: ""
}

.blog-one__single-title a {
    color: var(--thm-black);
    transition: .2s linear 0.1s
}

.partner-one__img a,
.partner-one__img a img {
    transition: .2s ease-in-out .1s
}

.blog-one__single-title a:hover {
    color: #82594e
}

.blog-one__single-text {
    margin: 0
}

.blog-one__meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 13px
}

.blog-one__meta-info li {
    position: relative;
    float: left;
    color: #74787c;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    margin-right: 30px
}

.blog-one__meta-info li i::before {
    color: #74787c;
    font-size: 17px;
    padding-right: 10px
}

.blog-one__meta-info li a {
    color: #74787c
}

.partner-one {
    position: relative;
    display: block;
    padding: 0
}

.partner-one__content {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    border-right: 1px solid #ededed
}

.partner-one__single {
    position: relative;
    display: block;
    float: left;
    padding: 60px 0;
    min-height: 170px;
    background: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    text-align: center;
    z-index: 1;
    transition: .2s linear 0.3s;
    width: 100%
}

.partner-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition: .5s ease-in-out .1s;
    z-index: -1
}

.partner-one__single:hover:before {
    opacity: 1;
    transform: scaleY(1)
}

.partner-one__single:hover {
    border-color: #fafafa
}

.partner-one__single:first-child {
    border-left: 1px solid #ededed;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    transition: .2s linear 0.1s
}

.partner-one__single:hover:first-child {
    border-left: 1px solid #fafafa
}

.partner-one__single:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px
}

.partner-one__img a {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.partner-one__single:hover .partner-one__img a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: .8s ease-in-out .1s
}

.partner-one--about {
    position: relative;
    display: block;
    padding: 0 0 160px
}

.history-timeline,
.partner-one--services,
.team-details-one,
.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0
}

.info-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 2;
    margin-bottom: -160px
}

.info-one__single {
    position: relative;
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 7px
}

.footer-contact-info ul li .text p,
.footer-contact-info ul li:last-child,
.footer-widget__company-list li:last-child,
.footer-widget__overview-list li:last-child {
    margin-bottom: 0
}

.info-one__single::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(15, 15, 29, .75);
    content: "";
    border-radius: 7px;
    z-index: 1
}

.info-one__single::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 7px;
    transform: translate(-50%, -50%);
    opacity: 0
}

.info-one__single:hover:after {
    -webkit-animation: .95s circle;
    animation: .95s circle
}

.info-one__img img {
    width: 100%;
    transform: scale(1);
    transition: .7s
}

.info-one__overly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 45px 55px 55px;
    z-index: 3
}

.info-one__overly h2 {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700
}

.info-one__overly .button {
    position: relative;
    display: inline-block;
    margin-top: 19px
}

.info-one__overly .button .info-one__btn {
    background: 0 0;
    border: 2px solid #62656d;
    padding: 5px 25px
}

.info-one__overly .button .info-one__btn:hover {
    border-color: transparent
}

.info-one__overly .button .info-one__btn::after {
    background: #82594e
}

.info-one--contact {
    position: relative;
    display: block;
    padding: 120px 0 80px;
    margin-bottom: 0
}

.redes-footer ul {
    display: flex !important
}

.footer-one {
    position: relative;
    display: block;
    background: #fafafa;
    z-index: 1
}

.footer-one__bg {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: -30px;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .07;
    z-index: -1
}

.footer-two__bg.style2 {
    opacity: .03
}

.footer-one .big-title {
    position: absolute;
    left: 35px;
    bottom: -60px
}

.footer-one__top {
    position: relative;
    display: block;
    padding: 200px 0 70px
}

.footer-widget__column.mar-top {
    margin-top: -7px
}

.footer-widget__title {
    color: #2e2e36;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 18px
}

.footer-widget__overview-list {
    position: relative;
    display: block;
    overflow: hidden
}

.footer-widget__overview-list li {
    position: relative;
    display: block;
    margin-bottom: 13px
}

.footer-widget__overview-list li i::before {
    font-size: 16px;
    padding-right: 10px
}

.footer-widget__overview-list li a {
    color: #74787c;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    transition: .2s linear 0.1s
}

.footer-widget__overview-list li a:hover {
    color: #82594e
}

.footer-widget__company {
    position: relative;
    display: block;
    margin-left: 20px
}

.footer-widget__company-list {
    position: relative;
    display: block;
    overflow: hidden
}

.footer-widget__company-list li {
    position: relative;
    display: block;
    margin-bottom: 13px
}

.footer-widget__company-list li i::before {
    font-size: 16px;
    padding-right: 10px
}

.footer-widget__company-list li a {
    color: #74787c;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    transition: .2s linear 0.1s
}

.footer-contact-info ul li .text a:hover,
.footer-one__bottom-text p a,
.footer-widget__company-list li a:hover {
    color: #82594e
}

.footer-widget__newsletter-text {
    margin: 0 0 25px
}

.footer-widget__newsletter .footer-widget__title {
    margin-bottom: 17px
}

.footer-contact-info,
.footer-contact-info ul,
.footer-contact-info ul li .text,
.footer-widget__newsletter-form,
.footer-widget__newsletter-input-box {
    position: relative;
    display: block
}

.footer-widget__newsletter-input-box input[type=email] {
    color: #74787c;
    font-size: 17px;
    height: 55px;
    width: 100%;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    border-radius: 7px;
    outline: 0;
    border: none;
    box-shadow: 0 10px 60px 0 rgb(209, 209, 209, .4)
}

.footer-widget__newsletter .newsletter__button {
    position: relative;
    display: block;
    margin-top: 10px
}

.footer-widget__newsletter .newsletter__button .footer-btn {
    outline: 0;
    border: none;
    padding: 0;
    border-radius: 7px
}

.footer-widget__about {
    position: relative;
    display: block;
    float: right
}

.footer-widget__about-logo {
    position: relative;
    display: block;
    margin-bottom: 27px
}

.footer-widget__about-logo a img {
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer-contact-info ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px
}

.footer-contact-info ul li .icon i::before {
    position: relative;
    display: inline-block;
    top: 3px;
    color: #82594e;
    font-size: 25px;
    line-height: 35px;
    padding-right: 15px
}

.footer-contact-info ul li .text a {
    color: #74787c;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    transition: .2s linear 0.1s
}

.footer-one__bottom {
    position: relative;
    display: block;
    background: #f1f1f1;
    padding: 20px 0;
    border-radius: 7px
}

.about-two__left,
.footer-one__bottom-inner,
.footer-one__bottom-text,
.footer-widget__lastest-news {
    position: relative;
    display: block
}

.footer-one__bottom-text p {
    margin: 0
}

.footer-one--footer-two {
    position: relative;
    display: block;
    background: #f8f9fa
}

.features-three,
.footer-two__bg {
    background-repeat: no-repeat;
    bottom: 0;
    right: 0
}

.footer-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    opacity: .07
}

.footer-one--footer-two .footer-one__top {
    padding: 160px 0 80px
}

.footer-one--footer-two .footer-contact-info ul li .text a,
.footer-one--footer-two .footer-contact-info ul li .text p,
.footer-one--footer-two .footer-widget__newsletter-text,
.footer-one--footer-two .footer-widget__title {
    color: #000
}

.footer-one--footer-two .footer-widget__company-list li a {
    color: #000;
    transition: .2s linear 0.1s
}

.footer-one--footer-two .footer-contact-info ul li .text a:hover,
.footer-one--footer-two .footer-widget__company-list li:hover a,
.lastest-news__single-title h6 a:hover {
    color: #82594e
}

.footer-widget__lastest-news ul {
    position: relative;
    display: block;
    overflow: hidden
}

.lastest-news__single,
.service-details-features-item .icon {
    position: relative;
    display: block;
    margin-bottom: 8px
}

.lastest-news__single:last-child,
.swiper-slide .case-studies-one__single {
    margin-bottom: 0
}

.lastest-news__single-img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 70px;
    height: 70px
}

.lastest-news__single-title {
    position: relative;
    display: block;
    padding-left: 85px
}

.lastest-news__single-title h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 2px
}

.lastest-news__single-title h6 a {
    color: #fff;
    transition: .2s linear 0.1s
}

.lastest-news__single-title p {
    color: #a6a9b3;
    font-size: 14px;
    line-height: 28px;
    margin: 0
}

.features-three__single:hover .features-three__single-text,
.features-three__single:hover .features-three__single-title a,
.footer-widget__lastest-news-btn a {
    color: #fff
}

.lastest-news__single-title p i::before {
    color: #a6a9b3;
    font-size: 15px;
    line-height: 25px;
    padding-right: 10px
}

.footer-widget__lastest-news-btn {
    position: relative;
    display: inline-block
}

.footer-widget__lastest-news-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.footer-widget__lastest-news-btn a i::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px
}

.footer-one--footer-two .footer-widget__lastest-news,
.footer-one--footer-two .footer-widget__newsletter {
    margin-left: -30px
}

.footer-one--footer-two .footer-widget__newsletter-input-box input[type=email] {
    width: 245px
}

.footer-one--footer-two .footer-one__bottom {
    position: relative;
    display: block;
    background: 0 0;
    padding: 20px 0;
    border-top: 1px solid #393c46
}

.features-three,
.features-three__single .layer-outer {
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    top: 0;
    left: 0
}

.features-three {
    position: relative;
    display: block
}

.features-three__content-box {
    position: relative;
    display: block;
    padding: 120px 0 80px
}

.features-three__single {
    position: relative;
    display: block;
    background: #fff;
    padding: 45px 35px;
    border-radius: 7px;
    margin-bottom: 40px;
    z-index: 1
}

.features-three__single .layer-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out .1s;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1
}

.features-three__single:hover .layer-outer {
    transform: scaleY(1)
}

.features-three__single .layer-outer::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #dfbebd;
    content: "";
    border-radius: 7px
}

.features-three__single-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 17px
}

.features-three__single-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 7px;
    transition: .2s linear 0.1s
}

.features-three__single-title a {
    color: #222631;
    transition: .2s linear 0.1s
}

.features-three__single-title a:hover,
.features-three__single:hover .features-three__single-title a:hover {
    color: #82594e
}

.features-three__single-text {
    margin: 0;
    transition: .2s linear 0.1s
}

.features-three__single-btn {
    position: relative;
    display: inline-block;
    margin-top: 20px
}

.features-three__single-btn a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 7px;
    background: #dfbebd;
    color: #222631;
    transition: .2s linear 0.1s
}

.about-two__left-img1 img,
.case-studies-one__single-img img,
.service-two__img img,
.testimonial-two__img1 img,
.testimonial-two__img2 img {
    width: 100%
}

@media(max-width:500px) {
    .testimonial-two__img1 img {
        margin-left: 55px
    }
}

.features-three__single:hover .features-three__single-btn a {
    color: #82594e;
    background: #fff
}

.features-three__single-btn a i::before {
    font-size: 15px
}

.features-three--about {
    position: relative;
    display: block;
    background: #fafafa
}

.blog-two,
.features-three--about .features-three__content-box {
    position: relative;
    display: block;
    padding: 120px 0 80px
}

.features-three--about .features-three__single-btn a {
    background-color: rgba(var(--thm-base-rgb), .1);
    color: #82594e
}

.features-three--services {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.features-three--services .features-three__content-box {
    padding: 120px 0 80px
}

.features-three--services .features-three__single-btn a {
    background-color: rgba(var(--thm-base-rgb), .1);
    color: #82594e
}

.about-two {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0
}

.about-two__big-title {
    position: absolute;
    left: -400px;
    bottom: 170px;
    transform: rotate(-90deg);
    z-index: 1
}

.about-two__big-title h2 {
    color: #222631;
    font-size: 220px;
    line-height: .6em;
    font-weight: 800;
    font-family: var(--thm-font);
    letter-spacing: -.036em;
    opacity: .07
}

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

.about-two__left-img1,
.testimonial-two__img1 {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.about-two__left-img1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.about-two__left-img1:hover:before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.about-two__left-img2 {
    position: absolute;
    bottom: -70px;
    left: 270px;
    z-index: 10
}

.about-two__left-img2::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%
}

.about-two__left-img2 .video-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-two__left-img2 .video-box a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 15px;
    transition: .5s
}

.about-two__left-img2 .video-box a::after,
.about-two__left-img2 .video-box a::before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    transition: .4s
}

.about-two__left-img2 .video-box a::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.about-two__left-img2 .video-box a i::before {
    color: #82594e
}

.about-two__left-img2 img {
    border-radius: 50%
}

.about-two__right {
    position: relative;
    display: block;
    padding-top: 0;
    margin-left: 85px
}

.about-two__right-bottom .text p,
.about-two__right-text {
    margin: 0
}

.about-two__right-inner,
.service-two__content-box,
.service-two__img-box,
.service-two__inner {
    position: relative;
    display: block
}

.about-two__right-bottom {
    position: relative;
    display: block;
    margin-top: 30px
}

.about-two__right-bottom .icon {
    position: absolute;
    top: 10px;
    left: 0
}

.about-two__right-bottom .text {
    position: relative;
    display: block;
    padding-left: 115px
}

.about-two__right-btn {
    position: relative;
    display: block;
    margin-top: 50px
}

.about-two__right-btn .thm-btn {
    color: #fff;
    border: 2px solid #86574c;
    background: #86574c;
}

.about-two__right-btn .thm-btn::after,
.about-two__right-btn .thm-btn:hover {
    background: #dfbebf;
    border: 2px solid #dfbebf;
}

.service-two {
    position: relative;
    display: block;
    background: #f8f9fa;
    padding: 120px 0
}

.portfolio-details__info__title,
.related-portfolio__bg,
.service-two__bg {
    background-repeat: no-repeat;
    background-size: cover
}

.service-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center
}

.service-two__single {
    position: relative;
    display: block;
    margin-bottom: 44px
}

.service-two__single-icon {
    position: absolute;
    top: 6px;
    left: 0
}

.service-two__single-icon img {
    transition: .5s
}

.service-two__single:hover .service-two__single-icon img {
    transform: rotateY(180deg)
}

.service-two__single-text {
    position: relative;
    display: block;
    padding-left: 115px
}

.service-two__single-text h4 {
    color: #222631;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 9px;
    transition: .5s
}

.service-two__single-text h4 a:hover {
    color: #82594e
}

.portfolio-details__gallery figure,
.service-two__single-text p,
.testimonial-two__single-text2 {
    margin: 0
}

.service-two__btn {
    position: relative;
    display: block;
    margin-top: 6px
}

.three-btn {
    display: flex;
    margin-top: 20px;
    justify-content: center
}

.service-two__btn .thm-btn {
    color: #fff;
    background: #86574c;
}

.service-two__btn .thm-btn:hover {
    color: #fff
}

.service-two__btn .thm-btn::after {
    background: #dfbebf
}

.service-two__img {
    position: relative;
    display: block;
    width: 597px;
    height: 693px;
    overflow: hidden
}

.service-two__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.service-two__img:hover:before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.case-studies-one {
    position: relative;
    display: block;
    padding: 120px 0 100px
}

.case-studies-one__big-title {
    position: absolute;
    left: 48%;
    top: 30px
}

.case-studies-one__big-title h2 {
    font-size: 350px;
    line-height: 1em;
    font-weight: 800;
    opacity: .03
}

.case-studies-one .container-fluid {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-right: 70px
}

.case-studies-one__single {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 7px
}

.case-studies-one__single::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 7px;
    background-image: linear-gradient(0deg, rgba(19, 22, 31, .94902) 0, rgba(34, 38, 49, 0) 100%);
    height: 450px;
    content: "";
    z-index: 1
}

.case-studies-one__single-img,
.testimonial-two__content,
.testimonial-two__img-box,
.testimonial-two__single,
.working-process-one__single,
.working-process-one__wrapper {
    position: relative;
    display: block
}

.case-studies-one__single-img img {
    transform: scale(1);
    transition: .7s
}

.case-studies-one__single:hover .case-studies-one__single-img img,
.services-details-img1:hover img,
.services-details-img2:hover img {
    transform: scale(1.1)
}

.case-studies-one__single-img .overly-text {
    position: absolute;
    left: 25px;
    bottom: 35px;
    z-index: 2
}

.case-studies-one__single-img .overly-text h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 2px
}

.case-studies-one__single-img .overly-text h3 a {
    color: #fff;
    transition: .2s linear 0.1s;
    font-size: 20px
}

.case-studies-one__single-img .overly-text h3 a:hover {
    color: #fff;
    opacity: .8
}

.about-three__text,
.case-studies-one__single-img .overly-text p {
    color: #fff;
    margin: 0
}

.case-studies-one__single-img .overly-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2
}

.case-studies-one__single-img .overly-btn a {
    position: relative;
    display: inline-block;
    color: #222631;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f3f6f8;
    border-radius: 7px;
    text-align: center;
    transition: .2s linear 0.1s
}

.case-studies-one__single-img .overly-btn a:hover {
    background: #82594e;
    color: #fff
}

.related-portfolio {
    position: relative;
    background-color: #fafafa;
    padding-top: 120px;
    padding-bottom: 120px
}

.related-portfolio__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center top;
    opacity: .04
}

.portfolio-details {
    padding-top: 0;
    padding-bottom: 120px
}

.portfolio-details__content__title {
    font-size: 30px;
    color: var(--thm-black);
    margin: 45px 0 35px
}

.portfolio-details__content p {
    margin: 0;
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 32px
}

.portfolio-details__content p.letter-caps {
    margin-top: 20px
}

.portfolio-details__content p.letter-caps::first-letter {
    font-size: 30px;
    padding: 5px 10px;
    background-color: #82594e;
    border-radius: 7px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    margin-right: 15px
}

.portfolio-details__content p+p {
    margin-top: 25px
}

.portfolio-details__content blockquote {
    border-left: 3px solid;
    border-color: #82594e;
    padding-left: 25px;
    font-family: var(--thm-manrope-font);
    font-size: 16px;
    line-height: 32px;
    color: var(--thm-black);
    margin: 25px 0
}

.portfolio-details__gallery figure img {
    width: 100%;
    display: block;
    border-radius: 7px
}

.portfolio-details__info {
    margin-top: 50px;
    border-radius: 7px;
    box-shadow: 0 10px 60px 0 rgba(212, 212, 212, .38)
}

.portfolio-details__info__title {
    margin: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    font-size: 22px;
    font-family: var(--thm-manrope-font);
    font-weight: 700;
    background-color: #82594e;
    padding: 17px 40px;
    background-image: url(../images/shapes/portfolio-d-heading-bg.png);
    background-position: center
}

.portfolio-details__info ul {
    margin: 0;
    padding: 40px;
    list-style: none
}

.portfolio-details__info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-gray)
}

.portfolio-details__info ul li span {
    width: 100px;
    display: block;
    position: relative
}

.portfolio-details__info ul li strong {
    font-weight: 500;
    color: #2e2e36
}

.portfolio-details__info ul li span::after {
    content: ':';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.portfolio-details__info ul li .social {
    display: flex;
    align-items: center;
    margin: 0
}

.portfolio-details__info ul li .social a {
    font-size: 15px;
    color: var(--thm-gray);
    transition: .5s
}

.portfolio-details__info ul li .social a+a {
    margin-left: 20px
}

.portfolio-details__info ul li .social a:hover {
    color: #82594e
}

.testimonial-two {
    background-color: #f8f9fa;
    position: relative;
    display: block;
    padding: 120px 0 90px;
    border-bottom: 1px solid #f8f9fa
}

.testimonial-two .shape1 {
    position: absolute;
    top: 40px;
    left: 410px;
    z-index: -1
}

.testimonial-two .shape2 {
    position: absolute;
    top: 240px;
    left: -80px;
    z-index: -1
}

.testimonial-two .shape3 {
    position: absolute;
    left: 120px;
    bottom: -210px;
    z-index: -1
}

.testimonial-two .shape4 {
    position: absolute;
    top: 40px;
    left: 310px;
    z-index: -1
}

.testimonial-two__img1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.testimonial-two__img1:hover:before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.testimonial-two__img2 {
    position: absolute;
    display: inline-block;
    top: 140px;
    left: 215px
}

.testimonial-two__right {
    position: relative;
    display: block;
    margin-left: 105px
}

.testimonial-two__single-quote-icon {
    position: absolute;
    left: 0;
    bottom: -15px
}

.testimonial-two__single-quote-icon span::before {
    font-size: 120px;
    line-height: 1em;
    color: rgba(0, 0, 0, .03)
}

.testimonial-two__single-text1 {
    color: #222631;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 18px
}

.testimonial-two__client-info {
    position: relative;
    display: block;
    margin-top: 24px
}

.blog-details__author-img,
.testimonial-two__client-info .icon {
    position: absolute;
    top: 0;
    left: 0
}

.working-process-one__single .count-box,
.working-process-one__single .count-box::before {
    top: -35px;
    left: 70px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: var(--thm-manrope-font);
    border-radius: 50%;
    font-weight: 700;
    font-size: 15px;
    text-align: center
}

.testimonial-two__client-info .icon span::before {
    font-size: 30px;
    color: #e4cbcb;
    line-height: 42px
}

.testimonial-two__client-info .title {
    position: relative;
    display: block;
    padding-left: 50px
}

.testimonial-two__client-info .title h4 {
    color: #222631;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800
}
.testimonial-two__client-info .title p{
    color: #222631;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800
} 
.testimonial-two__client-info .title p {
    margin: 0
}

.owl-carousel.owl-dot-type1.style2 .owl-dots {
    float: left
}

.owl-carousel.owl-dot-type1.style2 .owl-dots .owl-dot {
    margin-top: 65px
}

.working-process-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 155px
}

.working-process-one .section-title {
    margin-bottom: 70px
}

.working-process-one__shape {
    position: absolute;
    top: 100px;
    left: -90px
}
@media(max-width:1280px) and (min-width:800px){
    .working-process-one__shape{
        left: -55px;
    }
}
.working-process-one__wrapper ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    counter-reset: count
}

.working-process-one__single .count-box {
    position: absolute;
    background: #82594e;
    color: #fff;
    z-index: 1;
    transition: .2s linear 0.1s
}

.working-process-one__single.style2:hover .count-box,
.working-process-one__single:hover .count-box {
    background: #fff;
    color: #82594e;
    box-shadow: 0 0px 26px 0 #c8a1a0;
}

.working-process-one__single .count-box::before {
    counter-increment: count;
    content: "0" counter(count)
}

.working-process-one__single .count-box span {
    color: #fff
}

.working-process-one__single:hover .count-box span {
    color: #82594e
}

.working-process-one__single.style2 .count-box {
    position: absolute;
    top: -20px;
    left: 106px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #82594e;
    border-radius: 50%;
    font-family: var(--thm-manrope-font);
    font-weight: 700;
    transition: .2s linear 0.1s
}

.working-process-one__single-icon {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #82594e;
    margin-bottom: 45px;
    z-index: 1
}

.working-process-one__single-icon::before {
    position: absolute;
    top: -18px;
    left: -18px;
    bottom: -18px;
    right: -18px;
    border: 3px dashed #82594e;
    content: "";
    border-radius: 50%
}

.working-process-one__single-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #82594e;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: .4s cubic-bezier(.62, .21, .45, 1.52)
}

.working-process-one__single:hover .working-process-one__single-icon::after {
    transform: scaleX(1)
}

.working-process-one__single.top50 {
    position: relative;
    display: block;
    top: 45px
}

.working-process-one__single.top65 {
    position: relative;
    display: block;
    top: 65px
}

.working-process-one__single.style2.top20 {
    position: relative;
    display: block;
    top: 22px
}

.working-process-one__single.style2 .working-process-one__single-icon {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    line-height: 140px;
    text-align: center;
    font-size: 75px;
    color: #82594e;
    margin-bottom: 45px
}

.working-process-one__single.style2 .working-process-one__single-icon::before {
    position: absolute;
    top: -13px;
    left: -13px;
    bottom: -13px;
    right: -13px;
    border: 3px dashed #82594e;
    content: "";
    border-radius: 50%
}

.working-process-one__single-icon span::before {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 100px;
    transition: .2s linear 0.1s
}

.working-process-one__single:hover .working-process-one__single-icon span::before {
    color: #fff
}

.working-process-one__single.style2 .working-process-one__single-icon span::before {
    position: relative;
    display: block;
    font-size: 75px;
    line-height: 140px
}

.working-process-one__single-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff
}

.working-process-one__single-title a {
    color: #222631;
    transition: .2s linear 0.1s
}

.working-process-one__single-title a:hover {
    color: #82594e
}

.working-process-one__single-text {
    margin: 0
}

.cta-one--cta-two {
    position: relative;
    display: block;
    background-position: center center;

    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 205px
}

.cta-one--cta-two::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ""
}

.cta-one--cta-two__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cta-one--cta-two__video-box {
    position: relative;
    display: block
}

.cta-one--cta-two__video-box .icon {
    position: relative;
    display: inline-block;
    padding: 15px;
    border: 2px solid #57575b;
    border-radius: 5px
}

.cta-one--cta-two__video-box .icon .link {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    color: #82594e;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
    transition: .5s
}

.cta-one--cta-two__video-box .icon .link:hover {
    background-color: #82594e;
    color: #fff
}

.cta-one--cta-two__video-box .icon .border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    animation: 2.9s linear infinite squares;
    -webkit-animation: 2.9s linear infinite squares;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: 2.9s linear infinite squares;
    opacity: 0;
    border-radius: 5px
}

.cta-one--cta-two__video-box .icon .border-animation.border-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.cta-one--cta-two__video-box .icon .border-animation.border-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.pricing-plan-one {
    position: relative;
    display: block;
    padding: 195px 0 80px;
    margin-top: -115px;
    background: #f3f6f8
}

.pricing-plan-one__left-bg,
.pricing-plan-one__right-bg {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: absolute
}

.pricing-plan-one__left-bg {
    background-position: left center
}

.pricing-plan-one__right-bg {
    background-position: right top
}

.pricing-plan-one__content .shape1 {
    position: absolute;
    left: -140px;
    top: -135px;
    z-index: -1
}

.pricing-plan-one__content .shape2 {
    position: absolute;
    top: -250px;
    right: -105px;
    z-index: -1
}

.pricing-plan-one__content .shape3 {
    position: absolute;
    left: -175px;
    bottom: 125px;
    z-index: -1
}

.pricing-plan-one__content .shape4 {
    position: absolute;
    bottom: 30px;
    right: -123px;
    z-index: -1
}

.pricing-plan-one__single {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 40px
}

.pricing-plan-one__single .table-header {
    position: relative;
    display: block;
    background: #222631;
    padding: 42px 40px 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 1
}

.table-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2
}

.pricing-plan-one__single .table-header::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black);
    content: "";
    transform: scaleX(.7) rotateX(20deg);
    transition: .4s linear;
    z-index: -1;
    background: #82594e;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    opacity: 0
}

.pricing-plan-one__single:hover .table-header::before {
    transform: scaleX(1) rotateX(0);
    transition: .4s linear;
    opacity: 1
}

.pricing-plan-one__single .table-header p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 2px
}

.blog-standard-one__single .meta-info li:last-child,
.blog-two__meta-info li:last-child,
.case-studies-one--portfolio-grid__menu-box ul li:last-child,
.tag-social-share-box .social-share li:last-child,
.tag-social-share-box .tag-list li:last-child,
.team-details-one__left-title .social-icon li:last-child {
    margin-right: 0
}

.pricing-plan-one__single .table-header h3 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 12px
}

.pricing-plan-one__single .table-header h2 {
    position: relative;
    color: #fff;
    font-size: 85px;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: -.06em;
    padding-left: 20px
}

.pricing-plan-one__single .table-header h2 span::before {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 15px;
    line-height: 25px
}

.pricing-plan-one__single .table-content {
    position: relative;
    display: block;
    padding: 35px 40px 30px
}

.pricing-plan-one__single .table-content ul {
    position: relative;
    display: block;
    overflow: hidden
}

.pricing-plan-one__single .table-content ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 10px
}

.about-three-list li:last-child,
.pricing-plan-one__single .table-content ul li:last-child {
    margin-bottom: 0
}

.pricing-plan-one__single .table-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 0;
    background: #82594e;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.pricing-plan-one__single .table-footer {
    position: relative;
    display: block;
    padding: 0 40px 45px
}

.pricing-plan-one__single .table-footer .thm-btn {
    background: 0 0;
    border: 2px solid #e8e9ea;
    color: #222631
}

.pricing-plan-one__single .table-footer .thm-btn::after {
    background: #82594e
}

.pricing-plan-one__single .table-footer .thm-btn:hover {
    color: #fff
}

.pricing-plan-one--pricing {
    position: relative;
    display: block;
    padding: 235px 0 80px;
    margin-top: -115px
}

.features-four,
.why-choose-one-team-details {
    position: relative;
    display: block;
    padding: 0 0 120px
}

.features-four__left {
    position: relative;
    display: block;
    background: #f7f7f7;
    max-width: 535px;
    width: 100%;
    padding: 120px 95px
}

.features-four__left-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.features-four__left-bottom {
    position: relative;
    display: block
}

.features-four__left-text {
    margin: 0
}

.features-four__left-btn {
    position: relative;
    display: block;
    margin-top: 50px
}

.features-four__right {
    position: relative;
    display: block;
    margin-left: -50px
}

.features-four__right ul {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #ececec
}

.features-four__right-single {
    position: relative;
    display: block;
    margin-top: 70px;
    padding-bottom: 70px
}

.features-four__right-single::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ececec
}

.features-four__right-single:last-child:before {
    display: none
}

.features-four__right-single-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 120px
}

.features-four__right-single .icon {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

.about-three,
.about-three-list li .text,
.features-four__right-single .title,
.partner-one--partner-two {
    display: block;
    position: relative
}

.features-four__right-single .icon img {
    transition: .5s
}

.features-four__right-single:hover .icon img {
    transform: rotateY(180deg)
}

.features-four__right-single .title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 7px
}

.features-four__right-single .title h4 a {
    color: var(--thm-black);
    transition: .2s linear 0.1s
}

.features-four__right-single .title h4 a:hover {
    color: #82594e
}

.features-four__right-single .title p {
    margin: 0
}

.partner-one--partner-two {
    padding: 120px 0 160px
}

.about-three {
    overflow: hidden;
    background: #1e1e1e
}

.about-three .container-fullwidth {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.about-three__img-box {
    position: relative;
    display: block;
    width: 50%;
    float: left
}

.about-three__img-box img,
.chart-one__img img {
    width: 100%
}

.about-three__content-box {
    position: relative;
    display: block;
    width: 50%;
    max-width: 525px;
    float: left;
    padding-left: 120px
}

.about-three__content-box .section-title__title {
    color: #fff
}

.about-three-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 36px
}

.about-three-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.about-three-list li .icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #82594e;
    color: #fff;
    font-size: 15px;
    border-radius: 50%
}

.about-three-list li .text p {
    color: #bfbfbf;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 15px;
    margin: 0
}

.about-three__content-box .buttons {
    position: relative;
    display: block;
    margin-top: 67px
}

.about-three__content-box .buttons .thm-btn {
    background: 0 0;
    border: 2px solid #303030;
    color: #bfbfbf
}

.services-three__single:hover .services-three__single-text,
.services-three__single:hover .services-three__single-title a {
    color: #fff
}

.about-three__content-box .buttons .thm-btn::after {
    background: #82594e
}

.services-three {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 20px
}

.services-three .section-title {
    margin-bottom: 125px
}

.services-three__single {
    position: relative;
    display: block;
    background: #f7f7f7;
    margin-bottom: 100px
}

.services-three__single-bg-layer {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .6s;
    opacity: 0;
    z-index: -1
}

.services-three__single-bg-layer::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-base-rgb), .85);
    content: ""
}

.services-three__single:hover .services-three__single-bg-layer {
    left: 0;
    opacity: 1
}

.services-three__single-inner {
    position: relative;
    display: block;
    padding: 100px 60px 60px;
    overflow: hidden;
    z-index: 1
}

.services-three__single-icon {
    position: absolute;
    top: -65px;
    left: 60px;
    display: block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    color: var(--thm-primary);
    font-size: 65px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 60px 0 #dadada;
    transition: .2s linear 0.1s;
    z-index: 2
}

.case-studies-two,
.counter-one--counter-three {
    background-repeat: no-repeat;
    background-size: cover
}

.services-details__services-conatct-box,
.services-details__services-list-box {
    box-shadow: 0 10px 60px 0 rgb(207, 207, 207, .5);
    background-color: #fff;
    border-radius: 7px
}

.services-three__single:hover .services-three__single-icon {
    border-radius: 50%;
    box-shadow: 0 10px 60px 0 rgb(217, 35, 0, .3)
}

.services-three__single-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800
}

.services-three__single-title a {
    color: #1b1d21;
    transition: .4s linear 0.1s
}

.services-three__single-text {
    margin: 15px 0 0;
    transition: .4s linear 0.1s
}

.history-timeline__img,
.services-three__single__btn-box {
    position: relative;
    display: block;
    margin-top: 30px
}

.services-three__single-btn {
    position: relative;
    display: inline-block;
    transition: .4s linear 0.1s
}

.services-three__single:hover .services-three__single-btn {
    transform: scale(0)
}

.services-three__single-btn a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #82594e;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 #dadada
}

.services-three__single-overly-btn {
    position: absolute;
    top: 0;
    transition: .5s;
    opacity: 1;
    transform: perspective(400px) scale(.5);
    transform-origin: center;
    opacity: 0
}

.services-three__single:hover .services-three__single-overly-btn {
    transform: perspective(400px) scale(1);
    opacity: 1
}

.services-three__single:hover .services-three__single-overly-btn .about-three-btn {
    background: #fff;
    color: #82594e;
    padding: 10px 30px
}

.blog-two__single:hover .blog-two__meta-info li,
.blog-two__single:hover .blog-two__single-text,
.blog-two__single:hover .blog-two__single-title a,
.case-studies-two__btn .thm-btn:hover,
.case-studies-two__single-text-box.style2 h2,
.case-studies-two__single-text-box.style2 p,
.counter-three__bottom-text .section-title__tagline h4,
.counter-three__bottom-text .section-title__title,
.services-three__single .services-three__single-overly-btn .thm-btn:hover,
.team-two__single-img .icon a:hover {
    color: #fff
}

.services-three__single-icon-layer {
    position: absolute;
    display: block;
    bottom: 35px;
    right: 45px;
    font-size: 165px;
    color: #000;
    opacity: .02;
    z-index: 0
}

.counter-one--counter-three {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-position: center center;
    padding: 0px 0 100px;
    margin-top: 0;
    z-index: 1
}

.counter-one--counter-three .shape1 {
    position: absolute;
    top: 0;
    left: -275px;
    z-index: -1
}

.counter-one--counter-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.case-studies-two__single-img::before,
.team-two__single-img-box::before {
    top: 50%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    opacity: 0
}

.counter-one--counter-three .counter-one__wrapper {
    background: 0 0
}

.counter-one--counter-three .row {
    margin-left: -15px;
    margin-right: -15px
}

.counter-one--counter-three .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.blog-single-post-listing,
.counter-one--counter-three .counter-one__single {
    margin-bottom: 50px
}

.counter-three__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #bababa;
    padding-top: 80px
}

.case-studies-two,
.case-studies-two__single,
.counter-three__bottom-btn,
.counter-three__bottom-text {
    display: block;
    position: relative
}

.counter-three__bottom-text .section-title {
    margin: 0
}

.counter-three__bottom-text .section-title__tagline .left {
    background: #fff
}

.case-studies-two {
    padding: 120px 0;
    background-attachment: scroll;
    background-position: center bottom
}

.case-studies-two__single {
    z-index: 1;
    margin-bottom: 40px
}

.case-studies-two__single-text-box {
    position: relative;
    background: #f7f7f7;
    padding: 42px 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.case-studies-two__single-text-box.style2 {
    position: relative;
    background: center center/cover no-repeat #82594e;
    z-index: -1
}

.case-studies-two__single-left,
.case-studies-two__single-right,
.chart-one__img,
.chart-one__right {
    position: relative;
    display: block
}

.case-studies-two__single-left h2 {
    color: #1b1d21;
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 5px
}

.case-studies-two__single-left h2.padding-top3 {
    padding-top: 3px
}

.case-studies-two__single-left p {
    margin: 0
}

.case-studies-two__single-right-btn {
    position: relative;
    display: inline-block
}

.case-studies-two__single-right-btn a {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #82594e;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgb(218 218 218, .8);
    margin-top: 8px
}

.case-studies-two__single-img {
    position: relative;
    display: block;
    overflow: hidden
}

.case-studies-two__single-img::before {
    position: absolute;
    z-index: 1;
    display: block;
    background: rgba(255, 255, 255, .2);
    border-radius: 0
}

.case-studies-two__single:hover .case-studies-two__single-img::before {
    -webkit-animation: .95s circle;
    animation: .95s circle
}

.case-studies-two__single-img img {
    width: 100%;
    transition: .5s
}

.case-studies-two__single:hover .case-studies-two__single-img img {
    transform: scale(1.05)
}

.case-studies-two__btn {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 80px
}

.case-studies-two__btn .thm-btn {
    background: 0 0;
    border: 2px solid #e8e9ea;
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.case-studies-two__btn .thm-btn:hover {
    border-color: transparent
}

.case-studies-two__btn .thm-btn::after {
    background: #82594e
}

.chart-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0;
    border-top: 1px solid #ececec
}

.chart-one__left {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%
}

.chart-one__left-text {
    margin: 0
}

.chart-one__btn {
    margin-top: 35px
}

.team-two {
    position: relative;
    display: block;
    background: #f7f7f7;
    padding: 120px 0 80px;
    z-index: 1
}

.team-two__left-bg,
.team-two__right-bg {
    top: 0;
    background-attachment: scroll;
    background-position: top center;
    position: absolute
}

.team-two__left-bg {
    left: 0;
    background-repeat: no-repeat;
    opacity: .07;
    z-index: -1
}

.team-two__right-bg {
    right: 0;
    background-repeat: no-repeat;
    opacity: .02
}

.team-two__single {
    position: relative;
    display: block;
    margin-bottom: 92px
}

.footer-widget__instagram,
.team-two__single-img {
    position: relative;
    display: block
}

.team-two__single-img-box {
    position: relative;
    display: block;
    overflow: hidden
}

.team-two__single-img-box::before {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    z-index: 10
}

.team-two__single:hover .team-two__single-img-box::before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.team-two__single-img .text {
    position: absolute;
    left: -17px;
    bottom: -55px;
    right: 0;
    color: var(--thm-black);
    opacity: .1;
    font-size: 95px;
    line-height: .9em;
    font-weight: 400;
    font-family: var(--thm-italianno-font);
    text-align: center
}

.team-two__single-img .icon {
    position: absolute;
    bottom: 10px;
    right: 45px;
    z-index: 10
}

.team-two__single-img .icon a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    border-radius: 7px;
    background: #fff;
    color: #82594e;
    box-shadow: 0 10px 30px 0 rgb(193, 193, 193, .5);
    z-index: 1;
    transition: .2s linear 0.1s
}

.team-two__single-img .icon a:hover {
    background: #82594e
}

.team-two__single-title {
    position: relative;
    display: block;
    margin-top: 27px
}

.team-two__single-title h2 {
    position: relative;
    margin-top: -35px
}

.team-two__single-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800
}

.team-two__single-title h3 a {
    color: var(--thm-black);
    transition: .2s linear 0.1s
}

.team-two__single-title h3 a:hover {
    color: #82594e
}

.team-two__single-title p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0
}

.team-two__single-title .overly {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    transform: scaleX(0);
    opacity: 0
}

.team-two__single:hover .team-two__single-title .overly {
    bottom: -52px;
    transform: scaleX(1);
    opacity: 1
}

.team-two__single-title .social-icon {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 10px
}

.team-two__single-title .social-icon li {
    position: relative;
    display: inline-block
}

.team-two__single-title .social-icon li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #60626d;
    font-size: 15px;
    transition: .2s linear 0.1s;
    box-shadow: 0 10px 30px 0 rgb(193, 193, 193, .1)
}

.team-two__single-title .social-icon li a:hover {
    background: #82594e;
    color: #fff
}

.blog-two__single {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    z-index: 1
}

.blog-two__single-bg-layer {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .6s;
    opacity: 0;
    z-index: 1
}

.blog-two__single-bg-layer::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-base-rgb), .85);
    content: ""
}

.blog-two__single:hover .blog-two__single-bg-layer {
    left: 0;
    opacity: 1
}

.blog-two__single-text-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ededed;
    padding: 42px 35px;
    transition: .2s linear 0.1s
}

.blog-two__single-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 17px;
    z-index: 2
}

.blog-two__single-title::before {
    position: absolute;
    top: 0;
    left: -35px;
    width: 3px;
    height: 100%;
    background: #82594e;
    content: "";
    transition: .2s linear 0.1s
}

.blog-two__single:hover .blog-two__single-title::before {
    background: 0 0
}

.blog-two__single-title a {
    color: var(--thm-black);
    transition: .2s linear 0.1s
}

.blog-two__meta-info li,
.blog-two__meta-info li a,
.blog-two__meta-info li i::before,
.services-details__services-list li a {
    color: #74787c;
    transition: .2s linear 0.1s
}

.blog-two__single-title a:hover {
    color: #82594e
}

.blog-two__single-text {
    position: relative;
    display: block;
    margin: 0;
    z-index: 2;
    transition: .2s linear 0.1s
}

.blog-two__meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 13px;
    z-index: 2
}

.blog-two__meta-info li {
    position: relative;
    float: left;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    margin-right: 30px
}

.blog-two__meta-info li i::before {
    font-size: 17px;
    padding-right: 10px
}

.blog-two__single:hover .blog-two__meta-info li i::before {
    color: #fff
}

.blog-two__single:hover .blog-two__meta-info li a {
    color: #fff
}

.features-one--features-five {
    margin-top: -76px;
    margin-bottom: -115px
}

.blog-single-post-listing.details,
.features-one--features-five .features-one__single {
    border-radius: 0
}

.footer-one--footer-three {
    position: relative;
    display: block;
    background: var(--thm-black)
}

.footer-one--footer-three .footer-one__top {
    padding: 180px 0 85px
}

.footer-one--footer-three .footer-contact-info-text {
    color: #fff;
    margin: 0 0 22px
}

.footer-one--footer-three .footer-widget__about-logo {
    margin-bottom: 32px
}

.footer-one--footer-three .footer-widget__company-list {
    padding-top: 5px
}

.footer-one--footer-three .footer-widget__company {
    position: relative;
    display: block;
    margin-left: 42px
}

.footer-one--footer-three .footer-widget__newsletter {
    position: relative;
    display: block;
    margin-left: -20px
}

.footer-one--footer-three .footer-widget__newsletter-input-box input[type=email] {
    width: 245px
}

.footer-one--footer-three .footer-widget__newsletter .footer-widget__title {
    margin-bottom: 22px
}

.brochures-btn .button:hover .icon,
.footer-one--footer-three .footer-contact-info ul li .icon i::before,
.footer-one--footer-three .footer-contact-info ul li .text p,
.footer-one--footer-three .footer-widget__title {
    color: #fff
}

.footer-one--footer-three .footer-contact-info ul li .text a,
.footer-one--footer-three .footer-widget__company-list li a {
    color: #fff;
    transition: .2s linear 0.1s
}

.footer-one--footer-three .footer-contact-info ul li .text a:hover,
.footer-one--footer-three .footer-widget__company-list li a:hover,
.services-details__services-list li a:hover {
    color: #82594e
}

.footer-one--footer-three .footer-widget__newsletter-text {
    margin: 0 0 25px;
    color: #fff
}

.footer-widget__instagram .instagram li:nth-child(5),
.footer-widget__instagram .instagram li:nth-child(6),
.why-choose-one__list-single:last-child {
    margin-bottom: 0
}

.footer-widget__instagram .instagram {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 15px
}

.footer-widget__instagram .instagram li {
    position: relative;
    float: left;
    padding: 0 5px 20px
}

.brochures-btn,
.footer-widget__instagram .instagram li .inner,
.services-details__sidebar,
.services-details__text-box3,
.why-choose-one__content {
    position: relative;
    display: block
}

.footer-widget__instagram .instagram li .inner .img-box,
.why-choose-one__list {
    position: relative;
    display: block;
    overflow: hidden
}

.footer-widget__instagram .instagram li .inner .img-box img {
    width: 100%
}

.footer-widget__instagram .instagram li .inner .img-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgba(13, 13, 13, .65);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: .4s linear
}

.footer-widget__instagram .instagram li:hover .img-box .overlay-content {
    opacity: 1;
    transform: translateY(0)
}

.footer-widget__instagram .instagram li .img-box .overlay-content a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    transform: scale(0);
    transition: .5s .1s
}

.footer-widget__instagram .instagram li:hover .img-box .overlay-content a {
    transform: scale(1);
    transition: .7s .6s
}

.footer-one--footer-three .footer-one__bottom {
    position: relative;
    display: block;
    background: 0 0;
    border-top: 1px solid #3b3b3b;
    padding: 20px 0;
    border-radius: 0
}

.footer-one--footer-three--about {
    position: relative;
    display: block;
    background: #0f0f1d
}

.sobre-section {
    padding: 70px 0 120px !important
}

.new-odont {
    padding: 120px 0 !important
}

.why-choose-one__list-single {
    position: relative;
    display: block;
    margin-bottom: 32px
}

.why-choose-one__list-single .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #dfbebe;
}

.why-choose-one__list-single .icon i::before {
    font-size: 15px;
    line-height: 45px;
    color: #fff
}

.why-choose-one__list-single .text {
    position: relative;
    display: block;
    padding-left: 65px
}

.why-choose-one__list-single .text h3 {
    color: #2e2e36;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 7px
}
.why-choose-one__list-single .text span{
    color: #2e2e36;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 7px
}
.services-details__services-list li:last-child,
.services-details__text-box2-list li:last-child {
    margin-bottom: 0
}

.why-choose-one__list-single .text p {
    margin: 0
}

.why-choose-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 75px;
    border-radius: 15px
}

.services-details-img1::before,
.services-details-img2::before,
.why-choose-one__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10
}

.services-details-img1:hover:before,
.services-details-img2:hover:before,
.why-choose-one__img:hover:before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.why-choose-one-team {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.services-details-img1,
.why-choose-one-team-details .why-choose-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px
}

.why-choose-one-team-details h2 {
    color: #2e2e36;
    font-size: 44px;
    line-height: 57px;
    font-weight: 800;
    margin-bottom: 16px
}

.why-choose-one-team-details p {
    margin: 0 0 35px
}

.services-details {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 110px
}

.services-details__services-list-box {
    position: relative;
    display: block;
    padding: 32px 40px 26px
}

.services-details__sidebar-title {
    color: #2e2e36;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 23px
}

.services-details__services-list {
    position: relative;
    display: block;
    overflow: hidden
}

.services-details__services-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 10px
}

.services-details__services-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ededed;
    height: 1px;
    width: 100%
}

.services-details__services-list li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background: #82594e;
    content: "";
    z-index: 2;
    transition: .4s linear
}

.services-details__services-list li:hover:after {
    transform: scaleX(1)
}

.services-details__services-list li a {
    position: relative;
    display: block;
    padding: 13px 0 4px
}

.services-details__services-list li a i::before {
    position: absolute;
    top: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 0;
    font-size: 15px
}

.services-details__services-conatct-box {
    position: relative;
    display: block;
    padding: 32px 50px 40px;
    margin-top: 40px
}

.services-details__services-conatct-box form input[type=email],
.services-details__services-conatct-box form textarea {
    position: relative;
    display: block;
    background: #f4f4f5;
    width: 100%;
    height: 60px;
    border: none;
    color: #74787c;
    font-size: 15px;
    font-weight: 500;
    padding: 0 30px;
    margin-bottom: 10px;
    border-radius: 7px;
    transition: .5s;
    outline: 0
}

.services-details__services-conatct-box form textarea {
    height: 150px;
    padding: 15px 30px;
    margin-bottom: 10px
}

.services-details__services-conatct-box .conatct-one {
    outline: 0;
    border: none;
    padding: 0;
    border-radius: 7px
}

.services-details__services-brochures-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 10px 60px 0 rgb(207, 207, 207, .5);
    padding: 32px 50px 25px;
    margin-top: 40px;
    border-radius: 7px
}

.brochures-btn .button {
    position: relative;
    display: inline-block;
    padding: 17px 25px 18px;
    background: #f4f4f5;
    border-radius: 7px;
    width: 100%;
    color: #2e2e36;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-manrope-font);
    transition: .2s linear 0.1s;
    margin-bottom: 15px
}

.brochures-btn .button .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #2e2e36;
    font-weight: 700;
    transition: .2s linear 0.1s
}

.services-details-content {
    position: relative;
    display: block;
    margin-left: 68px
}

.services-details__text-box1 {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.services-details__text-box1 h2 {
    color: #2e2e36;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 25px
}

.services-details__text-box1 p {
    margin: 0
}

.services-details-img1 img,
.services-details-img2 img {
    position: relative;
    width: 100%;
    transition: .5s
}

.services-details__text-box2 h2 {
    color: #2e2e36;
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.services-details__text-box2 p {
    margin: 0
}

.services-details__text-box2-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 47px
}

.services-details__text-box2-list li {
    position: relative;
    display: block;
    margin-bottom: 13px
}

.services-details__text-box2-list li .icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 25px;
    color: #82594e
}

.services-details__text-box2-list li .text {
    position: relative;
    display: block;
    padding-left: 40px
}

.services-details__text-box2-list li .text p,
.team-details-one__right-top-text p {
    margin: 0
}

.services-details-img2 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 30px
}

.services-details__text-box3-text1 {
    color: #2e2e36;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: var(--thm-manrope-font)
}

.services-details__text-box3 p {
    margin: 15px 0 0
}

.team-details-one__left {
    position: relative;
    display: block;
    max-width: 525px;
    width: 100%
}

.team-details-one__left-img,
.team-details-one__right,
.team-details-one__right-top-text {
    position: relative;
    display: block
}

.team-details-one__left-title {
    position: relative;
    display: block;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(207, 207, 207, .6);
    padding: 40px 0 50px;
    margin-left: 45px;
    margin-right: 45px;
    margin-top: -60px
}

.team-details-one__left-title h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 4px
}

.team-details-one__left-title h2 a {
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.team-details-one__left-title h2 a:hover {
    color: #82594e
}

.team-details-one__left-title p {
    color: #82594e;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin: 0
}

.team-details-one__left-title .social-icon {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 22px
}

.team-details-one__left-title .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 4px
}

.team-details-one__left-title .social-icon li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f4f4f5;
    border-radius: 50%;
    text-align: center;
    color: #74787c;
    font-size: 15px;
    transition: .2s linear 0.1s
}

.team-details-one__left-title .social-icon li a:hover {
    color: #fff;
    background: #82594e
}

.team-details-one__right-top-text h2 {
    color: #2e2e36;
    font-size: 44px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 20px
}

.team-details-one__right-bottom {
    position: relative;
    display: block;
    margin-top: 42px
}

.progress-block,
.progress-block .graph-outer .title,
.team-details-one__right-bottom .title {
    position: relative;
    display: block
}

.team-details-one__right-bottom .title h3 {
    color: #2e2e36;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 13px
}

.faq-one__content-box .accrodion .accrodion-content .inner p,
.team-details-one__right-bottom .title p {
    margin: 0
}

.progress-box {
    position: relative;
    display: block;
    max-width: 375px;
    width: 100%;
    margin-top: 45px
}

.progress-block .inner-box {
    position: relative;
    text-align: center;
    margin: 0 auto 40px
}

.progress-block .graph-outer {
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%
}

.progress-block .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -30px;
    color: #2e2e36;
    font-size: 45px;
    font-weight: 800;
    transform: translateY(-27%)
}

.progress-block .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: #2e2e36;
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    font-family: var(--thm-manrope-font);
    letter-spacing: -.03em
}

.progress-block .graph-outer .count-Parsent {
    font-size: 20px;
    transform: rotate(18deg);
    position: relative;
    display: inline-block;
    font-weight: 800
}

.progress-block .graph-outer .title h5 {
    color: #2e2e36;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700
}

.case-studies-one--portfolio-grid {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background: #fff;
    border-bottom: 1px solid #ededed
}

.case-studies-one--portfolio-grid__top {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.case-studies-one--portfolio-grid__menu-box,
.case-studies-one--portfolio-grid__menu-box ul {
    position: relative;
    display: block;
    overflow: hidden
}

.case-studies-one--portfolio-grid__menu-box ul .active {
    color: #fff;
    background-color: #82594e
}

.case-studies-one--portfolio-grid__menu-box ul li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #2e2e36;
    padding: 2px 15px;
    cursor: pointer;
    transition: .4s linear;
    border-radius: 5px;
    margin-right: 2px
}

.case-studies-one--portfolio-grid__menu-box ul li:hover,
.tag-social-share-box .tag-list li a:hover {
    color: #fff;
    background: #82594e
}

.case-studies-one--portfolio-grid__menu-box li .count,
.contact-form-one .input-box .bootstrap-select>.dropdown-toggle::after {
    display: none
}

.case-studies-one--portfolio-grid .case-studies-one__single,
.faq-one__content-box {
    position: relative;
    display: block
}

.case-studies-one--portfolio-grid .case-studies-one__single::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 7px;
    transition: .5s;
    transform: perspective(400px) scale(0);
    transform-origin: bottom center;
    z-index: 1;
    content: "";
    height: 85%;
    background-image: linear-gradient(0deg, #f94d1c 0, rgba(135, 56, 39, .5) 53%, rgba(34, 38, 49, 0) 100%)
}

.category-one__single:hover:before,
.jobs-one__single:hover:before {
    transform: perspective(400px) scaleY(1);
    opacity: 1
}

.case-studies-one--portfolio-grid .case-studies-one__single:hover::after {
    opacity: 1;
    transform: perspective(400px) scale(1)
}

.case-studies-one--portfolio-grid .case-studies-one__single::before {
    height: 85%;
    transition: .2s linear 0.1s
}

.case-studies-one--portfolio-grid .case-studies-one__single:hover::before {
    opacity: 0
}

.faq-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 90px 0 120px
}

.faq-one__content-box .accrodion {
    position: relative;
    display: block;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 #d3d3d3;
    margin-bottom: 10px;
    transition: .5s
}

.faq-one__content-box .accrodion.last-chiled {
    margin-bottom: 0
}

.faq-one__content-box .accrodion.active::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #dfbebe;
    border-radius: 7px;
    transition: .5s
}

.faq-one__content-box .accrodion .accrodion-title {
    position: relative;
    display: block;
    padding: 15px 40px;
    cursor: pointer;
    transition: .2s linear 0.1s
}

#scrollbar1 .disable,
.blog-details__left .blog-standard-one__single-img::before,
.blog-standard-one__single-img.style2::before {
    display: none
}

.faq-one__content-box .accrodion.active .accrodion-title {
    padding: 15px 40px 5px
}

.faq-one__content-box .accrodion .accrodion-title h4 {
    position: relative;
    color: #1b2336;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    transition: .5s
}

.faq-one__content-box .accrodion .accrodion-title h4::before {
    content: "\e919";
    font-family: icomoon !important;
    font-weight: 900;
    font-size: 12px;
    color: #82594e;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: .5s
}

.faq-one__content-box .accrodion.active .accrodion-title h4::before {
    content: "\e901";
    font-family: icomoon !important;
    color: #82594e
}




.faq-one__content-box .accrodion .accrodion-title h3 {
    position: relative;
    color: #1b2336;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    transition: .5s
}

.faq-one__content-box .accrodion .accrodion-title h3::before {
    content: "\e919";
    font-family: icomoon !important;
    font-weight: 900;
    font-size: 12px;
    color: #82594e;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: .5s
}

.faq-one__content-box .accrodion.active .accrodion-title h3::before {
    content: "\e901";
    font-family: icomoon !important;
    color: #82594e
}


.faq-one__content-box .accrodion .accrodion-content {
    position: relative;
    padding: 0 40px 30px
}

.contact-form-one .button-box,
.contact-form-one .contact-form form,
.faq-one__content-box .accrodion .accrodion-content .inner,
.faq-one__right {
    position: relative;
    display: block
}

.faq-tec h4 {
    font-size: 20px !important
}

.faq-one__right-img {
    position: relative;
    display: block;
    border-radius: 7px
}

.faq-one__right-img img {
    width: 100%
}

.faq-one__right-img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #dfbebf59;
    opacity: .75;
    content: "";
    border-radius: 7px
}

.category-one__single::before,
.jobs-one__single::before {
    content: '';
    position: absolute;
    background: #82594e;
    z-index: -1
}

.faq-one__right-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.category-one,
.category-one__single,
.contact-form-one,
.jobs-one {
    display: block;
    position: relative
}

.faq-one__right-img .section-title__tagline {
    margin-bottom: 5px
}

.faq-one__right-img .section-title {
    margin-bottom: 35px
}

.faq-one__right-img .section-title .section-title__title {
    color: #000;
    font-size: 34px;
    line-height: 45px;
    padding: 6px;
    font-weight: 600
}

.faq-one__right-img-overlay h4 {
    color: #f0dcb9
}
.faq-one__right-img-overlay h2 {
    color: #fff;
}
.faq-one__right-img-overlay p {
    color: #000;
}


.contact-form-one,
.jobs-one {
    background: center center/cover no-repeat #fafafa;
    padding: 120px 0
}

.contact-form-one .contact-form form input[type=email],
.contact-form-one .contact-form form input[type=text],
.contact-form-one .contact-form form textarea {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #fff;
    width: 100%;
    height: 60px;
    color: #2e2e36;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    padding-left: 40px;
    padding-right: 30px;
    border-radius: 7px;
    box-shadow: 0 10px 60px 0 rgb(211, 211, 211, .5);
    transition: .5s;
    font-family: var(--thm-manrope-font)
}

.contact-form-one .contact-form form textarea {
    height: 185px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 30px
}

.contact-form-one .contact-form form input[type=email]:focus,
.contact-form-one .contact-form form input[type=text]:focus,
.contact-form-one .contact-form form textarea {
    outline: 0
}

.contact-form-one .contact-form form input[type=text]::-webkit-input-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form input[type=text]:-moz-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form input[type=text]::-moz-placeholder {
    color: #2e2e36
}

.contact-form-one.contact-form form input[type=text]:-ms-input-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form input[type=email]::-webkit-input-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form input[type=email]:-moz-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form input[type=email]::-moz-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form input[type=email]:-ms-input-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form textarea::-webkit-input-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form textarea:-moz-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form textarea::-moz-placeholder {
    color: #2e2e36
}

.contact-form-one .contact-form form textarea:-ms-input-placeholder {
    color: #2e2e36
}

.category-one__single:hover .category-one__single-icon span::before,
.category-one__single:hover .category-one__single-text h3 a,
.jobs-one__single:hover .jobs-one__single-text,
.jobs-one__single:hover .jobs-one__single-title,
.jobs-one__single:hover .jobs-one__single-title span {
    color: #fff
}

.contact-form-one .input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important
}

.contact-form-one .input-box .bootstrap-select>.dropdown-toggle {
    height: 60px;
    outline: 0 !important;
    border: 1px solid #fff;
    background-color: #fff !important;
    margin: 0;
    padding: 0;
    color: #2e2e36 !important;
    font-size: 15px;
    line-height: 60px;
    font-weight: 700;
    padding-left: 40px !important;
    padding-right: 30px !important;
    border-radius: 7px !important;
    box-shadow: 0 10px 60px 0 rgb(211, 211, 211, .5) !important;
    transition: .5s;
    font-family: var(--thm-manrope-font) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: right 25.75px center
}

.contact-form-one .button-box button {
    outline: 0;
    border: none;
    padding: 0
}

.category-one {
    background: #fff;
    padding: 80px 0 0
}

.category-one__single {
    background: #fafafa;
    border-radius: 7px;
    padding: 40px 0;
    margin-bottom: 30px;
    z-index: 1;
    transition: .2s linear 0.1s
}

.category-one__single::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    opacity: 1;
    transition: .5s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom
}

.category-one__single .shape1 {
    position: absolute;
    left: 25px;
    bottom: 20px;
    z-index: -1;
    opacity: 0;
    transition: .2s linear 0.1s;
    opacity: 1
}

.category-one__single .shape2 {
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: -1;
    opacity: 0;
    transition: .2s linear 0.1s
}

.category-one__single:hover .shape2,
.category-one__single:hover .shape3 {
    opacity: 1
}

.category-one__single .shape3 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    opacity: 0;
    transition: .2s linear 0.1s
}

.category-one__single-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 6px
}

.category-one__single-text,
.jobs-one__content-box,
.jobs-one__single {
    position: relative;
    display: block
}

.category-one__single-icon span::before {
    font-size: 55px;
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.category-one__single-text h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700
}

.category-one__single-text h3 a {
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.blog-standard-one__single .meta-info li a:hover,
.blog-standard-one__single-title a:hover {
    color: #82594e
}

.jobs-one__single {
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 5px 8.66px 30px 0 #d7d7d7;
    padding: 32px 40px;
    margin-bottom: 30px;
    z-index: 1
}

.jobs-one__single::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    opacity: 1;
    transition: .5s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom
}

.blog-standard-one,
.blog-standard-one__left,
.blog-standard-one__single,
.blog-standard-one__single-img,
.jobs-one__single-btn {
    position: relative;
    display: block
}

.jobs-one__single-title {
    color: #2e2e36;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    transition: .2s linear 0.1s
}

.jobs-one__single-title span {
    color: #696969;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 5px;
    transition: .2s linear 0.1s
}

.jobs-one__single-text {
    margin: 0;
    transition: .2s linear 0.1s
}

.jobs-one__single-btn {
    margin-top: 20px
}

.jobs-one__single-btn .thm-btn {
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #2e2e36;
    padding: 10px 30px;
    transition: .2s linear 0.1s
}

.jobs-one__single-btn .thm-btn::after {
    background: 0 0
}

.jobs-one__content-box .jobs-one__btn {
    position: relative;
    display: block;
    margin-top: 40px
}

.blog-standard-one {
    background: #fff;
    padding: 120px 0 60px
}

.blog-standard-one__left {
    max-width: 730px;
    width: 100%
}

.blog-standard-one__single {
    margin-bottom: 60px
}

.blog-standard-one__single-img {
    overflow: hidden;
    border-radius: 10px
}

.blog-standard-one__single-img::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: #82594eb3;
    transition: .5s ease-in-out .1s;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1
}

.blog-standard-one__single:hover .blog-standard-one__single-img::before {
    opacity: .7;
    transform: scaleY(1)
}

.blog-standard-one__single-img img {
    width: 100%;
    transform: scale(1);
    transition: transform .4s
}

.blog-standard-one__single:hover .blog-standard-one__single-img img {
    transform: scale(1.05)
}

.blog-standard-one__single .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 14px
}

.blog-standard-one__single .meta-info li {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.blog-standard-one__single .meta-info li a {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    transition: .2s linear 0.1s
}

.blog-standard-one__single .meta-info li a i::before {
    position: relative;
    display: inline-block;
    padding-right: 5px
}

.meta-info i {
    color: #82594e
}

.blog-standard-one__single-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700
}

.blog-standard-one__single-title a {
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.blog-standard-one__single-text {
    margin: 16px 0 0
}

.blog-standard-one__single-btn {
    position: relative;
    display: block;
    margin-top: 35px
}

.blog-standard-one__single-btn .thm-btn {
    background: #d2b1b1;
    color: #000;
    font-weight: 400;
}

.blog-standard-one__single-btn .thm-btn::after {
    background: #82594e
}

.blog-standard-one__single-btn .thm-btn:hover {
    color: #fff
}

.blog-standard-one__single-img.style2 {
    position: relative;
    display: block;
    z-index: 1
}

.blog-standard-one__single:hover .blog-standard-one__single-img.style2 img {
    transform: scale(1)
}

.blog-standard-one__single-img.style2::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(37, 37, 46, .75);
    content: "";
    z-index: 1
}

.blog-standard-one__single-img.style2 .video-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap
}

.blog-standard-one__single-img.style2 .video-box a {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    background: #82594e;
    font-size: 15px;
    color: #fff;
    z-index: 2
}

.blog-standard-one__single-img.style2 .video-box a::after,
.blog-standard-one__single-img.style2 .video-box a::before {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    transition: .4s
}

.blog-standard-one__single-img.style2 .video-box a::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.blog-standard-one__single-style2 {
    position: relative;
    display: block;
    background: #f4f4f5;
    padding: 10px 50px 50px;
    border-radius: 10px
}

.blog-standard-one__single-style2 .blog-standard-one__single-btn .thm-btn {
    background-color: #fff;
    box-shadow: 5px 8.66px 30px 0 rgb(215, 215, 215, .4)
}

.blog-standard-one__single-style3 {
    position: relative;
    display: block;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 10px 50px 50px;
    z-index: 2
}

.blog-standard-one__single-style3::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(37, 37, 46, .85);
    content: "";
    border-radius: 10px;
    z-index: -1
}

.blog-details__text2,
.blog-standard-one__single-btn-style2 {
    position: relative;
    display: block;
    margin-top: 35px
}

.blog-standard-one__single-style3 .meta-info li a {
    color: #fff
}

.blog-standard-one__single-style3 .blog-standard-one__single-title a:hover,
.sidebar__single-category-list li a:hover,
.sidebar__single-latest-news-text .meta-info li a:hover,
.sidebar__single-latest-news-text h4 a:hover,
.tag-social-share-box .social-share li a:hover {
    color: #82594e
}

.blog-standard-one__single-style3 .blog-standard-one__single-title a {
    color: #fff;
    z-index: 1;
    transition: .2s linear 0.1s
}

.sidebar {
    position: relative;
    display: block;
    max-width: 330px;
    width: 100%
}

.sidebar-search-box {
    position: relative;
    display: block;
    margin-bottom: 52px
}

.sidebar-search-box .search-form input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #f4f4f5;
    border: 0 solid #f4f4f5;
    color: #2e2e36;
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 65px;
    border-radius: 7px;
    transition: .5s
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    background: #82594e;
    box-shadow: 0 10px 30px 0 rgb(249, 77, 28, .3);
    display: block;
    text-align: center;
    border-radius: 7px;
    border: 0 solid #e7e7e8;
    transition: .5s;
    padding: 0;
    outline: 0;
    border: none
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #2e2e36
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #2e2e36
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #2e2e36
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #2e2e36
}

.sidebar__single {
    position: relative;
    display: block;
    margin-bottom: 42px
}

.blog-details__text1,
.sidebar__single-category,
.sidebar__single-latest-news,
.sidebar__single-popular-tags {
    position: relative;
    display: block
}

.sidebar__single-title {
    position: relative;
    display: block;
    color: #2e2e36;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 24px;
    margin-bottom: 25px
}

.sidebar__single-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    content: ""
}

.sidebar__single-category-list {
    position: relative;
    display: block;
    overflow: hidden
}

.sidebar__single-category-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px
}

.sidebar__single-category-list li:last-child {
    margin-bottom: 0
}

.sidebar__single-category-list li a {
    position: relative;
    color: #2e2e36;
    display: block;
    transition: .2s linear 0.1s
}

.sidebar__single-category-list li a i::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 0;
    font-size: 15px
}

.sidebar__single-latest-news .sidebar__single-title {
    margin-bottom: 29px
}

.sidebar__single-latest-news-single {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
}

.blockquote-box,
.blockquote-box blockquote,
.blockquote-box blockquote p,
.blog-details,
.blog-details__left,
.sidebar__single-contact-box,
.sidebar__single-contact-box-btn,
.sidebar__single-popular-tags ul,
.sidebar__single-popular-tags ul li a {
    display: block;
    position: relative
}

.sidebar__single-latest-news-img {
    position: relative;
    margin-right: 0;
    width: 95%;
    margin-bottom: 15px;
}

.sidebar__single-latest-news-img img {
    max-width: 100%
}

.sidebar__single-latest-news-text h4 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600
}

.sidebar__single-latest-news-text h4 a {
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.sidebar__single-latest-news-text .meta-info,
.tag-social-share-box .single-box {
    position: relative;
    display: block;
    overflow: hidden
}

.sidebar__single-latest-news-text .meta-info li {
    position: relative;
    display: inline-block
}

.sidebar__single-latest-news-text .meta-info li a {
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    transition: .2s linear 0.1s
}

.sidebar__single-latest-news-text .meta-info li a i::before {
    position: relative;
    display: inline-block;
    padding-right: 10px
}

.sidebar__single-contact-box {
    background: #82594e;
    padding: 42px 40px 0;
    border-radius: 7px;
    z-index: 1;
    margin-top: 54px
}

.sidebar__single-contact-box .shape1,
.sidebar__single-contact-box .shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.sidebar__single-contact-box h2 {
    color: #fff;
    font-size: 30px;
    line-height: 37px;
    font-weight: 700
}

.sidebar__single-contact-box-btn {
    margin-top: 23px;
    margin-bottom: 35px
}

.sidebar__single-contact-box-btn .thm-btn {
    background: #fff;
    color: #2e2e36;
    padding: 5px 30px
}

.sidebar__single-contact-box-btn .thm-btn:hover {
    color: #fff
}

.sidebar__single-contact-box-btn .thm-btn i::before {
    position: relative;
    font-size: 14px;
    top: 0;
    padding-left: 5px
}

.sidebar__single-popular-tags ul {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 35px
}

.sidebar__single-popular-tags ul li {
    position: relative;
    float: left;
    margin: 0 5px 10px
}

.sidebar__single-popular-tags ul li a {
    background: #f4f4f5;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .2s linear 0.1s
}

.sidebar__single-popular-tags ul li:hover a {
    background: #82594e;
    color: #fff
}

.blog-details {
    background: #fff;
    padding: 170px 0
}

.blog-details__left {
    max-width: 730px;
    width: 100%
}

.blog-details__text1 p {
    margin: 0
}

.blockquote-box {
    background: #f4f4f5;
    padding: 42px 50px 43px;
    margin-top: 35px
}

.blockquote-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #82594e;
    content: ""
}

.blockquote-box blockquote {
    margin: 0
}

.blockquote-box blockquote h3 {
    color: #2e2e36;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 14px
}

.blockquote-box blockquote p {
    color: #2e2e36;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding-left: 60px;
    margin: 0;
    font-family: var(--thm-manrope-font)
}

.blockquote-box blockquote p::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #82594e
}

.blog-details__text2 p {
    margin: 0
}

.tag-social-share-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 41px
}

.add-comment-box #add-comment-form .button-box,
.add-comment-box #add-comment-form .input-box,
.blog-details__author-box,
.blog-details__author-box-inner,
.blog-details__author-text-box,
.comment-box .outer-box,
.comment-box .single-comment-box .text-holder .top .date,
.comment-box .single-comment-box .text-holder .top .name,
.comment-box .single-comment-box .text-holder .top .reply,
.tag-social-share-box .tag-list {
    display: block;
    position: relative
}

.tag-social-share-box .single-box .title {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.tag-social-share-box .single-box .title.right {
    text-align: right
}

.tag-social-share-box .single-box .title h3 {
    color: #2e2e36;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700
}

.tag-social-share-box .tag-list {
    overflow: hidden;
    padding-left: 117px
}

.tag-social-share-box .tag-list li a {
    position: relative;
    display: inline-block;
    background: #f4f4f5;
    color: #121e2d;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 15px;
    border-radius: 5px;
    transition: .2s linear 0.1s
}

.tag-social-share-box .social-share {
    position: relative;
    overflow: hidden;
    padding-left: 72px
}

.tag-social-share-box .social-share li {
    position: relative;
    float: left;
    margin-right: 20px
}

.tag-social-share-box .social-share li a {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 30px;
    transition: .2s linear 0.1s
}

.blog-details__author-box {
    background: #f4f4f5;
    padding: 40px 50px;
    border-radius: 7px;
    margin-top: 60px
}

.contact-box__single-icon,
.contact-box__single.style2 .contact-box__single-icon,
.contact-box__single.style3 .contact-box__single-icon {
    background: #dfbebd;
    box-shadow: 0 4px 30px 0 #f6b9a97a;
}

.blog-details__author-text-box {
    padding-left: 200px
}

.blog-details__author-text-box h3 {
    color: #2e2e36;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 7px
}

.blog-details__author-text-box p,
.comment-box .single-comment-box .text-holder .text p {
    margin: 0
}

.blog-details__author-text-box .social-share {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 5px
}

.blog-details__author-text-box .social-share li {
    position: relative;
    float: left;
    margin-right: 20px
}

.blog-details__author-text-box .social-share li a {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 25px;
    transition: .2s linear 0.1s
}

.blog-details__author-text-box .social-share li a:hover,
.blog-details__post-single-text .meta-info li a:hover,
.blog-details__post-single-text h4 a:hover,
.comment-box .single-comment-box .text-holder .reply a:hover {
    color: #82594e
}

.blog-details__post {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 44px
}

.blog-details__post-single {
    position: relative;
    display: block;
    margin-bottom: 13px
}

.blog-details__post-single-img {
    position: absolute;
    top: 6px;
    left: 0
}

.blog-details__post-single-text {
    position: relative;
    display: block;
    padding-left: 95px
}

.blog-details__post-single-text h4 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700
}

.blog-details__post-single-text h4 a {
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.blog-details__post-single-text .meta-info {
    position: relative;
    display: block;
    overflow: hidden
}

.blog-details__post-single-text .meta-info li {
    position: relative;
    display: inline-block
}

.blog-details__post-single-text .meta-info li a {
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    transition: .2s linear 0.1s
}

.blog-details__post-single-text .meta-info li a i::before {
    position: relative;
    display: inline-block;
    padding-right: 10px
}

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

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

.comment-box .title h3 {
    color: #2e2e36;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

.comment-box .single-comment {
    position: relative;
    display: block;
    margin-bottom: 28px
}

.comment-box .single-comment.comment-reply {
    border-bottom: none;
    margin-left: 60px
}

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

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

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

.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.comment-box .single-comment-box .text-holder .top .name h3 {
    color: #2e2e36;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 2px
}

.comment-box .single-comment-box .text-holder .top .date p {
    color: #2e2e36;
    font-size: 15px;
    line-height: 25px;
    margin: 0
}

.comment-box .single-comment-box .text-holder .top .name h5 {
    color: #001d23;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500
}

.comment-box .single-comment-box .text-holder .top .name h5 span:before {
    position: relative;
    display: inline-block;
    padding-right: 6px;
    font-size: 12px
}

.comment-box .single-comment-box .text-holder .top .reply a span:before {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

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

.comment-box .single-comment-box .text-holder .reply a {
    color: #2e2e36;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    font-family: var(--thm-manrope-font);
    transition: .2s linear 0.1s
}

.comment-box .single-comment-box .text-holder .reply span::before {
    position: relative;
    display: inline-block;
    top: 2px;
    font-size: 13px;
    line-height: 10px;
    font-weight: 700;
    padding-left: 10px
}

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

.add-comment-box .title h3 {
    color: #2e2e36;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
    padding: 41px 50px 50px;
    background: #f4f4f5;
    border-radius: 7px
}

.add-comment-box #add-comment-form .input-box .icon {
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 16px;
    color: #82594e
}

.add-comment-box #add-comment-form .input-box .icon span::before {
    position: relative;
    display: inline-block;
    font-weight: 700
}

.add-comment-box #add-comment-form input[type=email],
.add-comment-box #add-comment-form input[type=text],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #fff;
    border: 0 solid #eee;
    width: 100%;
    height: 65px;
    color: #2e2e36;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0 50px 0 35px;
    border-radius: 7px;
    margin-bottom: 10px;
    transition: .5s;
    font-family: var(--thm-manrope-font);
    outline: 0
}

.add-comment-box #add-comment-form textarea {
    height: 140px;
    padding: 20px 50px 20px 35px
}

.add-comment-box #add-comment-form .button-box button {
    outline: 0;
    padding: 0;
    border: none
}

.contact-box {
    position: relative;
    display: block;
    padding: 100px 0 90px
}

.contact-box__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    line-height: 90px;
    border-radius: 50%;
    color: #000;
    font-size: 40px;
    text-align: center;
    z-index: 1
}

.contact-box__single-text {
    position: relative;
    display: block;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(234, 234, 234, .5);
    padding: 75px 10px 40px;
    height: 308px;
    margin-top: -45px
}

.contact-box__single-text h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 8px
}

#scrollbar1,
.contact-box__single-text p,
.contact-box__single.style2 .contact-box__single-text p {
    margin: 0
}

.contact-box__single-text h2 a {
    color: #2e2e36;
    transition: .2s linear 0.1s
}

.contact-box__single-text h2 a:hover {
    color: #82594e
}

.contact-box__single.style2,
.contact-page-google-map {
    position: relative;
    display: block
}
.contact-page-google-map{
    margin-bottom:130px;
}
.contact-box__single.style2 .contact-box__single-text h2 a:hover {
    color: #f94d1c
}

.contact-box__single.style2 .contact-box__single-text p a,
.contact-box__single.style3 .contact-box__single-text p a {
    color: #000;
    transition: .2s linear 0.1s
}

.contact-box__single.style2 .contact-box__single-text p a:hover {
    color: #82594e
}

.contact-box__single.style3 .contact-box__single-text h2 a:hover {
    color: #d92300
}

.contact-box__single.style3 .contact-box__single-text p a:hover {
    color: #82594e
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    width: 100%
}

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

.contact-page__inner {
    position: relative;
    display: block;
    border-radius: 12px;
    background: #fff;
    padding: 120px 210px;
    margin-top: -100px;
    
}

.contact-page .contact-page__inner form input[type=email],
.contact-page .contact-page__inner form input[type=text] {
    color: #2e2e36;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    height: 75px;
    background: #f4f4f5;
    border: 2px solid transparent;
    padding: 0 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    outline: 0;
    transition: .2s linear 0.1s
}

.contact-page .contact-page__inner form textarea {
    color: #2e2e36;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    height: 255px;
    border: 2px solid transparent;
    background: #f4f4f5;
    padding: 30px 40px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: 0;
    transition: .2s linear 0.1s
}

.contact-page .contact-page__inner form input[type=email]:focus,
.contact-page .contact-page__inner form input[type=text]:focus {
    color: #2e2e36;
    border-color: #82594e;
    background: #fff
}

.contact-page .contact-page__inner form textarea:focus {
    color: #2e2e36;
    border-color: #82594e;
    background-color: #fff
}

.contact-page .contact-page__inner form input[type=text]::-webkit-input-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form input[type=text]:-moz-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form input[type=text]::-moz-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form input[type=text]:-ms-input-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form input[type=email]::-webkit-input-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form input[type=email]:-moz-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form input[type=email]::-moz-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form input[type=email]:-ms-input-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form textarea::-webkit-input-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form textarea:-moz-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form textarea::-moz-placeholder {
    color: #2e2e36
}

.contact-page .contact-page__inner form textarea:-ms-input-placeholder {
    color: #2e2e36
}

.contact-info-holder .left,
.contact-info-holder .right .contact-button,
.contact-page__inner .contact-page__btn,
.error-page__inner,
.history-timeline__card,
.service-details-features-content__img,
.service-details-features-item .title,
.services-single__text-box3 {
    position: relative;
    display: block
}

.contact-page__inner .contact-page__btn button {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    padding: 0;
    margin: 0 auto
}

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

.error-page__img {
    position: relative;
    display: block;
    width: 1100px
}

.error-page__img img {
    width: 100%
}

.error-page__content {
    position: relative;
    display: block;
    margin-top: 106px
}

.error-page__content h2 {
    color: #2e2e36;
    font-size: 85px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 27px
}

.error-page__content h3 {
    color: #2e2e36;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700
}

.error-page__btn {
    position: relative;
    display: block;
    margin-top: 51px
}

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

.history-timeline .section-title {
    margin-bottom: 60px
}

.history-timeline .section-title__text {
    margin: 20px 0 0
}

.history-timeline__card .row {
    padding-top: 110px
}

.history-timeline__card:after {
    content: '';
    width: 1px;
    background-color: #e9e9ea;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    bottom: 260px;
    left: 50%
}

.history-timeline__year.style2::before,
.history-timeline__year::before {
    top: 5px;
    width: 15px;
    height: 15px;
    background: #82594e;
    transform: translateY(50%) translateX(50%);
    position: absolute;
    content: ""
}

.history-timeline__year {
    position: relative;
    display: block;
    color: #82594e;
    font-size: 52px;
    line-height: .8em;
    font-weight: 400;
    text-align: right;
    padding-right: 75px
}

.history-timeline__year::before {
    right: -15px;
    border-radius: 50%;
    left: auto;
    z-index: 1
}

.history-timeline__year::after {
    content: "";
    position: absolute;
    top: -45px;
    right: -15px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #82594e;
    transform: translateY(50%) translateX(50%);
    z-index: 1
}

.history-timeline__year.style2 {
    position: relative;
    display: block;
    padding-left: 75px;
    padding-right: 0;
    text-align: left
}

.history-timeline__year.style2::before {
    right: auto;
    left: -30px;
    border-radius: 50%
}

.history-timeline__year.style2::after {
    content: "";
    position: absolute;
    top: -45px;
    right: auto;
    left: -14px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3px solid #82594e;
    transform: translateY(50%) translateX(-50%)
}

.history-timeline__content {
    position: relative;
    display: block;
    max-width: 463px;
    width: 100%;
    padding-left: 75px
}

.history-timeline__content.style2 {
    position: relative;
    display: block;
    max-width: 463px;
    width: 100%;
    padding-right: 75px;
    padding-left: 0;
    text-align: right
}

.history-timeline__content-title {
    color: #2e2e36;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800
}

.history-timeline__content-text {
    margin: 9px 0 0
}

.history-timeline__img img {
    width: 100%
}

#scrollbar1 {
    width: 270px
}

#scrollbar1 .viewport {
    position: relative;
    width: 270px;
    height: 530px;
    overflow: hidden
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 15px;
    top: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: 100%
}

#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    background: #e7e7e7;
    width: 4px
}

#scrollbar1 .track {
    background: 0 0;
    height: 100%;
    width: 4px;
    position: relative;
    padding: 0
}

#scrollbar1 .thumb {
    background: #fa401b;
    height: 20px;
    width: 4px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 3
}

#scrollbar1 .thumb .end {
    background: 50% 0 no-repeat #353742;
    overflow: hidden;
    height: 0;
    width: 4px
}

.services-single__text-box3-left {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    margin-left: -15px
}

.service-details-features-item {
    position: relative;
    display: block;
    padding: 25px 20px 20px;
    transition: .5s
}

.service-details-features-item:hover {
    box-shadow: 0 8px 18px 0 rgba(214, 214, 214, .45)
}

.service-details-features-item .icon span::before {
    color: #000;
    font-size: 55px
}

.service-details-features-item .title h3 {
    color: #0c0d24;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 11px
}

.service-details-features-item .title p {
    color: #0c0d24;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0
}

.service-details-features-content {
    position: relative;
    display: block;
    margin-top: -7px
}

.service-details-features-content__text1 {
    color: #0c0d24;
    margin: 0 0 20px
}

.service-details-features-content__text2 {
    color: #0c0d24;
    margin: 0 0 34px
}

.service-details-features-content__img img {
    width: 100%
}

.blog-single-post-listing.details .thumbnail {
    position: relative;
    border-radius: 15px 15px 15px 0
}

.blog-single-post-listing.details .thumbnail.details {
    border-radius: 0;
    width: 100%;
    max-width: max-content
}

@media only screen and (max-width:1199px) {
    .blog-single-post-listing {
        margin-right: 0
    }

    .blog-single-post-listing.details .thumbnail.details {
        max-width: 100%
    }
}

.blog-single-post-listing.details .rts-quote-area {
    padding: 50px;
    background: #f6f6f6;
    border-radius: 0;
    margin-bottom: 40px
}

.blog-single-post-listing.details .rts-quote-area .title {
    margin-bottom: 25px
}

.blog-single-post-listing.details .rts-quote-area .name {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 700
}

.blog-single-post-listing.details .rts-quote-area span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #5d666f
}

.blog-single-post-listing.details .check-area-details .single-check {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.blog-single-post-listing.details .check-area-details .single-check i {
    margin-right: 15px;
    color: var(--color-primary)
}

.blog-single-post-listing.details .check-area-details .single-check span {
    color: #5d666f
}

.blog-single-post-listing.details .details-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.blog-single-post-listing.details .details-tag h6 {
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 15px
}

.blog-single-post-listing.details .details-tag button {
    padding: 8px 12px;
    background: #f6f6f6;
    max-width: max-content;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    color: #1c2539;
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .blog-single-post-listing.details .details-tag button:last-child {
        margin-top: 10px;
        margin-left: -2px
    }
}

.blog-single-post-listing.details .details-tag button:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px) scale(1.02)
}

.blog-single-post-listing.details .details-share {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-single-post-listing.details .thumbnail.details {
        margin-bottom: 20px
    }

    .blog-single-post-listing.details .rts-quote-area {
        padding: 30px
    }

    .blog-single-post-listing.details .details-share {
        justify-content: flex-start;
        margin-top: 30px
    }
}

.blog-single-post-listing.details .details-share button {
    max-width: max-content;
    position: relative;
    z-index: 1;
    margin-left: 23px;
    color: #1c2539;
    transition: .3s;
    font-size: 14px
}

.blog-single-post-listing.details .details-share button::after {
    position: absolute;
    content: "";
    background: #f6f6f6;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .3s
}

.blog-single-post-listing.details .details-share button:hover {
    color: #fff;
    transform: scale(1.2)
}

.blog-single-post-listing.details .details-share button:hover::after {
    background: var(--color-primary)
}

.blog-single-post-listing.details .details-share h6 {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 15px
}

.blog-single-post-listing.details .author-area {
    margin-top: 44px;
    display: flex;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid #e6e9f0;
    border-bottom: 1px solid #e6e9f0
}

.blog-single-post-listing.details .author-area .thumbnail {
    margin-right: 30px
}

.blog-single-post-listing.details .author-area .author-details h5,
.breve-blog {
    margin-bottom: 10px
}

.blog-single-post-listing.details .author-area .author-details p {
    line-height: 26px
}

.blog-single-post-listing .replay-area-details {
    margin-top: 40px
}

.blog-single-post-listing .replay-area-details form input {
    height: 55px;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #e9e9e9
}

.blog-single-post-listing .replay-area-details form input:focus,
.blog-single-post-listing .replay-area-details form textarea:focus {
    border: 1px solid var(--color-primary)
}

.blog-single-post-listing .replay-area-details form textarea {
    border-radius: 0;
    background: 0 0;
    height: 140px;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #e9e9e9
}

.blog-single-post-listing .thumbnail img {
    transition: 3.8s;
    width: 100%
}

.blog-single-post-listing .thumbnail:hover img {
    transform: scale(1.2)
}

.blog-single-post-listing .blog-listing-content {
    padding: 80px 100px;
    background: #fff;
    border-radius: 0 15px 15px;
    margin-top: -100px;
    z-index: 1;
    width: 96%;
    left: 2%;
    position: relative;
    box-shadow: 0 0 .25rem rgb(108 118 134 / 34%)
}

@media (max-width:500px) {
    .blog-single-post-listing .blog-listing-content {
        margin-top: -48px
    }
}

.blog-listing-content blockquote:before,
.texto-corrido blockquote:before {
    content: url(../../img/aspas.png);
    position: absolute;
    left: auto
}

.blog-listing-content blockquote>h2,
.blog-listing-content blockquote>p {
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    font-weight: 400;
    margin-top: 50px;
    padding: 0 0 30px 77px
}

.texto-corrido li::marker {
    content: url(../../img/check.png);
    display: inline-block;
    color: #084cc0
}

.blog-listing-content ul li::marker {
    content: url(.../img/check.png);
    display: inline-block;
    color: #084cc0
}

.blog-single-post-listing .blog-listing-content .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 30px;
    min-width: max-content
}

@media only screen and (max-width:767px) {
    .blog-single-post-listing.details .thumbnail.details {
        margin-bottom: 20px
    }

    .blog-single-post-listing.details .rts-quote-area {
        padding: 10px;
        margin-bottom: 25px
    }

    .blog-single-post-listing.details .details-share {
        justify-content: flex-start;
        margin-top: 30px
    }

    .blog-single-post-listing.details .author-area {
        align-items: flex-start
    }

    .blog-single-post-listing.details .author-area .thumbnail {
        margin-right: 0
    }

    .blog-single-post-listing.details .author-area .author-details {
        margin-left: 15px
    }

    .blog-single-post-listing .blog-listing-content {
        padding: 25px 10px
    }

    .blog-single-post-listing .blog-listing-content .user-info .single {
        margin-right: 5px
    }
}

.blog-single-post-listing .blog-listing-content .user-info .single i {
    margin-right: 10px;
    color: #82594e
}

@media only screen and (max-width:575px) {
    .blog-single-post-listing.details .thumbnail.details {
        margin-bottom: 0
    }

    .blog-single-post-listing.details .details-share {
        justify-content: flex-start;
        margin-top: 20px
    }

    .blog-single-post-listing.details .author-area {
        flex-wrap: wrap
    }

    .blog-single-post-listing .blog-listing-content .user-info .single {
        margin-right: 5px
    }

    .blog-single-post-listing .blog-listing-content .user-info .single i {
        margin-right: 2px;
        font-size: 14px
    }

    .blog-single-post-listing .blog-listing-content .user-info .single span {
        font-size: 13px
    }
}

.blog-single-post-listing .blog-listing-content .blog-title {
    transition: .3s
}

.blog-single-post-listing .blog-listing-content .blog-title .title {
    transition: .3s;
    margin-bottom: 16px
}

.blog-single-post-listing .blog-listing-content .blog-title:hover .title {
    color: var(--color-primary)
}

.blog-single-post-listing .blog-listing-content p.disc {
    font-size: 16px;
    line-height: 26px
}

.blog-single-post-listing .blog-listing-content a.rts-btn {
    margin-top: 35px;
    display: block;
    max-width: max-content
}

@media only screen and (max-width:479px) {
    .blog-single-post-listing.details .rts-quote-area {
        margin-top: 15px
    }

    .blog-single-post-listing.details .rts-quote-area .title {
        font-size: 16px;
        margin-bottom: 15px
    }

    .blog-single-post-listing.details .check-area-details .single-check i {
        margin-top: -26px
    }

    .blog-single-post-listing.details .details-tag {
        justify-content: flex-start
    }

    .blog-single-post-listing .blog-listing-content p.disc {
        margin-bottom: 15px
    }

    .blog-single-post-listing .blog-listing-content a.rts-btn {
        margin-top: 20px
    }
}

.blog-listing-content iframe {
    width: -webkit-fill-available
}

.contact-info-holder {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background:#d6bcbc;
    padding: 40px 50px;
    border-radius: 0 20px 20px;
    margin-top: 20px;
    margin-bottom: 40px
}

.contact-info-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: 0 0
}

@media(max-width:500px) {
    .thm-btn {
        margin-bottom: 15px
    }

    .page-header {
        margin-top: 0
    }

    .about-one__btn {
        position: relative;
        display: flex;
        margin-top: 50px;
        flex-direction: column
    }

    .counter-one__wrapper .shape1 {
        display: none
    }

    .sobre-section {
        padding: 30px 0 80px !important
    }

    .new-odont {
        padding: 120px 0 0 !important
    }

    .mobile-section-tec {
        padding: 65px 0 25px !important
    }

    .faq-one__right {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .contact-info-holder {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center
    }
}

.contact-info-holder .left h2 {
    color: #000;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 10px
}

.contact-info-holder .right {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.width-cta {
    width: 50%
}

.contact-info-holder .right .phone-number {
    position: relative;
    display: block;
    margin-right: 30px
}

.contact-info-holder .right .contact-button a:hover {
    background-color: #82594e;
    color: #fff
}

.contact-info-holder .right .phone-number .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #979797;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    transition: .2s linear 0.1s
}

.contact-info-holder .right .contact-button a,
.contact-info-holder-img .right .contact-button a {
    display: inline-block;
    background:#82594e;
    border-radius: 5px;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
    transition: .2s linear 0.1s;
    position: relative
}

.contact-info-holder .right .phone-number:hover .icon {
    color: #222
}

.contact-info-holder .right .phone-number .icon,
.contact-info-holder .right .phone-number .phone {
    display: table-cell;
    vertical-align: middle
}

.contact-info-holder .right .phone-number .phone {
    position: relative;
    padding-left: 25px
}

.contact-info-holder .right .phone-number .phone a {
    position: relative;
    display: inline-block;
    top: 4px;
    color: #222;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Brandon Text Black', sem serifa;
    transition: .2s linear 0.1s
}

.contact-info-holder .right .contact-button a {
    padding: 0 55px;
    color: #fff
}

.contact-info-holder-img .right .contact-button a:hover {
    color: #fff;
    background-color: #82594e;
    font-weight: 700;
    transition-delay: 0.1s
}

.h2-blog {
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    color: #000;
}

.breve-blog-home {
    margin-bottom: 30px;
    margin-top: -12px
}

.contact-info-holder-img .right .contact-button {
    position: relative;
    display: block;
    margin-top: 23px;
    text-align: -webkit-center
}

.contact-info-holder-img .right .contact-button a {
    padding: 0 40px;
    color: #fff
}

.contact-info-holder-img {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #d6bbbc;
    padding: 23px 50px;
    border-radius: 0 20px 20px;
    margin-top: 20px;
    margin-bottom: 40px
}

@media(max-width:500px) {
    .contact-info-holder .left h2 {
        font-size: 31px;
        line-height: 25px;
        margin-bottom: 22px
    }

    .contact-info-holder .right .contact-button a {
        padding: 0 20px
    }

    .width-cta {
        width: 100%
    }

    .contact-info-holder-img {
        position: relative;
        display: flex;
        align-items: center;
        background-repeat: round;
        padding: 23px 30px;
        border-radius: 0 15px 15px;
        margin-top: 20px;
        margin-bottom: 40px;
        flex-direction: column
    }

    .h2-blog {
        text-align: -webkit-center;
        width: 100%;
        font-size: 35px;
        line-height: 31px;
        margin-top: 17px
    }

    .contact-info-holder-img .right .contact-button a {
        padding: 0 20px;
        width: 100%
    }
}

@media(max-width:1080px) and (min-width:764px) {
    .contact-info-holder {
        padding: 40px 47px;
        flex-direction: column
    }

    .contact-info-holder .right {
        margin-top: 22px !important
    }

    .contact-info-holder-img {
        padding: 23px 26px 20px
    }
}

.bullets li::marker {
    content: url(../../img/check.png)
}

.bullets ul {
    padding: 0 0 0 26px
}

.margin-local {
    margin-left: 11px
}

.texto-corrido h2,
.texto-corrido p {
    color: #333
}

.title-texto-corrido {
    margin-bottom: 40px;
    font-size: 40px
}

.texto-corrido h2 {
    font-size: 35px;
    margin-bottom: 40px
}

.texto-corrido p {
    text-align: left;
    margin-bottom: 16px
}

.texto-corrido {
    padding: 100px 145px;
    text-align: inherit !important;
    border-radius: 10px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 10px #e1e1e1)
}

.texto-corrido blockquote {
    padding: 25px 20px;
    margin: 29px 0 22px;
    border-left: 3px solid #eee
}

.texto-corrido blockquote>h2,
.texto-corrido blockquote>p {
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0;
    padding: 0 0 0 100px
}

.how-work-section-shape {
    background-color: #f8f9fa;
    padding-bottom: 100px;
    margin-top: -50px
}

@media(max-width:500px) {
    .texto-corrido {
        padding: 70px 20px !important
    }

    .section-img-mobile {
        display: none
    }

    .mobile-section1 {
        padding: 0
    }

    .mobile-section2 {
        padding: 10px 0 20px !important
    }

    .mobile-banner {
        text-align: -webkit-center
    }
}

.tel-bnt {
    background-color: #007bff !important
}

.wpp-btn {
    background-color: #02d14d !important
}

.tec-section {
    padding: 120px 0 10px !important
}