:root {
    --brook-font: Lexend, sans-serif;
    --brook-font-two: 'Abhaya Libre', serif;
    --brook-font-three: alagamberegular;
    --brook-gray: #736b6b;
    --brook-gray-rgb: 115, 107, 107;
    --brook-white: #fff;
    --brook-white-rgb: 255, 255, 255;
    --brook-base: #7f2416;
    --brook-base-rgb: 127, 36, 22;
    --brook-black: #1a1414;
    --brook-black-rgb: 26, 20, 20;
    --brook-primary: #f2edea;
    --brook-primary-rgb: 242, 237, 234;
    --brook-bdr-color: #ded6d3;
    --brook-bdr-color-rgb: 222, 214, 211;
    --brook-bdr-radius: 6px;
}
.row {
    --bs-gutter-x: 30px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
body {
    font-family: var(--brook-font);
    color: var(--brook-gray);
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
body.locked {
    overflow: hidden;
}
a {
    color: var(--brook-gray);
}
a, a:hover, a:focus, a:visited {
    text-decoration: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--brook-font-two);
    color: var(--brook-black);
    margin: 0;
}
p {
    margin: 5px 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .container {
    max-width: 1200px;
}
}::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
.section-separator {
    border-color: var(--brook-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

strong{
	color: #7f2416;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: .4;
    z-index: -1;
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none!important;
    background-color: var(--brook-base);
    color: var(--brook-white);
    font-size: 14px;
    font-weight: 700;
    padding: 15px 60px;
    border-radius: 30px;
    overflow: hidden;
    transition: all .5s linear;
    z-index: 1;
}
.thm-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--brook-black);
    transform: scalex(0.0);
    transform-style: preserve-3d;
    transition: transform .4s ease-in-out;
    transform-origin: right center;
    z-index: -1;
}
.thm-btn:hover:before {
    transform: scalex(1.0);
    transform-origin: left center;
}
.thm-btn:hover {
    color: var(--brook-white);
}
.section-title {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 47px;
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: var(--brook-base);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.section-title__title {
    margin: 3px 0 0;
    color: var(--brook-black);
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.section-title__title span {
    position: relative;
    display: inline-block;
}
.section-title__title span:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 30px;
    right: -30px;
    height: 26px;
    background-image: url(../images/shapes/section-title-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.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 {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}
.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
}
.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: var(--brook-bdr-radius)!important;
}
.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--brook-black);
    color: #fff;
}
.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: var(--brook-base);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--brook-black);
    color: var(--brook-white);
    cursor: pointer;
}
.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: 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-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%}
.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--brook-base);
    position: fixed;
    bottom: 100px;
    right: 40px;
        line-height: 52px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}
.scroll-to-top .fa {
    color: var(--brook-white);
    font-size: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    display: inline-block;
}
.scroll-to-top:hover {
    background-color: var(--brook-black);
}
.scroll-to-top:hover .fa {
    color: #fff;
}
.main-header {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}
.main-menu {
    position: relative;
    display: block;
}
.main-menu__wrapper {
    position: relative;
    display: block;
    margin: 20px;
}
.main-menu__wrapper-inner {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu__wrapper-inner-content {
    position: relative;
    display: block;
    padding-left: 280px;
    padding-right: 280px;
    z-index: 2;
}
.main-menu__wrapper-inner-content:before {
    content: "";
    position: absolute;
    top: 44px;
    bottom: 30px;
    left: 0;
    right: 0;
    background-color: var(--brook-primary);
    border-radius: var(--brook-bdr-radius);
    z-index: -1;
}
.main-menu__wrapper-inner-content:after {
    content: "";
    position: absolute;
    top: 44px;
    bottom: 1px;
    left: 300px;
    right: 0;
    background-color: var(--brook-base);
    border-radius: var(--brook-bdr-radius);
    z-index: -1;
}
.main-menu__top {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}
.main-menu__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: var(--brook-primary);
    padding: 0 49.5px;
    border-radius: var(--brook-bdr-radius);
    border-top-right-radius: 0;
    z-index: 5;
}
.main-menu__logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brook-primary);
}
.main-menu__btn-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--brook-base);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 61.5px;
    border-top-right-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}
.main-menu__btn-box:hover {
    background-color: var(--brook-black);
}
.main-menu__btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--brook-white);
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__top-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
    background-color: var(--brook-primary);
    padding: 7px 40px;
    border-top-right-radius: var(--brook-bdr-radius);
    margin-right: 10px;
    z-index: 1;
}
.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__contact-list li+li {
    margin-left: 30px;
}
.main-menu__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    top: 2px;
}
.main-menu__contact-list li .icon i {
    font-size: 14px;
    color: var(--brook-base);
}
.main-menu__contact-list li .text {
    margin-left: 10px;
}
.main-menu__contact-list li .text p {
    font-size: 13px;
    font-weight: 400;
    color: var(--brook-gray);
}
.main-menu__contact-list li .text p a {
    color: var(--brook-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__contact-list li .text p a:hover {
    color: var(--brook-base);
}
.main-menu__top-menu {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__top-menu li+li {
    margin-left: 20px;
}
.main-menu__top-menu li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--brook-gray);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__top-menu li a:hover {
    color: var(--brook-base);
}
.main-menu__top-right {
    position: relative;
    display: block;
}
.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #593f33;
    padding: 15px 40px;
    border-top-left-radius: var(--brook-bdr-radius);
}
.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__social a:hover {
    color: var(--brook-white);
}
.main-menu__social a+a {
    margin-left: 25px;
}
.main-menu__bottom {
    display: block;
}
.main-menu__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--brook-white);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    padding: 0 40px;
    border-top-left-radius: var(--brook-bdr-radius);
    border-top-right-radius: var(--brook-bdr-radius);
}
.main-menu__main-menu-box {
    display: block;
}
.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    z-index: 5;
}
.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--brook-primary);
    border-radius: 50%;
    font-size: 20px;
    color: var(--brook-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__call-icon:hover {
    background-color: var(--brook-base);
    color: var(--brook-white);
}
.main-menu__call-content {
    margin-left: 10px;
}
.main-menu__call-sub-title {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px;
}
.main-menu__call-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--brook-font);
}
.main-menu__call-number a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__call-number a:hover {
    color: var(--brook-base);
}
.main-menu__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30.5px 0;
    margin-left: 70px;
}
.main-menu__search-cart-box:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: -30px;
    width: 1px;
    background-color: #ded6d3;
}
.main-menu__search-box {
    position: relative;
    display: block;
}
.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__search:hover {
    color: var(--brook-base);
}
.main-menu__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}
.main-menu__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__cart:hover {
    color: var(--brook-base);
}
.stricky-header.main-menu {
    background-color: var(--brook-primary);
}
.stricky-header .main-menu__top {
    display: none;
}
.stricky-header .main-menu__update-box {
    display: none;
}
.main-menu .main-menu__list, .main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
@media (min-width: 1200px) {
    .main-menu .main-menu__list, .main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    position: relative;
}
.main-menu .main-menu__list>li.dropdown:before, .stricky-header .main-menu__list>li.dropdown:before {
    position: absolute;
    top: 37%;
    right: -17%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 14px;
    color: var(--brook-black);
    -webkit-transition: 500ms;
    transition: 500ms;
}
.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 45px;
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--brook-black);
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
}
.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: var(--brook-base);
    text-shadow: .05px 0 0 #420000;
}
.main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 336px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: #fff;
    padding: 25px 20px 24px;
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
}
.sub-menu {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list>li>ul>li>ul>li>ul, .stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
}
.main-menu .main-menu__list>li:hover>ul, .main-menu .main-menu__list>li>ul>li:hover>ul, .stricky-header .main-menu__list>li:hover>ul, .stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list>li>ul>li, .main-menu .main-menu__list>li>ul>li>ul>li, .stricky-header .main-menu__list>li>ul>li, .stricky-header .main-menu__list>li>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}
.main-menu .main-menu__list>li>ul>li+li, .main-menu .main-menu__list>li>ul>li>ul>li+li, .stricky-header .main-menu__list>li>ul>li+li, .stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: none;
}
.main-menu .main-menu__list>li>ul>li>a, .main-menu .main-menu__list>li>ul>li>ul>li>a, .stricky-header .main-menu__list>li>ul>li>a, .stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 20px;
    -webkit-transition: 500ms;
    transition: 500ms;
        background-color: #7f2416;
    border-radius: var(--brook-bdr-radius);
    margin-top: 10px;
}
.main-menu .main-menu__list>li>ul>li:last-child>a, .main-menu .main-menu__list>li>ul>li>ul>li:last-child>a, .stricky-header .main-menu__list>li>ul>li:last-child>a, .stricky-header .main-menu__list>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}
.main-menu .main-menu__list>li>ul>li:hover>a, .main-menu .main-menu__list>li>ul>li>ul>li:hover>a, .stricky-header .main-menu__list>li>ul>li:hover>a, .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    background-color: var(--brook-primary);
    color: var(--brook-black);
}
.main-menu .main-menu__list>li>ul>li>a::before, .main-menu .main-menu__list>li>ul>li>ul>li>a::before, .stricky-header .main-menu__list>li>ul>li>a::before, .stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--brook-base);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
    display: none;
}
.main-menu .main-menu__list>li>ul>li:hover>a::before, .main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before, .stricky-header .main-menu__list>li>ul>li:hover>a::before, .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
    transform: translateY(-50%) scale(1);
}
.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-three__main-menu-box .main-menu__list>.megamenu, .main-menu-two__main-menu-box .main-menu__list>.megamenu, .main-menu__wrapper .main-menu__list>.megamenu {
    position: static;
}
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul, .main-menu-two__main-menu-box .main-menu__list>.megamenu>ul, .main-menu__wrapper .main-menu__list>.megamenu>ul {
    top: 100%!important;
    left: 0!important;
    right: 0!important;
    background-color: transparent;
}
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu__wrapper .main-menu__list>.megamenu>ul>li {
    padding: 0!important;
}
.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
    .stricky-header {
    display: none!important;
}
}.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}
@media (min-width: 1200px) {
    .mobile-nav__buttons {
    display: none;
}
}.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--brook-base);
    cursor: pointer;
}
.mobile-nav__buttons a+a {
    margin-left: 10px;
}
.mobile-nav__buttons a:hover {
    color: var(--brook-base);
}
.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--brook-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.main-menu .mobile-nav__toggler:hover {
    color: var(--brook-black);
}
@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
    display: none;
}
}.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}
.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0;
}
.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: #f8e2df;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0;
    padding: 30px 15px;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--brook-base);
    cursor: pointer;
}
.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list>li>ul, .mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mobile-nav__content .main-menu__list>li>ul, .mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: .5em;
}
.mobile-nav__content .main-menu__list>li:not(:last-child), .mobile-nav__content .main-menu__list>li>ul>li:not(:last-child), .mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
    display: none!important;
}
.mobile-nav__content .main-menu__list>li>a, .mobile-nav__content .main-menu__list>li>ul>li>a, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #171717;
    font-size: 14px;
    font-family: var(--brook-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: var(--brook-base);
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--brook-base);
}
.mobile-nav__content .main-menu__list>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--brook-base);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}
.mobile-nav__content .main-menu__list>li>a>button.expanded, .mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--brook-base);
}
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none!important;
}
.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}
.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.mobile-nav__top .main-menu__login a {
    color: var(--brook-text-dark);
}
.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-nav__social a {
    font-size: 16px;
    color: var(--brook-base);
    -webkit-transition: 500ms;
    transition: 500ms;
}
.mobile-nav__social a+a {
    margin-left: 30px;
}
.mobile-nav__social a:hover {
    color: var(--brook-base);
}
.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobile-nav__contact li {
    color: var(--brook-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-nav__contact li+li {
    margin-top: 15px;
}
.mobile-nav__contact li a {
    color: #171717;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.mobile-nav__contact li a:hover {
    color: var(--brook-base);
}
.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--brook-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}
.mobile-nav__container .main-logo, .mobile-nav__container .topbar__buttons, .mobile-nav__container .main-menu__language, .mobile-nav__container .main-menu__login {
    display: none;
}
.home-showcase {
    margin-top: -25px;
    margin-bottom: -25px;
}
.home-showcase__inner {
    padding: 40px 40px 36px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
}
.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}
.home-showcase__image {
    position: relative;
    background-color: var(--brook-base);
    overflow: hidden;
    border-radius: var(--brook-bdr-radius);
}
.home-showcase__image>img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home-showcase__image:hover>img {
    opacity: .75;
}
.home-showcase__image:hover .home-showcase__buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}
.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}
.home-showcase__buttons__item {
    padding: 10px 20px 11px;
    width: 150px;
    text-align: center;
}
.home-showcase__buttons__item+.home-showcase__buttons__item {
    margin-top: 10px;
}
.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: var(--brook-black);
    font-family: var(--brook-font);
    margin-top: 17px;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%}
.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0);
}
.mobile-nav__wrapper .home-showcase__title {
    color: var(--brook-white, #fff);
}
.main-header-two {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}
.stricky-header.main-menu-two {
    background-color: var(--brook-black);
}
.main-header-two__top {
    position: relative;
    display: block;
    background-color: var(--brook-black);
}
.main-header-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7px 70px;
}
.main-header-two__top-left {
    position: relative;
    display: block;
}
.main-header-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}
.main-header-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-header-two__contact-list li+li {
    margin-left: 30px;
}
.main-header-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    top: 2px;
}
.main-header-two__contact-list li .icon i {
    font-size: 14px;
    color: var(--brook-base);
}
.main-header-two__contact-list li .text {
    margin-left: 10px;
}
.main-header-two__contact-list li .text p {
    font-size: 13px;
    font-weight: 400;
    color: #978e8e;
}
.main-header-two__contact-list li .text p a {
    color: #978e8e;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header-two__contact-list li .text p a:hover {
    color: var(--brook-base);
}
.main-header-two__top-right {
    position: relative;
    display: flex;
    align-items: center;
}
.main-header-two__top-menu {
    position: relative;
    display: flex;
    align-items: center;
}
.main-header-two__top-menu li+li {
    margin-left: 20px;
}
.main-header-two__top-menu li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #978e8e;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header-two__top-menu li a:hover {
    color: var(--brook-white);
}
.main-header-two__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 90px;
}
.main-header-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header-two__social a+a {
    margin-left: 25px;
}
.main-header-two__social a:hover {
    color: var(--brook-base);
}
.main-menu-two__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu-two__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    padding: 0 70px;
}
.main-menu-two__logo {
    display: block;
}
.main-menu-two__main-menu-box {
    display: block;
}
.main-menu-two__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
    padding: 27.5px 0;
    z-index: 5;
}
.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--brook-base);
    border-radius: 50%;
    font-size: 20px;
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__call-icon:hover {
    background-color: var(--brook-white);
    color: var(--brook-base);
}
.main-menu-two__call-content {
    margin-left: 10px;
}
.main-menu-two__call-sub-title {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px;
    color: #978e8e;
}
.main-menu-two__call-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--brook-font);
}
.main-menu-two__call-number a {
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__call-number a:hover {
    color: var(--brook-base);
}
.main-menu-two__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 38px 0;
    margin-left: 70px;
}
.main-menu-two__search-cart-box:before {
    content: "";
    position: absolute;
    top: 29px;
    bottom: 29px;
    left: -30px;
    width: 1px;
    background-color: rgba(var(--brook-white-rgb), .10);
}
.main-menu-two__search-box {
    position: relative;
    display: block;
}
.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__search:hover {
    color: var(--brook-base);
}
.main-menu-two__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}
.main-menu-two__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__cart:hover {
    color: var(--brook-base);
}
.main-menu-two .main-menu__list>li+li, .stricky-header.main-menu-two .main-menu__list>li+li {
    margin-left: 60px;
}
.main-menu-two .main-menu__list>li, .stricky-header.main-menu-two .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px;
}
.main-menu-two .main-menu__list>li>a, .stricky-header.main-menu-two .main-menu__list>li>a {
    color: var(--brook-white);
}
.main-menu-two .main-menu__list>li.current>a, .main-menu-two .main-menu__list>li:hover>a, .stricky-header.main-menu-two .main-menu__list>li.current>a, .stricky-header.main-menu-two .main-menu__list>li:hover>a {
    color: var(--brook-white);
    text-shadow: .05px 0 0 red;
}
.main-header-three {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(1px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}
.main-menu-three__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu-three__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.03);
    padding: 0 30px;
}
.main-menu-three__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-menu-three__logo {
    display: block;
    padding: 5px 0;
    margin-right: 200px;
}
.main-menu-three__logo img {
    width: 250px;
}
.stricky-header.stricky-fixed .main-menu-three__logo img {
    width: 120px;
}
.main-menu-three__main-menu-box {
    display: block;
}
.main-menu-three__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-menu-three__call {
    position: relative;
    display: flex;
    align-items: center;
    padding: 35px 0;
    z-index: 5;
}
.main-menu-three__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--brook-white);
    border-radius: 50%;
    font-size: 20px;
    color: var(--brook-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__call-icon:hover {
    background-color: var(--brook-base);
    color: var(--brook-white);
}
.main-menu-three__call-content {
    margin-left: 10px;
}
.main-menu-three__call-sub-title {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px;
    color: var(--brook-gray);
}
.main-menu-three__call-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--brook-font);
}
.main-menu-three__call-number a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__call-number a:hover {
    color: var(--brook-base);
}
.main-menu-three__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    margin-left: 30px;
}
.main-menu-three__search-cart-box .thm-btn {
    padding: 10px 39px;
}
.main-menu-three__search-cart-box:before {
    content: "";
    position: absolute;
    top: 37px;
    bottom: 37px;
    left: -13px;
    width: 1px;
    background-color: var(--brook-bdr-color);
}
.main-menu-three__search-box {
    position: relative;
    display: block;
}
.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__search:hover {
    color: var(--brook-base);
}
.main-menu-three__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}
.main-menu-three__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__cart:hover {
    color: var(--brook-base);
}
.main-menu-three .main-menu__list>li, .stricky-header.main-menu-three .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px;
}
.stricky-header.main-menu-three {
    background-color: var(--brook-white);
}
.main-slider-three {
    position: relative;
    background-color: #f8e2df;
    z-index: 10;
}
.main-slider-three .item {
    background-color: #efe5e3;
    position: relative;
    padding-top: 284px;
    padding-bottom: 100px;
    z-index: 10;
}
.main-slider-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}
.main-slider-three__shape-3 {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;
}
.main-slider-three__shape-3 img {
    width: auto!important;
}
.main-slider-three__img {
    position: absolute;
    bottom: -1px;
    right: -100px;
    mix-blend-mode: darken;
    transform: translateX(500px);
    opacity: 0;
    z-index: 1;
}
.main-slider-three__img img {
    width: auto!important;
}
.main-slider-three__img {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 500ms;
    z-index: 1;
}
.main-slider-three__star-one {
    position: absolute;
    bottom: 200px;
    left: 945px;
    z-index: 1;
}
.main-slider-three__star-one img {
    width: auto!important;
}
.main-slider-three__star-two {
    position: absolute;
    top: 215px;
    left: 60%;
    z-index: 1;
}
.main-slider-three__star-two img {
    width: auto!important;
}
.main-slider-three__content {
    position: relative;
    display: block;
    max-width: 650px;
    z-index: 15;
}
.main-slider-three__sub-title-box {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
    text-align: center;
    padding: 25px 0 49px;
    margin-left: 151px;
    margin-bottom: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    z-index: 1;
}
.main-slider-three__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.main-slider-three__sub-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--brook-white);
    transform: rotate(2deg);
}
.main-slider-three__title {
    position: relative;
    font-size: 56px;
    color: var(--brook-black);
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    z-index: 1;
}
.main-slider-three__title span {
    position: relative;
    display: inline-block;
}
.main-slider-three__title span:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 216px;
    height: 63px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    animation-name: zoom-fade-2;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade-2;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade-2;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade-2;
    -ms-animation-duration: 8s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade-2;
    -o-animation-duration: 8s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.main-slider-three__sub-title1 {
    position: relative;
    font-size: 25px;
    color: var(--brook-black);
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 37px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    z-index: 1;
}
.main-slider-three__btn-founder-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    z-index: 1;
}
.main-slider-three__founder-box {
    margin-left: 30px;
}
.main-slider-three__founder-name {
    font-size: 44px;
    line-height: 44px;
    font-family: var(--brook-font-three);
}
.main-slider-three__founder-sub-title {
    font-size: 15px;
    line-height: 20px;
}
.active .main-slider-three__title, .active .main-slider-three__sub-title-box, .active .main-slider-three__btn-founder-box, .main-slider-three__sub-title1 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.about-one {
    position: relative;
    display: block;
    padding: 100px 0;
    z-index: 2;
}
.bg-overlayer {
    position: absolute;
    background-color: #f8e2df;
    width: 500px;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.bg-overlayer:before {
    background-image: url(../images/resources/about-bg.jpg);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    opacity: .25;
    z-index: 1;
}
.about-one__left {
    position: relative;
    display: block;
}
.about-one__img {
    position: relative;
    display: block;
    border: 10px solid #fff;
    border-radius: 10px;
    z-index: 1;
}
.about-one__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.about-one__curved-circle-box {
    position: absolute;
    top: 48px;
    left: -90px;
    height: 143px;
    width: 143px;
    border-radius: 50%;
    z-index: 2;
}
.about-one__curved-circle-box .curved-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--brook-black);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .4em;
}
.about-one__curved-circle-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-one__curved-circle-icon img {
    width: auto!important;
}
.about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
}
.about-one__right .section-title {
    margin-bottom: 0px;
}
.about-one__experience-and-points {
    position: relative;
    display: flex;
}
.about-one__experience-box {
    position: relative;
    display: block;
    max-width: 158px;
    width: 100%;
    background-color: var(--brook-primary);
    border-radius: var(--brook-bdr-radius);
    padding: 17px 30px 38px;
    margin-top: 17px;
    z-index: 1;
}
.about-one__experience-box:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 8px;
    bottom: 8px;
    background-color: var(--brook-white);
    border-radius: var(--brook-bdr-radius);
    border: 1px solid var(--brook-bdr-color);
    z-index: -1;
}
.about-one__experience-icon {
    position: relative;
    display: inline-block;
}
.about-one__experience-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.about-one__experience-box:hover .about-one__experience-icon span {
    transform: scale(.9);
}
.about-one__experience {
    position: relative;
    display: block;
}
.about-one__experience h3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
}
.about-one__experience p {
    line-height: 18px;
    margin-top: 4px;
}
.about-one__experience-points-box {
    position: relative;
    display: block;
}
.about-one__experience-points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.about-one__experience-points-list {
    position: relative;
    display: block;
}
.about-one__experience-points-list+.about-one__experience-points-list {
    margin-left: 82px;
}
.about-one__experience-points li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-one__experience-points li+li {
    margin-top: 2px;
}
.about-one__experience-points li .icon {
    position: relative;
    display: inline-block;
}
.about-one__experience-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--brook-base);
}
.about-one__experience-points li .text {
    position: relative;
    display: block;
    margin-left: 15px;
}
.about-one__experience-points li .text p {
    color: var(--brook-black);
}
.about-one__sign-and-btn {
    position: relative;
    display: flex;
    margin-top: 15px;
}
.about-one__sign {
    position: relative;
    display: block;
    top: 5px;
}
.about-one__sign h5 {
    font-size: 44px;
    line-height: 44px;
    font-family: var(--brook-font-three);
}
.about-one__sign p {
    margin-top: -4px;
}
.about-one__btn-box {
    position: relative;
    display: block;
}
.feature-one {
    position: relative;
    display: block;
    padding: 90px 0;
    z-index: 1;
}
.feature-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.feature-one__img-box {
    position: relative;
    display: block;
}
.feature-one__img {
    position: relative;
    display: block;
}
.feature-one__img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--brook-bdr-radius);
}
.feature-one__hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--brook-bdr-radius);
    background-color: var(--brook-base);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.feature-one__hover-content-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 40px 20px 50px;
    text-align: center;
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.feature-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.feature-one__shape-1 img {
    width: auto;
    mix-blend-mode: luminosity;
    transform: translateX(-200px);
    opacity: 0;
}
.feature-one__single:hover .feature-one__shape-1 img {
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 600ms;
    opacity: .2;
}
.feature-one__single:hover .feature-one__hover-content {
    transform: scaleY(1.0);
}
.feature-one__hover-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -61px;
    left: 50%;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background-color: var(--brook-base);
    transform: translateX(-50%);
}
.feature-one__hover-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-white);
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.feature-one__single:hover .feature-one__hover-icon span {
    transform: scale(.9);
}
.feature-one__hover-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: right;
}
.feature-one__hover-title a {
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-one__hover-title a:hover {
    color: var(--brook-white);
}
.feature-one__hover-text {
    color: #ffe4d7;
    margin-top: 16px;
}
.feature-one__hover-arrow-box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.feature-one__hover-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 57px;
    font-size: 16px;
    color: var(--brook-base);
    border-radius: 30px 0 0 0;
    padding: 20px 50px 20px 30px;
    background-color: var(--brook-white);
    transition: all 600ms ease;
}
.feature-one__single:hover .feature-one__hover-arrow {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}
.feature-one__hover-arrow:hover {
    color: var(--brook-white);
    background-color: var(--brook-black);
}
.feature-one__content {
    position: relative;
    display: block;
    text-align: center;
    border-radius: var(--brook-bdr-radius);
    background-color: #fff;
    box-shadow: 0 3px 36px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: -90px;
    margin-left: 40px;
    min-height: 115px;
    margin-right: 0;
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1);
}
.feature-one__single:hover .feature-one__content {
    transform: scaleY(0.0);
}
.feature-one__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -61px;
    left: 50%;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background-color: var(--brook-base);
    transform: translateX(-50%);
}
.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-white);
}
.feature-one__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
}
.feature-one__title a {
    color: var(--brook-black);
}
.services-one {
    position: relative;
    display: block;
    background-color: #f8e2df;
    padding: 120px 0 90px;
    z-index: 1;
}
.services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.services-one__top {
    position: relative;
    display: block;
    margin-bottom: 47px;
}
.services-one__left {
    position: relative;
    display: block;
}
.services-one__left .section-title {
    margin-bottom: 0;
}
.services-one__right {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-top: 24px;
}
.services-one__bottom .row {
    --bs-gutter-x: 23px;
}
.services-one__single {
    position: relative;
    display: block;
    border-radius: var(--brook-bdr-radius);
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__single:hover {
    transform: translateY(-10px);
}
.services-one__content {
    position: relative;
    display: block;
    padding: 32px 40px 19px;
    border-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.services-one__content:before {
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    content: "";
    border: 2px solid var(--brook-base);
    border-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 500ms ease;
    transform: translate3d(0px, 100%, 0px);
    z-index: -1;
}
.services-one__single:hover .services-one__content:before {
    transform: translate3d(0px, 0, 0px);
}
.services-one__icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.services-one__icon::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -40px;
    right: -36px;
    bottom: 2px;
    border-radius: var(--brook-bdr-radius);
    background: #f8e2df;
    background: linear-gradient(90deg, rgba(241, 236, 233, 0) 0%, rgba(241, 236, 233, 1) 80%);
    z-index: -1;
}
.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.services-one__single:hover .services-one__icon span {
    transform: scale(.9);
}
.services-one__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 11px;
    margin-top: 14px;
}
.services-one__title a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__title a:hover {
    color: var(--brook-base);
}
.services-one__text {
    font-weight: 300;
}
.services-one__btn-box {
    position: relative;
    display: block;
}
.services-one__btn {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding: 10px 40px 13px;
    border-top: 1px solid var(--brook-bdr-color);
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.services-one__single:hover .services-one__btn {
    border-top: 1px solid transparent;
    background-color: var(--brook-base);
    color: var(--brook-white);
}
.services-one__btn span {
    position: relative;
    font-size: 15px;
    color: var(--brook-gray);
    margin-right: 10px;
    top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__single:hover .services-one__btn span {
    color: var(--brook-white);
}
.cta-one {
    position: relative;
    display: block;
    background-color: var(--brook-base);
    padding: 50px 0;
    overflow: hidden;
    z-index: 1;
}
.cta-one__shape-1 {
    position: absolute;
    top: -219px;
    left: 0;
    opacity: .08;
    z-index: -1;
}
.cta-one__shape-1 img {
    width: auto;
}
.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-one__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: var(--brook-white);
}
.cta-one__btn-box {
    position: relative;
    display: block;
    margin-left: 20px;
}
.cta-one__btn {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 30px;
    color: var(--brook-black);
    background-color: var(--brook-white);
}
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.team-one__img-box {
    position: relative;
    display: block;
}
.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--brook-bdr-radius);
}
.team-one__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    border-radius: var(--brook-bdr-radius);
    background-image: -moz-linear-gradient(90deg, #1a1414 0%, rgba(26, 20, 20, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #1a1414 0%, rgba(26, 20, 20, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #1a1414 0%, rgba(26, 20, 20, 0) 100%);
    z-index: 1;
}
.team-one__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
    transition: all 500ms ease;
    transform: scale(1);
}
.team-one__single:hover .team-one__img img {
    transform: scale(1.05);
}
.team-one__shape-1 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid rgba(var(--brook-white-rgb), .50);
    border-radius: var(--brook-bdr-radius);
    z-index: 2;
}
.team-one__name-box {
    position: absolute;
    bottom: 94px;
    left: 50px;
    z-index: 2;
}
.team-one__name-box h3 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 40px;
}
.team-one__name-box h3 a {
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__name-box h3 a:hover {
    color: var(--brook-base);
}
.team-one__name-box h3 a span {
    font-size: 16px;
    font-weight: 400;
    color: var(--brook-white);
    text-transform: uppercase;
    letter-spacing: .1em;
}
.team-one__sub-title-and-share-btn {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(var(--brook-white-rgb), .80);
    padding: 13px 29px 8px;
    z-index: 2;
}
.team-one__sub-title {
    position: relative;
    display: block;
}
.team-one__sub-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.team-one__share-and-email {
    position: relative;
    display: flex;
    align-items: center;
}
.team-one__share-and-email a+a {
    margin-left: 20px;
}
.team-one__share-and-email a {
    font-size: 14px;
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__share-and-email a:hover {
    color: var(--brook-white);
}
.team-one__social {
    position: absolute;
    right: 70px;
    bottom: 69px;
    background-color: var(--brook-white);
    text-align: center;
    padding: 20px 13px;
    border-radius: var(--brook-bdr-radius);
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    transform-origin: bottom center;
    z-index: 2;
}
.team-one__social::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 4px solid var(--brook-white);
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
}
.team-one__single:hover .team-one__social {
    transform: scaleY(1.0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.team-one__social li+li {
    margin-top: 20px;
}
.team-one__social li a {
    font-size: 13px;
    color: var(--brook-black);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__social li a:hover {
    color: var(--brook-base);
}
.why-choose-one {
    position: relative;
    display: block;
    padding-bottom: 90px;
    z-index: 1;
}
.why-choose-one__left {
    position: relative;
    display: block;
}
.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: -28px;
}
.why-choose-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.why-choose-one__list li {
    position: relative;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px;
}
.why-choose-one__single {
    position: relative;
    display: block;
    background-color: #f8e2df;
    border-radius: var(--brook-bdr-radius);
    padding: 40px 40px 37px;
}
.why-choose-one__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: var(--brook-white);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.why-choose-one__list li:hover .icon {
    background-color: var(--brook-base);
}
.why-choose-one__list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--brook-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.why-choose-one__list li:hover .icon span {
    color: var(--brook-white);
}
.why-choose-one__list li .title {
    margin-top: 19px;
}
.why-choose-one__list li .title h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.why-choose-one__list li .title h3 a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.why-choose-one__list li .title h3 a:hover {
    color: var(--brook-base);
}
.brand-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.brand-one__inner {
    position: relative;
    display: block;
    padding: 100px 0;
    border-top: 1px solid var(--brook-bdr-color);
}
.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: .2;
    max-width: 100%}
.brand-one .swiper-slide img:hover {
    opacity: .6;
}
.contact-one {
    position: relative;
    display: block;
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}
.contact-one__shape-1 {
    position: absolute;
    top: 0;
    right: -30px;
    opacity: .3;
    mix-blend-mode: luminosity;
    z-index: -1;
}
.contact-one__shape-1 img {
    width: auto;
}
.contact-one__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-one__shape-2 img {
    width: auto;
}
.contact-one__img-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-one__img-1 img {
    width: auto;
}
.contact-one__left {
    position: relative;
    display: block;
}
.contact-one__contact-box {
    position: relative;
    display: block;
    border-radius: var(--brook-bdr-radius);
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 10px 40px 20px;
    margin-bottom: 25px;
    overflow: hidden;
    z-index: 1;
}
.contact-one__contact-box .box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}
.contact-one__contact-box .box .content h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 700;
}
.contact-one__contact-box .box .content p {
    font-size: 18px;
}
.contact-one__contact-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 219px;
    opacity: .15;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    z-index: -1;
}
.contact-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--brook-base);
}
.contact-one__sub-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #966046;
    margin-top: 14px;
    margin-bottom: 6px;
}
.contact-one__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}
.contact-one__nummber {
    font-size: 17px;
    font-weight: 500;
}
.contact-one__nummber a {
    color: var(--brook-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-one__nummber a:hover {
    color: var(--brook-black);
}
.contact-one__right {
    position: relative;
    display: block;
}
.contact-one__right .section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: var(--brook-black);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
}
.contact-one__form-box {
    position: relative;
    display: block;
}
.contact-one__form .row {
    --bs-gutter-x: 20px;
}
.contact-one__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-one__form-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.contact-one__form-icon i {
    font-size: 15px;
    color: #7f7878;
}
.contact-one__form-input-box input[type="text"], .contact-one__form-input-box input[type="email"], .contact-one__form-input-box input[type="date"] {
    height: 45px;
    width: 100%;
    border: none;
    background-color: var(--brook-white);
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 13px;
    color: var(--brook-gray);
    display: block;
    font-weight: 400;
    border-radius: var(--brook-bdr-radius);
}
.contact-one__form-input-box textarea {
    color: var(--delogis-gray);
    font-weight: 400;
    height: 110px;
    width: 100%;
    background-color: var(--delogis-white);
    padding: 20px 30px 30px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 0;
    border-radius: var(--delogis-bdr-radius);
}
.contact-one__form-btn {
    border: none;
}
.contact-one__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%!important;
}
.contact-one__form-input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}
.contact-one__form-input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    background-color: var(--brook-white)!important;
    border-radius: 0;
    color: var(--brook-gray)!important;
    font-size: 13px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ccc;
    width: 100%;
    outline: none!important;
    box-shadow: none!important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-radius: var(--brook-bdr-radius);
    padding: 0 30px;
}
.contact-one__form-input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 15px;
    color: var(--brook-gray);
}
#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--brook-black);
    color: #252525;
    font-size: 14px;
    border-radius: 0;
    width: 270px;
    padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--brook-base) none repeat scroll 0 0;
    border: 2px solid var(--brook-base);
    border-radius: 0;
    color: var(--brook-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}
.ui-datepicker td a {
    color: var(--brook-black)!important;
    text-align: center;
    background-image: none!important;
    background: #f5f5f5!important;
    border: 1px solid #f9f9f9!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--brook-black)!important;
    background: var(--brook-black)!important;
    color: var(--brook-white)!important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: var(--brook-white);
    border: none;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 .4em;
    width: 100%}
.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover, .ui-datepicker-calendar .ui-state-default:active {
    background: var(--brook-black);
    color: var(--brook-white);
    border-color: var(--brook-black);
}
#ui-datepicker-div.ui-widget {
    font-family: var(--brook-font);
}
.site-footer {
    position: relative;
    display: block;
    background-color: #f8e2df;
    overflow: hidden;
    z-index: 1;
}
.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    opacity: .25;
    z-index: -2;
}
.site-footer__shape-1 {
    position: absolute;
    bottom: -30px;
    left: 0;
    mix-blend-mode: lighten;
    opacity: .2;
    z-index: -1;
}
.site-footer__shape-1 img {
    width: auto;
}
.site-footer__top {
    position: relative;
    display: block;
    background-color: transparent;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.03);
    padding: 25px 0;
    z-index: 1;
}
.site-footer__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-footer__top-left {
    position: relative;
    display: flex;
    align-items: center;
}
.site-footer__top-icon {
    position: relative;
    display: inline-block;
    padding-right: 40px;
}
.site-footer__top-icon::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 8px;
    right: 0;
    width: 1px;
    background-color: rgba(var(--brook-white-rgb), .10);
}
.site-footer__top-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-base);
    transition: all 500ms linear;
    transition-delay: .1s;
    transform: scale(1);
}
.site-footer__top-icon:hover span {
    transform: scale(0.9);
}
.site-footer__top-content {
    position: relative;
    display: block;
    margin-left: 40px;
}
.site-footer__top-content h3 {
    font-size: 22px;
    color: var(--brook-base);
    line-height: 32px;
}
.site-footer__top-content h3 span {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--brook-font);
    color: #978e8e;
    margin-left: 23px;
}
.site-footer__top-right {
    position: relative;
    display: flex;
    align-items: center;
}
.site-footer__social-shape-1 {
    position: absolute;
    bottom: -35px;
    left: 73px;
}
.site-footer__social-shape-1 img {
    width: auto;
}
.site-footer__social-title {
    position: relative;
    display: block;
}
.site-footer__social-title p {
    color: var(--brook-black);
}
.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--brook-white);
    font-size: 15px;
    border-radius: 50%;
    background-color: #2e2626;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.site-footer__social a:hover {
    color: var(--brook-base);
    background-color: var(--brook-white);
}
.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--brook-white);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.site-footer__social a+a {
    margin-left: 10px;
}
.site-footer__middle {
    position: relative;
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 22px;
}
.footer-widget__title {
    font-size: 27px;
    color: var(--brook-base);
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.footer-widget__about {
    position: relative;
    display: block;
    margin-top: 7px;
}
.footer-widget__logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.footer-widget__logo img {
    width: 100%}
.footer-widget__about-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--brook-gray);
}
.footer-widget__link {
    position: relative;
    display: block;
    margin-right: -30px;
}
.footer-widget__link-list {
    position: relative;
    display: block;
}
.footer-widget__link-list li+li {
    margin-top: 4px;
}
.footer-widget__link-list li a {
    position: relative;
    color: #978e8e;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__link-list li a:hover {
    color: var(--brook-base);
}
.footer-widget__Contact {
    position: relative;
    display: block;
}
.footer-widget__Contact-list {
    position: relative;
    display: block;
}
.footer-widget__Contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.footer-widget__Contact-list li+li {
    margin-top: 20px;
}
.footer-widget__Contact-list li .icon {
    margin-right: 20px;
    position: relative;
    top: 4px;
}
.footer-widget__Contact-list li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--brook-base);
    border-radius: 50%;
    color: var(--brook-white);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__Contact-list li .icon:hover span {
    background-color: var(--brook-white);
    color: var(--brook-base);
}
.footer-widget__Contact-list li .text>span {
    font-size: 14px;
    font-weight: 400;
    color: #978e8e;
}
.footer-widget__Contact-list li .text p {
    font-size: 15px;
    font-weight: 400;
    color: var(--brook-black);
    line-height: 20px;
}
.footer-widget__Contact-list li .text p a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__Contact-list li .text p a:hover {
    color: var(--brook-base);
    transition: all 500ms ease;
}
.footer-widget__newsletter {
    position: relative;
    display: block;
}
.footer-widget__newsletter-text {
    color: #978e8e;
}
.footer-widget__email-box {
    position: relative;
    display: block;
}
.footer-widget__email-input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.footer-widget__email-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: var(--brook-white);
    outline: none;
    font-size: 13px;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--brook-gray);
    border-radius: 30px;
    text-align: center;
}
.footer-widget__subscribe-btn {
    border: none;
    background-color: var(--brook-base);
    width: 100%}
.footer-widget__subscribe-btn:hover {
    color: var(--brook-white);
}
.footer-widget__subscribe-btn::before {
    background-color: var(--brook-black);
}
.site-footer__bottom {
    position: relative;
    display: block;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}
.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(var(--brook-white-rgb), .10);
}
.site-footer__bottom-text {
    color: #978e8e;
    font-size: 15px;
    font-weight: 400;
}
.site-footer__bottom-text a {
    color: #978e8e;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer__bottom-text a:hover {
    color: var(--brook-base);
}
.about-two {
    position: relative;
    display: block;
    padding: 120px 0;
    z-index: 1;
}
.about-two__left {
    position: relative;
    display: block;
}
.about-two__img-box {
    position: relative;
    display: block;
}
.about-two__img {
    position: relative;
    display: block;
}
.about-two__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.about-one__left {
    position: relative;
}
.about-two__therapy {
    position: absolute;
    display: flex;
    bottom: 0;
    right: -20px;
    max-width: 360px;
    width: 100%;
    background-color: var(--brook-white);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 10px;
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.about-two__therapy-content {
    position: relative;
    display: block;
    margin-left: 18px;
}
.about-two__therapy-title {
    font-size: 29px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1.2px;
}
.about-two__therapy-btn-box {
    position: relative;
    display: block;
    margin-top: 14px;
}
.about-two__therapy-btn {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 20px;
    color: var(--brook-gray);
    background-color: #f2edea;
}
.about-two__right {
    position: relative;
    display: block;
    margin-left: 70px;
}
.about-two__right .section-title {
    margin-bottom: 29px;
}
.about-two__text-1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--brook-base);
}
.about-two__text-2 {
    margin-top: 33px;
    margin-bottom: 24px;
}
.about-two__progress {
    position: relative;
    display: block;
}
.about-two__progress-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 7px;
}
.about-two__progress .bar {
    position: relative;
    width: 100%;
    height: 9px;
    background-color: #f2edea;
    border-radius: 5px;
}
.about-two__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 9px;
    border-radius: 5px;
    background-color: var(--brook-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.about-two__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 17px;
    color: var(--brook-gray);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-two__progress .bar-inner.counted .count-text {
    opacity: 1;
}
.about-two__progress .bar.marb-0 {
    margin-bottom: 0;
}
.about-two__sign-and-social {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.about-two__sign {
    position: relative;
    display: block;
    top: 4px;
}
.about-two__sign h4 {
    font-size: 44px;
    font-family: var(--brook-font-three);
    line-height: 44px;
}
.about-two__sign p {
    margin-top: -4px;
}
.about-two__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 41px;
    padding-left: 41px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-two__social::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    bottom: -7px;
    width: 1px;
    background-color: var(--brook-bdr-color);
}
.about-two__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--brook-black);
    background-color: #f2edea;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.about-two__social a:hover {
    color: var(--brook-white);
    background-color: var(--brook-base);
}
.about-two__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--brook-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.about-two__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.about-two__social a+a {
    margin-left: 10px;
}
.services-two {
    position: relative;
    display: block;
    padding-bottom: 90px;
    z-index: 1;
}
.services-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.services-two__img-box {
    position: relative;
    display: block;
}
.services-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: var(--brook-bdr-radius);
    border-top-left-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.services-two__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-top-right-radius: var(--brook-bdr-radius);
    border-top-left-radius: var(--brook-bdr-radius);
    background-color: rgba(var(--brook-black-rgb), .30);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1;
}
.services-two__single:hover .services-two__img:before {
    transform: scale(1.0);
    opacity: 1;
}
.services-two__img img {
    width: 100%;
    border-top-right-radius: var(--brook-bdr-radius);
    border-top-left-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-two__single:hover .services-two__img img {
    transform: scale(1.08);
}
.services-two__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 87px;
    background-color: var(--brook-base);
    border-top-left-radius: var(--brook-bdr-radius);
    z-index: 2;
}
.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.services-two__single:hover .services-two__icon span {
    transform: scale(.9);
}
.services-two__content {
    position: relative;
    display: block;
    background-color: #7f2416;
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.services-two__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    z-index: -1;
}
.services-two__title-box {
    position: relative;
    display: block;
    padding: 24px 20px 20px;
}
.services-two__title-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 1px;
    background-color: var(--brook-bdr-color);
}
.services-two__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}
.services-two__title a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-two__title a:hover {
    color: var(--brook-base);
}
.services-two__text {
    font-weight: 300;
    margin-top: 2px;
}
.services-two__btn-box {
    position: relative;
    display: block;
}
.services-two__btn-box a {
    position: relative;
    display: block;
    font-size: 13px;
    color: var(--brook-gray);
    padding: 4px 45px 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.services-two__btn-box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: var(--brook-base);
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    z-index: -1;
}
.services-two__btn-box a:hover {
    color: var(--brook-white);
}
.services-two__btn-box a:hover::before {
    opacity: 1;
}
.services-two__btn-box a span {
    position: relative;
    margin-right: 10px;
    top: 1px;
}
.why-choose-two {
    position: relative;
    display: block;
    background-color: #f8e2df;
    padding: 120px 0 180px;
    z-index: 1;
}
.why-choose-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
    z-index: -1;
}
.why-choose-two__left {
    position: relative;
    display: block;
    margin-right: 63px;
}
.why-choose-two__left .section-title {
    margin-bottom: 29px;
}
.why-choose-two__text-1 {
    font-size: 24px;
    line-height: 34px;
    color: var(--brook-base);
}
.why-choose-two__text-2 {
    margin-top: 15px;
    margin-bottom: 30px;
}
.why-choose-two__text-box {
    position: relative;
    display: block;
    border-radius: var(--brook-bdr-radius);
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 19px 40px;
}
.why-choose-two__text-box::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 9px;
    width: 4px;
    border-radius: 3px;
    background-color: var(--brook-base);
}
.why-choose-two__text-box p {
    font-size: 18px;
    font-style: italic;
    font-family: var(--brook-font-two);
    line-height: 30px;
    color: var(--brook-black);
}
.why-choose-two__btn-and-video {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.why-choose-two__btn-box {
    position: relative;
    display: block;
}
.why-choose-two__video {
    position: relative;
    display: flex;
    align-items: center;
}
.why-choose-two__video-link {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
}
.why-choose-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
    color: var(--brook-black);
    background-color: var(--brook-white);
    border-radius: 50%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 1;
}
.why-choose-two__video-icon:hover {
    background-color: var(--brook-base);
    color: var(--brook-white);
}
.why-choose-two__video-link .ripple, .why-choose-two__video-icon .ripple:before, .why-choose-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--brook-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--brook-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--brook-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--brook-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%}
.why-choose-two__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.why-choose-two__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.why-choose-two__video-title {
    font-size: 16px;
    font-family: var(--brook-font);
    font-weight: 400;
}
.why-choose-two__right {
    position: relative;
    display: block;
    margin-left: 40px;
    margin-right: 10px;
}
.why-choose-two__right img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.why-choose-two__icon-1 {
    position: absolute;
    right: -134px;
    top: 87px;
    width: 84px;
    height: 84px;
    background-color: var(--brook-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.why-choose-two__icon-1:hover {
    background-color: var(--brook-black);
}
.why-choose-two__icon-1 span {
    position: relative;
    display: inline-block;
    font-size: 33px;
    color: var(--brook-white);
}
.why-choose-two__icon-2 {
    position: absolute;
    bottom: -134px;
    left: 96px;
    width: 84px;
    height: 84px;
    background-color: var(--brook-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.why-choose-two__icon-2:hover {
    background-color: var(--brook-black);
}
.why-choose-two__icon-2 span {
    position: relative;
    display: inline-block;
    font-size: 33px;
    color: var(--brook-white);
}
.tabs-one {
    position: relative;
    display: block;
    margin-top: -60px;
    z-index: 2;
}
.tabs-one__inner {
    position: relative;
    display: block;
    border-radius: var(--brook-bdr-radius);
    background-color: #242059;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 60px;
    z-index: 1;
}
.tabs-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .06;
}
.tabs-one__shape-1 img {
    width: auto;
}
.tabs-one__inner .tab-buttons {
    position: relative;
    display: block;
}
.tabs-one__inner .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
}
.tabs-one__inner .tab-buttons .tab-btn+.tab-btn {
    margin-left: 5px;
}
.tabs-one__inner .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: .1s;
    font-size: 17px;
    line-height: 17px;
    color: var(--brook-white);
    background-color: #171717;
    padding: 20px 30px 23px;
    border-radius: var(--brook-bdr-radius);
    font-weight: 400;
    cursor: pointer;
    font-family: var(--brook-font-two);
    transition: all .3s ease;
    z-index: 1;
}
.tabs-one__inner .tab-buttons .tab-btn.active-btn span {
    color: var(--brook-black);
}
.tabs-one__inner .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    content: "";
    background-color: var(--brook-white);
    border-radius: var(--brook-bdr-radius);
    transition: all .3s ease;
    z-index: -1;
}
.tabs-one__inner .tab-buttons .tab-btn.active-btn span:before {
    height: 100%}
.tabs-one__inner .tabs-content {
    position: relative;
    display: block;
}
.tabs-one__inner .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}
.tabs-one__inner .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.tabs-one__tab-content-inner {
    position: relative;
    display: flex;
    margin-top: 30px;
}
.tabs-one__tab-content-left {
    position: relative;
    display: flex;
}
.tabs-one__img {
    position: relative;
    display: contents;
    max-width: 310px;
    width: 100%}
.tabs-one__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.tabs-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -6px;
}
.tabs-one__content h3 {
    font-size: 24px;
    line-height: 34px;
    color: var(--brook-white);
}
.tabs-one__content p {
    color: #bda499;
    margin-top: 11px;
}
.tabs-one__points {
    position: relative;
    display: block;
    margin-left: 37px;
    margin-top: 39px;
}
.tabs-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.tabs-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: var(--brook-base);
    border-radius: 50%;
    top: 1px;
}
.tabs-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--brook-base);
}
.tabs-one__points li .text {
    margin-left: 17px;
}
.tabs-one__points li .text p {
    font-size: 17px;
    color: var(--brook-white);
}
.cta-two {
    position: relative;
    display: block;
    padding-bottom: 50px;
}
.cta-two__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--brook-base);
    padding: 50px 11px;
    padding-left: 265px;
    border-top-left-radius: var(--brook-bdr-radius);
    border-top-right-radius: var(--brook-bdr-radius);
    overflow: hidden;
    z-index: 1;
}
.cta-two__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.cta-two__img img {
    width: auto;
}
.cta-two__text {
    position: relative;
    display: block;
    padding-right: 20px;
}
.cta-two__text h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: var(--brook-white);
    font-family: var(--brook-font-two);
}
.cta-two__text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: var(--brook-white);
}
.cta-two__btn-box {
    position: relative;
    display: block;
}
.cta-two__btn {
    color: var(--brook-black);
    background-color: var(--brook-white);
}
.faq-one {
    position: relative;
    display: block;
    background-color: #efefef;
    padding: 120px 0;
    z-index: 1;
}
.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.faq-one__left {
    position: relative;
    display: block;
}
.faq-one__left .section-title {
    margin-bottom: 27px;
}
.faq-one__img-and-points {
    position: relative;
    display: flex;
}
.faq-one__img {
    position: relative;
    display: block;
}
.faq-one__img img {
    width: 100%;
    height: auto;
    border-radius: var(--brook-bdr-radius);
}
.faq-one__points {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -7px;
}
.faq-one__points li {
    position: relative;
    display: flex;
}
.faq-one__points li+li {
    margin-top: 29px;
}
.faq-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 42px;
    height: 42px;
    background-color: var(--brook-base);
    border-radius: 50%;
    top: 7px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one__points li:hover .icon {
    background-color: var(--brook-black);
}
.faq-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--brook-white);
}
.faq-one__points li .content {
    position: relative;
    display: block;
    margin-left: 20px;
}
.faq-one__points li .content h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.faq-one__points li .content p {
    margin-top: 5px;
}
.faq-one__right {
    position: relative;
    display: block;
}
.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: var(--brook-white);
    border: 1px solid var(--brook-bdr-color);
    border-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 30px;
    transition: all 200ms linear;
    transition-delay: .1s;
    padding-right: 25px;
}
.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--brook-base);
}
.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}
.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 13px;
    color: var(--brook-base);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--brook-black);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 23px;
    padding-left: 30px;
    padding-right: 35px;
}
.faq-one-accrodion .accrodion-content p {
    margin: 0;
}
.contact-two {
    position: relative;
    display: block;
    padding: 120px 0;
    z-index: 1;
}
.contact-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: -1;
}
.contact-two__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--brook-black);
    opacity: .1;
    z-index: -1;
}
.contact-two__left {
    position: relative;
    display: block;
    margin-right: 110px;
    z-index: 1;
}
.contact-two__shape-1 {
    position: absolute;
    top: -111px;
    right: -125px;
    bottom: -120px;
    left: -225px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .9;
    z-index: -1;
}
.contact-two__left .section-title {
    margin-bottom: 27px;
}
.contact-two__left .section-title__tagline {
    color: var(--brook-white);
}
.contact-two__left .section-title__title {
    color: var(--brook-white);
}
.contact-two__left .section-title__title span:before {
    background-image: url(../images/shapes/section-title-shape-2.png);
}
.contact-two__form-box {
    position: relative;
    display: block;
}
.contact-two__form .row {
    --bs-gutter-x: 10px;
}
.contact-two__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.contact-two__form-input-box input[type="text"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--brook-white);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 13px;
    color: var(--brook-gray);
    display: block;
    font-weight: 400;
    border-radius: var(--brook-bdr-radius);
}
.contact-two__form-btn {
    border: none;
    color: var(--brook-white);
    background-color: var(--brook-black);
}
.contact-two__form-btn:hover {
    color: var(--brook-base);
}
.contact-two__form-btn::before {
    background-color: var(--brook-white);
}
.contact-two__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%!important;
}
.contact-two__form-input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}
.contact-two__form-input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    background-color: var(--brook-white)!important;
    border-radius: 0;
    color: var(--brook-gray)!important;
    font-size: 13px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    width: 100%;
    outline: none!important;
    border: 0;
    box-shadow: none!important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-radius: var(--brook-bdr-radius);
    padding: 0 30px;
}
.contact-two__form-input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 15px;
    color: var(--brook-gray);
}
.google-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    background-color: #f8e2df;
}
.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 678px;
    width: 100%;
    mix-blend-mode: luminosity;
}
.contact-two__contact-box {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 305px;
    width: 100%;
    padding: 53px 40px 24px;
    border-radius: var(--brook-bdr-radius);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.contact-two__contact-box::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 114px;
    border-top: 21px solid var(--brook-white);
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
}
.contact-two__contact-list {
    position: relative;
    display: block;
}
.contact-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-two__contact-list li .icon {
    position: relative;
    display: inline-block;
    top: 2px;
}
.contact-two__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--brook-base);
}
.contact-two__contact-list li .text {
    margin-left: 10px;
}
.contact-two__contact-list li .text p {
    color: #7f7878;
}
.contact-two__contact-list li .text p a {
    color: #7f7878;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-two__contact-list li .text p a:hover {
    color: var(--brook-base);
}
.contact-two__contact-box-icon {
    position: absolute;
    top: -38px;
    left: 40px;
    width: 78px;
    height: 78px;
    background-color: var(--brook-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-two__contact-box-icon img {
    width: auto;
}
.feature-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.feature-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.feature-two__img-box {
    position: relative;
    display: block;
}
.feature-two__img {
    position: relative;
    display: block;
}
.feature-two__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.feature-two__title-box {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    padding: 23px 40px 24px;
    background-position: top left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.feature-two__single:hover .feature-two__title-box {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.feature-two__title-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    background-image: -moz-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    background-image: -webkit-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    background-image: -ms-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.14);
    z-index: -1;
}
.feature-two__title-box h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.feature-two__title-box h3 a {
    color: var(--brook-white);
}
.feature-two__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: -80px;
    right: 0;
    background-color: var(--brook-white);
    border-top-left-radius: var(--brook-bdr-radius);
    border-top-right-radius: var(--brook-bdr-radius);
}
.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-base);
}
.feature-two__hover-title-box {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    padding: 32px 40px 24px;
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: 1;
}
.feature-two__single:hover .feature-two__hover-title-box {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.feature-two__hover-title-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    background-image: -moz-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    background-image: -webkit-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    background-image: -ms-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.14);
    z-index: -1;
}
.feature-two__hover-title-box h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.feature-two__hover-title-box h3 a {
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-two__hover-title-box h3 a:hover {
    color: var(--brook-black);
}
.feature-two__hover-text {
    color: #bda499;
    margin-top: 12px;
}
.feature-two__hover-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: -80px;
    right: 0;
    background-color: var(--brook-white);
    border-top-left-radius: var(--brook-bdr-radius);
    border-top-right-radius: var(--brook-bdr-radius);
}
.feature-two__hover-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-base);
    transition: all 500ms linear;
    transition-delay: .3s;
    transform: scale(1);
}
.feature-two__hover-title-box:hover .feature-two__hover-icon span {
    transform: scale(0.9);
}
.about-three {
    position: relative;
    display: block;
    padding-bottom: 120px;
    z-index: 1;
}
.about-three__left {
    position: relative;
    display: block;
    margin-right: 80px;
}
.about-three__left .section-title {
    margin-bottom: 27px;
}
.about-three__points-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 31px;
    margin-bottom: 41px;
}
.about-three__points-list {
    position: relative;
    display: block;
}
.about-three__points-list+.about-three__points-list {
    margin-left: 67px;
}
.about-three__points-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-three__points-list li+li {
    margin-top: 10px;
}
.about-three__points-list li .icon {
    position: relative;
    display: inline-block;
    top: 2px;
}
.about-three__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--brook-base);
}
.about-three__points-list li .text {
    margin-left: 20px;
}
.about-three__points-list li .text p {
    font-size: 17px;
    font-weight: 400;
    color: var(--brook-black);
}
.about-three__right {
    position: relative;
    display: block;
}
.about-three__img-box {
    position: relative;
    display: block;
}
.about-three__img {
    position: relative;
    display: block;
}
.about-three__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.about-three__img-2 {
    position: absolute;
    bottom: -97px;
    left: -130px;
    border-radius: var(--brook-bdr-radius);
    background-color: #1a1414;
    z-index: 1;
}
.about-three__img-2 img {
    width: auto;
    border-radius: var(--brook-bdr-radius);
    box-shadow: 2.229px -2.007px 24px 0 rgba(0, 0, 0, 0.14);
}
.about-three__shape-1 {
    position: absolute;
    right: -20px;
    top: -22px;
    width: 280px;
    height: 177px;
    content: "";
    position: absolute;
    border-radius: var(--brook-bdr-radius);
    background-color: var(--brook-white);
    z-index: -1;
}
.about-three__video-link {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
}
.about-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: var(--brook-white);
    background-color: var(--brook-base);
    border-radius: 50%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 1;
}
.about-three__video-icon:hover {
    background-color: var(--brook-black);
    color: var(--brook-white);
}
.about-three__video-link .ripple, .about-three__video-icon .ripple:before, .about-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--brook-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--brook-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--brook-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--brook-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%}
.about-three__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.about-three__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}


/************************************/
/***    35. Contact Us Page css   ***/
/************************************/
.section-row .section-title.section-title-center {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.section-row {
    margin-bottom: 30px;
}
.section-title .section-sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1em;
    color: #fff;
    background: #7f2416;
    border-radius: 30px;
    padding: 10px 20px 10px 36px;
    margin-bottom: 15px;
}

.section-title .section-sub-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.page-contact-us{
	padding: 80px 0 60px;
}
.info-block-one .inner-box{
  position: relative;
  display: block;
  background: #7f2416;
  padding: 0px 90px 42px 90px;
  transition: all 500ms ease;
	border-radius: 10px;
}

.info-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.info-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: #2e2626;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -45px;
  z-index: 1;
  transition: all 500ms ease;
}

.info-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #7f2416;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.info-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
	color:#fff;
}

.info-block-one .inner-box p{
  color: #fff;
}

.info-block-one .inner-box p a{
  color: #fff!important;
}

.info-block-one .inner-box p a:hover{
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
    .info-block-one .inner-box {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1200px) {
    .info-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*.contact-info-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.contact-info-item{
	width: calc(33.33% - 20px);
	border: 1px solid #08363b1a;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 30px;
}

.contact-info-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: #7f2416;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1;
}

.contact-info-item .icon-box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
	z-index: -1;
}

.contact-info-item:hover .icon-box::before{
	transform: scale(1);
}

.contact-info-item .icon-box img{
	width: 100%;
	max-width: 24px;
}

.contact-info-item-content{
	width: calc(100% - 65px);
}

.contact-info-item-content p{
	margin-bottom: 5px;
}

.contact-info-item-content h3{
	font-size: 20px;
}

.contact-info-item-content h3 a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}
*/

.contact-location-form-box{
	padding: 60px 0 120px;
}

.contact-location-info-box{
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-right: 15px;
}

 .google-map-iframe{
	width: 100%!important;
    height: 100%!important;
    border-radius: 30px;
    overflow: hidden;
}

.contact-form{
    background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
	height: 100%;
	align-content: center;
    padding: 50px;
}

.contact-form .section-title p{
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .contact-info-item {
        width: 100%!important;
        padding: 15px!important;
    }
}











.services-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.services-three__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 528px;
    background-color: #f8e2df;
    z-index: -1;
}
.services-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 528px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
    z-index: -1;
}
.services-three__top {
    position: relative;
    display: block;
    margin-bottom: 47px;
}
.services-three__top .section-title {
    margin-bottom: 0;
}
.services-three__left {
    position: relative;
    display: block;
}
.services-three__right {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-top: 24px;
}
.services-three__bottom {
    position: relative;
    display: block;
}
.services-three__bottom .row {
    --bs-gutter-x: 23px;
}
.services-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.services-three__img-box {
    position: relative;
    display: block;
    margin-right: 20px;
    z-index: 2;
}
.services-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: var(--brook-bdr-radius);
}
.services-three__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-top-right-radius: var(--brook-bdr-radius);
    border-top-left-radius: var(--brook-bdr-radius);
    background-color: rgba(var(--brook-black-rgb), .30);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1;
}
.services-three__single:hover .services-three__img:before {
    transform: scale(1.0);
    opacity: 1;
}
.services-three__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-three__single:hover .services-three__img img {
    transform: scale(1.08);
}
.services-three__icon {
    position: absolute;
    bottom: -30px;
    right: 20px;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brook-base);
    border-radius: 50%;
    z-index: 2;
}
.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--brook-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.services-three__single:hover .services-three__icon span {
    transform: scale(.9);
}
.services-three__content {
    position: relative;
    display: block;
    border-radius: var(--brook-bdr-radius);
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    margin-top: -90px;
}
.services-three__content-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.services-three__content-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border: 2px solid var(--brook-base);
    border-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 500ms ease;
    transform: translate3d(0px, 100%, 0px);
    z-index: 2;
}
.services-three__single:hover .services-three__content-inner:before {
    transform: translate3d(0px, 0, 0px);
}
.services-three__content-top {
    position: relative;
    display: block;
    padding: 103px 40px 19px;
    z-index: 2;
}
.services-three__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 11px;
    margin-top: 14px;
}
.services-three__title a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-three__title a:hover {
    color: var(--brook-base);
}
.services-three__text {
    font-weight: 300;
}
.services-three__btn-box {
    position: relative;
    display: block;
    z-index: 2;
}
.services-three__btn {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding: 10px 40px 13px;
    border-top: 1px solid var(--brook-bdr-color);
    background-color: #f8e2df;
    border-bottom-left-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.services-three__single:hover .services-three__btn {
    border-top: 1px solid transparent;
    background-color: var(--brook-base);
    color: var(--brook-white);
}
.services-three__btn span {
    position: relative;
    font-size: 15px;
    color: var(--brook-gray);
    margin-right: 10px;
    top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-three__single:hover .services-three__btn span {
    color: var(--brook-white);
}
.feature-three {
    position: relative;
    display: block;
    padding-bottom: 90px;
    z-index: 1;
}
.feature-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.feature-three__img-box {
    position: relative;
    display: block;
}
.feature-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.feature-three__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--brook-black-rgb), .60);
    border-radius: var(--brook-bdr-radius);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}
.feature-three__single:hover .feature-three__img:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1.0);
    transform: perspective(400px) rotateY(0deg) scale(1.0);
}
.feature-three__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.feature-three__single:hover .feature-three__img img {
    transform: scale(1.1) rotate(2deg);
}
.feature-three__content {
    position: relative;
    display: block;
    background-color: var(--brook-base);
    padding: 33px 40px 35px;
    margin-top: -89px;
    margin-right: 120px;
    border-radius: var(--brook-bdr-radius);
    border-top-left-radius: 0;
    z-index: 2;
}
.feature-three__sub-title {
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    letter-spacing: .1em;
    text-transform: inherit;
}
.feature-three__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin: 7px 0;
}
.feature-three__title a {
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-three__title a:hover {
    color: var(--brook-black);
}
.feature-three__btn {
    position: absolute;
    bottom: 40px;
    right: -120px;
}
.feature-three__btn a {
    position: relative;
    display: block;
    background-color: #f8e2df;
    font-size: 13px;
    padding: 7px 30px 8px;
    border-bottom-right-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-three__btn a:hover {
    background-color: var(--brook-black);
    color: var(--brook-white);
}
.feature-three__btn a span {
    position: relative;
    font-size: 13px;
    margin-right: 10px;
    top: 1px;
}
.counter-two {
    position: relative;
    display: block;
    background-color: var(--brook-base);
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}
.counter-two_-shape-1 {
    position: absolute;
    top: -80px;
    left: 0;
    opacity: .08;
    z-index: -1;
}
.counter-two_-shape-1 img {
    width: auto;
}
.counter-two__point-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.counter-two__single {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}
.counter-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 4px;
    width: 2px;
    background-color: rgba(var(--brook-white-rgb), .10);
}
.counter-two__single:last-child::before {
    display: none;
}
.counter-two__icon {
    position: relative;
    display: inline-block;
}
.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #bda499;
    transition: all 500ms linear;
    transition-delay: .1s;
    transform: scale(1);
}
.counter-two__single:hover .counter-two__icon span {
    transform: scale(0.9);
}
.counter-two__count {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    margin-top: 15px;
    justify-content: center;
}
.counter-two__count h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px!important;
    font-family: var(--brook-font-two)!important;
    color: var(--brook-white);
}
.counter-two__count span {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px!important;
    font-family: var(--brook-font-two)!important;
    color: var(--brook-white);
    top: 1px;
}
.counter-two__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #bda499;
}
.cases-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.cases-three .container {
    max-width: 1800px;
}
.cases-three__single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.cases-three__img-box {
    position: relative;
    display: block;
}
.cases-three__img {
    position: relative;
    display: block;
    width: 270px;
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    overflow: hidden;
    z-index: 1;
}
.cases-three__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--brook-black-rgb), .30);
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    transition: all 500ms ease;
    transform: translate3d(0px, -100%, 0px);
    z-index: 1;
}
.cases-three__single:hover .cases-three__img:before {
    transform: translate3d(0px, 0, 0px);
}
.cases-three__img img {
    width: 100%;
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cases-three__single:hover .cases-three__img img {
    transform: scale(1.05);
}
.cases-three__content {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 26px 30px 30px;
    border-top-right-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
}
.cases-three__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.cases-three__title a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cases-three__title a:hover {
    color: var(--brook-base);
}
.cases-three__points {
    position: relative;
    display: block;
    margin-top: 15px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--brook-bdr-color);
}
.cases-three__points li {
    position: relative;
    display: block;
}
.cases-three__points li:first-child span {
    margin-right: 50px;
}
.cases-three__points li:last-child span {
    margin-right: 45px;
}
.cases-three__points li p {
    color: var(--brook-base);
}
.cases-three__points li p span {
    color: var(--brook-black);
    margin-right: 20px;
}
.cases-three__btn-box {
    margin-top: 13px;
}
.cases-three__btn {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 30px;
}
.why-choose-three {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--brook-primary);
    z-index: 1;
}
.why-choose-three__left {
    position: relative;
    display: block;
    margin-left: -375px;
    margin-right: 112px;
    z-index: 1;
}
.why-choose-three__img {
    position: relative;
    display: block;
}
.why-choose-three__img img {
    width: 100%}
.why-choose-three__experience {
    position: absolute;
    bottom: 60px;
    right: -40px;
    background-color: var(--brook-base);
    max-width: 199px;
    width: 100%;
    padding: 36px 40px 40px;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    z-index: 1;
}
.why-choose-three__count {
    position: relative;
    display: flex;
}
.why-choose-three__count h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px!important;
    font-family: var(--brook-font-two)!important;
    color: var(--brook-white);
    margin-right: 3px;
    top: -2px;
}
.why-choose-three__count span {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px!important;
    font-family: var(--brook-font-two)!important;
    color: var(--brook-white);
}
.why-choose-three__count-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #bda499;
    margin-top: -3px;
}
.why-choose-three__experience-icon {
    position: absolute;
    top: 23px;
    right: 20px;
    opacity: .2;
    z-index: -1;
}
.why-choose-three__experience-icon img {
    width: auto;
}
.why-choose-three__right {
    position: relative;
    display: block;
    background-color: var(--brook-primary);
    padding-top: 120px;
    z-index: 1;
}
.why-choose-three__shape-1 {
    position: absolute;
    top: -120px;
    left: -86px;
    right: -375px;
    bottom: -230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .3;
    z-index: -1;
}
.why-choose-three__right .section-title {
    margin-bottom: 28px;
}
.why-choose-three__progress-box {
    position: relative;
    display: block;
    margin-top: 37px;
}
.why-choose-three__progress-box-img {
    position: absolute;
    top: -8px;
    right: 0;
}
.why-choose-three__progress-box-img img {
    width: auto;
    border-radius: 50%}
.why-choose-three__result-box {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.why-choose-three__result-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: .9;
    background-image: -moz-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    background-image: -webkit-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    background-image: -ms-linear-gradient(0deg, var(--brook-base) 0%, #242059 100%);
    z-index: -1;
}
.why-choose-three__result {
    position: relative;
    display: block;
}
.why-choose-three__result-count {
    position: relative;
    display: flex;
    align-items: center;
}
.why-choose-three__result-count h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px!important;
    font-family: var(--brook-font-two)!important;
    color: var(--brook-white);
}
.why-choose-three__result-count span {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px!important;
    font-family: var(--brook-font-two)!important;
    color: var(--brook-white);
}
.why-choose-three__result-text {
    font-size: 12px;
    line-height: 16px;
    color: var(--brook-white);
}
.why-choose-three__progress-list {
    position: relative;
    display: block;
}
.why-choose-three__progress {
    position: relative;
    display: block;
}
.why-choose-three__progress+.why-choose-three__progress {
    margin-top: 24px;
}
.why-choose-three__progress-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 7px;
}
.why-choose-three__progress .bar {
    position: relative;
    max-width: 370px;
    width: 100%;
    height: 9px;
    background-color: var(--brook-white);
    border-radius: 5px;
}
.why-choose-three__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 9px;
    border-radius: 5px;
    background-color: var(--brook-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.why-choose-three__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 17px;
    color: var(--brook-gray);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.why-choose-three__progress .bar-inner.counted .count-text {
    opacity: 1;
}
.why-choose-three__progress .bar.marb-0 {
    margin-bottom: 0;
}
.page-header {
    position: relative;
    display: block;
    z-index: 1;
	background: #000;
}
.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    padding: 232px 0 119px;
    z-index: 15;
}
.page-header__inner h2 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 1.3px;
}
.page-header__inner h1 {
    font-size: 50px;
    color: var(--brook-black);
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
    text-align: left;
    letter-spacing: 1.3px;
}
.thm-breadcrumb {
    position: relative;
    display: inline-block;
    background-color: rgba(var(--brook-white-rgb), .10);
    border-radius: var(--brook-bdr-radius);
    padding: 5px 20px;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li+li {
    margin-left: 3px;
}
.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li:hover a {
    color: var(--brook-base);
    opacity: 1;
}
.thm-breadcrumb li span {
    font-size: 13px;
}
.gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 110px;
}
.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.gallery-page__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.gallery-page__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    background-color: var(--brook-base);
    border-radius: var(--brook-bdr-radius);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}
.gallery-page__single:hover .gallery-page__img:before {
    opacity: .9;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.gallery-page__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.gallery-page__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}
.gallery-page__icon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--brook-white);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}
.gallery-page__single:hover .gallery-page__icon a {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}
.gallery-page__icon a:hover {
    color: var(--brook-black);
}
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 50px;
}
.contact-page .container {
    max-width: 800px;
}
.contact-page__form-box {
    position: relative;
    display: block;
}
.contact-page__form .row {
    --bs-gutter-x: 20px;
}
.contact-page__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-page__form-input-box input[type="text"], .contact-page__form-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--brook-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 13px;
    color: var(--brook-gray);
    display: block;
    font-weight: 400;
    border-radius: var(--brook-bdr-radius);
}
.contact-page__form-btn {
    border: none;
}
.contact-page__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%!important;
}
.contact-page__form-input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}
.contact-page__form-input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    background-color: var(--brook-primary)!important;
    border-radius: 0;
    color: var(--brook-gray)!important;
    font-size: 13px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    width: 100%;
    outline: none!important;
    border: 0;
    box-shadow: none!important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-radius: var(--brook-bdr-radius);
    padding: 0 30px;
}
.contact-page__form-input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 15px;
    color: var(--brook-gray);
}
.contact-page__form-input-box textarea {
    font-size: 13px;
    color: var(--brook-gray);
    font-weight: 400;
    height: 168px;
    width: 100%;
    background-color: var(--brook-primary);
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0;
    border-radius: var(--brook-bdr-radius);
}
.contact-page__form-btn-box {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.contact-page__form-btn {
    border: none;
}
.contact-page__form-input-box.text-message-box {
    height: 168px;
}
.contact-details {
    position: relative;
    display: block;
    z-index: 5;
}
.contact-details__inner {
    position: relative;
    display: block;
    border-radius: var(--brook-bdr-radius);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}
.contact-details__inner-content {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--brook-base);
    border-radius: var(--brook-bdr-radius);
    padding: 61px 60px 15px;
    z-index: 1;
}
.contact-details__shape-1 {
    position: absolute;
    top: -95px;
    left: -366px;
    opacity: .05;
    z-index: -1;
}
.contact-details__shape-1 img {
    width: auto;
}
.contact-details__list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-details__list li {
    position: relative;
    display: flex;
    width: 50%;
    margin-bottom: 33px;
}
.contact-details__list li .icon {
    position: relative;
    display: inline-block;
}
.contact-details__list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 33px;
    color: #bda499;
}
.contact-details__list li .content {
    position: relative;
    top: -3px;
    margin-left: 15px;
}
.contact-details__list li .content p {
    font-size: 15px;
    color: #bda499;
    line-height: 20px;
    margin-bottom: 9px;
}
.contact-details__list li .content h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--brook-white);
    font-family: var(--brook-font);
    line-height: 20px;
}
.contact-details__list li .content h4 a {
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__list li:hover .content h4 a {
    color: #bda499;
}
.contact-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--brook-black);
    font-size: 15px;
    border-radius: 50%;
    background-color: var(--brook-white);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.contact-details__social a:hover {
    color: var(--brook-white);
    background-color: var(--brook-black);
}
.contact-details__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--brook-black);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.contact-details__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.contact-details__social a+a {
    margin-left: 10px;
}
.google-map-two {
    position: relative;
    display: block;
    margin-top: -60px;
    background-color: var(--brook-primary);
}
.google-map__two {
    position: relative;
    display: block;
    border: none;
    height: 455px;
    width: 100%;
    mix-blend-mode: luminosity;
}
.make-appointment {
    position: relative;
    display: block;
    padding: 120px 0;
}
.make-appointment__left {
    position: relative;
    display: block;
    margin-right: 60px;
}
.make-appointment__left .section-title {
    margin-bottom: 27px;
}
.make-appointment__form-box {
    position: relative;
    display: block;
}
.make-appointment__form .row {
    --bs-gutter-x: 20px;
}
.make-appointment__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.make-appointment__form-input-box input[type="text"], .make-appointment__form-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--brook-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 13px;
    color: var(--brook-gray);
    display: block;
    font-weight: 400;
    border-radius: var(--brook-bdr-radius);
}
.make-appointment__form-btn {
    border: none;
}
.make-appointment__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%!important;
}
.make-appointment__form-input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}
.make-appointment__form-input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    background-color: var(--brook-primary)!important;
    border-radius: 0;
    color: var(--brook-gray)!important;
    font-size: 13px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    width: 100%;
    outline: none!important;
    border: 0;
    box-shadow: none!important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-radius: var(--brook-bdr-radius);
    padding: 0 30px;
}
.make-appointment__form-input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 15px;
    color: var(--brook-gray);
}
.make-appointment__form-input-box textarea {
    font-size: 13px;
    color: var(--brook-gray);
    font-weight: 400;
    height: 130px;
    width: 100%;
    background-color: var(--brook-primary);
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0;
    border-radius: var(--brook-bdr-radius);
}
.make-appointment__form-btn-box {
    position: relative;
    display: block;
}
.make-appointment__form-btn {
    border: none;
}
.make-appointment__form-input-box.text-message-box {
    height: 130px;
}
.make-appointment__right {
    position: relative;
    display: block;
    z-index: 1;
}
.make-appointment__shape-1 {
    position: absolute;
    top: 50px;
    right: 53px;
    z-index: -1;
}
.make-appointment__shape-1 img {
    width: auto;
}
.make-appointment__single {
    position: relative;
    display: block;
    z-index: 1;
}
.make-appointment__single--two {
    margin-top: 140px;
}
.make-appointment__img {
    position: relative;
    display: block;
    border-radius: var(--brook-bdr-radius);
}
.make-appointment__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.about-four {
    position: relative;
    display: block;
    padding: 120px 0;
}
.about-four__left {
    position: relative;
    display: block;
    margin-right: 70px;
}
.about-four__img {
    position: relative;
    display: block;
}
.about-four__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.about-four__right {
    position: relative;
    display: block;
}
.about-four__right .section-title {
    margin-bottom: 28px;
}
.about-four__text {
    margin-bottom: 23px;
}
.about-four__points {
    position: relative;
    display: block;
}
.about-four__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-four__points li+li {
    margin-top: 6px;
}
.about-four__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: var(--brook-base);
    border-radius: 50%;
    font-size: 8px;
    color: var(--brook-white);
}
.about-four__points li .text {
    margin-left: 20px;
}
.about-four__points li .text p {
    font-size: 17px;
    font-weight: 500;
    color: var(--brook-black);
}
.about-four__points-two {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 40px;
}
.about-four__points-two li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-four__points-two li:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 3px;
    left: -55px;
    width: 3px;
    background-color: var(--brook-bdr-color);
}
.about-four__points-two li:first-child:before {
    display: none;
}
.about-four__points-two li+li {
    margin-left: 110px;
}
.about-four__points-two li .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.about-four__points-two li .icon i {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.about-four__points-two li:hover .icon i {
    transform: scale(.9);
}
.about-four__points-two li .text {
    margin-left: 15px;
}
.about-four__points-two li .text p {
    font-size: 20px;
    color: var(--brook-black);
    font-family: var(--brook-font-two);
}
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.faq-search-box {
    position: relative;
    display: block;
    padding: 120px 0;
}
.faq-search-box__inner {
    position: relative;
    display: block;
    background-color: var(--brook-primary);
    padding: 51px 60px 75px;
    border-radius: var(--brook-bdr-radius);
    overflow: hidden;
    z-index: 1;
}
.faq-search-box__shape {
    position: absolute;
    right: -30px;
    bottom: 0;
    z-index: -1;
}
.faq-search-box__shape img {
    width: auto;
}
.faq-search-box__left {
    position: relative;
    display: block;
}
.faq-search-box__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
}
.faq-search-box__text {
    font-size: 17px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 31px;
}
.faq-search-box__form {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%}
.faq-search-box__form-input {
    position: relative;
    display: block;
}
.faq-search-box__form-input input[type="search"] {
    height: 60px;
    width: 100%;
    border: none;
    border-radius: var(--brook-bdr-radius);
    outline: none;
    background-color: var(--brook-white);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    font-size: 15px;
    color: var(--brook-gray);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
}
.faq-search-box__form-input button[type="submit"] {
    background-color: transparent;
    color: var(--brook-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.faq-page {
    position: relative;
    display: block;
    padding: 0 0 120px;
}
.faq-page__left {
    position: relative;
    display: block;
}
.faq-page__content {
    position: relative;
    display: block;
    background-color: var(--brook-base);
    border-radius: var(--brook-bdr-radius);
    padding: 50px 50px 49px;
    padding-right: 40px;
    z-index: 1;
}
.faq-page__content-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--brook-bdr-radius);
    mix-blend-mode: luminosity;
    opacity: .1;
    z-index: -1;
}
.faq-page__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--brook-white);
    border-radius: 50%;
    font-size: 19px;
    color: var(--brook-base);
}
.faq-page__content-title {
    font-size: 24px;
    color: var(--brook-white);
    line-height: 30px;
    font-weight: 400;
    margin-top: 14px;
    margin-bottom: 20px;
}
.faq-page__call {
    position: relative;
    display: block;
}
.faq-page__call-sub-title {
    font-size: 13px;
    color: #c7aca0;
    line-height: 15px;
}
.faq-page__call-number {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: var(--brook-font);
    margin-top: 3px;
}
.faq-page__call-number a {
    color: var(--brook-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-page__call-number a:hover {
    color: #c7aca0;
}
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}






/*--------------------------------------------------------------
# Cases One
--------------------------------------------------------------*/
.cases-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 120px;
  z-index: 1;
}

.cases-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 439px;
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(241, 236, 233) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(241, 236, 233) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(241, 236, 233) 100%);
  z-index: -1;
}

.cases-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 439px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .50;
  z-index: -1;
}

.cases-one__bottom {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 100px;
}

.cases-one__carousel {
  position: relative;
  display: block;
}

.cases-one__single {
  position: relative;
  display: block;
  overflow: hidden;
}

.cases-one__img-box {
  position: relative;
  display: block;
}

.cases-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--delogis-bdr-radius);
  z-index: 1;
}


.cases-one__img img {
  width: 100%;
  border-radius: var(--delogis-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cases-one__single:hover .cases-one__img img {
  transform: scale(1.05);
}

.cases-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.cases-one__carousel.owl-carousel .owl-item {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.cases-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.cases-one__content {
  position: absolute;
  bottom: 49px;
  left: 50px;
  transition: all 500ms ease;
  transform: translate3d(0px, 159%, 0px);
  z-index: 2;
}

.cases-one__single:hover .cases-one__content {
  transform: translate3d(0px, 0, 0px);
}

.cases-one__sub-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #bda499;
}

.cases-one__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 13px;
}

.cases-one__title a {
  color: var(--delogis-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cases-one__title a:hover {
  color: #bda499;
}

.cases-one__shape-1 {
  position: absolute;
  left: -76px;
  bottom: -94px;
  width: 377px;
  height: 377px;
  background-color: #5b4034;
  border-radius: 50%;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scalex(0);
  transform: scalex(0);
  z-index: 2;
}



.cases-one__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 29px;
  right: 18px;
  width: 58px;
  height: 58px;
  font-size: 16px;
  color: var(--delogis-black);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
  z-index: 2;
}

.cases-one__single:hover .cases-one__arrow {
  transform: scale(1.0);
  opacity: 1;
}

.cases-one__arrow:hover {
  color: var(--delogis-white);
  background-color: var(--delogis-base);
}









.cases-page-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.cases-page-one .cases-one__single {
    margin-bottom: 30px;
}
.cases-page-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.cases-page-two__single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    height: 375px;
}
.cases-page-two__img-box {
    position: relative;
    display: block;
}
.cases-page-two__img {
    position: relative;
    display: block;
    width: 270px;
    height: 375px;
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    overflow: hidden;
    z-index: 1;
}
.cases-page-two__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--brook-black-rgb), .30);
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    transition: all 500ms ease;
    transform: translate3d(0px, -100%, 0px);
    z-index: 1;
}
.cases-page-two__single:hover .cases-page-two__img:before {
    transform: translate3d(0px, 0, 0px);
}
.cases-page-two__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: var(--brook-bdr-radius);
    border-bottom-left-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cases-page-two__single:hover .cases-page-two__img img {
    transform: scale(1.05);
}
.cases-page-two__content {
    position: relative;
    display: block;
    height: 375px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 26px 30px 30px;
    border-top-right-radius: var(--brook-bdr-radius);
    border-bottom-right-radius: var(--brook-bdr-radius);
    overflow: hidden;
}
.cases-page-two__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.cases-page-two__title a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cases-page-two__title a:hover {
    color: var(--brook-base);
}
.cases-page-two__points {
    position: relative;
    display: block;
    margin-top: 15px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--brook-bdr-color);
}
.cases-page-two__points li {
    position: relative;
    display: block;
}
.cases-page-two__points li:first-child span {
    margin-right: 50px;
}
.cases-page-two__points li:last-child span {
    margin-right: 45px;
}
.cases-page-two__points li p {
    color: var(--brook-base);
}
.cases-page-two__points li p span {
    color: var(--brook-black);
    margin-right: 20px;
}
.cases-page-two__btn-box {
    margin-top: 13px;
}
.cases-page-two__btn {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 30px;
}



/*--------------------------------------------------------------
# Cases Two
--------------------------------------------------------------*/
.cases-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.cases-two .container {
  max-width: 1600px;
}

.cases-two .cases-one__single {
  margin-bottom: 30px;
}



@media (max-width: 991px) {
    .sidebar {
    margin-top: 50px;
}
}.sidebar__single+.sidebar__single {
    margin-top: 30px;
}
.sidebar__title {
    margin: 0;
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 400;
}
.sidebar {
    position: relative;
    display: block;
}
.sidebar__search {
    position: relative;
    display: block;
    padding: 30px;
    background-color: var(--brook-primary);
    border-radius: var(--brook-bdr-radius);
}
.sidebar__search-form {
    position: relative;
}
.sidebar__search-form input[type="search"] {
    display: block;
    border: 1px solid var(--brook-bdr-color);
    outline: none;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    border-radius: var(--brook-bdr-radius);
    color: var(--brook-gray);
    font-size: 13px;
    padding-left: 30px;
    height: 62px;
    width: 100%;
    padding-right: 60px;
}
.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--brook-gray);
    opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
    color: var(--brook-gray);
    opacity: 1;
}
.sidebar__search-form ::-ms-input-placeholder {
    color: var(--brook-gray);
    opacity: 1;
}
.sidebar__search-form ::placeholder {
    color: var(--brook-gray);
    opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
    color: var(--brook-gray);
}
.sidebar__search-form ::-ms-input-placeholder {
    color: var(--brook-gray);
}
.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--brook-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 42px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    background-color: var(--brook-primary);
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.sidebar__post .sidebar__title {
    margin-left: 20px;
}
.sidebar__post-list {
    margin: 0;
}
.sidebar__post-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    border-radius: var(--brook-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post-list li:hover {
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}
.sidebar__post-image {
    margin-right: 15px;
}
.sidebar__post-image>img {
    width: 70px;
    border-radius: 50%}
.sidebar__post-content {
    position: relative;
    top: -3px;
}
.sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}
.sidebar__post-content-meta {
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    color: var(--brook-gray);
    font-family: var(--brook-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post-content-meta i {
    color: var(--brook-base);
    font-size: 13px;
    padding-right: 4px;
}
.sidebar__post-content h3 a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.sidebar__post-content h3 a:hover {
    color: var(--brook-base);
}
.sidebar__category {
    position: relative;
    display: block;
    padding: 46px 30px 35px;
    border-radius: var(--brook-bdr-radius);
    background-color: var(--brook-primary);
}
.sidebar__category .sidebar__title {
    margin-bottom: 7px;
    margin-left: 20px;
}
.sidebar__category-list {
    position: relative;
    display: block;
}
.sidebar__category-list li {
    position: relative;
    display: block;
}
.sidebar__category-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: var(--brook-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: var(--brook-bdr-radius);
    padding: 9px 20px;
}
.sidebar__category-list li a:hover {
    color: var(--brook-black);
    text-shadow: .5px 0 0 #420000;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}
.sidebar__category-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border: 1px solid #847c7c;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__category-list li a:hover::before {
    background-color: #976147;
    border: 1px solid transparent;
}
.sidebar__cases {
    position: relative;
    display: block;
    padding: 46px 50px 50px;
    background-color: var(--brook-primary);
    border-radius: var(--brook-bdr-radius);
}
.sidebar__cases .sidebar__title {
    margin-bottom: 24px;
}
.sidebar__cases-box {
    position: relative;
    display: block;
    min-height: 163px;
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.sidebar__cases-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--brook-bdr-radius);
    z-index: -1;
}
.sidebar__cases-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--brook-bdr-radius);
    background-image: -moz-linear-gradient(90deg, #1a1414 0%, rgba(26, 20, 20, 0) 70%);
    background-image: -webkit-linear-gradient(90deg, #1a1414 0%, rgba(26, 20, 20, 0) 70%);
    background-image: -ms-linear-gradient(90deg, #1a1414 0%, rgba(26, 20, 20, 0) 70%);
}
.sidebar__cases-carousel {
    position: relative;
    display: block;
}
.sidebar__cases-single {
    position: relative;
    display: block;
    min-height: 163px;
    background-color: var(--brook-black);
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.sidebar__cases-single p {
    line-height: 21px;
    font-size: 18px;
    color: var(--brook-white);
    font-weight: 400;
    font-family: var(--brook-font-two);
    position: absolute;
    bottom: 25px;
    left: 30px;
}
.sidebar__cases-carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 28px;
    text-align: center;
    margin: 0!important;
    display: flex;
    align-items: center;
}
.sidebar__cases-carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgba(var(--brook-white-rgb), .20);
    border: 2px solid transparent;
    margin: 0 2.5px;
    padding: 0;
    transition: all 100ms linear;
    transition-delay: .1s;
}
.sidebar__cases-carousel.owl-carousel .owl-dot.active {
    background-color: transparent;
    border: 2px solid var(--brook-white);
}
.sidebar__cases-carousel.owl-carousel .owl-dot:focus {
    outline: none;
}
.sidebar__cases-carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}
.sidebar__tags {
    position: relative;
    display: block;
    padding: 46px 50px 50px;
    background-color: var(--brook-primary);
    border-radius: var(--brook-bdr-radius);
    z-index: 1;
}
.sidebar__tags .sidebar__title {
    margin-bottom: 23px;
}
.sidebar__tags-list {
    margin-top: -10px;
    margin-left: -7px;
}
.sidebar__tags-list a {
    font-size: 12px;
    color: var(--brook-gray);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    display: inline-block;
    padding: 4px 19px;
    border-radius: 19px;
    margin-left: 7px;
    font-weight: 600;
}
.sidebar__tags-list a+a {
    margin-left: 7px;
    margin-top: 10px;
}
.sidebar__tags-list a:hover {
    color: var(--brook-white);
    background: var(--brook-base);
}
.sidebar__comments {
    position: relative;
    display: block;
    padding: 46px 50px;
    border-radius: var(--brook-bdr-radius);
    background-color: var(--brook-primary);
    z-index: 1;
}
.sidebar__comments .sidebar__title {
    margin-bottom: 23px;
}
.sidebar__comments-list {
    position: relative;
    display: block;
}
.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}
.sidebar__comments-list li+li {
    margin-top: 28px;
}
.sidebar__comments-icon {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    font-size: 15px;
    color: var(--brook-black);
    background-color: var(--brook-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--brook-base);
    color: var(--brook-white);
}
.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
}
.sidebar__comments-text-box p span {
    color: var(--brook-black);
}
.services-details {
    position: relative;
    display: block;
    padding: 120px 0;
    counter-reset: count;
    z-index: 1;
}
.services-details__sidebar {
    position: relative;
    display: block;
}
.services-details__services-list {
    position: relative;
    display: block;
    border: 1px solid var(--brook-bdr-color);
    border-radius: var(--brook-bdr-radius);
    padding: 29px;
    margin-bottom: 30px;
}
.services-details__services {
    position: relative;
    display: block;
}
.services-details__services li {
    position: relative;
    display: block;
}
.services-details__services li+li {
    margin-top: 10px;
}
.services-details__services li a {
    position: relative;
    display: block;
    background-color: var(--brook-primary);
    font-size: 15px;
    line-height: 26px;
    color: var(--brook-black);
    border-radius: var(--brook-bdr-radius);
    padding: 12px 20px 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.services-details__services li:hover a {
    color: var(--brook-white);
}
.services-details__services li.active a {
    color: var(--brook-white);
}
.services-details__services li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border: 1px solid #7b7473;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-details__services li:hover a:before {
    background-color: var(--brook-white);
    border: 1px solid transparent;
}
.services-details__services li.active a:before {
    background-color: var(--brook-white);
    border: 1px solid transparent;
}
.services-details__services li a:after {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--brook-base);
    border-radius: var(--brook-bdr-radius);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.services-details__services li:hover a:after {
    transform: scaleX(1);
}
.services-details__services li.active a:after {
    transform: scaleX(1);
}
.banner-one {
    position: relative;
    display: block;
    background-color: var(--brook-base);
    padding: 45px 40px 50px;
    border-radius: var(--brook-bdr-radius);
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}
.banner-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .25;
    mix-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.banner-one__shape-1 {
    position: absolute;
    bottom: 0px;
    right: -40px;
    z-index: -1;
}
.banner-one__shape-1 img {
    width: 240px;
}
.fixed {
    overflow-y: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 120px;
    width: 24%}
.marginTop {
    margin-top: 100px;
}
.banner-one__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: var(--brook-white);
    margin-left: 10px;
}
.banner-one__btn-box {
    position: relative;
    display: block;
    margin-top: 95px;
}
.banner-one__btn {
    background-color: var(--brook-white);
    color: var(--brook-black);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
}
.services-details__documents {
    position: relative;
    display: block;
    padding: 29px;
    border: 1px solid var(--brook-bdr-color);
    border-radius: var(--brook-bdr-radius);
}
.services-details__documents-list {
    position: relative;
    display: block;
}
.services-details__documents-list li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: var(--brook-primary);
    border-radius: var(--brook-bdr-radius);
}
.services-details__documents-list li+li {
    margin-top: 10px;
}
.services-details__documents .icon {
    position: relative;
    display: inline-block;
}
.services-details__documents .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    font-size: 23px;
    color: var(--brook-base);
    background-color: var(--brook-white);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-details__documents .icon span:hover {
    color: var(--brook-white);
    background-color: var(--brook-base);
}
.services-details__documents .content {
    position: relative;
    display: block;
    margin-left: 10px;
}
.services-details__documents .content h3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    font-family: var(--brook-font);
}
.services-details__documents .content h3 a {
    color: var(--brook-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-details__documents .content h3 a:hover {
    color: var(--brook-base);
}
.services-details__documents .content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .1em;
    margin-top: 4px;
}
.services-details__right {
    position: relative;
    display: block;
}
.services-details__img {
    position: relative;
    display: block;
}
.services-details__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.services-details__title-1 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 13px;
}
.services-details__title-2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: var(--brook-base);
    margin-top: 24px;
    margin-bottom: 0px;
}
.services-details__title-3 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}
.services-details__process {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-details__process li {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.services-details__process li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 129px;
    height: 129px;
    border-radius: 50%;
    background-color: var(--brook-primary);
    margin: 0 auto;
}
.services-details__process li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--brook-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.services-details__process li:hover .icon span {
    transform: scale(.9);
}
.services-details__process-count {
    position: absolute;
    top: 0;
    right: -15px;
    width: 47px;
    height: 47px;
    background-color: var(--brook-base);
    border-radius: 50%;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    z-index: 2;
}
.services-details__process-count:hover {
    background-color: var(--brook-black);
}
.services-details__process-count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 47px;
    font-weight: 400;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: .1s;
    color: var(--brook-white);
    text-align: center;
    font-family: var(--brook-font-two);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.services-details__process-count:hover:before {
    color: var(--brook-white);
}
.services-details__process li h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 2px;
}
.services-details__benefit {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 60px;
}
.services-details__benefit-img {
    position: relative;
    display: block;
}
.services-details__benefit-img img {
    width: 100%;
    border-radius: 50%}
.services-details__benefit-content {
    position: relative;
    display: block;
}
.services-details__benefit-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}
.services-details__benefit-text {
    font-size: 19px;
    line-height: 30px;
    color: var(--brook-base);
    margin-top: 26px;
    margin-bottom: 32px;
}
.services-details__benefit-points {
    position: relative;
    display: block;
}
.services-details__benefit-points li {
    position: relative;
    display: flex;
    align-items: center;
}
.services-details__benefit-points li+li {
    margin-top: 6px;
}
.services-details__right .line {
    gap: 40px;
}
.services-details__benefit-points li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--brook-base);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-details__benefit-points li .text {
    margin-left: 15px;
}
.services-details__book {
    position: relative;
    display: block;
    border-radius: var(--brook-bdr-radius);
    padding: 40px 40px 39px;
    overflow: hidden;
    z-index: 1;
	margin-top: 50px;
	margin-bottom: 20px;
}
.services-details__book::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--brook-bdr-color);
    border-radius: var(--brook-bdr-radius);
    z-index: -1;
}
.services-details__book-top {
    position: relative;
    display: flex;
    align-items: center;
}
.services-details__book-top .icon {
    position: relative;
    display: inline-block;
}
.services-details__book-top .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 24px;
    color: var(--brook-base);
    border-radius: 50%;
    background-color: var(--brook-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-details__book-top .icon span:hover {
    color: var(--brook-white);
    background-color: var(--brook-base);
}
.services-details__book-top .content {
    position: relative;
    display: block;
    margin-left: 20px;
}
.services-details__book-top .content h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--brook-font);
}
.services-details__book-top .content h4 a {
    color: var(--brook-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-details__book-top .content h4 a:hover {
    color: var(--brook-black);
}
.services-details__book-title-and-btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 26px;
}
.services-details__book-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.services-details__book-btn-box {
    margin-left: 30px;
}
.services-details__book-btn {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px 3px;
}
.services-details__book-img {
    position: absolute;
    top: 0;
    right: 0;
}
.services-details__book-img img {
    width: auto;
}
.services-details__book-shape-1 {
    position: absolute;
    top: 0;
    right: 176px;
}
.services-details__book-shape-1 img {
    width: auto;
}
.case-details {
    position: relative;
    display: block;
    padding-top: 0px;
    z-index: 1;
	padding-bottom: 120px;
}
.case-details__top {
    position: relative;
    display: block;
}
.case-details__img {
    position: relative;
    display: block;
}
.case-details__img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.case-details__bottom {
    position: relative;
    display: block;
    margin-top: 38px;
}
.case-details__left {
    position: relative;
    display: block;
}
.case-details__title-1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}
.case-details__text-1 {
    margin-top: 26px;
    margin-bottom: 29px;
}
.case-details__text-2 {
    font-size: 18px;
    color: var(--brook-base);
}
.case-details__text-3 {
    margin-top: 31px;
    margin-bottom: 30px;
}
.case-details__title-2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 44px;
    margin-bottom: 23px;
}
.case-details__img-and-points {
    position: relative;
    display: flex;
    align-items: center;
}
.case-details__points-img {
    position: relative;
    display: block;
}
.case-details__points-img img {
    width: 100%;
    border-radius: var(--brook-bdr-radius);
}
.case-details__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.case-details__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 13px;
    color: var(--brook-black);
    background-color: var(--brook-white);
    border-radius: 50%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 1;
}
.case-details__video-icon:hover {
    background-color: var(--brook-base);
    color: var(--brook-white);
}
.case-details__video-link .ripple, .case-details__video-icon .ripple:before, .case-details__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 51px;
    height: 51px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--brook-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--brook-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--brook-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--brook-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%}
.case-details__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.case-details__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.case-details__points {
    position: relative;
    display: block;
    margin-left: 0px;
}
.case-details__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.case-details__points li .icon {
    position: relative;
    display: inline-block;
}
.case-details__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--brook-base);
}
.case-details__points li .text {
    margin-left: 10px;
}
.case-details__text-5 {
    margin-top: 26px;
}
.case-details__review-box {
    position: relative;
    display: block;
    margin-top: 42px;
}
.case-details__review-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 21px;
}
.case-details__review-carousel {
    position: relative;
    display: block;
}
.case-details__review-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.case-details__review-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}
.case-details__review-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}
.case-details__right {
    position: relative;
    display: block;
    margin-top: 2px;
}
.case-details__info-box {
    position: relative;
    display: block;
    border: 2px solid var(--brook-base);
    border-radius: var(--brook-bdr-radius);
    margin-bottom: 30px;
}
.case-details__info-title {
    position: relative;
    display: block;
    background-color: var(--brook-base);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--brook-white);
    padding: 10px 48px 9px;
}
.case-details__info-list {
    position: relative;
    display: block;
    padding: 31px 48px 44px;
}
.case-details__info-list li {
    position: relative;
    display: block;
}
.case-details__info-list li+li {
    margin-top: 10px;
}
.case-details__info-list li p {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: var(--brook-black);
}
.case-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--brook-bdr-color);
    border-bottom: 1px solid var(--brook-bdr-color);
    padding: 30px 0;
    margin-top: 120px;
}
.case-details__pagination li {
    display: inline-block;
}
.case-details__pagination li.next {
    float: left;
    position: relative;
}
.case-details__pagination li a {
    font-size: 16px;
    color: var(--brook-black);
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}
.case-details__pagination li.next i {
    position: relative;
    height: 52px;
    width: 52px;
    background-color: var(--brook-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--brook-black);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 20px;
    z-index: 1;
}
.case-details__pagination li.previous {
    position: relative;
    float: right;
}
.case-details__pagination li.previous i {
    position: relative;
    height: 52px;
    width: 52px;
    background-color: var(--brook-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--brook-black);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 20px;
    z-index: 1;
}
.case-details__pagination li a:hover i {
    color: var(--brook-white);
    background-color: var(--brook-base);
}
.contact-three {
    position: relative;
    display: block;
    background-color: var(--brook-primary);
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}
.contact-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
    z-index: -1;
}
.contact-three .container {
    max-width: 800px;
}
.contact-three__form-box {
    position: relative;
    display: block;
}
.contact-three__form {
    position: relative;
    display: block;
}
.contact-three__form-box .row {
    --bs-gutter-x: 20px;
}
.contact-three__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-three__input-box input[type="text"], .contact-three__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--brook-white);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 13px;
    color: var(--brook-gray);
    display: block;
    border-radius: var(--brook-bdr-radius);
}
.contact-three__showing-sort {
    position: relative;
    display: block;
    width: 100%}
.contact-three__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100%!important;
}
.contact-three__showing-sort .bootstrap-select>.dropdown-toggle::after {
    display: none;
}
.contact-three__showing-sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none!important;
    border-radius: 0;
    border: 0;
    background-color: var(--brook-white)!important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--brook-gray)!important;
    font-size: 13px;
    line-height: 60px;
    box-shadow: none!important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-radius: var(--brook-bdr-radius);
}
.contact-three__showing-sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--brook-gray);
    border-radius: var(--brook-bdr-radius);
}
.contact-three__input-box textarea {
    font-size: 13px;
    color: var(--brook-gray);
    height: 168px;
    width: 100%;
    background-color: var(--brook-white);
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0;
    border-radius: var(--brook-bdr-radius);
}
.contact-three__btn-box {
    position: relative;
    display: block;
    text-align: center;
}
.contact-three__btn {
    border: none;
    outline: none;
}
.contact-three__input-box.text-message-box {
    height: 168px;
}
body.boxed-wrapper {
    background-color: var(--brook-primary);
}
.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
}
.boxed-wrapper .main-menu__top-menu {
    display: none;
}
.boxed-wrapper .main-menu__call {
    display: none;
}
.boxed-wrapper .main-menu .main-menu__list>li+li {
    margin-left: 55px;
}
.boxed-wrapper .main-menu__contact-list li+li {
    margin-left: 16px;
}
.home-four.event-area-3 {
    background: url(../images/backgrounds/event-bg-3.jpg);
    padding: 67px 0 63px;
    background-size: cover;
}
.home-four.event-area-sp {
    background: url(../images/resources/spravato_banner.png);
    padding: 67px 0 63px;
    background-attachment: fixed;
    background-size: cover;
}
.banner_img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.home-four .single-event-box {
    background: #fff;
    text-align: center;
    padding: 35px 50px 30px;
    width: 100%}
.home-four .event-content h4 {
    font-size: 16px;
    color: #616161;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.home-four.event-area-2 .event-content h4:before {
    right: -75%}
.home-four.event-area-3 .event-content h4:before {
    right: -72%}
.home-four.event-area-2 .event-content h4:after {
    left: 12%}
.home-four.event-area-3 .event-content h4:after {
    left: 15%}
.home-four .event-content h1 {
    font-size: 38px;
    color: #1e1e1e;
    font-weight: 700;
    margin-top: 15px;
}
.home-four .event-content p {
    margin: 11px 0 34px;
}
.home-four .event-content a:hover {
    background: #c19d68;
    color: #fff;
}
.home-four .event-content i {
    font-size: 20px;
    position: relative;
    top: 2px;
    left: 6px;
    transition: .5s;
}
.home-four .event-content a:hover i {
    color: #fff;
}
.ptb-115 {
    padding: 115px 0;
}
.service_content h6 {
    color: #e7e7e7;
    font-weight: 700;
    font-size: 72px;
}
.service_content h4 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #242059;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.service_content p {
    margin-bottom: 30px;
}
.service_wrap .service_item img {
    width: 100%}
@media (max-width: 767.98px) {
    .service_wrap .order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.service_wrap .order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.service_wrap .order_3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.service_wrap .order_4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.service_wrap .order_5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.service_wrap .order_6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
}.service-section-three {
    position: relative;
    padding-bottom: 100px;
}
.service-block-three .image {
    margin-bottom: 30px;
}
.service-section-three .theme_container {
    max-width: 100%;
    padding: 0;
}
.service-block-three {
    position: relative;
    margin-top: 13px!important;
}
.service-block-four {
    position: relative;
    padding: 0 0 0 30px;
}
.service-block-four-inner {
    max-width: 530px;
}
.service-block-four:before {
    position: absolute;
    top: -90px!important;
    left: -80px;
    right: 0;
    content: '';
    background: #f8e2df;
    bottom: -70px;
    z-index: -3;
}
.service-block-four h2.sec-title {
    color: #242059;
}
.service-block-four .text {
    color: #000;
    margin-bottom: 14px;
}
.counter-block-three-single.style-six .title {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 6px;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.service-section-three {
    position: relative;
    padding-bottom: 100px;
}
.service-section-three .theme_container {
    max-width: 100%;
    padding: 0;
}
.home-four.event-area-3 .event-content h4::before {
    right: -73%}
.home-four.event-area-3 .event-content h4::after {
    left: 12%}
.home-four .section-title.center h4::before {
    left: 39%}
.home-four .section-title.center h4::after {
    right: -55.2%}
.home-four .single-event-box {
    padding: 30px 42px 20px;
}
.home-four .event-content h4::after {
    left: 18%}
.home-four.event-area-3 .event-content h4::before {
    right: -73%}
.home-four.event-area-3 .event-content h4::after {
    left: 12%}
.home-four .section-title.center h4::before {
    left: 39%}
.home-four .section-title.center h4::after {
    right: -55.2%}
.home-four .event-content h1 {
    font-size: 37px;
}
.home-four.event-area-3 .event-content h4::before {
    right: -80%}
.home-four.event-area-3 .event-content h4::after {
    left: 3%}
@media (min-width: 768px) and (max-width: 991px) {
    .home-four.event-area-3 {
    background-position: center;
}
.home-four .event-content h4::before {
    right: -65%}
.home-four .event-content h4::after {
    left: 24%}
}@media (min-width: 600px) and (max-width: 767px) {
    .home-four.event-area-3 {
    background-position: center;
}
.home-four .event-content h4::before {
    right: -65%}
.home-four .event-content h4::after {
    left: 22%}
}@media only screen and (min-width: 480px) and (max-width: 599px) {
    .home-four.event-area-3 {
    background-position: center;
}
.home-four .event-content h4::before {
    right: -68%}
.home-four .event-content h4::after {
    left: 18%}
}@media only screen and (min-width: 320px) and (max-width: 479px) {
    .home-four.event-area-3 {
    background-position: center;
}
.home-four .event-content h4::before {
    right: -76%}
.home-four .event-content h4::after {
    left: 2%}
.home-four.event-area-3 .event-content h4::before {
    display: none;
}
.home-four.event-area-3 .event-content h4::after {
    display: none;
}
}@media only screen and (max-width: 1400px) {
    .service-block-four {
    padding-left: 30px;
    padding-right: 15px;
}
}@media only screen and (max-width: 1199px) {
    .service-block-four: before {
    bottom: -100px;
}
.service-block-four-inner {
    max-width: 100%}
.service-block-four {
    padding-left: 15px;
}
.service-block-three .image {
    padding: 0 15px;
}
.service-block-three .image img {
    width: 100%}
}@media only screen and (max-width: 991px) {
    .service-block-three .image img {
    width: 100%}
.service-block-four {
    padding: 20px;
}
}@media only screen and (max-width: 575px) {
    .service-block-four {
    padding: 0 15px;
}
}.py-120 {
    padding: 60px 0;
}
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    color: #242059;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}
.site-title span {
    color: #000;
}
.about-left {
    position: relative;
    z-index: 1;
}
.about-left::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 140px;
    height: 140px;
    border-radius: 0 100% 0 20px;
    background: #242059;
    z-index: 1;
}
.about-left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 250px;
    height: 80%;
    border-radius: 15px;
    border: 5px solid #242059;
    transform: translateY(-50%);
    z-index: -1;
}
.about-left img {
    width: 100%;
    border-radius: 10px;
}
.about-right {
    position: relative;
    display: block;
    padding-left: 30px;
}
.about-content {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-info-color);
}
.about-item {
    display: flex;
    gap: 15px;
}
.about-item-icon {
    font-size: 45px;
    color: var(--theme-color);
    line-height: 1;
}
.about-item-content {
    flex: 1;
}
.about-item-content h5 {
    margin-bottom: 5px;
    font-size: 21px;
}
.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about-list {
    position: relative;
    display: block;
}
.about-list li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    font-weight: 500;
}
.about-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Pro";
    color: var(--theme-color);
}
@media all and (max-width: 991px) {
    .about-right {
    margin-top: 70px;
}
}@media all and (max-width: 767px) {
    .about-left {
    margin-left: 20px;
    margin-right: 20px;
}
.about-left::before {
    width: 120px;
    height: 120px;
}
.about-experience {
    top: 30px;
}
.about-item {
    margin-top: 30px;
}
}.team-one {
    padding: 120px 0;
    position: relative;
    background-color: var(--tolak-white, #fff);
}
@media (max-width: 767px) {
    .team-one {
    padding: 80px 0;
}
}.team-card {
    position: relative;
    background-color: var(--tolak-gray, #ecf2fc);
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
}
.team-card::after {
    position: absolute;
    left: -161px;
    top: -94px;
    width: 638px;
    height: 630px;
    content: "";
    background-color: var(--tolak-base, #241f5a);
    opacity: .13;
    -webkit-mask: url('data:image/svg+xml;
    utf8, <svg xmlns="http: //www.w3.org/2000/svg" viewBox="0 0 638 630"><path d="m0.6 417.8l465.2-417.6 172.4 192c0 0-268.9 214.4-404.3 336-53.6 48.1 9.1 101.6 9.1 101.6z"/></svg>');
    mask: url('data:image/svg+xml;
    utf8, <svg xmlns="http: //www.w3.org/2000/svg" viewBox="0 0 638 630"><path d="m0.6 417.8l465.2-417.6 172.4 192c0 0-268.9 214.4-404.3 336-53.6 48.1 9.1 101.6 9.1 101.6z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: all 500ms ease;
    z-index: -1;
}
.team-card__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
}
.team-card__image img {
    position: relative;
    width: 100%}
.team-card__image::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    transition: height .5s cubic-bezier(0.25, 0.8, 0.25, 1) .2s;
    background-color: rgba(var(--tolak-black-rgb, 5, 29, 31), 0.71);
}
.team-card__hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 42px;
    margin: auto;
    display: flex;
    align-items: center;
}
.team-card__content {
    position: relative;
    padding: 16px 0 2px 115px;
}
.team-card__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.1818181818em;
    color: var(--tolak-black, #051d1f);
    text-transform: capitalize;
    margin-bottom: 8px;
}
.team-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 23px;
    font-weight: 600;
}
.team-card__title a:hover {
    background-size: 100% 1px;
    color: var(--tolak-base, #241f5a);
}
.team-card__designation {
    line-height: 1em;
    margin: 0;
    font-size: 20px;
    color: var(--tolak-text, #000);
    margin: 0;
}
.team-card:hover .team-card__image::after {
    height: 100%;
    top: auto;
    bottom: 0;
}
.team-card:hover .team-card__image:before {
    opacity: 1;
    transform: scale(1);
    animation: rotated 10s infinite linear;
}
.team-card:hover:after {
    opacity: 1;
}
.team-details {
    position: relative;
    padding: 120px 0;
}
@media (max-width: 767px) {
    .team-details {
    padding: 80px 0;
}
}.team-details__inner {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid var(--tolak-border-color, #ddd);
}
.team-details__image {
    position: relative;
    z-index: 2;
    padding: 47px 0 47px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .team-details__image {
    padding: 40px 0 40px 20px;
}
}@media (max-width: 767px) {
    .team-details__image {
    padding: 40px 20px;
}
}.team-details__image::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background-color: var(--tolak-base, #241f5a);
    z-index: -1;
    content: "";
    border-radius: 50px;
}
.team-details__image img {
    max-width: 100%;
    border-radius: 50px;
}
.team-details__content {
    position: relative;
    padding: 60px 60px 50px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .team-details__content {
    padding: 50px 30px 30px 0;
}
}@media (max-width: 991px) {
    .team-details__content {
    padding: 40px;
}
}@media (max-width: 767px) {
    .team-details__content {
    padding: 40px 20px;
}
}.team-details__title {
    margin: 0;
    font-size: 45px;
    letter-spacing: .33px;
    line-height: 1;
    margin-bottom: 10px;
}
.team-details__title-one {
    margin: 0;
    font-size: 35px;
    letter-spacing: .33px;
    line-height: 1;
    margin-bottom: 0;
}
.team-details__list {
    margin: 0;
    padding: 0;
}
.team-details__list li {
    border: 1px solid var(--tolak-border-color, #ddd);
    position: relative;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: .24px;
    padding: 8px 22px;
    margin: 0 0 21px;
    color: var(--tolak-text, #636363);
    display: flex;
    align-items: center;
}
.team-details__list li > a {
    color: inherit;
    line-height: 1.2;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}
.team-details__list li > a:hover {
    background-size: 100% 1px;
    color: var(--tolak-base, #3d72fc);
}
.team-details__list li:nth-child(2) {
    line-height: 27px;
    padding: 14px 22px;
}
.team-details__social {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-left: 30px;
}
.team-details__social a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--tolak-black, #051d1f);
    background: transparent;
    transition: all 500ms ease;
}
.team-details__social a:hover {
    color: var(--tolak-base, #3d72fc);
}
.team-details__text {
    font-size: 16px;
    line-height: 32px;
    margin: 5px 0 25px;
}
@media (min-width: 1200px) {
    .team-details__text {
    max-width: 100%}
}.team-details__progress {
    position: relative;
    margin-top: 13px;
}
@media (min-width: 1200px) {
    .team-details__progress {
    margin-right: 40px;
}
}.team-details__progress__title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.team-details__progress__bar {
    width: 100%;
    height: 5px;
    border: 1px solid var(--tolak-base, #3d72fc);
    position: relative;
}
.team-details__progress__inner {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--tolak-base, #3d72fc);
    transition: all 700ms linear;
    width: 0;
}
.team-details__progress__number {
    position: absolute;
    bottom: calc(100% + 4px);
    right: 0;
    font-size: 16px;
    font-weight: 500;
}
.sp_logo_section {
    background: #c6314d2e;
    padding-top: 60px;
    padding-bottom: 60px;
}
.sp_logo_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: right;
}
.sp_logo_content h1 {
    font-weight: 600;
    color: #C62E4A;
}
.contact-page__form-box-bg {
    background: #fff;
    width: 100%;
    padding: 50px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.will_box {
    background: #f0ece9;
    margin-bottom: 20px;
}
.will_box img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.will_box_content {
    padding: 15px;
    min-height: 358px;
}
.will_btn {
    background-color: var(--brook-base);
    color: var(--brook-white);
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 55px;
    border-top-right-radius: 25px;
}
.will_btn:hover {
    background: #000;
    color: #fff;
}
.will_box:hover .will_btn {
    background: #000;
}
.two_list {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}
.two_list li {
    width: 50%;
    line-height: 1.5;
}
.blog_area {
    padding-bottom: 50px;
}
.section-padding {
    padding: 80px 0;
}
.blog_area_bg {
    background: rgba(199, 201, 209, .09);
}
.single_blog {
    background: #fff;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.03);
    box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.03);
}
.single_blog img {
    width: 100%}
.content_box {
    padding: 35px;
}
.single_blog h2 {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 15px;
}
.single_blog h2 a {
    color: #1a2d62;
    font-weight: 800;
    margin-bottom: 40px;
    display: block;
}
.single_blog h2 a:hover {
    color: #4d54fd;
}
.single_blog p {
    margin-bottom: 0;
}
.single_blog span {
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}
.single_blog span a {
    color: #4d54fd;
    font-weight: 700;
}
.single_blog span a:hover {
    color: #4d54fd;
}
.single_blog_two span {
    margin-top: 0;
}
.single_blog_two p {
    margin-bottom: 30px;
}
.arti_img_two img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}
.arti_btn {
    color: #4d54fd;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.arti_btn:hover {
    padding-left: 10px;
    color: #4d54fd;
}
.arti_sp h2 {
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 0;
}
.arti_sp img {
    margin-bottom: 30px;
    width: 100%}
.arti_sp p {
    margin-bottom: 10px;
}
.share_sp {
    margin-top: 30px;
    overflow: hidden;
}
.share_sp h4 {
    font-weight: 600;
    margin-bottom: 25px;
}
.share_sp ul li {
    float: left;
}
.share_sp ul li a {
    color: #fff;
    transition: .3s;
    padding: 15px;
    display: block;
    background: #f4f4f4;
    background: #4d54fd;
    border-radius: 5px;
    margin-right: 10px;
}
.share_sp ul li a:hover {
    background: #1a2d62;
}
.blog_search {
    background: #fff;
    box-shadow: 0 0 150px 0 rgba(78, 67, 250, 0.06);
    padding: 10px;
    border: 1px solid #ededed;
}
.blog_search input {
    background: #ebecff;
    border: 1px solid #ebecff;
    border-radius: 0;
    color: #1a2d62;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
    height: 60px;
    outline: 0 none;
}
.blog_search input:focus {
    box-shadow: none;
}
.newsletter-form {
    background: #282a74;
    padding: 40px;
    border-radius: 10px;
}
.newsletter-form h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 34px;
}
.newsletter-form p {
    color: #fff;
    margin-bottom: 30px;
}
.newsletter-form input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 10px;
    color: #1d293e;
    border-radius: 2px;
    border: 0;
}
.newsletter-form input:focus {
    box-shadow: none;
}
.subscribe button {
    border: none;
    width: 100%}
.sub_btn {
    background: #4d54fd;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 14px 40px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
    border-radius: 100px;
    display: inline-block;
    font-weight: 500;
}
.sub_btn:hover, .sub_btn:focus {
    background: #fff;
    color: #1a2d62;
}
.sidebar_title h4 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.sidebar-post {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 150px 0 rgba(78, 67, 250, 0.06);
    border: 1px solid #ededed;
}
.single_popular {
    margin-bottom: 20px;
    overflow: hidden;
}
.single_popular:last-child {
    margin-bottom: 0;
}
.single_popular a img {
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 6px;
}
.single_popular h5 a {
    color: #1a2d62;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 500;
}
.single_popular h5 a:hover {
    color: #554c86;
}
.social_item {
    padding: 8px 12px;
    border-radius: 4px;
}
.single_social ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.single_social ul li a i {
    color: #fff;
    font-size: 12px;
}
.item-list {
    float: right;
    color: #fff;
    font-size: 13px;
}
.b_facebook {
    background: #1a4fc5;
}
.b_twitter {
    background: #00acee;
}
.b_youtube {
    background: #f50000;
}
.b_pinterest {
    background: #e62e3f;
}
.b_tumblr {
    background: #34526f;
}
.b_rss {
    background: #e8a50e;
}
.single_category {
    overflow: hidden;
}
.item-category {
    padding: 8px 12px;
    border-radius: 4px;
    background: #f2f2f2;
}
.single_category ul li {
    line-height: 32px;
    float: left;
    margin: 10px;
}
.single_category ul li a {
    color: #1a2d62;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.single_category ul li a sup {
    color: #4d54fd;
}
.tag {
    overflow: hidden;
}
.tag a {
    background: #f4f4f4;
    border: 1px solid #ededed;
    border-radius: 30px;
    color: #1a2d62;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 6px 4px;
    padding: 3px 20px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
}
.tag a:hover {
    background: #4d54fd;
    color: #fff;
    border: 1px solid #4d54fd;
}
.sidebar-banner img {
    width: 100%}
.author_part {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 60px;
}
.single_author {
    background: #fff none repeat scroll 0 0;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 150px 0 rgba(78, 67, 250, 0.06);
    box-shadow: 0 0 150px 0 rgba(78, 67, 250, 0.06);
    overflow: hidden;
    border: 1px solid #ededed;
}
.author_part img {
    border: 4px solid #ededed;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-right: 20px;
    width: 120px;
}
.author_part h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    overflow: hidden;
}
.author_part p {
    margin-bottom: 0;
}
.blog_head_title {
    border-bottom: 1px solid #ededed;
    margin: 0 0 30px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.comments_part {
    margin-bottom: 60px;
}
.single_comment {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 150px 0 rgba(78, 67, 250, 0.06);
    box-shadow: 0 0 150px 0 rgba(78, 67, 250, 0.06);
    overflow: hidden;
    border: 1px solid #ededed;
}
.sc_left {
    margin-left: 100px;
}
.single_comment_mbnone {
    margin-bottom: 0;
}
.single_comment img {
    border: 4px solid #ededed;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-right: 20px;
    width: 120px;
}
.single_comment h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    overflow: hidden;
}
.single_comment p {
    margin-bottom: 0;
    overflow: hidden;
}



@media only screen and (max-width:768px) {
    .comment_form textarea {
    width: 100%}
}.cta {
    position: relative;
    margin: auto;
    padding: 18px 22px;
    transition: all .2s ease;
}
.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(77, 84, 253, 0.2);
    width: 56px;
    height: 56px;
    transition: all .3s ease;
}
.cta span {
    position: relative;
    font-size: 15px;
    color: #241f5a;
    font-weight: 600;
    text-transform: uppercase;
}
.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
}
.cta:hover:before {
    width: 100%;
    background: #241f5a;
}
.cta:hover svg {
    transform: translateX(0);
}
.cta:active {
    transform: scale(0.96);
}
.cta:hover span {
    color: #fff;
}
.cta:hover svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
}
 

.desktopShow {
    display:  block;
}
.MobileShow {
    display: none;
}





.sticky-content-wrapper1 .sticky-content  {
    
    position:  fixed;
    
    left:  0;
    
    right:  0;
    
    opacity:  1;
    
    min-height:  90px;
    
    background:  #fff;
    
    padding:  10px 0;
    

    -webkit-transform:  translateY(0);
    
    transform:  translateY(0);
    
    z-index:  1051;
    
    -webkit-box-shadow:  0 0 10px 1px rgba(0,  0,  0,  0.1);
    
    box-shadow:  0 0 10px 1px rgba(0,  0,  0,  0.1);
    
}
.sticky-content-wrapper1 .sticky-content.fix-bottom  {
    
    bottom:  -20px;
    
}

.sticky-content-wrapper1 .sticky-link  {
    
    display:  -webkit-box;
    
    display:  -ms-flexbox;
    
    display:  flex;
    
    -webkit-box-orient:  vertical;
    
    -webkit-box-direction:  normal;
    
    -ms-flex-direction:  column;
    
    flex-direction:  column;
    
    -webkit-box-align:  center;
    
    -ms-flex-align:  center;
    
    align-items:  center;
    
    color:  #666;
    
    margin:  1.4rem 0 1.3rem;
    
}

.sticky-content-wrapper1 .sticky-content.fix-bottom  {
    
    -webkit-animation:  fixedBottomContent 0.4s;
    
    animation:  fixedBottomContent 0.4s;
    
}
@-webkit-keyframes fixedBottomContent  {
    
  from  {
    
    -webkit-transform:  translateY(100%);
    
            transform:  translateY(100%);
    
    -webkit-transform-origin:  center top 0px;
    
            transform-origin:  center top 0px;
    
  }
  to  {
    
    -webkit-transform:  translateY(0);
    
            transform:  translateY(0);
    
  }
}
@keyframes fixedBottomContent  {
    
  from  {
    
    -webkit-transform:  translateY(100%);
    
            transform:  translateY(100%);
    
    -webkit-transform-origin:  center top 0px;
    
            transform-origin:  center top 0px;
    
  }
  to  {
    
    -webkit-transform:  translateY(0);
    
            transform:  translateY(0);
    
  }
}
.sticky-content-wrapper1 .sticky-footer ul  {
    
    display:  -webkit-box;
    
    display:  -ms-flexbox;
    
    display:  flex;
    
    -webkit-box-align:  center;
    
    -ms-flex-align:  center;
    
    align-items:  center;
    
    padding:  0 1rem;
    
    justify-content:  space-around;
    
    background:  #fff;
    
}
.sticky-content-wrapper1 .sticky-footer ul li {
    
    list-style:  none;
    
}



.sticky-content-wrapper1 .sticky-footer ul li p  {
    
    margin-bottom:  0;
    
}
.sticky-content-wrapper1 .sticky-footer ul li p a {
    
    font-size:  25px;
    
}
.sticky-content-wrapper1 .sticky-footer ul li p i {
    
    font-size:  25px;
    
}
.sticky-content-wrapper1 {
    
    display:  none;
    
}
@media (max-width:  767px)  {
    
    .sticky-content-wrapper1  {
    
        display:  block !important;
    
}

}



@media (max-width: 1024px) {
    .col-lg-4.col-md-12.col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .case-details__points {
        width: 100%;
        margin-bottom: 20px;
    }
}



